java.lang.Object
io.jmix.reports.yarg.formatters.impl.xls.Cell

public class Cell extends Object
  • Constructor Details

    • Cell

      public Cell(int col, int row)
    • Cell

      public Cell(org.apache.poi.ss.util.CellReference originalCell)
    • Cell

      public Cell(Cell cell)
  • Method Details

    • getRow

      public int getRow()
    • setRow

      public void setRow(int row)
    • getCol

      public int getCol()
    • setCol

      public void setCol(int col)
    • toCellReference

      public org.apache.poi.ss.util.CellReference toCellReference()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object