Is there way to auto-size (auto-fit) the width based on cell contents for the entire worksheet.
sheet.column_dimensions['A'].width=number
I am not looking for the above, for which you have to specify the column. Is there a way to set it up with "openpyxl"?