Sunita Salunkhe

Sunita Salunkhe

  • NA
  • 30
  • 15.9k

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..

Answers (1)