vb.net - FormatNumber replace Decimal with Comma using SpreadsheetGear dll -


I want to apply the formatting number to Excel cell using VB.net using the SpreadsheetGear DLL below 2.22.222,00

My job:

  in the worksheet 

2,22,222.00 Need to convert. Range (number range) .numberformat = "[= 0] 0; ###, ### 00"

I am implementing this format for the English language, likewise I want number format

You can try it.

  cultureInfoGetCalcherInfo ("PT"). Number Format    

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#) -