how to export html table to excel using jquery? -


i making 1 page , displays more 25k record without paging. when exporting 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 working small amount of record when record cross 1500, starts crashing browser page.

please me solve out problem.

thanks in advance

maybe download attachment instead of displaying in browser.


Comments