summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-sheet
authorhayzel <hayzel>2004-01-08 11:49:02 (UTC)
committer hayzel <hayzel>2004-01-08 11:49:02 (UTC)
commitb25818faa882c1eb040f74e485cd981b94871a61 (patch) (side-by-side diff)
tree4a1e1865e5ffe78e32d798846352c82d03f43a14 /noncore/apps/opie-sheet
parentc1fe58cfdfdb42f75a040442c29defa15c81f626 (diff)
downloadopie-b25818faa882c1eb040f74e485cd981b94871a61.zip
opie-b25818faa882c1eb040f74e485cd981b94871a61.tar.gz
opie-b25818faa882c1eb040f74e485cd981b94871a61.tar.bz2
*** empty log message ***
Diffstat (limited to 'noncore/apps/opie-sheet') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-sheet/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-sheet/ChangeLog b/noncore/apps/opie-sheet/ChangeLog
index 06b2878..56887c5 100644
--- a/noncore/apps/opie-sheet/ChangeLog
+++ b/noncore/apps/opie-sheet/ChangeLog
@@ -6,7 +6,7 @@ January 7, 2004
-Added many functions that cover many computational topics rendering opie-sheet a computational tool-spreadsheet at last. (total 90 functions!)
-Maintained compatibility with the opie-fileformat.
-New icons.
- -Found that the DataParser was not a real RPN compiler of the expressions. In fact it was returning faulty results in calculations, in both binary or unary operations. A1-A2-A3 was parsed as A1-(A2-A3). A1 was parsed as A1.
+ -Found that the DataParser was not a real RPN compiler of the expressions. In fact it was returning faulty results in calculations, in both binary or unary operations. A1-A2-A3 was parsed as A1-(A2-A3). -A1 was parsed as A1.
-Added new class "Expression" a general Parser for spreadsheet-expression. Imported from an old C# project of mine.
-Now can also parse <>=!%&^|"" in expressions.
-Added experimental Excel File format import!. The opie-sheet can import any excel file in BIFF7/BIFF8 format. These formats are used in Excel XP,2000,95. The Excel Importer class is in a good coding level.. BUT it is not complete. Only strings,numbers,formulas are imported. Not formatting rules. Not all the functions are converted in the functions of opie-sheet. Infact FEW functions are converted.