Aspose node js support for Excel and PPT

Hi Team,

We are evaluating apsose library for creating and manupulating excel (.xlxs and .ppt) file on Node js project. Please suggest the link for aspose node js package and also some working example so that we can try out some POC for our application.

Thanks in advance

@natarajnb,

Regarding creating & manipulating Excel XLSX files (and many other supported file formats), we suggest you to please take a look at the following API:

Secondly I am afraid, Aspose.Slides currently does not support creating, manipulating, converting PowerPoint presentations (.ppt files etc) via Node.js. Your forum thread has been linked to the appropriate issue (SLIDESNET-42574) and you will be notified here as soon as it is resolved. Sorry for the inconvenience.

Hi Hafeez,

Thanks for your reply, We are using the MERN stack (Mongo DB, Express js , React js and Node js) . does [Node.js APIs for Excel Spreadsheets | products.aspose.com] Works with this tech Stack. We are not using Java in our application developement. Please suggent Aspose library which will work with MERN stack.

@natarajnb,

Generally, Aspose.Cells for Node.js is used via Java but you may try it in your environment. Since you do not use Java language, so you may also go for our cloud APIs, which are platform independent and are true REST API that can be used with any language or platform. For example, you may try our Node.js cloud API if it works for your needs.

Hi Sahi,

Thanks for your reply, Can we use npm aspose cell to manupulate excel using node js ? . I dont think this is the same cloud APIs you mentioned above

@natarajnb,

You can use npm command line to install latest version of Aspose.Cells for Node.js API.

Aspose.Cells Cloud SDK for Node.js allows your Node.js code to work with Excel file formats. For reference, see the Docs. Also, browse examples for your reference.