brechtsanders / xlsxio

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

Enable specification of columns' width #90

Open lilastic opened 3 years ago

lilastic commented 3 years ago

It would be great if the library could provide a function xlsxiowrite_set_column_width so that we could specify the width of a certain column. Thanks!