Specifying DBNum Custom Pattern Formatting
Contents
[
Hide
]
Possible Usage Scenarios
Aspose.Cells for Python via .NET supports the DBNum custom pattern formatting. For example, if your cell value is 123 and you specify its custom formatting as [DBNum2][$-804]General then it will be displayed like 壹佰贰拾叁. You can specify your custom formatting of the cell using Cell.get_style() method and Style.custom property.
Sample Code
The following sample code illustrates how to specify DBNum custom pattern formatting. Please check its output PDF for more help.