From 78ba74c7094b467e0677636a98b76f8c62b60d06 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Mon, 13 Feb 2023 08:42:39 +1100 Subject: [PATCH] intial docs --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e69de29..0b0daa0 100644 --- a/README.md +++ b/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