Was using excel2img for saving pivot charts in excel to image .png format. My doubt is my pivot table and pivot charts both are on the same sheets. When I execute below statement:
An image is generated with only pivot table. Pivot chart is not saved as image. So kindly help we with this as I want to know how I can loop over above code to save different charts in my xlsx file.
Hi,
Was using excel2img for saving pivot charts in excel to image .png format. My doubt is my pivot table and pivot charts both are on the same sheets. When I execute below statement:
ex.export_img('foo.xlsm', 'customer.png', 'customer_pivot', None)
An image is generated with only pivot table. Pivot chart is not saved as image. So kindly help we with this as I want to know how I can loop over above code to save different charts in my xlsx file.
Thanks in advance. Regards, Husain. S.