dhatim / fastexcel

Generate and read big Excel files quickly
Other
669 stars 121 forks source link

Conditional Formatting Support (expression only) #203

Closed apptaro closed 1 year ago

apptaro commented 2 years ago

Added the feature to support conditional formatting of type="expression". It should be fairly ease to add other rules.

ochedru commented 2 years ago

Thank you for your PR! Could you add some tests, format the code (indent 4 spaces) and add a usage example to the readme? Thanks

apptaro commented 1 year ago

Hi! I fixed the source formatting, added some tests, and updated the readme. Please take a look!

apptaro commented 1 year ago

thank you for merging!