OOSheet is a Python module for manipulating LibreOffice spreadsheet documents

oosheet – OpenOffice.org Spreadsheet scripting and macros made easy with Python… Read more

Similar

Going All in with Python Type Hints

For large python code bases, Python 3's type hints system can be a huge blessing. It allows static type checkers like mypy to detected a large class of errors that would otherwise have gone undetected. This is a quick introduction to the use and be... (more…)

Read more »