public class XlsxWorksheetContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<CellContentHandler> |
cellContentHandlers |
protected List<IndexedRow> |
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 |
|---|---|
List<IndexedRow> |
getRows() |
String |
getWorksheetName() |
String |
resolveCellValue(org.xlsx4j.sml.Cell 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<IndexedRow> indexedRows
public XlsxWorksheetContext(org.xlsx4j.sml.CTSst sharedStrings,
org.xlsx4j.sml.Worksheet worksheet,
String worksheetName)
public List<IndexedRow> getRows()
public String resolveSharedString(int index)
public String resolveCellValue(org.xlsx4j.sml.Cell cell)
public String getWorksheetName()
Copyright © 2016 camunda services GmbH. All rights reserved.