我有一个返回xls文件的网页。
我正在尝试使用页面输出作为JasperReports的数据源。
现在我有类似
的东西JRXlsDataSource ds = new JRXlsDataSource(JRLoader.getLocationInputStream("http://192.168.20.19/people/XLS.jsf"));
但是我收到了这个错误 net.sf.jasperreports.engine.JRException:jxl.read.biff.BiffException:找不到输入文件
如何读取流,然后在JasperPrint对象中使用它?
答案 0 :(得分:0)
请参阅下面的链接,它会为{japper报告<{1}}提供完整的概念
http://jasperreports.sourceforge.net/sample.reference/xlsdatasource/index.html