|
1 | | -=== CBX PhpSpreadSheet Library === |
2 | | -Contributors: codeboxr,manchumahara |
| 1 | +=== CBX Taxonomy Library === |
| 2 | +Contributors: codeboxr, manchumahara |
3 | 3 | Requires at least: 3.5 |
4 | | -Tested up to: 5.8.3 |
5 | | -Stable tag: 1.0.2 |
6 | | -License: GPLv2 or later |
7 | | -License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 4 | +Tested up to: 6.4.3 |
| 5 | +Stable tag: 1.0.5 |
| 6 | +License: MIT |
| 7 | +License URI: https://github.com/codeboxrcodehub/cbxphpdompdf/blob/master/LICENSE.txt |
8 | 8 |
|
9 | | -Open source PhpSpreadSheet php library released as wordpress plugin to use easily |
| 9 | +Open source PhpDompdf php library released as WordPress plugin to use easily |
10 | 10 |
|
11 | 11 | == Description == |
12 | 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 | 13 |
|
19 | 14 | Software requirements |
20 | 15 |
|
21 | | -The following software is required to develop using PhpSpreadsheet: |
22 | | - |
23 | | - * PHP version 5.6 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 | | - |
| 16 | +The following software is required: |
28 | 17 |
|
29 | | -The plugin check php version, php_zip, php_xml and php_gd2 library compatible or installed or not, based on success it activated. |
| 18 | +- PHP version 7.4 or newer |
30 | 19 |
|
31 | | -How to use: |
32 | 20 |
|
33 | | -` |
34 | | -if ( defined('CBXPHPSPREADSHEET_PLUGIN_NAME') && file_exists( CBXPHPSPREADSHEET_ROOT_PATH . 'lib/vendor/autoload.php' ) ) { |
35 | | - //Include PHPExcel |
36 | | - require_once( CBXPHPSPREADSHEET_ROOT_PATH . 'lib/vendor/autoload.php' ); |
37 | | - |
38 | | - //now take instance |
39 | | - $objPHPExcel = new \PhpOffice\PhpSpreadsheet\Spreadsheet(); |
40 | | - |
41 | | - //do whatever you need to do |
42 | | -} |
43 | | -` |
44 | 21 |
|
45 | 22 | == Installation == |
46 | 23 |
|
47 | | -1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxphpspreadsheet/releases) |
| 24 | +1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxphpdompdf/releases) |
48 | 25 | 2. [WordPress has clear documentation about how to install a plugin].(https://codex.wordpress.org/Managing_Plugins) |
49 | 26 | 3. After install activate the plugin "CBX PhpSpreadSheet Library" through the 'Plugins' menu in WordPress |
50 | 27 | 4. This plugin doesn't load any library by default, it doesn't create extra folder or menu. |
51 | 28 |
|
52 | 29 |
|
53 | | - |
54 | | - |
55 | | - |
56 | | -== Screenshots == |
57 | | - |
58 | | -1. yet to come |
59 | | - |
60 | 30 | == Changelog == |
61 | 31 |
|
62 | | -= 1.0.2 = |
63 | | -* Updated the phpspreadsheet package to latest V1.21.0 |
64 | | - |
65 | 32 | = 1.0.1 = |
66 | 33 | * Updated the phpspreadsheet package to latest |
67 | 34 |
|
|
0 commit comments