brechtsanders / xlsxio

XLSX I/O - C library for reading and writing .xlsx files
MIT License
397 stars 113 forks source link

[feature request] Add feature to set font #112

Open JackBoosY opened 2 years ago

JackBoosY commented 2 years ago

I've been using xlsxio for a while, but I'm having a little trouble: After writing to excel, I need to set the font name, size, underline or bold according to the specifications. I tried looking for this function but couldn't find it. Can this feature be added?

Thanks.