Uses of Interface
bld.generator.report.excel.SheetComponent
Packages that use SheetComponent
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 SheetComponent in bld.generator.report.excel
Classes in bld.generator.report.excel that implement SheetComponentModifier and TypeClassDescriptionclassDynamicChart<T extends DynamicRowSheet>The Class DynamicChart.classQuerySheetData<T extends RowSheet>The Class QuerySheetData.classThe Class SheetData.classSheetDynamicData<T extends DynamicRowSheet>The Class SheetDynamicData.classSheetDynamicFunctionTotal<T extends DynamicRowSheet>The Class SheetDynamicFunctionTotal.classSheetFunctionTotal<T extends RowSheet>The Class SheetFunctionTotal.classThe Class SheetSummary.Methods in bld.generator.report.excel that return types with arguments of type SheetComponentMethod parameters in bld.generator.report.excel with type arguments of type SheetComponentModifier and TypeMethodDescriptionvoidMergeSheet.setListSheet(List<SheetComponent> listSheet) Sets the list sheet.Constructor parameters in bld.generator.report.excel with type arguments of type SheetComponentModifierConstructorDescriptionMergeSheet(List<SheetComponent> listSheet, String sheetName) Instantiates a new merge sheet. -
Uses of SheetComponent in bld.generator.report.excel.impl
Methods in bld.generator.report.excel.impl with parameters of type SheetComponentModifier and TypeMethodDescriptionorg.apache.poi.ss.usermodel.CellStyleSuperGenerateExcelImpl.getCellStyleHeader(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet sheet, SheetComponent sheetComponent, org.apache.poi.ss.usermodel.Row rowHeader) Gets the cell style header. -
Uses of SheetComponent in bld.generator.report.excel.sheet_mapping
Classes in bld.generator.report.excel.sheet_mapping that implement SheetComponent