[OctDev] Possible problem with oct2xls

2012-02-20 Thread Martin Hoeijmakers
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

Re: [OctDev] Possible problem with oct2xls

2012-02-20 Thread Philip Nienhuis
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: