1- === CBX PhpSpreadSheet Library ===
2- Contributors: codeboxr,manchumahara, moojomoore
3- Requires at least: 3.5
4- Tested up to: 6.4.2
5- Stable tag: 1.0.5
6- License: GPLv2 or later
7- License URI: http://www.gnu.org/licenses/gpl-2.0.html
1+ Open source PhpSpreadSheet php library released as WordPress plugin to use easily
82
9- Open source PhpSpreadSheet php library released as wordpress plugin to use easily
10-
11- == Description ==
3+ ## Description
124
135A pure [ PHP library for reading and writing spreadsheet files] ( https://phpspreadsheet.readthedocs.io )
146
@@ -30,49 +22,20 @@ The plugin check php version, php_zip, php_xml and php_gd2 library compatible or
3022
3123How to use:
3224
33- `
34- if ( defined('CBXPHPSPREADSHEET_PLUGIN_NAME') && file_exists( CBXPHPSPREADSHEET_ROOT_PATH . 'lib/vendor/autoload.php' ) ) {
25+ ``if ( defined('CBXPHPSPREADSHEET_PLUGIN_NAME') && file_exists( CBXPHPSPREADSHEET_ROOT_PATH . 'lib/vendor/autoload.php' ) ) {
26+
3527 //Include PHPExcel
3628 require_once( CBXPHPSPREADSHEET_ROOT_PATH . 'lib/vendor/autoload.php' );
3729
3830 //now take instance
3931 $objPHPExcel = new \PhpOffice\PhpSpreadsheet\Spreadsheet();
4032
4133 //do whatever you need to do
42- }
43- `
34+ }``
4435
45- == Installation ==
36+ ## Installation
4637
47381 . Download the latest zip from here (https://github.com/codeboxrcodehub/cbxphpspreadsheet/releases )
48392 . [ WordPress has clear documentation about how to install a plugin] .(https://codex.wordpress.org/Managing_Plugins )
49403 . After install activate the plugin "CBX PhpSpreadSheet Library" through the 'Plugins' menu in WordPress
50- 4 . This plugin doesn't load any library by default, it doesn't create extra folder or menu.
51-
52-
53-
54-
55-
56- == Screenshots ==
57-
58- 1 . yet to come
59-
60- == Changelog ==
61-
62- = 1.0.5 =
63- * Dependency vendor packages updated to latest
64-
65- = 1.0.4 =
66- * Updated the phpspreadsheet package to latest V1.29.0
67-
68- = 1.0.3 =
69- * Updated the phpspreadsheet package to latest V1.21.0
70-
71- = 1.0.2 =
72- * Updated the phpspreadsheet package to latest V1.21.0
73-
74- = 1.0.1 =
75- * Updated the phpspreadsheet package to latest
76-
77- = 1.0.0 =
78- * First public release
41+ 4 . This plugin doesn't load any library by default, it doesn't create extra folder or menu.
0 commit comments