MathNya / umya-spreadsheet

A pure rust library for reading and writing spreadsheet files
MIT License
238 stars 41 forks source link

replaced `convert_character_reference` with `quick_xml` internal function #153

Closed agentjill closed 7 months ago

agentjill commented 7 months ago

Reimplantation "unescaping" of xml character sequences are replaced with quick_xml internal function to maintain better support.

MathNya commented 7 months ago

@agentjill Sorry, the upgrade I just performed caused a conflict in the README.md. Please could you correct this issue? We will merge it as soon as you respond.

MathNya commented 7 months ago

@agentjill Regarding the conflict, we were able to address it here. We will merge them.