GithubHelp home page GithubHelp logo

chris-vecchio / export-xlsx-exceljs Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 18 KB

This plugin adds the capability to export from Highcharts to the Excel .xlsx format.

License: MIT License

JavaScript 100.00%

export-xlsx-exceljs's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

wdna-com

export-xlsx-exceljs's Issues

Usage with custom menu items

I have a reference to my Highchart instance but can't use the default exporting menu for styling reasons.

Is it possible to use this plugin with a custom exporting menu?

Try to export a PieCharts to XLSX

I found a bug in my company software, when the client try to export a PieCharts to XLSX, the export sheet only contains the first row of the data.

The data is in this format:
[
{
"name": "Brands",
"colorByPoint": true,
"data": [
{
"name": "Chrome",
"y": 61.41,
"sliced": true,
"selected": true
},
{
"name": "Internet Explorer",
"y": 11.84
},
{
"name": "Firefox",
"y": 10.85
}
]

I finally found that the problem was in this function: highcharts/highcharts#7913 (comment)

When the data is filtering. I removed the function and the export success.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.