1.1.7 • Published 3 years ago
@edpinfo-mim/actul-xlsx-parser-js v1.1.7
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[]
.