Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi To All,

I am using Silverlight4, I need to read the data from Excel to Silverlight and want to display. i search on net and found so many option but all are working when u create "Out of Browser" Silverlight application. I got a third party dll "Lite.excelLibrary" but this is working only for Excel version (97-2003). i need a dll or any other solution, which work for all excel version. Please provide me solution.

Thanks in advance.

Sudhir

EDIT:it is very urgent. 'deleted'
Posted
Updated 28-Aug-12 1:50am
v4

1 solution

May be these helps you a little (specially the second one):
http://www.codegain.com/articles/linq/general/how-to-read-excel-data-using-linq-to-excelprovider-in-dotnet.aspx[^]

http://www.silverlightshow.net/items/An-Excel-file-Viewer-in-Silverlight-4.aspx[^]

Now, an idea that I have is to process all activities about excel on your server via WCF, then in your Silverlight Application you can fill your DataGrid (or other control) with the WCF response.

Hope its helps a little.
 
Share this answer
 
v2

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