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, Stream templateStream ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ newStream As Stream, _ templateStream As Stream _ ) |
| Visual C++ |
|---|
public: ExcelPackage( Stream^ newStream, Stream^ templateStream ) |
Parameters
- newStream
- Type: System.IO..::.Stream
The output stream. Must be an empty read/write stream.
- templateStream
- Type: System.IO..::.Stream
This stream is copied to the output stream at load
