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 results in a


From: Andrey Aleshin Igorevich
Subject: [Octave-bug-tracker] [bug #51203] xlswrite(...'com') output results in a corrupted .xlsx / unicode issues
Date: Wed, 21 Jun 2017 10:06:00 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0

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

your correction in
c:\octave-4.2.1\share\octave\packages\io-2.4.7\private\__OCT_spsh_open__.m 

unp_tic = tic;
while toc (unp_tic) < 2 && ...
  ! exist (fullfile (tmpdir, unp_files{end}), "file")
 pause (0.2);
endwhile


script:

clear; clc;
cell1={'One, two, three, 4'};
filename=[mfilename('fullpath'),'.xlsx'];
if exist(filename)==2
  delete(filename);
end
%pause(0.05);
xlswrite(filename,cell1,[],[],'oct');


    _______________________________________________________

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]