







Create a new instance of the ExcelPackage class based on a stream
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelPackage( Stream newStream ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ newStream As Stream _ ) |
Visual C++ |
---|
public: ExcelPackage( Stream^ newStream ) |
Parameters
- newStream
- Type: System.IO..::.Stream
The stream object can be empty or contain a package. The stream must be Read/Write