felixbuenemann / xlsxtream

Streaming & Fast XLSX Spreadsheet Writer for Ruby
MIT License
217 stars 38 forks source link

Add support for boolean values #13

Closed felixbuenemann closed 7 years ago

felixbuenemann commented 7 years ago

Write true and false as XLSX boolean values and treat the strings 'true' and 'false' as boolean values, when auto_format: true is used.

Thanks to @jasoncodes for inspiration in ennova/xlsxtream#45ca960.