How to track progress of processing of the excel imported in a progress bar ?

0
I am uploading a excel and then performing validation and creation processes on it. I want to show the user at what stage the progress is. How to show this with something like a progress bar?
asked
1 answers
0

Hi Meenal,

You can create a non-persistent/persistent entity depending on the need of the application which can be updated after every flow of your import (something like statistics/logs) and on a popup or a div on your page you can utilize the entity (either a list of objects or different status again as per your need) to show it via nice UI/UX Progress bar or graphical representation.

answered