Suppose I have an excel sheet
| Name | Id | Message |
|---|---|---|
| Alex | 123 | Hello |
| Mike | 453 | Hey There |
| Andy | 865 | How are you? |
| Ricky | 987 | Hi |
I want to get an individual cell and use it as a variable in python First I want to get Alex, use it, then get Mike and so on
Can someone help me with this.