Skip to content

Commit

Permalink
This closes #1548, support to get multiple images in one cell (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
yicixin authored May 27, 2023
1 parent 16efeae commit e3fb2d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion picture.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down

0 comments on commit e3fb2d7

Please sign in to comment.