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?
run the springdemo project
go to /gridwebdemo/sheets
click “Add” button to create a new active sheet: Sheet1
type “test” in $E$1 of “Students” sheet
switch to the new active sheet “Sheet1”
“test” is displayed at the same position $E$1 of “Sheet1”
switch back to “Students” sheet
“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
this is the client js for GridWeb,which is a simple to use .net and java webcontrol for display and edit spreadsheet file. Latest version: 24.1.0, last published: 4 days ago. Start using gridweb-spreadsheet in your project by running `npm i...
Please let us know if you still meet any issue.
I got them after refreshing the page, thanks
John.He
January 15, 2024, 5:34am
10
@alvin.power
You are welcome. If you have any questions, please feel free to contact us.