| Method and Description |
|---|
| SpreadsheetExtension#insertFormulaIntoCell(com.sun.star.sheet.XSpreadsheet self, int column, int row, java.lang.String value)
Inserts a formula (string) value into the cell specified by column and row.
|
| SpreadsheetExtension#insertValueIntoCell(com.sun.star.sheet.XSpreadsheet self, int column, int row, float value)
Inserts a float value into the cell specified by column and row.
|