Class ExcelCustomizer

java.lang.Object
es.urjc.etsii.grafo.io.serializers.excel.ExcelCustomizer

public abstract class ExcelCustomizer extends Object
Customize Excel file with results. Users may add their custom metrics, charts, etc.
  • 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