Closed bhishanpdl closed 8 months ago
how can we export the chart as 'chart.png' and save it
Unfortunately, that isn’t possible with Xlsxwriter. Excel doesn’t store charts as images in the file format. It stores them as XML.
Excel can generate PNGs from charts at runtime from the app but that is a function of the app. Maybe try Matplotlib.
Thanks for the clarification. We can close the issue.
Question
In the following tutorial code, how can we export the chart as 'chart.png' and save it?