C# .NET - export a decimal figure to excel sheet with thousand separators and decimal separators

Asked By George n t on 17-Jan-14 01:11 AM
Hi Friends,
 
I am using VS 2008 ,asp.net,c#.net  web applications.
I have numbers in decimal format in grid.
I want to export a decimal figure to excel sheet with thousand separators and decimal separators.
Those numbers should be aligned right.
for example 12,12,34,567.89
Also the in bulit excel formulas like sum .. must be performed on the exported excel sheet.
 
Tx in advance
george