martijn / xsv

High performance, lightweight .xlsx parser for Ruby that provides nothing a CSV parser wouldn't
https://storck.io/posts/announcing-xsv-1-0-0/
MIT License
194 stars 20 forks source link

multiple spaces in cell value converted to 1 space #13

Closed Pachelbel1414 closed 4 years ago

Pachelbel1414 commented 4 years ago

multiple spaces in cell value converted to 1 space had cell value with "foo--bar" where each "-" was a space. when read, xsv reported the cell value as "foo-bar", having only a single space. windows, ruby 2.5.8p224, xsv (0.3.13)

martijn commented 4 years ago

Thanks for reporting. Could you verify that the current master resolves your issue?

Pachelbel1414 commented 4 years ago

it fixes the issue. thank you.

martijn commented 4 years ago

Great! Released 0.3.14 with the fix.