glexey / excel2img

Save ranges from Excel documents as images
Apache License 2.0
98 stars 26 forks source link

Pivot Chart Range #3

Open husain97 opened 4 years ago

husain97 commented 4 years ago

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.

husain97 commented 4 years ago

Just an edit...I have used import excel2img as ex