MathNya / umya-spreadsheet

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

Fix swapped attributes #138

Closed patrickomatic closed 8 months ago

patrickomatic commented 8 months ago

I was working on something else and noticed the code here has these two swapped. Reading the docs it seems like xfId should map to format_id and builtinId to builtin_id. I also found a second place where the vertical/horizontal attrs are flipped

MathNya commented 8 months ago

@patrickomatic I had not noticed this. Thanks for the PR.