PackageLoadContext

PackageLoadContext

Overview

PackageLoadContext is a class in Aspose.Cells FOSS for Java.

Represents the context for loading a package.

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.