Python Forum

Full Version: xlsx
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ?
openpyxl is a good package.
see openpyxl: https://pypi.org/project/openpyxl/