summaryrefslogtreecommitdiff
path: root/picture.go
diff options
context:
space:
mode:
Diffstat (limited to 'picture.go')
-rw-r--r--picture.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/picture.go b/picture.go
index d087c61..07d18cc 100644
--- a/picture.go
+++ b/picture.go
@@ -505,9 +505,6 @@ func (f *File) GetPicture(sheet, cell string) (string, []byte, error) {
}
target := f.getSheetRelationshipsTargetByID(sheet, ws.Drawing.RID)
drawingXML := strings.ReplaceAll(target, "..", "xl")
- if _, ok := f.Pkg.Load(drawingXML); !ok {
- return "", nil, err
- }
drawingRelationships := strings.ReplaceAll(
strings.ReplaceAll(target, "../drawings", "xl/drawings/_rels"), ".xml", ".xml.rels")