Saves all the components back into the package.
This method recursively calls the Save method on all sub-components.
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 Save(
string password
)
|
Visual Basic (Declaration) |
Public Sub Save ( _
password As String _
)
|
Visual C++ |
public:
void Save(
String^ password
)
|
Parameters
-
password
- Type: System..::.String
The password to encrypt the workbook with.
This parameter overrides the Workbook.Encryption.Password.
See Also