Export to Excel Problem
Hi:
I have some problems when try to transform the html file to excel file, if the data is heavy, the server will not response
(over 100), the code which I used as follow:
<%Response.ContentType = "application/vnd.ms-excel"%>
<%Response.AddHeader("content-disposition", "inline; export.xls")%>
Would you have any solution for me? Thanks.
|