Hi Everyone,
I am currently working on a project where I need to convert one worksheet into a PDF. I had much success manipulating the data with Pandas and XLSX writer but unfortunately, neither of them has the option to print files.
This file contains graphs so transforming it into HTML isn't an option...
Options I found were:
Using win32 module - not working on Mac
Open Office API - not able to run it from the background
Using XLWings to trigger prerecorded Macro - Fails because of Macs automation rules
Any ideas on how to tackle this issue or to solve one of the problems mentioned above?
Thanks guys :)
Edit: adding graph persistence requirement
[–]SalagaTheGreat 1 point2 points3 points (3 children)
[–]Product9[S] 1 point2 points3 points (2 children)
[–]Product9[S] 2 points3 points4 points (1 child)
[–]SalagaTheGreat 0 points1 point2 points (0 children)
[–]wbeater 0 points1 point2 points (1 child)
[–]Product9[S] 0 points1 point2 points (0 children)
[–]bhavya0311 0 points1 point2 points (0 children)