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: Mon, 7 Nov 2016 17:58:12 +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 #25, bug #49510 (project octave):

Some questions in return, to help diagnose your setup:

0 Does your PC have an SSD drive from/to which you read/write the spreadsheet
files?

0 What happens if you put in a little delay? Along the lines of:

intfname='book1.xlsx';
[status,sheets] = xlsfinfo(intfname);
wnames=sheets(:,1);
pause (0.25);             %% <= A little delay
xlswrite(intfname,wnames,'MAIN',"A55:A100");


If it doesn't help, put in a little more delay, but no more than 0.5 second.


    _______________________________________________________

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]