public interface ExcelExportWorkbookPostProcessor
org.apache.poi.ss.usermodel.Workbook with all SelectedAttribute is
exported.| Modifier and Type | Method and Description |
|---|---|
void |
process(ExcelExportResult excelExportResult)
Allows to modify exported
org.apache.poi.ss.usermodel.Workbook by adding new content or removing it. |
void process(ExcelExportResult excelExportResult)
org.apache.poi.ss.usermodel.Workbook by adding new content or removing it.excelExportResult - - object represents exporting result. The object consists of exported
org.apache.poi.ss.usermodel.Workbook, selected attributes, additional attributes and exported
items.Copyright © 2018 SAP SE. All Rights Reserved.