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
I have a use-case where I have document contents in a memory buffer. Using your crate, I need to write these contents into a temporary file to be able to open them as a Docx. Instead MsDoc could have a method from_reader (or something similar) that just takes a <R: Read + Seek> which would facilitate my use-case and similar ones.
I'll gladly open a PR for this feature! What do you think?
The text was updated successfully, but these errors were encountered:
I have a use-case where I have document contents in a memory buffer. Using your crate, I need to write these contents into a temporary file to be able to open them as a
Docx
. InsteadMsDoc
could have a methodfrom_reader
(or something similar) that just takes a<R: Read + Seek>
which would facilitate my use-case and similar ones.I'll gladly open a PR for this feature! What do you think?
The text was updated successfully, but these errors were encountered: