Aspose cells for grid js

Hi team,
I am using the following dependencies to render content from Aspose.Cells into Grid.js Spreadsheet:
“gridjs-spreadsheet”: “^24.6.2”,
“jszip”: “^3.10.1”

My file contains 18 sheets, and on the demo site, we can see Next and Previous icons for navigating between sheets, along with some animated transitions. However, in my case, these features are not appearing.

Image from aspose demo site
image.png (62.3 KB)

After integration it shows like below

image.png (40.0 KB)

@sarathepiq

It appears you are encountering issues with the navigation features for sheets in your implementation of Aspose.Cells with Grid.js Spreadsheet. The demo site showcases Next and Previous icons along with animated transitions, which are not appearing in your case.

To troubleshoot this issue, please ensure that you have correctly integrated the Grid.js Spreadsheet and that all necessary configurations are in place. Here are some steps you can take:

  1. Check Dependencies: Verify that you are using compatible versions of gridjs-spreadsheet and jszip. Version mismatches can sometimes lead to missing features.

  2. Configuration: Ensure that the Grid.js Spreadsheet is configured correctly to enable sheet navigation. Refer to the Grid.js documentation for specific settings related to sheet navigation.

  3. CSS and JavaScript: Confirm that all required CSS and JavaScript files for animations and navigation are included in your project. Missing styles or scripts can prevent features from displaying correctly.

  4. Inspect Console for Errors: Open your browser’s developer console to check for any JavaScript errors that might be preventing the navigation features from rendering.

If you continue to experience issues, consider reaching out to the support community or forums for more specific guidance related to your implementation.

@sarathepiq,

Generally, the online editor (app) uses the latest version of Aspose.Cells.GridJs. Could you please try Aspose.Cells.GridJs 25.9 (latest version) and let us know your feedback. You would need to update serverside to the latest v25.9 version in nuget package. Also, you require to update the client js to the latest v25.9 version.