LibreOffice 25.2 Help
តួអក្សរមិនបោះពុម្ពទាំងអស់ ត្រូវបានយកចេញពីខ្សែអក្សរ ។
CLEAN("អត្ថបទ")
អត្ថបទ សំដៅលើអត្ថបទដែលត្រូវយកតួអក្សរដែលមិនអាចបោះពុម្ពបានចេញទាំងអស់ ។
=LEN(CLEAN(CHAR(7) & "LibreOffice Calc" & CHAR(8))) returns 16, showing that the CLEAN function removes the non-printable Unicode U+0007 ("BEL") and U+0008 ("BS") characters at the beginning and end of the string argument. CLEAN does not remove spaces.