public class IndexedRow extends Object implements SpreadsheetRow
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
CELL_REF_PATTERN |
protected List<SpreadsheetCell> |
cells |
protected Map<String,SpreadsheetCell> |
cellsByColumn |
protected org.xlsx4j.sml.Row |
row |
| Constructor and Description |
|---|
IndexedRow(org.xlsx4j.sml.Row row) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
extractColumn(org.xlsx4j.sml.Cell cell) |
SpreadsheetCell |
getCell(String column) |
List<SpreadsheetCell> |
getCells() |
Collection<String> |
getColumns() |
org.xlsx4j.sml.Row |
getRaw() |
boolean |
hasCells() |
public static final Pattern CELL_REF_PATTERN
protected org.xlsx4j.sml.Row row
protected List<SpreadsheetCell> cells
protected Map<String,SpreadsheetCell> cellsByColumn
protected String extractColumn(org.xlsx4j.sml.Cell cell)
public org.xlsx4j.sml.Row getRaw()
getRaw in interface SpreadsheetRowpublic Collection<String> getColumns()
getColumns in interface SpreadsheetRowpublic SpreadsheetCell getCell(String column)
getCell in interface SpreadsheetRowpublic boolean hasCells()
hasCells in interface SpreadsheetRowpublic List<SpreadsheetCell> getCells()
getCells in interface SpreadsheetRowCopyright © 2020 Camunda Services GmbH. All rights reserved.