summaryrefslogtreecommitdiff
path: root/picture.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2018-03-06 10:36:12 +0800
committerRi Xu <xuri.me@gmail.com>2018-03-06 10:36:12 +0800
commit06e54bf1c6658f7c78b43c5d1d37b0cc8e2d9e64 (patch)
tree165924c095144aac1de1ab5688d34c3a7a82f632 /picture.go
parent45c31c4764a78b8b0e04293ae82c097627ed7e73 (diff)
Readme and godoc has been updated.
Diffstat (limited to 'picture.go')
-rw-r--r--picture.go4
1 files changed, 2 insertions, 2 deletions
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