我有一个网页,上面有Xls文档。
I m试图利用该网页的产出作为JasperReports的数据来源。
现在我有这样的东西。
JRXlsDataSource ds = new JRXlsDataSource(JRLoader.getLocationInputStream("http://192.168.20.19/people/XLS.jsf"));
but I get this error net.sf.jasperreports.engine.JRException: jxl.read.biff.BiffException: The input file was not found
我怎么能读下游,然后在JasperPrint物体中使用?