Precisely Placing Images in an Open XML Spreadsheet
Return to the SpreadsheetML Screen-Cast SeriesSometimes you want to place an image on a worksheet. You want to be able to control exactly where the image is, its size, and in most cases, you want to preserve its aspect ratio. The following screen-cast walks through the markup for placing an image, and demonstrates some sample Open XML SDK code that places an image at an exact location on a worksheet.
Download: Example Code