摘要: 读取Excel文件内容:string StrConn = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + FilePath + ";" + "Extended Properties=Excel 8.0;";OleDbConnection MyConn = new OleDbConnection(StrConn);// MyConn.Op... 阅读全文