summaryrefslogtreecommitdiff
path: root/sheet.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-04-30 20:03:43 +0800
committerRi Xu <xuri.me@gmail.com>2017-04-30 20:03:43 +0800
commit7f30a6c9430476bcd5fc1662523ada0e95f60947 (patch)
tree80d4341e95a80aedae3076c87b90447a881b32c8 /sheet.go
parent46b8c46d91be522c3dff1044a23810ecb1a81c96 (diff)
- Initialize shape support: new function `AddShape()` added. Relate issue #38;
- Drawing `nvPicPr` element ID property calculation changed; - go test updated
Diffstat (limited to 'sheet.go')
-rw-r--r--sheet.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sheet.go b/sheet.go
index 59e7cda..a0f5abe 100644
--- a/sheet.go
+++ b/sheet.go
@@ -291,7 +291,7 @@ func (f *File) GetSheetIndex(name string) int {
// GetSheetMap provides function to get sheet map of XLSX. For example:
//
-// xlsx, err := excelize.OpenFile("/tmp/Workbook.xlsx")
+// xlsx, err := excelize.OpenFile("./Workbook.xlsx")
// if err != nil {
// fmt.Println(err)
// os.Exit(1)