Contains the options related to saving a workbook to a file or stream.
Inheritance
Constructors
Section titled "Constructors"constructor
public WorkbookSaveOptions(IPackageFactory packageFactory = null) Returns WorkbookSaveOptions
Properties
Section titled "Properties"PackageFactory
Section titled "PackageFactory"Inherited from: WorkbookOptionsBase
Gets or sets an IPackageFactory which can be used to create or open an IPackage in a stream.
public IPackageFactory PackageFactory { get; set; }