-
How do i generate table of contents while creating docx file and a pagereff to it?
-
```
altendky@lt:~/test-software$ venv/bin/pip install ./allure-docx
Processing ./allure-docx
Complete output from command python setup.py egg_info:
error in allure-docx setup command: 'ins…
-
As diagnosed [here at pydocotor](https://github.com/twisted/pydoctor/issues/763#issuecomment-1971662348) it seems that the object.inv file from seaborn miss a so called "reference to the root package"…
buhtz updated
8 months ago
-
Hello, I've created a simple .docx document (Word 2010) with a simple 2x2 table, the 1st col is merged as with:
```
+---+---+
| | b |
+ a +---+
| | c |
+---+---+
```
When reading this with pytho…
-
`/usr/local/bin/unoconv:19: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils.…
-
Whenever I add a custom style to the template default.docx and try to create a document I get the following error:
``` python
Traceback (most recent call last):
File "helloworld.py", line 9, in
…
-
[Tool Check](https://davidvasilev1.github.io/fastpages/jupyter/trimester%201/tri%201%20assignments/2022/08/28/tool-check.html)
[Python Quiz](https://davidvasilev1.github.io/fastpages/jupyter/trimeste…
-
I am working with word documents with the python docx library. I am able to extract all the paragraphs, tables, images from the word document. But Along with this, I want to detect non-image shapes bu…
-
in my real work situation, I have to create a complex tab which you can read in the attachment
so, is there any way to implement it in python-docx-template?
in my demo docx file, there are only …
-
I install python3.5, but python-docx is suitable for Python 2.6, 2.7, 3.3, or 3.4 now.
Than I should uninstall python 3.5 and install python 3.4, should I ?