Replies: 5 comments 2 replies
-
I am also stuck with this and facing same issue while importing excel using maatwebsite need to show progress-bar in html as per my own data ( I have approx 5 Million records). NEED HELP |
Beta Was this translation helpful? Give feedback.
-
Same issue arise with me, I had still stuck with this, it will great if it has any solution. |
Beta Was this translation helpful? Give feedback.
-
I'm facing same issue while importing... and also want to get number of imported rows from total number of rows from Excel during importing process. |
Beta Was this translation helpful? Give feedback.
-
Same issue, from 1 to 100% immediately |
Beta Was this translation helpful? Give feedback.
-
Im guessing we have to import toArray and batch size it then queue our own jobs in batches and track the id via api polling |
Beta Was this translation helpful? Give feedback.
-
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
What version of Laravel are you using?
5.8
What version of PHP are you using?
7.1
Describe your issue
While importing excel of data at approx 60,000, I need to show the progress bar in my blade view of laravel accordance with my importing of data.
How can the issue be reproduced?
I am importing my data using maatwebsite sharing you snippet for it,
This is importing file code, time at which this button is triggered I am directly calling my route and function which redirect to my above code.
What should be the expected behaviour?
I want to show the progress bar as per my data is importing from excel for ex: data consist of 1,00,000 reocords or 1,000 records, That progress is need to be displayed in Blade View in Laravel.
Beta Was this translation helpful? Give feedback.
All reactions