CommentXMLReader

CommentXMLReader

Overview

CommentXMLReader is a class in Aspose.Cells FOSS for Python.

Handles reading comment data from XML format.

Methods

SignatureDescription
__init__()Initialize the CommentXMLReader.
load_comments(zipf, worksheet, sheet_num)Loads comments from the comments XML file for a worksheet.
load_vml_drawing(zipf, worksheet, sheet_num)Loads VML drawing for comment positioning and sizing.

See Also