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

Added two new exporting options for csv. - exporting.csv.rowCategoryFormatter Formatter callback for the category name of a row. Parameters are point and series. By default it returns null maintaining the...

I got a bug similar to [this one](https://github.com/highcharts/export-csv/issues/107) but after investigation boost module turned out to be the culprit. Whenever your data exceeds boostThreshold, csv and excel exports return empty...

I've added this option, which allows overriding the default number format for HTML data table and exported CSV. It shouldn't change the existing default behavior, and I didn't change the...

I replicated the example at [jsfiddle](http://jsfiddle.net/highcharts/cqjvD/) installing packages locally with bower and noticed that the menu links 'Download CSV' and 'Download XLS' were missing. Instead, one link with text 'undefined'...

Currently only tag `1.4.3.` is available. Please create tags for older versions.

When the xAxis is without title, the "xTitle" in the header row of the exported data is always "DateTime" ou "Category". And the Excel Worksheet name is always 'Ark'. So...

I propose 3 new language options. When the xAxis is without title, the "xTitle" in the header row of the exported data was always "DateTime" ou "Category". This commit added...

### Problem Notice that there is no _versions availble_ in bower info highchart-export-csv and no versions available: ``` bash /p/tmp $ bower info highchart-export-csv 08:14:43 bower highchart-export-csv#* not-cached https://github.com/highslide-software/export-csv.git#* bower...

Hi, it seems that the CSV export does not work well on treemaps. The CSV only consists of Category and Series 1, but the Series name is left empty. See...

bug