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

溫馨提示×

溫馨提示×

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

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

VB.NET中怎么導出數據

發布時間:2021-08-06 15:40:51 來源:億速云 閱讀:191 作者:Leah 欄目:編程語言

這篇文章將為大家詳細講解有關VB.NET中怎么導出數據,文章內容質量較高,因此小編分享給大家做個參考,希望大家閱讀完這篇文章后對相關知識有一定的了解。

 VB.NET開發語言為我們平時的開發方式帶來了非常的改變。很多時候可以利用Excel的數據透視表導出你想要的報表格式。那么VB.NET導出數據該如何實現呢?下面的代碼可以從數據庫中取出數據然后導入Excel。

  1. Dim excel As Excel.Application  

  2. Dim xBk As Excel._Workbook  

  3. Dim xSt As Excel._Worksheet  

  4. Dim xRange As Excel.Range  

  5. Dim xPivotCache As Excel.
    PivotCache  

  6. Dim xPivotTable As Excel.
    PivotTable  

  7. Dim xPivotField As Excel.
    PivotField  

  8. Dim cnnsr As String, sql 
    As String  

  9. Dim RowFields() As String = 
    {"", "", ""}  

  10. Dim PageFields() As String = 
    {"", "", "", "", "", ""}  

  11. 'SERVER 是服務器名或服務器的IP地址  

  12. 'DATABASE 是數據庫名  

  13. 'Table 是表名  

  14. Try 

開始實現VB.NET導出數據

  1. cnnsr = "ODBC;DRIVER=SQL 
    Server;SERVER=" + SERVER   

  2. cnnsrcnnsr = cnnsr + ";UID=;
    APP=Report Tools;WSID=ReportClient;
    DATABASE=" + DATABASE  

  3. cnnsrcnnsr = cnnsr + ";
    Trusted_Connection=Yes"  

  4. excel = New Excel.ApplicationClass  

  5. xBk = excel.Workbooks.Add(True)  

  6. xSt = xBk.ActiveSheet  

  7. xRange = xSt.Range("A4")  

  8. xRange.Select() 

開始

  1. xPivotCache = xBk.PivotCaches
    .Add(SourceType:=2)  

  2. xPivotCache.Connection = cnnsr 

  3. xPivotCache.CommandType = 2 

  4. sql = "select * from " + Table  

  5. xPivotCache.CommandText = sql 

  6. xPivotTable = xPivotCache.
    CreatePivotTable(TableDestination:
    ="Sheet1!R3C1", TableName:=
    "數據透視表1", DefaultVersion:=1) 

準備行字段

RowFields(0) = "字段1"  RowFields(1) = "字段2"  RowFields(2) = "字段3"

準備頁面字段

  1. PageFields(0) = "字段4"  

  2. PageFields(1) = "字段5"  

  3. PageFields(2) = "字段6"  

  4. PageFields(3) = "字段7"  

  5. PageFields(4) = "字段8"  

  6. PageFields(5) = "字段9"  

  7. xPivotTable.AddFields(RowFields
    RowFields:=RowFields, PageFields
    PageFields:=PageFields)  

  8. xPivotField = xPivotTable.
    PivotFields("數量")  

  9. xPivotField.Orientation = 4 

關閉工具條

  1. 'xBk.ShowPivotTableFieldList
     = False 

  2. 'excel.CommandBars("PivotTable")
    .visible = False 

  3. excel.Visible = True 

  4. Catch ex As Exception  

  5. If cnn.State = ConnectionState
    .Open Then  

  6. cnn.Close()  

  7. End If  

  8. xBk.Close(0)  

  9. excel.Quit()  

  10. MessageBox.Show(ex.Message,
     "報表工具", MessageBoxButtons.
    OK, MessageBoxIcon.Warning)  

  11. End Try 

關于VB.NET中怎么導出數據就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

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

AI

平谷区| 讷河市| 西城区| 句容市| 桐庐县| 桐乡市| 彭山县| 海晏县| 涟源市| 台南县| 隆安县| 丹凤县| 白山市| 上高县| 宜州市| 昭通市| 同心县| 晋州市| 太原市| 卢湾区| 肇源县| 瓦房店市| 鸡西市| 灵璧县| 章丘市| 白山市| 集安市| 吉木乃县| 宝鸡市| 平武县| 黎川县| 莎车县| 洛川县| 伊春市| 垫江县| 福州市| 改则县| 莒南县| 天祝| 保靖县| 游戏|