Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 475 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 475 Bytes

PHPExcelLibrary

Testing the deprecated PHPExcel library. Reading, writing and other basic functionalities done on excel. I will also read data from the database and write to the excel sheet and vice versa This library is no longer used, it is replaced by PHPSpreadsheet. https://github.com/PHPOffice/PHPExcel

Basic tasks to complete

  1. Read database then write data to the excel sheet
  2. Edit excel sheet then read data then update the database
  3. Styling the excel sheet