| Class | Openoffice |
| In: |
lib/roo/openoffice.rb
|
| Parent: | GenericSpreadsheet |
| A_ROO_TYPE | = | { "float" => :float, "string" => :string, "date" => :date, "percentage" => :percentage, "time" => :time, } |
Returns the content of a spreadsheet-cell. (1,1) is the upper left corner. (1,1), (1,’A’), (‘A’,1), (‘a’,1) all refers to the cell at the first line and first row.
Returns the formula at (row,col). Returns nil if there is no formula. The method formula? checks if there is a formula.