I have an excel sheet and each column in the excel sheet has different datatypes. One column in the excel sheet has values like
**Column name**
6%
10%
15%
<blankvalue>
<blankvalue>
<blankvalue>
<blankvalue>
<blankvalue>
<blankvalue>
<blankvalue>
<blankvalue>
<blankvalue>
<blankvalue>
<blankvalue>
<blankvalue>
<blankvalue>
FZDxxxCV
01
FZDLKMCV
FZDLKMCV
FZDLKMCV
FZDLKMCV
Note:"< blankvalue >" is an empty cell in the excel. now on importing the excel this particular column values becomes blank except the first 3 values which get converted to decimal as 0.06 , 0.10, 0.15. The type of the 1st 3 cells in excel is "Percentage" whereas the type of the other cells are "General". I also tried changing the connection string properties still no use. Any suggestions?