ConditionalFormatXMLWriter
ConditionalFormatXMLWriter
Overview
ConditionalFormatXMLWriter 是Python的Aspose.Cells FOSS中的一个类.
处理写条件格式化数据为xlsx文件的XML格局.
本类提供了在Python程序中使用 ConditionalFormatXMLWriter对象的2种方法. 有的方法包括: __init__, format_conditional_formatting_xml. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
__init__(escape_xml_func) | 启动 ConditionalFormatXMLWriter类的新实例. |
format_conditional_formatting_xml(conditional_formats) | 根据ECMA-376规范,将条件格式化为XML. |