







![]() ![]() ![]() |
EPPlus 3.0 |
ExcelPackage Members |
ExcelPackage Class Constructors Methods Fields Properties See Also Send Feedback |
The ExcelPackage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ExcelPackage | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Closes the package.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetAsByteArray | Overloaded. |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Load | Overloaded. |
![]() | Save | Overloaded. |
![]() | SaveAs | Overloaded. |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | MaxColumns |
Maximum number of columns in a worksheet (16384).
|
![]() ![]() | MaxRows |
Maximum number of rows in a worksheet (1048576).
|
Properties
Name | Description | |
---|---|---|
![]() | Compression |
Compression option for the package
|
![]() | DoAdjustDrawings |
Automaticlly adjust drawing size when column width/row height are adjusted, depending on the drawings editBy property.
Default True
|
![]() | Encryption |
Information how and if the package is encrypted
|
![]() | File |
The output file. Null if no file is used
|
![]() | Package |
Returns a reference to the package
|
![]() | Stream |
The output stream. This stream is the not the encrypted package.
To get the encrypted package use the SaveAs(stream) method.
|
![]() | Workbook |
Returns a reference to the workbook component within the package.
All worksheets and cells can be accessed through the workbook.
|