NumberFormat
Overview
NumberFormat is a class in Aspose.Cells FOSS for Python.
Represents number format settings for a cell or range of cells.
This class provides 3 methods for working with NumberFormat objects in Python programs.
Available methods include: get_builtin_format, is_builtin_format, lookup_builtin_format.
All exported members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
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. |