1.1.4 • Published 3 years ago

excel-folder-to-json v1.1.4

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

The purpose of the package is to return the data in excel to the user in the form of json. To Install the Package : npm i excel-folder-to-json To use the package, you need to call the function named excelFoldertoJson. This function expects 2 variables from the user. One of these variables is the folder file and the other is the name of the page on the bottom right that you want to use in excel.

Sample usage;

import excelFoldertoJson from 'excel-folder-to-json'

excelData=[]; onFileChange(e){ excelFoldertoJson(e,'Sheet1').then(resp=>{ this.excelData=resp });

The variable e here is the event we get from the input type folder, and Sheet1 is the information that we want to use the number one page.

As a result, each row is sent to the array returned as an object.

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

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