Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.
Tue Mar 17, 2009 10:47 am
Hi,
I can read images from excel using:
ExcelPicture pic = sheet.Pictures[0];
How can I read a specific image from a cell, and not from the sheet?