A set of classes for the PHP programming language that allows you to write to and read from different spreadsheet file formats such as Excel (BIFF), Excel 2007 (XLS OfficeOpenXML), XLSX, CSV, Libre/OpenOffice Calc, Gnumeric, PDF, HTML ...the project is built around Microsoft standards OpenXML and PHP. Such as setting spreadsheet metadata (author, title, description, ...), multiple worksheets, different fonts and font styles, cell borders, padding, gradients, adding images to your spreadsheet, calculation formulas , this class group provides conversion between file types! When you need to output data in a more complex format, PHPExcel is a good choice. However, its use is relatively complicated.
Expand