jferard / py4lo

Py4LO is a simple toolkit to help you write and include Python scripts in LibreOffice Calc spreadsheets.
GNU General Public License v3.0
5 stars 2 forks source link

Add a directive to import python modules #17

Closed jferard closed 6 years ago

jferard commented 6 years ago

Under Windows, LO contains a python core distribution. E.g. sqlite3 is absent from this distribution. Furthermore, package from pypi are unavailable. We shoud have a way to include a full module in a Calc document.

jferard commented 6 years ago

Test is: embbed sqlite3 in the file. Maybe use a directive:

#py4lo embed <file>