Package org.camunda.bpm.dmn.xlsx.api
Interface SpreadsheetRow
- All Known Implementing Classes:
IndexedRow
public interface SpreadsheetRow
-
Method Details
-
getColumns
Collection<String> getColumns() -
getCell
-
getCells
List<SpreadsheetCell> getCells() -
hasCells
boolean hasCells() -
getRaw
org.xlsx4j.sml.Row getRaw()- Returns:
- the corresponding doc4j object => no API guarantees from here on :)
-