Package net.sf.jasperreports.poi.data
Class ExcelDataSourceFactory
java.lang.Object
net.sf.jasperreports.poi.data.ExcelDataSourceFactory
- 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
-
ExcelDataSourceFactory
public ExcelDataSourceFactory()
-
-
Method Details
-
getDataSource
public AbstractXlsDataSource getDataSource(InputStream inputStream, boolean closeInputStream) throws JRException, IOException - Specified by:
getDataSourcein interfaceXlsxDataSourceFactory- Throws:
JRExceptionIOException
-