c# - Error reading excel cell with line break into Dataset -


i have peculiar issue trying read values excel dataset in c#.

some of excel cell contains line break this. (press alt+ enter in cell include line break within cell)

press alt+ enter in cell include line break within cell

while reading excel in program through fill command. line break read "_".

enter image description here

how address scenario? either want clean escape sequence before importing excel.


Comments

Popular posts from this blog

ruby - How do I merge two hashes into a hash of arrays? -

java - the value of local variable is not used -