Closed parrotcar00 closed 1 month ago
The python scrips for a sheet are embeded into the document. They are not publicly available.
Currently the only way to access the scripts WITHOUT using the LibrePythonista editor is to Unzip the document and access the librepythonista
folder and its subfolders. Then after edits the document would have to be zipped up again.
This is discouraged as the internals of how LibrePythonisa works does not support this kind of editing.
It is posible to see all the code for the currend document however.
Open the logging window and then in Calc choose from menu LibrePy -> Debug - Log Module
.
This will send all the current LibrePythonista python code to the log window.
I'm trying to figure out where are my python scripts stored? That way, I can edit them outside the spreadsheet possibly?