booktype / python-ooxml

Python library for parsing .docx (Office Open XML) files
GNU Affero General Public License v3.0
52 stars 24 forks source link

Comment reference is not being parsed #13

Closed aerkalov closed 9 years ago

aerkalov commented 9 years ago

We are parsing commentRangeStart and commentRangeEnd but commentReference (used by older Word) is not being parsed.

We should parse it, create comment mark for it and not have commented text (for obvious reasons).