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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -