public interface SpreadsheetRow
| Modifier and Type | Method and Description |
|---|---|
SpreadsheetCell |
getCell(String column) |
List<SpreadsheetCell> |
getCells() |
Collection<String> |
getColumns() |
org.xlsx4j.sml.Row |
getRaw() |
boolean |
hasCells() |
Collection<String> getColumns()
SpreadsheetCell getCell(String column)
List<SpreadsheetCell> getCells()
boolean hasCells()
org.xlsx4j.sml.Row getRaw()
Copyright © 2020 Camunda Services GmbH. All rights reserved.