Docker container crashed while opening excel file using Workbook

Please find the attached sample document and source code.
The docker container crashed while opening an excel file using aspose workbook.
AsposeFileTest.zip (1.2 MB)

  1. Navigate to project location
  2. Create Docker Image
  3. Run Docker Container
    Notice: Docker container crashed.

@krontala,
We are analyzing this issue and will write back here soon to share our feedback.

@krontala,
We have tried to reproduce this issue but still not able to observe it. If I run your application dll directly using dotnet it crashes the dotnet, but if we use your code and create own dll, it works fine when executed directly with dotnet. You may please debug your application and identify the exact line of code that does not work. We will try to reproduce the same scenario here and share our feedback accordingly. Also share your environment details and more detailed steps (or share some recorded video of your screen) to observe this issue here.

The container crashes while loading the excel document.
Line:
Workbook wb = new Workbook(excelPath);

Environment: Linux / AWS Fargate
.NET Framework: .NET Core 3.1

@krontala,
Thank you for providing this information. We have observed the issue and logged into our database for further investigation. We will notify you here once any update is ready for sharing.

This issue is logged as:
CELLSNETCORE-120 - Docker container crashed while opening excel file using Workbook

Hello @krontala
please try the new FIX version:
Aspose.Cells21.5.4 For .NetStandard20.Zip (5.5 MB)

When using the Fix DLL, please manually reference the following NuGet package:
“System.Drawing.Common” Version=“4.7.0”
“System.Text.Encoding.CodePages” Version=“4.7.0”