Is there an equivalent to the MS-Excel openpylx library for Python?

I use a CAD system where the “scripting language” is a version of Python 2.x. There is a “module” included by the name of “openpyxl” that allows you to access sheets & cells within Excel xlsx files. Is there an equivalent “module” for LibreOffice Calc?

Irrational minds want to know!

Hallo
openpyxl is a third-party-python-package to read|write xls[x] independent from Excel

odfpy is roughly the counterpart for reading|writing odf- Documents independent from Libreoffice

But in Libreoffice there is anyway a full Python-environment included, which can be used via libreoffice-api

Karolus