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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -