Error loading Excel File

Hello,

I’m trying to load some Excel files using:

Aspose.Cells.Workbook loadOriginalExcelDoc = new Aspose.Cells.Workbook(“File.xlsx”);

Works good most of the time, but there is one specific file where this line does not work, weirder part is that doesn’t throw any exception no matter that code is inside a Try-Catch statement (C#), the application just keeps trying forever to read the excel but never does or shows an error.

Please let me know any advice on this.

Thanks.

@rkloster,
Please share your sample Excel file for reproducing this issue here. We will observe the problem and provide our feedback accordingly.