When reading an Excel file with inline strings, the parser is not stripping out the escape characters from the XML content.
Example:
<c r="C6" s="4" t="inlineStr"><is><t>P&T</t></is></c>
Parsing this will result in obtaining a literal string containing "P&T", instead of "P&T".
Comments: Fixed in changeset d0875555c58d
Example:
<c r="C6" s="4" t="inlineStr"><is><t>P&T</t></is></c>
Parsing this will result in obtaining a literal string containing "P&T", instead of "P&T".
Comments: Fixed in changeset d0875555c58d