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

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

[Octave-bug-tracker] [bug #45303] xlsread in io package can't handle Exc


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #45303] xlsread in io package can't handle Excel worksheet reordering
Date: Fri, 19 Jun 2015 10:32:48 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33

Update of bug #45303 (project octave):

                  Status:               Need Info => Confirmed              
             Assigned to:                    None => philipnienhuis         
                 Release:                   4.0.0 => other                  
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #4:

Confirmed. I made an .xlsx workbook 'testsheet.xlsx' with four worksheets and
some tracking contents, shifted worksheet #3 ('Sheet 3') to position #1 and
got the following:

>> xlsfinfo ('testsheet.xlsx', 'oct')
  1: Sheet3                           (Used range ~ C3:C3)
  2: Sheet1                           (Used range ~ A1:A1)
  3: Sheet2                           (Used range ~ B2:B2)
  4: Sheet4                           (Used range ~ D4:D4)
ans = Microsoft Excel Spreadsheet
>> [~, ~, raw] = xlsread ('testsheet.xlsx', 'Sheet1')
raw =
{
  [1,1] = Sheet 3
}
>>


...so xlsfinfo does it right but the rest not.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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