| Interface | Description |
|---|---|
| ExportTable |
Defines methods for exporting the data in tabular form.
|
| SimpleTableExporterFactory |
The interface to get a simple table exporter.
|
| Class | Description |
|---|---|
| ExcelExportTable |
The class implements exporting the a single table into an Excel file.
|
| ExportUtility |
Utility class for handling export of data to Excel.
|
| SimpleConnectorTableExporter |
Concrete implementation of SimpleTableExporter to export connector table to Excel.
|
| SimpleLogTableExporter |
Concrete implementation of SimpleTableExporter to export log table to Excel.
|
| SimpleManufacturerTableExporter |
Concrete implementation of SimpleTableExporter to export manufacturer table to Excel.
|
| SimpleTableExporter |
An abstract class that implements common methods for exporting a simple table into an Excel or CSV format.
|
| Exception | Description |
|---|---|
| CannotAddHeaderRowException |
A checked exception for use with templates, in particular when headers in Excel templates cannot be used.
|
| CannotOpenTemplateException |
A checked exception for use with templates, in particular when Excel templates cannot be used.
|
Copyright © 2025 European Spallation Source. All rights reserved.