0
I am trying to format an excel column for currency format.
excelWorksheet.Range["S1", "S" + linhas].NumberFormat = "R$ #.###,00"
But this causes it to format this way "RR$ 3500,00".
In the cell is 3500 and I would like to stay: R $ 3,500,00 that doing in hand would be changing the die to currency and the symbol to R$.
Thank you.
Are you using Epplus?
– Vinícius
No. Just visual studio and excel.
– Denis
By excel you mean Interop?
– Vinícius
Yes! Worksheet, Workbook...
– Denis