Skip to content

Conversation

@aloknayak29
Copy link

Currently output is getting dumped in a file. But now output can be returned as a string as well. Modified client's functions like csv,xml etc

Copy link
Author

@aloknayak29 aloknayak29 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested today, fixed one bug in the pull request today

@pwaller
Copy link
Contributor

pwaller commented Sep 25, 2017

Hi! Thanks for your feature request. I took the liberty of re-implementing the suggestion in #8, along with some minor refactoring. (The implementation is cleaner in 0e53acc#diff-de83fe55a9bdd016b327fd18a73b279fR104). To make the XLSX case work, I also return a bytestring instead of a string in that case, as otherwise it would fail with a utf-8 decoding error. Please take a look and let us know if that PR works for you. If it does, I'll merge and publish it under a new release.

@pwaller pwaller closed this Sep 25, 2017
@pwaller
Copy link
Contributor

pwaller commented Oct 9, 2017

#8 was just merged. Let me know if you encounter any issues with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants