none
C#生成 word 文档有哪些方法 RRS feed

  • 问题

  • 请教下各位,C#生成 word 文档有哪些方法,可以设置文档的字体、对齐方式、插入图片等,或者这方面的参考资料。先谢谢了!

    Janfrayda Yu

    2015年1月8日 2:04

答案

  • 你好:

    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.

    2015年1月8日 7:38
    版主
  • 推荐OpenXML SDK方案,OpenXML SDK 免费授权的,开发方便且完全面向.Net

    Bob Bao

    Do you still use the same Windows 8 LockScreen always? Download Chameleon Win8 App quickly, that changes your LockScreen constantly.
    你是否还在看着一成不变的Windows 8锁屏而烦恼,赶紧下载这个 百变锁屏 应用,让你的锁屏不断地变化起来。

    2015年1月13日 15:49
    版主
  • 你好:

    如果自己动手去写OpenXML相关代码比较有难度,即使做一个很简单的操作都需要特别繁琐的代码。我建议你搜索一下,找一些别人封装好的Helper类之类的。我建议你使用另外一个基于Office OpenXML SDK的开源类库,简化了OpenXML的操作:

    Closed XML


    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.

    2015年1月15日 9:58
    版主

全部回复

  • 你好:

    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.

    2015年1月8日 7:38
    版主
  • 推荐OpenXML SDK方案,OpenXML SDK 免费授权的,开发方便且完全面向.Net

    Bob Bao

    Do you still use the same Windows 8 LockScreen always? Download Chameleon Win8 App quickly, that changes your LockScreen constantly.
    你是否还在看着一成不变的Windows 8锁屏而烦恼,赶紧下载这个 百变锁屏 应用,让你的锁屏不断地变化起来。

    2015年1月13日 15:49
    版主
  • 多谢!已经下载了 OpenXML SDK v2.5,正在看文档,还想问下有没有这方面的实例啊,想看下实例好快速上手!

    Janfrayda Yu

    2015年1月14日 11:28
  • 你好:

    如果自己动手去写OpenXML相关代码比较有难度,即使做一个很简单的操作都需要特别繁琐的代码。我建议你搜索一下,找一些别人封装好的Helper类之类的。我建议你使用另外一个基于Office OpenXML SDK的开源类库,简化了OpenXML的操作:

    Closed XML


    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.

    2015年1月15日 9:58
    版主