About the webgrid

Hi, I am trying to use the demo of gridweb, I downloaded the demo from git, but the jar of gridweb 18.3 is missing, what is the correct configruation to download the jar file?

@dlgpro,

Latest JAR file for Aspose.Cells.GridWeb can be downloaded from Aspose Repository as well as with below Dependency Declaration.

See below link for your reference:

<dependency>
    <groupId>com.aspose</groupId>
    <artifactId>aspose-cells</artifactId>
    <version>18.12</version>
    <classifier>gridweb</classifier>
</dependency>

Thank you for your help

@dlgpro,

You are welcome.