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

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

[Octave-bug-tracker] [bug #51203] xlswrite(...'com') output in a corrupt


From: Aleshin Andrey Igorevich
Subject: [Octave-bug-tracker] [bug #51203] xlswrite(...'com') output in a corrupted .xlsx. 'oct' output Russian in a non-readable xlsx. 'oct' need to execute twice
Date: Thu, 8 Jun 2017 07:58:36 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #5, bug #51203 (project octave):

xlswrite(filename,cell1,'sh1','A1');

t=1;
while (exist(filename)~=2)&&t<=1
  xlswrite(filename,cell1,[],[],'oct');
  t=t+1;
end

if (exist(filename)~=2)
  fprintf('Please repeat script\n');
end

------
This is not liked by me, but today it is works only that. Me smile.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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