diff options
| author | Ri Xu <xuri.me@gmail.com> | 2017-04-30 20:03:43 +0800 |
|---|---|---|
| committer | Ri Xu <xuri.me@gmail.com> | 2017-04-30 20:03:43 +0800 |
| commit | 7f30a6c9430476bcd5fc1662523ada0e95f60947 (patch) | |
| tree | 80d4341e95a80aedae3076c87b90447a881b32c8 /sheet.go | |
| parent | 46b8c46d91be522c3dff1044a23810ecb1a81c96 (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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
