monitorjbl / excel-streaming-reader

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

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

Open glti opened 1 year ago

glti commented 1 year 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 1 year ago

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