Set downloaded Excel file name

Hi,I would like to name the exported Excel file something else than .xlsxHow can I do that ?tia
/Poul

http://www.hkvforums.com/viewtopic.php?f=4&t=45828

Thanks,Had to use this variable though:

   global $gsExportFile;
   $gsExportFile = 'DFAC_medlemsliste.xlsx'	;

Cheers
/Poul