摘要: 代码如下: private void btnChange_Click(object sender, EventArgs e) { if (txtFile.Text != "") { if (textBox1.Text != "") { string strname = textBox1.Text; string filePath = txtFile.Text; DataSet ds = LoadDataFromExcel(filePath, strname); bool isOk = ExcelToArray(ds.Tables[0]); if (isO 阅读全文
posted @ 2012-11-08 14:43 待重逢 阅读(224) 评论(0) 推荐(0)