The error returned by the statement is:
Msg 7303, Level 16, State 1 sql server 2012 Microsoft.ACE.OLEDB.12.0
SELECT *
FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0'
,'Excel 12.0 Xml;Database=\path\archivo_excel.xls;HDR=YES'
,'SELECT * FROM [Sheet1$]')
I did what they indicated in this blog: link
And the problem persists, from what I have seen this page is not the only one with this topic, there are several that indicate even the same solution.
Does anyone have a solution?