Disable calculation and spreadsheet rending in macro

Hi OnlyOffice team!

In your Api, do you have an option to disable automatic calculation, spreadsheet rendering, and all such stuff when the macro is executing? To make the macro work faster.

For example, in Excel VBA, it looks like this:

Application.Calculation = xlCalculationManual
Application.ScreenUpdating = False

< some code >

Application.ScreenUpdating = True
Application.Calculation = xlCalculationAutomatic

In case there’s no method for such thing yet, is there any internal method with “asc_” prefix that could help me?

Thanks!

Hello @amogus

I am checking the situation, please await for my feedback.

any updates?

Sorry, no news yet. I’ll let you know.

1 Like

Hello @amogus
Unfortunately, there’s no such option at the moment. We have added your request to internal tracksystem and we have started working on it.