Dear Philip,
I was trying the new version of Octave 3.6.0 for Windows, when I met the
following problem.
I tried:
ca{1,1} = "test";
xls = xlsopen('testXLS.xls', 1, 'POI');
xls = oct2xls(ca, xls, "werkblad");
xlsclose(xls);
I got:
POI (& OOXML)*; (* = active interface)
error
Hello Martin:
Martin Hoeijmakers wrote:
> Dear Philip,
>
> I was trying the new version of Octave 3.6.0 for Windows, when I met the
> following problem.
>
> I tried:
>
> ca{1,1} = "test";
> xls = xlsopen('testXLS.xls', 1, 'POI');
> xls = oct2xls(ca, xls, "werkblad");
> xlsclose(xls);
>
> I got: