MathNya / umya-spreadsheet

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

Fix XML space preserve attribute #92

Closed kjh618 closed 1 year ago

kjh618 commented 1 year ago

Currently the XML space preserve attribute is inserted only if there's a whitespace at the start of the string. Change this to insert the attribute when there's a whitespace at the end too.

MathNya commented 1 year ago

Thank you for the PR. We have no problem with the revisions and will merge them.