Excel file download issue

Hello Webix Team,

I want to export grid data into Excel file so i used :
webix.toExcel($$(“grid”));

Initially it allows to download excel file but after some limi or time its shown as error like:

webix.js:17 GET http://cdn.webix.com//extras/xlsx.core.styles.min.js net::ERR_CONTENT_DECODING_FAILED 200 (OK)

snippet : https://snippet.webix.com/0c54588b

Please provide the solution ASAP.

Thanks
Komal

Hello @komals,

Initially it allows to download excel file but after some limi or time its shown as error like:

Unfortunately, I wasn’t able to reproduce the described issue. I’ve tested the snippet on a multitude of different browsers, but the result was the same - an error didn’t occur and the download proceeded smoothly, even after 10-20 downloads.

Could you please provide a little bit more ingisht into the issue? Is the attached snippet enough to reproduce the issue and if so, what steps did you take to reproduce the issue? Additionally, what is the version of Webix you are using and what is your browser of choice?

hello @Dzmitry ,
I am using v.6.2.1 version.
that snippet code working properly but in my case after few days / few attempt it showing error :

webix.js:17 GET http://cdn.webix.com//extras/xlsx.core.styles.min.js net::ERR_CONTENT_DECODING_FAILED 200 (OK)

And
xlsx.core.styles.min.js:1 Failed to load resource: net::ERR_CONTENT_DECODING_FAILED

And i am unable to download excel file.

I am using v.6.2.1 version.
that snippet code working properly but in my case after few days / few attempt it showing error

I’ve tried running the 6.2.1 version locally, and still couldn’t encounter the described issue (tested on Chrome/Firefox/Edge/IE). Coudl you please specify the exact browser you are using (its name and the exact version)? Also, I am still not quite sure about:

after few days / few attempt

With this in mind, does this issue repeat if you simply try to export data to a file few times in a row (I am still not sure what you meant by “a few days”)?