91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

C#中怎么創建一個Word文檔

發布時間:2021-07-07 17:34:40 來源:億速云 閱讀:268 作者:Leah 欄目:編程語言

C#中怎么創建一個Word文檔,相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。

C#創建Word文檔實例:

using MSExcel = Microsoft.Office.Interop.Excel;   using System.IO;   using System.Refletion;  //C#創建Word文檔  Class Program   {     static void Main(string[] args)     {   string path;  //C#創建Word文檔之文件路徑   string strContent;//文本內容   MSWord.Application wordApp;提要    //C#創建Word文檔之word應用程序   MSWord.document wordDoc;//word文檔   path = @"c:\test.docx";   wordApp = new MSWord.applicationClass();   if(File.Exists(path))   {     File.Delete(path);   }   Object nothing = Missing.Value;   wordDoc = wordApp.Documents.Add(  ref nothing,ref nothing,ref nothing,ref nothing);   strContent = "你好!\n";   wordDoc.Paragraphs.Last.Rang.Text = strContent;   object format = MSWord.WdSaveFormat.wdFormatDocumentDefault;   wordDoc.SaveAs(ref path,ref format,  ref nothing,ref nothing,ref nothing,  ref nothing,ref nothing,    ref nothing,ref nothing,ref nothing,  ref nothing,ref nothing,ref nothing,   ref nothing,ref nothing,ref nothing);   wordDoc.Close(ref nothing,ref nothing,ref nothing);   wordApp.Quit(ref nothing,ref nothing,ref nothing);     }  //C#創建Word文檔  }

看完上述內容,你們掌握C#中怎么創建一個Word文檔的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

绥阳县| 永丰县| 安达市| 义马市| 包头市| 蒙阴县| 历史| 青阳县| 开远市| 集安市| 泰宁县| 那坡县| 吴堡县| 易门县| 当雄县| 陆川县| 临武县| 黑山县| 青海省| 开封县| 尚义县| 江口县| 南通市| 昌吉市| 温州市| 和静县| 石景山区| 鲁甸县| 布尔津县| 闽侯县| 苏州市| 崇仁县| 廉江市| 周口市| 百色市| 灵川县| 衡阳县| 南岸区| 梁山县| 永定县| 邢台县|