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

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

[Octave-bug-tracker] [bug #64366] xlswrite can only save file to current


From: anonymous
Subject: [Octave-bug-tracker] [bug #64366] xlswrite can only save file to current directory
Date: Wed, 28 Jun 2023 21:11:52 -0400 (EDT)

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

                 Summary: xlswrite can only save file to current directory
                   Group: GNU Octave
               Submitter: None
               Submitted: Thu 29 Jun 2023 01:11:50 AM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: Tom Cheng
        Originator Email: tom.cheng@trillionscience.com
             Open/Closed: Open
                 Release: 8.2.0 8.X Series Bug Fix Release 
         Discussion Lock: Any
        Operating System: Microsoft Windows
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Thu 29 Jun 2023 01:11:50 AM UTC By: Anonymous
I tried to use xlswrite to save data to an Excel file and found that the file
will be saved to current directory only.  If you save file to other directory,
it still saves the file to current directly.  This will cause problem when you
want to save data in multiple spreadsheets in different directory.  The saved
file only shown on the current directoy and only the last spreadsheets
existed.  Below is my testing code.
------------------------------
>> pwd
ans = C:\TomCheng\Matlab\IMGtool
>> a=0;
>> xlswrite('c:\test1.xlsx',a)
ans = 1
>>
-------------------------------
The file test1.xlsx was created on directory C:\TomCheng\Matlab\IMGtool

Below is my system configuration
OS: Windows 11
Octave: 8.2.0
IO package: 2.6.4







    _______________________________________________________

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]