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
ila
NA
19.1k
0
problem in reading excel sheet
Jun 4 2010 5:55 AM
Hi to all
I have written a program for reading the contents of the excel sheet..
I have given the condition like
while (((Excel.Range)workSheet.Cells[rowIndex1, colIndex3]).Value2.ToString() != null)
{
//values of each cell..
}
It works properly if i have values till row no. 87.. If i include even one more row the loop does not terminate. it keeps on going..
Can anybody tell me the solution?
With regards
ila
Reply
Answers (
1
)
Handling AJAX Login using C#.Net
URGENT: debugging a WCF project takes a long time