[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using IO package with MXE-Octave (Octave not compiled with Java)
From: |
ijourneaux |
Subject: |
Re: Using IO package with MXE-Octave (Octave not compiled with Java) |
Date: |
Wed, 23 Apr 2014 05:59:18 -0700 (PDT) |
I am writing to an xls file using
xlh=xlsopen(Tout,1,'COM');
[xlh rs] = oct2xls(str2, xlh, Sampleid, 'A1');
xlh=xlsclose(xlh);
Maybe I am just lucky, but after disabling all of the checks for Java in
getxlsinterfaces, the xls file is successfully created and the file appears
correct.
Taking a closer look at getxlsinterface.m it appears that the checks to see
if java is enabled require that Octave be compiled with java support.
--
View this message in context:
http://octave.1599824.n4.nabble.com/Using-IO-package-with-MXE-Octave-Octave-not-compiled-with-Java-tp4663692p4663718.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Using IO package with MXE-Octave (Octave not compiled with Java), ijourneaux, 2014/04/22
- Re: Using IO package with MXE-Octave (Octave not compiled with Java), ijourneaux, 2014/04/22
- Re: Using IO package with MXE-Octave (Octave not compiled with Java), Markus Bergholz, 2014/04/23
- Re: Using IO package with MXE-Octave (Octave not compiled with Java),
ijourneaux <=
- Re: Using IO package with MXE-Octave (Octave not compiled with Java), Markus Bergholz, 2014/04/23
- Re: Using IO package with MXE-Octave (Octave not compiled with Java), ijourneaux, 2014/04/23
- Re: Using IO package with MXE-Octave (Octave not compiled with Java), PhilipNienhuis, 2014/04/23
- Re: Using IO package with MXE-Octave (Octave not compiled with Java), ijourneaux, 2014/04/23
- Re: Using IO package with MXE-Octave (Octave not compiled with Java), PhilipNienhuis, 2014/04/25