fix(xlsx): Fix for handle failed html parse
This commit is contained in:
parent
8c91e46563
commit
2677e54e9d
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ def handle_html(data):
|
|||
value = obj.handle(h)
|
||||
except Exception:
|
||||
# unable to parse html, send it raw
|
||||
return value
|
||||
return data
|
||||
|
||||
value = ", ".join(value.split(' \n'))
|
||||
value = " ".join(value.split('\n'))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue