Nov-30-2021, 09:54 PM
Hi,
I've got a problem and i need some help.
I just want to manipulate an xlsx file with Python (see PJ), like
if cells.value(2,2) == cells.value (2,4) then
cells.value(2,6) == cells.value(2.2) on another sheet.
Can someone help me plz ?
I've got a problem and i need some help.
I just want to manipulate an xlsx file with Python (see PJ), like
if cells.value(2,2) == cells.value (2,4) then
cells.value(2,6) == cells.value(2.2) on another sheet.
Can someone help me plz ?
Attached Files