Webpack XLSX Loader
Imports and parses xlsx files for usage with the xlsx npm module.
Install
npm install --save-dev webpack-xlsx-loader
Usage
Add a rule to your webpack config.
module.exports =
You can then directly import and use xlsx
to manipulate your excel spreadsheet
(if you need more complicated functionality).
console // ['Sheet1'] const csvString = xlsxutils
License
MIT © Severin Ibarluzea