ExcelPackage Constructor (FileInfo, FileInfo, String)

Office Open XML

Initializes a new instance of the ExcelPackage class

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

Syntax

C#
public ExcelPackage(
	FileInfo newFile,
	FileInfo template,
	string password
)
Visual Basic (Declaration)
Public Sub New ( _
	newFile As FileInfo, _
	template As FileInfo, _
	password As String _
)
Visual C++
public:
ExcelPackage(
	FileInfo^ newFile, 
	FileInfo^ template, 
	String^ password
)

Parameters

newFile
Type: System.IO..::.FileInfo

[Missing <param name="newFile"/> documentation for "M:OfficeOpenXml.ExcelPackage.#ctor(System.IO.FileInfo,System.IO.FileInfo,System.String)"]

template
Type: System.IO..::.FileInfo

[Missing <param name="template"/> documentation for "M:OfficeOpenXml.ExcelPackage.#ctor(System.IO.FileInfo,System.IO.FileInfo,System.String)"]

password
Type: System..::.String

[Missing <param name="password"/> documentation for "M:OfficeOpenXml.ExcelPackage.#ctor(System.IO.FileInfo,System.IO.FileInfo,System.String)"]

See Also