|
1 |
| -# PHPExcel - OpenXML - Read, Write and Create spreadsheet documents in PHP - Spreadsheet engine |
2 |
| -PHPExcel is a library written in pure PHP and providing a set of classes 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. |
| 1 | +# PHPExcel - DEPRECATED |
3 | 2 |
|
4 |
| -Master: [](http://travis-ci.org/PHPOffice/PHPExcel) |
| 3 | +PHPExcel last version, 1.8.1, was released in 2015. The project is no longer maintained and |
| 4 | +should not be used anymore. |
5 | 5 |
|
6 |
| -Develop: [](http://travis-ci.org/PHPOffice/PHPExcel) |
7 |
| - |
8 |
| -[](https://gitter.im/PHPOffice/PHPExcel) |
9 |
| - |
10 |
| -## File Formats supported |
11 |
| - |
12 |
| -### Reading |
13 |
| - * BIFF 5-8 (.xls) Excel 95 and above |
14 |
| - * Office Open XML (.xlsx) Excel 2007 and above |
15 |
| - * SpreadsheetML (.xml) Excel 2003 |
16 |
| - * Open Document Format/OASIS (.ods) |
17 |
| - * Gnumeric |
18 |
| - * HTML |
19 |
| - * SYLK |
20 |
| - * CSV |
21 |
| - |
22 |
| -### Writing |
23 |
| - * BIFF 8 (.xls) Excel 95 and above |
24 |
| - * Office Open XML (.xlsx) Excel 2007 and above |
25 |
| - * HTML |
26 |
| - * CSV |
27 |
| - * PDF (using either the tcPDF, DomPDF or mPDF libraries, which need to be installed separately) |
28 |
| - |
29 |
| - |
30 |
| -## Requirements |
31 |
| - * PHP version 5.2.0 or higher |
32 |
| - * PHP extension php_zip enabled (required if you need PHPExcel to handle .xlsx .ods or .gnumeric files) |
33 |
| - * PHP extension php_xml enabled |
34 |
| - * PHP extension php_gd2 enabled (optional, but required for exact column width autocalculation) |
35 |
| - |
36 |
| -*Note:* PHP 5.6.29 has [a bug](https://bugs.php.net/bug.php?id=73530) that |
37 |
| -prevents SQLite3 caching to work correctly. Use a newer (or older) versions of |
38 |
| -PHP if you need SQLite3 caching. |
39 |
| - |
40 |
| -## Want to contribute? |
41 |
| - |
42 |
| -PHPExcel developement for next version has moved under its new name PhpSpreadsheet. So please head over to [PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet#want-to-contribute) to contribute patches and features. |
| 6 | +All **users should migrate** to its direct successor [PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet), or another alternative. |
43 | 7 |
|
| 8 | +In a few months, the GitHub project will be marked as archived, so everything will be read-only. |
44 | 9 |
|
45 | 10 | ## License
|
| 11 | + |
46 | 12 | PHPExcel is licensed under [LGPL (GNU LESSER GENERAL PUBLIC LICENSE)](https://github.com/PHPOffice/PHPExcel/blob/master/license.md)
|
0 commit comments