| Interface | Description |
|---|---|
| LineBasedProcessor |
Processes line based input files like MS Excel or CSV.
|
| NamedRowProcessor |
Invoked by a
SmartLineBasedProcessor to handle one row. |
| RowProcessor |
Invoked by a
LineBasedProcessor to handle one row. |
| SmartRow |
A row of a dataset that supports multiple same-named columns.
|
| Class | Description |
|---|---|
| CSVProcessor |
In charge of processing CSV (comma separated values) files.
|
| ExcelExport |
Generates an Excel file which can be sent as a response for a
WebContext |
| ExcelExport.ImageCell |
Represents a cell containing an image which should be inserted.
|
| SmartLineBasedProcessor |
Provides an additional processing step within a
LineBasedProcessor to transform rows into maps. |
| XLSProcessor |
In charge of processing XLS (MS Excel) files.
|
Copyright © 2018. All rights reserved.