Application hanging while calling Cell.GetDisplayStyle() for Excel file using Aspose.Cells for NET in C#

test.zip (9.3 KB)

Aspose API is hanging on method GetDisplayStyle on the attached file.

I am on version 18.1.3.0.

@apparity,

Thanks for your query.

I have tried it using latest version but issue is not reproduced as GetDisplayStyle does not hang. You may please try following sample code using Aspose.Cells for .NET 18.10.x and provide your feedback.

Workbook wb = new Workbook(@"test.xlsx");
var dispStyle = wb.Worksheets[0].Cells["B113"].GetDisplayStyle();

asposeTest.zip (506.0 KB)

please see attached sample app to reproduce the problem.
I can also recreate on latest version 18.10

@apparity,

We were able to observe the issue but we need to look into it more. We have logged the issue in our database for investigation and for a fix. Once, we will have some news for you, we will update you in this topic.

This issue has been logged as

CELLSNET-46441 - Cell.GetDisplayStyle() hangs while fetching display style

@apparity,

This is to inform you that we have fixed your issue (logged earlier as “CELLSNET-46441”) now. We will soon provide you the fixed version after performing QA and incorporating other enhancements and fixes.

The issues you have found earlier (filed as CELLSNET-46441) have been fixed in Aspose.Cells for .NET v18.11. This message was posted using BugNotificationTool from Downloads module by Amjad_Sahi