IO package: Difference between revisions

Jump to navigation Jump to search
61 bytes added ,  11 January 2018
Line 167: Line 167:


POI is located differently on every system. To easily find where are the files and their names try to search for: libapache-poi-java.list.
POI is located differently on every system. To easily find where are the files and their names try to search for: libapache-poi-java.list.
in terminal: find / -name "libapache-poi-java*" 2>/dev/null
in terminal:  
<pre><nowiki>
find / -name "libapache-poi-java*" 2>/dev/null
</nowiki></pre>
in octave:
in octave:
<pre><nowiki>
fid = fopen ("/var/lib/dpkg/info/libapache-poi-java.list");
fid = fopen ("/var/lib/dpkg/info/libapache-poi-java.list");
line = fgetl (fid);
line = fgetl (fid);
Line 178: Line 182:
pkg load io;
pkg load io;
disp(chk_spreadsheet_support); % should be 2
disp(chk_spreadsheet_support); % should be 2
</nowiki></pre>


== Detailed Information (TL) ==
== Detailed Information (TL) ==
Anonymous user

Navigation menu