From 6ba244d07951e7f6e22d925d9eecbac02b5ce56f Mon Sep 17 00:00:00 2001 From: xuri Date: Tue, 3 Aug 2021 10:08:21 +0800 Subject: [PATCH] Update excelize repo URL (#3690) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3a9dc7e..6e4772fe 100644 --- a/README.md +++ b/README.md @@ -1259,7 +1259,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for working with Microsoft Excel.* -* [excelize](https://github.com/360EntSecGroup-Skylar/excelize) - Golang library for reading and writing Microsoft Excelâ„¢ (XLSX) files. +* [excelize](https://github.com/xuri/excelize) - Golang library for reading and writing Microsoft Excel™ (XLSX) files. * [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.