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

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

[Octave-bug-tracker] [bug #59203] [octave forge] (io) Problem with xlsre


From: anonymous
Subject: [Octave-bug-tracker] [bug #59203] [octave forge] (io) Problem with xlsread importing accent marks
Date: Thu, 1 Oct 2020 15:11:12 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0

Follow-up Comment #9, bug #59203 (project octave):

thanks for your help.
I was making some tests on my own and if I run the "xlsread" command before
loading the "windows" package, all the next calls to that command import the
accent marks well (maybe is because Octave choose the correct interface).

**********
pkg load io
[numeros1, texto1] = xlsread("./Excel_xls.xlsx", 'page1');
pkg windows
[numeros2, texto2] = xlsread("./Excel_xls.xlsx", 'page1');
********** 


P.S. where can i find the documentation to know how is the interface that
Octave use and more advanced thing, like subrefs.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59203>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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