摘要:
/// /// 读取Excel表每一行第一列的字符串集合 /// /// 文件路径 /// private string[] ExcelReader(string filePath) { List result = new List(); string connStr = "Provider=Microsoft.Ace.OleDb.12.0;data source=" + filePath + ";Extended Properties='Excel ... 阅读全文