我正在尝试使用.xlsx文件和我的C#代码中的以下连接字符串。
public static string ConnectionString = @"Provider=Microsoft.ACE.OLEDB.12.0;
Data Source=@@filename;
Extended Properties=""Excel 12.0 Xml;
IMEX=0;
HDR=YES;
TypeGuessRows=0;
ImportMixedTypes=Text""";
但每当我运行代码时,我都会收到错误
System.Data.OleDb.OleDbException(0x80004005):外部表格不是预期的格式。