website/index.txt in roo-1.2.1 vs website/index.txt in roo-1.2.2
- old
+ new
@@ -136,15 +136,18 @@
* :string
* :date
* :percentage
* :formula
* :time
+* :datetime
Numeric values are returned as type :float, the return value is a Ruby Float object (note: integer values like 42 are returned as 42.0 - not as a Fixnum 42 object).
String values are returned as type :string and Ruby String object.
Date values are returned as type :date and as a Ruby Date object.
+
+Datetime values are returned as type :datedate and as a Ruby DateTime object.
Percentage are return as type :percentage and as Ruby Float object with the
range from 0.0 to 1.0.
Formulas are returned as type :formula - the value of the cell is the computed