export as .xls file not work when large data

后端 未结 3 1652
太阳男子
太阳男子 2020-12-19 02:38

I am using the javascript code for export html table to .xls file.Its work in crome and when data is not large.But when data is large then it shows me error like

3条回答
  •  眼角桃花
    2020-12-19 03:25

    Most likely you've hit the 2 MB URL limit in Chrome. You can read about it here - issue link. I suggest you try your app in Firefox, if it works, then that is the issue.

提交回复
热议问题