I’m trying to move one set of Excel cells to another location in a workbook using python’s openpyxl
, offset by some columns. The source sheet has some cells that use conditional formatting.
In good news, move_range
does much of the work. But I cannot for the life of me figure out how to copy/move the conditional formatting; it just get altogether lost.
Anyone have thoughts?
Thank you,
/YGA