Click here to Skip to main content
16,007,885 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
There is a Excel file in that another file is attached. in the excel file the attachment is done using the
"insert->object-> create file->(display icon only)" method

In Asp page user will upload this file to server using file upload controll
when he uploads i'm creating the OLEDB connection to this uploaded file and reading the data but what i need is along with this data need to get the attached file.

using the C# code.

"Along with this question, i am having doubt-> can we use Thread in ASP .NET application to improve the performance?"


Please help me to solve the problem.
Posted
Updated 22-Dec-11 0:57am
v2

1 solution

They are stored in a Worksheet so you should look through them. Check the link for more info:
http://msdn.microsoft.com/en-us/library/microsoft.office.interop.excel._worksheet.oleobjects.aspx[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900