Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Skipping header in Excel

$
0
0

In reference to the post here Skipping Rows in Excel, I'm using the query 

SELECT        F5, F6, F7, F8
FROM            [Sheet1$]
WHERE        (F5 IS NOT NULL) AND (F5 <> 'PrimeDeal#')

PrimeDeal# is the headerFieldName, but this not helping me. i still see the header names in the list. What am i doing wrong here?


Viewing all articles
Browse latest Browse all 24688

Trending Articles