@NonNullApi
| Interface | Description |
|---|---|
| ExportDataProvider |
Provides data for
ExportDisplay. |
| ExportDisplay |
Generic interface to show data exported from the system.
|
| Class | Description |
|---|---|
| ByteArrayDataProvider | |
| ExcelAutoColumnSizer |
Calculates the width of a column, based on the values within it.
|
| ExcelExporter |
Use this class to export
Table into Excel format
and show using ExportDisplay. |
| ExcelOptions |
DTO for parameters required for export to Excel file
|
| ExportFormat |
Format of data exported by
ExportDisplay. |
| FileDataProvider |
Data provider for FileDescriptor
|
| ResourceDataProvider |
DataProvider for application resources
|
| SimpleFileDataProvider |
Data provider for downloading files from the middle tier by the path in the file system.
|
| Enum | Description |
|---|---|
| ExcelExporter.ExportMode | |
| ExcelExportFormat |