octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49510] after an xlswrite the spreadsheet is c


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #49510] after an xlswrite the spreadsheet is corrupted
Date: Fri, 4 Nov 2016 19:03:42 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40

Follow-up Comment #20, bug #49510 (project octave):

@ comment #18:
Apparently you have 64-bit Octave, or an Octave built with a 64-bit Java JDK,
so then you need a 64-bit JRE.
The good news is that -at least on Windows- 32-bit and 64-bit JREs can coexist
perfectly. Simply install a 64-bit JRE.

Then:
I think I've fixed the XML related bugs, some were quite concealed.
If you want you can help me by trying io-2.4.5 here:
https://www.dropbox.com/s/3ykegqe4l79sl6j/io-2.4.5.tar.gz?dl=0

I tried your script, I got this:

>> intfname='book1.xlsx'
intfname = book1.xlsx
>> [status,sheets] = xlsfinfo(intfname)
Detected XLS interfaces: COM*; POI (& OOXML); JXL; OXS; UNO; (* = default
interface)

status = Microsoft Excel Spreadsheet
sheets =
{
  [1,1] = Sheet1
  [2,1] = Sheet2
  [3,1] = Sheet3
  [1,2] = Empty
  [2,2] = Empty
  [3,2] = Empty
}
>> wnames=sheets(:,1)
wnames =
{
  [1,1] = Sheet1
  [2,1] = Sheet2
  [3,1] = Sheet3
}
>> xlswrite(intfname,wnames,'MAIN',"A55:A100")
ans =  1


The messages from your script are expected nd the output is fine; except for
the line "test at line 7 column 16" that I cannot track down- it must be a
program/script from you I suppose.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49510>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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