Change the decimal separator from Numeric keypad

Possible Usage Scenarios

By default, Aspose.Cells.GridWeb displays numeric data according to the locale/regional settings on the machine. You can change the decimal separator from the numeric keypad programmatically using the Aspose.Cells.GridWeb API. So, when a file is imported into the GridWeb matrix, or when you input numeric data (from the numeric keypad) into a new worksheet cell, it should display your desired decimal separator visually.

Change the decimal separator from Numeric keypad

Using the GridWorksheetCollection.NumberDecimalSeparator property, you may change the decimal separator from the numeric keypad programmatically. Please see the screenshots that show how it works.

todo:image_alt_text

todo:image_alt_text

Sample Code