PackageLoadContext

PackageLoadContext

Overview

PackageLoadContext is a class in Aspose.Cells for NET.

PackageLoadContext.PackageLoadContext initializes a new context with an optional workbook and a required package model.

Properties

NameTypeAccessDescription
Workbookobject?ReadGets or sets the workbook associated with the load context
PackagePackageModelReadGets the PackageModel that represents the underlying XLSX package

Methods

SignatureDescription
PackageLoadContext(workbook: object?, package: PackageModel)Initializes a new context with an optional workbook and a required package model