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

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

[Octave-bug-tracker] [bug #55823] [octave forge] (io) xlsread(...) call


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #55823] [octave forge] (io) xlsread(...) call using OCT interface interferes with GUI editor
Date: Sun, 10 Mar 2019 15:17:46 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48

Follow-up Comment #12, bug #55823 (project octave):

A way to reproduce with 50% use of the io package:

1. Open a spreadsheet file (.ods, .xlsx, .gnumeric) using
ptr = xlsopen (<filename>, 0, 'oct')

note the location of the unzipped archive in the ptr structure and copy to
clipboard (it is in ptr.workbook) (or keep it some other way)

2. exit Octave
(unzipped archive won't be cleaned up)

3. restart Octave
type:
tdirname = 
Ctrl-V
(i.e., assign full pathname of unzipped archive to tdirname by pasting), or
type it in if not copied to clipboard.

4. in a blank file in editor, type
confirm_recursive_rmdir (0, "local");
rmdir (tdirname, "s");

and execute these lines. The bug will be triggered (at least on my system).

Next step:
try with any unzipped archive. ATM I just don't have a suitable archive at
hand other than spreadsheet files.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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