积极答复者
C#生成 word 文档有哪些方法

问题
答案
-
你好:
1. 如果机器上安装了Office的话,使用Word PIA,Microsoft.Office.Interop.Word命名空间下面的成员可以帮助你生成Word文档。具体使用搜索引擎搜一下,有很多教程
2. 如果机器上没有安装Office的话使用Office Open XML,需要下载OpenXML SDK,引用DocumentFormat程序集。具体参考资料搜索一下。
3. 使用三方的类库,比如NPOI
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已建议为答案 Jie BaoModerator 2015年1月13日 15:48
- 已标记为答案 CaillenModerator 2015年1月20日 1:37
-
- 已标记为答案 CaillenModerator 2015年1月20日 1:37
-
你好:
如果自己动手去写OpenXML相关代码比较有难度,即使做一个很简单的操作都需要特别繁琐的代码。我建议你搜索一下,找一些别人封装好的Helper类之类的。我建议你使用另外一个基于Office OpenXML SDK的开源类库,简化了OpenXML的操作:
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 CaillenModerator 2015年1月20日 1:37
全部回复
-
你好:
1. 如果机器上安装了Office的话,使用Word PIA,Microsoft.Office.Interop.Word命名空间下面的成员可以帮助你生成Word文档。具体使用搜索引擎搜一下,有很多教程
2. 如果机器上没有安装Office的话使用Office Open XML,需要下载OpenXML SDK,引用DocumentFormat程序集。具体参考资料搜索一下。
3. 使用三方的类库,比如NPOI
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已建议为答案 Jie BaoModerator 2015年1月13日 15:48
- 已标记为答案 CaillenModerator 2015年1月20日 1:37
-
- 已标记为答案 CaillenModerator 2015年1月20日 1:37
-
你好:
如果自己动手去写OpenXML相关代码比较有难度,即使做一个很简单的操作都需要特别繁琐的代码。我建议你搜索一下,找一些别人封装好的Helper类之类的。我建议你使用另外一个基于Office OpenXML SDK的开源类库,简化了OpenXML的操作:
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 CaillenModerator 2015年1月20日 1:37