Specify Custom Number Decimal and Group Separators for Workbook

Specifying Custom Separators using Microsoft Excel

The following screenshot shows the Advanced Excel Options and highlights the section to specify the Custom Separators.

todo:image_alt_text

Specifying Custom Separators using Aspose.Cells

The following sample code illustrates how to specify the Custom Separators using the Aspose.Cells API. It specifies the Custom Number Decimal and Group Separators as a dot and a space, respectively.

C# code to specify custom Number Decimal and Group Separators