How can I remove empty lines within a cell? I tried to use this regular expression ^\s*$
, but even though it matches empty lines on regex101 it doesn’t work in Calc.
C:\genuine-path\test.ods
P.S. I know it’s a bad practice to use multiline cells, but that’s the only option available to me)