1
Answer

xlsx file has error that file in use by another user

Sunita Salunkhe

Sunita Salunkhe

10y
1.2k
1
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)