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

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

[Octave-bug-tracker] [bug #64366] [Octave Packages] (io) xlswrite can on


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #64366] [Octave Packages] (io) xlswrite can only save file to a specific directory
Date: Fri, 30 Jun 2023 15:06:13 -0400 (EDT)

Follow-up Comment #6, bug #64366 (project octave):

That does look like a VM issue:

Without VM:

octave:1> pkg load io
octave:2> a = 10; xlswrite ("/tmp/foo.xlsx", a)
ans = 1
octave:3> stat("/tmp/foo.xlsx")
ans =

  scalar structure containing the fields:

    dev = 66307
    ino = 933172
    mode = 33188
    modestr = -rw-r--r-- 
    nlink = 1
    uid = 1001
    gid = 1001
    rdev = 0
    size = 6874
    atime = 1.6882e+09
    mtime = 1.6882e+09
    ctime = 1.6882e+09
    blksize = 4096
    blocks = 16

octave:4> 


With VM: 


octave:1> __enable_vm_eval__ (1)
octave:2> pkg load io
octave:3> a = 10; xlswrite ("/tmp/foo2.xlsx", a)
error: concatenation operator not implemented for 'matrix' by 'scalar struct'
operations
error: called from
    __OCT_oct2xlsx__
    __OCT_oct2spsh__ at line 90 column 9
    oct2xls
    xlswrite
octave:4> 


Dmitri.
-- 



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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