You are here

public function Excel::header in Forena Reports 8

Default implementation to put in content type based headers.

Overrides DocumentBase::header

File

src/FrxPlugin/Document/Excel.php, line 19

Class

Excel
Provides MS Excel Exports

Namespace

Drupal\forena\FrxPlugin\Document

Code

public function header() {
  parent::header();
  $this
    ->write($output);
}