@edpinfo-mim/actul-xlsx-parser-js
v1.1.7
Published
<a href="https://www.npmjs.com/package/@edpinfo-mim/actul-xlsx-parser-js"> <img src="https://img.shields.io/npm/v/@edpinfo-mim/actul-xlsx-parser-js" alt="npm"> </a> <a href="https://semver.org/"> <img src="https://img.shields.io/badge/Versioning-S
Downloads
40
Readme
actul-xlsx-parser-js
Install
npm i actul-xlsx-parser-js to add this package.
Getting started
npm run build builds the library to dist, generating three files:
npm run test test the app.
npm run lint check the code format.
npm publish publish the npm package.
Types
To fully understand the composition of a Formation object, you can check here: types of a Formation
Usage
You can give a .xlsx file you want to parse as the data parameter in the generateDummyJSONToParse function.
The getParsedXlsxFile function can write the result of the parsing in a .json file.
Then, each sheet of the .xlsx file gives one formation, which compose the final Formation[].
