MathNya / umya-spreadsheet

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

support for dataValidation.operator #135

Closed patrickomatic closed 8 months ago

patrickomatic commented 8 months ago

I noticed that operator support wasn't implemented (and I need it). I went off of these docs but it was really hard to find anything concrete so please let me know if I'm missing anything: https://learn.microsoft.com/en-my/dotnet/api/documentformat.openxml.spreadsheet.datavalidationoperatorvalues?view=openxml-2.8.1

MathNya commented 8 months ago

@patrickomatic Thanks for the PR. We have no problem with the modifications and will merge them in.