Suppress Header on Excel Export

Suppress Header on Excel Export

chboccachbocca Posts: 86Questions: 13Answers: 1

Hi. Did not expect to have issue here, but I can't seem to suppress during Excel export. Here is demo. I've added code: "exportOptions: { header: false }" to no avail. Any idea what I'm doing wrong? Thank you, as always, in advance.

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 20,139Questions: 26Answers: 4,735
    Answer ✓

    Try moving header: false outside exportOptions, ie, to the same level as `extend, similar to this example.

    Kevin

  • chboccachbocca Posts: 86Questions: 13Answers: 1

    Perfect! Thank you. Updated demo, which now suppresses title as well.

Sign In or Register to comment.