Skip to main content

Module threaded_comment

Module threaded_comment 

Source
Expand description

Threaded comments XML schema structures.

Represents xl/threadedComments/threadedComment{N}.xml and xl/persons/person.xml in the OOXML package (Excel 2019+).

Structs§

Person
Individual person entry in the person list.
PersonList
Root element for the person list XML (xl/persons/person.xml).
ThreadedComment
Individual threaded comment entry.
ThreadedComments
Root element for threaded comments XML.

Constants§

PERSON_LIST_CONTENT_TYPE
Content type for the person list part.
REL_TYPE_PERSON
Relationship type for the person list (workbook-level).
REL_TYPE_THREADED_COMMENT
Relationship type for threaded comments (worksheet-level).
THREADED_COMMENTS_CONTENT_TYPE
Content type for threaded comments parts.
THREADED_COMMENTS_NS
Namespace for threaded comments (Excel 2018+).