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

dev-master 2015-10-29 11:30 UTC

This package is not auto-updated.

Last update: 2024-03-26 02:12:36 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.