Configure Aspose cells on the Linux server

Configure Aspose cells on the Linux server so that it can be levered by other application

@anshumanmisri,
We recommend you to follow below instructions:

We have tested it in Ubuntu 16.04 x64 container.
Here are our steps:

The docker we used is: microsoft/dotnet, we installed it first:
`sudo docker pull microsoft/dotnet`

We installed libgdiplus:

apt-get update
apt-get install -y libgdiplus
cd /usr/lib && ln -s libgdiplus.so gdiplus.dll

And then installed libc6-dev:
`apt-get install -y --no-install-recommends libc6-dev`

Please try the above mentioned steps and share your feedback.

See the following article for further reference:
How to Run Aspose.Cells in Docker

We are not going to use a docker image. We are planning to use an Rhel machine and then get aspose on top of it. Even if we have to get a application server we will do it.

@anshumanmisri,

If you are using Aspose.Cells for Java, there is only one major requirement, i.e., JDK, so you need to copy/install it, set class path for the Aspose.Cells library (JARs). See the System Requirements page for your reference.

Moreover, if you are going to use Aspose.Cells for .NET, then you will use .NET Standard/Core Dll of Aspose.Cells. Here you need to install .NET framework and configure certain libraries accordingly for linux.