简体   繁体   English

在C#中使用VSTO将XML转换为EXCEL

[英]Convert XML to EXCEL using VSTO in C#

I have an XML file having some data from other interfaces and currently I am using a XSLT to convert it to a EXCEL file. 我有一个XML文件,其中包含来自其他接口的一些数据,当前我正在使用XSLT将其转换为EXCEL文件。 But I would like to do the same using VSTO. 但是我想使用VSTO做同样的事情。 If anyone can point me in right direction I will be highly thankful. 如果有人能指出正确的方向,我将非常感激。

I would personally recommend this book: http://www.amazon.com/Visual-Studio-Tools-Office-2007/dp/0321533216/ref=sr_1_1?s=books&ie=UTF8&qid=1330967538&sr=1-1 我个人会推荐这本书: http : //www.amazon.com/Visual-Studio-Tools-Office-2007/dp/0321533216/ref=sr_1_1?s= books& ie= UTF8& qid= 1330967538& sr=1-1

For getting started, the official Microsoft site resources: http://msdn.microsoft.com/en-us/office/hh128771.aspx 首先,请访问Microsoft官方网站资源: http : //msdn.microsoft.com/zh-cn/office/hh128771.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM