XLSX Export

Custom extension to Export XLSX using SheetJS.
It’s may help someone.
One node package need to be install
npm install --save https://cdn.sheetjs.com/xlsx-0.18.7/xlsx-0.18.7.tgz
Download it-NodeJS Only
Usage :Same as CSV EXPORT
any farther improvement are welcome
license Under MIT

7 Likes

Update sheetjs to latest version
sheetjs license

run
npm i --save https://cdn.sheetjs.com/xlsx-0.19.0/xlsx-0.19.0.tgz

new options

  • expert one row or multiple rows
  • support new exports files (xlsx, csv, xlsb ) more info
  • add file name option
  • add file type option
  • add worksheet name
  • few improvements

-MIT license

2 Likes

Thanks for this, will need it soon!

1 Like

Works perfect! Thanks

1 Like

I was just about to figure out how to use SheetJS and create a custom extension…you may have saved me a lot of time. I’ll check it out now, thank you!!!

1 Like