I'm just creating some automation program in Python where the results have to be saved in Excel file. The problem I encountered is to update those results, particularly images.I can't find a way to delete or update the image previously saved in a particular cell.
I know how to delete all the images but that's not what I need; the other images can't be deleted. I need to clear only one particular cell and then paste a different image. example hereAs a made up example, how can I clear completely cell C6 without touching the other cells; not just clearing the text what I know how to do?