-
Type: Improvement
-
Status: Closed
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ODF 1.2
-
Component/s: OpenFormula
-
Labels:None
-
Proposal:
-
Resolution:
The current definitions of CEILING and FLOOR have the syntax (here using only FLOOR for illustration)
FLOOR( Number N [ ; Number significance [ ; Number mode ] ] )
Documents imported from alien file formats may encounter the forms FLOOR(N) or FLOOR(N and when saving to ODFF have to append the 3rd parameter to indicate the proper calculation mode. As the default value of 'significance' depends on the value of N, it is not possible to write a fixed value for 'significance'. We thus have to allow 'significance' as an empty (two consecutive ;; semicolons) parameter.