ReportClientDocument.getPrintOutputController().export(ReportExportFormat.MSExcel);
一用这句话就报错:
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Export format is not supported or not recognized---- Error code:-2147467259 Error code name:failed
查了很多地方,发现是不是crystal report不支持java中导出Excel?
不支持为什么要有这个API啊,真是么想法了
------解决方案--------------------
cr for java公开发行版本是不支持导出excel的
最近新出了一个alpha版本勉强支持,但是问题多多