Package com.saperion.ngc.servlet.process.export
Package for export-processes.
- Since:
- 7.5.2
-
Interface Summary Interface Description CellFormatter Interface for formatters used to format an SaValue in a way so that it can be used in a CSV or XLSX file. -
Class Summary Class Description CSVExportProcess Process that exports a query result to CSV.DateCellFormatter Implementation ofCellFormatter
for Date values.DateTimeCellFormatter Implementation ofCellFormatter
for Date-Time values.ExportProcess Abstract superclass for processes that export data from a result list (no content).FloatCellFormatter Implementation ofCellFormatter
for float values.NumberCellFormatter Implementation ofCellFormatter
for number-values.StringCellFormatter Implementation ofCellFormatter
for String values.TimeCellFormatter Implementation ofCellFormatter
for Time values.XLSXExportProcess Exports the result of a query to XLSX.