views:

43

answers:

0

Hello,

I want to read the contents of Excel file from local disk using Silverlight and want to pass the data to WCF service. The service will then select the data from the worksheet and put it into database.

I want to know which data type shall i use to pass the Excel object to WCF Service?

Thanks in advance.