MathNya / umya-spreadsheet

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

write formula with escape #168

Closed kazuk closed 5 months ago

kazuk commented 5 months ago

Fixes https://github.com/MathNya/umya-spreadsheet/issues/167

write_text_node_no_escape -> write_text_node in formula.

MathNya commented 5 months ago

@kazuk Thanks for the PR. I have confirmed that the modifications are correct and will merge them in.

kazuhiko-kikuchi commented 5 months ago

Thank you quick review and merge!

And Nice crate and your grate work. Thank you again!