NumberFormat
Overview
NumberFormat is a class in Aspose.Cells FOSS for Python.
Represents number format settings for a cell or range of cells.
Methods
| Signature | Description |
|---|---|
get_builtin_format(format_id) | Gets a built-in format string by format ID. |
is_builtin_format(format_code) | Checks if a format code is a built-in format. |
lookup_builtin_format(format_code) | Looks up the format ID for a built-in format code. |