DocumentServer icon indicating copy to clipboard operation
DocumentServer copied to clipboard

After using setValue to set the values of the table, the view did not update immediately

Open ITRiderLai opened this issue 1 year ago • 2 comments

This issue is unique.

  • [X] I have used the search tool and did not find an issue describing my idea.

Your idea.

When I set up a spreadsheet that has already been opened, the table view needs to perform some interaction before updating the set values, such as pulling the scroll bar or double clicking on the cell

for example: var oWorksheet = Asc.editor.GetActiveSheet(); oWorksheet.GetRange("B1").SetValue("2"); oWorksheet.GetRange("B2").SetValue("2"); oWorksheet.GetRange("A3").SetValue("2x2="); oWorksheet.GetRange("B3").SetValue("=B1*B2");

How do I solve the problem of being able to update the view immediately after setting values without requiring interactive functionality

ITRiderLai avatar Jan 12 '24 09:01 ITRiderLai

May I ask if someone can help me solve the problem? I am quite anxious

ITRiderLai avatar Jan 15 '24 03:01 ITRiderLai

@ITRiderLai Thanks for the issue. This task is in progress. Added your issue to the offer in our private bug tracker #67459

askonev avatar Apr 16 '24 14:04 askonev