README ¶ json2excel Easy to convert JSON array to Excel table. Installing You can build and install from source: go install github.com/eaglexiang/json2excel@latest Usage json2excel if src.json of dst.xlsx // src.json [ { "ID":0, "Name":"Lucy", "Age":17, "Granted":true },{ "ID":1, "Name":"Lily", "Age":20, "Granted":false } ] Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.