Class Cell
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xls.Cell
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Cell
public Cell(int col, int row) -
Cell
public Cell(org.apache.poi.ss.util.CellReference originalCell) -
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
-
hashCode
public int hashCode() -
toString
-