Hi community
I would like to know if It is possible to update or use a chart that I have in one of my sheets with python code.
I am using this code but I would like to link the chart direct.
"""
from PIL import Image
pngfile = Image.open("C://Desktop//Python//1.png")
pngfile
"""