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
When using strings
true
orfalse
, Cell.escape will return1
for both since stringtrue
andfalse
are identified as boolean type.