Is it possible to add multiple pictures into same cell with smart marker.
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