Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

cannot create excel through ASP.NET

6 views
Skip to first unread message

Kumar@discussions.microsoft.com MPL Kumar

unread,
Apr 8, 2010, 8:47:06 AM4/8/10
to
I am using Microsoft.Office.Interop.Excel 12.0 to generate an xl file at the
server(win 2003),add some sheets of data and download it to client.But it
throws me an exception when I add sheets to workbook .

_Workbook workbook = workbooks.Add(XlWBATemplate.xlWBATWorksheet);

The exception message is as follows.
Microsoft Office Excel cannot open or save any more documents because there
is not enough available memory or disk space. • To make more memory
available, close workbooks or programs you no longer need. • To free disk
space, delete files you no longer need from the disk you are saving to.

Help Please.


0 new messages