Relative Content

Tag Archive for angularexceloffice-jsoffice-addinsexcel-addins

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.