@miroiu/json-to-excel

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @miroiu/json-to-excel

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

4.93 kB

Total Files

5

Last publish

Collaborators

  • miroiu