You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CakePHP Excel plugin allows for spreadsheet files manipulation with the power of CakePHP ORM.
10
-
This plugin is build using [PHPExcel](https://github.com/PHPOffice/PHPExcel) library and can work with multiple types of spreadsheet files (excel, csv etc).
10
+
This plugin is build using [PHPSpreadsheet](https://github.com/PHPOffice/PHPSpreadsheet) library and can work with multiple types of spreadsheet files (excel, csv etc).
11
+
12
+
**NOTE:**
13
+
CakePHP Excel plugin versions 0.4.0 and lower used now abandoned [PHPExcel](https://github.com/PHPOffice/PHPExcel) library.
11
14
12
15
## Installation
13
16
@@ -22,11 +25,11 @@ Excel plugin lets you manipulate spreadsheet files multiple ways. The simplest u
22
25
23
26
For example we are loading an excel file that contains some record data.
0 commit comments