2d6ad66f0c
While Excel 2010 can read CSV files with a simple UTF-8 BOM, Excel2007 and earlier require UTF-16LE encoded tab-separated files. The new setExcelCompatibility(TRUE) option for the CSV Writer will generate files with this formatting for easy import into Excel2007 and below. |
||
---|---|---|
Build | ||
Classes | ||
Documentation | ||
Tests | ||
unitTests | ||
.gitignore | ||
README.md | ||
changelog.txt | ||
install.txt | ||
license.md | ||
phpdoc-home.ini | ||
phpdoc.ini | ||
readme.md | ||
setpath.bat | ||
start_shell.bat |
readme.md
PHPExcel - OpenXML - Read, Write and Create Excel documents in PHP - Spreadsheet engine
PHPExcel is a Project providing a set of classes for the PHP programming language that allow you to write to and read from different spreadsheet file formats, like Excel (BIFF) .xls, Excel 2007 (OfficeOpenXML) .xlsx, CSV, Libre/OpenOffice Calc .ods, Gnumeric, PDF, HTML, ... This project is built around Microsoft's OpenXML standard and PHP.
Checkout the features this class set provides, such as setting spreadsheet meta data (author, title, description, ...), multiple worksheets, different fonts and font styles, cell borders, fills, gradients, adding images to your spreadsheet, calculating formulas, converting between file types and much, much more!
Want to bookmark this page? Please use www.phpexcel.net as the URL.
Want to contribute?
Fork us!
Donations
via PayPal.
License
PHPExcel is licensed under LGPL (GNU LESSER GENERAL PUBLIC LICENSE)