עזרה עבור LibreOffice 25.2
Converts a number into a character according to the current code table. The number can be a two-digit or three-digit integer number.
CHAR(number)
\<emph\>number\</emph\> is a number between 1 and 255 representing the code value for the character.
CHAR(100) returns the character "d".
="abc" & CHAR(10) & "def" inserts a newline character into the string.