-
HI there I am running a python scripts that creates multiple docs using data from a spreadsheet and a word template. As part of the code I am determining based on the file name the organisation the d…
-
Hi everyone,
I'm currently working on a series of YouTube tutorials focused on the python-docx library, and I would greatly appreciate your feedback. Specifically, I'm looking for:
1. **Content …
-
Hi there, I am using python-docx 0.8.11 and Python 3.8. I want to get ALL tables contained in a relatively large word docx file. I am using this code:
```
dfs = []
for table in document.tables:
…
ghost updated
2 months ago
-
**Is your feature request related to a problem? Please describe.**
docx is a common document file type and it's much easier to parse than pdf (even for the most basic text extraction). Hope someone c…
-
-
Сканирование фотографий прошло штатно, фотографии добавились в соответствующую папку. Выскочила ошибка при открытии .docx файла. Вероятно, ошибка связана с тем, что файл уже существовал.
Traceback …
-
Kivy & Kivymd can support Python-docx?
-
I'm trying to make a RPC service for calling my script which used **comtypes** package to create a pdf file from docx.
When I call my script on the command line prompt I have no any problem, but when…
-
hi there,
I've installed python-docx via pip install on W7-64 platform with Python3.6 installed.
When importing from docx getting error messages:
> from docx import Document
Traceback (most rece…
-
Starting from the minimal code given at https://python-docx.readthedocs.io/en/stable/api/enum/WdBuiltinStyle.html
```python
from docx import Document
from docx.enum.style import WD_STYLE
documen…