PackageModel

Overview

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

Represents the model of a package (e.g., XLSX file structure) with parts, relationships, and unsupported parts.

Properties

NameTypeAccessDescription
partsList<PackagePartDescriptor>ReadReturns the parts.
relationshipsList<RelationshipDescriptor>ReadReturns the relationships.
unsupportedPartsMap<String, byte[]>ReadReturns the unsupported parts.

Methods

SignatureDescription
getParts()List<PackagePartDescriptor>Returns the parts.
getRelationships()List<RelationshipDescriptor>Returns the relationships.
getUnsupportedParts()Map<String, byte[]>Returns the unsupported parts.