您好,
如果我理解正确的话,您是想从Excel导入数据到Silverlight 控件(例如DataGrid)中,
以下文章介绍一种通过先将Excel文件内容保存成xml格式,再导入到silverlight读取的方法,请参考
http://www.c-sharpcorner.com/uploadfile/mgold/importing-an-excel-file-into-a-silverlight-datagrid-in-xml-format/
以下是一相似问题,请参考:
http://www.codeproject.com/Questions/448439/Import-Data-from-Excel-To-Silverlight
希望对您有所帮助!
Yanping Wang MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.
你也可以提高silverlight的权限,利用传统方法操控excel对象读取数据。
看你如何取舍了。