axyr/silverstripe-phpexcel

Exporting DataObjects to an Excel File.

Maintainers

Package info

github.com/axyr/silverstripe-phpexcel

Type:silverstripe-module

pkg:composer/axyr/silverstripe-phpexcel

Statistics

Installs: 5 605

Dependents: 0

Suggesters: 0

Stars: 12

Open Issues: 5

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

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.