You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/insert-existing-workbook-plan.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,20 +218,22 @@ Acceptance:
218
218
219
219
Depends on Tasks 1-3.
220
220
221
-
-[ ] Raw-copy every unchanged ZIP entry with its compression and metadata.
222
-
-[ ] Structurally append one `<sheet>` to `xl/workbook.xml` without replacing workbook views, properties, defined names, calculation settings, or extension lists.
223
-
-[ ] Append one worksheet relationship to `xl/_rels/workbook.xml.rels` without changing existing IDs or non-sheet relationships.
224
-
-[ ] Add the worksheet override to `[Content_Types].xml` only when missing.
225
-
-[ ] Add or update the local `_xlnm._FilterDatabase` defined name when AutoFilter is enabled.
226
-
-[ ] Write the rebased worksheet to its collision-free target.
-[x] Raw-copy every unchanged ZIP entry with its compression and metadata.
222
+
-[x] Structurally append one `<sheet>` to `xl/workbook.xml` without replacing workbook views, properties, defined names, calculation settings, or extension lists.
223
+
-[x] Append one worksheet relationship to `xl/_rels/workbook.xml.rels` without changing existing IDs or non-sheet relationships.
224
+
-[x] Add the worksheet override to `[Content_Types].xml` only when missing.
225
+
-[x] Add or update the local `_xlnm._FilterDatabase` defined name when AutoFilter is enabled.
226
+
-[x] Write the rebased worksheet to its collision-free target.
0 commit comments