Wouldn’t call it a bug so far as I don’t know if I missed something. So let’s call it “something that does not work as expected”.
If I add the following formula in a cell, it doesn’t et evaluated automatically:
="Todays month and year: “&TEXT(A19,“MMMM”)&” "&TEXT(A19,“JJJJ”)
In A19 a date is stored.
Output after the spreadsheet as been loaded: =“Todays month and year: January JJJJ”.
Interesstingly, MMMM is evaluated, JJJ ist not.
If select the formula in the edit bar and press enter without changing anything, that specific cell is updated. All the others remain non-updated.
Interesstingly, the document’s language is German, the fields however are evaluated in english.
Happens on the local OnlyOffice client as well as on the docs server. So it does not seem to be a browser issue nor a presenation issue, is seems to be rather a core functionality issue.
So bottom line: Something’s not working as it should and it looks inconsistent. Any ideas if the problem is no my side or in OnlyOffice?