I am using a program which upload a excel file onto the remote server and from the server that excel file is parsed using Spreadsheet::ParseExcel module and then is stored in the database.
Now the problem is when the excel is parsed the characters like (',-) etc is converted into junk characters and it creates problem while inserting into the database.
Has anybody encountered the same problem and can anybody throw some some light on it.