You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto sizing column width isn't supported, and unfortunately it might never be fully supported. This is because XLSX files don't have support for it, only the actual column width values are stored. The way Excel and other spreadsheet libraries do auto sizing is by going through the data in each column and then calculate the width. However, this requires having all the row data in memory, and SpreadCheetah is designed to avoid that for performance reasons. So the only option for now is to set the width explicitly for each column.
Hi again! Thank you for the alignment.
I didn't find auto size on documentation related with columns.
The text was updated successfully, but these errors were encountered: