In Calc, I want to test whether a text (such as the content of a cell or the result of a formula) has correct spelling according to the dictionary in use. Is this possible?
Effectively, I need to emulate a function like Isspell(text,language) with the 2nd parameter optional
So in UKEnglish, Isspell(“a” & B1) would be true if cell B1 contained " cow" or “n” but not “cow” or “z”
LO must generate a similar property in order to underline spelling errors.