开发者

Client side Excel interop using Silverlight 4

I'm trying to see if it is possible to read an Excel spreadsheet on the client using Silverlight 4 and use Excel interop libraries to read the data.

I've seen sample code such as:

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

but how do I even know what is possible to do here if the dynamic keyword is used?开发者_开发知识库


Does Silverlight require that you work with dynamic objects? The Excel object model is documented here:
http://msdn.microsoft.com/en-us/library/ms262200.aspx
http://msdn.microsoft.com/en-us/library/wss56bz7(VS.80).aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜