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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportTable(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:TableExporterExports the list of entity models into one XLS file.- Specified by:
exportTablein interfaceTableExporter- Throws:
ReportingException- on io errors and if the entity model is not found
-