![]() |
xlsx - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: xlsx (/thread-35684.html) |
xlsx - FMA - Nov-30-2021 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 ? RE: xlsx - Larz60+ - Nov-30-2021 openpyxl is a good package. see openpyxl: https://pypi.org/project/openpyxl/ |