diff options
| author | Ri Xu <xuri.me@gmail.com> | 2017-03-30 11:06:51 +0800 |
|---|---|---|
| committer | Ri Xu <xuri.me@gmail.com> | 2017-03-30 11:06:51 +0800 |
| commit | 7ceb4f21adc3fe405eae9aee559b2f319eab35fa (patch) | |
| tree | ce7e5834da752da40dba5143cfb805631c08e66f /picture.go | |
| parent | 02b81b7efe58549f88c93c1264ef618ee842c0fc (diff) | |
Godoc updated.
Diffstat (limited to 'picture.go')
| -rw-r--r-- | picture.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -373,11 +373,11 @@ func (f *File) getSheetRelationshipsTargetByID(sheet string, rID string) string // if file == "" { // os.Exit(1) // } -// err := ioutil.WriteFile(file, raw, 0644) -// if err != nil { +// err := ioutil.WriteFile(file, raw, 0644) +// if err != nil { // fmt.Println(err) // os.Exit(1) -// } +// } // func (f *File) GetPicture(sheet, cell string) (string, []byte) { xlsx := f.workSheetReader(sheet) |
