posts - 56, comments - 54, trackbacks - 0, articles - 4
             ::  ::  :: 聯系 :: 聚合  :: 管理

          VB中動態生成Excel文件

          Posted on 2006-05-24 11:28 Terry的Blog 閱讀(2636) 評論(1)  編輯  收藏 所屬分類: 其他(工具軟件...)

          ??? Dim xlApp As Excel.Application
          ??? Dim xlBook As Excel.Workbook
          ??? Dim xlSheet As Excel.Worksheet
          ????
          ??? Set xlApp = CreateObject("Excel.Application") '創建EXCEL對象
          ??? Set xlBook = xlApp.Workbooks.Add??? 'xlApp.Workbooks.Open("文件名") '打開已經存在的EXCEL工件簿文件
          ??? xlApp.Visible = False '設置EXCEL對象可見(或不可見)
          ??? Set xlSheet = xlBook.Worksheets(1) '設置活動工作表
          ??? xlSheet.Activate
          ??? xlSheet.Range("C3").Value = "1"
          ??? xlSheet.Cells(1, 1) = "test中文" '給單元格(row,col)賦值
          ???
          ??? ' 畫邊框線
          ??? xlSheet.Range(xlSheet.Cells(1, 1), xlSheet.Cells(2, 2)).Borders.LineStyle = xlContinuous
          ???
          ??? xlSheet.Rows(1).HorizontalAlignment = xlVAlignCenter '左右居中
          ??? xlSheet.Rows(1).VerticalAlignment = xlVAlignCenter '上下居中

          ????xlSheet.Cells(iStartRow + idx, 2).HorizontalAlignment = xlVAlignCenter '左右居中
          ????
          ??? '設置指定列的寬度(單位:字符個數)
          ??? xlApp.ActiveSheet.Columns(1).ColumnWidth = 15

          ??? '設置指定行的高度(單位:磅)
          ??? xlApp.ActiveSheet.Rows(1).RowHeight = 1 / 0.035
          ???
          ??? '設置字體
          ??? 'xlApp.ActiveSheet.Cells(1, 1).Font.Name = "黑體"

          ??? '設置字體大小
          ??? xlApp.ActiveSheet.Cells(1, 1).Font.Size = 25
          ???
          ??? '設置整列字體為粗體
          ??? xlApp.ActiveSheet.Columns(1).Font.Bold = True
          ???
          ??? 'xlBook.SaveAs ("C:\Case1.xls")
          ???
          ??? 'xlSheet.PrintPreview (True)
          ???
          ??? xlApp.Visible = True '顯示文件
          ???
          ??? 'xlSheet.PrintOut '打印工作表

          ??? If Not (xlApp Is Nothing) Then
          ????????
          ??????? xlBook.Close (True) '關閉工作簿
          ???????
          ??????? xlApp.Quit '必須結束EXCEL對象
          ??????? Set xlApp = Nothing '釋放xlApp對象
          ??? End If


          評論

          # re: VB中動態生成Excel文件  回復  更多評論   

          2014-09-15 10:06 by rwer
          wrwer
          主站蜘蛛池模板: 临泉县| 盐源县| 泰顺县| 天等县| 铜陵市| 错那县| 贺兰县| 凤庆县| 区。| 东光县| 彭水| 米脂县| 宣汉县| 博爱县| 平乡县| 新兴县| 潜山县| 晴隆县| 柏乡县| 平原县| 宽城| 万全县| 鲁甸县| 石柱| 宝清县| 舞钢市| 白朗县| 木里| 伊宁县| 怀仁县| 交口县| 绍兴市| 津南区| 娄烦县| 宜川县| 白河县| 偃师市| 星座| 滁州市| 华坪县| 资溪县|