Class CellReference

java.lang.Object
io.jmix.reports.yarg.formatters.impl.xlsx.CellReference
All Implemented Interfaces:
Comparable

public class CellReference extends Object implements Comparable
  • Field Details

    • CELL_COORDINATES_PATTERN

      public static final Pattern CELL_COORDINATES_PATTERN
  • Constructor Details

    • CellReference

      public CellReference(String sheet, int row, int column)
    • CellReference

      public CellReference(String sheet, String cellRef)
    • CellReference

      public CellReference(String sheet, org.xlsx4j.sml.Cell cell)
  • Method Details

    • shift

      public CellReference shift(int downShift, int rightShift)
    • move

      public CellReference move(int row, int col)
    • toReference

      public String toReference()
    • getColumn

      public int getColumn()
    • getRow

      public int getRow()
    • getSheet

      public String getSheet()
    • equals

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

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

      public int compareTo(Object o)
      Specified by:
      compareTo in interface Comparable