have Syncfusion 13.3.0.7. I was working fine with MS Excel WorkSheet and now I want to open a sheet with Excel graphics but the file never open and no error is showing and the web app never stop loading.
This is the code i use.
//Step 1 : Instantiate the spreadsheet creation engine.
ExcelEngine excelEngine = new ExcelEngine();
//Step 2 : Instantiate the excel application object.
IApplication application = excelEngine.Excel;
application.DefaultVersion = ExcelVersion.Excel2013;
//Open an existing workbook.
IWorkbook workbook = application.Workbooks.Open(Server.MapPath(""));