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

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

[Octave-bug-tracker] [bug #38756] xlswrite always truncates arrays to 25


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #38756] xlswrite always truncates arrays to 256 columns because check on .xlsx extension is wrong
Date: Wed, 17 Apr 2013 19:35:59 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6

Update of bug #38756 (project octave):

                  Status:                    None => Fixed                  
             Assigned to:                    None => philipnienhuis         
             Open/Closed:                    Open => Closed                 
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

Good catch!

I rarely use xlswrite myself, I only supplied it for the Matlab-compatibility
seekers :-)   I rather use xlsopen-oct2xls-xls2oct-xlsclose sequences.

Anyway I'll fix this in svn. Note that the line should rather be

if (strcmpi (filename(end-3:end-1), "xls"))

because you can also (try to) write .xlsb, .xlsm and some other .xls? types.
Whether that will ever be implemented in lower functions is uncertain, but
xlswrite.m shouldn't be a limiting factor.
Within one or two weeks I hope I can make a new io package release (probably
end of April / early May); it'll contain this fix.

I've also applied the fix i xlsopen.m and private/spsh_chkrange.m

Thanks

(OS changed to "any")

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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