IO package: Difference between revisions

1 byte added ,  18 October 2019
m
Fix typo
m (Remove redundant Category:Packages.)
m (Fix typo)
Line 133: Line 133:
</nowiki></pre>
</nowiki></pre>


An easier way is to collect all required Java class libs fo spreadsheet I/O (the .jar files) in one subdir and have chk_spreadsheet_support .m sort it all out:
An easier way is to collect all required Java class libs for spreadsheet I/O (the .jar files) in one subdir and have chk_spreadsheet_support .m sort it all out:
<pre><nowiki>
<pre><nowiki>
octave:8>  chk_spreadsheet_support ('/full/path/to/subdir/with/.jar/files')
octave:8>  chk_spreadsheet_support ('/full/path/to/subdir/with/.jar/files')
21

edits