Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Openpyxl-change value of cells in column based on value that currently occupies cells
Post: RE: Openpyxl-change value of cells in column based...

(Mar-30-2022, 05:09 AM)Pedroski55 Wrote: Something like this maybe?? wb = load_workbook('C:/Users/Me/AppData/Local/Programs/Python/Python310/March.xlsx') ws = wb.active ''' I'd like to search all ...
phillipaj1391 General Coding Help 5 9,569 Mar-30-2022, 02:21 PM
    Thread: Openpyxl-change value of cells in column based on value that currently occupies cells
Post: RE: Openpyxl-change value of cells in column based...

Omg I think I got it to work. Does this look valid/okay/makes sense? wb = load_workbook('C:/Users/Me/AppData/Local/Programs/Python/Python310/March.xlsx') ws = wb.active conditionUpdate = {"OK": "In ...
phillipaj1391 General Coding Help 5 9,569 Mar-29-2022, 05:32 PM
    Thread: Openpyxl-change value of cells in column based on value that currently occupies cells
Post: Openpyxl-change value of cells in column based on ...

I am completely new to openpyxl so, as you can imagine, I am having pretty hard times when I try to make use of it. I have an Excel report that contains only one sheet (called Sheet1). I'd like to se...
phillipaj1391 General Coding Help 5 9,569 Mar-29-2022, 04:54 PM

User Panel Messages

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