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

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

[Octave-bug-tracker] [bug #44109] xlswrite does not support xls


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #44109] xlswrite does not support xls
Date: Wed, 28 Jan 2015 17:11:47 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?44109>

                 Summary: xlswrite does not support xls
                 Project: GNU Octave
            Submitted by: avinoam
            Submitted on: Wed 28 Jan 2015 05:11:46 PM GMT
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Avinoam
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:


Using io package:


>> a=1;
>> xlswrite ('a.xls',a);
Creating file a.xls
Detected XLS interfaces: None.
warning: xlsopen.m: no support for spreadsheet I/O

warning: called from
    xlsopen at line 365 column 9
    xlswrite at line 198 column 9
>> xlswrite ('a.xlsx',a);
Creating file a.xlsx
Detected XLS interfaces: >>


xlswrite supports xlsx but not xls.
Note that there a missing newline at the end (any maybe the word
None, if the are no XLS interfaces detected).





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44109>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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