monitorjbl / excel-streaming-reader

An easy-to-use implementation of a streaming Excel reader using Apache POI
Apache License 2.0
959 stars 345 forks source link

Unable read excell cell text if cell has line break #259

Open glti opened 2 years ago

glti commented 2 years ago

Hi Team,

I am trying to read xlsx file but one of the cell has line break that's reason I couldn't able to read complete text from the particular cell. I am getting only last text after line break ,Not complete text from particular cell. Do you have solution for this issue

pjfanning commented 2 years ago

I created test cases and they pass - see #260 - could you provide a reproducible test case?