Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
In Microsoft Excel, you can specify the Custom Decimal and Thousands Separators instead of using System Separators from the Advanced Excel Options as shown in the screenshot below.
Aspose.Cells for Python via .NET provides the WorkbookSettings.number_decimal_separator and WorkbookSettings.number_group_separator properties to set the custom separators for formatting/parsing numbers.
The following screenshot shows the Advanced Excel Options and highlights the section to specify the Custom Separators.

The following sample code illustrates how to specify the Custom Separators using Aspose.Cells for Python via .NET API. It specifies the Custom Number Decimal and Group Separators as a dot and a space respectively.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.