moonlandsoft / yii2-phpexcel

Exporting PHP to Excel
MIT License
135 stars 89 forks source link

Export is always empty #42

Open Maclay74 opened 4 years ago

Maclay74 commented 4 years ago

Any export in any format generate empty files.

Maclay74 commented 4 years ago

Oh, seems like somebody forgot to finish this, in order to fix add

if ($this->asAttachment) {
      $this->setHeaders();
      readfile($this->savePath.DIRECTORY_SEPARATOR.$this->getFileName()); // fix empty export
}

in Excel.php