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

On Chrome - When trying to export a large set of data the export fails and the file cannot be downloaded. Demo: http://jsfiddle.net/cqjvD/1260/ Steps: 1. download CSV 2. file is...

Hi, I have implemented the csv download by adding an export-csv.js file to ng2-highcharts. App Module ``` const hc = require('highcharts'); const exp = require('highcharts/modules/exporting'); const csv = require('highcharts-export-csv/export-csv'); exp(hc);...

Is it possible that a CSV file will automatically downloading?

How to hide shown table after viewing it from export

Hi, Is there anyway to remove the data-grouping in highstock chart export module? I have around 30k records and while exporting as CSV or XLS, only 554 data is obtained....

I followed the example provided in https://www.highcharts.com/plugin-registry/single/37/highcharts-export-clientside. it worked fine but the CSV downloaded through this code shows junk characters after opening up the excel sheet. Please suggest if anyone...

Hi, First of all thank you for developing this very good plugin which shows highcharts data seamlessly, however I am trying to show data in only the printed version of...

When downloading to excel from the module, I get an error when opening the file. If I choose to accept the content of the file is correct. Can I change/update...

Added code to honor chart.options.exporting.fallbackToExportServer flag. Reference http://api.highcharts.com/highcharts/exporting.fallbackToExportServer

When exporting in XLS, I'm having a prompt when opening the file stating that the format is different from the specified extension: ![image](https://cloud.githubusercontent.com/assets/9195926/6664812/3691b0ac-cbd3-11e4-8bee-f37da0f1cd77.png) Excel version is 2007.