File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ Example file formats that leverage System.IO.Packaging
2121## How it works
2222
2323 * For an input package stream
24- * Duplicate each entry with a consistent compression
24+ * Duplicate each entry with a consistent compression and consistent order
2525 * Omit ` package/services/metadata/core-properties/*.psmdcp ` entries
2626 * For the relationships entry ` _rels/.rels `
2727 * Modify the ` Id ` of each ` Relationship ` to be deterministic
2828 * Remove the ` Relationship ` for the ` .psmdcp ` entry
2929 * Order ` Relationship ` s by ` Type `
3030 * For the relationships entry ` xl/_rels/workbook.xml.rels `
3131 * Order ` Relationship ` s by ` Type `
32- * For the relationships entry ` xl/_rels/workbook .xml.rels `
33- * Remove the ` created ` , ` lastModifiedBy ` , and ` modified ` elements
32+ * For the relationships entry ` docProps/core .xml`
33+ * Remove the ` creator ` , ` created ` , ` lastModifiedBy ` , and ` modified ` elements
3434
3535
3636## Usage
You can’t perform that action at this time.
0 commit comments