Forum Discussion
jborn
Sep 13, 2023Copper Contributor
Query from Excel in Synapse Serverless
I'm trying to use the following code to read from an Excel file using Synapse Serverless. Is this even possible? SELECT *
FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0','Excel 12.0 Xml;HDR=YES;Databas...
Martin-Apps4Rent
Jun 11, 2025Iron Contributor
Synapse Serverless can’t read Excel files directly. Convert the Excel file to CSV, upload it to Blob Storage, then query it using OPENROWSET with FORMAT = 'CSV'.