:2.695MB : :1 :2022-10-16 13:30:04
VC++中进行word表格的填写如果开发者对于本文件有需要的可以参考。
//把文本添加到word文档
Selection oSel;
oSel = oWordApp.GetSelection();
oSel.TypeText("one");
oSel.TypeParagraph();
oSel.TypeText("two");
oSel.TypeParagraph();
oSel.TypeText("three");
//保存word文档
_Document oActiveDoc;
oActiveDoc = oWordApp.GetActiveDocument();
oActiveDoc.SaveAs(COleVariant("c:\\doc1.doc"),
COleVariant((short)0),
vFalse, COleVariant(""), vTrue, COleVariant(""),
vFalse, vFalse, vFalse, vFalse, vFalse);
.
├── WordAutomation
│ ├── DlgProxy.cpp
│ ├── DlgProxy.h
│ ├── MSWORD9.CPP
│ ├── MSWORD9.H
│ ├── RES
│ │ ├── WordAutomation.ico
│ │ └── WordAutomation.rc2
│ ├── RESOURCE.H
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── WordAutomation.aps
│ ├── WordAutomation.clw
│ ├── WordAutomation.cpp
│ ├── WordAutomation.dsp
│ ├── WordAutomation.dsw
│ ├── WordAutomation.h
│ ├── WordAutomation.ncb
│ ├── WordAutomation.odl
│ ├── WordAutomation.opt
│ ├── WordAutomation.plg
│ ├── WordAutomation.rc
│ ├── WordAutomation.reg
│ ├── WordAutomation.sln
│ ├── WordAutomation.suo
│ ├── WordAutomation.vcproj
│ ├── WordAutomation.vcproj.qixianming-PC.qixianming.user
│ ├── WordAutomationDlg.cpp
│ ├── WordAutomationDlg.h
│ ├── doc1.doc
│ └── word表格.doc
└── WordAutomation.rar
2 directories, 31 files
02-17WORD表格中使用EXCEL的常用命令
01-02在word表格中把单元格分页断开
01-02word表格和图片该插入编号
10-04在word表格中打印出清晰图形
10-03Word表格制作图文教程
08-28word表格前面添加一个空白行方法
11-24Word表格中绘制斜线表头
11-19把word表格进行拆分或合并
11-16word表格设置显示最后一行线