Excel cell external unlinking is taking too much time for context sync for single worksheet
Working with custom excel formulas. When I try to unlink formula in the cells and put only the value back to the cells it takes too much time for context sync. How do I reduce the timing? but not working without context sync. The toast message after the successful unlinking of the formulas comes very late almost takes 5 to 10 mins to show.
Previously it was in happening because context.sync was in loop while I was iterating over workbook currently I am only doing it for single sheet but it is still taking too much time.
Replace old add-in custom function with new custom functions syntax in cell
Is there any way to replace old version of excel add-in custom formulas to the new version of add-in custom formula using excel javascript api and angular ?