Relative Content

Tag Archive for loopsduplicatesrowopenpyxl

OpenPyXL Duplicate and populate row

I’m trying to copy a row, based upon cell value, and edit the 6th colmn value with the ‘VAL’ key values.
For example row 10 contains “A1”
The first column must get the first value of the VAL: A1 (AAA) and the second A1: (BBB).
Now it populates the first (and second) with the second BBB value.