Class POISSExporter
java.lang.Object
ch.tocco.nice2.reporting.impl.action.export.output.POISSExporter
- All Implemented Interfaces:
EntityExportWriter
- Direct Known Subclasses:
XSSFExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.apache.poi.ss.usermodel.Workbookvoidend()voidstart(List<ExportColumn> columns, OutputStream outputStream, ExportActionConfig config) voidwriteRows(List<Object[]> rows, OutputStream outputStream, ExportActionConfig config)
-
Constructor Details
-
POISSExporter
public POISSExporter()
-
-
Method Details
-
start
public void start(List<ExportColumn> columns, OutputStream outputStream, ExportActionConfig config) throws IOException - Specified by:
startin interfaceEntityExportWriter- Throws:
IOException
-
writeRows
public void writeRows(List<Object[]> rows, OutputStream outputStream, ExportActionConfig config) throws IOException - Specified by:
writeRowsin interfaceEntityExportWriter- Throws:
IOException
-
end
- Specified by:
endin interfaceEntityExportWriter- Throws:
IOException
-
createWorkbook
protected abstract org.apache.poi.ss.usermodel.Workbook createWorkbook()
-