2023-02-13 08:42:39 +11:00
2023-02-11 17:15:31 +11:00
2023-02-10 11:54:23 +11:00
2023-02-10 11:54:23 +11:00
2023-02-13 08:42:39 +11:00

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

Description
No description provided
Readme 7.8 MiB
2025-04-29 19:44:57 +10:00
Languages
Go 100%