Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Problems with export function
Date: Mon, 27 Oct 2008 12:28:01 +0000 (UTC)
Organization: Ford Motor Co
Lines: 16
Message-ID: <ge4c4h$b7f$1@fred.mathworks.com>
References: <278bed73-75f8-4147-a8e8-9f2039c2b3e8@n33g2000pri.googlegroups.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1225110481 11503 172.30.248.37 (27 Oct 2008 12:28:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 27 Oct 2008 12:28:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 35831
Xref: news.mathworks.com comp.soft-sys.matlab:497406


That is the limitation of the Office. We can do nothing about it unless Microsoft does something. What is the reason that you want to export such a huge matrix into a spread sheet? It won't fit for human eyes. If you can explain the reason, there might be other solution for it.

magic_ggg@hotmail.com wrote in message <278bed73-75f8-4147-a8e8-9f2039c2b3e8@n33g2000pri.googlegroups.com>...
> Hello,
> 
> I want to export the data as xls file. But when I do so, an error has
> occured. Here is the command I typed:
> 
> [phi,psi,xval] = wavefun('Haar', 8);
> xlswrite('sample.xls', xval)
> 
> It said that I cannot save the data because the excel does not support
> more than 256 rows and 65536 columns.. what should I do?
> 
> I am so frustrated because this is the first step of my project.