From 06e54bf1c6658f7c78b43c5d1d37b0cc8e2d9e64 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Tue, 6 Mar 2018 10:36:12 +0800 Subject: Readme and godoc has been updated. --- picture.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'picture.go') diff --git a/picture.go b/picture.go index f37cee6..1f556c4 100644 --- a/picture.go +++ b/picture.go @@ -62,7 +62,7 @@ func parseFormatPictureSet(formatSet string) *formatPicture { // if err != nil { // fmt.Println(err) // } -// err = xlsx.SaveAs("./Workbook.xlsx") +// err = xlsx.SaveAs("./Book1.xlsx") // if err != nil { // fmt.Println(err) // } @@ -402,7 +402,7 @@ func (f *File) getSheetRelationshipsTargetByID(sheet, rID string) string { // in XLSX by given worksheet and cell name. This function returns the file name // in XLSX and file contents as []byte data types. For example: // -// xlsx, err := excelize.OpenFile("./Workbook.xlsx") +// xlsx, err := excelize.OpenFile("./Book1.xlsx") // if err != nil { // fmt.Println(err) // return -- cgit v1.2.1