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: Steven Weinberg
Subject: [Octave-bug-tracker] [bug #49510] after an xlswrite the spreadsheet is corrupted
Date: Wed, 2 Nov 2016 20:57:01 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

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

I ran this change to the script:

++
rng = sprintf ("A55:%s55", num2col (numel(wnames)));
xlswrite(intfname,wnames,'MAIN',rng);
--

There was no error in Octave. However when I opened the file test.xlsx it was
corrupted.  I gave me the following error:

++
<?xml version="1.0" encoding="UTF-8" standalone="true"?>

-<recoveryLog
xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main";>

<logFileName>error040480_07.xml</logFileName>

<summary>Errors were detected in file
'D:\GVAR_Toolbox2.0_octave\GVAR_Toolbox2.0\test.xlsx'</summary>


-<removedParts summary="Following is a list of removed parts:">

<removedPart>Removed Part: /xl/sharedStrings.xml part with XML error.
(Strings) The name in the end tag of the element must match the element type
in the start tag. Line 2, column 1071.</removedPart>

</removedParts>


-<removedRecords summary="Following is a list of removed records:">

<removedRecord>Removed Records: Cell information from
/xl/worksheets/sheet1.xml part</removedRecord>

<removedRecord>Removed Records: Cell information from
/xl/worksheets/sheet3.xml part</removedRecord>

<removedRecord>Removed Records: Cell information from
/xl/worksheets/sheet4.xml part</removedRecord>

</removedRecords>

</recoveryLog>

--

Matlab actually places wnames in cells A55:A57.

If you could upload the windows-1.2.4.tar.gz file, I could access it from this
site and install it.  Then I could determine whether my problems are resolved
with the 'COM' interface.

    _______________________________________________________

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]