how to remove title row when exporting to excel
how to remove title row when exporting to excel

please help me how i can remove title row when exporting t excel
This discussion has been closed.
please help me how i can remove title row when exporting t excel
Answers
Use the
title
option of theexcelHtml5
button type. Setting it to an empty string should do it.I think there might actually be a bug there in the current release though. The nightly has it all working.
Allan
Set title to empty
buttons: [{
extend: 'excel',
title: ' '
}]