ODBC/Win7 64位/Excel 2010 64位是否限制为255列?

发布于 2024-12-10 02:04:42 字数 339 浏览 0 评论 0原文

我正在使用 ODBC 写入 XLSB 文件。我是否限制为 255 列(或接近该值)?当我尝试写入 500 列时,出现以下错误:

HY001 -1040 [Microsoft][ODBC Excel Driver] Too many fields defined.

也许我的驱动程序错误?这是我的连接字符串:

"Driver={Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)};Dbq=PATH_TO_XLSB_HERE;DefaultDir=OUTPUT_FOLDER_HERE;"

I'm using ODBC to write to an XLSB file. Am I limited to 255 columns (or somewhere close to that)? When I try to write 500 columns I get the following error:

HY001 -1040 [Microsoft][ODBC Excel Driver] Too many fields defined.

Perhaps I have the wrong drivers? Here's my connection string:

"Driver={Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)};Dbq=PATH_TO_XLSB_HERE;DefaultDir=OUTPUT_FOLDER_HERE;"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

当梦初醒 2024-12-17 02:04:42

Excel 2010 本身支持 16,384 列:

http://office.microsoft.com/en-us/excel-help/excel-specifications-and-limits-HP010342495.aspx?CTT=5&origin=HP005199291

您可能需要不过,要切换到 ACE.OLEDB ODBC 提供程序来利用它们。

Excel 2010 itself supports 16,384 columns:

http://office.microsoft.com/en-us/excel-help/excel-specifications-and-limits-HP010342495.aspx?CTT=5&origin=HP005199291

You probably need to switch to the ACE.OLEDB ODBC provider to take advantage of them, though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文