I\'m using the below Connection String with ACE.OLEDB.12.0 to read data from an XLSX Spreadsheet, but the I set IMEX=1, it does not work while when I remove IMEX=1 completel
What worked for me, was to set IMEX=0 in the connection string. I have a SELECT and an UPDATE statement and just the SELECT statement was working when IMEX=1. Now both are working when IMEX=0