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

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

[Octave-bug-tracker] [bug #59277] xls2oct and/or openxls behave unexpect


From: Dennis
Subject: [Octave-bug-tracker] [bug #59277] xls2oct and/or openxls behave unexpected
Date: Wed, 21 Oct 2020 07:47:49 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36

Follow-up Comment #19, bug #59277 (project octave):

As an addition, a way to limit the for loop in lines 150-155, is to implement
it as follows:

for n = find(cell2mat(cellfun(@numel,ctext,'uni',false))>1)
  ...
endfor


This may speed up things even a bit further, as it will only loop through
those nested cells that have multiple indices.

Looking forward to hear if you think it is feasible to implement this change.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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