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
Is your feature request related to a problem? Please describe.
I would like to specify the column widths for some columns/tables and use the automatic width calculation for others
Describe the solution you'd like
In addition to auto_width accepting True or False values, it could also take a dictionary input of sheet names and Boolean values
Describe alternatives you've considered
Column widths could be manually overwritten between produce_workbook and close. This is currently possible using set_column but seems buggy, eg specifying a range "A:C".
Additional context
Issue created following conversation with @JBarone90
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to specify the column widths for some columns/tables and use the automatic width calculation for others
Describe the solution you'd like
In addition to
auto_width
acceptingTrue
orFalse
values, it could also take a dictionary input of sheet names and Boolean valuesDescribe alternatives you've considered
Column widths could be manually overwritten between
produce_workbook
andclose
. This is currently possible usingset_column
but seems buggy, eg specifying a range "A:C".Additional context
Issue created following conversation with @JBarone90
The text was updated successfully, but these errors were encountered: