excelize
excelize copied to clipboard
can insert multiple pictures into one cell ?
hello, i may need a feature that can insert multiple images into one cell, have this feature now?
Yep, please reference the document, you can specify scale, offset, size, and position by AddPicture
@xuri thanks, i got it
@xuri hello, how to retrieve mutiple pictures from one cell? i'm not find the related api
func (f *File) GetPicture(sheet, cell string) (string, []byte, error)
, this return first picture []byte?
That does not support extracting multi-image by GetPicture currently, I'll consider adding this feature later.
That does not support extracting multi-image by GetPicture currently, I'll consider adding this feature later.
ok, and have other method to finish it now?
This issue has been fixed by PR #1389 and #1501.