According to this answer I need to put my custom number format like this in order to see a % symbol
#,0\%
The output looks fine in browsers (lets say, I see 12% which is correct) the problem is when I export the report to excel, I see this:
1.200\%
How can I see 12% in both places?