Class Document
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xlsx.Document
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier 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.SharedStrings
protected StyleSheet
protected org.docx4j.openpackaging.packages.SpreadsheetMLPackage
protected org.xlsx4j.sml.Workbook
protected List<Document.SheetWrapper>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearBandDefinedNames
(BandData rootBand) Method clears defined names associated with band data and leaves all other defined names in the workbookvoid
static Document
create
(org.docx4j.openpackaging.packages.SpreadsheetMLPackage thePackage) Map<CellReference,
org.xlsx4j.sml.Cell> getCellsByRange
(Range range) getCellValue
(org.xlsx4j.sml.Cell cell) org.xlsx4j.sml.Col
getColumnForCell
(String sheetName, CellReference cellReference) org.xlsx4j.sml.CTDefinedName
getDefinedName
(String name) org.docx4j.openpackaging.packages.SpreadsheetMLPackage
List<org.docx4j.openpackaging.parts.SpreadsheetML.PivotCacheDefinition>
org.xlsx4j.sml.Worksheet
getSheetByName
(String name) getSheetName
(org.xlsx4j.sml.Worksheet worksheet) org.xlsx4j.sml.Workbook
org.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
-
getStyleSheet
-
clearWorkbook
public void clearWorkbook() -
clearBandDefinedNames
Method clears defined names associated with band data and leaves all other defined names in the workbook
-