Articles in this section

How to format cells as date time with "," as seperator?

You can format cells as date time with "," as separator by using the below code snippet:

C#

// Set number format

sheet.Range["A1"].NumberFormat = @"dddd\,mmmm d\,yyyy";

VB

'Set number format

sheet.Range("A1").NumberFormat = "dddd\,mmmm d\,yyyy"
Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied