The issues you have found earlier (filed as CELLSGRIDJS-1937) have been fixed in this update. This message was posted using Bugs notification tool by leoluo
Hi Aspose Team,
We are using Aspose.Cells GridJs in our application.
When there are multiple sheets in the workbook, the status bar values (such as Average, Count, Min, Max, and Sum) that appear at the bottom of the viewer overlap with the sheet tabs.
Question:
- Is there a configuration or CSS adjustment to properly position or separate the status bar values from the sheet tab area?
- Or is this a known UI issue that might be addressed in an upcoming release?
Thanks for your help!
image.png (10.2 KB)
Can you provide your specific sample file. We cannot reproduce this issue for general files. Here is the snapshot for a file with many worksheets. I use the latest v25.10 version of GridJs.
Thanks for your quick response!
I’m currently using Aspose.Cells GridJs v25.5.0, and with this version, the Average, Count, Min, Max, and Sum values overlap with the sheet tabs when there are multiple sheets.
However, when I tested with the latest version (v25.10.0) using the same files, the spreadsheet does not load at all — it just shows a blank screen.
Please find attached the sample Excel file(s) where this behavior can be observed.
Kindly check if you can reproduce this issue on your side.
Let me know if you need any additional environment details, configuration, or console logs from my setup.
Thanks again for your support!
@salah010
Thank you for your feedback. We will further investigate your issue and notify you immediately of any updates.
@salah010
It is ok in my side.
there are two many worksheets,you may use lazyloading to optimize ,
so that it will load the data of the active worksheet only at the first time when load the file.
you can check the demo code:
here we use it as default setting.
make sure you have updated both server side and client side to v25.10 lib.
server side:
.net package
Java pom (if you use jave as serverside):
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-cells</artifactId>
<version>25.10</version>
</dependency>
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-cells</artifactId>
<version>25.10</version>
<classifier>gridjs</classifier>
</dependency>
client side:
gridjs-spreadsheet.
I have noticed that the left and right arrows (used to scroll through the sheet tabs when multiple sheets are present) are not visible in the viewer.
- Are the sheet scroll arrows expected to appear automatically when multiple sheets exist?
- If so, is there any known issue or configuration that could cause them to be hidden?
- Or do we need to enable them manually through a GridJs option or CSS adjustment?
Hi @salah010
GridJs automatically determines whether to collapse the display based on whether the number of sheets exceeds the boundary.
This feature is only supported in versions after v25.7, so it is best to update to the latest version to use it.
@salah010
yes,it automatically displayed when there are many worksheets as my snapshots shows,
you can also try in our online viewer app.
if you still meet issue in your side ,
please provide a sample project for us to investigate.



