Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow parsing from a Stream #24

Open
bernardo-martinez opened this issue Jan 24, 2022 · 1 comment
Open

Allow parsing from a Stream #24

bernardo-martinez opened this issue Jan 24, 2022 · 1 comment

Comments

@bernardo-martinez
Copy link

I have a case where I receive the xls|xlsx|csv file as a Base64 encoded String, so I need to create a file in order to be able to parse it using ExOffice.

I think it would be nice to directly read from a Stream the file to parse instead of requiring a file path, i think it can be either by implementing it within existing parse and dispatching functionality depending on the type of the arg, or implement a new parse_from_stream function. WDYT?

I can work on an implementation if you see it feasible and useful

@AlexKovalevych
Copy link
Owner

yeah, it would be nice to have, probably a separate parse_stream function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants