1.1.7 • Published 3 years ago

@edpinfo-mim/actul-xlsx-parser-js v1.1.7

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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[].

1.1.1

3 years ago

1.1.0

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.0.7

3 years ago

1.1.5

3 years ago

1.0.6

3 years ago

1.1.4

3 years ago

1.0.5

3 years ago

1.1.3

3 years ago

1.0.4

3 years ago

1.1.2

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago