-
Notifications
You must be signed in to change notification settings - Fork 676
How to import and export Excel files to javascript array
agershun edited this page Dec 28, 2014
·
4 revisions
Source: StackOverflow.com
I'm currently looking for a fast and efficient way to import an Excel file into a javascript array, and export it also. I also need a way to do the same thing, but the opposite way.
Use:
alasql('SELECT * INTO XLSX("myfile.xlsx",{headers:true}) \
FROM XLSX("srcfile.xlsx",{headers:true})');
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo