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 ofCellFormatterfor Date values.DateTimeCellFormatter Implementation ofCellFormatterfor Date-Time values.ExportProcess Abstract superclass for processes that export data from a result list (no content).FloatCellFormatter Implementation ofCellFormatterfor float values.NumberCellFormatter Implementation ofCellFormatterfor number-values.StringCellFormatter Implementation ofCellFormatterfor String values.TimeCellFormatter Implementation ofCellFormatterfor Time values.XLSXExportProcess Exports the result of a query to XLSX.