Update rows and column using openpyxl from python
问题 Problem: Add "(C)" or "(S)" in every column or row in an excel file by using openpyxl - python. Example of a patient record or list of exercises The list will have dozens if not hundreds of exercises for every (physical therapy) patient. Exercise Repetition Running 5 minutes Walking 10 minutes Squats 3x12 curls 3x12 .... ..... I want to add an indicator to the exercises: (C) for Cardio (S) for Strenght Note: There will be more indicators (~20). We have thousands of files of patients records