Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
xlsx
#1
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 ?

Attached Files

.xlsx   Document_excel_2.xlsx (Size: 8.7 KB / Downloads: 180)
Reply
#2
openpyxl is a good package.
see openpyxl: https://pypi.org/project/openpyxl/
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020