This repo takes you through setting up a custom function in LibreOffice Calc. The function is written in Python but run using a LibreOffice Basic bridge. The script in this repo provides the =GETPRICE ...
LibreOffice/OpenOffice has API for many languages including Python, thanks to the Universal Network Objects (UNO). But its API is all but Pythonic! I took inspiration ...