PHPOffice / PHPExcel

ARCHIVED
Other
11.46k stars 4.2k forks source link

Getting a confirmation message if file is saved phpexcel #1364

Open rupsk1607 opened 6 years ago

rupsk1607 commented 6 years ago

After writing an Excel spreadsheet via PHPExcel, I need to update rows in the database. https://stackoverflow.com/questions/29675963/phpexcel-how-do-i-check-save-was-success $objectwriter->save($path); this is not return any status.