Open Hyperrick opened 3 years ago
Hey Patrick,
Feel free to try using my fork here. It turns out the parent attribute changed for parent to Parent, so this was a simple one-line fix.
Hey Patrick,
Feel free to try using my fork here. It turns out the parent attribute changed for parent to Parent, so this was a simple one-line fix.
settled,thanks!
Hey Patrick,
Feel free to try using my fork here. It turns out the parent attribute changed for parent to Parent, so this was a simple one-line fix.
you save me a night thx!
Thnks
Hey Patrick,
Feel free to try using my fork here. It turns out the parent attribute changed for parent to Parent, so this was a simple one-line fix.
It worked for me
I am currently working on a Python script that saves screenshots from an Excel file using the excel2image module.
My code is pretty easy:
import excel2img excel2img.export_img(Workpath + "/" + "CB_TEMP.xlsx", "alarm_BB1.png", "Deckblatt", "A2:C20")
Unfortunately I always get the following error message:
`Unfortunately I always get the following error message:
AttributeError Traceback (most recent call last)