seamusabshere / xlsx_writer

Writes XLSX files. Simple, clean XML and style. Supports autofilters and headers/footers with images and page numbers if you're willing to do a little Excel hacking.
MIT License
33 stars 10 forks source link

Boolean conversion of string for cells doesnt work #4

Closed iuri-gg closed 11 years ago

iuri-gg commented 11 years ago

When using strings true or false, Cell.escape will return 1 for both since string true and false are identified as boolean type.

seamusabshere commented 11 years ago

@igagnidz do you need a gem release?

iuri-gg commented 11 years ago

Im using repo directly so I don't need gem release. Thanks.