Forum Discussion
AdarshPanasri
Helper I
2 years agoRoot user access in synapse notebooks
Hello Everyone, I am trying to install LibreOffice in fabric, I am using the below commands to downlad and extract the tar files. wget https://download.documentfoundation.org/libreoffice/stable/...
AdarshPanasri
Helper I
2 years agoI intend to use it to Interact with doc files. As per my research I was not able to find a way to read/get content from doc file without converting it to docx first. And using LibreOffice should solve this.
Anonymous
2 years agoNot applicable
HI AdarshPanasri,
I'd like to suggest you try to use python-docx library to instead, it also can integrate notebook with docx files:
python-docx — python-docx 1.1.2 documentation
Regards,
Xiaoxin Sheng
- AdarshPanasri2 years ago
Helper I
I tried with python-docx it is not compatible to work with doc files.
- Anonymous2 years agoNot applicable
HI AdarshPanasri,
If the above not suitable for your requirement, you can also take a look the following link about read data from doc/docx files if helps:
ms word - How do I extract data from a doc/docx file using Python - Stack Overflow
Regards,
Xiaoxin Sheng