Does TMS Flexcell Studio for .Net supports serverless applications ?

Can we use this for .net core 6.0 framework application which will be hosted on Paas servers.
Please confirm.

It should, because FlexCel is fully managed and doesn't require Excel or anything (more than .NET framework itself to be installed in the machine). But well, we haven't tested it in every cloud service out there so I can't guarantee it. But I am quite sure it will. As long as .NET 6 runs, FlexCel should run.

1 Like

I just though on one thing that might be problematic. If you are deploying to linux, we have a dependency with skiasharp GitHub - mono/SkiaSharp: SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
So you need to be sure skiasharp can run in your paas. If skiasharp runs, FlexCel will run too. If skiasharp doesn't (and the host is linux), FlexCel will still run, but stuff that requires graphic support won't work

Thanks for your response.

It is on windows, not on linux. So hoping it will work.

If it is windows I am 99.99% sure it will work