1

I am making one page and it displays more than 25K record without paging. When I am exporting it to excel using following code of jquery,

it gives me error of page crash.

window.open('data:application/vnd.ms-excel,' + encodeURIComponent('' + $('.grid- view').html() + '

It is working for small amount of record but when record cross to 1500, it starts crashing browser page.

Please help me to solve out this problem.

Thanks in advance

4

1 回答 1

0

也许作为附件下载而不是在浏览器中显示。

于 2013-07-11T13:31:31.070 回答