Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for xlsx #1666

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

fjperini
Copy link

A solution to XLSX support!

It works perfectly, it generates the file in .xls format, using the blobType:

 exportCSV={{
                        fileName: "fie_name.xlsx",
                        blobType:
                          "data:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8"
                      }}

@fredericdasilva
Copy link

Hi,
I am very interested about this xlsx support feature. When this PR can be merged ?

@avindra
Copy link

avindra commented Jul 21, 2022

7 - 15 mb for xlsx

https://packagephobia.com/result?p=xlsx

probably shouldn't include a dep this big

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants