tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.49k stars 418 forks source link

Question: is there a means to perform an auto-fit on row/columns? #458

Open tlouwers opened 4 years ago

tlouwers commented 4 years ago

With the sheet_format_properties I can set a default row height and column width for a sheet. I can change a specific column width using column_properties.

I was wondering if it possible to auto-fit columns. MS Excel has such a feature described: here

Is such functionality available?