DataTools export path
DataTools export path
I set the file name for the export, is it possible to define the directory to export the XLS file automatically for example c:\temp
"aButtons":
[
{
"sExtends": "xls",
"sButtonText": "Export Excel",
"sToolTip": "Exportation fichier excel",
"sButtonClass": 'ColVis_Button ColVis_MasterButton',
"mColumns": "all",
"bHeader": true,
"bFooter": false,
"sFileName": "test.xls",
Replies
You cannot use a local file due to Flash security restrictions. It would be a massive security hole if you were!
Allan