I am using PHPExcel to export data from my PHP page to Excel. I am using Excel5.
I want the excel file to be be saved a particular folder that is specified in the code
OR better still,
I want Excel to open with the data written in it so that user can save it wherever he wants. What should I do.
Please guide me
Pre