public class IndexedRow extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
CELL_REF_PATTERN |
protected List<IndexedCell> |
cells |
protected Map<String,IndexedCell> |
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) |
IndexedCell |
getCell(String column) |
List<IndexedCell> |
getCells() |
Collection<String> |
getColumns() |
org.xlsx4j.sml.Row |
getRow() |
boolean |
hasCells() |
public static final Pattern CELL_REF_PATTERN
protected org.xlsx4j.sml.Row row
protected List<IndexedCell> cells
protected Map<String,IndexedCell> cellsByColumn
protected String extractColumn(org.xlsx4j.sml.Cell cell)
public org.xlsx4j.sml.Row getRow()
public Collection<String> getColumns()
public IndexedCell getCell(String column)
public boolean hasCells()
public List<IndexedCell> getCells()
Copyright © 2016 camunda services GmbH. All rights reserved.