-
-
Notifications
You must be signed in to change notification settings - Fork 167
save_to_memory function #68
Copy link
Copy link
Closed
Labels
Description
hi~
I notice that in pyexcel==0.2.5, save_to_memory function in pyexcel.book.py and pyexcel.sheets.sheet return a StringIo type, However in pyexcel==0.4.0, it returns a str type which make seek() func in my project throw a error.
I am curious about why use str instead of StringIo type?~
Regards
Yj
Reactions are currently unavailable