|
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 - DEAD |
3 | 2 |
|
4 | | -Master: [](http://travis-ci.org/PHPOffice/PHPExcel) |
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 | | - |
37 | | -## Want to contribute? |
38 | | - |
39 | | -If you would like to contribute, here are some notes and guidlines: |
40 | | - - All new development happens on the 1.8 branch, so it is always the most up-to-date |
41 | | - - The master branch only contains tagged releases |
42 | | - - If you are going to be submitting a pull request, please fork from 1.8, and submit your pull request back to that 1.8 branch |
43 | | - - Wherever possible, code changes should conform as closely as possible to PSR-2 standards |
44 | | - - [Helpful article about forking](https://help.github.com/articles/fork-a-repo/ "Forking a Github repository") |
45 | | - - [Helpful article about pull requests](https://help.github.com/articles/using-pull-requests/ "Pull Requests") |
| 3 | +PHPExcel last version, 1.8.1, was released in 2015. The project was officially deprecated in 2017 and permanently archived in 2019. |
46 | 4 |
|
| 5 | +The project has not be maintained for years and must not be used anymore. **All users must migrate** to its direct successor [PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet), or another alternative. |
47 | 6 |
|
48 | 7 | ## License |
| 8 | + |
49 | 9 | PHPExcel is licensed under [LGPL (GNU LESSER GENERAL PUBLIC LICENSE)](https://github.com/PHPOffice/PHPExcel/blob/master/license.md) |
0 commit comments