Python – read xlsx file then append a string to the specific data
I have a xlsx file (test.xlsx) and it looks like this:
| Name | Phone |
| ——– | ————– |
| John | yes |
| Jane | |
| Bob | |
| Cathy | yes |
| Will | |