tableExport.jquery.plugin
tableExport.jquery.plugin copied to clipboard
Worksheet name when exporting excel type
Is there any way to change my default's worksheet when exporting an excel type using this plugin? The default name is: 'xlsWorksheetName'. In code, I already set up its tableName but it does not change worksheet name.
Thanks in advance
@ZeroDotNet #62 did not fix the issue.I am windows 8 and I get the file name as download instead of the one I set in data-name
attribute or any other static value. Any inputs?
@cancinos Were you able to solve the issue?
May be modifying the tableExport.js is going to help....
Sorry for the delay @sachintaware but this fix it's only to change the sheet name of the excel file, not the filename of the download. It seems very hard get what you want, perhaps saving the data to file system, naming a file and then downloading. But each browser and OS it's a different world about how to handle this kind of things.