Lines Matching defs:xCell
204 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setValueToCell() local
217 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setTextToCell() local
228 public static void setTextToCell(XCell xCell, String text) throws Exception { in setTextToCell()
242 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setFormulaToCell() local
255 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getValueFromCell() local
271 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getTextFromCell() local
286 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getFormulaFromCell() local
305 XCell xCell = null; in setValueToCellRange() local
316 XCell xCell = null; in setValueToCellRange() local
338 XCell xCell = null; in setTextToCellRange() local
351 XCell xCell = null; in setTextToCellRange() local
374 XCell xCell = null; in getValueFromCellRange() local
399 XCell xCell = null; in getTextFromCellRange() local
497 public static void setCellProperties(XCell xCell, String propName, Object value) throws Exception { in setCellProperties()
509 public static Object getCellProperties(XCell xCell, String propName) throws Exception { in getCellProperties()