2017 © Pedro Peláez
 

cakephp-plugin cake-excel

CakePHP excel generator

image

yardz/cake-excel

CakePHP excel generator

  • Thursday, June 21, 2018
  • by yardz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 19 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Build Status Coverage Status Total Downloads Latest Stable Version, (*1)

CakeExcel

A plugin to generate Excel files with CakePHP., (*2)

Requirements

  • CakePHP 3.6
  • PHP 5.6.0 or greater
  • Patience

Installation

[Using Composer], (*3)

composer require dakota/cake-excel

Enable plugin

Load the plugin in your app's config/bootstrap.php file:, (*4)

Plugin::load('CakeExcel', ['bootstrap' => true, 'routes' => true]);

Usage

First, you'll want to setup extension parsing for the xlsx extension. To do so, you will need to add the following to your config/routes.php file:, (*5)

# Set this before you specify any routes
Router::extensions('xlsx');

Next, we'll need to add a viewClassMap entry to your Controller. You can place the following in your AppController:, (*6)

public $components = [
    'RequestHandler' => [
        'viewClassMap' => [
            'xlsx' => 'CakeExcel.Excel',
        ],
    ]
];

Each application must have an xlsx layout. The following is a barebones layout that can be placed in src/Template/Layout/xlsx/default.ctp:, (*7)

<?= $this->fetch('content') ?>

Finally, you can link to the current page with the .xlsx extension. This assumes you've created an xlsx/index.ctp file in your particular controller's template directory:, (*8)

$this->Html->link('Excel file', ['_ext' => 'xlsx']);

Inside your view file you will have access to the PhpSpreadsheet library with $this->Spreadsheet. Please see the PhpSpreadsheet documentation for a guide on how to use PhpSpreadsheet., (*9)

License

The MIT License (MIT), (*10)

Copyright (c) 2013 Walther Lalk, (*11)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*12)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*13)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*14)

The Versions

21/06 2018

dev-master

9999999-dev https://github.com/yardz/CakeExcel

CakePHP excel generator

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp excel phpexcel dakota

24/04 2018

dev-feature/17

dev-feature/17 https://github.com/dakota/CakeExcel

CakePHP excel generator

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp excel phpexcel dakota

18/07 2016

v2.0.1

2.0.1.0 https://github.com/dakota/CakeExcel

CakePHP excel generator

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp excel phpexcel dakota

18/07 2016

v2.0.0

2.0.0.0 https://github.com/dakota/CakeExcel

CakePHP excel generator

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp excel phpexcel dakota

06/02 2014

v1.0.5

1.0.5.0 https://github.com/dakota/CakeExcel

CakePHP excel generator

  Sources   Download

MIT

The Requires

 

cakephp excel phpexcel dakota

05/02 2014

v1.0.4

1.0.4.0 https://github.com/dakota/CakeExcel

CakePHP excel generator

  Sources   Download

MIT

The Requires

 

cakephp excel phpexcel dakota

05/02 2014

v1.0.3

1.0.3.0 https://github.com/dakota/CakeExcel

CakePHP excel generator

  Sources   Download

MIT

The Requires

 

cakephp excel phpexcel dakota

05/02 2014

v1.0.2

1.0.2.0 https://github.com/dakota/CakeExcel

CakePHP excel generator

  Sources   Download

MIT

The Requires

 

cakephp excel phpexcel dakota

14/01 2014

v1.0.1

1.0.1.0 https://github.com/dakota/CakeExcel

CakePHP excel generator

  Sources   Download

MIT

The Requires

 

cakephp excel phpexcel dakota

14/01 2014

v1.0.0

1.0.0.0 https://github.com/dakota/CakeExcel

CakePHP excel generator

  Sources   Download

MIT

The Requires

 

cakephp excel phpexcel dakota