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

Would like to be able to process a stream readonly #75

Open
breynolds opened this issue Jun 11, 2023 · 0 comments
Open

Would like to be able to process a stream readonly #75

breynolds opened this issue Jun 11, 2023 · 0 comments

Comments

@breynolds
Copy link

In Azure, we can store files in blob storage and then process them. To process a file that is stored as a file, we can request a stream for reading, but then to use that stream with FastExcel(Stream stream) there is no read-only option. The readonly stream throws an exception when FastExcel tries to open it with read/write access. Would have wanted to have an option to create a FastExcel instance with a constructor such as FastExcel(Stream stream, bool readOnly = false) so we could simply read the excel stream.

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

1 participant