diff options
author | Zhang Zhipeng <414326615@qq.com> | 2020-12-14 09:56:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 09:56:42 +0800 |
commit | ad79505173302fdd7619288b793497052e25a148 (patch) | |
tree | a3c994b63a6c0e32231f3ea10d4c87810d42796f /picture.go | |
parent | 61057c58d34c78232ad0a5c1702ea9fa25a7641a (diff) |
new formula func CLEAN and TRIM, change import path to v2 (#747)
Diffstat (limited to 'picture.go')
-rw-r--r-- | picture.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,7 +55,7 @@ func parseFormatPictureSet(formatSet string) (*formatPicture, error) { // _ "image/jpeg" // _ "image/png" // -// "github.com/360EntSecGroup-Skylar/excelize" +// "github.com/360EntSecGroup-Skylar/excelize/v2" // ) // // func main() { @@ -111,7 +111,7 @@ func (f *File) AddPicture(sheet, cell, picture, format string) error { // _ "image/jpeg" // "io/ioutil" // -// "github.com/360EntSecGroup-Skylar/excelize" +// "github.com/360EntSecGroup-Skylar/excelize/v2" // ) // // func main() { |