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
Sunita Salunkhe
NA
30
16.6k
xlsx file has error that file in use by another user
Jan 27 2015 1:41 AM
Hi ,
I am getting an error while browsing a xlsx file through my code in c#.
I got the error , file in process , used by another user.
I'm using gembox code not ms excel interop.
following is my code lines where i get error:
ExcelFile ef = new ExcelFile();
SpreadsheetInfo.SetLicense("XXXX-XXXX-XXXX-XXXX");
ef = ExcelFile.Load(this.m_filePath);
Thank you..
Reply
Answers (
1
)
installation...
Upoload CSV file in GridView