用delphi合并表格中單元格

用delphi合并表格中單元格

ID:9051080

大?。?8.00 KB

頁數(shù):7頁

時(shí)間:2018-04-16

用delphi合并表格中單元格_第1頁
用delphi合并表格中單元格_第2頁
用delphi合并表格中單元格_第3頁
用delphi合并表格中單元格_第4頁
用delphi合并表格中單元格_第5頁
資源描述:

《用delphi合并表格中單元格》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在應(yīng)用文檔-天天文庫(kù)。

1、用Delphi合并Word表格中單元格]//合并Word?表格中單元格procedure?mergeWordCell;var?WordApp:?TWordApplication;????WordDoc:?TWordDocument;????DocInx,oFileName,CfCversions,oReadOnly,AddToRctFiles,PswDocument,????PswTemplate,oRevert,WPswDocument,WPswTemplate,oFormat:?OleVariant;????i,iRow,iCol:integer;????myCell:Cell;????m

2、yRow:Row;begin??memo1.Lines.Clear?;????//?=====?創(chuàng)建對(duì)象?=====????if?not?Assigned(WordApp)?then??????????????????????????????begin??????WordApp:=?TWordApplication.Create(nil);??????WordApp.Visible?:=?false;????end;????if?not?Assigned(WordDoc)?then??????WordDoc:=?TWordDocument.Create(nil);??try????DocInx

3、:=1;????oFileName?:=?'d:est.doc';????oReadOnly:=true;????CfCversions?:=?EmptyParam;????AddToRctFiles:=?EmptyParam;????PswDocument:=?EmptyParam;????PswTemplate:=?EmptyParam;????oRevert:=?EmptyParam;????WPswDocument:=?EmptyParam;????WPswTemplate:=?EmptyParam;????oFormat:=?EmptyParam;?????????//?=====?

4、打開文件?=====?????????????????????????????WordApp.Documents.open(oFileName,CfCversions,oReadOnly,AddToRctFiles,???????PswDocument,PswTemplate,oRevert,WPswDocument,WPswTemplate,oFormat);????//?=====?關(guān)聯(lián)文件?=====????WordDoc.ConnectTo(WordApp.Documents.Item(DocInx));?????//合并第一、二列????????iStart:=WordDoc.Tab

5、les.Item(i).Cell(1,1).Range.Start;????????myCol:=?WordDoc.Tables.Item(i).Columns.Item(2);????????iEnd:=myCol.Cells.Item(myCol.Cells.Count).Range.End_;????????myRange:=WordDoc.Range;????????myRange.Start:=iStart;????????myRange.End_?:=iEnd;????????myRange.Cells.Merge;??finally????if?Assigned(WordDoc)

6、?then?????//?=====?關(guān)閉文件?=====????begin??????WordDoc.Close;??????WordDoc.Disconnect;??????WordDoc.Destroy;??????WordDoc?:=?nil;????end;????if?Assigned(WordApp)?then??????//?=====?關(guān)閉Word?=====????begin??????WordApp.Quit;??????WordApp.Disconnect;??????WordApp.Destroy;??????WordApp?:=?nil;????end;??end;

7、end;取得Word表格中的數(shù)據(jù)//取得Word?表格中的數(shù)據(jù)procedure?getWordCellStr;var?WordApp:?TWordApplication;????WordDoc:?TWordDocument;????DocInx,oFileName,CfCversions,oReadOnly,AddToRctFiles,PswDocument,????PswTemplate,oR

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無此問題,請(qǐng)放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫(kù)負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭(zhēng)議請(qǐng)及時(shí)聯(lián)系客服。
3. 下載前請(qǐng)仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。