I have some code to transform an Excel file to an XML one but when the cell's text contains some special characters, I'm unable to handle then correctly. For example: a cell contains texts like
(Destinataire de flux entrants ou Origine de flux sortants) **==>** trallla
when tranforming it into xml, I get
(Destinataire de flux entrants ou Origine de flux sortants) **==>** trallla
How can I get around of this problem?