Stream Property

Office Open XML

The output stream. This stream is the not the encrypted package. To get the encrypted package use the SaveAs(stream) method.

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public Stream Stream { get; }
Visual Basic (Declaration)
Public ReadOnly Property Stream As Stream
Visual C++
public:
property Stream^ Stream {
	Stream^ get ();
}

See Also