Manual -> Report Generator -> Engineering in the Editor -> Report functions -> Text functions -> lower
The function lower (string) converts upper case character to lower case.
Syntax: =lower(string)
Example
Cell A1 = AbCdEf =lower(A1) is abcdef