roo-rb / roo

Roo provides an interface to spreadsheets of several sorts.
MIT License
2.78k stars 503 forks source link

Adds a `loose` mode to sheet cleaning #559

Closed halostatue closed 1 year ago

halostatue commented 3 years ago

This was motivated by the fact that I am parsing a formatted Excel spreadsheet where we need to preserve the structure, but we have received unprintable characters in the past. clean: true is too aggressive; for most people, clean: :loose is likely to be more useful.