Edit cell in the first sheet but show the value in the last active sheet at the same cell position

when I run the sample project (https://github.com/aspose-cells/Aspose.Cells-for-Java/tree/master/Examples.GridWeb), I found that editing cell event has bugs. The below are reproduce steps, could you please kindly advise how to resolve this bug?

  1. run the springdemo project
  2. go to /gridwebdemo/sheets
  3. click “Add” button to create a new active sheet: Sheet1
  4. type “test” in $E$1 of “Students” sheet
  5. switch to the new active sheet “Sheet1”
  6. “test” is displayed at the same position $E$1 of “Sheet1”
  7. switch back to “Students” sheet
  8. “test” is missing in $E$1

@AlvinYue,

Thanks for sharing steps details.

We will be looking into your mentioned issue to figure it out soon. We will get back to you soon.

@AlvinYue
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSJAVA-45794

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@AlvinYue,

We are pleased to inform you that we have resolved your issue (logged a ticket as “CELLSJAVA-45794”). The fix/enhancement will be included in our upcoming release (Aspose.Cells v24.1 package) that we plan to release in the next week. You will be notified when new version is published.

The issues you have found earlier (filed as CELLSJAVA-45794) have been fixed in Aspose.Cells for Java 24.1.

@amjad.sahi
I can only see jar file and pom file in 24.1 package explorer. Where is gridweb classifier jar file?

@alvin.power
for the classfier info you can reference to :
Aspose.Cells 24.1 | Process Spreadsheet Formats via Java API

for the detail pom.xml example you can check here
spring boot 2 demo:

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

spring boot 3 demo

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

Please also get and update the latest client side js of GridWeb from

Please let us know if you still meet any issue.

I got them after refreshing the page, thanks

@alvin.power
You are welcome. If you have any questions, please feel free to contact us.