Uses of Class
bld.generator.report.excel.SheetData
Packages that use SheetData
Package
Description
In this package, each object is used to extend and implement personal objects used to build Excel file.
In this package there are the main functions for generating Excel files.
-
Uses of SheetData in bld.generator.report.excel
Subclasses of SheetData in bld.generator.report.excelModifier and TypeClassDescriptionclassDynamicChart<T extends DynamicRowSheet>The Class DynamicChart.classQuerySheetData<T extends RowSheet>The Class QuerySheetData.classSheetDynamicData<T extends DynamicRowSheet>The Class SheetDynamicData.classSheetDynamicFunctionTotal<T extends DynamicRowSheet>The Class SheetDynamicFunctionTotal.classSheetFunctionTotal<T extends RowSheet>The Class SheetFunctionTotal. -
Uses of SheetData in bld.generator.report.excel.impl
Methods in bld.generator.report.excel.impl with parameters of type SheetDataModifier and TypeMethodDescriptionprotected IntegerSuperGenerateExcelImpl.createPivot(org.apache.poi.xssf.usermodel.XSSFSheet sheet, SheetData<?> sheetData, int firstRow, int firstColumn, int lastRow, int lastColumn, Integer indexRow) Creates the pivot.protected <T extends RowSheet>
List<SheetHeader> SuperGenerateExcelImpl.generateHeaderSheetData(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet sheet, SheetData<T> sheetData, Integer indexRow) Generate header sheet data.protected <T extends RowSheet>
intSuperGenerateExcelImpl.getSizeSuperHeader(SheetData<T> sheetData) Gets the size super header. -
Uses of SheetData in bld.generator.report.excel.sheet_mapping
Subclasses of SheetData in bld.generator.report.excel.sheet_mapping