Skip to main content

Crate json_to_xlsx

Crate json_to_xlsx 

Source
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§

result

Functions§

json_to_xlsx
Convert a JSON array of objects to an xlsx file.