0

I want to save my excel sheets (there are more than 50 sheets) in a separate PDF file and each file name should be saved in the sheet name. I can do it by excel VBA but I was curious whether it can be done in python.

hrokr
  • 3,276
  • 3
  • 21
  • 39
  • 1
    Does this answer your question? [Export Pandas DataFrame into a PDF file using Python](https://stackoverflow.com/questions/33155776/export-pandas-dataframe-into-a-pdf-file-using-python) – Piotr Nowakowski Jul 12 '21 at 07:43

1 Answers1

0

pywin32 will do the job for you. Please follow this link.

Aman Sharma
  • 73
  • 10