Update README.md

Add exl
This commit is contained in:
@billcoding 2022-04-21 09:18:23 +08:00 committed by Avelino
parent 484d937ccc
commit f9c70e4b6c

View File

@ -1563,6 +1563,7 @@ _Libraries that implement messaging systems._
_Libraries for working with Microsoft Excel._
- [excelize](https://github.com/xuri/excelize) - Golang library for reading and writing Microsoft Excel™ (XLSX) files.
- [exl](https://github.com/go-the-way/exl) - Excel binding to struct written in Go.(Only supports Go1.18+)
- [go-excel](https://github.com/szyhf/go-excel) - A simple and light reader to read a relate-db-like excel as a table.
- [goxlsxwriter](https://github.com/fterrag/goxlsxwriter) - Golang bindings for libxlsxwriter for writing XLSX (Microsoft Excel) files.
- [xlsx](https://github.com/tealeg/xlsx) - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs.