Problem open Excel
Problem open Excel
aaiglesias85
Posts: 25Questions: 8Answers: 0
Hello
I have a problem with open excel, please see the picture, the problem is with title: null
buttons: [{
title: null,
filename: params.excel_export,
extend: 'excel',
header: false
}]
I need hidden title
regards
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Seems like your code works here:
http://live.datatables.net/tiloloye/1/edit
Can you update my example to recreate the issue?
Kevin
Hello @kthorngren
thanks for your help, but I still have the same problem with the image and it has to do with the title = null, will it be the version? I have
https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.5/jszip.min.js
regards
I used the Download Builder for the test case. Looks like it uses JSZip 2.5.0. Lets find out if 3.1.5 is the issue. Updated test case here using 3.1.5 JSZip:
http://live.datatables.net/joquvili/1/edit
Still seems to work. Maybe there is something with your data or environment. Can you update the test case to show the problem?
Kevin
@kthorngren thanks
I have to update the library, I was using a local
regards