c#选择文件并读取EXECL
摘要:
//选取try { string strexcelPath; openFileDialog1.Filter = "Excel2003 *xls|*xls|Excel2007 *xlsx|*xlsx"; openFileDialog1.FileName = ""; //1、读取数据 openFileDialog1.Multiselect = false; if (openFileDialog1.S... 阅读全文
posted @ 2012-10-18 15:56 习惯简单 阅读(1109) 评论(0) 推荐(0)
浙公网安备 33010602011771号