Hallo
Gibt es irgendwo eine Anleitung zum Zusammenspiel zwischen Python und Libre-/Openoffice?
Ich meine nicht zu Python selbst, da finden sich reichlich Anleitungen, Hilfen und Beispiele.
Was ich suche sind eher solche Anleitungen wie z.B. hier:
http://www.libreoffice-forum.de/viewtop ... 210#p41210
Es wird hervorragend beispielhaft der Zusammenhang zwischen der Verwendung der Buttons und möglichen Fehlerquellen erläutert. Das hatte ich bisher noch nirgends so gefunden.
Danke

Anleitung Python/Libreoffice
Anleitung Python/Libreoffice
SvenKo
Re: Anleitung Python/Libreoffice
AUGUST 11, 2013 BY TMTLAKMAL
A simple Python Macro in LibreOffice 4.0
https://tmtlakmal.wordpress.com/2013/08 ... ffice-4-0/
Umstieg von Basic auf Python mit eingebettetem Code
Beitragvon preklov » Fr, 19.02.2016 15:09
http://de.openoffice.info/viewtopic.php?f=25&t=66819
MfG, Jörn
A simple Python Macro in LibreOffice 4.0
https://tmtlakmal.wordpress.com/2013/08 ... ffice-4-0/
Umstieg von Basic auf Python mit eingebettetem Code
Beitragvon preklov » Fr, 19.02.2016 15:09
http://de.openoffice.info/viewtopic.php?f=25&t=66819
MfG, Jörn
LO 6.0.7 (32Bit) Win8.1 Pro 32 Bit/ LO 6.3.2 Win10 64Bit / LO 6.0.7 Win7 Pro 64 Bit
Re: Anleitung Python/Libreoffice
Hallo
@Wanderer: der erste Link bietet eigentlich nur eine brauchbare Information:
sudo apt-get install libreoffice-script-provider-python
Der Hinweis auf
sudo apt-get install python-uno (anstelle python3-uno) ist seit LO4.0 falsch,
das angebotene Script ist sowieso schon in /usr/lib/libreoffice/share/Scripts/python
und eigene Python-scripte gehören nicht ins LO-programmverzeichnis, sondern nach:
~/.config/libreoffice/4/user/Scripts/python
@Wanderer: der erste Link bietet eigentlich nur eine brauchbare Information:
sudo apt-get install libreoffice-script-provider-python
Der Hinweis auf
sudo apt-get install python-uno (anstelle python3-uno) ist seit LO4.0 falsch,
das angebotene Script ist sowieso schon in /usr/lib/libreoffice/share/Scripts/python
und eigene Python-scripte gehören nicht ins LO-programmverzeichnis, sondern nach:
~/.config/libreoffice/4/user/Scripts/python
LO25.2.x.y debian 13(trixie) auf Raspberry5 8GB (64bit)
LO25.8.x.y flatpak debian 13(trixie) auf Raspberry5 8GB (64bit)
LO25.8.x.y flatpak debian 13(trixie) auf Raspberry5 8GB (64bit)
