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
Post a Comment