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

Generic HTML character entities not supported #46

Closed til closed 1 year ago

til commented 1 year ago

Generic HTML entities in the source XML such as — or — are not supported, but passed through unchanged.

I came across an XLSX file that had german umlauts encoded this way in it. They were not decoded to the actual characters but were output as ä (should be ä).