Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carsonslovoka/go-excel
https://github.com/carsonslovoka/go-excel
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carsonslovoka/go-excel
- Owner: CarsonSlovoka
- License: mit
- Created: 2024-06-06T05:54:16.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-07T08:48:02.000Z (5 months ago)
- Last Synced: 2024-06-19T03:10:50.660Z (5 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
使用go來寫入excel
主要倚靠第三方工具
[![excelize](https://github-readme-stats.vercel.app/api/pin?username=qax-os&repo=excelize)](https://github.com/qax-os/excelize)
- excelize的[範例參考](cmd/)
- excelize的語法糖
- [style](style)## 參考資料
- [file format: xlsx](https://docs.fileformat.com/spreadsheet/xlsx/)
- https://learn.microsoft.com/en-us/openspecs/office_standards/ms-xlsx/2c5dee00-eff2-4b22-92b6-0738acd4475e
- [2013](https://msopenspecs.azureedge.net/files/MS-XLSX/%5bMS-XLSX%5d-131118.pdf)