From: <prn...@us...> - 2012-06-08 16:34:04
|
Revision: 10597 http://octave.svn.sourceforge.net/octave/?rev=10597&view=rev Author: prnienhuis Date: 2012-06-08 16:33:58 +0000 (Fri, 08 Jun 2012) Log Message: ----------- Texinfo help text updated (COM intf now also supports formulas_as_text) Modified Paths: -------------- trunk/octave-forge/main/io/inst/xls2oct.m Modified: trunk/octave-forge/main/io/inst/xls2oct.m =================================================================== --- trunk/octave-forge/main/io/inst/xls2oct.m 2012-06-08 16:14:00 UTC (rev 10596) +++ trunk/octave-forge/main/io/inst/xls2oct.m 2012-06-08 16:33:58 UTC (rev 10597) @@ -36,7 +36,7 @@ ## or "" (empty string, indicating all data in a worksheet). ## If no range is specified the occupied cell range will have to be ## determined behind the scenes first; this can take some time for the -## Java-based interfaces. Be aware that in Excel/ActiveX interface the +## Java-based interfaces. Be aware that in COM/ActiveX interface the ## used range can be outdated. The Java-based interfaces are more ## reliable in this respect albeit much slower. ## @@ -48,8 +48,7 @@ ## @item "formulas_as_text" ## If set to TRUE or 1, spreadsheet formulas (if at all present) ## are read as formula strings rather than the evaluated formula -## result values. This only works for the Java based interfaces -## POI, JXL and UNO. The default value is 0 (FALSE). +## result values. The default value is 0 (FALSE). ## ## @item 'strip_array' ## Set the value of this field set to TRUE or 1 to strip the returned This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |