Package org.camunda.bpm.dmn.xlsx.api
Interface SpreadsheetCell
- All Known Implementing Classes:
IndexedCell
public interface SpreadsheetCell
-
Method Summary
-
Method Details
-
getColumn
String getColumn() -
getRow
int getRow() -
getRaw
org.xlsx4j.sml.Cell getRaw()- Returns:
- the corresponding doc4j object => no API guarantees from here on :)
-