Class ExcelCustomizer
java.lang.Object
es.urjc.etsii.grafo.io.serializers.excel.ExcelCustomizer
Customize Excel file with results.
Users may add their custom metrics, charts, etc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
customize
(org.apache.poi.xssf.usermodel.XSSFWorkbook excelBook) Customize the Excel Workbook.
-
Constructor Details
-
ExcelCustomizer
public ExcelCustomizer()
-
-
Method Details
-
customize
public abstract void customize(org.apache.poi.xssf.usermodel.XSSFWorkbook excelBook) Customize the Excel Workbook. This method is called after the sheets "Raw Results" and "Pivot Table" are calculated, but before the workbook is closed and saved to disk.- Parameters:
excelBook
- Excel book
-