IO package: Difference between revisions

Jump to navigation Jump to search
659 bytes added ,  16 November 2013
add information about the new cool&fast OCT interface
(add information about the new cool&fast OCT interface)
Line 25: Line 25:


=== Required support software ===
=== Required support software ===
For the OCT interface (since 1.2.4/1.2.5, read-only support!):
* Nothing except unzip


For Windows (MingW):
For Windows (MingW):
Line 214: Line 216:


=== Required support software ===
=== Required support software ===
For the OCT interface (since 1.2.4/1.2.5, read-only support!):
* Nothing except unzip
For the Excel/COM interface:
For the Excel/COM interface:
* A windows computer with Excel installed. Note that 64-bit MS-Office has no support for COMx /ActiveX so you might have to resort to the Java interfaces below
* A windows computer with Excel installed. Note that 64-bit MS-Office has no support for COMx /ActiveX so you might have to resort to the Java interfaces below
Line 397: Line 402:
*Creating Excel graphs (a significant enterprise to write from scratch).
*Creating Excel graphs (a significant enterprise to write from scratch).
*Support for "passing function handle" in xlsread.
*Support for "passing function handle" in xlsread.
== OCT interface ==
Since io package version 1.2.4, an interface called "OCT" was added. Except for unzip, it has no dependencies. It's still experimental but fast! Feel free to test it and give us a feedback.
Currently it just support reading .xlsx, .ods and .gnumeric files. Writing is not supported yet!
If
<pre>chk_spreadsheet_support == 0</pre>
it's used automatically (default interface). Otherwise you can force the usage like
<pre>m=xlsread('file.xlsx',1,[],'OCT');</pre>


[[Category:OctaveForge]]
[[Category:OctaveForge]]
[[Category:Packages]]
[[Category:Packages]]
Anonymous user

Navigation menu