From ad79505173302fdd7619288b793497052e25a148 Mon Sep 17 00:00:00 2001 From: Zhang Zhipeng <414326615@qq.com> Date: Mon, 14 Dec 2020 09:56:42 +0800 Subject: new formula func CLEAN and TRIM, change import path to v2 (#747) --- cell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cell.go') diff --git a/cell.go b/cell.go index 22adefd..4dd2830 100644 --- a/cell.go +++ b/cell.go @@ -502,7 +502,7 @@ func (f *File) SetCellHyperLink(sheet, axis, link, linkType string) error { // import ( // "fmt" // -// "github.com/360EntSecGroup-Skylar/excelize" +// "github.com/360EntSecGroup-Skylar/excelize/v2" // ) // // func main() { -- cgit v1.2.1