ToExcell export limit in datatable

Hi when i use toExcel() to export data from a datatable if there are more then 1000 rows in the datatable i get a download error like this:

http://webix.com/snippet/a1c001d9

How i can solve this problem?
(webix v3.2.1)

First of all, please check the memory limit for php script, it may need to be increased.

By default, toExcel export works quite smoothly up to 10’000 rows
http://webix.com/snippet/2a0cc611

I found out that the limit is on chrome, if i try to export more than 1000 rows in edge it works. How i fix this?