add cellwalker

This commit is contained in:
Chonlasith Jucksriporn 2024-10-16 15:20:14 +07:00
parent 48ca343532
commit 7d60e6cc35

View File

@ -1754,6 +1754,7 @@ _Libraries that implement messaging systems._
_Libraries for working with Microsoft Excel._
- [cellwalker](https://github.com/chonla/cellwalker) - Virtually traverse Excel cell by cell's name.
- [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.