Load Method (Stream, String)

Office Open XML

Loads the specified package data from a stream.

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

Syntax

C#
public void Load(
	Stream input,
	string Password
)
Visual Basic (Declaration)
Public Sub Load ( _
	input As Stream, _
	Password As String _
)
Visual C++
public:
void Load(
	Stream^ input, 
	String^ Password
)

Parameters

input
Type: System.IO..::.Stream
The input.
Password
Type: System..::.String
The password to decrypt the document

See Also