Problem in reading Excel Sheet with Special Character in C# -
I am using OLDB to read excel sheets with cl. In that column header name "Sr." In my "Sheet 1" when I take excel sheet data in my datalet, I am getting the "Sr # #" as the column header name instead of the original S. Can you please tell me why this is happening?
Thanks
After some tests I have found out that Oleadibi has the following characters Converts:
# gets
!
becomes _
[becomes (
])
Read all the other characters correctly goes. Hope this helps someone.
Best Honor.
Comments
Post a Comment