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: Thu, 3 Nov 2016 20:57:37 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

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

By the way I just tested the 'COM' interface. I modified the original test
file to reflect the difference in the sheets command between Octave and
Matlab.  (See comment #8). 

++
intfname='test.xlsx';
[status,sheets] = xlsfinfo(intfname); 
poswmat=find(strncmp(sheets, 'wmat', 4));
wnames=sheets(poswmat);  %remove transpose
xlswrite(intfname,wnames,'MAIN',"A55:A100");
--

>>test

error: xlsopen.m: write mode requested but file test.xlsx is not writable



    _______________________________________________________

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]