E
Evan T. Basalik
In my ASP.NET application, I have a table (really a datagrid) that I am
converting into an Excel sheet using ContentType =
"application/vnd.ms-excel". It seems to work fine for most of my results,
but if my table gets too long, I get a message saying "Excel is unable to
read the file".
Any ideas? Is there a fixed limit on the size of the table that can be sent
to Excel in this fashion?
Thanks,
Evan
converting into an Excel sheet using ContentType =
"application/vnd.ms-excel". It seems to work fine for most of my results,
but if my table gets too long, I get a message saying "Excel is unable to
read the file".
Any ideas? Is there a fixed limit on the size of the table that can be sent
to Excel in this fashion?
Thanks,
Evan