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) --- chart.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart.go') diff --git a/chart.go b/chart.go index 57f7838..32c8d71 100644 --- a/chart.go +++ b/chart.go @@ -510,7 +510,7 @@ func parseFormatChartSet(formatSet string) (*formatChart, error) { // import ( // "fmt" // -// "github.com/360EntSecGroup-Skylar/excelize" +// "github.com/360EntSecGroup-Skylar/excelize/v2" // ) // // func main() { @@ -708,7 +708,7 @@ func parseFormatChartSet(formatSet string) (*formatChart, error) { // import ( // "fmt" // -// "github.com/360EntSecGroup-Skylar/excelize" +// "github.com/360EntSecGroup-Skylar/excelize/v2" // ) // // func main() { -- cgit v1.2.1