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
| Name | Type | Access | Description |
|---|---|---|---|
Workbook | object? | Read | Gets or sets the workbook associated with the load context |
Package | PackageModel | Read | Gets the PackageModel that represents the underlying XLSX package |
Methods
| Signature | Description |
|---|---|
PackageLoadContext(workbook: object?, package: PackageModel) | Initializes a new context with an optional workbook and a required package model |