Download the PHP package anklimsk/cakephp-spreadsheet without Composer
On this page you can find all versions of the php package anklimsk/cakephp-spreadsheet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download anklimsk/cakephp-spreadsheet
More information about anklimsk/cakephp-spreadsheet
Files in anklimsk/cakephp-spreadsheet
Download anklimsk/cakephp-spreadsheet
More information about anklimsk/cakephp-spreadsheet
Files in anklimsk/cakephp-spreadsheet
Vendor anklimsk
Package cakephp-spreadsheet
Short Description Generate MS Excel files with the CakePHP 2.x
License MIT
Homepage https://github.com/anklimsk/cakephp-spreadsheet
Package cakephp-spreadsheet
Short Description Generate MS Excel files with the CakePHP 2.x
License MIT
Homepage https://github.com/anklimsk/cakephp-spreadsheet
Please rate this library. Is it a good library?
Informations about the package cakephp-spreadsheet
CakePHP 2.x Generate MS Excel files plugin
Generate MS Excel files with the CakePHP
This plugin provides next features:
- Generate MS Excel files
Installation
- Install the Plugin using composer:
composer require anklimsk/cakephp-spreadsheet
- Add the next line to the end of the file
app/Config/bootstrap.php
:
Using this plugin
-
In your
Model
:- Create the following methods:
-
In your
Controller
:-
Add the
RequestHandler
component toAppController
, and mapxlsx
to the CakeSpreadsheet plugin, e.g.: - Add to your controller action:
-
-
In your
View
:-
Create a link to the a action with the extension
.xlsx
, e.g.: -
Place the View templates in the subdirectory
Spreadsheet
, e.g.:app/View/Invoices/Spreadsheet/index.ctp
- Use the
CakeSpreadsheet.exportExcelTable
element in your View file, e.g.:
-
All versions of cakephp-spreadsheet with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
composer/installers Version ^1.5.0
anklimsk/cakephp-basic-functions Version ^1.0.0
anklimsk/cakephp-extended-test Version ^1.0.0
composer/installers Version ^1.5.0
anklimsk/cakephp-basic-functions Version ^1.0.0
anklimsk/cakephp-extended-test Version ^1.0.0
The package anklimsk/cakephp-spreadsheet contains the following files
Loading the files please wait ....