茄子在线看片免费人成视频,午夜福利精品a在线观看,国产高清自产拍在线观看,久久综合久久狠狠综合

    <s id="ddbnn"></s>
  • <sub id="ddbnn"><ol id="ddbnn"></ol></sub>

  • <legend id="ddbnn"></legend><s id="ddbnn"></s>

    asp.net讀取excel中的數(shù)據(jù)并綁定在gridview
    來(lái)源:易賢網(wǎng) 閱讀:1156 次 日期:2015-01-14 16:04:47
    溫馨提示:易賢網(wǎng)小編為您整理了“asp.net讀取excel中的數(shù)據(jù)并綁定在gridview”,方便廣大網(wǎng)友查閱!

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

    前臺(tái)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('請(qǐng)選擇要導(dǎo)入的文件')</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("文件夾\" + fileName);

    }

    string strConn;

    strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + "文件夾\" + 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 = "文件夾\" + 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為數(shù)據(jù)源獲取數(shù)據(jù)集

    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 登記號(hào)碼,姓名,日期,簽到時(shí)間,簽退時(shí)間,部門(mén) from [" + select + "] order by 部門(mén),日期,姓名";//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('沒(méi)有數(shù)據(jù),或者" + e.Message + "')</script>");

    return null;

    }

    }

    以上是插入07以前版本excel

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

    代碼如下:

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

    更多信息請(qǐng)查看IT技術(shù)專(zhuān)欄

    更多信息請(qǐng)查看網(wǎng)絡(luò)編程
    易賢網(wǎng)手機(jī)網(wǎng)站地址:asp.net讀取excel中的數(shù)據(jù)并綁定在gridview
    由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢(xún)回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門(mén)公布的正式信息和咨詢(xún)?yōu)闇?zhǔn)!

    2026上岸·考公考編培訓(xùn)報(bào)班

    • 報(bào)班類(lèi)型
    • 姓名
    • 手機(jī)號(hào)
    • 驗(yàn)證碼
    關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢(xún) | 簡(jiǎn)要咨詢(xún)須知 | 新媒體/短視頻平臺(tái) | 手機(jī)站點(diǎn) | 投訴建議
    工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
    云南網(wǎng)警備案專(zhuān)用圖標(biāo)
    聯(lián)系電話(huà):0871-65099533/13759567129 獲取招聘考試信息及咨詢(xún)關(guān)注公眾號(hào):hfpxwx
    咨詢(xún)QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
    云南網(wǎng)警報(bào)警專(zhuān)用圖標(biāo)