eligrey / eligrey/FileSaver.js

Download excel file

Open
#636 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.