summaryrefslogtreecommitdiff
path: root/picture.go
diff options
context:
space:
mode:
Diffstat (limited to 'picture.go')
-rw-r--r--picture.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/picture.go b/picture.go
index 8bc4a1d..e7951dd 100644
--- a/picture.go
+++ b/picture.go
@@ -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)