weshatheleopard / rubyXL

Ruby lib for reading/writing/modifying .xlsx and .xlsm files
MIT License
1.27k stars 253 forks source link

Got a string with a part missing when i read value from cell. #434

Closed Abson closed 1 year ago

Abson commented 1 year ago

image

When I parse the .xlsx file as above, I've got a string with a part missing => Terms of use and privacy policy. But the correct string is <Terms of use and privacy policy>

here is my code:

 wb = RubyXL::Parser.parse(ExcelFile)
 wb[0]
 puts wb[0][649][2].value
weshatheleopard commented 1 year ago

Can you please attach the file you are having problems with?