Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

README.md

LibreOfficeScriptInsert.py inserts a python script (Macro) into a LibreOffice Calc document.

Tested with LibreOffice 5.2, at least.

Use

 $ python LibreOfficeScriptInsert.py myDocument.ods myScript.py

A copy of myDocument.ods will created, with the script myScript.py embedded in it, and with name myDocument.with_script.ods

Example

For example, the script FIFOStockSellProfitCalculator.py that calculates FIFO profits, can be inserted into any of your .ods Calc documents for portability and ease of use, with:

 $ python LibreOfficeScriptInsert.py myStocks.ods FIFOStockSellProfitCalculator.py

The Calc document with the Macro script embedded will be named myStocks.with_script.ods

License

Licensed as GPL v3 or higher.

About

inserts a python script (Macro) into a LibreOffice Calc document

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.