https://bugs.documentfoundation.org/show_bug.cgi?id=115610
Andreas Heinisch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from Andreas Heinisch <[email protected]> --- Imho, openpyxl writes Sheet!1:2 whereas Excel saves Sheet!$1:$2. Maybe generating it using the following line does the trick? ws.print_title_rows = '$1:$1' # the first row Should we add the missing absolute reference to the values delievered by openpyxl or close it with NOTOURBUG? -- You are receiving this mail because: You are the assignee for the bug.
