From: <prn...@us...> - 2012-06-08 15:44:41
|
Revision: 10595 http://octave.svn.sourceforge.net/octave/?rev=10595&view=rev Author: prnienhuis Date: 2012-06-08 15:44:35 +0000 (Fri, 08 Jun 2012) Log Message: ----------- Updated Modified Paths: -------------- trunk/octave-forge/main/io/NEWS Modified: trunk/octave-forge/main/io/NEWS =================================================================== --- trunk/octave-forge/main/io/NEWS 2012-06-08 15:42:23 UTC (rev 10594) +++ trunk/octave-forge/main/io/NEWS 2012-06-08 15:44:35 UTC (rev 10595) @@ -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 =============================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |