Exploration of using Python for a LibreOffice ODS pipeline
I've been curious if it's possible to leverage the power of a spreadsheet tool (e.g. LibreOffice Calc) and Python for easy scripting for generation/processing
This gist is an exploration of that and it works! =D
To run the script, execute the following steps:
# Clone our repository
git clone https://gist.github.com/ed5f05d530f4ba1b1e95a468e81abe0d.git gist-python-ods-pipeline
cd gist-python-ods-pipeline
# Install our dependencies
pipenv install
# Run our script
pipenv run main.py
Results from Python will be output in output.ods
with persisted visualization formulas from input.ods