Same as GridFieldExportButton, but exports data to an Excel file.
:::php
$gridField = new GridField('MyDataObjects', 'MyDataObjects', MyDataObject::get(),
GridFieldConfig_RecordEditor::create()
->addComponent(new GridFieldExportToExcelButton())
);
This will install when you use composer.
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem