This closes #1548, support to get multiple images in one cell (#1549)

This commit is contained in:
壹次心 2023-05-28 00:46:34 +08:00 committed by GitHub
parent 16efeae5b1
commit e3fb2d7bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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
}
}
}