1.0.1 • Published 3 years ago

@miroiu/json-to-excel v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Convert JSON to XLSX

Quick start:

npm install -g @miroiu/json-to-excel

Create a test.json file:

[
	{
		"Id": 0,
		"Name": "Test 1"
	},
	{
		"Id": 1,
		"Name": "Test 2"
	}
]

Run:

jx test.json

You should see a test.xlsx file near the test.json file.

Show helpful information

jx --help
jx c --help

Working with files

Create a bunch of json files and run the following command:

jx file1 file2 file3

Working with the clipboard

Copy the contents of test.json and run the following command:

jx c outputFileName