搜索资源列表
smartdocument
- 基于VSTO2003的智能文档工程。演示了如何操作Word文档-This is a intelligent document project based on VST2003 and illustrated how to operate word documents.
vbMsWord
- vb里操作Ms Word文档的控件非常好用,试试看!-vb operation Ms Word document control is very handy Try!
LABVIEW
- LabVIEW报告生成工具包通过ActiveX技术将Microsoft Word和Excel与LabVIEW集成开发环境结合起来,用于快速生成专业的报告,从而高效地表示出各种测试数据和结果。用户可以移植、修改现有的报告模板,并使用标准的LabVIEW功能,扩展该工具包的报告生成功能;通过运行由VBA编写的宏代码还可以进一步自定义修改报告生成过程并自动生成报告。 LabVIEW报告生成工具包包含了3类VIs(类似传统语言的函数或过程):①高级报告生成VIs,用于新建报告和进行常规操作。②专
C# word开发
- .NET1.1下,使用C#自动生成Word2003文档(通过操作COM组件实现)
msword
- vc中操作word,利用Cwordoffice类,把word文件切割成400个字一篇的word文档,可以设置关键字和超链接网址,是学习Cwordoffice的很好的例程-vc in the operation word, use Cwordoffice class, cut the word document of 400 words a word document, you can set keywords and hyperlink URL, is to learn a good routi
officespy
- 用VC与WORD的操作,可以用VC来打开WORD文档,还可从WORD文档中读取数据到VC中,这样就可以实现VC和WORD的通讯-WORD with VC and the operation of VC can be used to open the WORD document, but also from a WORD document to read data to the VC, so that VC can be achieved and communications WORD
bukao2
- 一个补考考场自动填写的程序,涉及到access数据库和word文档的处理,算法比较简单是一个word和数据库入门操作的好程序-Automatically fill in a make-up test procedures related to access databases and word processing documents, the algorithm is a relatively simple word and the good operation of the database
VBA-WORD-listen
- 在VBA中对word对象实现操作的代码,包括打开、创建、关闭文档,对话框操作,对象属性设置等。-The word object in VBA code of the operation, including open, create, close the document, the dialog operation, the object property is set.
dsduztyoncomplex
- 操作word文档 可以建立一个模版操作替换,更新,写入等,(Word document can create a template operation to replace, update, writing, etc.,)
rhkes
- 用VC单文档界面调用WORD,并实现在WORD上的各种操作()
NPOI实用例程
- NPOI是指构建在POI 3.x版本之上的一个程序,NPOI可以在没有安装Office的情况下对Word或Excel文档进行读写操作。是一个开源的C#读写Excel、WORD等微软OLE2组件文档的项目。核心团队是位于中国上海的一群技术开发者,大量的实例代码开源,一些技术服务是有偿的,但是一些基本的OFFICE办公软件操作是完全免费的,而且不用安装office环境,处理数据效率也极高。本资源是官方提供的使用样例,包含处理Office excel、word、ppt用法还有使用xml的典型用法。