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

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

[Octave-bug-tracker] [bug #58045] [octave forge] (io) odsread error


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #58045] [octave forge] (io) odsread error
Date: Wed, 25 Mar 2020 15:58:04 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #58045 (project octave):

                 Release:                   4.2.2 => other                  
        Operating System:               GNU/Linux => Any                    

    _______________________________________________________

Follow-up Comment #2:

I think I fixed this one now as well.

For the time being, use the matching xls* functions rather than ods*, in your
case:

options=xlsread([settings_folder 'options.ods'],'Sheet1','C2:C4', 'oct');

Sorry for this. io-2.6.0 involved a large code shuffle, unfortunately this
error slipped through.

What you can also do to help me finally fix this bug is grabbing the following
files:
xlsopen.m
oct2ods.m
ods2oct.m
odsfinfo.m
odsread.m
xlsread.m

from here:
http://hg.code.sf.net/p/octave/io/file/d0755ce2d934/inst

and put them in the io package folder; you can find out where that is by
entering
"which odsread"
(w/o quotes) in the Octave terminal and noting the path to odsread.m,

and report back if this fixes your problem.
Thanks

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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