1 |
string ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0; Data Source=" + "filename" + "; Extended Properties=\"Excel 12.0\";"; |
Nosomovo
Xem thêm Excel connection string in C#
1 |
string ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0; Data Source=" + "filename" + "; Extended Properties=\"Excel 12.0\";"; |
Nosomovo
Xem thêm Excel connection string in C#