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: Markus Bergholz
Subject: Re: Using IO package with MXE-Octave (Octave not compiled with Java)
Date: Wed, 23 Apr 2014 17:34:16 +0200


Am 23.04.2014 15:00 schrieb "ijourneaux" <address@hidden>:
>
> 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,

Com interface means, that octave use microsoft excel for reading/writing. I've never used this combination. Maybe it don't need java for that.

> 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.
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave


reply via email to

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