Support for AWS Lambda

We are developing a NodeJS v. 14, on AWS Lambda with the Serverless Framework. The application must write in Excel cells, process formulas and styles (AutoFit, Colors, Marging, etc), in addition to processing statistical graphs.

We have found that Aspose has a library called Aspose.Cells, and we would like to know if this library works with the above technical requirements. In the reference page we find that there is an api named Node via Java, but we want to make sure if the api can be worked with a purely Javascript language, do you have information about it?

Beforehand thank you very much!

@david.codster,

Aspose.Cells for Node.js via Java is server based API so it still needs a call to the server. For example, from client side, you can get data (on the UI form (HTML based using some scripting language)) and post to the server where you will use Aspose.Cells for Node.js via Java API (in JavaScript) to process the data and return back to the client for updated values. You may not use Aspose.Cells for Node.js via Java directly on client end.

Furthermore, you may use Aspose.Cells for Cloud (REST based APIs). Because these APIs can be used in any platform and languages. Please also read the following product pages to get familiar with the Cloud APIs.
Aspose Cloud APIs
Aspose.Cells for Cloud