Package net.sf.jasperreports.poi.data
Class ExcelDataSourceFactory
- java.lang.Object
-
- net.sf.jasperreports.poi.data.ExcelDataSourceFactory
-
- All Implemented Interfaces:
XlsxDataSourceFactory
public class ExcelDataSourceFactory extends Object implements XlsxDataSourceFactory
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description ExcelDataSourceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractXlsDataSource
getDataSource(InputStream inputStream, boolean closeInputStream)
-
-
-
Method Detail
-
getDataSource
public AbstractXlsDataSource getDataSource(InputStream inputStream, boolean closeInputStream) throws JRException, IOException
- Specified by:
getDataSource
in interfaceXlsxDataSourceFactory
- Throws:
JRException
IOException
-
-