moonlandsoft / yii2-phpexcel

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

I can create the file, but the application stops right after creating the file. #12

Open ghost opened 7 years ago

ghost commented 7 years ago

Where should I put the code <?php moonland\phpexcel\Excel::export([ ..... ]); ?> ? The code was successfully executed, the file was generated but the the application stop there, it doesn't execute the codes below the above statement.

mnml91 commented 7 years ago

Excel.php 572 line - remove exit();