A small, fast command‑line tool to convert JSON to Excel (XLSX) or CSV. It flattens nested objects into columns and can explode arrays into multiple rows. Input JSON is streamed from disk (via ijson) ...
For all the examples, lets suppose that our excel file has two sheets, named as 'sheet1' and 'sheet2'. OBS: All the following examples can be used via command-line, in this case, the --config ...