Open violll opened 3 months ago
set the column width using: worksheet.column_dimensions["A"] useful link to manually calculate widths
worksheet.column_dimensions["A"]
sheet.alignment = openpyxl.styles.alignment.Alignment(horizontal="center")
Autofit column size
set the column width using:
worksheet.column_dimensions["A"]
useful link to manually calculate widthsHorizontal align
sheet.alignment = openpyxl.styles.alignment.Alignment(horizontal="center")