salvois / LargeXlsx

A .net library to write large Excel files in XLSX format with low memory consumption using streamed write.
Other
204 stars 34 forks source link

Feature Request: Writing boolean values #18

Closed jim108dev closed 1 year ago

jim108dev commented 1 year ago

Thank you for providing this library. I am using it with F#. It works great and dealing with large files was really painful before.

Would it be possible to implement a XlsxWriter.Write(bool) method?

Thanks

salvois commented 1 year ago

Hi @jim108dev , it should be pretty easy to do, let me have a look into it. Thanks, Salvo

salvois commented 1 year ago

Hi @jim108dev , the requested change has been released in version 1.7.0.