修改像SqlConnectionStringBuilder这样的excel连接字符串

时间:2016-01-15 05:02:36

标签: c# asp.net ssis

我想修改excel的连接字符串,就像SqlConnectionStringBuilder的工作原理一样。

Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\MyExcelFile.xlsx;Extended Properties="EXCEL 12.0 XML;HDR=YES";

我尝试使用SqlConnectionStringBuilder,但它无效。它表示"关键字不受支持"。

如何轻松修改此类连接字符串?

1 个答案:

答案 0 :(得分:0)

最简单的更改位置是Excel Connection Manager的ExcelFilePath属性。

enter image description here

Source