Class TableExporterImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.dynamic.poiss.TableExporterImpl
- All Implemented Interfaces:
TableExporter
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.reporting.api.TableExporter
TableExporter.TableModel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exportTable
(TableExporter.TableModel exportModel, @Nullable String title, OutputStream out) Exports the list of entity models into one XLS file.
-
Constructor Details
-
TableExporterImpl
public TableExporterImpl()
-
-
Method Details
-
exportTable
public void exportTable(TableExporter.TableModel exportModel, @Nullable @Nullable String title, OutputStream out) throws ReportingException Description copied from interface:TableExporter
Exports the list of entity models into one XLS file.- Specified by:
exportTable
in interfaceTableExporter
- Throws:
ReportingException
- on io errors and if the entity model is not found
-