You are here

protected property ExcelExport::$contentType in Excel Serialization 8

Overrides the content type of the data response, if needed.

Type: string

Overrides RestExport::$contentType

File

src/Plugin/views/display/ExcelExport.php, line 34

Class

ExcelExport
Provides an Excel export display plugin.

Namespace

Drupal\xls_serialization\Plugin\views\display

Code

protected $contentType = 'xlsx';