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
| Name | Type | Access | Description |
|---|---|---|---|
parts | List<PackagePartDescriptor> | Read | Returns the parts. |
relationships | List<RelationshipDescriptor> | Read | Returns the relationships. |
unsupportedParts | Map<String, byte[]> | Read | Returns the unsupported parts. |
Methods
| Signature | Description |
|---|---|
getParts() → List<PackagePartDescriptor> | Returns the parts. |
getRelationships() → List<RelationshipDescriptor> | Returns the relationships. |
getUnsupportedParts() → Map<String, byte[]> | Returns the unsupported parts. |