Tell me how to make a post office in the Ekeli file using PHP Excel
Those. There is data in the current .xls file, after which you need to make new records + old entries
Saving itself occurs so
$ objwriter = phpexcel_iofactory :: creatwriter ($ ObjPhpexcel, 'Excel5');
$ Objwriter- & GT; Save ($ _ Server ['Document_Root']. 'save_excel / excel_temp / leads _'. date ('d.m.y'). '. XLS')
Answer 1
PHPExcel is outdated, use the current library
https://prpspreadsheet.readthedocs.io/en/ Develop / # Welcome-to-PHPSPreadSheets-Documentation
The documentation has an example on your question.