hutlim/silverstripe-phpexcel

Exporting DataObjects to an Excel File.

Installs: 55

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 5

Type:silverstripe-module

dev-master 2015-12-30 13:34 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:12: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.