Package net.sf.jasperreports.fastexcel
Class FastExcelDataSourceFactory
java.lang.Object
net.sf.jasperreports.fastexcel.FastExcelDataSourceFactory
- All Implemented Interfaces:
XlsxDataSourceFactory
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDataSource
(InputStream inputStream, boolean closeInputStream)
-
Constructor Details
-
FastExcelDataSourceFactory
public FastExcelDataSourceFactory()
-
-
Method Details
-
getDataSource
public AbstractXlsDataSource getDataSource(InputStream inputStream, boolean closeInputStream) throws JRException, IOException - Specified by:
getDataSource
in interfaceXlsxDataSourceFactory
- Throws:
JRException
IOException
-