i have excel file have column have numbers but it read it as Null value on sql server
i tried that be below
select * from OPENROWSET('Microsoft.ACE.OLEDB.12.0', 'Excel 12.0 Xml;Database=\\192.168.7.9\\Import\6\technologygenerationrulesinsertinput (9)-457ce5cf-33ee-4a46-a556-7854cfcbf27d.xlsx;HDR=No;IMEX=1;','select * FROM [Sheet1$]')
and it read it success without header of excel when make hdr no
i need to read excel with header and on same time display data without Null
when make hdr no it read success data of column MinFeatureValueNormalized without display null
hdr yes not read data success and still display null for column MinFeatureValueNormalized
to clear what i need when read data from excel using open rowset
it display data below as Null on sql server
so how to handle that please and on same time display column name MinFeatureValueNormalized
my issue solved when make hdr No and imex=1 as above but
header not display so how to solve issue header not display
i attached file have issue with post
207948-datasample.txt