Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ooxml_util_pkg XLSX functions return XML encoded strings #27

Open
eaolson opened this issue May 4, 2016 · 1 comment
Open

ooxml_util_pkg XLSX functions return XML encoded strings #27

eaolson opened this issue May 4, 2016 · 1 comment
Labels

Comments

@eaolson
Copy link
Contributor

eaolson commented May 4, 2016

If an Excel file contains special characters, they are returned with XML-encoding intact. For example, if my cell contains Special Characters: 'apos &amp <lt >gt "quot, then get_xlsx_cell_value returns Special Characters: &apos;apos &amp;amp &lt;lt &gt;gt &quot;quot. I believe this is because internally it uses .getstringval().

@datRedHeadedGuy
Copy link
Contributor

A pull request has been submitted for this.

@mortenbra mortenbra added the bug label May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants