NumberFormat
NumberFormat
Overview
NumberFormat 是Python的Aspose.Cells FOSS中的一个类.
表示一个单元格或数组范围的数字格式设置.
这个类提供了在Python程序中使用NumberFormat 对象的3种方法. 有的方法包括: get_builtin_format, is_builtin_format, lookup_builtin_format. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
get_builtin_format(format_id) | 通过格式ID获得内置的格局字符串. |
is_builtin_format(format_code) | 检查一个格式代码是否是内置的格局. |
lookup_builtin_format(format_code) | 查找内置格式代码的格局ID. |