Aspose.Cells.GridJs client side library

Hi, I work for Nuix and we are beginning to implement Aspose.Cells.GridJs in our product and I was wondering if there was a client-side library published somewhere such as a NPM. I only see a backend library published on NuGet. If there is a front-end library that I’m able to download would it be possible to publish it somewhere such as NPM? Thanks.

Please check and run the demo here:

It shows the basic scenario for how to use GridJs and what GridJs can do.

I’m asking if the client side code can be hosted in NPM

@billkamm,

We do have Aspose.Cells for Node.js via Java which is a spreadsheet management library to process Excel spreadsheets. The API offers MS Excel file formats conversion, worksheets styling to the most granular level, chart creation & rendering, reliable formula calculation engine and much more. The library is hosted on NPM and you can try to use Aspose.Cells for Javascript from NPM with the following command if it works for your needs.
npm install aspose.cells

I think what he’s asking is if the x_spreadsheet.js and other necessary resources like css and images are versioned and published somewhere, perhaps in an npm package. If not, how does Aspose recommend it be incorporated into a customers application.

@dfreder,

Aspose.Cells.GridJs is not published to npm package. We will get back to you with more details on your queries.

@billkamm
You mean to publish client-side resources such as js and css of Aspose.Cells.GridJs to a public repository or CDN, such as jquery"https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"? This makes it easy to load them into your page?

That would work, however, I think publishing them to NPM would be the preferred choice and a better option.

We will check if this can be feasible enough or we have some other options/way around. We will get back to you soon.