Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->content_type = "application/vnd.ms-excel";
     $this->extension = "xls";
     $this->c = 0;
     $this->r = 0;
     $this->output();
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->content_type = "text/csv";
     $this->extension = "csv";
     $this->output();
 }