xlsx-parse-table
A library to parse tables from Excel worksheets.
Install
Install with npm:
$ npm install --save @libs-jb/xlsx-parse-table
Usage
Works with Excel files.
const { parse } = require("@libs-jb/xlsx-parse-table");
const tables = parse("path/to/your/excel-file.xlsx");
console.log(tables);
About
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Related projects
You might also be interested in these projects:
Contributors
Author
Jeet Dhandha
License
Released under the MIT License.