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: Mon, 7 Nov 2016 14:21:51 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

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

I am still finding some unusual behavior.  When I run the script test.m:
++
intfname='book1.xlsx';
[status,sheets] = xlsfinfo(intfname);
wnames=sheets(:,1);
xlswrite(intfname,wnames,'MAIN',"A55:A100");
--

I get: 

>> test
Detected XLS interfaces: COM*; (* = default interface)
error: xlsopen.m: write mode requested but file book1.xlsx is not writable

but if I run each line individually via "run selection" I get:

>> xlswrite(intfname,wnames,'MAIN',"A55:A100")

ans =  1


This result is persistent and repeatable on my setup. Is there a diagnostic
function I can try to determine the reason for the difference between scripted
and interactive outcomes?


    _______________________________________________________

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]