Class Document
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xlsx.Document
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier 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 Summary
Constructors -
Method Summary
Modifier 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
-
thePackage
protected org.docx4j.openpackaging.packages.SpreadsheetMLPackage thePackage -
worksheets
-
chartSpaces
-
workbook
protected org.xlsx4j.sml.Workbook workbook -
styleSheet
-
pivotCacheDefinitions
protected List<org.docx4j.openpackaging.parts.SpreadsheetML.PivotCacheDefinition> pivotCacheDefinitions -
handled
-
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
create
-
getPackage
public org.docx4j.openpackaging.packages.SpreadsheetMLPackage getPackage() -
getChartSpaces
-
getWorkbook
public org.xlsx4j.sml.Workbook getWorkbook() -
getWorksheets
-
getPivotCacheDefinitions
public List<org.docx4j.openpackaging.parts.SpreadsheetML.PivotCacheDefinition> getPivotCacheDefinitions() -
getSheetByName
-
getWorksheetContents
-
getSheetName
-
getCellValue
-
getDefinedName
-
getCellsByRange
-
getColumnForCell
-
getCellStyle
-
getCellFont
-
getColumnWidth
-
getDefaultFont
-
getStyleSheet
-
clearWorkbook
public void clearWorkbook() -
clearBandDefinedNames
Method clears defined names associated with band data and leaves all other defined names in the workbook
-