P2Pprogrammer 2 programmer


Home > Programmer2Programmer.NET Forum> VB.NET, C# and .NET Core Development >> Export Data to Excel Much Faster ( 3 methods)...

Welcome Guest My Thread | Search | Active Topics | Members | Log In | Register

NOTE : Log In required to post Replies for this discussion.
Export Data to Excel Much Faster ( 3 methods)
SUTHARSURESH Posted: Saturday 24, May 2008 09:24:17 AM     
   
Hi all,

This code will help you to export data in excel using 3 methods
.

Find the code on CodeProject site. (Below is the link)

http://www.codeproject.com/KB/vb/ExportDataToExcelFaster1.a
spx

Don't forget to vote. If you like this code please put a masseg
e on code project..

Thanks and Regards
Suresh Suthar
#9987688879
Back to Top ^  
 AtanuMaity Posted: Saturday 24, May 2008 09:31:40 AM
  
   
Nice topic..can u share the code here.
Back to Top ^ 
 SUTHARSURESH Posted: Saturday 24, May 2008 09:33:55 AM
  
   
Thanks for reply.
How can I share code here?
Plz tell me.....


Back to Top ^ 
 AtanuMaity Posted: Saturday 24, May 2008 10:52:08 AM
  
   
Can u explain here what are the 3 methos you are talking about.
Back to Top ^ 
 SUTHARSURESH Posted: Saturday 24, May 2008 11:16:55 AM
  
   
These methods are as below:

i. Basic Method : Copying data cell by cell

ii. Using File StreamWriter Object : Write Stream to file

iii. Object Pasting Method : Copy data to array and paste direc
tly to excel workbook.

All the three methods are well explained in my article on CodeP
roject with coding.

Please go through the article.

I am waiting for your precious vote.
Back to Top ^ 
 Coder Posted: Sunday 25, May 2008 04:28:29 AM
  
   
Thanks.
Back to Top ^ 


Home > Programmer2Programmer.NET Forum >VB.NET, C# and .NET Core Development >> Export Data to Excel Much Faster ( 3 methods)...