axyr / silverstripe-phpexcel
Exporting DataObjects to an Excel File.
Package info
github.com/axyr/silverstripe-phpexcel
Type:silverstripe-module
pkg:composer/axyr/silverstripe-phpexcel
dev-master
2015-10-29 11:30 UTC
Requires
- phpoffice/phpexcel: 1.8.1
- silverstripe/framework: ~3.1
This package is not auto-updated.
Last update: 2026-02-24 12:08:02 UTC
README
Same as GridFieldExportButton, but exports data to an Excel file.
:::php
$gridField = new GridField('MyDataObjects', 'MyDataObjects', MyDataObject::get(),
GridFieldConfig_RecordEditor::create()
->addComponent(new GridFieldExportToExcelButton())
);
Requirements
This will install when you use composer.