I'm trying to get the first row from an Excel worksheet in a data flow task using SSIS. My Excel source file doesn't have headers but SSIS always uses the first row as headers. How can I tell SSIS there are no headers in the Excel file?
Asked
Active
Viewed 702 times
0
-
IMEX=1 in the connection properties. See https://stackoverflow.com/questions/10102149/what-is-imex-in-the-oledb-connection-string – MiguelH Oct 23 '17 at 11:09