OpenXmlPackage.Save Method

Definition

Saves the contents of all parts and relationships that are contained in the OpenXml package, if FileOpenAccess is ReadWrite. Some platforms do not support saving due to limitations in Package, so please query CanSave at runtime to know if full saving will be supported without closing and disposing of the OpenXmlPackage.

public void Save ();
member this.Save : unit -> unit
Public Sub Save ()

Applies to