Fix wrong Lotus version detection
For the correct naming of functions in ODFF / ODF OpenFormula and parameters see https://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.odt or https://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html
Some function names are wrong though, e.g. deg() should be DEGREES(), rad() should be RADIANS(), getactdate() should be TODAY() and davg() should be DAVERAGE() instead to be recognized as ODFF spreadsheet functions. There may be more, if loaded in LibreOffice hit Shift+Ctrl+F9 for a forced recalc and check content of cells with #NAME? error.
The attached document looks correct in regard to this issue, for example cell Sheet2.F55 now contains a formula expression with IPMT(...) which previously it did not. Thanks.
librevenge: generates invalid (per ODF OpenFormula / ODFF) cell range references
QuattroPro formula expressions not imported correctly
Allow fingerprint user input for key selection....
Allow short and long key ID user input in pgp_g...