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
{{ message }}
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Please add a new AttachFile method for streams to SheetAttachmentResourcesImpl.
Below is the method. I don't have a working build of the source code to implement myself.
`private Attachment AttachFile(string path, string fileName, string contentType, Stream stream)
{
Utility.Utility.ThrowIfNull(fileName);
Utility.Utility.ThrowIfNull(stream);
Thanks,
Dan
The text was updated successfully, but these errors were encountered: