How to add multiple pictures into same cell

Is it possible to add multiple pictures into same cell with smart marker.

@asd52123,

Aspose.Cells supports Image Smart Markers, but since a cell can only contain one tag, you cannot directly add multiple images through the image marker.

You can manually use the Left, Right, Top, Bottom, X, Y and other relevant properties of the Shape (Picture) after inserting a picture into the same cell through the Aspose.Cells APIs.

Thanks for your reply :grinning:

@asd52123,

You are welcome.