I have been trying to write a program that runs a SQL query then takes the data from that SQL query updates an existing Excel sheet while keeping/updating a chart in Python.
Is this possible? I haven't been able to find any existing questions regarding this so I am sorry if this is a repeat.
** For example, I have an items table with three items of varying quantities. I can get the items to appear in my Excel sheet -- but any graph/chart I make is discarded once new information is updated.