You are here

public function FrxXLSDoc::__construct in Forena Reports 7.4

Same name and namespace in other branches
  1. 7.3 docformats/FrxXLSDoc.inc \FrxXLSDoc::__construct()

File

docformats/FrxXLSDoc.inc, line 9
FrxXLSWordDoc.inc Excel Document export. @author davidmetzler

Class

FrxXLSDoc
@file FrxXLSWordDoc.inc Excel Document export. @author davidmetzler

Code

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