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
Post a Comment