ExcelPackage Constructor

Office Open XML

Overload List

  Name Description
ExcelPackage()()()
Create a new instance of the ExcelPackage. Output is accessed through the Stream property.
ExcelPackage(FileInfo)
Create a new instance of the ExcelPackage class based on a existing file or creates a new file.
ExcelPackage(Stream)
Create a new instance of the ExcelPackage class based on a stream
ExcelPackage(FileInfo, Boolean)
Create a new instance of the ExcelPackage class based on a existing template.
ExcelPackage(FileInfo, FileInfo)
Create a new instance of the ExcelPackage class based on a existing template. If newFile exists, it will be overwritten when the Save method is called
ExcelPackage(FileInfo, String)
Create a new instance of the ExcelPackage class based on a existing file or creates a new file.
ExcelPackage(Stream, Stream)
Create a new instance of the ExcelPackage class based on a stream
ExcelPackage(Stream, String)
Create a new instance of the ExcelPackage class based on a stream
ExcelPackage(FileInfo, Boolean, String)
Create a new instance of the ExcelPackage class based on a existing template.
ExcelPackage(FileInfo, FileInfo, String)
Initializes a new instance of the ExcelPackage class
ExcelPackage(Stream, Stream, String)
Create a new instance of the ExcelPackage class based on a stream

See Also