中文字幕免费精品_亚洲视频自拍_亚洲综合国产激情另类一区_色综合咪咪久久

asp.net讀取excel中的數據并綁定在gridview
來源:易賢網 閱讀:843 次 日期:2014-08-22 15:03:16
溫馨提示:易賢網小編為您整理了“asp.net讀取excel中的數據并綁定在gridview”,方便廣大網友查閱!

這篇文章主要介紹了asp.net讀取excel中的數據并綁定在gridview上的方法,需要的朋友可以參考下

前臺label,DropDownList,gridview控件

aspx.cs核心代碼:

代碼如下:

using System.Data.OleDb;//需要引入命名

public void Excel_Click(object sender, EventArgs e)

{

if (this.AttachmentFile.Value == "" && this.Label1.Text == "" && DropDownList2.SelectedValue == "")

{

Response.Write("<script>window.alert('請選擇要導入的文件')</script>");

}

if (this.AttachmentFile.Value != "" && this.DropDownList2.SelectedValue == "")

{

HttpFileCollection files = HttpContext.Current.Request.Files;

HttpPostedFile postedFile = files[0];

fileName = System.IO.Path.GetFileName(postedFile.FileName);

if (fileName != "")

{

postedFile.SaveAs("\\localhost\文件夾\" + fileName);

}

string strConn;

strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + "\\localhost\文件夾\" + fileName + ";Extended Properties=Excel 8.0;";//this.AttachmentFile.Value.ToString()

OleDbConnection conn = new OleDbConnection(strConn);

conn.Open();

DataTable sheetNames = conn.GetOleDbSchemaTable(System.Data.OleDb.OleDbSchemaGuid.Tables, new object[] { null, null, null, "TABLE" });

foreach (DataRow dr in sheetNames.Rows)

{

DropDownList2.Items.Add(dr[2].ToString());

}

this.Label1.Text = "\\localhost\文件夾\" + fileName;//this.AttachmentFile.Value.ToString();

conn.Close();

}

if (this.Label1.Text.ToString() != "" && this.DropDownList2.SelectedValue != "")// && this.DropDownList1.SelectedValue.ToString() != "全部"

{

//綁定到gridview

GridView1.DataSource = createDataSource(DropDownList2.SelectedValue.ToString(), this.Label1.Text.ToString());//, this.DropDownList1.SelectedValue.ToString()

GridView1.DataBind();

}

}

//以Excel為數據源獲取數據集

private DataSet createDataSource(string select, string lable)

{

string strCon = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + lable + ";Extended Properties=Excel 8.0;";

string strsql = "select 登記號碼,姓名,日期,簽到時間,簽退時間,部門 from [" + select + "] order by 部門,日期,姓名";//excel表格的字段

OleDbConnection conn = new OleDbConnection(strCon);

OleDbDataAdapter da = new OleDbDataAdapter(strsql, conn);

try

{

conn.Open();

DataSet ds = new DataSet();

da.Fill(ds);

conn.Close();

return ds;

}

catch (Exception e)

{

Response.Write("<script>window.alert('沒有數據,或者" + e.Message + "')</script>");

return null;

}

}

以上是插入07以前版本excel

如果07版本以后只需要做小小修改

代碼如下:

string strCon = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + lable + ";Extended Properties=Excel 12.0;";

更多信息請查看IT技術專欄

更多信息請查看網絡編程
由于各方面情況的不斷調整與變化,易賢網提供的所有考試信息和咨詢回復僅供參考,敬請考生以權威部門公布的正式信息和咨詢為準!

2026國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機號
  • 驗證碼
關于我們 | 聯系我們 | 人才招聘 | 網站聲明 | 網站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機站點 | 投訴建議
工業和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網安備53010202001879號 人力資源服務許可證:(云)人服證字(2023)第0102001523號
云南網警備案專用圖標
聯系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關注公眾號:hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權所有:易賢網
云南網警報警專用圖標
主站蜘蛛池模板: 开平市| 广州市| 呼图壁县| 韩城市| 徐水县| 商水县| 新和县| 庄河市| 桦甸市| 五河县| 连江县| 安塞县| 阿荣旗| 正阳县| 平定县| 隆子县| 翼城县| 北安市| 芜湖县| 宁化县| 万盛区| 大同市| 罗源县| 莱芜市| 永顺县| 茌平县| 三河市| 米林县| 通渭县| 尼勒克县| 建水县| 周至县| 施秉县| 定陶县| 阜宁县| 东乌| 定远县| 柞水县| 开鲁县| 于都县| 黔江区|