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
Open source PhpSpreadSheet php library released as wordpress plugin to use easily
10
+
11
+
== Description ==
12
+
13
+
A pure [PHP library for reading and writing spreadsheet files](https://phpspreadsheet.readthedocs.io)
14
+
15
+
From Codeboxr we wrapped the library as wordpress plugin to easy distribute as wordpress plugin. WordPress now doesn't allow this type library as
16
+
plugin but providing a large php package with plugin makes the plugin heavy and troublesome for updates. We hosted this in github so that user can download and later
17
+
update easily.
18
+
19
+
Software requirements
20
+
21
+
The following software is required to develop using PhpSpreadsheet:
22
+
23
+
* PHP version 7.4 or newer
24
+
* PHP extension php_zip enabled
25
+
* PHP extension php_xml enabled
26
+
* PHP extension php_gd2 enabled (if not compiled in)
27
+
28
+
29
+
The plugin check php version, php_zip, php_xml and php_gd2 library compatible or installed or not, based on success it activated.
0 commit comments