public interface ExcelExportService
| Modifier and Type | Method and Description |
|---|---|
Workbook |
exportData(java.util.List<ItemModel> selectedItems,
java.util.List<SelectedAttribute> selectedAttributes)
Exports data to excel workbook
|
Workbook |
exportData(java.lang.String typeCode,
java.util.List<SelectedAttribute> selectedAttributes)
Exports data to excel workbook for given type
|
Workbook |
exportTemplate(java.lang.String typeCode)
Exports a template excel workbook.
|
Workbook exportTemplate(java.lang.String typeCode)
typeCode and all of it's non-abstract sub-types,
with all the metadata (like the available attributes).typeCode - the type for which the template workbook will be createdWorkbook exportData(java.util.List<ItemModel> selectedItems, java.util.List<SelectedAttribute> selectedAttributes)
selectedItems - list of items which will be exportedselectedAttributes - list of selected attributes which have metadata necessary for reimporting the dataWorkbook exportData(java.lang.String typeCode,
java.util.List<SelectedAttribute> selectedAttributes)
typeCode - type to exportselectedAttributes - list of selected attributes which have metadata necessary for reimporting the dataCopyright © 2018 SAP SE. All Rights Reserved.