You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
Yes, it's still reproducable
What version of Laravel Excel are you using?
3.1.30
What version of Laravel are you using?
7.1.10
What version of PHP are you using?
8.1.0
Describe your issue
When importing by collection, the inserts are only done at the end, but I need it to be in real-time to take data from the database. I want the inserts to be done every time a row is processed.
How can the issue be reproduced?
use collection
What should be the expected behaviour?
insert in finish
The text was updated successfully, but these errors were encountered:
Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
What version of Laravel Excel are you using?
3.1.30
What version of Laravel are you using?
7.1.10
What version of PHP are you using?
8.1.0
Describe your issue
When importing by collection, the inserts are only done at the end, but I need it to be in real-time to take data from the database. I want the inserts to be done every time a row is processed.
How can the issue be reproduced?
use collection
What should be the expected behaviour?
insert in finish
The text was updated successfully, but these errors were encountered: