熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

C#Win窗體讀取Excel存入SQL數據庫

2022-06-13   來源: .NET編程 

  Windows窗體上放了一個Textbox個按鈕button和button~按button選擇excel文件~按button進行相關處理

  Code Snippet private void button_click(object sendeerEventArgs e)

  { OpenFileDialog openFiledialog=new OpenFileDialog();openFileDialgfilter=Excel文件|*xls; openFileDialgShowDialog();textBoxText=openFileDialogFileName;} private void button_click(object sender EventArg e)

  { DataSet dt=ReadExcel(textBoxText);//然後進行您需要的數據處理}


From:http://tw.wingwit.com/Article/program/net/201311/15631.html
  • 上一篇文章:

  • 下一篇文章:
  • 推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.