PackageLoadContext
Overview
PackageLoadContext is a class in Aspose.Cells FOSS for Java.
Represents the context for loading a package.
This class provides 3 methods for working with PackageLoadContext objects in Java programs.
Available methods include: PackageLoadContext, getPackage, getWorkbook.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: package, workbook.
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. |