Interface TableExporter

All Known Implementing Classes:
TableExporterImpl

@Deprecated public interface TableExporter
Deprecated.
A generic exporter for writing XLSX files using a TableExporter.TableModel as data source.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    exportTable(TableExporter.TableModel exportModel, @Nullable String title, OutputStream out)
    Deprecated.
    Exports the list of entity models into one XLS file.