PackageLoadContext

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

NameTypeAccessDescription
workbookObjectReadReturns the workbook.
packagePackageModelReadReturns the package.

Methods

SignatureDescription
PackageLoadContext(workbook: Object, model: PackageModel)Initializes a new PackageLoadContext instance.
getWorkbook()ObjectReturns the workbook.
getPackage()PackageModelReturns the package.

See Also