eligrey / eligrey/FileSaver.js
Download excel file
Open
- Dominant language
- JavaScript
- Stars
- 22k
- Forks
- 4.3k
- PR merge metrics
- No merged PRs in 30d
Description
I put the following code to get the result of my axioss and save an excel.
`saveAs(new Blob(data), 'dddddd.xlsx', {type: "text/vnd.ms-excel;charset=utf-8"});`
However when opening excel it says that the file is corrupted.
Can anybody help me
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.