Class Document
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xlsx.Document
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Map<Range,Document.ChartWrapper> protected HashSet<org.docx4j.openpackaging.parts.Part>protected List<org.docx4j.openpackaging.parts.SpreadsheetML.PivotCacheDefinition>protected org.docx4j.openpackaging.parts.SpreadsheetML.SharedStringsprotected StyleSheetprotected org.docx4j.openpackaging.packages.SpreadsheetMLPackageprotected org.xlsx4j.sml.Workbookprotected List<Document.SheetWrapper>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclearBandDefinedNames(BandData rootBand) Method clears defined names associated with band data and leaves all other defined names in the workbookvoidstatic Documentcreate(org.docx4j.openpackaging.packages.SpreadsheetMLPackage thePackage) getCellFont(org.xlsx4j.sml.Cell cell) Map<CellReference,org.xlsx4j.sml.Cell> getCellsByRange(Range range) getCellStyle(org.xlsx4j.sml.Cell cell) getCellValue(org.xlsx4j.sml.Cell cell) org.xlsx4j.sml.ColgetColumnForCell(String sheetName, CellReference cellReference) getColumnWidth(CellReference cellReference) org.xlsx4j.sml.CTDefinedNamegetDefinedName(String name) org.docx4j.openpackaging.packages.SpreadsheetMLPackageList<org.docx4j.openpackaging.parts.SpreadsheetML.PivotCacheDefinition>org.xlsx4j.sml.WorksheetgetSheetByName(String name) getSheetName(org.xlsx4j.sml.Worksheet worksheet) org.xlsx4j.sml.Workbookorg.xlsx4j.sml.Worksheet
- 
Field Details- 
thePackageprotected org.docx4j.openpackaging.packages.SpreadsheetMLPackage thePackage
- 
worksheets
- 
chartSpaces
- 
workbookprotected org.xlsx4j.sml.Workbook workbook
- 
styleSheet
- 
pivotCacheDefinitionsprotected List<org.docx4j.openpackaging.parts.SpreadsheetML.PivotCacheDefinition> pivotCacheDefinitions
- 
handled
 
- 
- 
Constructor Details- 
Documentpublic Document()
 
- 
- 
Method Details- 
create
- 
getPackagepublic org.docx4j.openpackaging.packages.SpreadsheetMLPackage getPackage()
- 
getChartSpaces
- 
getWorkbookpublic org.xlsx4j.sml.Workbook getWorkbook()
- 
getWorksheets
- 
getPivotCacheDefinitionspublic List<org.docx4j.openpackaging.parts.SpreadsheetML.PivotCacheDefinition> getPivotCacheDefinitions()
- 
getSheetByName
- 
getWorksheetContents
- 
getSheetName
- 
getCellValue
- 
getDefinedName
- 
getCellsByRange
- 
getColumnForCell
- 
getCellStyle
- 
getCellFont
- 
getColumnWidth
- 
getDefaultFont
- 
getStyleSheet
- 
clearWorkbookpublic void clearWorkbook()
- 
clearBandDefinedNamesMethod clears defined names associated with band data and leaves all other defined names in the workbook
 
-