Tag Archives: Read LibreOffice Calc using Python

Read LibreOffice Calc using Python

This blog article shows you how to read LibreOffice Calc file using Python. Firstly, you need 2 libraries to be installed, ezodf and lxml. pip install ezodf pip install lxml Then use the code below to read the ods file. … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, programming | Tagged | Leave a comment