简体   繁体   English

从 excel 导入到 sql server:'Microsoft.ACE.OLEDB.12.0' 提供程序错误

[英]import from excel to sql server: The 'Microsoft.ACE.OLEDB.12.0' provider error

I want to import data from excel to sql server, but I got error: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.我想将数据从 excel 导入 sql server,但出现错误:'Microsoft.ACE.OLEDB.12.0' 提供程序未在本地计算机上注册。

op: windows 10 64 bit excel: 32 bit操作:Windows 10 64 位 excel:32 位

There is no problem with older excel format xls, problem occurs with xlsx format.旧的excel格式xls没有问题,xlsx格式出现问题。 Is there any esay way to fix this?有什么办法可以解决这个问题吗?

install the following file from microsoft to fix this issue从微软安装以下文件来解决这个问题

https://www.microsoft.com/en-us/download/details.aspx?id=13255 https://www.microsoft.com/en-us/download/details.aspx?id=13255

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Microsoft.ACE.OLEDB.12.0错误 - Microsoft.ACE.OLEDB.12.0 Error 无法在 64 位 SQL Server 上加载 32 位 OLE DB 提供程序“Microsoft.ACE.OLEDB.12.0” - The 32-bit OLE DB provider "Microsoft.ACE.OLEDB.12.0" cannot be loaded in-process on a 64-bit SQL Server 链接服务器“(null)”的 OLE DB 提供程序“Microsoft.ACE.OLEDB.12.0”返回消息“JOIN 操作中的语法错误”。 - OLE DB provider “Microsoft.ACE.OLEDB.12.0” for linked server “(null)” returned message “Syntax error in JOIN operation.” 无法为链接服务器初始化OLE DB提供程序“ Microsoft.ACE.OLEDB.12.0”的数据源对象 - Cannot initialize the data source object of OLE DB provider “Microsoft.ACE.OLEDB.12.0” for linked server 链接服务器“(null)”的 OLE DB 提供程序“Microsoft.ACE.OLEDB.12.0” - The OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)" 无法在64位SQL Server上加载“Microsoft.ACE.OLEDB.12.0” - “Microsoft.ACE.OLEDB.12.0” cannot be loaded in-process on a 64-bit SQL Server 使用Microsoft.ACE.OLEDB.12.0从网络共享中查询dbf文件时出错 - Error querying dbf file from network share using Microsoft.ACE.OLEDB.12.0 运行SQL脚本的批处理文件得到错误对OLE DB提供程序'Microsoft.ACE.OLEDB.12.0'的临时访问已被拒绝。 - Batch file that runs sql script getting error Ad hoc access to OLE DB provider 'Microsoft.ACE.OLEDB.12.0' has been denied.' 通过 OPENROWSET 'Microsoft.ACE.OLEDB.12.0' 导出时格式化 Excel 中的单元格 - Formatting the cells in Excel when Export through OPENROWSET 'Microsoft.ACE.OLEDB.12.0' Microsoft.ACE.OLEDB.12.0无法执行查询 - Microsoft.ACE.OLEDB.12.0 Cannot execute the query
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM