2017 © Pedro Peláez
 

silverstripe-module silverstripe-phpexcel

Exporting DataObjects to an Excel File.

image

hutlim/silverstripe-phpexcel

Exporting DataObjects to an Excel File.

  • Wednesday, December 30, 2015
  • by hutlim
  • Repository
  • 1 Watchers
  • 1 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

silverstripe-phpexcel

Same as GridFieldExportButton, but exports data to an Excel file., (*1)

:::php
$gridField = new GridField('MyDataObjects', 'MyDataObjects', MyDataObject::get(), 
        GridFieldConfig_RecordEditor::create()
        ->addComponent(new GridFieldExportToExcelButton())
    );

Requirements

  • PHPExcel https://github.com/PHPOffice/PHPExcel

This will install when you use composer., (*2)

The Versions

30/12 2015

dev-master

9999999-dev

Exporting DataObjects to an Excel File.

  Sources   Download

BSD-3-Clause

The Requires

 

by Hut.L

excel export silverstripe office