When I create a CSV export in Views and set the display formatter for Commerce Payment Transaction: Amount to "Currency Formatted Amount" I end up with UTF8 entities such as £ for a UK pound sign (£) when I view in Excel.

Adding utf8_decode() to the return function in commerce_currency_format() as hack will mean the correct symbol is displayed but I don't want to hack the module.

Any ideas on how I can solve?