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

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

[Octave-bug-tracker] [bug #53459] io package (2.4.10), function xlsread,


From: anonymous
Subject: [Octave-bug-tracker] [bug #53459] io package (2.4.10), function xlsread, results in unexpected error reading Excel (xlsx) file
Date: Sun, 25 Mar 2018 15:48:45 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0

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

@Markus: great - thanks a lot it works!

By the way: the xlsx (Excel) version is much faster than the ods (Libre Office
Calc) version.

xlsx execution time 2.4 seconds versus ods execution time 40.6 seconds. 17 x
slower :-(


Thanks and best regards,
Werner




Test Case XLSX:

tic;
[numarr,txtarr,rawarr,limits]=xlsread('500V_SHORT.xlsx','Current Wfms
Data',[],'OCT');
%[numarr,txtarr,rawarr,limits]=odsread('500V_SHORT.ods','Current Wfms
Data',[],'OCT');
toc;

Checking requested interface(s):
OCT*; (* = default interface)
Elapsed time is 2.4006 seconds.

Test Case ODS:

tic;
%[numarr,txtarr,rawarr,limits]=xlsread('500V_SHORT.xlsx','Current Wfms
Data',[],'OCT');
[numarr,txtarr,rawarr,limits]=odsread('500V_SHORT.ods','Current Wfms
Data',[],'OCT');
toc;

Checking requested interface(s):
OCT*; (* = default interface)
Elapsed time is 40.6201 seconds.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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