I would like to export a cell array containing more than
256 rows from MATLAB 7.1 to Microsoft Excel 2007. Using
xlswrite I get the following error:
??? Error using ==> xlswrite
Error: Object returned error code: 0x800A03EC
Excel 2007 worksheets can contain more than 256 columns so
the size of the array shouldn’t be a problem. Perhaps the
issue is related to the new *.xlsx extension that Excel
2007 uses or a COM connection not compatible with xlswrite?
That said, I’m fairly new to the MATLAB community and I’m
not sure where to begin to troubleshoot these issues.
Any ideas/solutions would be much appreciated,
Jay
"Jay " <jay.nospam@mathworks.com> wrote in message
<fgcq9l$rp6$1@fred.mathworks.com>...
> I would like to export a cell array containing more than
> 256 rows from MATLAB 7.1 to Microsoft Excel 2007. Using
> xlswrite I get the following error:
>
> ??? Error using ==> xlswrite
> Error: Object returned error code: 0x800A03EC
>
> Excel 2007 worksheets can contain more than 256 columns so
> the size of the array shouldn’t be a problem. Perhaps the
> issue is related to the new *.xlsx extension that Excel
> 2007 uses or a COM connection not compatible with xlswrite?
> That said, I’m fairly new to the MATLAB community and I’m
> not sure where to begin to troubleshoot these issues.
>
> Any ideas/solutions would be much appreciated,
> Jay
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.