Hi @KartheekReddyGep
Aspose.cells product supports running in NET8 under Linux. Please make sure that your dependencies, especially the graphics library. If you previously relied on the“System.drawing.common” graphics library, you will not be able to use it properly after upgrading to NET8. You need to use“SKIASHARP” dependencies:
Aspose. Cells has a“Skiasharp” dependent version under NET6 or NET8. You can refer to the following documentation, which is a configuration for NET6, but you can still refer to it under NET8 by modifying the dockerfile.
In addition, you can also provide more detailed information, such as a simple program to run, a dockerfile, and so on, we can better assist you with the configuration and problem location.