While using OPENROWSET in SQL Server 2005 for importing, I have 33 columns in excel of which 32 columns are read/imported properly by openrowset function but 33rd column is read as NULL values. It seems that 33rd columns has 1st row as 'NULL' so it considers all rows in 33rd column as 'NULL' But if I put any value in 1st row of 33rd column it reads the appropriate values in 33rd columns.
Any suggestions on how to traet this scenario.
Note:- 33rd column is last column of my excel data