From f9c70e4b6ce850a91f399b6a9b2727d3ecc298c7 Mon Sep 17 00:00:00 2001 From: "@billcoding" Date: Thu, 21 Apr 2022 09:18:23 +0800 Subject: [PATCH] Update README.md Add exl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efd340f8..27beee2f 100644 --- a/README.md +++ b/README.md @@ -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.