BIRT导出PPT有问题:How to create powerpoint and excel exports

[url]http://www.eclipse.org/forums/index.php/m/635982/[/url]

You need to remove these four plugins:
org.eclipse.birt.report.engine.emitter.prototype.excel_2.6.1 .v20100812
org.eclipse.birt.report.engine.emitter.excel.config_2.6.1.v2 0100812
org.eclipse.birt.report.engine.emitter.ppt.config_2.6.1.v201 00812
org.eclipse.birt.report.engine.emitter.ppt_2.6.1.v20100909

The Tribix ppt emitter is on this page:
http://sourceforge.net/projects/tribix/files/

If you want to use the standard ppt emitter it should work with:

RenderOption options = new RenderOption();
options.setOutputFormat("ppt");
options.setOutputFileName("output/resample/customers.ppt");
task.setRenderOption(options);
==================================

Originally posted by: vm.vm.com

Thanks for the suggestions! Regarding the standard (NOT using the Tribix
emitters) .ppt exporter I have now tried:

RenderOption options = new RenderOption();
options.setOutputFormat("ppt");
options.setOutputFileName(c:\\test\\myout.ppt);
task.setRenderOption(options);
task.run();

but when I open the file myout.ppt in microsoft power point 2010 nothing
shows. Does the birt 2.6.1 api not support microsoft powerpoint 2010?
=========================================


I do not have 2010 but I know it opens in 2007. Can you open a bug?
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值