i want to store data ie available in a webpage in a spread sheet...
i am creating an empty excel file using..
$excel = new Spreadsheet_Exc el_Writer('hard ware.xls');
but... i dont know how to specify the path to store the file in a partiucular path...
i need to have a 'save as' button.. by clicking tat button it should facilitate the user to store the file in tat path..
friends can u help me??
thank u...
i am creating an empty excel file using..
$excel = new Spreadsheet_Exc el_Writer('hard ware.xls');
but... i dont know how to specify the path to store the file in a partiucular path...
i need to have a 'save as' button.. by clicking tat button it should facilitate the user to store the file in tat path..
friends can u help me??
thank u...
Comment