Expand description
Simple library to convert a JSON array of objects to an Excel (xlsx) file.
The input must be a JSON array where every element is a JSON object. Keys from the first object become the column headers. Missing fields in later objects produce empty cells. Non-object elements are silently skipped.
Modules§
Functions§
- json_
to_ xlsx - Convert a JSON array of objects to an xlsx file.