However, when I paste the value, the Update event is not triggered on the client side.
It seems the paste action does not raise any corresponding update event.
When a formula is applied to a cell and I change the cell value, it calculates correctly. However, when I use Ctrl + Z (Undo), the cell value does not update as expected.
We will evaluate the issue thoroughly and get back to you soon.
Thanks for the image file and details.
I reproduced the issue using the online editor app (created by Aspose.Cells.GridJs). I found when a formula is applied to a cell and I change the cell value, it calculates correctly. However, when I use Ctrl + Z (Undo), the formula cell value does not get updated as expected.
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): CELLSGRIDJS-1983
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.
We are investigating your issue. We have also 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): CELLSGRIDJS-1984 - The Update event is not triggered on the client side
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.
I tested your scenario using the online editor app (developed by Aspose.Cells.GridJs) with a relatively large file, but I was unable to reproduce the issue. Could you kindly compress the sample Excel file into a zip and attach it along with some screenshots to illustrate the problem? We will check it soon.
When the cell K3 value is updated, the related cells are updated, this is the expected behavior. In our calculation engine, we find those other 8 cells values are triggered by the change of cell K3 for the first time. Moreover, for cell K3 itself, there are 9 cells values got updated. But when you do update again, set cell K3 value to be 100, for example, it will not trigger the update of other cells. I think this is an internal behavior. For example, the calculation engine may need to check calculation dependencies or perform some initialization.
@chirags
I think your suggestion is fine.
We may improve this behavior.
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 : CELLSGRIDJS-1986 DatePicker default value always shows 7th of the month instead of the selected cell value
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.
However, in this case, there is no cell update, so I’m not sure why the event is triggering the first time.
This issue seems to occur only with this specific file (or possibly one other similar file), while it works fine with all other files.
Also, you mentioned the status as “Won’t Fix.”CELLSGRIDJS-1977
Could you please clarify — does this mean the issue will not be fixed in any future version, or it might be addressed in an upcoming release?
I tested your scenario to some extent. I manually created an Excel file with a protected sheet in MS Excel and then opened it in the online editor app (developed by Aspose.Cells.GridJs). It functioned as expected. I was unable to add comments or modify the cell formatting in the worksheet. Could you please provide more details on the issue, along with a sample Excel file and some screenshots, so we can reproduce the issue on our end? We will review it soon.
@chirags
if you mean the client settings : mode:read
you still find the format and comment operation can performed through menus .
you may remove those menu items as in our online viewer demo app:
here is a document guide for you to customize menus
Yes, if I open the file in read mode, it still allows me to perform certain actions.
I have already hidden these options from the menu, but when I right-click on a cell, it still shows the Comment and Cell Format options. In this case, I can change the cell formatting or even modify the background color while in read mode.
Additionally, if I perform a server-side save, the file still gets saved with those changes, even though it’s opened in read-only mode.
Could you please check this behavior? It seems that some editing actions are still enabled in read mode.
@chirags
We can observe this issue.
We may improve this behavior.
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 : CELLSGRIDJS-1987 Comment and Cell Format are still enabled in read mode
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.
@chirags
by using your sample file,we can reproduce this issue.
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 : CELLSGRIDJS-1988 Background color is not preserved
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.
QQ截图20251010151140.png (24.5 KB)
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 : CELLSGRIDJS-1989 Chart bar colors are incorrect
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.
I am trying to apply the FREQUENCY formula. It works, but the output is not the same as in Excel.
In Excel, the FREQUENCY formula generates multiple values across a range of cells, but in Aspose, it is generating the entire output in a single cell instead.