felixbuenemann / xlsxtream

Streaming & Fast XLSX Spreadsheet Writer for Ruby
MIT License
216 stars 38 forks source link

Implement ST_Xstring escaping of invalid xml chars #11

Closed felixbuenemann closed 7 years ago

felixbuenemann commented 7 years ago

This escapes invalud XML 1.0 characters using the ST_Xstring encoding, which uses the Unicode numerical character representation format _xHHHH_, where HHHH is the hex-encoded character value.

Fixes #9