Copies the Package to the Outstream
The package is closed after it has been saved
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public void SaveAs( Stream OutputStream ) |
| Visual Basic (Declaration) |
|---|
Public Sub SaveAs ( _ OutputStream As Stream _ ) |
| Visual C++ |
|---|
public: void SaveAs( Stream^ OutputStream ) |
Parameters
- OutputStream
- Type: System.IO..::.Stream
The stream to copy the package to
