主頁 > 知識庫 > ASP.NET中實(shí)現(xiàn)導(dǎo)出ppt文件數(shù)據(jù)的實(shí)例分享

ASP.NET中實(shí)現(xiàn)導(dǎo)出ppt文件數(shù)據(jù)的實(shí)例分享

熱門標(biāo)簽:地圖標(biāo)注的公司有哪些 天心智能電銷機(jī)器人 遂寧市地圖標(biāo)注app 400電話辦理哪家性價(jià)比高 地圖定位圖標(biāo)標(biāo)注 塔城代理外呼系統(tǒng) 代理接電話機(jī)器人如何取消 濮陽外呼電銷系統(tǒng)怎么樣 地圖標(biāo)注專業(yè)團(tuán)隊(duì)

 前一段時間因工作需要,需增加ppt數(shù)據(jù)的導(dǎo)出下載。發(fā)現(xiàn)網(wǎng)絡(luò)上這方面資料并不是很多,零零散散地找到一些相關(guān)的資料,經(jīng)過自己的試驗(yàn),終于完成相關(guān)功能。應(yīng)博友要求,在此分享下我的經(jīng)驗(yàn),不好之處還望大家多多指出。

  在做之前,首先需要添加相關(guān)引用Microsoft.Office.Interop.PowerPoint.dll。

using PowerPoint = Microsoft.Office.Interop.PowerPoint;

  操作PPT代碼如下:

復(fù)制代碼
 

    public void createPPT()
    {
      try
      {
        //ppt存儲路徑
        string path = string.Format("{0}/{1}.ppt", Server.MapPath("."), DateTime.Now.Ticks.ToString());
        //ppt引用的模版路徑
        string MyTemplateFile = "d:\\test.pot";
        PowerPoint.ApplicationClass MyApp;
        PowerPoint.Presentations MyPresSet;
        PowerPoint._Presentation MyPres;
        PowerPoint.Shape objShape;
        PowerPoint.Slides objSlides;
        PowerPoint._Slide MySlide;
        PowerPoint.TextRange objTextRng;
        PowerPoint.Table table = null;
        MyApp = new PowerPoint.ApplicationClass();
        //如果已存在,則刪除
        if (File.Exists((string)path))
        {
          File.Delete((string)path);
        }
        Object Nothing = Missing.Value;
        //套用模版
        MyPres = MyApp.Presentations.Open(MyTemplateFile, MsoTriState.msoFalse, MsoTriState.msoFalse, MsoTriState.msoFalse);
        MyPresSet = MyApp.Presentations;
        objSlides = MyPres.Slides;

        //創(chuàng)建第一張PPT ppLayoutTitle指定模板首頁
        MySlide = objSlides.Add(1, PowerPoint.PpSlideLayout.ppLayoutTitle);
        //添加一行文字(left:10,top:110,width:700,height:400)
        objTextRng = MySlide.Shapes.AddLabel(MsoTextOrientation.msoTextOrientationHorizontal, 10, 110, 700, 400).TextFrame.TextRange;
        objTextRng.Text = " PPT";
        objTextRng.Font.Color.RGB = 0x66CCFF; //設(shè)置字的顏色
        objTextRng.Font.Size = 42; //字號
        
        //創(chuàng)建第二張PPT ppLayoutBlank指定無標(biāo)題頁
        MySlide = objSlides.Add(2, PowerPoint.PpSlideLayout.ppLayoutBlank);
        //插入圖片
        MySlide.Shapes.AddPicture("1.jpg", MsoTriState.msoFalse, MsoTriState.msoTrue, 110, 140, 500, 300);
        
        //創(chuàng)建第三張PPT ppLayoutTitleOnly指定僅有標(biāo)題頁
        MySlide = objSlides.Add(3, PowerPoint.PpSlideLayout.ppLayoutTitleOnly);
        objTextRng = MySlide.Shapes[1].TextFrame.TextRange;
        objTextRng.Text = "目錄";
        objTextRng.Font.Size = 32;
        //插入圖片
        MySlide.Shapes.AddPicture("1.jpg", MsoTriState.msoFalse, MsoTriState.msoTrue, 110, 140, 500, 300);
        
        //創(chuàng)建第四張PPT
        MySlide = objSlides.Add(3, PowerPoint.PpSlideLayout.ppLayoutBlank);
        //添加一個表格
        objShape = MySlide.Shapes.AddTable(3, 3, 105, 150, 400, 100);
        table = objShape.Table;
        for (int i = 1; i = table.Rows.Count; i++)
        {
          for (int j = 1; j = table.Columns.Count; j++)
          {
            table.Cell(i, j).Shape.TextFrame.TextRange.Font.Size = 12;
            table.Cell(i, j).Shape.TextFrame.TextRange.Text = string.Format("[{0},{1}]", i, j);
          }
        }
        
        
        //保存格式
        PowerPoint.PpSaveAsFileType format = PowerPoint.PpSaveAsFileType.ppSaveAsDefault;
        //內(nèi)容保存
        MyPres.SaveAs(path, format, Microsoft.Office.Core.MsoTriState.msoFalse);
        //關(guān)閉excelDoc文檔對象
        MyPres.Close();
        //關(guān)閉excelApp組件對象
        MyApp.Quit();
      }

您可能感興趣的文章:
  • C#實(shí)現(xiàn)將PPT轉(zhuǎn)換成HTML的方法
  • word ppt excel文檔轉(zhuǎn)換成pdf的C#實(shí)現(xiàn)代碼
  • asp.net實(shí)現(xiàn)將ppt文檔轉(zhuǎn)換成pdf的方法

標(biāo)簽:婁底 汕頭 重慶 吉林 本溪 宜春 河南 麗江

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《ASP.NET中實(shí)現(xiàn)導(dǎo)出ppt文件數(shù)據(jù)的實(shí)例分享》,本文關(guān)鍵詞  ASP.NET,中,實(shí)現(xiàn),導(dǎo)出,ppt,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《ASP.NET中實(shí)現(xiàn)導(dǎo)出ppt文件數(shù)據(jù)的實(shí)例分享》相關(guān)的同類信息!
  • 本頁收集關(guān)于ASP.NET中實(shí)現(xiàn)導(dǎo)出ppt文件數(shù)據(jù)的實(shí)例分享的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章