CommentXMLReader
CommentXMLReader
Overview
CommentXMLReader 是Python的Aspose.Cells FOSS中的一个类.
处理 XML 格式的读取评论数据.
本类提供了在Python程序中使用CommentXMLReader对象的3种方法. 有的方法包括: __init__, load_comments, load_vml_drawing. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
__init__() | 启动CommentXMLReader. |
load_comments(zipf, worksheet, sheet_num) | 载入一个工作表的评论 XML 文件. |
load_vml_drawing(zipf, worksheet, sheet_num) | 载入VML图片,用于评论定位和尺寸. |