Abilitare JavaScript nel browser per visualizzare le pagine della Guida di LibreOfficeDev.

TRIM

Removes spaces from a string, leaving only a single space character between words.

Sintassi

TRIM("Text")

Text refers to text in which spaces are to be removed.

Esempio

=TRIM(" hello world ") returns hello world without leading and trailing spaces and with single space between words.