jsonkenl / xlsxir

Xlsx parser for the Elixir language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse special characters

apcxiii opened this issue · comments

Hi, I don't read special characters like ampersand; i.e. "http://domain.com?param1=aaa&param2=two
screen shot 2016-04-17 at 7 37 54 pm
screen shot 2016-04-17 at 7 38 05 pm

"

Looking at it now. I'll let you know once I figure out the bug.

The issue looks to be caused by the xml parsing library I'm using. It's parsing the URL string into two separate strings at the ampersand and my code is only picking up the first one. I'll work on a fix but it may take me a couple of days, depending on my work schedule. Thanks for pointing out this bug.

I published a new version (0.0.3) to account for this issue. Please update your dependencies and try again. Let me know if you have any further issues.

Thank you :)