moonlandsoft / yii2-phpexcel

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

adding an empty spreadsheet in the end #19

Closed rupsk1607 closed 5 years ago

rupsk1607 commented 6 years ago

I'm using phpexcel to create some sheets and everything is working fine, but there's an extra empty sheet being created after all the sheets I create and I don't know either why it's happening, or how to stop it. Do you know why is it happening?

amlivedn commented 6 years ago

I have the same problem. Up!

MadHarper commented 6 years ago

And me. Up!

avarik-anam commented 5 years ago

can you show me about your problem, i has test this and no problem with it, if you still with this problem, please reopen this issue again and explain about your problem, thanks

vc7deo commented 4 years ago

I have the same problem. i have only 65 rows of data but it fetched around 998 rows with empty results. $datas = \moonland\phpexcel\Excel::import($file); print_r($datas); exit; image