Excel reading on Linux using Java

Hi,

I have a requirement where users will send excel(.xls) file to Linux Platform using ftp/sftp. After that the excel file needs to be read using java on linux and converted into csv.

I am using jxl to parse the excel, but few character like � are not getting parsed properly. If i open the output csv file on linux it looks like �

Any suggetsion to resolve this please.

thanks,
Joydeep