Package ch.tocco.nice2.reporting.api
Interface TableExporter
- All Known Implementing Classes:
TableExporterImpl
Deprecated.
A generic exporter for writing XLSX files using a
TableExporter.TableModel
as data source.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exportTable
(TableExporter.TableModel exportModel, @Nullable String title, OutputStream out) Deprecated.Exports the list of entity models into one XLS file.
-
Method Details
-
exportTable
void exportTable(TableExporter.TableModel exportModel, @Nullable @Nullable String title, OutputStream out) throws ReportingException Deprecated.Exports the list of entity models into one XLS file.- Throws:
ReportingException
- on io errors and if the entity model is not found
-