View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] vikram.andoji@gmail.com is offline
external usenet poster
 
Posts: 1
Default Data Missing from Excel Cell When Query through C#

Hi,

I am trying to Import data from an Excel file using C# with OLEDB in
to SQL Server. I am excuting a simple select statement on the excel
file and getting all columns. Except one column all the columns and
its data looks fine. And that one column has data in excel file but
when I query I cant see that data in my dataset. I have checked all
the properties on that column but couldn't find any clue. I dont know
what else properties I need check on that column. I strongly feel that
it might be related to some column property in Excel. If any of you
have any idea please help me.

Thanks,
Vik