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)
while reading excel in program through fill command. line break read "_".
how address scenario? either want clean escape sequence before importing excel.
Comments
Post a Comment