public class XlsxWorksheetContext extends Object implements Spreadsheet
| Modifier and Type | Field and Description |
|---|---|
protected List<CellContentHandler> |
cellContentHandlers |
protected List<SpreadsheetRow> |
indexedRows |
protected org.xlsx4j.sml.CTSst |
sharedStrings |
protected org.xlsx4j.sml.Worksheet |
worksheet |
protected String |
worksheetName |
| Constructor and Description |
|---|
XlsxWorksheetContext(org.xlsx4j.sml.CTSst sharedStrings,
org.xlsx4j.sml.Worksheet worksheet,
String worksheetName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<SpreadsheetRow> |
getRows() |
String |
resolveCellContent(SpreadsheetCell cell) |
String |
resolveSharedString(int index) |
protected List<CellContentHandler> cellContentHandlers
protected org.xlsx4j.sml.CTSst sharedStrings
protected org.xlsx4j.sml.Worksheet worksheet
protected String worksheetName
protected List<SpreadsheetRow> indexedRows
public XlsxWorksheetContext(org.xlsx4j.sml.CTSst sharedStrings,
org.xlsx4j.sml.Worksheet worksheet,
String worksheetName)
public List<SpreadsheetRow> getRows()
getRows in interface Spreadsheetpublic String resolveSharedString(int index)
public String resolveCellContent(SpreadsheetCell cell)
resolveCellContent in interface Spreadsheetpublic String getName()
getName in interface SpreadsheetCopyright © 2020 Camunda Services GmbH. All rights reserved.