-
-
Notifications
You must be signed in to change notification settings - Fork 167
Chinese character not supported. #60
Copy link
Copy link
Closed
Labels
Description
In [18]: array = [['这', '是', '中', '文'], ['这', '是', '中', '文']]
In [19]: pyexcel.Sheet(array)
Out[19]: ---------------------------------------------------------------------------
UnicodeEncodeError Traceback (most recent call last)
...
UnicodeEncodeError: 'ascii' codec can't encode characters in position 58-61: ordinal not in range(128)
Reactions are currently unavailable