1.0.11 • Published 5 months ago

json_from_xlsx v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Excel to JSON Converter

A Node.js module to convert Excel files to JSON.

Installation

npm i json_from_xlsx

##Usage

const ExceltoJson = require('json_from_xlsx');

let sheetNumber = 1;

let operationType = 'read'; // for read file from Path

or

let operationType = 'load'; // for load file from Buffer

let json = await ExceltoJson.convertExcelToJson(filePath, sheetNumber, operationType);

1.0.11

5 months ago

1.0.10

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago