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

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -