CommentXMLWriter
Összefoglaló
CommentXMLWriter egy Python-osztály a Aspose.Cells rendszerben.
A kommentáradat XML formátumban történő írása.
Módszerek
| Signature | Description |
|---|---|
__init__() | Initialize the CommentXMLWriter. |
escape_xml(text) | Escapes special XML characters in text. |
worksheet_has_comments(worksheet) | Checks if a worksheet has any comments. |
cell_reference_sort_key(ref) | Converts a cell reference to a (row, col) tuple for sorting. |
write_comments_xml(zipf, worksheet, sheet_num) | Writes xl/comments{sheet_num}.xml file for a worksheet. |
write_vml_drawing_xml(zipf, worksheet, sheet_num) | Writes VML drawing XML for comment positioning. |