diff options
Diffstat (limited to 'excelize_test.go')
-rw-r--r-- | excelize_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/excelize_test.go b/excelize_test.go index c01e277..89c8ce9 100644 --- a/excelize_test.go +++ b/excelize_test.go @@ -598,6 +598,9 @@ func TestGetPicture(t *testing.T) { // Try to get picture from a cell that doesn't contain an image. file, raw = xlsx.GetPicture("Sheet2", "A2") t.Log(file, len(raw)) + xlsx.getDrawingRelationships("xl/worksheets/_rels/sheet1.xml.rels", "rId8") + xlsx.getDrawingRelationships("", "") + xlsx.getSheetRelationshipsTargetByID("", "") } func TestSheetVisibility(t *testing.T) { |