-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
how can i export the spreadsheet as xlsx file? #20
Comments
This requires the support of the background program, what good advice do you have? |
I think you can create the file in memory and then use a data uri to give the user something they can click. The browser should be able to take care of the rest. |
When can excel be exported |
https://docs.sheetjs.com/docs/demos/grid#x-spreadsheet discusses in more detail Hosted script https://cdn.sheetjs.com/xspreadsheet/xlsxspread.min.js Script exposes a function // var grid = x_spreadsheet(...);
XLSX.writeFile(xtos(grid.getData()), "SheetJS.xlsx"); |
No description provided.
The text was updated successfully, but these errors were encountered: