export-csv icon indicating copy to clipboard operation
export-csv copied to clipboard

Highcharts plugin to export chart data to CSV

Results 65 export-csv issues
Sort by recently updated
recently updated
newest added

Hi, By default Excel works with local character encoding, not utf-8 (for example windows-1250). But there seems to be a way to force it to use unicode. Simply add an...

I've been trying to export CSV for a chart with one series hidden `visible: false`, however that only exports visible series. The requirement is that the additional series should not...

enhancement

Hi, I am using export csv in my Angular2 project using Webpack. It would be great if I could import it as a module.

This commit... https://github.com/highcharts/export-csv/commit/2210b5d7929b825160f289b62650abda53277ed8 ...seems to break export-csv for me. Maybe I'm being an idiot? ``` if (typeof module === 'object' && module.exports) { module.exports = factory; } else { factory(Highcharts);...

`exporting.filename` is not applied for CSV nor XLS, when using Safari. Example: http://jsfiddle.net/cqjvD/1070/ Tested in Safari (OS X) 9.0.1 and 5.1.17 (Windows). **Edit:** The problem comes from hard-coded header here...

## To reproduce: 1. Open Firefox 2. Go to http://jsfiddle.net/cqjvD/1069/ (or any export-csv enabled chart with a series that has the "#" character in the name) 3. Click "Download CSV"...

URL - webtrader.binary.com Tools > View Historical Data Click Download CSV Attached same file downloaded by this plugin [aud-jpy-(1d) (5).csv.zip](https://github.com/highcharts/export-csv/files/118673/aud-jpy-.1d.5.csv.zip)

The `highcharts-export-csv` name has already been registered in the bower package repository to point to https://github.com/wallynm/highcharts-export-csv, so this project will either need to claim control over that bower package registration...

Hi, i try to Zoom in but the showing zoom works only for the top row in the Chart. How could i get the Label of the Row/Group Name ![zoom...

Example: http://jsfiddle.net/84fxqx0o/ Exports data as: ![image](https://cloud.githubusercontent.com/assets/1453926/11374297/9a955260-92d5-11e5-8982-6fa46eb1d03e.png) While instead of y-values, categories on yAxis would be expected.