python-ooxml icon indicating copy to clipboard operation
python-ooxml copied to clipboard

Python library for parsing .docx (Office Open XML) files

Results 8 python-ooxml issues
Sort by recently updated
recently updated
newest added

We are in need of extra support in terms of Tables/Drawing objects in Footnotes, Endnotes and Comments

Hi guys! There is a minor error that I faced. I fixed it changing `int` to `float`. Please review and give response is it correct or not? My suggestion firstly...

With the help of [dwml](https://github.com/xiilei/dwml), omml can easily be converted to latex. But there 's still some unexpected and unknowable situations that omml cannot be converted to latex normally(occasionally).

OOXML seems to be the family of document types, not just word type of files. Hence, the library's name is misleading.

During parsing of a table in docx, sdt control is found in a cell. Now parser errorneously post 1 column output for the row below. (it thinks that there is...

Underline tags in docx files are missed. The offending lines are parse.py:88 and parse.py:31 on commit 833e658. The master branch treats the underline tag as having only two possible states,...

Whether something is underlined is not a binary option - there are many types of underlining. These types have been added to the code base. The result of the parser...

Hi, i have a project which the idea is to parse ooxml omath tags into latex. If you are interessed here is the [link](https://github.com/qmagico/ooxml_to_latex_parser)