Skip to content

A Node based simple utility for XLSX file to JSON conversion.

Notifications You must be signed in to change notification settings

sumant86/xlsxtojson

Repository files navigation

XLSX TO JSON

A node based approach to transform XLSX file into JSON.

Usage:

First of all install npm packages.

npm install

Default Usage

Below command can be use to convert test.xlsx file to result.json as output.

node xlsxtojson

Additional Arguments

Optional arguments can be provided as:

node xlsxtojson --src=test2.XLSX --dest=test.json --sheet=Sheet2
  • --src=xlsxfilename: Source xlsx file name, if not provided default will be test.xlsx.
  • --dest=jsonfilename: destinatoin json file name, if not provided default will be result.json.
  • --sheet=sheetname: name of sheet in excel file, if not provided entore excel file will be transformed to json.

About

A Node based simple utility for XLSX file to JSON conversion.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published