help-octave
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]