Top-level column headers are missing in XLS exports #7486
Closed
Labels
Comments
Hi, Thank you for reporting. |
Not all info is there, when the accessibility module is added, the series names are stripped from the export: without accessibility modulehttp://jsfiddle.net/ouroborosDragon/aga1k7nd/10/ with accessibility module |
We're currently working on this, expect a fix very soon. |
oysteinmoseng
added a commit
that referenced
this issue
Dec 12, 2017
TorsteinHonsi
added a commit
that referenced
this issue
Dec 14, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
For XLS exports, I expect the table to have two-level headers since the accessibility module adds top-level columns:

HTML table:
XLS:

Actual behaviour
The top-level headers are missing in the actual output.

Other
Same happens with CSV exports, but I don't think having two-level headers is a good idea for CSV files. They should probably keep the headers as they rendered without the accessibility module:

Live demo with steps to reproduce
http://jsfiddle.net/ouroborosDragon/aga1k7nd/10/
Affected browser(s)
All.
The text was updated successfully, but these errors were encountered: