This question do not concerns Spreadsheet::ParseExcel
Cell->{Val} in not in any kind of encoding.(it may be 'latin1' or any other )
\c is called control character.
Cell->{_Value} is not necessirily a unicode string. It just contains a wide character which is denoted in hexadecimal format.
look perlop for more details
Thanks,
vikas