1.0.2 • Published 6 years ago

xlsx-handle v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago