After update to version 8.2 (docker) documents crash while opening or upon recalculation. Certain formulas which work with no issues in MS Office and Onlyoffice prior to version 8.2 don’t work in version 8.2 anymore.
I have created an example document. This document loads. Any editing or calculation crashes the editor. This is only one example. There are more formulas that crash in version 8.2.
Calculation_Bug_1.xlsx (11.2 KB)
[EDIT]
Today I took the complex function apart and concluded that the FIND() function is responsible for the crash. This is only connected to certain characters. I used to look for the plus character “+”. After the update the plus character can only be used escaped “\+” in FIND().