amcharts / export

Apache License 2.0
56 stars 33 forks source link

set xlsx worksheet tab name? #11

Closed mg1075 closed 9 years ago

mg1075 commented 9 years ago

Is there a configuration option whereby you can set the value of the name of an xlsx worksheet for the xlsx export?

maertz commented 9 years ago

Only if you define your own menu or trigger toXLSX manually, we will consider a global setting for that.

"export": {
    "enabled": true,
    "menu": [{
        "format": "XLSX",
        "name": "Sheetname"
    }]
}