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
...
output = StringIO()
book = pe.Book({'hoja1':[['datos', 'de', 'prueba'],[1, 2, 3]], })
book.save_to_memory('csv', output)
logger.debug(output.getvalue())
This will raise an exception "I/O operation on closed file"
The text was updated successfully, but these errors were encountered:
I have added similar test code to my tests but I failed to reproduce the bug. So, could you please share a bit more code that exposes the bug that you are having?
The text was updated successfully, but these errors were encountered: