updateSelectedValue change activeSheetIndex

Workbook wb = new Workbook("C:/排序.xlsx"); System.out.println(wb.getWorksheets().getActiveSheetIndex()); wb.getWorksheets().get(1).getShapes().updateSelectedValue(); System.out.println(wb.getWorksheets().getActiveSheetIndex());


Will output
1
0

Hi Xiong,


Thank you for sharing the samples.

I have evaluated the presented scenario while using the latest version of Aspose.Cells for Java 17.1.10, and I am able to reproduce the said problem. In order to further investigate the matter, I have raised this incident as CELLSJAVA-42191. Please spare us little time to properly analyze the case and revert back with updates in this regard.
Hi again,

This is to update you that the ticket logged earlier as CELLSJAVA-42191 has been marked resolved. We will shortly share the fix here for your testing.

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


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.