Lines Matching refs:getCellByPosition
204 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setValueToCell()
217 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setTextToCell()
242 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setFormulaToCell()
255 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getValueFromCell()
271 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getTextFromCell()
286 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getFormulaFromCell()
308 xCell = xCellRange.getCellByPosition(j, i); in setValueToCellRange()
319 xCell = xCellRange.getCellByPosition(j, i); in setValueToCellRange()
342 xCell = xCellRange.getCellByPosition(j, i); in setTextToCellRange()
355 xCell = xCellRange.getCellByPosition(j, i); in setTextToCellRange()
379 xCell = xCellRange.getCellByPosition(j, i); in getValueFromCellRange()
405 xCell = xCellRange.getCellByPosition(j, i); in getTextFromCellRange()