Hi,
In export to excel I want to format value that has CHF currency.
My value is like "CHF 7,678" .I did formating for other values like
cell.CellFormat.FormatString = "#,##0";
So please tell how can I format for CHF currency.
Thanks,
Mahendra
Hi Mahendra,
You may try this: "[$CHF]\\ #,##0"
Regards,
Stefana