gpt4 book ai didi

c# - Excel 2013 的 OLEDB 连接字符串

转载 作者:行者123 更新时间:2023-11-30 18:32:24 36 4
gpt4 key购买 nike

我正在尝试将我的旧连接字符串调整为 excel 2007 文件以用于 excel 2013 文件 (.xlsx)

这是我的旧版本:

strConnectionString = string.Format(
"Provider=Microsoft.ACE.OLEDB.12.0;Data Source={0};" +
"Extended Properties=\"Excel 12.0 Xml;HDR=YES;IMEX=1\";",
strFile);

关于新的我能做些什么?

最佳答案

你试过这个吗...

string.Format("Provider=Microsoft.ACE.OLEDB.12.0;Data Source={0};Extended Properties='Excel 12.0 Xml;HDR=Yes;IMEX=1;TypeGuessRows=0;ImportMixedTypes=Text'", arq)

关于c# - Excel 2013 的 OLEDB 连接字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18749221/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com