Library to Provide Excel Functions Open to the Community.
Available function(s) :
ExcelEPPUtils_JSONtoExcel INPUT "JSON": Text (Provide a JSON List. Example: [{Name:"A"},{Name:"B"}] ) INPUT "SheetName": Text (Optional Sheet Name) OUTPUT "Excel": Binary Data (Excel Generated from the JSON List)
Improvements:
- Enabled the WrapText to all cells;
- Added support to customise the head line color.
Bug fixes:
- Fixed the Newtonsoft.Json.dll DLL error.