public class IndexedCell extends Object implements SpreadsheetCell
| Modifier and Type | Field and Description |
|---|---|
protected org.xlsx4j.sml.Cell |
cell |
static Pattern |
CELL_REF_PATTERN |
protected String |
column |
protected int |
row |
| Constructor and Description |
|---|
IndexedCell(org.xlsx4j.sml.Cell cell) |
public static final Pattern CELL_REF_PATTERN
protected org.xlsx4j.sml.Cell cell
protected String column
protected int row
public org.xlsx4j.sml.Cell getRaw()
getRaw in interface SpreadsheetCellpublic String getColumn()
getColumn in interface SpreadsheetCellpublic int getRow()
getRow in interface SpreadsheetCellCopyright © 2020 Camunda Services GmbH. All rights reserved.