From 72a4cd3cf7502258518b9287e90431e698e50a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A3=B9=E6=AC=A1=E5=BF=83?= <45734708+yicixin@users.noreply.github.com> Date: Sun, 28 May 2023 00:46:34 +0800 Subject: [PATCH] This closes #1548, support to get multiple images in one cell (#1549) --- picture.go | 1 - 1 file changed, 1 deletion(-) diff --git a/picture.go b/picture.go index 6ee83595f4..c30d307b04 100644 --- a/picture.go +++ b/picture.go @@ -672,7 +672,6 @@ func (f *File) getPicture(row, col int, drawingXML, drawingRelationships string) pic.Format.AltText = deTwoCellAnchor.Pic.NvPicPr.CNvPr.Descr pics = append(pics, pic) } - return } } }