Retrieve pictures from Excel file using OLEDB and C#
Posted
by CBoy
on Stack Overflow
See other posts from Stack Overflow
or by CBoy
Published on 2010-04-13T19:50:26Z
Indexed on
2010/04/13
19:53 UTC
Read the original article
Hit count: 322
I have an Excel sheet with two column, one is a number , and second column have a picture. i want to read these data from c# with oledb connection, i can read number easily , but pictures is not contained in second column , so in c# i just get first column.
now, how can i read the images ? i want to extract the numbers and related images from this excel sheet.
Thanks.
© Stack Overflow or respective owner