From 7d60e6cc356daceb4a7cb1e7668438f05665645c Mon Sep 17 00:00:00 2001 From: Chonlasith Jucksriporn Date: Wed, 16 Oct 2024 15:20:14 +0700 Subject: [PATCH] add cellwalker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index facd343aef1..546f7c5c6a7 100644 --- a/README.md +++ b/README.md @@ -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.