intial docs
This commit is contained in:
10
README.md
10
README.md
@@ -0,0 +1,10 @@
|
||||
# json2excel
|
||||
|
||||
This is a basic utility to take json and convert it into an OpenXml format xlsx file, compatible with Excel.
|
||||
|
||||
It expects that the json input is formatted as an object containing an array of objects. Column names are generated based on the keys in the first nested object.
|
||||
|
||||
## Command line options
|
||||
| Parameter | Default Value | Description
|
||||
|---------------|---------------|
|
||||
| worksheetName | Sheet1 | Set the name of the worksheet
|
||||
|
Reference in New Issue
Block a user