Skip to content

bring your excel formulas under version control using the xlsxwriter python extension to jmcnamara/XlsxWriter

License

Notifications You must be signed in to change notification settings

minger0/xlsxwriter_pandasformula

Repository files navigation

xlsxwriter_pandasformula

Bring your excel formulas under version control using the xlsxwriter python extension to jmcnamara/XlsxWriter!

impression

image

usage

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

troubleshooting

  • 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.

About

bring your excel formulas under version control using the xlsxwriter python extension to jmcnamara/XlsxWriter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages