changeset 10409:c9b9bf5d3b52 octave-forge

Updated
author prnienhuis
date Fri, 08 Jun 2012 15:44:35 +0000
parents df32c8d619af
children 3e7b5be44f4a
files main/io/NEWS
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/NEWS	Fri Jun 08 15:42:23 2012 +0000
+++ b/main/io/NEWS	Fri Jun 08 15:44:35 2012 +0000
@@ -8,11 +8,15 @@
     with jopendocument v 1.3b1
 --- oct2xls, oct2ods: cast all numeric types in input array to double as 
     spreadsheets have only double, boolean or character string type. This bug
-    has been there from the very beginning of the spreadsheet functions  8-O
+    has been there from the very beginning of the spreadsheet functions  >8-O
+
+--- Support for reading back formulas from .xls spreadsheets using ActiveX/COM
 
 ** Compatible with jOpenDocument version 1.3b1
    getUsedRange() method added (MUCH faster than the old hack)
 
+** Compatible with odfdom-java-0.8.8-incubator.jar (ODF Toolkit 0.5-incubating)
+
 ** Compatible with Apache POI 3.8 final
 
 ===============================================================================