TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
A Repasky
NA
231
182.9k
Creating Excel file with StringBuilder, running slow
Nov 11 2011 4:10 PM
I have attached a file with the code I am talking about. I am converting a program from VB.NET and I thought StringBuilder would be much more efficient. I took the concatenation and changed it to StringBuilder, but it is running for ever. Or is it because the insert is taking so long? I commented out the concatenated code, just in case I needed it again.
This is taking too long for one file and I have to make multiple files. The Excel file starts with a blank file with only a header row.
I hope someone can help me with this.
Thanks,
arep
Attachment:
example.zip
Reply
Answers (
6
)
C# using ints in Textbox.Visible
Help(dont know what to name)