It's hard to find a PHP library that can manipulate an Excel file. The simplest way to manipulate an Excel file is just by convert it to Excel XML Spreadsheet and modify the value of the cells. This can be done by using ExcelXML class.
---------------------
Features:
- This class can be used manipulate Excel XML spreadsheet files.
- It can load an Excel XML spreadsheet file and change the values of any worksheet given its row and column.
- The modified Excel XML spreadsheet can be stored in a Excel XML Spreadsheet file or download it as MS Excel file. |