-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
I am creating a large (200+ pages) document using python-docx, and I need to create an index of all names in the document. I understand that Word marks index entries a using special XE (Index Entry) field that includes the marked main entry, e.g. { XE indexed-name }. Is it possible to do this using python-docx? I would be happy to create the actual index manually at the end, as long as the index entries are generated automatically.