DataTables warning: table id=exceltable - Cannot reinitialise DataTable. For more information about this error, code example
Example: Cannot reinitialise DataTable
$('#dataTable').dataTable({
...
....
"bDestroy": true
});
$('#dataTable').dataTable({
...
....
"bDestroy": true
});