c# - Client side Excel interop using Silverlight 4 -


I am trying to see whether reading Excel spreadsheets and using the Excel Interop Library on Customer using CaesarLite 4 It is possible to read the data.

I have viewed the sample code like:

  dynamic excel = AutomationFactory.CreateObject ("Excel.Application")  

but How do I know also what is it possible to do using dynamic keywords here?

Do you want to work with Silverlight with dynamic objects? Excel Object Model is documented here:


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -