CommentXMLReader

CommentXMLReader

Overview

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

Handles reading comment data from XML format.

This class provides 3 methods for working with CommentXMLReader objects in Python programs. Available methods include: __init__, load_comments, load_vml_drawing. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.

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