Class IndexedCell

java.lang.Object
org.camunda.bpm.dmn.xlsx.elements.IndexedCell
All Implemented Interfaces:
SpreadsheetCell

public class IndexedCell extends Object implements SpreadsheetCell
Author:
Thorben Lindhauer
  • Field Details

    • CELL_REF_PATTERN

      public static final Pattern CELL_REF_PATTERN
    • cell

      protected org.xlsx4j.sml.Cell cell
    • column

      protected String column
    • row

      protected int row
  • Constructor Details

    • IndexedCell

      public IndexedCell(org.xlsx4j.sml.Cell cell)
  • Method Details