Package com.saperion.ngc.servlet.process.export
package com.saperion.ngc.servlet.process.export
Package for export-processes.
- Since:
- 7.5.2
-
ClassDescriptionInterface for formatters used to format an SaValue in a way so that it can be used in a CSV or XLSX file.Process that exports a query result to CSV.Implementation of
CellFormatter
for Date values.Implementation ofCellFormatter
for Date-Time values.Abstract superclass for processes that export data from a result list (no content).Implementation ofCellFormatter
for float values.Implementation ofCellFormatter
for number-values.Implementation ofCellFormatter
for String values.Implementation ofCellFormatter
for Time values.Exports the result of a query to XLSX.