office-open 0.12.2 → 0.13.0
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.
- package/README.md +18 -3
- package/dist/ai/index.mjs +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/convert/index.d.mts.map +1 -1
- package/dist/convert/index.mjs +67 -65
- package/dist/convert/index.mjs.map +1 -1
- package/dist/schemas/index.mjs +1 -1
- package/dist/{schemas-B400scMm.mjs → schemas-LxuRToZl.mjs} +535 -533
- package/dist/{schemas-B400scMm.mjs.map → schemas-LxuRToZl.mjs.map} +1 -1
- package/package.json +8 -7
- package/schemas/docx.schema.json +188 -174
- package/schemas/pptx.schema.json +524 -486
- package/schemas/xlsx.schema.json +146 -158
package/schemas/xlsx.schema.json
CHANGED
|
@@ -795,6 +795,11 @@
|
|
|
795
795
|
},
|
|
796
796
|
"type": "object"
|
|
797
797
|
},
|
|
798
|
+
"BlipCompression": {
|
|
799
|
+
"description": "Blip compression states (, the a:blip",
|
|
800
|
+
"enum": ["email", "screen", "print", "hqprint", "none"],
|
|
801
|
+
"type": "string"
|
|
802
|
+
},
|
|
798
803
|
"BlipEffectsOptions": {
|
|
799
804
|
"additionalProperties": false,
|
|
800
805
|
"description": "All blip image adjustment effects.",
|
|
@@ -870,6 +875,10 @@
|
|
|
870
875
|
"$ref": "#/definitions/BlipEffectsOptions",
|
|
871
876
|
"description": "Image adjustment effects (brightness, contrast, grayscale, etc.)"
|
|
872
877
|
},
|
|
878
|
+
"compression": {
|
|
879
|
+
"$ref": "#/definitions/BlipCompression",
|
|
880
|
+
"description": "Compression state, lifted from the a:blip child's"
|
|
881
|
+
},
|
|
873
882
|
"dpi": {
|
|
874
883
|
"description": "DPI of the image",
|
|
875
884
|
"type": "number"
|
|
@@ -1222,7 +1231,7 @@
|
|
|
1222
1231
|
"$ref": "#/definitions/ChartSeriesData/properties/order"
|
|
1223
1232
|
},
|
|
1224
1233
|
"pictureOptions": {
|
|
1225
|
-
"$ref": "#/definitions/
|
|
1234
|
+
"$ref": "#/definitions/ChartPictureOptions",
|
|
1226
1235
|
"description": "Picture-fill options (c:pictureOptions, bar/area)."
|
|
1227
1236
|
},
|
|
1228
1237
|
"shape": {
|
|
@@ -2208,6 +2217,29 @@
|
|
|
2208
2217
|
},
|
|
2209
2218
|
"type": "object"
|
|
2210
2219
|
},
|
|
2220
|
+
"ChartPictureOptions": {
|
|
2221
|
+
"additionalProperties": false,
|
|
2222
|
+
"description": "Picture-fill options for bar/area series.",
|
|
2223
|
+
"properties": {
|
|
2224
|
+
"applyToEnd": {
|
|
2225
|
+
"type": "boolean"
|
|
2226
|
+
},
|
|
2227
|
+
"applyToFront": {
|
|
2228
|
+
"type": "boolean"
|
|
2229
|
+
},
|
|
2230
|
+
"applyToSides": {
|
|
2231
|
+
"type": "boolean"
|
|
2232
|
+
},
|
|
2233
|
+
"pictureFormat": {
|
|
2234
|
+
"$ref": "#/definitions/PictureFormat"
|
|
2235
|
+
},
|
|
2236
|
+
"pictureStackUnit": {
|
|
2237
|
+
"description": "Stack unit (c:pictureStackUnit val).",
|
|
2238
|
+
"type": "number"
|
|
2239
|
+
}
|
|
2240
|
+
},
|
|
2241
|
+
"type": "object"
|
|
2242
|
+
},
|
|
2211
2243
|
"ChartPivotFormatOptions": {
|
|
2212
2244
|
"additionalProperties": false,
|
|
2213
2245
|
"description": "Per-series pivot format override.",
|
|
@@ -2283,7 +2315,7 @@
|
|
|
2283
2315
|
"type": "number"
|
|
2284
2316
|
},
|
|
2285
2317
|
"pictureOptions": {
|
|
2286
|
-
"$ref": "#/definitions/
|
|
2318
|
+
"$ref": "#/definitions/ChartPictureOptions",
|
|
2287
2319
|
"description": "Picture-fill options (c:pictureOptions, bar/area)."
|
|
2288
2320
|
},
|
|
2289
2321
|
"shape": {
|
|
@@ -3192,7 +3224,7 @@
|
|
|
3192
3224
|
"description": "Cell reference, e.g. \"A1\"",
|
|
3193
3225
|
"type": "string"
|
|
3194
3226
|
},
|
|
3195
|
-
"
|
|
3227
|
+
"properties": {
|
|
3196
3228
|
"$ref": "#/definitions/CommentPropertiesOptions",
|
|
3197
3229
|
"description": "Comment properties — parsed but never re-emitted (see CommentPropertiesOptions)"
|
|
3198
3230
|
},
|
|
@@ -3438,7 +3470,7 @@
|
|
|
3438
3470
|
"description": "Credentials method: \"integrated\" | \"none\" | \"stored\" | \"prompt\" (default \"integrated\")",
|
|
3439
3471
|
"type": "string"
|
|
3440
3472
|
},
|
|
3441
|
-
"
|
|
3473
|
+
"database": {
|
|
3442
3474
|
"$ref": "#/definitions/DatabasePropertiesOptions",
|
|
3443
3475
|
"description": "Database properties"
|
|
3444
3476
|
},
|
|
@@ -3478,7 +3510,7 @@
|
|
|
3478
3510
|
"description": "ODC file path",
|
|
3479
3511
|
"type": "string"
|
|
3480
3512
|
},
|
|
3481
|
-
"
|
|
3513
|
+
"olap": {
|
|
3482
3514
|
"$ref": "#/definitions/OLAPPropertiesOptions",
|
|
3483
3515
|
"description": "OLAP properties"
|
|
3484
3516
|
},
|
|
@@ -3521,7 +3553,7 @@
|
|
|
3521
3553
|
"description": "Source file path",
|
|
3522
3554
|
"type": "string"
|
|
3523
3555
|
},
|
|
3524
|
-
"
|
|
3556
|
+
"text": {
|
|
3525
3557
|
"$ref": "#/definitions/TextPropertiesOptions",
|
|
3526
3558
|
"description": "Text import properties"
|
|
3527
3559
|
},
|
|
@@ -3529,7 +3561,7 @@
|
|
|
3529
3561
|
"description": "Source type code (ECMA 18.13.1; Excel-verified: 6 = text file source — Office writes it for textPr connections. Excel rejects a type-2 dbPr connection whose provider string it cannot resolve.)",
|
|
3530
3562
|
"type": "number"
|
|
3531
3563
|
},
|
|
3532
|
-
"
|
|
3564
|
+
"web": {
|
|
3533
3565
|
"$ref": "#/definitions/WebPropertiesOptions",
|
|
3534
3566
|
"description": "Web query properties"
|
|
3535
3567
|
}
|
|
@@ -3643,6 +3675,10 @@
|
|
|
3643
3675
|
"description": "Print with sheet (default true)",
|
|
3644
3676
|
"type": "boolean"
|
|
3645
3677
|
},
|
|
3678
|
+
"properties": {
|
|
3679
|
+
"$ref": "#/definitions/ShapePropertiesOptions",
|
|
3680
|
+
"description": "Shape properties (a:, typically prstGeom=\"line\")."
|
|
3681
|
+
},
|
|
3646
3682
|
"row": {
|
|
3647
3683
|
"description": "1-based row (from marker)",
|
|
3648
3684
|
"type": "number"
|
|
@@ -3654,10 +3690,6 @@
|
|
|
3654
3690
|
"description": "Original cNvPr id (round-trip only; fresh output allocates ids).",
|
|
3655
3691
|
"type": "number"
|
|
3656
3692
|
},
|
|
3657
|
-
"spPr": {
|
|
3658
|
-
"$ref": "#/definitions/ShapePropertiesOptions",
|
|
3659
|
-
"description": "Shape properties (a:, typically prstGeom=\"line\")."
|
|
3660
|
-
},
|
|
3661
3693
|
"startConnection": {
|
|
3662
3694
|
"$ref": "#/definitions/EndpointConnectionOptions",
|
|
3663
3695
|
"description": "a:stCxn — start endpoint glued to a shape connection site."
|
|
@@ -3688,7 +3720,7 @@
|
|
|
3688
3720
|
"$ref": "#/definitions/ShapeOptions/properties/zOrder"
|
|
3689
3721
|
}
|
|
3690
3722
|
},
|
|
3691
|
-
"required": ["col", "
|
|
3723
|
+
"required": ["col", "properties", "row"],
|
|
3692
3724
|
"type": "object"
|
|
3693
3725
|
},
|
|
3694
3726
|
"ConsolidateFunction": {
|
|
@@ -4553,7 +4585,7 @@
|
|
|
4553
4585
|
"$ref": "#/definitions/MarkerOptions"
|
|
4554
4586
|
},
|
|
4555
4587
|
"pictureOptions": {
|
|
4556
|
-
"$ref": "#/definitions/
|
|
4588
|
+
"$ref": "#/definitions/ChartPictureOptions"
|
|
4557
4589
|
},
|
|
4558
4590
|
"shapeProperties": {
|
|
4559
4591
|
"$ref": "#/definitions/ShapePropertiesOptions",
|
|
@@ -5941,6 +5973,10 @@
|
|
|
5941
5973
|
"$ref": "#/definitions/BlipEffectsOptions",
|
|
5942
5974
|
"description": "Image adjustment effects (brightness, contrast, grayscale, etc.)"
|
|
5943
5975
|
},
|
|
5976
|
+
"compression": {
|
|
5977
|
+
"$ref": "#/definitions/BlipCompression",
|
|
5978
|
+
"description": "Compression state (a:blip"
|
|
5979
|
+
},
|
|
5944
5980
|
"data": {
|
|
5945
5981
|
"$ref": "#/definitions/DataType",
|
|
5946
5982
|
"description": "Image data: raw bytes, ArrayBuffer, or a base64 data URL string."
|
|
@@ -6534,9 +6570,9 @@
|
|
|
6534
6570
|
"description": "Shade type (linear or path)"
|
|
6535
6571
|
},
|
|
6536
6572
|
"stops": {
|
|
6537
|
-
"description": "Gradient color stops (minimum 2)",
|
|
6573
|
+
"description": "Gradient color stops (minimum 2); color accepts a hex string or SolidFillOptions",
|
|
6538
6574
|
"items": {
|
|
6539
|
-
"$ref": "#/definitions/
|
|
6575
|
+
"$ref": "#/definitions/GradientStopOptions"
|
|
6540
6576
|
},
|
|
6541
6577
|
"type": "array"
|
|
6542
6578
|
},
|
|
@@ -6559,22 +6595,6 @@
|
|
|
6559
6595
|
],
|
|
6560
6596
|
"description": "Gradient shade options (linear or path)."
|
|
6561
6597
|
},
|
|
6562
|
-
"GradientStop": {
|
|
6563
|
-
"additionalProperties": false,
|
|
6564
|
-
"description": "Gradient stop position as integer percent (0-100).",
|
|
6565
|
-
"properties": {
|
|
6566
|
-
"color": {
|
|
6567
|
-
"$ref": "#/definitions/SolidFillOptions",
|
|
6568
|
-
"description": "Color at this stop"
|
|
6569
|
-
},
|
|
6570
|
-
"position": {
|
|
6571
|
-
"description": "Position of the color stop as integer percent (0-100).",
|
|
6572
|
-
"type": "number"
|
|
6573
|
-
}
|
|
6574
|
-
},
|
|
6575
|
-
"required": ["position", "color"],
|
|
6576
|
-
"type": "object"
|
|
6577
|
-
},
|
|
6578
6598
|
"GradientStopOptions": {
|
|
6579
6599
|
"additionalProperties": false,
|
|
6580
6600
|
"description": "Gradient stop options (simplified API). Position is 0-100 (percentage), color is a hex string or SolidFillOptions.",
|
|
@@ -6656,7 +6676,7 @@
|
|
|
6656
6676
|
"name": {
|
|
6657
6677
|
"$ref": "#/definitions/PictureOptions/properties/name"
|
|
6658
6678
|
},
|
|
6659
|
-
"
|
|
6679
|
+
"properties": {
|
|
6660
6680
|
"$ref": "#/definitions/ShapePropertiesOptions"
|
|
6661
6681
|
},
|
|
6662
6682
|
"startConnection": {
|
|
@@ -6672,7 +6692,7 @@
|
|
|
6672
6692
|
"type": "string"
|
|
6673
6693
|
}
|
|
6674
6694
|
},
|
|
6675
|
-
"required": ["
|
|
6695
|
+
"required": ["properties"],
|
|
6676
6696
|
"type": "object"
|
|
6677
6697
|
},
|
|
6678
6698
|
"GroupLockingOptions": {
|
|
@@ -6750,10 +6770,6 @@
|
|
|
6750
6770
|
"extentCy": {
|
|
6751
6771
|
"$ref": "#/definitions/PictureOptions/properties/extentCy"
|
|
6752
6772
|
},
|
|
6753
|
-
"grpSpPr": {
|
|
6754
|
-
"$ref": "#/definitions/GroupTransform2DOptions",
|
|
6755
|
-
"description": "Group shape properties (a:: group xfrm + fill/ln)."
|
|
6756
|
-
},
|
|
6757
6773
|
"hidden": {
|
|
6758
6774
|
"description": "XSD `@hidden` (default false); emitted as \"1\" only when true.",
|
|
6759
6775
|
"type": "boolean"
|
|
@@ -6784,6 +6800,10 @@
|
|
|
6784
6800
|
"description": "Print with sheet (default true)",
|
|
6785
6801
|
"type": "boolean"
|
|
6786
6802
|
},
|
|
6803
|
+
"properties": {
|
|
6804
|
+
"$ref": "#/definitions/GroupTransform2DOptions",
|
|
6805
|
+
"description": "Group shape properties (a:: group xfrm + fill/ln)."
|
|
6806
|
+
},
|
|
6787
6807
|
"row": {
|
|
6788
6808
|
"description": "1-based row (from marker)",
|
|
6789
6809
|
"type": "number"
|
|
@@ -6824,7 +6844,7 @@
|
|
|
6824
6844
|
"$ref": "#/definitions/ShapeOptions/properties/zOrder"
|
|
6825
6845
|
}
|
|
6826
6846
|
},
|
|
6827
|
-
"required": ["col", "
|
|
6847
|
+
"required": ["col", "properties", "row"],
|
|
6828
6848
|
"type": "object"
|
|
6829
6849
|
},
|
|
6830
6850
|
"GroupShapeChildOptions": {
|
|
@@ -6859,7 +6879,7 @@
|
|
|
6859
6879
|
"name": {
|
|
6860
6880
|
"$ref": "#/definitions/PictureOptions/properties/name"
|
|
6861
6881
|
},
|
|
6862
|
-
"
|
|
6882
|
+
"properties": {
|
|
6863
6883
|
"$ref": "#/definitions/ShapePropertiesOptions"
|
|
6864
6884
|
},
|
|
6865
6885
|
"style": {
|
|
@@ -6880,12 +6900,12 @@
|
|
|
6880
6900
|
"type": "string"
|
|
6881
6901
|
}
|
|
6882
6902
|
},
|
|
6883
|
-
"required": ["
|
|
6903
|
+
"required": ["properties"],
|
|
6884
6904
|
"type": "object"
|
|
6885
6905
|
},
|
|
6886
6906
|
"GroupShapePropertiesOptions": {
|
|
6887
6907
|
"additionalProperties": false,
|
|
6888
|
-
"description": "Group shape properties.
|
|
6908
|
+
"description": "Group shape properties. Transform fields serialize as one a:xfrm group transform; container-only `@bwMode` and the wrapping tag are the caller's responsibility.",
|
|
6889
6909
|
"properties": {
|
|
6890
6910
|
"childExtentHeight": {
|
|
6891
6911
|
"anyOf": [
|
|
@@ -6895,7 +6915,8 @@
|
|
|
6895
6915
|
{
|
|
6896
6916
|
"$ref": "#/definitions/UniversalMeasure"
|
|
6897
6917
|
}
|
|
6898
|
-
]
|
|
6918
|
+
],
|
|
6919
|
+
"description": "Child coordinate system extent height (a:chExt"
|
|
6899
6920
|
},
|
|
6900
6921
|
"childExtentWidth": {
|
|
6901
6922
|
"anyOf": [
|
|
@@ -6905,7 +6926,8 @@
|
|
|
6905
6926
|
{
|
|
6906
6927
|
"$ref": "#/definitions/UniversalMeasure"
|
|
6907
6928
|
}
|
|
6908
|
-
]
|
|
6929
|
+
],
|
|
6930
|
+
"description": "Child coordinate system extent width (a:chExt"
|
|
6909
6931
|
},
|
|
6910
6932
|
"childOffsetX": {
|
|
6911
6933
|
"anyOf": [
|
|
@@ -6915,7 +6937,8 @@
|
|
|
6915
6937
|
{
|
|
6916
6938
|
"$ref": "#/definitions/UniversalMeasure"
|
|
6917
6939
|
}
|
|
6918
|
-
]
|
|
6940
|
+
],
|
|
6941
|
+
"description": "Child coordinate system offset X (a:chOff"
|
|
6919
6942
|
},
|
|
6920
6943
|
"childOffsetY": {
|
|
6921
6944
|
"anyOf": [
|
|
@@ -6925,7 +6948,8 @@
|
|
|
6925
6948
|
{
|
|
6926
6949
|
"$ref": "#/definitions/UniversalMeasure"
|
|
6927
6950
|
}
|
|
6928
|
-
]
|
|
6951
|
+
],
|
|
6952
|
+
"description": "Child coordinate system offset Y (a:chOff"
|
|
6929
6953
|
},
|
|
6930
6954
|
"effectDag": {
|
|
6931
6955
|
"$ref": "#/definitions/EffectDagOptions"
|
|
@@ -6999,44 +7023,16 @@
|
|
|
6999
7023
|
"additionalProperties": false,
|
|
7000
7024
|
"properties": {
|
|
7001
7025
|
"childExtentHeight": {
|
|
7002
|
-
"
|
|
7003
|
-
{
|
|
7004
|
-
"type": "number"
|
|
7005
|
-
},
|
|
7006
|
-
{
|
|
7007
|
-
"$ref": "#/definitions/UniversalMeasure"
|
|
7008
|
-
}
|
|
7009
|
-
]
|
|
7026
|
+
"$ref": "#/definitions/GroupShapePropertiesOptions/properties/childExtentHeight"
|
|
7010
7027
|
},
|
|
7011
7028
|
"childExtentWidth": {
|
|
7012
|
-
"
|
|
7013
|
-
{
|
|
7014
|
-
"type": "number"
|
|
7015
|
-
},
|
|
7016
|
-
{
|
|
7017
|
-
"$ref": "#/definitions/UniversalMeasure"
|
|
7018
|
-
}
|
|
7019
|
-
]
|
|
7029
|
+
"$ref": "#/definitions/GroupShapePropertiesOptions/properties/childExtentWidth"
|
|
7020
7030
|
},
|
|
7021
7031
|
"childOffsetX": {
|
|
7022
|
-
"
|
|
7023
|
-
{
|
|
7024
|
-
"type": "number"
|
|
7025
|
-
},
|
|
7026
|
-
{
|
|
7027
|
-
"$ref": "#/definitions/UniversalMeasure"
|
|
7028
|
-
}
|
|
7029
|
-
]
|
|
7032
|
+
"$ref": "#/definitions/GroupShapePropertiesOptions/properties/childOffsetX"
|
|
7030
7033
|
},
|
|
7031
7034
|
"childOffsetY": {
|
|
7032
|
-
"
|
|
7033
|
-
{
|
|
7034
|
-
"type": "number"
|
|
7035
|
-
},
|
|
7036
|
-
{
|
|
7037
|
-
"$ref": "#/definitions/UniversalMeasure"
|
|
7038
|
-
}
|
|
7039
|
-
]
|
|
7035
|
+
"$ref": "#/definitions/GroupShapePropertiesOptions/properties/childOffsetY"
|
|
7040
7036
|
},
|
|
7041
7037
|
"flipHorizontal": {
|
|
7042
7038
|
"type": "boolean"
|
|
@@ -8421,10 +8417,6 @@
|
|
|
8421
8417
|
"description": "Linked source",
|
|
8422
8418
|
"type": "string"
|
|
8423
8419
|
},
|
|
8424
|
-
"objectPr": {
|
|
8425
|
-
"$ref": "#/definitions/OleObjectPropertiesOptions",
|
|
8426
|
-
"description": "Object properties"
|
|
8427
|
-
},
|
|
8428
8420
|
"oleUpdate": {
|
|
8429
8421
|
"description": "OLE update mode",
|
|
8430
8422
|
"enum": ["OLEUPDATE_ALWAYS", "OLEUPDATE_ONCALL"],
|
|
@@ -8434,6 +8426,10 @@
|
|
|
8434
8426
|
"description": "Program ID",
|
|
8435
8427
|
"type": "string"
|
|
8436
8428
|
},
|
|
8429
|
+
"properties": {
|
|
8430
|
+
"$ref": "#/definitions/OleObjectPropertiesOptions",
|
|
8431
|
+
"description": "Object properties"
|
|
8432
|
+
},
|
|
8437
8433
|
"rId": {
|
|
8438
8434
|
"description": "Relationship ID. Round-trip only: the embedded object part is not re-emitted, so the id is not resolvable in a freshly generated workbook.",
|
|
8439
8435
|
"type": "string"
|
|
@@ -9285,7 +9281,7 @@
|
|
|
9285
9281
|
"description": "Image adjustment effects carried inside a:blip (a:lum, a:duotone, …)."
|
|
9286
9282
|
},
|
|
9287
9283
|
"blipExt": {
|
|
9288
|
-
"description": "Verbatim a:blip `a:extLst` inner XML for extensions beyond useLocalDpi (a14 imgProps artistic effects, …). Round-trip only;
|
|
9284
|
+
"description": "Verbatim a:blip `a:extLst` inner XML for extensions beyond the useLocalDpi hint (a14 imgProps artistic effects, …). Round-trip only; when the source list carries both, this element subsumes the hint.",
|
|
9289
9285
|
"type": "string"
|
|
9290
9286
|
},
|
|
9291
9287
|
"col": {
|
|
@@ -9373,6 +9369,10 @@
|
|
|
9373
9369
|
"description": "Print with sheet (default true)",
|
|
9374
9370
|
"type": "boolean"
|
|
9375
9371
|
},
|
|
9372
|
+
"properties": {
|
|
9373
|
+
"$ref": "#/definitions/ShapePropertiesOptions",
|
|
9374
|
+
"description": "Round-tripped pic/spPr (rotation/flip/bwMode/fill beyond position)."
|
|
9375
|
+
},
|
|
9376
9376
|
"row": {
|
|
9377
9377
|
"description": "1-based row (from marker)",
|
|
9378
9378
|
"type": "number"
|
|
@@ -9400,10 +9400,6 @@
|
|
|
9400
9400
|
"description": "External image source URL (a:blip",
|
|
9401
9401
|
"type": "string"
|
|
9402
9402
|
},
|
|
9403
|
-
"spPr": {
|
|
9404
|
-
"$ref": "#/definitions/ShapePropertiesOptions",
|
|
9405
|
-
"description": "Round-tripped pic/spPr (rotation/flip/bwMode/fill beyond position)."
|
|
9406
|
-
},
|
|
9407
9403
|
"title": {
|
|
9408
9404
|
"description": "XSD `@title`.",
|
|
9409
9405
|
"type": "string"
|
|
@@ -9455,29 +9451,6 @@
|
|
|
9455
9451
|
"required": ["col", "row", "type"],
|
|
9456
9452
|
"type": "object"
|
|
9457
9453
|
},
|
|
9458
|
-
"PictureOptionsOptions": {
|
|
9459
|
-
"additionalProperties": false,
|
|
9460
|
-
"description": "Picture-fill options for bar/area series.",
|
|
9461
|
-
"properties": {
|
|
9462
|
-
"applyToEnd": {
|
|
9463
|
-
"type": "boolean"
|
|
9464
|
-
},
|
|
9465
|
-
"applyToFront": {
|
|
9466
|
-
"type": "boolean"
|
|
9467
|
-
},
|
|
9468
|
-
"applyToSides": {
|
|
9469
|
-
"type": "boolean"
|
|
9470
|
-
},
|
|
9471
|
-
"pictureFormat": {
|
|
9472
|
-
"$ref": "#/definitions/PictureFormat"
|
|
9473
|
-
},
|
|
9474
|
-
"pictureStackUnit": {
|
|
9475
|
-
"description": "Stack unit (c:pictureStackUnit val).",
|
|
9476
|
-
"type": "number"
|
|
9477
|
-
}
|
|
9478
|
-
},
|
|
9479
|
-
"type": "object"
|
|
9480
|
-
},
|
|
9481
9454
|
"PivotAreaOptions": {
|
|
9482
9455
|
"additionalProperties": false,
|
|
9483
9456
|
"description": "Pivot area for conditional formats, chart formats, etc.",
|
|
@@ -9636,7 +9609,7 @@
|
|
|
9636
9609
|
},
|
|
9637
9610
|
"PivotCacheDefParseResult": {
|
|
9638
9611
|
"additionalProperties": false,
|
|
9639
|
-
"description": "Structured
|
|
9612
|
+
"description": "Structured pivotCacheDefinition.xml parse output — flat attributes + source + fields.",
|
|
9640
9613
|
"properties": {
|
|
9641
9614
|
"backgroundQuery": {
|
|
9642
9615
|
"type": "boolean"
|
|
@@ -9786,7 +9759,7 @@
|
|
|
9786
9759
|
},
|
|
9787
9760
|
"PivotCacheRecordsParseResult": {
|
|
9788
9761
|
"additionalProperties": false,
|
|
9789
|
-
"description": "Structured
|
|
9762
|
+
"description": "Structured pivotCacheRecords.xml parse output.",
|
|
9790
9763
|
"properties": {
|
|
9791
9764
|
"records": {
|
|
9792
9765
|
"items": {
|
|
@@ -12763,7 +12736,7 @@
|
|
|
12763
12736
|
"$ref": "#/definitions/ChartSeriesData/properties/order"
|
|
12764
12737
|
},
|
|
12765
12738
|
"pictureOptions": {
|
|
12766
|
-
"$ref": "#/definitions/
|
|
12739
|
+
"$ref": "#/definitions/ChartPictureOptions",
|
|
12767
12740
|
"description": "Picture-fill options (c:pictureOptions, bar/area)."
|
|
12768
12741
|
},
|
|
12769
12742
|
"shape": {
|
|
@@ -13265,6 +13238,10 @@
|
|
|
13265
13238
|
"description": "Print with sheet (default true)",
|
|
13266
13239
|
"type": "boolean"
|
|
13267
13240
|
},
|
|
13241
|
+
"properties": {
|
|
13242
|
+
"$ref": "#/definitions/ShapePropertiesOptions",
|
|
13243
|
+
"description": "Shape properties (a:)."
|
|
13244
|
+
},
|
|
13268
13245
|
"row": {
|
|
13269
13246
|
"description": "1-based row (from marker)",
|
|
13270
13247
|
"type": "number"
|
|
@@ -13276,10 +13253,6 @@
|
|
|
13276
13253
|
"description": "Original cNvPr id (round-trip only; fresh output allocates ids).",
|
|
13277
13254
|
"type": "number"
|
|
13278
13255
|
},
|
|
13279
|
-
"spPr": {
|
|
13280
|
-
"$ref": "#/definitions/ShapePropertiesOptions",
|
|
13281
|
-
"description": "Shape properties (a:)."
|
|
13282
|
-
},
|
|
13283
13256
|
"style": {
|
|
13284
13257
|
"$ref": "#/definitions/DefaultShapeStyleOptions",
|
|
13285
13258
|
"description": "Theme style-matrix references (xdr:style)."
|
|
@@ -13319,7 +13292,7 @@
|
|
|
13319
13292
|
"type": "number"
|
|
13320
13293
|
}
|
|
13321
13294
|
},
|
|
13322
|
-
"required": ["col", "
|
|
13295
|
+
"required": ["col", "properties", "row"],
|
|
13323
13296
|
"type": "object"
|
|
13324
13297
|
},
|
|
13325
13298
|
"ShapePropertiesExtensionOptions": {
|
|
@@ -13364,7 +13337,14 @@
|
|
|
13364
13337
|
"type": "array"
|
|
13365
13338
|
},
|
|
13366
13339
|
"fill": {
|
|
13367
|
-
"
|
|
13340
|
+
"anyOf": [
|
|
13341
|
+
{
|
|
13342
|
+
"$ref": "#/definitions/FillOptions"
|
|
13343
|
+
},
|
|
13344
|
+
{
|
|
13345
|
+
"type": "null"
|
|
13346
|
+
}
|
|
13347
|
+
]
|
|
13368
13348
|
},
|
|
13369
13349
|
"flipHorizontal": {
|
|
13370
13350
|
"type": "boolean"
|
|
@@ -13963,16 +13943,16 @@
|
|
|
13963
13943
|
"description": "Table ID (required)",
|
|
13964
13944
|
"type": "number"
|
|
13965
13945
|
},
|
|
13946
|
+
"properties": {
|
|
13947
|
+
"$ref": "#/definitions/XmlCellPropertiesOptions",
|
|
13948
|
+
"description": "Cell properties (required)"
|
|
13949
|
+
},
|
|
13966
13950
|
"reference": {
|
|
13967
13951
|
"description": "Cell reference, e.g. \"A1\"",
|
|
13968
13952
|
"type": "string"
|
|
13969
|
-
},
|
|
13970
|
-
"xmlCellPr": {
|
|
13971
|
-
"$ref": "#/definitions/XmlCellPropertiesOptions",
|
|
13972
|
-
"description": "Cell properties (required)"
|
|
13973
13953
|
}
|
|
13974
13954
|
},
|
|
13975
|
-
"required": ["id", "reference", "connectionId", "
|
|
13955
|
+
"required": ["id", "reference", "connectionId", "properties"],
|
|
13976
13956
|
"type": "object"
|
|
13977
13957
|
},
|
|
13978
13958
|
"SizeRepresents": {
|
|
@@ -14342,6 +14322,10 @@
|
|
|
14342
14322
|
"description": "Header row differential format index",
|
|
14343
14323
|
"type": "number"
|
|
14344
14324
|
},
|
|
14325
|
+
"mapping": {
|
|
14326
|
+
"$ref": "#/definitions/XmlColumnPropertiesOptions",
|
|
14327
|
+
"description": "XML mapping — binds the column to an XML map"
|
|
14328
|
+
},
|
|
14345
14329
|
"name": {
|
|
14346
14330
|
"description": "Column name (used in header row)",
|
|
14347
14331
|
"type": "string"
|
|
@@ -14376,10 +14360,6 @@
|
|
|
14376
14360
|
"uniqueName": {
|
|
14377
14361
|
"description": "Unique column name for structured references",
|
|
14378
14362
|
"type": "string"
|
|
14379
|
-
},
|
|
14380
|
-
"xmlColumnPr": {
|
|
14381
|
-
"$ref": "#/definitions/XmlColumnPrOptions",
|
|
14382
|
-
"description": "XML mapping — binds the column to an XML map"
|
|
14383
14363
|
}
|
|
14384
14364
|
},
|
|
14385
14365
|
"required": ["name"],
|
|
@@ -14592,8 +14572,16 @@
|
|
|
14592
14572
|
"type": "string"
|
|
14593
14573
|
},
|
|
14594
14574
|
"TextAlignment": {
|
|
14595
|
-
"description": "Paragraph alignment; \"justify\" stretches lines to full width.",
|
|
14596
|
-
"enum": [
|
|
14575
|
+
"description": "Paragraph alignment; \"justify\" stretches lines to full width, \"distribute\" justifies including the last line, \"lowJustification\" aligns to a low baseline, \"thaiDistributed\" is Thai-style distribution.",
|
|
14576
|
+
"enum": [
|
|
14577
|
+
"left",
|
|
14578
|
+
"center",
|
|
14579
|
+
"right",
|
|
14580
|
+
"justify",
|
|
14581
|
+
"lowJustification",
|
|
14582
|
+
"distribute",
|
|
14583
|
+
"thaiDistributed"
|
|
14584
|
+
],
|
|
14597
14585
|
"type": "string"
|
|
14598
14586
|
},
|
|
14599
14587
|
"TextBodyOptions": {
|
|
@@ -16333,7 +16321,7 @@
|
|
|
16333
16321
|
},
|
|
16334
16322
|
"type": "array"
|
|
16335
16323
|
},
|
|
16336
|
-
"
|
|
16324
|
+
"calculation": {
|
|
16337
16325
|
"$ref": "#/definitions/CalculationPropertiesOptions",
|
|
16338
16326
|
"description": "Calculation properties"
|
|
16339
16327
|
},
|
|
@@ -16460,7 +16448,7 @@
|
|
|
16460
16448
|
},
|
|
16461
16449
|
"type": "array"
|
|
16462
16450
|
},
|
|
16463
|
-
"
|
|
16451
|
+
"fileRecovery": {
|
|
16464
16452
|
"$ref": "#/definitions/FileRecoveryPropertiesOptions",
|
|
16465
16453
|
"description": "File recovery properties"
|
|
16466
16454
|
},
|
|
@@ -16511,7 +16499,7 @@
|
|
|
16511
16499
|
"description": "Rich metadata block (xl/metadata.xml)"
|
|
16512
16500
|
},
|
|
16513
16501
|
"modified": {
|
|
16514
|
-
"description": "Last modified timestamp (W3CDTF); same null/undefined semantics as
|
|
16502
|
+
"description": "Last modified timestamp (W3CDTF); same null/undefined semantics as the created field.",
|
|
16515
16503
|
"type": ["string", "null"]
|
|
16516
16504
|
},
|
|
16517
16505
|
"numFmts": {
|
|
@@ -16573,6 +16561,10 @@
|
|
|
16573
16561
|
},
|
|
16574
16562
|
"type": "array"
|
|
16575
16563
|
},
|
|
16564
|
+
"properties": {
|
|
16565
|
+
"$ref": "#/definitions/WorkbookPropertiesOptions",
|
|
16566
|
+
"description": "Workbook properties — includes defaultThemeVersion, which Excel requires when the package carries a theme (dropping it makes the file unopenable)"
|
|
16567
|
+
},
|
|
16576
16568
|
"rawParts": {
|
|
16577
16569
|
"description": "Parts carried verbatim from the source that generate() does not rebuild (drawings, VML, external links, unknown parts) — bytes and content type intact; compiler-rebuilt parts under the same path win. Round-trip channel: captured from a parsed source document — do not hand-author.",
|
|
16578
16570
|
"items": {
|
|
@@ -16664,10 +16656,6 @@
|
|
|
16664
16656
|
"$ref": "#/definitions/WebPublishingOptions",
|
|
16665
16657
|
"description": "Web publishing properties"
|
|
16666
16658
|
},
|
|
16667
|
-
"workbookPr": {
|
|
16668
|
-
"$ref": "#/definitions/WorkbookPropertiesOptions",
|
|
16669
|
-
"description": "Workbook properties — includes defaultThemeVersion, which Excel requires when the package carries a theme (dropping it makes the file unopenable)"
|
|
16670
|
-
},
|
|
16671
16659
|
"workbookProtection": {
|
|
16672
16660
|
"$ref": "#/definitions/WorkbookProtectionOptions",
|
|
16673
16661
|
"description": "Workbook-level protection"
|
|
@@ -17420,6 +17408,10 @@
|
|
|
17420
17408
|
"$ref": "#/definitions/SheetBackgroundImageOptions",
|
|
17421
17409
|
"description": "Background image for the worksheet"
|
|
17422
17410
|
},
|
|
17411
|
+
"calculation": {
|
|
17412
|
+
"$ref": "#/definitions/SheetCalculationPropertiesOptions",
|
|
17413
|
+
"description": "Sheet calc properties"
|
|
17414
|
+
},
|
|
17423
17415
|
"cellWatches": {
|
|
17424
17416
|
"description": "Cell watches",
|
|
17425
17417
|
"items": {
|
|
@@ -17553,7 +17545,7 @@
|
|
|
17553
17545
|
"type": "string"
|
|
17554
17546
|
},
|
|
17555
17547
|
"legacyDrawingRid": {
|
|
17556
|
-
"description": "Legacy drawing reference r:id. Round-trip only, same passthrough semantics as
|
|
17548
|
+
"description": "Legacy drawing reference r:id. Round-trip only, same passthrough semantics as drawingRid.",
|
|
17557
17549
|
"type": "string"
|
|
17558
17550
|
},
|
|
17559
17551
|
"mergeCells": {
|
|
@@ -17579,7 +17571,7 @@
|
|
|
17579
17571
|
"pageSetup": {
|
|
17580
17572
|
"$ref": "#/definitions/PageSetupOptions"
|
|
17581
17573
|
},
|
|
17582
|
-
"
|
|
17574
|
+
"phonetic": {
|
|
17583
17575
|
"$ref": "#/definitions/PhoneticPropertiesOptions",
|
|
17584
17576
|
"description": "Phonetic properties for CJK text"
|
|
17585
17577
|
},
|
|
@@ -17597,6 +17589,10 @@
|
|
|
17597
17589
|
"$ref": "#/definitions/PrintOptions",
|
|
17598
17590
|
"description": "Print options"
|
|
17599
17591
|
},
|
|
17592
|
+
"properties": {
|
|
17593
|
+
"$ref": "#/definitions/SheetPropertiesOptions",
|
|
17594
|
+
"description": "Sheet extended properties"
|
|
17595
|
+
},
|
|
17600
17596
|
"protectedRanges": {
|
|
17601
17597
|
"description": "Named protected ranges within this sheet",
|
|
17602
17598
|
"items": {
|
|
@@ -17645,11 +17641,7 @@
|
|
|
17645
17641
|
},
|
|
17646
17642
|
"type": "array"
|
|
17647
17643
|
},
|
|
17648
|
-
"
|
|
17649
|
-
"$ref": "#/definitions/SheetCalculationPropertiesOptions",
|
|
17650
|
-
"description": "Sheet calc properties"
|
|
17651
|
-
},
|
|
17652
|
-
"sheetFormatPr": {
|
|
17644
|
+
"sheetFormat": {
|
|
17653
17645
|
"$ref": "#/definitions/SheetFormatPropertiesOptions",
|
|
17654
17646
|
"description": "Sheet format properties"
|
|
17655
17647
|
},
|
|
@@ -17657,10 +17649,6 @@
|
|
|
17657
17649
|
"description": "Workbook sheet id — unique but not necessarily sequential.",
|
|
17658
17650
|
"type": "number"
|
|
17659
17651
|
},
|
|
17660
|
-
"sheetPr": {
|
|
17661
|
-
"$ref": "#/definitions/SheetPropertiesOptions",
|
|
17662
|
-
"description": "Sheet extended properties"
|
|
17663
|
-
},
|
|
17664
17652
|
"sheetView": {
|
|
17665
17653
|
"$ref": "#/definitions/SheetViewOptions"
|
|
17666
17654
|
},
|
|
@@ -17871,32 +17859,32 @@
|
|
|
17871
17859
|
"description": "Table ID (required)",
|
|
17872
17860
|
"type": "number"
|
|
17873
17861
|
},
|
|
17862
|
+
"mapping": {
|
|
17863
|
+
"$ref": "#/definitions/XmlPropertiesOptions",
|
|
17864
|
+
"description": "XML properties (required)"
|
|
17865
|
+
},
|
|
17874
17866
|
"uniqueName": {
|
|
17875
17867
|
"description": "Unique name",
|
|
17876
17868
|
"type": "string"
|
|
17877
|
-
},
|
|
17878
|
-
"xmlPr": {
|
|
17879
|
-
"$ref": "#/definitions/XmlPropertiesOptions",
|
|
17880
|
-
"description": "XML properties (required)"
|
|
17881
17869
|
}
|
|
17882
17870
|
},
|
|
17883
|
-
"required": ["id", "
|
|
17871
|
+
"required": ["id", "mapping"],
|
|
17884
17872
|
"type": "object"
|
|
17885
17873
|
},
|
|
17886
|
-
"
|
|
17874
|
+
"XmlColumnPropertiesOptions": {
|
|
17887
17875
|
"additionalProperties": false,
|
|
17888
|
-
"description": "
|
|
17876
|
+
"description": "Table column XML mapping — lives on table columns, not this part.",
|
|
17889
17877
|
"properties": {
|
|
17890
17878
|
"denormalized": {
|
|
17891
|
-
"description": "Denormalized
|
|
17879
|
+
"description": "Denormalized",
|
|
17892
17880
|
"type": "boolean"
|
|
17893
17881
|
},
|
|
17894
17882
|
"mapId": {
|
|
17895
|
-
"description": "
|
|
17883
|
+
"description": "Owning map ID (required)",
|
|
17896
17884
|
"type": "number"
|
|
17897
17885
|
},
|
|
17898
17886
|
"xmlDataType": {
|
|
17899
|
-
"description": "XML
|
|
17887
|
+
"description": "XML data type (required)",
|
|
17900
17888
|
"type": "string"
|
|
17901
17889
|
},
|
|
17902
17890
|
"xpath": {
|
|
@@ -17904,7 +17892,7 @@
|
|
|
17904
17892
|
"type": "string"
|
|
17905
17893
|
}
|
|
17906
17894
|
},
|
|
17907
|
-
"required": ["
|
|
17895
|
+
"required": ["xpath", "xmlDataType", "mapId"],
|
|
17908
17896
|
"type": "object"
|
|
17909
17897
|
},
|
|
17910
17898
|
"XmlPropertiesOptions": {
|