Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
935
Cannot Open Excel WorkBook : Index was out of range
posted

Hi,

 


My excel file was successfully uploaded  but when i  try to open Excel file using

Workbook workbook = Workbook.Load(filePath);

 

I got this error 

Index was out of range. It must be non-negative and less than the size of the collection. Parameter name: index Actual value was 0.

I am using infragistics 2010.

Thanks