You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#. Attention, user of pyexcel-io! No longer io stream validation is performed in python 3. The guideline is: io.StringIO for csv, tsv only, otherwise BytesIO for xlsx, xls, ods. You can use RWManager.get_io to produce a correct stream type for you.
63
-
#. `#15 <https://github.com/pyexcel/pyexcel-io/issues/15>`__, support foreign django/sql foreign key
75
+
#. Attention, user of pyexcel-io! No longer io stream validation is performed
76
+
in python 3. The guideline is: io.StringIO for csv, tsv only, otherwise
77
+
BytesIO for xlsx, xls, ods. You can use RWManager.get_io to produce a correct
78
+
stream type for you.
79
+
#. `#15 <https://github.com/pyexcel/pyexcel-io/issues/15>`__, support foreign
0 commit comments