| Export data |
You can export chart data in CSV (comma-separated values) format, with the help of the context menu.
Enable copying of data using right click on the chart You can use the context menu to copy the CSV data to clipboard.
Note: Clear the Enable copying of data using right click on the chart check box to disable the copying of data using the context menu. If this check box is cleared, all the relevant fields are deactivated. In CSV format, a special character (comma, semi colon, or tab) is used to separate the data values in the code. These are known as data separators.
In CSV format, the data values are enclosed either between single quotation marks ( ' ) or double quotation marks ( " ). These characters are known as data qualifiers.
The chart applies various number formatting settings on the data values while displaying them on the chart. For example, specifying a currency prefix to a chart value ($ 88) or specifying the chart scale (using 100M, instead of 100000000). By default, the exported data contains unformatted data values. However, you can retain the formatted values in the exported data.
|