Interface SpreadsheetCell

All Known Implementing Classes:
IndexedCell

public interface SpreadsheetCell
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.xlsx4j.sml.Cell
     
    int
     
  • 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 :)