openpyxl icon indicating copy to clipboard operation
openpyxl copied to clipboard

Column dimension group isn't working

Open CrashLaker opened this issue 1 year ago • 0 comments

Hi all,

im trying to group columns with openpyxl but it seems not to be working properly. can anyone help me?

ws.column_dimensions.group('M', 'X', outline_level=1)
ws.column_dimensions.group('AA', 'AL', outline_level=1)

result: it's only grouping 2 cells M-N AA-AB

image

CrashLaker avatar Apr 21 '23 18:04 CrashLaker