Lines Matching refs:column
203 …public static void setValueToCell(XSpreadsheet xSpreadsheet, int column, int row, double value) th… in setValueToCell() argument
204 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setValueToCell()
216 …public static void setTextToCell(XSpreadsheet xSpreadsheet, int column, int row, String text) thro… in setTextToCell() argument
217 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setTextToCell()
241 …public static void setFormulaToCell(XSpreadsheet xSpreadsheet, int column, int row, String formula… in setFormulaToCell() argument
242 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setFormulaToCell()
254 …public static double getValueFromCell(XSpreadsheet xSpreadsheet, int column, int row) throws Excep… in getValueFromCell() argument
255 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getValueFromCell()
270 …public static String getTextFromCell(XSpreadsheet xSpreadsheet, int column, int row) throws Except… in getTextFromCell() argument
271 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getTextFromCell()
285 …public static String getFormulaFromCell(XSpreadsheet xSpreadsheet, int column, int row) throws Exc… in getFormulaFromCell() argument
286 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getFormulaFromCell()