PackageLoadContext
Overview
PackageLoadContext is a class in Aspose.Cells FOSS for Java.
Represents the context for loading a package.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
workbook | Object | Read | Returns the workbook. |
package | PackageModel | Read | Returns the package. |
Methods
| Signature | Description |
|---|---|
PackageLoadContext(workbook: Object, model: PackageModel) | Initializes a new PackageLoadContext instance. |
getWorkbook() → Object | Returns the workbook. |
getPackage() → PackageModel | Returns the package. |