We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7e4e0 commit 7ce03c7Copy full SHA for 7ce03c7
1 file changed
readme.md
@@ -24,8 +24,11 @@ Example file formats that leverage System.IO.Packaging
24
* Duplicate each entry with a consistent compression
25
* Omit `package/services/metadata/core-properties/*.psmdcp` entries
26
* For the relationships entry `_rels/.rels`
27
- * Modify the Id of each relationship to be deterministic
28
- * Remove the relationship for the `.psmdcp` entry
+ * Modify the `Id` of each `Relationship` to be deterministic
+ * Remove the `Relationship` for the `.psmdcp` entry
29
+ * Order `Relationship`s by `Type`
30
+ * For the relationships entry `xl/_rels/workbook.xml.rels`
31
32
33
34
## Usage
0 commit comments