asp.net - spreadsheetgear - how to convert thousand separator with decimal and decimal seperator with comma -
I have failed to find numberFormat to convert separator from decimal to thousand separator with decimal. worksheet.Range (number range) .numberformat = "## Please.
Thanks
The only way to do this is to tell Excel that your decimal and Thousands of separators are different, but this will not only affect the entire application of a specific cell or worksheet / workbook.
Code: with application .mailmaster = ",". Thousands support = "." .UseSystemSeparators = with incorrect
Comments
Post a Comment