@office-kit/xlsx 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -116,10 +116,18 @@ export interface Worksheet {
116
116
  * via the existing relsExtras machinery).
117
117
  */
118
118
  backgroundPictureRId?: string;
119
+ /**
120
+ * `<legacyDrawing r:id="…"/>` — VML drawing carrying form-control / shape
121
+ * overlays. Ignored on save when the sheet has `legacyComments`: Excel puts
122
+ * comment markers in the same VML, and the writer regenerates that part
123
+ * from the comment list instead. Otherwise re-emitted verbatim, with the
124
+ * rels link riding `relsExtras` and the VML part riding `passthrough`.
125
+ */
126
+ legacyDrawingRId?: string;
119
127
  /**
120
128
  * `<legacyDrawingHF r:id="…"/>` — VML drawing used for header/footer
121
- * background images on print. Parallel to legacyDrawing (which carries
122
- * comment markers); the rels link rides relsExtras.
129
+ * background images on print. Parallel to legacyDrawing; the rels link
130
+ * rides relsExtras.
123
131
  */
124
132
  legacyDrawingHFRId?: string;
125
133
  /**