axyr / silverstripe-phpexcel
Exporting DataObjects to an Excel File.
Installs: 5 603
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 2
Forks: 5
Open Issues: 5
Type:silverstripe-module
Requires
- phpoffice/phpexcel: 1.8.1
- silverstripe/framework: ~3.1
This package is not auto-updated.
Last update: 2024-11-05 05:11:00 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.