Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

Commit c269793

Browse files
committed
PHPExcel is deprecated
1 parent 185bf41 commit c269793

File tree

1 file changed

+6
-40
lines changed

1 file changed

+6
-40
lines changed

README.md

+6-40
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,12 @@
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
32

4-
Master: [![Build Status](https://travis-ci.org/PHPOffice/PHPExcel.png?branch=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.
55

6-
Develop: [![Build Status](https://travis-ci.org/PHPOffice/PHPExcel.png?branch=develop)](http://travis-ci.org/PHPOffice/PHPExcel)
7-
8-
[![Join the chat at https://gitter.im/PHPOffice/PHPExcel](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](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.
437

8+
In a few months, the GitHub project will be marked as archived, so everything will be read-only.
449

4510
## License
11+
4612
PHPExcel is licensed under [LGPL (GNU LESSER GENERAL PUBLIC LICENSE)](https://github.com/PHPOffice/PHPExcel/blob/master/license.md)

0 commit comments

Comments
 (0)