You are here

public function ExcelDocument::__construct in Forena Reports 7.5

File

src/DocumentFormats/ExcelDocument.php, line 11
FrxXLSWordDoc.inc Excel Document export. @author davidmetzler

Class

ExcelDocument

Namespace

Drupal\forena\DocumentFormats

Code

public function __construct() {
  $this->content_type = 'application/msexcel';
}