1.0.2 • Published 4 years ago

xlsx-handle v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

node-xlsx-handle

A handle for the xlsx package. The two main features are handleXlsx and convertXlsxToArray

ConvertXlsxToArray :

  • Description : Takes the xlsx and return the matrix with the result
  • Params: Data: the file readed using FileReader (optional) Type: The format of the file (default base64)
  • Return: xlsx: The matrix header: The first row of the sheet ids: The index of the columns which are the ids of the doc

handleXlsx :

  • Description : Takes the xlsx and return an array of objects with the data, according to the xlsx model
  • Params: Data: the file readed using FileReader (optional) Type: The format of the file (default base64)
  • Return: documents: The array of documents generated
1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago