I'm trying to automate a process that converts excel files with single sheets having charts into pdf files using python. Any packages available that would help this task?
I have tried Excel Writer and other similar packages, it doesn't seem to work. Reading the file using pandas doesn't work. The source file has charts/images.
PDF file for each excel file is the desired output. Any suggestions would be welcome..