PackageModel
Overview
PackageModel is a class in Aspose.Cells for NET.
PackageModel.Parts provides the collection of package part descriptors representing parts in the XLSX package.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Parts | List<PackagePartDescriptor> | Read | Provides the collection of package part descriptors representing parts in the XLSX package |
Relationships | List<RelationshipDescriptor> | Read | Provides the list of relationship descriptors that define links between package parts |
UnsupportedParts | Dictionary<string, byte[]> | Read | Maps part names to raw byte arrays for parts that the library does not support |