public function Excel::__construct in Forena Reports 8
File
- src/
FrxPlugin/ Document/ Excel.php, line 15
Class
- Excel
- Provides MS Excel Exports
Namespace
Drupal\forena\FrxPlugin\DocumentCode
public function __construct() {
$this->content_type = 'application/msexcel';
}