Bring your excel formulas under version control using the xlsxwriter python extension to jmcnamara/XlsxWriter!
Run and see example.py for details on usage
python3 example.py
tested under Ubuntu 22.04 and Win10, pyhton 3.10.6, pandas 1.5.1, xlsxwriter 3.0.3 numpy 1.23.5
- Formulas not calculated - Libreoffice calc does not recalculate formulas by default. You can either enable auto-recalculation in Tools/Options/LibreOffice Calc/Formula/Excel 2007 and Newer/Always recalculate, or just press Ctrl-Shift-F9.
- I want to reference a view in another sheet - The example show the use of the sheetref=True optional argument, which should be used when referring to another sheet.