DocumentServer
DocumentServer copied to clipboard
After using setValue to set the values of the table, the view did not update immediately
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
May I ask if someone can help me solve the problem? I am quite anxious
@ITRiderLai Thanks for the issue. This task is in progress. Added your issue to the offer in our private bug tracker #67459