Save Method

Office Open XML

Saves all the components back into the package. This method recursively calls the Save method on all sub-components. We close the package after the save is done.

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

Syntax

C#
public void Save()
Visual Basic (Declaration)
Public Sub Save
Visual C++
public:
void Save()

See Also