I am trying to export a chart with a column with different number formats. In the chart the numbers look great but when I press "Send to Excel" or right click the chart and choose the "Send to Excel" option, the exportation process converts every value in a String format with the mask I have set ('$ #,##0', '#,##0' , '#.## %', etc ) and what I wanted is to keep those formats.
The only solution I have found by now, is to "ctrl+c" the chart then paste it into an excel document, but this is too tricky for a end-user.