Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I have hit a problem in WCF Silverlight which I cannot solve.
My problem is:
Is it possible to directly read and extract data out of a excel file directly without using OleDB connection and Microsoft office libraries. If there is a way please show me how to do it(in code please), as I have been stuck for weeks.
Thanks in advance.
Regard,
Max
Posted

1 solution

You could use COM interop. This would mean though that you will need to run the application as an out of browser one - http://www.dotnetcurry.com/ShowArticle.aspx?ID=576[^].
 
Share this answer
 
Comments
weiqun0079 20-May-13 2:10am    
If the program cannot run as an out of browser one, then how can that be achieved?

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