Skip to content

Commit

Permalink
utf-8 hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
dilshod committed Apr 16, 2015
1 parent bba75bf commit 2b473ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlsx2csv.py
Expand Up @@ -344,7 +344,7 @@ def parse(self, filehandle):
target = attrs.get('Target')
self.relationships[str(rId.value)] = {
"type" : vtype and str(vtype.value) or None,
"target" : target and str(target.value) or None
"target" : target and target.value.encode("utf-8") or None
}

class Styles:
Expand Down

0 comments on commit 2b473ab

Please sign in to comment.