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

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

[Octave-bug-tracker] [bug #47197] octave-forge io package: xlswrite has


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #47197] octave-forge io package: xlswrite has problems if string has &, <, >, "
Date: Fri, 19 Feb 2016 08:57:40 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.6.1

Follow-up Comment #1, bug #47197 (project octave):

I guess there are some chars which should be replaced. There is some code
which does this if xlsx is read, for example __OCT_xlsx2oct__.m:126


valf1 = strrep (valf1, """, '"');
valf1 = strrep (valf1, "<", "<");
valf1 = strrep (valf1, ">", ">");
valf1 = strrep (valf1, "&", "&");


But I can't find code for the other way (writing to xlsx).

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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