Click here to Skip to main content
15,906,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I would like to know how to add a progress bar to an excel oledb read/write operation

any ideas on how to achieve this ?

Thanks,


Jason
Posted

 
Share this answer
 
Comments
Abhinav S 11-Jul-12 10:36am    
Good references. 5.
Prasad_Kulkarni 11-Jul-12 23:51pm    
Thank you Abhinav!
First get the Total Count of record in the Excel.

Then while reading each record invoke the progress bar by calculating the percentage.

Refer http://www.dotnetperls.com/progressbar[^]
&
Progress Bar using C#[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900