igniteui-webcomponents-excel 5.2.0 → 5.3.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/bundles/igniteui-webcomponents-excel.umd.js +11358 -8475
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AddInFunctionResolver.js +1 -1
- package/esm2015/lib/AlternateContentChoice_combined.js +581 -251
- package/esm2015/lib/BiffRecordStream.js +3 -3
- package/esm2015/lib/BmpPartManager.js +1 -51
- package/esm2015/lib/CT_GraphicalObject_combined.js +5 -5
- package/esm2015/lib/CellShiftOperation_CellCache.js +7 -0
- package/esm2015/lib/ChartPatternFill.js +44 -0
- package/esm2015/lib/ColorInfo.js +5 -5
- package/esm2015/lib/ConditionBaseExtensions.js +5 -0
- package/esm2015/lib/ConditionalFormattingUtils.js +16 -13
- package/esm2015/lib/CustomListSortCondition.js +4 -4
- package/esm2015/lib/DefaultStyleHelper_combined.js +4387 -3883
- package/esm2015/lib/DrawingMLSpreadsheetDrawing.js +1 -1
- package/esm2015/lib/DrawingPartManagerHelpers_combined.js +43 -43
- package/esm2015/lib/DxfInfo.js +1 -1
- package/esm2015/lib/EmfPartManager.js +1 -43
- package/esm2015/lib/ExcelDocumentManager.js +36 -36
- package/esm2015/lib/GifPartManager.js +1 -43
- package/esm2015/lib/LegacyShapeData.js +1 -1
- package/esm2015/lib/MetadataPartManager.js +45 -0
- package/esm2015/lib/MultipleCellValueInfo.js +5 -5
- package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +2 -2
- package/esm2015/lib/ObjectModelMetadataPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdArrayPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValuePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValueStructurePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValueTypesPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValueWebImagePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdSupportingPropertyBagPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRichStylesPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRichValueRelPartManager.js +7 -0
- package/esm2015/lib/ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData.js +1 -1
- package/esm2015/lib/OrderedSortCondition.js +2 -2
- package/esm2015/lib/PatternType.js +237 -0
- package/esm2015/lib/PngPartManager.js +1 -43
- package/esm2015/lib/RdArrayPartManager.js +43 -0
- package/esm2015/lib/RdRichValuePartManager.js +44 -0
- package/esm2015/lib/RdRichValueStructurePartManager.js +44 -0
- package/esm2015/lib/RdRichValueTypesPartManager.js +44 -0
- package/esm2015/lib/RdRichValueWebImagePartManager.js +44 -0
- package/esm2015/lib/RdSupportingPropertyBagPartManager.js +45 -0
- package/esm2015/lib/RdSupportingPropertyBagStructurePartManager.js +45 -0
- package/esm2015/lib/RichStylesPartManager.js +43 -0
- package/esm2015/lib/RichValueRelPartManager.js +44 -0
- package/esm2015/lib/RoundTripControlData.js +9 -7
- package/esm2015/lib/RoundTripPartData.js +4 -2
- package/esm2015/lib/SerializationNumberFormatInfo.js +2 -2
- package/esm2015/lib/SpreadsheetML2009Main_combined.js +1149 -849
- package/esm2015/lib/TiffPartManager.js +1 -43
- package/esm2015/lib/UltraCalcConditionalFunctionBase_combined.js +1 -1
- package/esm2015/lib/UltraCalcFunctionCell.js +7 -7
- package/esm2015/lib/UltraCalcFunctionColumn.js +1 -1
- package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionMatch.js +1 -1
- package/esm2015/lib/UltraCalcFunctionRow.js +1 -1
- package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm2015/lib/WeakWorkbookOwner.js +4 -0
- package/esm2015/lib/WmfPartManager.js +1 -43
- package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +2 -2
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +2819 -2123
- package/esm2015/lib/WorkbookMetadataCellBlock.js +33 -0
- package/esm2015/lib/WorkbookMetadataItem.js +25 -0
- package/esm2015/lib/WorkbookMetadataRecord.js +23 -0
- package/esm2015/lib/WorkbookMetadataType.js +75 -0
- package/esm2015/lib/WorkbookSaveManagerExcel2003_SaveTokenVisitor.js +1 -1
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +154 -154
- package/esm2015/public_api.js +28 -1
- package/esm5/lib/AddInFunctionResolver.js +1 -1
- package/esm5/lib/AlternateContentChoice_combined.js +691 -251
- package/esm5/lib/BiffRecordStream.js +3 -3
- package/esm5/lib/BmpPartManager.js +1 -69
- package/esm5/lib/CT_GraphicalObject_combined.js +5 -5
- package/esm5/lib/CellShiftOperation_CellCache.js +7 -0
- package/esm5/lib/ChartPatternFill.js +58 -0
- package/esm5/lib/ColorInfo.js +5 -5
- package/esm5/lib/ConditionBaseExtensions.js +5 -0
- package/esm5/lib/ConditionalFormattingUtils.js +19 -13
- package/esm5/lib/CustomListSortCondition.js +4 -4
- package/esm5/lib/DefaultStyleHelper_combined.js +4470 -3934
- package/esm5/lib/DrawingMLSpreadsheetDrawing.js +1 -1
- package/esm5/lib/DrawingPartManagerHelpers_combined.js +43 -43
- package/esm5/lib/DxfInfo.js +1 -1
- package/esm5/lib/EmfPartManager.js +1 -60
- package/esm5/lib/ExcelDocumentManager.js +36 -36
- package/esm5/lib/GifPartManager.js +1 -60
- package/esm5/lib/LegacyShapeData.js +1 -1
- package/esm5/lib/MetadataPartManager.js +57 -0
- package/esm5/lib/MultipleCellValueInfo.js +5 -5
- package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +2 -2
- package/esm5/lib/ObjectModelMetadataPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdArrayPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValuePartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValueStructurePartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValueTypesPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValueWebImagePartManager.js +7 -0
- package/esm5/lib/ObjectModelRdSupportingPropertyBagPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.js +7 -0
- package/esm5/lib/ObjectModelRichStylesPartManager.js +7 -0
- package/esm5/lib/ObjectModelRichValueRelPartManager.js +7 -0
- package/esm5/lib/ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData.js +1 -1
- package/esm5/lib/OrderedSortCondition.js +2 -2
- package/esm5/lib/PatternType.js +237 -0
- package/esm5/lib/PngPartManager.js +1 -60
- package/esm5/lib/RdArrayPartManager.js +55 -0
- package/esm5/lib/RdRichValuePartManager.js +56 -0
- package/esm5/lib/RdRichValueStructurePartManager.js +56 -0
- package/esm5/lib/RdRichValueTypesPartManager.js +56 -0
- package/esm5/lib/RdRichValueWebImagePartManager.js +56 -0
- package/esm5/lib/RdSupportingPropertyBagPartManager.js +57 -0
- package/esm5/lib/RdSupportingPropertyBagStructurePartManager.js +57 -0
- package/esm5/lib/RichStylesPartManager.js +55 -0
- package/esm5/lib/RichValueRelPartManager.js +56 -0
- package/esm5/lib/RoundTripControlData.js +9 -7
- package/esm5/lib/RoundTripPartData.js +4 -2
- package/esm5/lib/SerializationNumberFormatInfo.js +2 -2
- package/esm5/lib/SpreadsheetML2009Main_combined.js +1523 -1096
- package/esm5/lib/TiffPartManager.js +1 -60
- package/esm5/lib/UltraCalcConditionalFunctionBase_combined.js +1 -1
- package/esm5/lib/UltraCalcFunctionCell.js +7 -7
- package/esm5/lib/UltraCalcFunctionColumn.js +1 -1
- package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionMatch.js +1 -1
- package/esm5/lib/UltraCalcFunctionRow.js +1 -1
- package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm5/lib/WeakWorkbookOwner.js +8 -0
- package/esm5/lib/WmfPartManager.js +1 -60
- package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +2 -2
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +2874 -2128
- package/esm5/lib/WorkbookMetadataCellBlock.js +39 -0
- package/esm5/lib/WorkbookMetadataItem.js +27 -0
- package/esm5/lib/WorkbookMetadataRecord.js +25 -0
- package/esm5/lib/WorkbookMetadataType.js +77 -0
- package/esm5/lib/WorkbookSaveManagerExcel2003_SaveTokenVisitor.js +1 -1
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +154 -154
- package/esm5/public_api.js +28 -1
- package/fesm2015/igniteui-webcomponents-excel.js +10186 -7665
- package/fesm5/igniteui-webcomponents-excel.js +11332 -8477
- package/lib/AlternateContentChoice_combined.d.ts +174 -66
- package/lib/BmpPartManager.d.ts +1 -22
- package/lib/CellShiftOperation_CellCache.d.ts +1 -0
- package/lib/ChartPatternFill.d.ts +26 -0
- package/lib/ConditionalFormattingUtils.d.ts +1 -1
- package/lib/DefaultStyleHelper_combined.d.ts +1021 -847
- package/lib/EmfPartManager.d.ts +1 -20
- package/lib/ExcelDocumentManager.d.ts +12 -12
- package/lib/GifPartManager.d.ts +1 -20
- package/lib/MetadataPartManager.d.ts +19 -0
- package/lib/ObjectModelMetadataPartManager.d.ts +1 -0
- package/lib/ObjectModelRdArrayPartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValuePartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValueStructurePartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValueTypesPartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValueWebImagePartManager.d.ts +1 -0
- package/lib/ObjectModelRdSupportingPropertyBagPartManager.d.ts +1 -0
- package/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.d.ts +1 -0
- package/lib/ObjectModelRichStylesPartManager.d.ts +1 -0
- package/lib/ObjectModelRichValueRelPartManager.d.ts +1 -0
- package/lib/PatternType.d.ts +230 -0
- package/lib/PngPartManager.d.ts +1 -20
- package/lib/RdArrayPartManager.d.ts +17 -0
- package/lib/RdRichValuePartManager.d.ts +18 -0
- package/lib/RdRichValueStructurePartManager.d.ts +18 -0
- package/lib/RdRichValueTypesPartManager.d.ts +18 -0
- package/lib/RdRichValueWebImagePartManager.d.ts +18 -0
- package/lib/RdSupportingPropertyBagPartManager.d.ts +19 -0
- package/lib/RdSupportingPropertyBagStructurePartManager.d.ts +19 -0
- package/lib/RichStylesPartManager.d.ts +17 -0
- package/lib/RichValueRelPartManager.d.ts +18 -0
- package/lib/RoundTripControlData.d.ts +6 -4
- package/lib/RoundTripPartData.d.ts +6 -2
- package/lib/SpreadsheetML2009Main_combined.d.ts +591 -533
- package/lib/TiffPartManager.d.ts +1 -20
- package/lib/WeakWorkbookOwner.d.ts +1 -0
- package/lib/WmfPartManager.d.ts +1 -20
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +480 -319
- package/lib/WorkbookMetadataCellBlock.d.ts +13 -0
- package/lib/WorkbookMetadataItem.d.ts +12 -0
- package/lib/WorkbookMetadataRecord.d.ts +11 -0
- package/lib/WorkbookMetadataType.d.ts +36 -0
- package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +3 -3
- package/package.json +2 -2
- package/public_api.d.ts +28 -1
|
@@ -311,10 +311,10 @@ export let SpreadsheetML2009Main = /*@__PURE__*/ (() => {
|
|
|
311
311
|
let n = toNullable(Number_$type, null);
|
|
312
312
|
let o = toNullable(Number_$type, null);
|
|
313
313
|
let p = toNullable(Boolean_$type, null);
|
|
314
|
-
SpreadsheetMLMain.
|
|
314
|
+
SpreadsheetMLMain.aay(a, SpreadsheetML2009Main.ax, c, h, d, e, i, j, k, f, l, m, n, o, p, b, g);
|
|
315
315
|
}
|
|
316
316
|
static cw(a, b, c, d) {
|
|
317
|
-
let e = SpreadsheetMLMain.
|
|
317
|
+
let e = SpreadsheetMLMain.u8(a, SpreadsheetML2009Main.ay, b, c, d);
|
|
318
318
|
b = e.p2;
|
|
319
319
|
c = e.p3;
|
|
320
320
|
d = e.p4;
|
|
@@ -595,9 +595,9 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
595
595
|
}
|
|
596
596
|
s(a) {
|
|
597
597
|
switch (a) {
|
|
598
|
-
case 0: return SpreadsheetMLMain.
|
|
599
|
-
case 1: return SpreadsheetMLMain.
|
|
600
|
-
default: return SpreadsheetMLMain.
|
|
598
|
+
case 0: return SpreadsheetMLMain.l1;
|
|
599
|
+
case 1: return SpreadsheetMLMain.l0;
|
|
600
|
+
default: return SpreadsheetMLMain.l1;
|
|
601
601
|
}
|
|
602
602
|
}
|
|
603
603
|
get_t() {
|
|
@@ -606,7 +606,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
606
606
|
get t() {
|
|
607
607
|
return this.get_t();
|
|
608
608
|
}
|
|
609
|
-
static
|
|
609
|
+
static uj(a, b, c, d) {
|
|
610
610
|
if (a == null) {
|
|
611
611
|
a = new StringBuilder(1, b.length);
|
|
612
612
|
}
|
|
@@ -617,7 +617,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
617
617
|
p3: d
|
|
618
618
|
};
|
|
619
619
|
}
|
|
620
|
-
static
|
|
620
|
+
static hu(a) {
|
|
621
621
|
if (a == null) {
|
|
622
622
|
return null;
|
|
623
623
|
}
|
|
@@ -632,7 +632,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
632
632
|
if (DocCoreUtils.d(a.charAt(d + 2)) == false || DocCoreUtils.d(a.charAt(d + 3)) == false || DocCoreUtils.d(a.charAt(d + 4)) == false || DocCoreUtils.d(a.charAt(d + 5)) == false) {
|
|
633
633
|
continue;
|
|
634
634
|
}
|
|
635
|
-
let f = SpreadsheetMLMain.
|
|
635
|
+
let f = SpreadsheetMLMain.uj(b, a, d, c);
|
|
636
636
|
b = f.p0;
|
|
637
637
|
c = f.p3;
|
|
638
638
|
b.l("_x005F_");
|
|
@@ -643,7 +643,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
643
643
|
if (65535 <= e.charCodeAt(0)) {
|
|
644
644
|
continue;
|
|
645
645
|
}
|
|
646
|
-
let g = SpreadsheetMLMain.
|
|
646
|
+
let g = SpreadsheetMLMain.uj(b, a, d, c);
|
|
647
647
|
b = g.p0;
|
|
648
648
|
c = g.p3;
|
|
649
649
|
b.q("_x{0:X4}_", e.charCodeAt(0));
|
|
@@ -651,12 +651,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
651
651
|
if (c == 0) {
|
|
652
652
|
return a;
|
|
653
653
|
}
|
|
654
|
-
let h = SpreadsheetMLMain.
|
|
654
|
+
let h = SpreadsheetMLMain.uj(b, a, a.length, c);
|
|
655
655
|
b = h.p0;
|
|
656
656
|
c = h.p3;
|
|
657
657
|
return b.toString();
|
|
658
658
|
}
|
|
659
|
-
static
|
|
659
|
+
static st(a, b = false) {
|
|
660
660
|
if (a == null) {
|
|
661
661
|
return null;
|
|
662
662
|
}
|
|
@@ -667,12 +667,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
667
667
|
if (f != '_') {
|
|
668
668
|
if (b) {
|
|
669
669
|
if (f == '\n') {
|
|
670
|
-
let g = SpreadsheetMLMain.
|
|
670
|
+
let g = SpreadsheetMLMain.uj(c, a, e, d);
|
|
671
671
|
c = g.p0;
|
|
672
672
|
d = g.p3;
|
|
673
673
|
}
|
|
674
674
|
else if (f == '\r') {
|
|
675
|
-
let h = SpreadsheetMLMain.
|
|
675
|
+
let h = SpreadsheetMLMain.uj(c, a, e, d);
|
|
676
676
|
c = h.p0;
|
|
677
677
|
d = h.p3;
|
|
678
678
|
if (e + 1 < a.length && a.charAt(e + 1) == '\n') {
|
|
@@ -691,7 +691,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
691
691
|
if (((() => { let k = tryParseInt32_2(i, 515, CultureInfo.invariantCulture, j); j = k.p3; return k.ret; })()) == false) {
|
|
692
692
|
continue;
|
|
693
693
|
}
|
|
694
|
-
let k = SpreadsheetMLMain.
|
|
694
|
+
let k = SpreadsheetMLMain.uj(c, a, e, d);
|
|
695
695
|
c = k.p0;
|
|
696
696
|
d = k.p3;
|
|
697
697
|
c.h(String.fromCharCode(j));
|
|
@@ -701,12 +701,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
701
701
|
if (d == 0) {
|
|
702
702
|
return a;
|
|
703
703
|
}
|
|
704
|
-
let l = SpreadsheetMLMain.
|
|
704
|
+
let l = SpreadsheetMLMain.uj(c, a, a.length, d);
|
|
705
705
|
c = l.p0;
|
|
706
706
|
d = l.p3;
|
|
707
707
|
return c.toString();
|
|
708
708
|
}
|
|
709
|
-
static
|
|
709
|
+
static vs(a, b, c) {
|
|
710
710
|
let d = a.ao("val");
|
|
711
711
|
if (d == null) {
|
|
712
712
|
c = true;
|
|
@@ -718,7 +718,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
718
718
|
p2: c
|
|
719
719
|
};
|
|
720
720
|
}
|
|
721
|
-
static
|
|
721
|
+
static abk(a, b, c = true) {
|
|
722
722
|
a.ad.p(b, null);
|
|
723
723
|
let d;
|
|
724
724
|
if (c != true) {
|
|
@@ -726,7 +726,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
726
726
|
a.ad.h("val", d);
|
|
727
727
|
}
|
|
728
728
|
}
|
|
729
|
-
static
|
|
729
|
+
static vt(a, b, c) {
|
|
730
730
|
c = 0;
|
|
731
731
|
let d = a.ao("style");
|
|
732
732
|
if (d != null) {
|
|
@@ -736,7 +736,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
736
736
|
p2: c
|
|
737
737
|
};
|
|
738
738
|
}
|
|
739
|
-
static
|
|
739
|
+
static abl(a, b, c = 0) {
|
|
740
740
|
a.ad.p(b, null);
|
|
741
741
|
let d;
|
|
742
742
|
if (c != 0) {
|
|
@@ -744,7 +744,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
744
744
|
a.ad.h("style", d);
|
|
745
745
|
}
|
|
746
746
|
}
|
|
747
|
-
static
|
|
747
|
+
static vu(a, b, c, d, e, f, g) {
|
|
748
748
|
c = toNullable(Boolean_$type, null);
|
|
749
749
|
d = toNullable(Number_$type, null);
|
|
750
750
|
e = toNullable(ST_UnsignedIntHex.$, null);
|
|
@@ -782,7 +782,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
782
782
|
p6: g
|
|
783
783
|
};
|
|
784
784
|
}
|
|
785
|
-
static
|
|
785
|
+
static abm(a, b, c = toNullable(Boolean_$type, null), d = toNullable(Number_$type, null), e = toNullable(ST_UnsignedIntHex.$, null), f = toNullable(Number_$type, null), g = 0) {
|
|
786
786
|
a.ad.p(b, null);
|
|
787
787
|
let h;
|
|
788
788
|
if (nullableNotEquals(c, null)) {
|
|
@@ -806,16 +806,16 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
806
806
|
a.ad.h("tint", h);
|
|
807
807
|
}
|
|
808
808
|
}
|
|
809
|
-
static
|
|
809
|
+
static vv(a, b, c) {
|
|
810
810
|
c = XmlNamespaceDefinitionBase.u(a, b);
|
|
811
811
|
return {
|
|
812
812
|
p2: c
|
|
813
813
|
};
|
|
814
814
|
}
|
|
815
|
-
static
|
|
815
|
+
static abn(a, b, c) {
|
|
816
816
|
XmlNamespaceDefinitionBase.aj(a, b, null, c);
|
|
817
817
|
}
|
|
818
|
-
static
|
|
818
|
+
static vw(a, b, c, d) {
|
|
819
819
|
c = 0;
|
|
820
820
|
d = 0;
|
|
821
821
|
for (let e of fromEnum(a.ab.u)) {
|
|
@@ -834,7 +834,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
834
834
|
p3: d
|
|
835
835
|
};
|
|
836
836
|
}
|
|
837
|
-
static
|
|
837
|
+
static abo(a, b, c = 0, d = 0) {
|
|
838
838
|
a.ad.p(b, null);
|
|
839
839
|
let e;
|
|
840
840
|
if (c != 0) {
|
|
@@ -846,7 +846,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
846
846
|
a.ad.h("manualBreakCount", e);
|
|
847
847
|
}
|
|
848
848
|
}
|
|
849
|
-
static
|
|
849
|
+
static vx(a, b, c, d) {
|
|
850
850
|
let e = a.ao("array");
|
|
851
851
|
if (e == null) {
|
|
852
852
|
d = false;
|
|
@@ -860,7 +860,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
860
860
|
p3: d
|
|
861
861
|
};
|
|
862
862
|
}
|
|
863
|
-
static
|
|
863
|
+
static abp(a, b, c, d = false) {
|
|
864
864
|
a.ad.p(b, null);
|
|
865
865
|
let e;
|
|
866
866
|
if (d != false) {
|
|
@@ -869,7 +869,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
869
869
|
}
|
|
870
870
|
a.ad.u(c);
|
|
871
871
|
}
|
|
872
|
-
static
|
|
872
|
+
static uk(a, b, c, d, e, f, g, h, i, j) {
|
|
873
873
|
b = toNullable(ST_HorizontalAlignment_$type, null);
|
|
874
874
|
c = toNullable(ST_VerticalAlignment_$type, null);
|
|
875
875
|
d = toNullable(Number_$type, null);
|
|
@@ -923,8 +923,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
923
923
|
p9: j
|
|
924
924
|
};
|
|
925
925
|
}
|
|
926
|
-
static
|
|
927
|
-
a.ad.p(SpreadsheetMLMain.
|
|
926
|
+
static aac(a, b = toNullable(ST_HorizontalAlignment_$type, null), c = toNullable(ST_VerticalAlignment_$type, null), d = toNullable(Number_$type, null), e = false, f = toNullable(Number_$type, null), g = toNullable(Number_$type, null), h = false, i = false, j = toNullable(Number_$type, null)) {
|
|
927
|
+
a.ad.p(SpreadsheetMLMain.cl, null);
|
|
928
928
|
let k;
|
|
929
929
|
if (nullableNotEquals(b, null)) {
|
|
930
930
|
k = XmlNamespaceDefinitionBase.p(ST_HorizontalAlignment_$type, b.value);
|
|
@@ -963,7 +963,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
963
963
|
a.ad.h("readingOrder", k);
|
|
964
964
|
}
|
|
965
965
|
}
|
|
966
|
-
static
|
|
966
|
+
static ul(a, b, c) {
|
|
967
967
|
b = false;
|
|
968
968
|
c = false;
|
|
969
969
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -982,8 +982,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
982
982
|
p2: c
|
|
983
983
|
};
|
|
984
984
|
}
|
|
985
|
-
static
|
|
986
|
-
a.ad.p(SpreadsheetMLMain.
|
|
985
|
+
static aad(a, b = false, c = false) {
|
|
986
|
+
a.ad.p(SpreadsheetMLMain.cq, null);
|
|
987
987
|
let d;
|
|
988
988
|
if (b != false) {
|
|
989
989
|
d = ST_OnOff.g(b);
|
|
@@ -994,44 +994,44 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
994
994
|
a.ad.h("sizeWithCells", d);
|
|
995
995
|
}
|
|
996
996
|
}
|
|
997
|
-
static
|
|
998
|
-
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.
|
|
997
|
+
static um(a, b) {
|
|
998
|
+
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.c2);
|
|
999
999
|
return {
|
|
1000
1000
|
p1: b
|
|
1001
1001
|
};
|
|
1002
1002
|
}
|
|
1003
|
-
static
|
|
1004
|
-
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.
|
|
1003
|
+
static aae(a, b) {
|
|
1004
|
+
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.c2, null, b);
|
|
1005
1005
|
}
|
|
1006
|
-
static
|
|
1006
|
+
static un(a) {
|
|
1007
1007
|
}
|
|
1008
|
-
static
|
|
1009
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1008
|
+
static aaf(a) {
|
|
1009
|
+
a.ad.p(SpreadsheetMLMain.c4, null);
|
|
1010
1010
|
}
|
|
1011
|
-
static
|
|
1011
|
+
static uo(a, b) {
|
|
1012
1012
|
b = a.ao("ref");
|
|
1013
1013
|
return {
|
|
1014
1014
|
p1: b
|
|
1015
1015
|
};
|
|
1016
1016
|
}
|
|
1017
|
-
static
|
|
1018
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1017
|
+
static aag(a, b) {
|
|
1018
|
+
a.ad.p(SpreadsheetMLMain.c8, null);
|
|
1019
1019
|
let c;
|
|
1020
1020
|
c = b;
|
|
1021
1021
|
a.ad.h("ref", c);
|
|
1022
1022
|
}
|
|
1023
|
-
static
|
|
1024
|
-
let c = SpreadsheetMLMain.
|
|
1023
|
+
static up(a, b) {
|
|
1024
|
+
let c = SpreadsheetMLMain.vs(a, SpreadsheetMLMain.df, b);
|
|
1025
1025
|
b = c.p2;
|
|
1026
1026
|
return {
|
|
1027
1027
|
p1: b
|
|
1028
1028
|
};
|
|
1029
1029
|
}
|
|
1030
|
-
static
|
|
1031
|
-
SpreadsheetMLMain.
|
|
1030
|
+
static aah(a, b = true) {
|
|
1031
|
+
SpreadsheetMLMain.abk(a, SpreadsheetMLMain.df, b);
|
|
1032
1032
|
}
|
|
1033
|
-
static
|
|
1034
|
-
let g = SpreadsheetMLMain.
|
|
1033
|
+
static uq(a, b, c, d, e, f) {
|
|
1034
|
+
let g = SpreadsheetMLMain.vu(a, SpreadsheetMLMain.dj, b, c, d, e, f);
|
|
1035
1035
|
b = g.p2;
|
|
1036
1036
|
c = g.p3;
|
|
1037
1037
|
d = g.p4;
|
|
@@ -1045,15 +1045,20 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1045
1045
|
p5: f
|
|
1046
1046
|
};
|
|
1047
1047
|
}
|
|
1048
|
-
static
|
|
1049
|
-
SpreadsheetMLMain.
|
|
1048
|
+
static aai(a, b = toNullable(Boolean_$type, null), c = toNullable(Number_$type, null), d = toNullable(ST_UnsignedIntHex.$, null), e = toNullable(Number_$type, null), f = 0) {
|
|
1049
|
+
SpreadsheetMLMain.abm(a, SpreadsheetMLMain.dj, b, c, d, e, f);
|
|
1050
1050
|
}
|
|
1051
|
-
static
|
|
1051
|
+
static ur(a) {
|
|
1052
1052
|
}
|
|
1053
|
-
static
|
|
1053
|
+
static aaj(a) {
|
|
1054
1054
|
a.ad.p(SpreadsheetMLMain.dk, null);
|
|
1055
1055
|
}
|
|
1056
|
-
static
|
|
1056
|
+
static us(a) {
|
|
1057
|
+
}
|
|
1058
|
+
static aak(a) {
|
|
1059
|
+
a.ad.p(SpreadsheetMLMain.dn, null);
|
|
1060
|
+
}
|
|
1061
|
+
static ut(a, b, c, d) {
|
|
1057
1062
|
b = false;
|
|
1058
1063
|
c = false;
|
|
1059
1064
|
d = true;
|
|
@@ -1077,8 +1082,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1077
1082
|
p3: d
|
|
1078
1083
|
};
|
|
1079
1084
|
}
|
|
1080
|
-
static
|
|
1081
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1085
|
+
static aal(a, b = false, c = false, d = true) {
|
|
1086
|
+
a.ad.p(SpreadsheetMLMain.dp, null);
|
|
1082
1087
|
let e;
|
|
1083
1088
|
if (b != false) {
|
|
1084
1089
|
e = ST_OnOff.g(b);
|
|
@@ -1093,7 +1098,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1093
1098
|
a.ad.h("outline", e);
|
|
1094
1099
|
}
|
|
1095
1100
|
}
|
|
1096
|
-
static
|
|
1101
|
+
static uu(a, b) {
|
|
1097
1102
|
let c = a.ao("count");
|
|
1098
1103
|
if (c == null) {
|
|
1099
1104
|
b = toNullable(Number_$type, null);
|
|
@@ -1105,25 +1110,25 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1105
1110
|
p1: b
|
|
1106
1111
|
};
|
|
1107
1112
|
}
|
|
1108
|
-
static
|
|
1109
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1113
|
+
static aam(a, b = toNullable(Number_$type, null)) {
|
|
1114
|
+
a.ad.p(SpreadsheetMLMain.dr, null);
|
|
1110
1115
|
let c;
|
|
1111
1116
|
if (nullableNotEquals(b, null)) {
|
|
1112
1117
|
c = b.value.toString();
|
|
1113
1118
|
a.ad.h("count", c);
|
|
1114
1119
|
}
|
|
1115
1120
|
}
|
|
1116
|
-
static
|
|
1117
|
-
let c = SpreadsheetMLMain.
|
|
1121
|
+
static uv(a, b) {
|
|
1122
|
+
let c = SpreadsheetMLMain.vt(a, SpreadsheetMLMain.ds, b);
|
|
1118
1123
|
b = c.p2;
|
|
1119
1124
|
return {
|
|
1120
1125
|
p1: b
|
|
1121
1126
|
};
|
|
1122
1127
|
}
|
|
1123
|
-
static
|
|
1124
|
-
SpreadsheetMLMain.
|
|
1128
|
+
static aan(a, b = 0) {
|
|
1129
|
+
SpreadsheetMLMain.abl(a, SpreadsheetMLMain.ds, b);
|
|
1125
1130
|
}
|
|
1126
|
-
static
|
|
1131
|
+
static uw(a, b, c, d, e, f) {
|
|
1127
1132
|
b = 0;
|
|
1128
1133
|
c = toNullable(Number_$type, null);
|
|
1129
1134
|
d = toNullable(Number_$type, null);
|
|
@@ -1157,8 +1162,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1157
1162
|
p5: f
|
|
1158
1163
|
};
|
|
1159
1164
|
}
|
|
1160
|
-
static
|
|
1161
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1165
|
+
static aao(a, b = 0, c = toNullable(Number_$type, null), d = toNullable(Number_$type, null), e = false, f = false) {
|
|
1166
|
+
a.ad.p(SpreadsheetMLMain.du, null);
|
|
1162
1167
|
let g;
|
|
1163
1168
|
if (b != 0) {
|
|
1164
1169
|
g = b.toString();
|
|
@@ -1181,7 +1186,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1181
1186
|
a.ad.h("pt", g);
|
|
1182
1187
|
}
|
|
1183
1188
|
}
|
|
1184
|
-
static
|
|
1189
|
+
static ux(a, b, c, d, e, f, g, h, i, j, k, l, m, n) {
|
|
1185
1190
|
b = toNullable(Number_$type, null);
|
|
1186
1191
|
c = 1;
|
|
1187
1192
|
d = false;
|
|
@@ -1255,8 +1260,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1255
1260
|
p13: n
|
|
1256
1261
|
};
|
|
1257
1262
|
}
|
|
1258
|
-
static
|
|
1259
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1263
|
+
static aap(a, b = toNullable(Number_$type, null), c = 1, d = false, e = 0, f = false, g = 100, h = 0.001, i = true, j = true, k = true, l = true, m = toNullable(Number_$type, null), n = toNullable(Boolean_$type, null)) {
|
|
1264
|
+
a.ad.p(SpreadsheetMLMain.d4, null);
|
|
1260
1265
|
let o;
|
|
1261
1266
|
if (nullableNotEquals(b, null)) {
|
|
1262
1267
|
o = b.value.toString();
|
|
@@ -1311,8 +1316,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1311
1316
|
a.ad.h("forceFullCalc", o);
|
|
1312
1317
|
}
|
|
1313
1318
|
}
|
|
1314
|
-
static
|
|
1315
|
-
let d = SpreadsheetMLMain.
|
|
1319
|
+
static uy(a, b, c) {
|
|
1320
|
+
let d = SpreadsheetMLMain.vx(a, SpreadsheetMLMain.d5, b, c);
|
|
1316
1321
|
b = d.p2;
|
|
1317
1322
|
c = d.p3;
|
|
1318
1323
|
return {
|
|
@@ -1320,10 +1325,10 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1320
1325
|
p2: c
|
|
1321
1326
|
};
|
|
1322
1327
|
}
|
|
1323
|
-
static
|
|
1324
|
-
SpreadsheetMLMain.
|
|
1328
|
+
static aaq(a, b, c = false) {
|
|
1329
|
+
SpreadsheetMLMain.abp(a, SpreadsheetMLMain.d5, b, c);
|
|
1325
1330
|
}
|
|
1326
|
-
static
|
|
1331
|
+
static uz(a, b, c, d, e, f, g) {
|
|
1327
1332
|
b = null;
|
|
1328
1333
|
c = 0;
|
|
1329
1334
|
d = 2;
|
|
@@ -1374,7 +1379,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1374
1379
|
default: return 2;
|
|
1375
1380
|
}
|
|
1376
1381
|
}
|
|
1377
|
-
static
|
|
1382
|
+
static aar(a, b, c = 0, d = 2, e = 0, f = 0, g = false) {
|
|
1378
1383
|
a.ad.r("c");
|
|
1379
1384
|
a.ad.j("r", b);
|
|
1380
1385
|
if (c != 0) {
|
|
@@ -1393,7 +1398,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1393
1398
|
a.ad.j("ph", ST_OnOff.g(g));
|
|
1394
1399
|
}
|
|
1395
1400
|
}
|
|
1396
|
-
static
|
|
1401
|
+
static u0(a, b, c, d) {
|
|
1397
1402
|
b = null;
|
|
1398
1403
|
c = 2;
|
|
1399
1404
|
d = 0;
|
|
@@ -1417,8 +1422,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1417
1422
|
p3: d
|
|
1418
1423
|
};
|
|
1419
1424
|
}
|
|
1420
|
-
static
|
|
1421
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1425
|
+
static aas(a, b = null, c = 2, d = 0) {
|
|
1426
|
+
a.ad.p(SpreadsheetMLMain.d8, null);
|
|
1422
1427
|
let e;
|
|
1423
1428
|
e = b;
|
|
1424
1429
|
a.ad.h("r", e);
|
|
@@ -1431,7 +1436,27 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1431
1436
|
a.ad.h("vm", e);
|
|
1432
1437
|
}
|
|
1433
1438
|
}
|
|
1434
|
-
static
|
|
1439
|
+
static u1(a, b) {
|
|
1440
|
+
let c = a.ao("count");
|
|
1441
|
+
if (c == null) {
|
|
1442
|
+
b = toNullable(Number_$type, null);
|
|
1443
|
+
}
|
|
1444
|
+
else {
|
|
1445
|
+
b = toNullable(Number_$type, parseUInt32_1(c, CultureInfo.invariantCulture));
|
|
1446
|
+
}
|
|
1447
|
+
return {
|
|
1448
|
+
p1: b
|
|
1449
|
+
};
|
|
1450
|
+
}
|
|
1451
|
+
static aat(a, b = toNullable(Number_$type, null)) {
|
|
1452
|
+
a.ad.p(SpreadsheetMLMain.ec, null);
|
|
1453
|
+
let c;
|
|
1454
|
+
if (nullableNotEquals(b, null)) {
|
|
1455
|
+
c = b.value.toString();
|
|
1456
|
+
a.ad.h("count", c);
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
static u2(a, b, c, d, e, f, g) {
|
|
1435
1460
|
c = null;
|
|
1436
1461
|
b = 0;
|
|
1437
1462
|
d = toNullable(Number_$type, null);
|
|
@@ -1441,7 +1466,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1441
1466
|
for (let h of fromEnum(a.ab.u)) {
|
|
1442
1467
|
switch (h.a.e(a.d)) {
|
|
1443
1468
|
case "name":
|
|
1444
|
-
c = SpreadsheetMLMain.
|
|
1469
|
+
c = SpreadsheetMLMain.st(h.d);
|
|
1445
1470
|
break;
|
|
1446
1471
|
case "xfId":
|
|
1447
1472
|
b = parseUInt32_1(h.d, CultureInfo.invariantCulture);
|
|
@@ -1470,10 +1495,10 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1470
1495
|
p6: g
|
|
1471
1496
|
};
|
|
1472
1497
|
}
|
|
1473
|
-
static
|
|
1474
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1498
|
+
static aau(a, b, c = null, d = toNullable(Number_$type, null), e = toNullable(Number_$type, null), f = false, g = false) {
|
|
1499
|
+
a.ad.p(SpreadsheetMLMain.ed, null);
|
|
1475
1500
|
let h;
|
|
1476
|
-
h = SpreadsheetMLMain.
|
|
1501
|
+
h = SpreadsheetMLMain.hu(c);
|
|
1477
1502
|
a.ad.h("name", h);
|
|
1478
1503
|
h = b.toString();
|
|
1479
1504
|
a.ad.h("xfId", h);
|
|
@@ -1494,7 +1519,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1494
1519
|
a.ad.h("customBuiltin", h);
|
|
1495
1520
|
}
|
|
1496
1521
|
}
|
|
1497
|
-
static
|
|
1522
|
+
static u3(a, b) {
|
|
1498
1523
|
let c = a.ao("count");
|
|
1499
1524
|
if (c == null) {
|
|
1500
1525
|
b = toNullable(Number_$type, null);
|
|
@@ -1506,15 +1531,15 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1506
1531
|
p1: b
|
|
1507
1532
|
};
|
|
1508
1533
|
}
|
|
1509
|
-
static
|
|
1510
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1534
|
+
static aav(a, b = toNullable(Number_$type, null)) {
|
|
1535
|
+
a.ad.p(SpreadsheetMLMain.ee, null);
|
|
1511
1536
|
let c;
|
|
1512
1537
|
if (nullableNotEquals(b, null)) {
|
|
1513
1538
|
c = b.value.toString();
|
|
1514
1539
|
a.ad.h("count", c);
|
|
1515
1540
|
}
|
|
1516
1541
|
}
|
|
1517
|
-
static
|
|
1542
|
+
static u4(a, b) {
|
|
1518
1543
|
let c = a.ao("count");
|
|
1519
1544
|
if (c == null) {
|
|
1520
1545
|
b = toNullable(Number_$type, null);
|
|
@@ -1526,15 +1551,15 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1526
1551
|
p1: b
|
|
1527
1552
|
};
|
|
1528
1553
|
}
|
|
1529
|
-
static
|
|
1530
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1554
|
+
static aaw(a, b = toNullable(Number_$type, null)) {
|
|
1555
|
+
a.ad.p(SpreadsheetMLMain.ef, null);
|
|
1531
1556
|
let c;
|
|
1532
1557
|
if (nullableNotEquals(b, null)) {
|
|
1533
1558
|
c = b.value.toString();
|
|
1534
1559
|
a.ad.h("count", c);
|
|
1535
1560
|
}
|
|
1536
1561
|
}
|
|
1537
|
-
static
|
|
1562
|
+
static u5(a, b) {
|
|
1538
1563
|
let c = a.ao("count");
|
|
1539
1564
|
if (c == null) {
|
|
1540
1565
|
b = toNullable(Number_$type, null);
|
|
@@ -1546,15 +1571,15 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1546
1571
|
p1: b
|
|
1547
1572
|
};
|
|
1548
1573
|
}
|
|
1549
|
-
static
|
|
1550
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1574
|
+
static aax(a, b = toNullable(Number_$type, null)) {
|
|
1575
|
+
a.ad.p(SpreadsheetMLMain.eg, null);
|
|
1551
1576
|
let c;
|
|
1552
1577
|
if (nullableNotEquals(b, null)) {
|
|
1553
1578
|
c = b.value.toString();
|
|
1554
1579
|
a.ad.h("count", c);
|
|
1555
1580
|
}
|
|
1556
1581
|
}
|
|
1557
|
-
static
|
|
1582
|
+
static u6(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) {
|
|
1558
1583
|
c = toNullable(ST_CfType_$type, null);
|
|
1559
1584
|
d = toNullable(Number_$type, null);
|
|
1560
1585
|
e = toNullable(Number_$type, null);
|
|
@@ -1650,7 +1675,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1650
1675
|
p16: q
|
|
1651
1676
|
};
|
|
1652
1677
|
}
|
|
1653
|
-
static
|
|
1678
|
+
static aay(a, b, c = toNullable(ST_CfType_$type, null), d = toNullable(Number_$type, null), e = 0, f = false, g = toNullable(Boolean_$type, null), h = toNullable(Boolean_$type, null), i = toNullable(Boolean_$type, null), j = toNullable(ST_ConditionalFormattingOperator_$type, null), k = null, l = toNullable(ST_TimePeriod_$type, null), m = toNullable(Number_$type, null), n = toNullable(Number_$type, null), o = toNullable(Boolean_$type, null), p = null, q = toNullable(Boolean_$type, null)) {
|
|
1654
1679
|
a.ad.p(b, null);
|
|
1655
1680
|
let r;
|
|
1656
1681
|
if (nullableNotEquals(c, null)) {
|
|
@@ -1714,8 +1739,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1714
1739
|
a.ad.h("activePresent", r);
|
|
1715
1740
|
}
|
|
1716
1741
|
}
|
|
1717
|
-
static
|
|
1718
|
-
let e = SpreadsheetMLMain.
|
|
1742
|
+
static u7(a, b, c, d) {
|
|
1743
|
+
let e = SpreadsheetMLMain.u8(a, SpreadsheetMLMain.em, b, c, d);
|
|
1719
1744
|
b = e.p2;
|
|
1720
1745
|
c = e.p3;
|
|
1721
1746
|
d = e.p4;
|
|
@@ -1725,7 +1750,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1725
1750
|
p3: d
|
|
1726
1751
|
};
|
|
1727
1752
|
}
|
|
1728
|
-
static
|
|
1753
|
+
static u8(a, b, c, d, e) {
|
|
1729
1754
|
c = 0;
|
|
1730
1755
|
d = null;
|
|
1731
1756
|
e = true;
|
|
@@ -1749,8 +1774,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1749
1774
|
p4: e
|
|
1750
1775
|
};
|
|
1751
1776
|
}
|
|
1752
|
-
static
|
|
1753
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1777
|
+
static aaz(a, b, c = null, d = true) {
|
|
1778
|
+
a.ad.p(SpreadsheetMLMain.em, null);
|
|
1754
1779
|
let e;
|
|
1755
1780
|
e = XmlNamespaceDefinitionBase.p(ST_CfvoType_$type, b);
|
|
1756
1781
|
a.ad.h("type", e);
|
|
@@ -1761,15 +1786,15 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1761
1786
|
a.ad.h("gte", e);
|
|
1762
1787
|
}
|
|
1763
1788
|
}
|
|
1764
|
-
static
|
|
1789
|
+
static u9(a) {
|
|
1765
1790
|
}
|
|
1766
|
-
static
|
|
1767
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1768
|
-
let b = a.d.
|
|
1791
|
+
static aa0(a) {
|
|
1792
|
+
a.ad.p(SpreadsheetMLMain.eo, null);
|
|
1793
|
+
let b = a.d._ab;
|
|
1769
1794
|
a.ad.l(OfficeDocumentRelationships.ao);
|
|
1770
1795
|
a.ad.l(SpreadsheetMLMain.ap);
|
|
1771
1796
|
}
|
|
1772
|
-
static
|
|
1797
|
+
static vd(a, b, c, d, e) {
|
|
1773
1798
|
c = false;
|
|
1774
1799
|
d = 100;
|
|
1775
1800
|
b = 0;
|
|
@@ -1798,8 +1823,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1798
1823
|
p4: e
|
|
1799
1824
|
};
|
|
1800
1825
|
}
|
|
1801
|
-
static
|
|
1802
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1826
|
+
static aa4(a, b, c = false, d = 100, e = true) {
|
|
1827
|
+
a.ad.p(SpreadsheetMLMain.pu, null);
|
|
1803
1828
|
let f;
|
|
1804
1829
|
if (c != false) {
|
|
1805
1830
|
f = ST_OnOff.g(c);
|
|
@@ -1816,7 +1841,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1816
1841
|
a.ad.h("zoomToFit", f);
|
|
1817
1842
|
}
|
|
1818
1843
|
}
|
|
1819
|
-
static
|
|
1844
|
+
static va(a, b, c) {
|
|
1820
1845
|
b = true;
|
|
1821
1846
|
c = null;
|
|
1822
1847
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -1835,8 +1860,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1835
1860
|
p2: c
|
|
1836
1861
|
};
|
|
1837
1862
|
}
|
|
1838
|
-
static
|
|
1839
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1863
|
+
static aa1(a, b = true, c = null) {
|
|
1864
|
+
a.ad.p(SpreadsheetMLMain.pr, null);
|
|
1840
1865
|
let d;
|
|
1841
1866
|
if (b != true) {
|
|
1842
1867
|
d = ST_OnOff.g(b);
|
|
@@ -1847,7 +1872,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1847
1872
|
a.ad.h("codeName", d);
|
|
1848
1873
|
}
|
|
1849
1874
|
}
|
|
1850
|
-
static
|
|
1875
|
+
static vb(a, b, c, d) {
|
|
1851
1876
|
b = toNullable(ST_UnsignedShortHex.$, null);
|
|
1852
1877
|
c = false;
|
|
1853
1878
|
d = false;
|
|
@@ -1871,8 +1896,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1871
1896
|
p3: d
|
|
1872
1897
|
};
|
|
1873
1898
|
}
|
|
1874
|
-
static
|
|
1875
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1899
|
+
static aa2(a, b = toNullable(ST_UnsignedShortHex.$, null), c = false, d = false) {
|
|
1900
|
+
a.ad.p(SpreadsheetMLMain.ps, null);
|
|
1876
1901
|
let e;
|
|
1877
1902
|
if (nullableNotEquals(b, null)) {
|
|
1878
1903
|
e = b.value.toString();
|
|
@@ -1887,7 +1912,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1887
1912
|
a.ad.h("content", e);
|
|
1888
1913
|
}
|
|
1889
1914
|
}
|
|
1890
|
-
static
|
|
1915
|
+
static vc(a, b, c, d, e, f, g) {
|
|
1891
1916
|
b = null;
|
|
1892
1917
|
c = null;
|
|
1893
1918
|
d = null;
|
|
@@ -1926,8 +1951,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1926
1951
|
p6: g
|
|
1927
1952
|
};
|
|
1928
1953
|
}
|
|
1929
|
-
static
|
|
1930
|
-
a.ad.p(SpreadsheetMLMain.
|
|
1954
|
+
static aa3(a, b = null, c = null, d = null, e = toNullable(Number_$type, null), f = false, g = false) {
|
|
1955
|
+
a.ad.p(SpreadsheetMLMain.ps, null);
|
|
1931
1956
|
let h;
|
|
1932
1957
|
h = b;
|
|
1933
1958
|
a.ad.h("algorithmName", h);
|
|
@@ -1948,8 +1973,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1948
1973
|
a.ad.h("content", h);
|
|
1949
1974
|
}
|
|
1950
1975
|
}
|
|
1951
|
-
static
|
|
1952
|
-
let d = SpreadsheetMLMain.
|
|
1976
|
+
static ve(a, b, c) {
|
|
1977
|
+
let d = SpreadsheetMLMain.vw(a, SpreadsheetMLMain.e1, b, c);
|
|
1953
1978
|
b = d.p2;
|
|
1954
1979
|
c = d.p3;
|
|
1955
1980
|
return {
|
|
@@ -1957,10 +1982,10 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
1957
1982
|
p2: c
|
|
1958
1983
|
};
|
|
1959
1984
|
}
|
|
1960
|
-
static
|
|
1961
|
-
SpreadsheetMLMain.
|
|
1985
|
+
static aa5(a, b, c) {
|
|
1986
|
+
SpreadsheetMLMain.abo(a, SpreadsheetMLMain.e1, b, c);
|
|
1962
1987
|
}
|
|
1963
|
-
static
|
|
1988
|
+
static vf(a, b, c, d, e, f, g, h, i, j, k) {
|
|
1964
1989
|
b = 0;
|
|
1965
1990
|
c = 0;
|
|
1966
1991
|
d = toNullable(Number_$type, null);
|
|
@@ -2019,8 +2044,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2019
2044
|
p10: k
|
|
2020
2045
|
};
|
|
2021
2046
|
}
|
|
2022
|
-
static
|
|
2023
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2047
|
+
static aa6(a, b, c, d = toNullable(Number_$type, null), e = 0, f = false, g = false, h = false, i = false, j = 0, k = false) {
|
|
2048
|
+
a.ad.p(SpreadsheetMLMain.e0, null);
|
|
2024
2049
|
let l;
|
|
2025
2050
|
l = b.toString();
|
|
2026
2051
|
a.ad.h("min", l);
|
|
@@ -2059,8 +2084,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2059
2084
|
a.ad.h("collapsed", l);
|
|
2060
2085
|
}
|
|
2061
2086
|
}
|
|
2062
|
-
static
|
|
2063
|
-
let g = SpreadsheetMLMain.
|
|
2087
|
+
static vg(a, b, c, d, e, f) {
|
|
2088
|
+
let g = SpreadsheetMLMain.vu(a, SpreadsheetMLMain.e4, b, c, d, e, f);
|
|
2064
2089
|
b = g.p2;
|
|
2065
2090
|
c = g.p3;
|
|
2066
2091
|
d = g.p4;
|
|
@@ -2074,10 +2099,10 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2074
2099
|
p5: f
|
|
2075
2100
|
};
|
|
2076
2101
|
}
|
|
2077
|
-
static
|
|
2078
|
-
SpreadsheetMLMain.
|
|
2102
|
+
static aa7(a, b = toNullable(Boolean_$type, null), c = toNullable(Number_$type, null), d = toNullable(ST_UnsignedIntHex.$, null), e = toNullable(Number_$type, null), f = 0) {
|
|
2103
|
+
SpreadsheetMLMain.abm(a, SpreadsheetMLMain.e4, b, c, d, e, f);
|
|
2079
2104
|
}
|
|
2080
|
-
static
|
|
2105
|
+
static vh(a, b, c) {
|
|
2081
2106
|
b = toNullable(Number_$type, null);
|
|
2082
2107
|
c = true;
|
|
2083
2108
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -2096,8 +2121,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2096
2121
|
p2: c
|
|
2097
2122
|
};
|
|
2098
2123
|
}
|
|
2099
|
-
static
|
|
2100
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2124
|
+
static aa8(a, b = toNullable(Number_$type, null), c = true) {
|
|
2125
|
+
a.ad.p(SpreadsheetMLMain.e5, null);
|
|
2101
2126
|
let d;
|
|
2102
2127
|
if (nullableNotEquals(b, null)) {
|
|
2103
2128
|
d = b.value.toString();
|
|
@@ -2106,20 +2131,20 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2106
2131
|
d = ST_OnOff.g(c);
|
|
2107
2132
|
a.ad.h("cellColor", d);
|
|
2108
2133
|
}
|
|
2109
|
-
static
|
|
2110
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2134
|
+
static aa9(a) {
|
|
2135
|
+
a.ad.p(SpreadsheetMLMain.e8, null);
|
|
2111
2136
|
}
|
|
2112
|
-
static
|
|
2137
|
+
static vi(a) {
|
|
2113
2138
|
}
|
|
2114
|
-
static
|
|
2115
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2139
|
+
static aba(a) {
|
|
2140
|
+
a.ad.p(SpreadsheetMLMain.e7, null);
|
|
2116
2141
|
}
|
|
2117
|
-
static
|
|
2142
|
+
static vj(a) {
|
|
2118
2143
|
}
|
|
2119
|
-
static
|
|
2120
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2144
|
+
static abb(a) {
|
|
2145
|
+
a.ad.p(SpreadsheetMLMain.e9, null);
|
|
2121
2146
|
}
|
|
2122
|
-
static
|
|
2147
|
+
static vk(a, b, c, d, e) {
|
|
2123
2148
|
b = null;
|
|
2124
2149
|
c = 0;
|
|
2125
2150
|
d = toNullable(ST_Guid.$, null);
|
|
@@ -2148,8 +2173,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2148
2173
|
p4: e
|
|
2149
2174
|
};
|
|
2150
2175
|
}
|
|
2151
|
-
static
|
|
2152
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2176
|
+
static abc(a, b, c, d = toNullable(ST_Guid.$, null), e = toNullable(Number_$type, null)) {
|
|
2177
|
+
a.ad.p(SpreadsheetMLMain.fb, null);
|
|
2153
2178
|
let f;
|
|
2154
2179
|
f = b;
|
|
2155
2180
|
a.ad.h("ref", f);
|
|
@@ -2164,27 +2189,27 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2164
2189
|
a.ad.h("shapeId", f);
|
|
2165
2190
|
}
|
|
2166
2191
|
}
|
|
2167
|
-
static
|
|
2192
|
+
static vl(a) {
|
|
2168
2193
|
}
|
|
2169
|
-
static
|
|
2170
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2194
|
+
static abd(a) {
|
|
2195
|
+
a.ad.p(SpreadsheetMLMain.fd, null);
|
|
2171
2196
|
}
|
|
2172
|
-
static
|
|
2197
|
+
static vm(a) {
|
|
2173
2198
|
}
|
|
2174
|
-
static
|
|
2175
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2199
|
+
static abe(a) {
|
|
2200
|
+
a.ad.p(SpreadsheetMLMain.fe, null);
|
|
2176
2201
|
}
|
|
2177
|
-
static
|
|
2178
|
-
let c = SpreadsheetMLMain.
|
|
2202
|
+
static vn(a, b) {
|
|
2203
|
+
let c = SpreadsheetMLMain.vs(a, SpreadsheetMLMain.fh, b);
|
|
2179
2204
|
b = c.p2;
|
|
2180
2205
|
return {
|
|
2181
2206
|
p1: b
|
|
2182
2207
|
};
|
|
2183
2208
|
}
|
|
2184
|
-
static
|
|
2185
|
-
SpreadsheetMLMain.
|
|
2209
|
+
static abf(a, b = true) {
|
|
2210
|
+
SpreadsheetMLMain.abk(a, SpreadsheetMLMain.fh, b);
|
|
2186
2211
|
}
|
|
2187
|
-
static
|
|
2212
|
+
static vo(a, b, c) {
|
|
2188
2213
|
b = null;
|
|
2189
2214
|
c = false;
|
|
2190
2215
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -2203,8 +2228,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2203
2228
|
p2: c
|
|
2204
2229
|
};
|
|
2205
2230
|
}
|
|
2206
|
-
static
|
|
2207
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2231
|
+
static abg(a, b, c = false) {
|
|
2232
|
+
a.ad.p(SpreadsheetMLMain.fi, null);
|
|
2208
2233
|
let d;
|
|
2209
2234
|
if (b != null) {
|
|
2210
2235
|
d = stringJoin1(String_$type, " ", b);
|
|
@@ -2215,7 +2240,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2215
2240
|
a.ad.h("pivot", d);
|
|
2216
2241
|
}
|
|
2217
2242
|
}
|
|
2218
|
-
static
|
|
2243
|
+
static vp(a, b, c, d) {
|
|
2219
2244
|
b = 0;
|
|
2220
2245
|
c = null;
|
|
2221
2246
|
d = null;
|
|
@@ -2239,8 +2264,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2239
2264
|
p3: d
|
|
2240
2265
|
};
|
|
2241
2266
|
}
|
|
2242
|
-
static
|
|
2243
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2267
|
+
static abh(a, b, c, d = null) {
|
|
2268
|
+
a.ad.p(SpreadsheetMLMain.fn, null);
|
|
2244
2269
|
let e;
|
|
2245
2270
|
e = b.toString();
|
|
2246
2271
|
a.ad.h("shapeId", e);
|
|
@@ -2249,7 +2274,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2249
2274
|
e = d;
|
|
2250
2275
|
a.ad.h("name", e);
|
|
2251
2276
|
}
|
|
2252
|
-
static
|
|
2277
|
+
static vq(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) {
|
|
2253
2278
|
b = true;
|
|
2254
2279
|
c = true;
|
|
2255
2280
|
d = true;
|
|
@@ -2333,8 +2358,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2333
2358
|
p15: p
|
|
2334
2359
|
};
|
|
2335
2360
|
}
|
|
2336
|
-
static
|
|
2337
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2361
|
+
static abi(a, b = true, c = true, d = true, e = false, f = false, g = false, h = true, i = true, j = true, k = null, l = null, m = null, n = null, o = "pict", p = null) {
|
|
2362
|
+
a.ad.p(SpreadsheetMLMain.fo, null);
|
|
2338
2363
|
let q;
|
|
2339
2364
|
if (b != true) {
|
|
2340
2365
|
q = ST_OnOff.g(b);
|
|
@@ -2385,12 +2410,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2385
2410
|
q = p;
|
|
2386
2411
|
a.ad.h(OfficeDocumentRelationships.as, q);
|
|
2387
2412
|
}
|
|
2388
|
-
static
|
|
2413
|
+
static vr(a) {
|
|
2389
2414
|
}
|
|
2390
|
-
static
|
|
2391
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2415
|
+
static abj(a) {
|
|
2416
|
+
a.ad.p(SpreadsheetMLMain.fp, null);
|
|
2392
2417
|
}
|
|
2393
|
-
static
|
|
2418
|
+
static vy(a, b, c, d, e) {
|
|
2394
2419
|
b = new ST_Guid();
|
|
2395
2420
|
c = 100;
|
|
2396
2421
|
d = 0;
|
|
@@ -2419,8 +2444,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2419
2444
|
p4: e
|
|
2420
2445
|
};
|
|
2421
2446
|
}
|
|
2422
|
-
static
|
|
2423
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2447
|
+
static abq(a, b, c = 100, d = 0, e = false) {
|
|
2448
|
+
a.ad.p(SpreadsheetMLMain.f1, null);
|
|
2424
2449
|
let f;
|
|
2425
2450
|
f = b.toString();
|
|
2426
2451
|
a.ad.h("guid", f);
|
|
@@ -2437,7 +2462,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2437
2462
|
a.ad.h("zoomToFit", f);
|
|
2438
2463
|
}
|
|
2439
2464
|
}
|
|
2440
|
-
static
|
|
2465
|
+
static vz(a, b, c) {
|
|
2441
2466
|
c = 2;
|
|
2442
2467
|
b = null;
|
|
2443
2468
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -2456,8 +2481,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2456
2481
|
p2: c
|
|
2457
2482
|
};
|
|
2458
2483
|
}
|
|
2459
|
-
static
|
|
2460
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2484
|
+
static abr(a, b, c = 2) {
|
|
2485
|
+
a.ad.p(SpreadsheetMLMain.fv, null);
|
|
2461
2486
|
let d;
|
|
2462
2487
|
if (c != 2) {
|
|
2463
2488
|
d = XmlNamespaceDefinitionBase.p(ST_FilterOperator_$type, c);
|
|
@@ -2466,7 +2491,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2466
2491
|
d = b;
|
|
2467
2492
|
a.ad.h("val", d);
|
|
2468
2493
|
}
|
|
2469
|
-
static
|
|
2494
|
+
static v0(a, b) {
|
|
2470
2495
|
let c = a.ao("and");
|
|
2471
2496
|
if (c == null) {
|
|
2472
2497
|
b = false;
|
|
@@ -2478,15 +2503,15 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2478
2503
|
p1: b
|
|
2479
2504
|
};
|
|
2480
2505
|
}
|
|
2481
|
-
static
|
|
2482
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2506
|
+
static abs(a, b = false) {
|
|
2507
|
+
a.ad.p(SpreadsheetMLMain.fw, null);
|
|
2483
2508
|
let c;
|
|
2484
2509
|
if (b != false) {
|
|
2485
2510
|
c = ST_OnOff.g(b);
|
|
2486
2511
|
a.ad.h("and", c);
|
|
2487
2512
|
}
|
|
2488
2513
|
}
|
|
2489
|
-
static
|
|
2514
|
+
static v1(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u) {
|
|
2490
2515
|
b = new ST_Guid();
|
|
2491
2516
|
c = 100;
|
|
2492
2517
|
d = 64;
|
|
@@ -2595,8 +2620,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2595
2620
|
p20: u
|
|
2596
2621
|
};
|
|
2597
2622
|
}
|
|
2598
|
-
static
|
|
2599
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2623
|
+
static abt(a, b, c = 100, d = 64, e = false, f = false, g = true, h = true, i = true, j = true, k = false, l = false, m = false, n = false, o = false, p = false, q = 0, r = false, s = 0, t = true, u = null) {
|
|
2624
|
+
a.ad.p(SpreadsheetMLMain.f1, null);
|
|
2600
2625
|
let v;
|
|
2601
2626
|
v = b.toString();
|
|
2602
2627
|
a.ad.h("guid", v);
|
|
@@ -2675,12 +2700,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2675
2700
|
v = u;
|
|
2676
2701
|
a.ad.h("topLeftCell", v);
|
|
2677
2702
|
}
|
|
2678
|
-
static
|
|
2703
|
+
static v2(a) {
|
|
2679
2704
|
}
|
|
2680
|
-
static
|
|
2681
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2705
|
+
static abu(a) {
|
|
2706
|
+
a.ad.p(SpreadsheetMLMain.f2, null);
|
|
2682
2707
|
}
|
|
2683
|
-
static
|
|
2708
|
+
static v3(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y) {
|
|
2684
2709
|
b = null;
|
|
2685
2710
|
c = new ST_Guid();
|
|
2686
2711
|
g = false;
|
|
@@ -2809,8 +2834,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2809
2834
|
p24: y
|
|
2810
2835
|
};
|
|
2811
2836
|
}
|
|
2812
|
-
static
|
|
2813
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2837
|
+
static abv(a, b, c, d, e, f, g = false, h = toNullable(Number_$type, null), i = false, j = false, k = false, l = true, m = true, n = false, o = false, p = true, q = true, r = true, s = 0, t = 0, u = 600, v = true, w = true, x = 1, y = 0) {
|
|
2838
|
+
a.ad.p(SpreadsheetMLMain.f4, null);
|
|
2814
2839
|
let z;
|
|
2815
2840
|
z = b;
|
|
2816
2841
|
a.ad.h("name", z);
|
|
@@ -2899,12 +2924,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2899
2924
|
a.ad.h("showObjects", z);
|
|
2900
2925
|
}
|
|
2901
2926
|
}
|
|
2902
|
-
static
|
|
2927
|
+
static v4(a) {
|
|
2903
2928
|
}
|
|
2904
|
-
static
|
|
2905
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2929
|
+
static abw(a) {
|
|
2930
|
+
a.ad.p(SpreadsheetMLMain.f5, null);
|
|
2906
2931
|
}
|
|
2907
|
-
static
|
|
2932
|
+
static v5(a, b, c, d) {
|
|
2908
2933
|
c = toNullable(Number_$type, null);
|
|
2909
2934
|
b = toNullable(Number_$type, null);
|
|
2910
2935
|
d = toNullable(Boolean_$type, null);
|
|
@@ -2928,8 +2953,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2928
2953
|
p3: d
|
|
2929
2954
|
};
|
|
2930
2955
|
}
|
|
2931
|
-
static
|
|
2932
|
-
a.ad.p(SpreadsheetMLMain.
|
|
2956
|
+
static abx(a, b, c, d) {
|
|
2957
|
+
a.ad.p(SpreadsheetMLMain.f6, null);
|
|
2933
2958
|
let e;
|
|
2934
2959
|
if (b.hasValue) {
|
|
2935
2960
|
e = b.value.toString();
|
|
@@ -2944,9 +2969,9 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2944
2969
|
a.ad.h("showValue", e);
|
|
2945
2970
|
}
|
|
2946
2971
|
}
|
|
2947
|
-
static
|
|
2972
|
+
static v6(a, b, c, d, e, f, g, h, i, j, k, l, m, n) {
|
|
2948
2973
|
let o;
|
|
2949
|
-
let p = SpreadsheetMLMain.
|
|
2974
|
+
let p = SpreadsheetMLMain.v7(a, o, c, d, e, f, g, h, i, j, k, l, m, n);
|
|
2950
2975
|
o = p.p1;
|
|
2951
2976
|
c = p.p2;
|
|
2952
2977
|
d = p.p3;
|
|
@@ -2977,10 +3002,10 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
2977
3002
|
p13: n
|
|
2978
3003
|
};
|
|
2979
3004
|
}
|
|
2980
|
-
static
|
|
2981
|
-
SpreadsheetMLMain.
|
|
3005
|
+
static aby(a, b, c = 0, d = 0, e = 0, f = 0, g = false, h = false, i = false, j = false, k = null, l = null, m = null, n = null) {
|
|
3006
|
+
SpreadsheetMLMain.abz(a, b == null ? null : stringJoin1(String_$type, " ", b), c, d, e, f, g, h, i, j, k, l, m, n);
|
|
2982
3007
|
}
|
|
2983
|
-
static
|
|
3008
|
+
static v7(a, b, c, d, e, f, g, h, i, j, k, l, m, n) {
|
|
2984
3009
|
b = null;
|
|
2985
3010
|
c = 0;
|
|
2986
3011
|
d = 0;
|
|
@@ -3054,8 +3079,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3054
3079
|
p13: n
|
|
3055
3080
|
};
|
|
3056
3081
|
}
|
|
3057
|
-
static
|
|
3058
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3082
|
+
static abz(a, b, c = 0, d = 0, e = 0, f = 0, g = false, h = false, i = false, j = false, k = null, l = null, m = null, n = null) {
|
|
3083
|
+
a.ad.p(SpreadsheetMLMain.f9, null);
|
|
3059
3084
|
let o;
|
|
3060
3085
|
o = b;
|
|
3061
3086
|
a.ad.h("sqref", o);
|
|
@@ -3100,7 +3125,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3100
3125
|
o = n;
|
|
3101
3126
|
a.ad.h("prompt", o);
|
|
3102
3127
|
}
|
|
3103
|
-
static
|
|
3128
|
+
static v8(a, b, c, d, e) {
|
|
3104
3129
|
b = false;
|
|
3105
3130
|
c = toNullable(Number_$type, null);
|
|
3106
3131
|
d = toNullable(Number_$type, null);
|
|
@@ -3129,8 +3154,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3129
3154
|
p4: e
|
|
3130
3155
|
};
|
|
3131
3156
|
}
|
|
3132
|
-
static
|
|
3133
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3157
|
+
static ab0(a, b = false, c = toNullable(Number_$type, null), d = toNullable(Number_$type, null), e = toNullable(Number_$type, null)) {
|
|
3158
|
+
a.ad.p(SpreadsheetMLMain.ga, null);
|
|
3134
3159
|
let f;
|
|
3135
3160
|
if (b != false) {
|
|
3136
3161
|
f = ST_OnOff.g(b);
|
|
@@ -3149,7 +3174,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3149
3174
|
a.ad.h("count", f);
|
|
3150
3175
|
}
|
|
3151
3176
|
}
|
|
3152
|
-
static
|
|
3177
|
+
static v9(a, b, c, d, e, f, g, h) {
|
|
3153
3178
|
c = 0;
|
|
3154
3179
|
d = toNullable(Number_$type, null);
|
|
3155
3180
|
e = toNullable(Number_$type, null);
|
|
@@ -3193,8 +3218,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3193
3218
|
p7: h
|
|
3194
3219
|
};
|
|
3195
3220
|
}
|
|
3196
|
-
static
|
|
3197
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3221
|
+
static ab1(a, b, c, d = toNullable(Number_$type, null), e = toNullable(Number_$type, null), f = toNullable(Number_$type, null), g = toNullable(Number_$type, null), h = toNullable(Number_$type, null)) {
|
|
3222
|
+
a.ad.p(SpreadsheetMLMain.gd, null);
|
|
3198
3223
|
let i;
|
|
3199
3224
|
i = c.toString();
|
|
3200
3225
|
a.ad.h("year", i);
|
|
@@ -3221,7 +3246,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3221
3246
|
i = XmlNamespaceDefinitionBase.p(ST_DateTimeGrouping_$type, b);
|
|
3222
3247
|
a.ad.h("dateTimeGrouping", i);
|
|
3223
3248
|
}
|
|
3224
|
-
static
|
|
3249
|
+
static wa(a, b, c, d, e) {
|
|
3225
3250
|
b = null;
|
|
3226
3251
|
c = false;
|
|
3227
3252
|
d = false;
|
|
@@ -3250,8 +3275,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3250
3275
|
p4: e
|
|
3251
3276
|
};
|
|
3252
3277
|
}
|
|
3253
|
-
static
|
|
3254
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3278
|
+
static ab2(a, b = null, c = false, d = false, e = false) {
|
|
3279
|
+
a.ad.p(SpreadsheetMLMain.gg, null);
|
|
3255
3280
|
let f;
|
|
3256
3281
|
f = b;
|
|
3257
3282
|
a.ad.h("name", f);
|
|
@@ -3268,12 +3293,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3268
3293
|
a.ad.h("preferPic", f);
|
|
3269
3294
|
}
|
|
3270
3295
|
}
|
|
3271
|
-
static
|
|
3296
|
+
static wb(a) {
|
|
3272
3297
|
}
|
|
3273
|
-
static
|
|
3274
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3298
|
+
static ab3(a) {
|
|
3299
|
+
a.ad.p(SpreadsheetMLMain.gh, null);
|
|
3275
3300
|
}
|
|
3276
|
-
static
|
|
3301
|
+
static wc(a, b, c) {
|
|
3277
3302
|
b = null;
|
|
3278
3303
|
c = null;
|
|
3279
3304
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -3292,15 +3317,15 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3292
3317
|
p2: c
|
|
3293
3318
|
};
|
|
3294
3319
|
}
|
|
3295
|
-
static
|
|
3296
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3320
|
+
static ab4(a, b = null, c = null) {
|
|
3321
|
+
a.ad.p(SpreadsheetMLMain.gi, null);
|
|
3297
3322
|
let d;
|
|
3298
3323
|
d = b;
|
|
3299
3324
|
a.ad.h("ddeService", d);
|
|
3300
3325
|
d = c;
|
|
3301
3326
|
a.ad.h("ddeTopic", d);
|
|
3302
3327
|
}
|
|
3303
|
-
static
|
|
3328
|
+
static we(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) {
|
|
3304
3329
|
c = null;
|
|
3305
3330
|
d = null;
|
|
3306
3331
|
e = null;
|
|
@@ -3370,7 +3395,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3370
3395
|
default: break;
|
|
3371
3396
|
}
|
|
3372
3397
|
}
|
|
3373
|
-
b = SpreadsheetMLMain.
|
|
3398
|
+
b = SpreadsheetMLMain.st(a.ab.ad, true);
|
|
3374
3399
|
return {
|
|
3375
3400
|
p1: b,
|
|
3376
3401
|
p2: c,
|
|
@@ -3390,8 +3415,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3390
3415
|
p16: q
|
|
3391
3416
|
};
|
|
3392
3417
|
}
|
|
3393
|
-
static
|
|
3394
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3418
|
+
static ab6(a, b, c, d = null, e = null, f = null, g = null, h = null, i = toNullable(Number_$type, null), j = false, k = false, l = false, m = false, n = toNullable(Number_$type, null), o = null, p = false, q = false) {
|
|
3419
|
+
a.ad.p(SpreadsheetMLMain.gs, null);
|
|
3395
3420
|
let r;
|
|
3396
3421
|
r = c;
|
|
3397
3422
|
a.ad.h("name", r);
|
|
@@ -3452,10 +3477,10 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3452
3477
|
a.ad.h("workbookParameter", r);
|
|
3453
3478
|
}
|
|
3454
3479
|
if (b != null) {
|
|
3455
|
-
a.ad.u(SpreadsheetMLMain.
|
|
3480
|
+
a.ad.u(SpreadsheetMLMain.hu(b));
|
|
3456
3481
|
}
|
|
3457
3482
|
}
|
|
3458
|
-
static
|
|
3483
|
+
static wd(a, b, c, d) {
|
|
3459
3484
|
b = null;
|
|
3460
3485
|
c = null;
|
|
3461
3486
|
d = toNullable(Number_$type, null);
|
|
@@ -3479,8 +3504,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3479
3504
|
p3: d
|
|
3480
3505
|
};
|
|
3481
3506
|
}
|
|
3482
|
-
static
|
|
3483
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3507
|
+
static ab5(a, b, c = null, d = toNullable(Number_$type, null)) {
|
|
3508
|
+
a.ad.p(SpreadsheetMLMain.gs, null);
|
|
3484
3509
|
let e;
|
|
3485
3510
|
e = b;
|
|
3486
3511
|
a.ad.h("name", e);
|
|
@@ -3491,46 +3516,46 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3491
3516
|
a.ad.h("sheetId", e);
|
|
3492
3517
|
}
|
|
3493
3518
|
}
|
|
3494
|
-
static
|
|
3519
|
+
static wf(a) {
|
|
3495
3520
|
}
|
|
3496
|
-
static
|
|
3497
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3521
|
+
static ab7(a) {
|
|
3522
|
+
a.ad.p(SpreadsheetMLMain.gt, null);
|
|
3498
3523
|
}
|
|
3499
|
-
static
|
|
3500
|
-
let c = SpreadsheetMLMain.
|
|
3524
|
+
static wg(a, b) {
|
|
3525
|
+
let c = SpreadsheetMLMain.vt(a, SpreadsheetMLMain.g3, b);
|
|
3501
3526
|
b = c.p2;
|
|
3502
3527
|
return {
|
|
3503
3528
|
p1: b
|
|
3504
3529
|
};
|
|
3505
3530
|
}
|
|
3506
|
-
static
|
|
3507
|
-
SpreadsheetMLMain.
|
|
3531
|
+
static ab8(a, b = 0) {
|
|
3532
|
+
SpreadsheetMLMain.abl(a, SpreadsheetMLMain.g3, b);
|
|
3508
3533
|
}
|
|
3509
|
-
static
|
|
3534
|
+
static wh(a, b) {
|
|
3510
3535
|
b = a.ao("ref");
|
|
3511
3536
|
return {
|
|
3512
3537
|
p1: b
|
|
3513
3538
|
};
|
|
3514
3539
|
}
|
|
3515
|
-
static
|
|
3516
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3540
|
+
static ab9(a, b) {
|
|
3541
|
+
a.ad.p(SpreadsheetMLMain.g8, null);
|
|
3517
3542
|
let c;
|
|
3518
3543
|
c = b;
|
|
3519
3544
|
a.ad.h("ref", c);
|
|
3520
3545
|
}
|
|
3521
|
-
static
|
|
3546
|
+
static wi(a, b) {
|
|
3522
3547
|
b = a.ao(OfficeDocumentRelationships.as);
|
|
3523
3548
|
return {
|
|
3524
3549
|
p1: b
|
|
3525
3550
|
};
|
|
3526
3551
|
}
|
|
3527
|
-
static
|
|
3528
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3552
|
+
static aca(a, b) {
|
|
3553
|
+
a.ad.p(SpreadsheetMLMain.he, null);
|
|
3529
3554
|
let c;
|
|
3530
3555
|
c = b;
|
|
3531
3556
|
a.ad.h(OfficeDocumentRelationships.as, c);
|
|
3532
3557
|
}
|
|
3533
|
-
static
|
|
3558
|
+
static wj(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) {
|
|
3534
3559
|
b = null;
|
|
3535
3560
|
c = toNullable(Number_$type, null);
|
|
3536
3561
|
d = toNullable(Number_$type, null);
|
|
@@ -3634,8 +3659,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3634
3659
|
p19: t
|
|
3635
3660
|
};
|
|
3636
3661
|
}
|
|
3637
|
-
static
|
|
3638
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3662
|
+
static acb(a, b, c = toNullable(Number_$type, null), d = toNullable(Number_$type, null), e = toNullable(Number_$type, null), f = toNullable(Number_$type, null), g = toNullable(Number_$type, null), h = toNullable(Number_$type, null), i = toNullable(Number_$type, null), j = toNullable(Number_$type, null), k = toNullable(Number_$type, null), l = toNullable(Number_$type, null), m = toNullable(Number_$type, null), n = toNullable(Number_$type, null), o = toNullable(Number_$type, null), p = toNullable(Number_$type, null), q = toNullable(Number_$type, null), r = toNullable(Number_$type, null), s = toNullable(Number_$type, null), t = toNullable(Number_$type, null)) {
|
|
3663
|
+
a.ad.p(SpreadsheetMLMain.hf, null);
|
|
3639
3664
|
let u;
|
|
3640
3665
|
u = b;
|
|
3641
3666
|
a.ad.h(OfficeDocumentRelationships.as, u);
|
|
@@ -3712,12 +3737,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3712
3737
|
a.ad.h("rff", u);
|
|
3713
3738
|
}
|
|
3714
3739
|
}
|
|
3715
|
-
static
|
|
3740
|
+
static wk(a, b = SpreadsheetMLMain.hi) {
|
|
3716
3741
|
}
|
|
3717
|
-
static
|
|
3742
|
+
static acc(a, b = SpreadsheetMLMain.hi) {
|
|
3718
3743
|
a.ad.p(b, null);
|
|
3719
3744
|
}
|
|
3720
|
-
static
|
|
3745
|
+
static wl(a, b) {
|
|
3721
3746
|
let c = a.ao("count");
|
|
3722
3747
|
if (c == null) {
|
|
3723
3748
|
b = toNullable(Number_$type, null);
|
|
@@ -3729,15 +3754,15 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3729
3754
|
p1: b
|
|
3730
3755
|
};
|
|
3731
3756
|
}
|
|
3732
|
-
static
|
|
3733
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3757
|
+
static acd(a, b = toNullable(Number_$type, null)) {
|
|
3758
|
+
a.ad.p(SpreadsheetMLMain.hk, null);
|
|
3734
3759
|
let c;
|
|
3735
3760
|
if (nullableNotEquals(b, null)) {
|
|
3736
3761
|
c = b.value.toString();
|
|
3737
3762
|
a.ad.h("count", c);
|
|
3738
3763
|
}
|
|
3739
3764
|
}
|
|
3740
|
-
static
|
|
3765
|
+
static wm(a, b, c, d) {
|
|
3741
3766
|
b = 0;
|
|
3742
3767
|
c = toNullable(Number_$type, null);
|
|
3743
3768
|
d = toNullable(Number_$type, null);
|
|
@@ -3761,8 +3786,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3761
3786
|
p3: d
|
|
3762
3787
|
};
|
|
3763
3788
|
}
|
|
3764
|
-
static
|
|
3765
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3789
|
+
static ace(a, b, c = toNullable(Number_$type, null), d = toNullable(Number_$type, null)) {
|
|
3790
|
+
a.ad.p(SpreadsheetMLMain.hl, null);
|
|
3766
3791
|
let e;
|
|
3767
3792
|
e = XmlNamespaceDefinitionBase.p(ST_DynamicFilterType_$type, b);
|
|
3768
3793
|
a.ad.h("type", e);
|
|
@@ -3775,7 +3800,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3775
3800
|
a.ad.h("maxVal", e);
|
|
3776
3801
|
}
|
|
3777
3802
|
}
|
|
3778
|
-
static
|
|
3803
|
+
static wn(a, b, c, d, e) {
|
|
3779
3804
|
b = 0;
|
|
3780
3805
|
c = toNullable(Number_$type, null);
|
|
3781
3806
|
d = toNullable(Date_$type, null);
|
|
@@ -3804,8 +3829,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3804
3829
|
p4: e
|
|
3805
3830
|
};
|
|
3806
3831
|
}
|
|
3807
|
-
static
|
|
3808
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3832
|
+
static acf(a, b, c = toNullable(Number_$type, null), d = toNullable(Date_$type, null), e = toNullable(Date_$type, null)) {
|
|
3833
|
+
a.ad.p(SpreadsheetMLMain.hl, null);
|
|
3809
3834
|
let f;
|
|
3810
3835
|
f = XmlNamespaceDefinitionBase.p(ST_DynamicFilterType_$type, b);
|
|
3811
3836
|
a.ad.h("type", f);
|
|
@@ -3822,42 +3847,42 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3822
3847
|
a.ad.h("maxValIso", f);
|
|
3823
3848
|
}
|
|
3824
3849
|
}
|
|
3825
|
-
static
|
|
3826
|
-
let c = SpreadsheetMLMain.
|
|
3850
|
+
static wo(a, b) {
|
|
3851
|
+
let c = SpreadsheetMLMain.vt(a, SpreadsheetMLMain.ho, b);
|
|
3827
3852
|
b = c.p2;
|
|
3828
3853
|
return {
|
|
3829
3854
|
p1: b
|
|
3830
3855
|
};
|
|
3831
3856
|
}
|
|
3832
|
-
static
|
|
3833
|
-
SpreadsheetMLMain.
|
|
3857
|
+
static acg(a, b = 0) {
|
|
3858
|
+
SpreadsheetMLMain.abl(a, SpreadsheetMLMain.ho, b);
|
|
3834
3859
|
}
|
|
3835
|
-
static
|
|
3836
|
-
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.
|
|
3860
|
+
static wp(a, b) {
|
|
3861
|
+
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.hv);
|
|
3837
3862
|
return {
|
|
3838
3863
|
p1: b
|
|
3839
3864
|
};
|
|
3840
3865
|
}
|
|
3841
|
-
static
|
|
3842
|
-
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.
|
|
3866
|
+
static ach(a, b) {
|
|
3867
|
+
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.hv, null, b);
|
|
3843
3868
|
}
|
|
3844
|
-
static
|
|
3845
|
-
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.
|
|
3869
|
+
static wq(a, b) {
|
|
3870
|
+
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.hw);
|
|
3846
3871
|
return {
|
|
3847
3872
|
p1: b
|
|
3848
3873
|
};
|
|
3849
3874
|
}
|
|
3850
|
-
static
|
|
3851
|
-
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.
|
|
3875
|
+
static aci(a, b) {
|
|
3876
|
+
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.hw, null, b);
|
|
3852
3877
|
}
|
|
3853
|
-
static
|
|
3878
|
+
static wr(a, b) {
|
|
3854
3879
|
b = a.ao("uri");
|
|
3855
3880
|
return {
|
|
3856
3881
|
p1: b
|
|
3857
3882
|
};
|
|
3858
3883
|
}
|
|
3859
|
-
static
|
|
3860
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3884
|
+
static acj(a, b, c = null) {
|
|
3885
|
+
a.ad.p(SpreadsheetMLMain.hx, null);
|
|
3861
3886
|
let d;
|
|
3862
3887
|
d = b;
|
|
3863
3888
|
a.ad.h("uri", d);
|
|
@@ -3866,58 +3891,58 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3866
3891
|
a.ad.i("xmlns", "x14", null, d);
|
|
3867
3892
|
}
|
|
3868
3893
|
}
|
|
3869
|
-
static
|
|
3870
|
-
let c = SpreadsheetMLMain.
|
|
3894
|
+
static ws(a, b) {
|
|
3895
|
+
let c = SpreadsheetMLMain.vs(a, SpreadsheetMLMain.hy, b);
|
|
3871
3896
|
b = c.p2;
|
|
3872
3897
|
return {
|
|
3873
3898
|
p1: b
|
|
3874
3899
|
};
|
|
3875
3900
|
}
|
|
3876
|
-
static
|
|
3877
|
-
SpreadsheetMLMain.
|
|
3901
|
+
static ack(a, b = true) {
|
|
3902
|
+
SpreadsheetMLMain.abk(a, SpreadsheetMLMain.hy, b);
|
|
3878
3903
|
}
|
|
3879
|
-
static
|
|
3904
|
+
static wt(a, b) {
|
|
3880
3905
|
b = a.ao(OfficeDocumentRelationships.as);
|
|
3881
3906
|
return {
|
|
3882
3907
|
p1: b
|
|
3883
3908
|
};
|
|
3884
3909
|
}
|
|
3885
|
-
static
|
|
3886
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3910
|
+
static acl(a, b) {
|
|
3911
|
+
a.ad.p(SpreadsheetMLMain.hz, null);
|
|
3887
3912
|
let c;
|
|
3888
3913
|
c = b;
|
|
3889
3914
|
a.ad.h(OfficeDocumentRelationships.as, c);
|
|
3890
3915
|
}
|
|
3891
|
-
static
|
|
3916
|
+
static wu(a) {
|
|
3892
3917
|
}
|
|
3893
|
-
static
|
|
3894
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3895
|
-
let b = a.d.
|
|
3918
|
+
static acm(a) {
|
|
3919
|
+
a.ad.p(SpreadsheetMLMain.h0, null);
|
|
3920
|
+
let b = a.d._ab;
|
|
3896
3921
|
a.ad.l(SpreadsheetMLMain.ap);
|
|
3897
3922
|
}
|
|
3898
|
-
static
|
|
3923
|
+
static wv(a, b) {
|
|
3899
3924
|
b = a.ao(OfficeDocumentRelationships.as);
|
|
3900
3925
|
return {
|
|
3901
3926
|
p1: b
|
|
3902
3927
|
};
|
|
3903
3928
|
}
|
|
3904
|
-
static
|
|
3905
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3929
|
+
static acn(a, b) {
|
|
3930
|
+
a.ad.p(SpreadsheetMLMain.h1, null);
|
|
3906
3931
|
let c;
|
|
3907
3932
|
c = b;
|
|
3908
3933
|
a.ad.h(OfficeDocumentRelationships.as, c);
|
|
3909
3934
|
}
|
|
3910
|
-
static
|
|
3935
|
+
static ww(a) {
|
|
3911
3936
|
}
|
|
3912
|
-
static
|
|
3913
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3937
|
+
static aco(a) {
|
|
3938
|
+
a.ad.p(SpreadsheetMLMain.h2, null);
|
|
3914
3939
|
}
|
|
3915
|
-
static
|
|
3940
|
+
static wx(a) {
|
|
3916
3941
|
}
|
|
3917
|
-
static
|
|
3918
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3942
|
+
static acp(a) {
|
|
3943
|
+
a.ad.p(SpreadsheetMLMain.h3, null);
|
|
3919
3944
|
}
|
|
3920
|
-
static
|
|
3945
|
+
static wy(a, b) {
|
|
3921
3946
|
let c = a.ao("val");
|
|
3922
3947
|
if (c == null) {
|
|
3923
3948
|
b = 0;
|
|
@@ -3929,13 +3954,13 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
3929
3954
|
p1: b
|
|
3930
3955
|
};
|
|
3931
3956
|
}
|
|
3932
|
-
static
|
|
3933
|
-
a.ad.p(SpreadsheetMLMain.
|
|
3957
|
+
static acq(a, b) {
|
|
3958
|
+
a.ad.p(SpreadsheetMLMain.h5, null);
|
|
3934
3959
|
let c;
|
|
3935
3960
|
c = b.toString();
|
|
3936
3961
|
a.ad.h("val", c);
|
|
3937
3962
|
}
|
|
3938
|
-
static
|
|
3963
|
+
static wz(a, b, c, d, e, f, g, h, i, j, k, l, m, n) {
|
|
3939
3964
|
b = 0;
|
|
3940
3965
|
c = false;
|
|
3941
3966
|
d = null;
|
|
@@ -4013,8 +4038,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4013
4038
|
p13: n
|
|
4014
4039
|
};
|
|
4015
4040
|
}
|
|
4016
|
-
static
|
|
4017
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4041
|
+
static acr(a, b, c = 0, d = false, e = null, f = false, g = false, h = false, i = false, j = null, k = null, l = false, m = toNullable(Number_$type, null), n = false) {
|
|
4042
|
+
a.ad.p(SpreadsheetMLMain.h4, null);
|
|
4018
4043
|
let o;
|
|
4019
4044
|
if (c != 0) {
|
|
4020
4045
|
o = XmlNamespaceDefinitionBase.p(ST_CellFormulaType_$type, c);
|
|
@@ -4067,8 +4092,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4067
4092
|
a.ad.u(b);
|
|
4068
4093
|
}
|
|
4069
4094
|
}
|
|
4070
|
-
static
|
|
4071
|
-
let g = SpreadsheetMLMain.
|
|
4095
|
+
static w0(a, b, c, d, e, f) {
|
|
4096
|
+
let g = SpreadsheetMLMain.vu(a, SpreadsheetMLMain.h6, b, c, d, e, f);
|
|
4072
4097
|
b = g.p2;
|
|
4073
4098
|
c = g.p3;
|
|
4074
4099
|
d = g.p4;
|
|
@@ -4082,10 +4107,10 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4082
4107
|
p5: f
|
|
4083
4108
|
};
|
|
4084
4109
|
}
|
|
4085
|
-
static
|
|
4086
|
-
SpreadsheetMLMain.
|
|
4110
|
+
static acs(a, b = toNullable(Boolean_$type, null), c = toNullable(Number_$type, null), d = toNullable(ST_UnsignedIntHex.$, null), e = toNullable(Number_$type, null), f = 0) {
|
|
4111
|
+
SpreadsheetMLMain.abm(a, SpreadsheetMLMain.h6, b, c, d, e, f);
|
|
4087
4112
|
}
|
|
4088
|
-
static
|
|
4113
|
+
static w2(a, b, c, d) {
|
|
4089
4114
|
c = false;
|
|
4090
4115
|
b = null;
|
|
4091
4116
|
d = 0;
|
|
@@ -4109,8 +4134,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4109
4134
|
p3: d
|
|
4110
4135
|
};
|
|
4111
4136
|
}
|
|
4112
|
-
static
|
|
4113
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4137
|
+
static acu(a, b, c = false, d = 0) {
|
|
4138
|
+
a.ad.p(SpreadsheetMLMain.h7, null);
|
|
4114
4139
|
let e;
|
|
4115
4140
|
if (c != false) {
|
|
4116
4141
|
e = ST_OnOff.g(c);
|
|
@@ -4121,7 +4146,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4121
4146
|
e = new ST_UnsignedShortHex(1, d).toString();
|
|
4122
4147
|
a.ad.h("reservationPassword", e);
|
|
4123
4148
|
}
|
|
4124
|
-
static
|
|
4149
|
+
static w1(a, b, c, d, e, f, g) {
|
|
4125
4150
|
c = false;
|
|
4126
4151
|
b = null;
|
|
4127
4152
|
d = null;
|
|
@@ -4160,8 +4185,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4160
4185
|
p6: g
|
|
4161
4186
|
};
|
|
4162
4187
|
}
|
|
4163
|
-
static
|
|
4164
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4188
|
+
static act(a, b, c = false, d = null, e = null, f = null, g = toNullable(Number_$type, null)) {
|
|
4189
|
+
a.ad.p(SpreadsheetMLMain.h7, null);
|
|
4165
4190
|
let h;
|
|
4166
4191
|
if (c != false) {
|
|
4167
4192
|
h = ST_OnOff.g(c);
|
|
@@ -4184,7 +4209,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4184
4209
|
a.ad.h("spinCount", h);
|
|
4185
4210
|
}
|
|
4186
4211
|
}
|
|
4187
|
-
static
|
|
4212
|
+
static w3(a, b, c, d, e, f) {
|
|
4188
4213
|
b = null;
|
|
4189
4214
|
c = null;
|
|
4190
4215
|
d = null;
|
|
@@ -4218,8 +4243,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4218
4243
|
p5: f
|
|
4219
4244
|
};
|
|
4220
4245
|
}
|
|
4221
|
-
static
|
|
4222
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4246
|
+
static acv(a, b = null, c = null, d = null, e = null, f = null) {
|
|
4247
|
+
a.ad.p(SpreadsheetMLMain.h8, null);
|
|
4223
4248
|
let g;
|
|
4224
4249
|
g = b;
|
|
4225
4250
|
a.ad.h("appName", g);
|
|
@@ -4232,12 +4257,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4232
4257
|
g = f;
|
|
4233
4258
|
a.ad.h("codeName", g);
|
|
4234
4259
|
}
|
|
4235
|
-
static
|
|
4260
|
+
static w4(a) {
|
|
4236
4261
|
}
|
|
4237
|
-
static
|
|
4238
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4262
|
+
static acw(a) {
|
|
4263
|
+
a.ad.p(SpreadsheetMLMain.h9, null);
|
|
4239
4264
|
}
|
|
4240
|
-
static
|
|
4265
|
+
static w5(a, b) {
|
|
4241
4266
|
let c = a.ao("count");
|
|
4242
4267
|
if (c == null) {
|
|
4243
4268
|
b = toNullable(Number_$type, null);
|
|
@@ -4249,15 +4274,15 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4249
4274
|
p1: b
|
|
4250
4275
|
};
|
|
4251
4276
|
}
|
|
4252
|
-
static
|
|
4253
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4277
|
+
static acx(a, b = toNullable(Number_$type, null)) {
|
|
4278
|
+
a.ad.p(SpreadsheetMLMain.ib, null);
|
|
4254
4279
|
let c;
|
|
4255
4280
|
if (nullableNotEquals(b, null)) {
|
|
4256
4281
|
c = b.value.toString();
|
|
4257
4282
|
a.ad.h("count", c);
|
|
4258
4283
|
}
|
|
4259
4284
|
}
|
|
4260
|
-
static
|
|
4285
|
+
static w6(a, b, c, d) {
|
|
4261
4286
|
b = 0;
|
|
4262
4287
|
c = false;
|
|
4263
4288
|
d = true;
|
|
@@ -4281,8 +4306,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4281
4306
|
p3: d
|
|
4282
4307
|
};
|
|
4283
4308
|
}
|
|
4284
|
-
static
|
|
4285
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4309
|
+
static acy(a, b, c = false, d = true) {
|
|
4310
|
+
a.ad.p(SpreadsheetMLMain.ie, null);
|
|
4286
4311
|
let e;
|
|
4287
4312
|
e = b.toString();
|
|
4288
4313
|
a.ad.h("colId", e);
|
|
@@ -4295,19 +4320,19 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4295
4320
|
a.ad.h("showButton", e);
|
|
4296
4321
|
}
|
|
4297
4322
|
}
|
|
4298
|
-
static
|
|
4323
|
+
static w7(a, b) {
|
|
4299
4324
|
b = a.ao("val");
|
|
4300
4325
|
return {
|
|
4301
4326
|
p1: b
|
|
4302
4327
|
};
|
|
4303
4328
|
}
|
|
4304
|
-
static
|
|
4305
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4329
|
+
static acz(a, b) {
|
|
4330
|
+
a.ad.p(SpreadsheetMLMain.ic, null);
|
|
4306
4331
|
let c;
|
|
4307
4332
|
c = b;
|
|
4308
4333
|
a.ad.h("val", c);
|
|
4309
4334
|
}
|
|
4310
|
-
static
|
|
4335
|
+
static w8(a, b, c) {
|
|
4311
4336
|
b = false;
|
|
4312
4337
|
c = 10;
|
|
4313
4338
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -4326,8 +4351,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4326
4351
|
p2: c
|
|
4327
4352
|
};
|
|
4328
4353
|
}
|
|
4329
|
-
static
|
|
4330
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4354
|
+
static ac0(a, b = false, c = 10) {
|
|
4355
|
+
a.ad.p(SpreadsheetMLMain.ii, null);
|
|
4331
4356
|
let d;
|
|
4332
4357
|
if (b != false) {
|
|
4333
4358
|
d = ST_OnOff.g(b);
|
|
@@ -4338,30 +4363,30 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4338
4363
|
a.ad.h("calendarType", d);
|
|
4339
4364
|
}
|
|
4340
4365
|
}
|
|
4341
|
-
static
|
|
4342
|
-
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.
|
|
4366
|
+
static w9(a, b) {
|
|
4367
|
+
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.il);
|
|
4343
4368
|
return {
|
|
4344
4369
|
p1: b
|
|
4345
4370
|
};
|
|
4346
4371
|
}
|
|
4347
|
-
static
|
|
4348
|
-
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.
|
|
4372
|
+
static ac1(a, b) {
|
|
4373
|
+
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.il, null, b);
|
|
4349
4374
|
}
|
|
4350
|
-
static
|
|
4351
|
-
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.
|
|
4375
|
+
static xa(a, b) {
|
|
4376
|
+
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.im);
|
|
4352
4377
|
return {
|
|
4353
4378
|
p1: b
|
|
4354
4379
|
};
|
|
4355
4380
|
}
|
|
4356
|
-
static
|
|
4357
|
-
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.
|
|
4381
|
+
static ac2(a, b) {
|
|
4382
|
+
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.im, null, b);
|
|
4358
4383
|
}
|
|
4359
|
-
static
|
|
4384
|
+
static xb(a) {
|
|
4360
4385
|
}
|
|
4361
|
-
static
|
|
4362
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4386
|
+
static ac3(a) {
|
|
4387
|
+
a.ad.p(SpreadsheetMLMain.it, null);
|
|
4363
4388
|
}
|
|
4364
|
-
static
|
|
4389
|
+
static xc(a, b) {
|
|
4365
4390
|
let c = a.ao("count");
|
|
4366
4391
|
if (c == null) {
|
|
4367
4392
|
b = toNullable(Number_$type, null);
|
|
@@ -4373,45 +4398,45 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4373
4398
|
p1: b
|
|
4374
4399
|
};
|
|
4375
4400
|
}
|
|
4376
|
-
static
|
|
4377
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4401
|
+
static ac4(a, b = toNullable(Number_$type, null)) {
|
|
4402
|
+
a.ad.p(SpreadsheetMLMain.iv, null);
|
|
4378
4403
|
let c;
|
|
4379
4404
|
if (nullableNotEquals(b, null)) {
|
|
4380
4405
|
c = b.value.toString();
|
|
4381
4406
|
a.ad.h("count", c);
|
|
4382
4407
|
}
|
|
4383
4408
|
}
|
|
4384
|
-
static
|
|
4385
|
-
let c = SpreadsheetMLMain.
|
|
4409
|
+
static xf(a, b) {
|
|
4410
|
+
let c = SpreadsheetMLMain.vv(a, SpreadsheetMLMain.i4, b);
|
|
4386
4411
|
b = c.p2;
|
|
4387
4412
|
return {
|
|
4388
4413
|
p1: b
|
|
4389
4414
|
};
|
|
4390
4415
|
}
|
|
4391
|
-
static
|
|
4392
|
-
SpreadsheetMLMain.
|
|
4416
|
+
static ac7(a, b) {
|
|
4417
|
+
SpreadsheetMLMain.abn(a, SpreadsheetMLMain.i4, b);
|
|
4393
4418
|
}
|
|
4394
|
-
static
|
|
4395
|
-
let c = SpreadsheetMLMain.
|
|
4419
|
+
static xd(a, b) {
|
|
4420
|
+
let c = SpreadsheetMLMain.vv(a, SpreadsheetMLMain.i5, b);
|
|
4396
4421
|
b = c.p2;
|
|
4397
4422
|
return {
|
|
4398
4423
|
p1: b
|
|
4399
4424
|
};
|
|
4400
4425
|
}
|
|
4401
|
-
static
|
|
4402
|
-
SpreadsheetMLMain.
|
|
4426
|
+
static ac5(a, b) {
|
|
4427
|
+
SpreadsheetMLMain.abn(a, SpreadsheetMLMain.i5, b);
|
|
4403
4428
|
}
|
|
4404
|
-
static
|
|
4405
|
-
let c = SpreadsheetMLMain.
|
|
4429
|
+
static xe(a, b) {
|
|
4430
|
+
let c = SpreadsheetMLMain.vv(a, SpreadsheetMLMain.i6, b);
|
|
4406
4431
|
b = c.p2;
|
|
4407
4432
|
return {
|
|
4408
4433
|
p1: b
|
|
4409
4434
|
};
|
|
4410
4435
|
}
|
|
4411
|
-
static
|
|
4412
|
-
SpreadsheetMLMain.
|
|
4436
|
+
static ac6(a, b) {
|
|
4437
|
+
SpreadsheetMLMain.abn(a, SpreadsheetMLMain.i6, b);
|
|
4413
4438
|
}
|
|
4414
|
-
static
|
|
4439
|
+
static xg(a, b, c, d, e, f, g) {
|
|
4415
4440
|
b = 0;
|
|
4416
4441
|
c = 0;
|
|
4417
4442
|
d = 0;
|
|
@@ -4450,8 +4475,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4450
4475
|
p6: g
|
|
4451
4476
|
};
|
|
4452
4477
|
}
|
|
4453
|
-
static
|
|
4454
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4478
|
+
static ac8(a, b = 0, c = 0, d = 0, e = 0, f = 0, g = 0) {
|
|
4479
|
+
a.ad.p(SpreadsheetMLMain.jd, null);
|
|
4455
4480
|
let h;
|
|
4456
4481
|
if (b != 0) {
|
|
4457
4482
|
h = XmlNamespaceDefinitionBase.p(ST_GradientType_$type, b);
|
|
@@ -4478,7 +4503,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4478
4503
|
a.ad.h("bottom", h);
|
|
4479
4504
|
}
|
|
4480
4505
|
}
|
|
4481
|
-
static
|
|
4506
|
+
static xh(a, b, c, d, e) {
|
|
4482
4507
|
b = false;
|
|
4483
4508
|
c = false;
|
|
4484
4509
|
d = true;
|
|
@@ -4507,8 +4532,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4507
4532
|
p4: e
|
|
4508
4533
|
};
|
|
4509
4534
|
}
|
|
4510
|
-
static
|
|
4511
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4535
|
+
static ac9(a, b = false, c = false, d = true, e = true) {
|
|
4536
|
+
a.ad.p(SpreadsheetMLMain.jk, null);
|
|
4512
4537
|
let f;
|
|
4513
4538
|
if (b != false) {
|
|
4514
4539
|
f = ST_OnOff.g(b);
|
|
@@ -4527,17 +4552,17 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4527
4552
|
a.ad.h("alignWithMargins", f);
|
|
4528
4553
|
}
|
|
4529
4554
|
}
|
|
4530
|
-
static
|
|
4531
|
-
let c = SpreadsheetMLMain.
|
|
4555
|
+
static xi(a, b) {
|
|
4556
|
+
let c = SpreadsheetMLMain.vt(a, SpreadsheetMLMain.jw, b);
|
|
4532
4557
|
b = c.p2;
|
|
4533
4558
|
return {
|
|
4534
4559
|
p1: b
|
|
4535
4560
|
};
|
|
4536
4561
|
}
|
|
4537
|
-
static
|
|
4538
|
-
SpreadsheetMLMain.
|
|
4562
|
+
static ada(a, b = 0) {
|
|
4563
|
+
SpreadsheetMLMain.abl(a, SpreadsheetMLMain.jw, b);
|
|
4539
4564
|
}
|
|
4540
|
-
static
|
|
4565
|
+
static xj(a, b, c, d, e, f) {
|
|
4541
4566
|
b = null;
|
|
4542
4567
|
c = null;
|
|
4543
4568
|
d = null;
|
|
@@ -4571,8 +4596,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4571
4596
|
p5: f
|
|
4572
4597
|
};
|
|
4573
4598
|
}
|
|
4574
|
-
static
|
|
4575
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4599
|
+
static adb(a, b = null, c = null, d = null, e = null, f = null) {
|
|
4600
|
+
a.ad.p(SpreadsheetMLMain.j2, null);
|
|
4576
4601
|
let g;
|
|
4577
4602
|
g = b;
|
|
4578
4603
|
a.ad.h("ref", g);
|
|
@@ -4585,12 +4610,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4585
4610
|
g = f;
|
|
4586
4611
|
a.ad.h("display", g);
|
|
4587
4612
|
}
|
|
4588
|
-
static
|
|
4613
|
+
static xk(a) {
|
|
4589
4614
|
}
|
|
4590
|
-
static
|
|
4591
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4615
|
+
static adc(a) {
|
|
4616
|
+
a.ad.p(SpreadsheetMLMain.j3, null);
|
|
4592
4617
|
}
|
|
4593
|
-
static
|
|
4618
|
+
static xl(a, b, c) {
|
|
4594
4619
|
b = 0;
|
|
4595
4620
|
c = toNullable(Number_$type, null);
|
|
4596
4621
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -4611,22 +4636,22 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4611
4636
|
p2: c
|
|
4612
4637
|
};
|
|
4613
4638
|
}
|
|
4614
|
-
static
|
|
4639
|
+
static add(a, b, c = toNullable(Number_$type, null)) {
|
|
4615
4640
|
if (b <= 16) {
|
|
4616
|
-
SpreadsheetMLMain.
|
|
4641
|
+
SpreadsheetMLMain.ade(a, SpreadsheetMLMain.j6, null, b, c);
|
|
4617
4642
|
}
|
|
4618
4643
|
else {
|
|
4619
|
-
a.ad.g([new AlternateContentChoice(0, SpreadsheetML2009Main.ao, () => SpreadsheetMLMain.
|
|
4620
|
-
SpreadsheetMLMain.
|
|
4621
|
-
SpreadsheetMLMain.
|
|
4644
|
+
a.ad.g([new AlternateContentChoice(0, SpreadsheetML2009Main.ao, () => SpreadsheetMLMain.ade(a, SpreadsheetML2009Main.bs, null, b, c))], () => {
|
|
4645
|
+
SpreadsheetMLMain.abs(a);
|
|
4646
|
+
SpreadsheetMLMain.abr(a, "");
|
|
4622
4647
|
a.ad.k();
|
|
4623
|
-
SpreadsheetMLMain.
|
|
4648
|
+
SpreadsheetMLMain.abr(a, " ", 5);
|
|
4624
4649
|
a.ad.k();
|
|
4625
4650
|
a.ad.k();
|
|
4626
4651
|
});
|
|
4627
4652
|
}
|
|
4628
4653
|
}
|
|
4629
|
-
static
|
|
4654
|
+
static ade(a, b, c, d, e = toNullable(Number_$type, null)) {
|
|
4630
4655
|
a.ad.p(b, c);
|
|
4631
4656
|
let f;
|
|
4632
4657
|
f = XmlNamespaceDefinitionBase.p(ST_IconSetType_$type, d);
|
|
@@ -4637,7 +4662,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4637
4662
|
}
|
|
4638
4663
|
a.ad.k();
|
|
4639
4664
|
}
|
|
4640
|
-
static
|
|
4665
|
+
static xm(a, b, c, d, e, f) {
|
|
4641
4666
|
b = 3;
|
|
4642
4667
|
c = true;
|
|
4643
4668
|
d = false;
|
|
@@ -4671,7 +4696,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4671
4696
|
p5: f
|
|
4672
4697
|
};
|
|
4673
4698
|
}
|
|
4674
|
-
static
|
|
4699
|
+
static adf(a, b, c, d, e, f, g) {
|
|
4675
4700
|
a.ad.p(b, null);
|
|
4676
4701
|
let h;
|
|
4677
4702
|
if (c.hasValue && c.value != 3) {
|
|
@@ -4695,73 +4720,294 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4695
4720
|
a.ad.h("custom", h);
|
|
4696
4721
|
}
|
|
4697
4722
|
}
|
|
4698
|
-
static
|
|
4699
|
-
let c = SpreadsheetMLMain.
|
|
4723
|
+
static xn(a, b) {
|
|
4724
|
+
let c = SpreadsheetMLMain.vs(a, SpreadsheetMLMain.j4, b);
|
|
4700
4725
|
b = c.p2;
|
|
4701
4726
|
return {
|
|
4702
4727
|
p1: b
|
|
4703
4728
|
};
|
|
4704
4729
|
}
|
|
4705
|
-
static
|
|
4706
|
-
SpreadsheetMLMain.
|
|
4730
|
+
static adg(a, b = true) {
|
|
4731
|
+
SpreadsheetMLMain.abk(a, SpreadsheetMLMain.j4, b);
|
|
4707
4732
|
}
|
|
4708
|
-
static
|
|
4733
|
+
static xo(a) {
|
|
4709
4734
|
}
|
|
4710
|
-
static
|
|
4711
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4735
|
+
static adh(a) {
|
|
4736
|
+
a.ad.p(SpreadsheetMLMain.kh, null);
|
|
4712
4737
|
}
|
|
4713
|
-
static
|
|
4738
|
+
static xp(a) {
|
|
4714
4739
|
}
|
|
4715
|
-
static
|
|
4740
|
+
static adi(a) {
|
|
4716
4741
|
a.ad.p(SpreadsheetMLMain.b8, null);
|
|
4717
4742
|
}
|
|
4718
|
-
static
|
|
4719
|
-
let c = SpreadsheetMLMain.
|
|
4743
|
+
static xq(a, b) {
|
|
4744
|
+
let c = SpreadsheetMLMain.vt(a, SpreadsheetMLMain.ks, b);
|
|
4720
4745
|
b = c.p2;
|
|
4721
4746
|
return {
|
|
4722
4747
|
p1: b
|
|
4723
4748
|
};
|
|
4724
4749
|
}
|
|
4725
|
-
static
|
|
4726
|
-
SpreadsheetMLMain.
|
|
4750
|
+
static adj(a, b = 0) {
|
|
4751
|
+
SpreadsheetMLMain.abl(a, SpreadsheetMLMain.ks, b);
|
|
4727
4752
|
}
|
|
4728
|
-
static
|
|
4753
|
+
static xr(a, b) {
|
|
4729
4754
|
b = a.ao(OfficeDocumentRelationships.as);
|
|
4730
4755
|
return {
|
|
4731
4756
|
p1: b
|
|
4732
4757
|
};
|
|
4733
4758
|
}
|
|
4734
|
-
static
|
|
4735
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4759
|
+
static adk(a, b) {
|
|
4760
|
+
a.ad.p(SpreadsheetMLMain.ku, null);
|
|
4736
4761
|
let c;
|
|
4737
4762
|
c = b;
|
|
4738
4763
|
a.ad.h(OfficeDocumentRelationships.as, c);
|
|
4739
4764
|
}
|
|
4740
|
-
static
|
|
4765
|
+
static xs(a, b) {
|
|
4741
4766
|
b = a.ao(OfficeDocumentRelationships.as);
|
|
4742
4767
|
return {
|
|
4743
4768
|
p1: b
|
|
4744
4769
|
};
|
|
4745
4770
|
}
|
|
4746
|
-
static
|
|
4747
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4771
|
+
static adl(a, b) {
|
|
4772
|
+
a.ad.p(SpreadsheetMLMain.kv, null);
|
|
4748
4773
|
let c;
|
|
4749
4774
|
c = b;
|
|
4750
4775
|
a.ad.h(OfficeDocumentRelationships.as, c);
|
|
4751
4776
|
}
|
|
4752
|
-
static
|
|
4777
|
+
static xt(a, b) {
|
|
4753
4778
|
b = a.ao("ref");
|
|
4754
4779
|
return {
|
|
4755
4780
|
p1: b
|
|
4756
4781
|
};
|
|
4757
4782
|
}
|
|
4758
|
-
static
|
|
4759
|
-
a.ad.p(SpreadsheetMLMain.
|
|
4783
|
+
static adm(a, b) {
|
|
4784
|
+
a.ad.p(SpreadsheetMLMain.ll, null);
|
|
4760
4785
|
let c;
|
|
4761
4786
|
c = b;
|
|
4762
4787
|
a.ad.h("ref", c);
|
|
4763
4788
|
}
|
|
4764
|
-
static
|
|
4789
|
+
static xu(a, b) {
|
|
4790
|
+
let c = a.ao("count");
|
|
4791
|
+
if (c == null) {
|
|
4792
|
+
b = toNullable(Number_$type, null);
|
|
4793
|
+
}
|
|
4794
|
+
else {
|
|
4795
|
+
b = toNullable(Number_$type, parseUInt32_1(c, CultureInfo.invariantCulture));
|
|
4796
|
+
}
|
|
4797
|
+
return {
|
|
4798
|
+
p1: b
|
|
4799
|
+
};
|
|
4800
|
+
}
|
|
4801
|
+
static adn(a, b = toNullable(Number_$type, null)) {
|
|
4802
|
+
a.ad.p(SpreadsheetMLMain.lm, null);
|
|
4803
|
+
let c;
|
|
4804
|
+
if (nullableNotEquals(b, null)) {
|
|
4805
|
+
c = b.value.toString();
|
|
4806
|
+
a.ad.h("count", c);
|
|
4807
|
+
}
|
|
4808
|
+
}
|
|
4809
|
+
static xv(a) {
|
|
4810
|
+
}
|
|
4811
|
+
static xw(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, aa, ab, ac) {
|
|
4812
|
+
b = false;
|
|
4813
|
+
c = false;
|
|
4814
|
+
d = false;
|
|
4815
|
+
e = false;
|
|
4816
|
+
f = false;
|
|
4817
|
+
g = false;
|
|
4818
|
+
h = false;
|
|
4819
|
+
i = false;
|
|
4820
|
+
j = false;
|
|
4821
|
+
k = false;
|
|
4822
|
+
l = false;
|
|
4823
|
+
m = false;
|
|
4824
|
+
n = false;
|
|
4825
|
+
o = false;
|
|
4826
|
+
p = toNullable(Number_$type, null);
|
|
4827
|
+
q = null;
|
|
4828
|
+
r = false;
|
|
4829
|
+
s = false;
|
|
4830
|
+
t = false;
|
|
4831
|
+
u = false;
|
|
4832
|
+
v = false;
|
|
4833
|
+
w = false;
|
|
4834
|
+
x = false;
|
|
4835
|
+
y = false;
|
|
4836
|
+
z = false;
|
|
4837
|
+
aa = false;
|
|
4838
|
+
ab = false;
|
|
4839
|
+
ac = false;
|
|
4840
|
+
for (let ad of fromEnum(a.ab.u)) {
|
|
4841
|
+
switch (ad.a.e(a.d)) {
|
|
4842
|
+
case "adjust":
|
|
4843
|
+
b = ST_OnOff.e(ad.d);
|
|
4844
|
+
break;
|
|
4845
|
+
case "assign":
|
|
4846
|
+
c = ST_OnOff.e(ad.d);
|
|
4847
|
+
break;
|
|
4848
|
+
case "cellMeta":
|
|
4849
|
+
d = ST_OnOff.e(ad.d);
|
|
4850
|
+
break;
|
|
4851
|
+
case "clearAll":
|
|
4852
|
+
e = ST_OnOff.e(ad.d);
|
|
4853
|
+
break;
|
|
4854
|
+
case "clearComments":
|
|
4855
|
+
f = ST_OnOff.e(ad.d);
|
|
4856
|
+
break;
|
|
4857
|
+
case "clearContents":
|
|
4858
|
+
g = ST_OnOff.e(ad.d);
|
|
4859
|
+
break;
|
|
4860
|
+
case "clearFormats":
|
|
4861
|
+
h = ST_OnOff.e(ad.d);
|
|
4862
|
+
break;
|
|
4863
|
+
case "coerce":
|
|
4864
|
+
i = ST_OnOff.e(ad.d);
|
|
4865
|
+
break;
|
|
4866
|
+
case "copy":
|
|
4867
|
+
j = ST_OnOff.e(ad.d);
|
|
4868
|
+
break;
|
|
4869
|
+
case "delete":
|
|
4870
|
+
k = ST_OnOff.e(ad.d);
|
|
4871
|
+
break;
|
|
4872
|
+
case "edit":
|
|
4873
|
+
l = ST_OnOff.e(ad.d);
|
|
4874
|
+
break;
|
|
4875
|
+
case "ghostCol":
|
|
4876
|
+
m = ST_OnOff.e(ad.d);
|
|
4877
|
+
break;
|
|
4878
|
+
case "ghostRow":
|
|
4879
|
+
n = ST_OnOff.e(ad.d);
|
|
4880
|
+
break;
|
|
4881
|
+
case "merge":
|
|
4882
|
+
o = ST_OnOff.e(ad.d);
|
|
4883
|
+
break;
|
|
4884
|
+
case "minSupportedVersion":
|
|
4885
|
+
p = toNullable(Number_$type, parseUInt32_1(ad.d, CultureInfo.invariantCulture));
|
|
4886
|
+
break;
|
|
4887
|
+
case "name":
|
|
4888
|
+
q = ad.d;
|
|
4889
|
+
break;
|
|
4890
|
+
case "pasteAll":
|
|
4891
|
+
r = ST_OnOff.e(ad.d);
|
|
4892
|
+
break;
|
|
4893
|
+
case "pasteBorders":
|
|
4894
|
+
s = ST_OnOff.e(ad.d);
|
|
4895
|
+
break;
|
|
4896
|
+
case "pasteColWidths":
|
|
4897
|
+
t = ST_OnOff.e(ad.d);
|
|
4898
|
+
break;
|
|
4899
|
+
case "pasteComments":
|
|
4900
|
+
u = ST_OnOff.e(ad.d);
|
|
4901
|
+
break;
|
|
4902
|
+
case "pasteDataValidation":
|
|
4903
|
+
v = ST_OnOff.e(ad.d);
|
|
4904
|
+
break;
|
|
4905
|
+
case "pasteFormats":
|
|
4906
|
+
w = ST_OnOff.e(ad.d);
|
|
4907
|
+
break;
|
|
4908
|
+
case "pasteFormulas":
|
|
4909
|
+
x = ST_OnOff.e(ad.d);
|
|
4910
|
+
break;
|
|
4911
|
+
case "pasteNumberFormats":
|
|
4912
|
+
y = ST_OnOff.e(ad.d);
|
|
4913
|
+
break;
|
|
4914
|
+
case "pasteValues":
|
|
4915
|
+
z = ST_OnOff.e(ad.d);
|
|
4916
|
+
break;
|
|
4917
|
+
case "rowColShift":
|
|
4918
|
+
aa = ST_OnOff.e(ad.d);
|
|
4919
|
+
break;
|
|
4920
|
+
case "splitAll":
|
|
4921
|
+
ab = ST_OnOff.e(ad.d);
|
|
4922
|
+
break;
|
|
4923
|
+
case "splitFirst":
|
|
4924
|
+
ac = ST_OnOff.e(ad.d);
|
|
4925
|
+
break;
|
|
4926
|
+
default: break;
|
|
4927
|
+
}
|
|
4928
|
+
}
|
|
4929
|
+
return {
|
|
4930
|
+
p1: b,
|
|
4931
|
+
p2: c,
|
|
4932
|
+
p3: d,
|
|
4933
|
+
p4: e,
|
|
4934
|
+
p5: f,
|
|
4935
|
+
p6: g,
|
|
4936
|
+
p7: h,
|
|
4937
|
+
p8: i,
|
|
4938
|
+
p9: j,
|
|
4939
|
+
p10: k,
|
|
4940
|
+
p11: l,
|
|
4941
|
+
p12: m,
|
|
4942
|
+
p13: n,
|
|
4943
|
+
p14: o,
|
|
4944
|
+
p15: p,
|
|
4945
|
+
p16: q,
|
|
4946
|
+
p17: r,
|
|
4947
|
+
p18: s,
|
|
4948
|
+
p19: t,
|
|
4949
|
+
p20: u,
|
|
4950
|
+
p21: v,
|
|
4951
|
+
p22: w,
|
|
4952
|
+
p23: x,
|
|
4953
|
+
p24: y,
|
|
4954
|
+
p25: z,
|
|
4955
|
+
p26: aa,
|
|
4956
|
+
p27: ab,
|
|
4957
|
+
p28: ac
|
|
4958
|
+
};
|
|
4959
|
+
}
|
|
4960
|
+
static ado(a, b = false, c = false, d = false, e = false, f = false, g = false, h = false, i = false, j = false, k = false, l = false, m = false, n = false, o = false, p = toNullable(Number_$type, null), q = null, r = false, s = false, t = false, u = false, v = false, w = false, x = false, y = false, z = false, aa = false, ab = false, ac = false) {
|
|
4961
|
+
a.ad.p(SpreadsheetMLMain.lp, null);
|
|
4962
|
+
let ad;
|
|
4963
|
+
if (b != false) {
|
|
4964
|
+
ad = ST_OnOff.g(b);
|
|
4965
|
+
a.ad.h("adjust", ad);
|
|
4966
|
+
}
|
|
4967
|
+
if (c != false) {
|
|
4968
|
+
ad = ST_OnOff.g(c);
|
|
4969
|
+
a.ad.h("assign", ad);
|
|
4970
|
+
}
|
|
4971
|
+
if (d != false) {
|
|
4972
|
+
ad = ST_OnOff.g(d);
|
|
4973
|
+
a.ad.h("cellMeta", ad);
|
|
4974
|
+
}
|
|
4975
|
+
if (e != false) {
|
|
4976
|
+
ad = ST_OnOff.g(e);
|
|
4977
|
+
a.ad.h("clearAll", ad);
|
|
4978
|
+
}
|
|
4979
|
+
if (f != false) {
|
|
4980
|
+
ad = ST_OnOff.g(f);
|
|
4981
|
+
a.ad.h("clearComments", ad);
|
|
4982
|
+
}
|
|
4983
|
+
if (g != false) {
|
|
4984
|
+
ad = ST_OnOff.g(g);
|
|
4985
|
+
a.ad.h("clearContents", ad);
|
|
4986
|
+
}
|
|
4987
|
+
if (h != false) {
|
|
4988
|
+
ad = ST_OnOff.g(h);
|
|
4989
|
+
a.ad.h("clearFormats", ad);
|
|
4990
|
+
}
|
|
4991
|
+
if (i != false) {
|
|
4992
|
+
ad = ST_OnOff.g(i);
|
|
4993
|
+
a.ad.h("coerce", ad);
|
|
4994
|
+
}
|
|
4995
|
+
if (j != false) {
|
|
4996
|
+
ad = ST_OnOff.g(j);
|
|
4997
|
+
a.ad.h("copy", ad);
|
|
4998
|
+
}
|
|
4999
|
+
if (k != false) {
|
|
5000
|
+
ad = ST_OnOff.g(k);
|
|
5001
|
+
a.ad.h("delete", ad);
|
|
5002
|
+
}
|
|
5003
|
+
if (nullableNotEquals(p, null)) {
|
|
5004
|
+
ad = p.value.toString();
|
|
5005
|
+
a.ad.h("minSupportedVersion", ad);
|
|
5006
|
+
}
|
|
5007
|
+
ad = q;
|
|
5008
|
+
a.ad.h("name", ad);
|
|
5009
|
+
}
|
|
5010
|
+
static xx(a, b) {
|
|
4765
5011
|
let c = a.ao("count");
|
|
4766
5012
|
if (c == null) {
|
|
4767
5013
|
b = toNullable(Number_$type, null);
|
|
@@ -4773,27 +5019,27 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4773
5019
|
p1: b
|
|
4774
5020
|
};
|
|
4775
5021
|
}
|
|
4776
|
-
static
|
|
4777
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5022
|
+
static adp(a, b = toNullable(Number_$type, null)) {
|
|
5023
|
+
a.ad.p(SpreadsheetMLMain.lq, null);
|
|
4778
5024
|
let c;
|
|
4779
5025
|
if (nullableNotEquals(b, null)) {
|
|
4780
5026
|
c = b.value.toString();
|
|
4781
5027
|
a.ad.h("count", c);
|
|
4782
5028
|
}
|
|
4783
5029
|
}
|
|
4784
|
-
static
|
|
5030
|
+
static xy(a, b) {
|
|
4785
5031
|
b = a.ao("val");
|
|
4786
5032
|
return {
|
|
4787
5033
|
p1: b
|
|
4788
5034
|
};
|
|
4789
5035
|
}
|
|
4790
|
-
static
|
|
4791
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5036
|
+
static adq(a, b) {
|
|
5037
|
+
a.ad.p(SpreadsheetMLMain.ly, null);
|
|
4792
5038
|
let c;
|
|
4793
5039
|
c = b;
|
|
4794
5040
|
a.ad.h("val", c);
|
|
4795
5041
|
}
|
|
4796
|
-
static
|
|
5042
|
+
static xz(a, b, c) {
|
|
4797
5043
|
b = 0;
|
|
4798
5044
|
c = null;
|
|
4799
5045
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -4812,15 +5058,15 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4812
5058
|
p2: c
|
|
4813
5059
|
};
|
|
4814
5060
|
}
|
|
4815
|
-
static
|
|
4816
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5061
|
+
static adr(a, b, c) {
|
|
5062
|
+
a.ad.p(SpreadsheetMLMain.l2, null);
|
|
4817
5063
|
let d;
|
|
4818
5064
|
d = b.toString();
|
|
4819
5065
|
a.ad.h("numFmtId", d);
|
|
4820
5066
|
d = c;
|
|
4821
5067
|
a.ad.h("formatCode", d);
|
|
4822
5068
|
}
|
|
4823
|
-
static
|
|
5069
|
+
static x0(a, b) {
|
|
4824
5070
|
let c = a.ao("count");
|
|
4825
5071
|
if (c == null) {
|
|
4826
5072
|
b = toNullable(Number_$type, null);
|
|
@@ -4832,33 +5078,33 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4832
5078
|
p1: b
|
|
4833
5079
|
};
|
|
4834
5080
|
}
|
|
4835
|
-
static
|
|
4836
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5081
|
+
static ads(a, b = toNullable(Number_$type, null)) {
|
|
5082
|
+
a.ad.p(SpreadsheetMLMain.l4, null);
|
|
4837
5083
|
let c;
|
|
4838
5084
|
if (nullableNotEquals(b, null)) {
|
|
4839
5085
|
c = b.value.toString();
|
|
4840
5086
|
a.ad.h("count", c);
|
|
4841
5087
|
}
|
|
4842
5088
|
}
|
|
4843
|
-
static
|
|
4844
|
-
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.
|
|
5089
|
+
static x1(a, b) {
|
|
5090
|
+
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.l6);
|
|
4845
5091
|
return {
|
|
4846
5092
|
p1: b
|
|
4847
5093
|
};
|
|
4848
5094
|
}
|
|
4849
|
-
static
|
|
4850
|
-
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.
|
|
5095
|
+
static adt(a, b) {
|
|
5096
|
+
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.l6, null, b);
|
|
4851
5097
|
}
|
|
4852
|
-
static
|
|
4853
|
-
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.
|
|
5098
|
+
static x2(a, b) {
|
|
5099
|
+
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.l7);
|
|
4854
5100
|
return {
|
|
4855
5101
|
p1: b
|
|
4856
5102
|
};
|
|
4857
5103
|
}
|
|
4858
|
-
static
|
|
4859
|
-
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.
|
|
5104
|
+
static adu(a, b) {
|
|
5105
|
+
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.l7, null, b);
|
|
4860
5106
|
}
|
|
4861
|
-
static
|
|
5107
|
+
static x3(a, b, c, d, e) {
|
|
4862
5108
|
b = null;
|
|
4863
5109
|
c = false;
|
|
4864
5110
|
d = false;
|
|
@@ -4887,8 +5133,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4887
5133
|
p4: e
|
|
4888
5134
|
};
|
|
4889
5135
|
}
|
|
4890
|
-
static
|
|
4891
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5136
|
+
static adv(a, b = null, c = false, d = false, e = false) {
|
|
5137
|
+
a.ad.p(SpreadsheetMLMain.l9, null);
|
|
4892
5138
|
let f;
|
|
4893
5139
|
f = b;
|
|
4894
5140
|
a.ad.h("name", f);
|
|
@@ -4905,12 +5151,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4905
5151
|
a.ad.h("preferPic", f);
|
|
4906
5152
|
}
|
|
4907
5153
|
}
|
|
4908
|
-
static
|
|
5154
|
+
static x4(a) {
|
|
4909
5155
|
}
|
|
4910
|
-
static
|
|
4911
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5156
|
+
static adw(a) {
|
|
5157
|
+
a.ad.p(SpreadsheetMLMain.ma, null);
|
|
4912
5158
|
}
|
|
4913
|
-
static
|
|
5159
|
+
static x5(a, b, c) {
|
|
4914
5160
|
b = null;
|
|
4915
5161
|
c = null;
|
|
4916
5162
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -4929,25 +5175,25 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4929
5175
|
p2: c
|
|
4930
5176
|
};
|
|
4931
5177
|
}
|
|
4932
|
-
static
|
|
4933
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5178
|
+
static adx(a, b = null, c = null) {
|
|
5179
|
+
a.ad.p(SpreadsheetMLMain.mb, null);
|
|
4934
5180
|
let d;
|
|
4935
5181
|
d = b;
|
|
4936
5182
|
a.ad.h(OfficeDocumentRelationships.as, d);
|
|
4937
5183
|
d = c;
|
|
4938
5184
|
a.ad.h("progId", d);
|
|
4939
5185
|
}
|
|
4940
|
-
static
|
|
4941
|
-
let c = SpreadsheetMLMain.
|
|
5186
|
+
static x6(a, b) {
|
|
5187
|
+
let c = SpreadsheetMLMain.vs(a, SpreadsheetMLMain.mf, b);
|
|
4942
5188
|
b = c.p2;
|
|
4943
5189
|
return {
|
|
4944
5190
|
p1: b
|
|
4945
5191
|
};
|
|
4946
5192
|
}
|
|
4947
|
-
static
|
|
4948
|
-
SpreadsheetMLMain.
|
|
5193
|
+
static ady(a, b = true) {
|
|
5194
|
+
SpreadsheetMLMain.abk(a, SpreadsheetMLMain.mf, b);
|
|
4949
5195
|
}
|
|
4950
|
-
static
|
|
5196
|
+
static x7(a, b, c, d, e) {
|
|
4951
5197
|
b = false;
|
|
4952
5198
|
c = true;
|
|
4953
5199
|
d = true;
|
|
@@ -4976,8 +5222,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4976
5222
|
p4: e
|
|
4977
5223
|
};
|
|
4978
5224
|
}
|
|
4979
|
-
static
|
|
4980
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5225
|
+
static adz(a, b = false, c = true, d = true, e = true) {
|
|
5226
|
+
a.ad.p(SpreadsheetMLMain.mk, null);
|
|
4981
5227
|
let f;
|
|
4982
5228
|
if (b != false) {
|
|
4983
5229
|
f = ST_OnOff.g(b);
|
|
@@ -4996,7 +5242,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
4996
5242
|
a.ad.h("showOutlineSymbols", f);
|
|
4997
5243
|
}
|
|
4998
5244
|
}
|
|
4999
|
-
static
|
|
5245
|
+
static x8(a, b, c, d, e, f, g) {
|
|
5000
5246
|
b = 0;
|
|
5001
5247
|
c = 0;
|
|
5002
5248
|
d = 0;
|
|
@@ -5035,8 +5281,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5035
5281
|
p6: g
|
|
5036
5282
|
};
|
|
5037
5283
|
}
|
|
5038
|
-
static
|
|
5039
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5284
|
+
static ad0(a, b, c, d, e, f, g) {
|
|
5285
|
+
a.ad.p(SpreadsheetMLMain.mm, null);
|
|
5040
5286
|
let h;
|
|
5041
5287
|
h = b.toString();
|
|
5042
5288
|
a.ad.h("left", h);
|
|
@@ -5051,7 +5297,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5051
5297
|
h = g.toString();
|
|
5052
5298
|
a.ad.h("footer", h);
|
|
5053
5299
|
}
|
|
5054
|
-
static
|
|
5300
|
+
static x9(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) {
|
|
5055
5301
|
b = 1;
|
|
5056
5302
|
c = null;
|
|
5057
5303
|
d = null;
|
|
@@ -5155,8 +5401,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5155
5401
|
p19: t
|
|
5156
5402
|
};
|
|
5157
5403
|
}
|
|
5158
|
-
static
|
|
5159
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5404
|
+
static ad1(a, b = 1, c = null, d = null, e = 100, f = 1, g = 1, h = 1, i = 0, j = 0, k = true, l = false, m = false, n = 0, o = false, p = 0, q = 600, r = 600, s = 1, t = null) {
|
|
5405
|
+
a.ad.p(SpreadsheetMLMain.mo, null);
|
|
5160
5406
|
let u;
|
|
5161
5407
|
if (b != 1) {
|
|
5162
5408
|
u = b.toString();
|
|
@@ -5235,7 +5481,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5235
5481
|
a.ad.h(OfficeDocumentRelationships.as, u);
|
|
5236
5482
|
}
|
|
5237
5483
|
}
|
|
5238
|
-
static
|
|
5484
|
+
static ya(a, b, c) {
|
|
5239
5485
|
b = true;
|
|
5240
5486
|
c = false;
|
|
5241
5487
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -5254,8 +5500,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5254
5500
|
p2: c
|
|
5255
5501
|
};
|
|
5256
5502
|
}
|
|
5257
|
-
static
|
|
5258
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5503
|
+
static ad2(a, b = true, c = false) {
|
|
5504
|
+
a.ad.p(SpreadsheetMLMain.mp, null);
|
|
5259
5505
|
let d;
|
|
5260
5506
|
if (b != true) {
|
|
5261
5507
|
d = ST_OnOff.g(b);
|
|
@@ -5266,7 +5512,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5266
5512
|
a.ad.h("fitToPage", d);
|
|
5267
5513
|
}
|
|
5268
5514
|
}
|
|
5269
|
-
static
|
|
5515
|
+
static yb(a, b, c, d, e, f) {
|
|
5270
5516
|
b = 0;
|
|
5271
5517
|
c = 0;
|
|
5272
5518
|
d = null;
|
|
@@ -5300,8 +5546,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5300
5546
|
p5: f
|
|
5301
5547
|
};
|
|
5302
5548
|
}
|
|
5303
|
-
static
|
|
5304
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5549
|
+
static ad3(a, b = 0, c = 0, d = null, e = 3, f = 0) {
|
|
5550
|
+
a.ad.p(SpreadsheetMLMain.mq, null);
|
|
5305
5551
|
let g;
|
|
5306
5552
|
if (b != 0) {
|
|
5307
5553
|
g = b.toString();
|
|
@@ -5322,7 +5568,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5322
5568
|
a.ad.h("state", g);
|
|
5323
5569
|
}
|
|
5324
5570
|
}
|
|
5325
|
-
static
|
|
5571
|
+
static yc(a, b) {
|
|
5326
5572
|
let c = a.ao("patternType");
|
|
5327
5573
|
if (c == null) {
|
|
5328
5574
|
b = toNullable(ST_PatternType_$type, null);
|
|
@@ -5334,27 +5580,27 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5334
5580
|
p1: b
|
|
5335
5581
|
};
|
|
5336
5582
|
}
|
|
5337
|
-
static
|
|
5338
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5583
|
+
static ad4(a, b = toNullable(ST_PatternType_$type, null)) {
|
|
5584
|
+
a.ad.p(SpreadsheetMLMain.m5, null);
|
|
5339
5585
|
let c;
|
|
5340
5586
|
if (nullableNotEquals(b, null)) {
|
|
5341
5587
|
c = XmlNamespaceDefinitionBase.p(ST_PatternType_$type, b.value);
|
|
5342
5588
|
a.ad.h("patternType", c);
|
|
5343
5589
|
}
|
|
5344
5590
|
}
|
|
5345
|
-
static
|
|
5591
|
+
static yd(a, b) {
|
|
5346
5592
|
b = a.ao(OfficeDocumentRelationships.as);
|
|
5347
5593
|
return {
|
|
5348
5594
|
p1: b
|
|
5349
5595
|
};
|
|
5350
5596
|
}
|
|
5351
|
-
static
|
|
5352
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5597
|
+
static ad5(a, b) {
|
|
5598
|
+
a.ad.p(SpreadsheetMLMain.nb, null);
|
|
5353
5599
|
let c;
|
|
5354
5600
|
c = b;
|
|
5355
5601
|
a.ad.h(OfficeDocumentRelationships.as, c);
|
|
5356
5602
|
}
|
|
5357
|
-
static
|
|
5603
|
+
static ye(a, b, c) {
|
|
5358
5604
|
b = 0;
|
|
5359
5605
|
c = null;
|
|
5360
5606
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -5373,20 +5619,20 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5373
5619
|
p2: c
|
|
5374
5620
|
};
|
|
5375
5621
|
}
|
|
5376
|
-
static
|
|
5377
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5622
|
+
static ad6(a, b, c) {
|
|
5623
|
+
a.ad.p(SpreadsheetMLMain.ne, null);
|
|
5378
5624
|
let d;
|
|
5379
5625
|
d = b.toString();
|
|
5380
5626
|
a.ad.h("cacheId", d);
|
|
5381
5627
|
d = c;
|
|
5382
5628
|
a.ad.h(OfficeDocumentRelationships.as, d);
|
|
5383
5629
|
}
|
|
5384
|
-
static
|
|
5630
|
+
static yf(a) {
|
|
5385
5631
|
}
|
|
5386
|
-
static
|
|
5387
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5632
|
+
static ad7(a) {
|
|
5633
|
+
a.ad.p(SpreadsheetMLMain.nf, null);
|
|
5388
5634
|
}
|
|
5389
|
-
static
|
|
5635
|
+
static yg(a, b, c, d, e, f) {
|
|
5390
5636
|
b = false;
|
|
5391
5637
|
c = false;
|
|
5392
5638
|
d = false;
|
|
@@ -5420,8 +5666,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5420
5666
|
p5: f
|
|
5421
5667
|
};
|
|
5422
5668
|
}
|
|
5423
|
-
static
|
|
5424
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5669
|
+
static ad8(a, b = false, c = false, d = false, e = false, f = true) {
|
|
5670
|
+
a.ad.p(SpreadsheetMLMain.nm, null);
|
|
5425
5671
|
let g;
|
|
5426
5672
|
if (b != false) {
|
|
5427
5673
|
g = ST_OnOff.g(b);
|
|
@@ -5444,7 +5690,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5444
5690
|
a.ad.h("gridLinesSet", g);
|
|
5445
5691
|
}
|
|
5446
5692
|
}
|
|
5447
|
-
static
|
|
5693
|
+
static yh(a, b, c, d, e) {
|
|
5448
5694
|
b = null;
|
|
5449
5695
|
c = null;
|
|
5450
5696
|
d = null;
|
|
@@ -5473,7 +5719,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5473
5719
|
p4: e
|
|
5474
5720
|
};
|
|
5475
5721
|
}
|
|
5476
|
-
static
|
|
5722
|
+
static yi(a, b, c, d, e, f, g, h) {
|
|
5477
5723
|
b = null;
|
|
5478
5724
|
c = null;
|
|
5479
5725
|
d = null;
|
|
@@ -5517,8 +5763,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5517
5763
|
p7: h
|
|
5518
5764
|
};
|
|
5519
5765
|
}
|
|
5520
|
-
static
|
|
5521
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5766
|
+
static ad9(a, b, c, d, e = toNullable(ST_UnsignedShortHex.$, null)) {
|
|
5767
|
+
a.ad.p(SpreadsheetMLMain.ns, null);
|
|
5522
5768
|
let f;
|
|
5523
5769
|
if (nullableNotEquals(e, null)) {
|
|
5524
5770
|
f = e.value.toString();
|
|
@@ -5533,8 +5779,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5533
5779
|
a.ad.h("securityDescriptor", f);
|
|
5534
5780
|
}
|
|
5535
5781
|
}
|
|
5536
|
-
static
|
|
5537
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5782
|
+
static aea(a, b, c, d, e = null, f = null, g = null, h = toNullable(Number_$type, null)) {
|
|
5783
|
+
a.ad.p(SpreadsheetMLMain.ns, null);
|
|
5538
5784
|
let i;
|
|
5539
5785
|
if (!stringIsNullOrEmpty(b)) {
|
|
5540
5786
|
i = b;
|
|
@@ -5561,12 +5807,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5561
5807
|
a.ad.h("spinCount", i);
|
|
5562
5808
|
}
|
|
5563
5809
|
}
|
|
5564
|
-
static
|
|
5810
|
+
static yj(a) {
|
|
5565
5811
|
}
|
|
5566
|
-
static
|
|
5567
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5812
|
+
static aeb(a) {
|
|
5813
|
+
a.ad.p(SpreadsheetMLMain.nt, null);
|
|
5568
5814
|
}
|
|
5569
|
-
static
|
|
5815
|
+
static yk(a, b, c) {
|
|
5570
5816
|
b = toNullable(Boolean_$type, null);
|
|
5571
5817
|
c = toNullable(Boolean_$type, null);
|
|
5572
5818
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -5585,8 +5831,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5585
5831
|
p2: c
|
|
5586
5832
|
};
|
|
5587
5833
|
}
|
|
5588
|
-
static
|
|
5589
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5834
|
+
static aec(a, b = toNullable(Boolean_$type, null), c = toNullable(Boolean_$type, null)) {
|
|
5835
|
+
a.ad.p(SpreadsheetMLMain.nu, null);
|
|
5590
5836
|
let d;
|
|
5591
5837
|
if (nullableNotEquals(b, null)) {
|
|
5592
5838
|
d = ST_OnOff.g(b.value);
|
|
@@ -5597,24 +5843,51 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5597
5843
|
a.ad.h("hidden", d);
|
|
5598
5844
|
}
|
|
5599
5845
|
}
|
|
5600
|
-
static
|
|
5846
|
+
static yl(a, b, c) {
|
|
5847
|
+
b = 0;
|
|
5848
|
+
c = 0;
|
|
5849
|
+
for (let d of fromEnum(a.ab.u)) {
|
|
5850
|
+
switch (d.a.e(a.d)) {
|
|
5851
|
+
case "t":
|
|
5852
|
+
b = parseUInt32_1(d.d, CultureInfo.invariantCulture);
|
|
5853
|
+
break;
|
|
5854
|
+
case "v":
|
|
5855
|
+
c = parseUInt32_1(d.d, CultureInfo.invariantCulture);
|
|
5856
|
+
break;
|
|
5857
|
+
default: break;
|
|
5858
|
+
}
|
|
5859
|
+
}
|
|
5860
|
+
return {
|
|
5861
|
+
p1: b,
|
|
5862
|
+
p2: c
|
|
5863
|
+
};
|
|
5601
5864
|
}
|
|
5602
|
-
static
|
|
5603
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5865
|
+
static aed(a, b, c) {
|
|
5866
|
+
a.ad.p(SpreadsheetMLMain.n6, null);
|
|
5867
|
+
let d;
|
|
5868
|
+
d = b.toString();
|
|
5869
|
+
a.ad.h("t", d);
|
|
5870
|
+
d = c.toString();
|
|
5871
|
+
a.ad.h("v", d);
|
|
5604
5872
|
}
|
|
5605
|
-
static
|
|
5873
|
+
static ym(a) {
|
|
5874
|
+
}
|
|
5875
|
+
static aee(a) {
|
|
5876
|
+
a.ad.p(SpreadsheetMLMain.n1, null);
|
|
5877
|
+
}
|
|
5878
|
+
static yn(a, b) {
|
|
5606
5879
|
b = a.ao("val");
|
|
5607
5880
|
return {
|
|
5608
5881
|
p1: b
|
|
5609
5882
|
};
|
|
5610
5883
|
}
|
|
5611
|
-
static
|
|
5612
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5884
|
+
static aef(a, b) {
|
|
5885
|
+
a.ad.p(SpreadsheetMLMain.oq, null);
|
|
5613
5886
|
let c;
|
|
5614
5887
|
c = b;
|
|
5615
5888
|
a.ad.h("val", c);
|
|
5616
5889
|
}
|
|
5617
|
-
static
|
|
5890
|
+
static yo(a, b) {
|
|
5618
5891
|
let c = a.ao("rgb");
|
|
5619
5892
|
if (c == null) {
|
|
5620
5893
|
b = toNullable(ST_UnsignedIntHex.$, null);
|
|
@@ -5626,26 +5899,26 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5626
5899
|
p1: b
|
|
5627
5900
|
};
|
|
5628
5901
|
}
|
|
5629
|
-
static
|
|
5630
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5902
|
+
static aeg(a, b = toNullable(ST_UnsignedIntHex.$, null)) {
|
|
5903
|
+
a.ad.p(SpreadsheetMLMain.os, null);
|
|
5631
5904
|
let c;
|
|
5632
5905
|
if (nullableNotEquals(b, null)) {
|
|
5633
5906
|
c = b.value.toString();
|
|
5634
5907
|
a.ad.h("rgb", c);
|
|
5635
5908
|
}
|
|
5636
5909
|
}
|
|
5637
|
-
static
|
|
5638
|
-
let c = SpreadsheetMLMain.
|
|
5910
|
+
static yp(a, b) {
|
|
5911
|
+
let c = SpreadsheetMLMain.vt(a, SpreadsheetMLMain.ow, b);
|
|
5639
5912
|
b = c.p2;
|
|
5640
5913
|
return {
|
|
5641
5914
|
p1: b
|
|
5642
5915
|
};
|
|
5643
5916
|
}
|
|
5644
|
-
static
|
|
5645
|
-
SpreadsheetMLMain.
|
|
5917
|
+
static aeh(a, b = 0) {
|
|
5918
|
+
SpreadsheetMLMain.abl(a, SpreadsheetMLMain.ow, b);
|
|
5646
5919
|
}
|
|
5647
|
-
static
|
|
5648
|
-
let d = SpreadsheetMLMain.
|
|
5920
|
+
static yq(a, b, c) {
|
|
5921
|
+
let d = SpreadsheetMLMain.vw(a, SpreadsheetMLMain.o0, b, c);
|
|
5649
5922
|
b = d.p2;
|
|
5650
5923
|
c = d.p3;
|
|
5651
5924
|
return {
|
|
@@ -5653,10 +5926,10 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5653
5926
|
p2: c
|
|
5654
5927
|
};
|
|
5655
5928
|
}
|
|
5656
|
-
static
|
|
5657
|
-
SpreadsheetMLMain.
|
|
5929
|
+
static aei(a, b, c) {
|
|
5930
|
+
SpreadsheetMLMain.abo(a, SpreadsheetMLMain.o0, b, c);
|
|
5658
5931
|
}
|
|
5659
|
-
static
|
|
5932
|
+
static ys(a, b) {
|
|
5660
5933
|
let c = a.ao("r");
|
|
5661
5934
|
if (c == null) {
|
|
5662
5935
|
b = 0;
|
|
@@ -5668,13 +5941,13 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5668
5941
|
p1: b
|
|
5669
5942
|
};
|
|
5670
5943
|
}
|
|
5671
|
-
static
|
|
5672
|
-
a.ad.p(SpreadsheetMLMain.
|
|
5944
|
+
static aek(a, b) {
|
|
5945
|
+
a.ad.p(SpreadsheetMLMain.oz, null);
|
|
5673
5946
|
let c;
|
|
5674
5947
|
c = b.toString();
|
|
5675
5948
|
a.ad.h("r", c);
|
|
5676
5949
|
}
|
|
5677
|
-
static
|
|
5950
|
+
static yr(a, b, c, d, e, f, g, h, i, j, k, l, m, n = false) {
|
|
5678
5951
|
b = toNullable(Number_$type, null);
|
|
5679
5952
|
c = null;
|
|
5680
5953
|
d = 0;
|
|
@@ -5745,8 +6018,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5745
6018
|
p12: m
|
|
5746
6019
|
};
|
|
5747
6020
|
}
|
|
5748
|
-
static
|
|
5749
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6021
|
+
static aej(a, b = toNullable(Number_$type, null), c = null, d = 0, e = false, f = toNullable(Number_$type, null), g = false, h = false, i = 0, j = false, k = false, l = false, m = false) {
|
|
6022
|
+
a.ad.p(SpreadsheetMLMain.oz, null);
|
|
5750
6023
|
let n;
|
|
5751
6024
|
if (nullableNotEquals(b, null)) {
|
|
5752
6025
|
n = b.value.toString();
|
|
@@ -5797,12 +6070,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5797
6070
|
a.ad.h("ph", n);
|
|
5798
6071
|
}
|
|
5799
6072
|
}
|
|
5800
|
-
static
|
|
6073
|
+
static yt(a) {
|
|
5801
6074
|
}
|
|
5802
|
-
static
|
|
5803
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6075
|
+
static ael(a) {
|
|
6076
|
+
a.ad.p(SpreadsheetMLMain.o2, null);
|
|
5804
6077
|
}
|
|
5805
|
-
static
|
|
6078
|
+
static yu(a, b) {
|
|
5806
6079
|
b = 0;
|
|
5807
6080
|
let c = a.ao("val");
|
|
5808
6081
|
if (c != null) {
|
|
@@ -5812,13 +6085,13 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5812
6085
|
p1: b
|
|
5813
6086
|
};
|
|
5814
6087
|
}
|
|
5815
|
-
static
|
|
5816
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6088
|
+
static aem(a, b) {
|
|
6089
|
+
a.ad.p(SpreadsheetMLMain.pa, null);
|
|
5817
6090
|
let c;
|
|
5818
6091
|
c = XmlNamespaceDefinitionBase.p(ST_FontScheme_$type, b);
|
|
5819
6092
|
a.ad.h("val", c);
|
|
5820
6093
|
}
|
|
5821
|
-
static
|
|
6094
|
+
static yv(a, b, c, d, e) {
|
|
5822
6095
|
b = 3;
|
|
5823
6096
|
c = null;
|
|
5824
6097
|
d = 0;
|
|
@@ -5847,8 +6120,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5847
6120
|
p4: e
|
|
5848
6121
|
};
|
|
5849
6122
|
}
|
|
5850
|
-
static
|
|
5851
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6123
|
+
static aen(a, b = 3, c = null, d = 0, e = null) {
|
|
6124
|
+
a.ad.p(SpreadsheetMLMain.pd, null);
|
|
5852
6125
|
let f;
|
|
5853
6126
|
if (b != 3) {
|
|
5854
6127
|
f = XmlNamespaceDefinitionBase.p(ST_Pane_$type, b);
|
|
@@ -5865,17 +6138,17 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5865
6138
|
a.ad.h("sqref", f);
|
|
5866
6139
|
}
|
|
5867
6140
|
}
|
|
5868
|
-
static
|
|
5869
|
-
let c = SpreadsheetMLMain.
|
|
6141
|
+
static yw(a, b) {
|
|
6142
|
+
let c = SpreadsheetMLMain.vs(a, SpreadsheetMLMain.pg, b);
|
|
5870
6143
|
b = c.p2;
|
|
5871
6144
|
return {
|
|
5872
6145
|
p1: b
|
|
5873
6146
|
};
|
|
5874
6147
|
}
|
|
5875
|
-
static
|
|
5876
|
-
SpreadsheetMLMain.
|
|
6148
|
+
static aeo(a, b = true) {
|
|
6149
|
+
SpreadsheetMLMain.abk(a, SpreadsheetMLMain.pg, b);
|
|
5877
6150
|
}
|
|
5878
|
-
static
|
|
6151
|
+
static yx(a, b) {
|
|
5879
6152
|
let c = a.ao("fullCalcOnLoad");
|
|
5880
6153
|
if (c == null) {
|
|
5881
6154
|
b = false;
|
|
@@ -5887,20 +6160,20 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5887
6160
|
p1: b
|
|
5888
6161
|
};
|
|
5889
6162
|
}
|
|
5890
|
-
static
|
|
5891
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6163
|
+
static aep(a, b = false) {
|
|
6164
|
+
a.ad.p(SpreadsheetMLMain.pk, null);
|
|
5892
6165
|
let c;
|
|
5893
6166
|
if (b != false) {
|
|
5894
6167
|
c = ST_OnOff.g(b);
|
|
5895
6168
|
a.ad.h("fullCalcOnLoad", c);
|
|
5896
6169
|
}
|
|
5897
6170
|
}
|
|
5898
|
-
static
|
|
6171
|
+
static yy(a) {
|
|
5899
6172
|
}
|
|
5900
|
-
static
|
|
5901
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6173
|
+
static aeq(a) {
|
|
6174
|
+
a.ad.p(SpreadsheetMLMain.pl, null);
|
|
5902
6175
|
}
|
|
5903
|
-
static
|
|
6176
|
+
static yz(a, b, c) {
|
|
5904
6177
|
b = 0;
|
|
5905
6178
|
c = false;
|
|
5906
6179
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -5919,8 +6192,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5919
6192
|
p2: c
|
|
5920
6193
|
};
|
|
5921
6194
|
}
|
|
5922
|
-
static
|
|
5923
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6195
|
+
static aer(a, b, c = false) {
|
|
6196
|
+
a.ad.p(SpreadsheetMLMain.pl, null);
|
|
5924
6197
|
let d;
|
|
5925
6198
|
d = b.toString();
|
|
5926
6199
|
a.ad.h("sheetId", d);
|
|
@@ -5929,12 +6202,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5929
6202
|
a.ad.h("refreshError", d);
|
|
5930
6203
|
}
|
|
5931
6204
|
}
|
|
5932
|
-
static
|
|
6205
|
+
static y0(a) {
|
|
5933
6206
|
}
|
|
5934
|
-
static
|
|
5935
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6207
|
+
static aes(a) {
|
|
6208
|
+
a.ad.p(SpreadsheetMLMain.pm, null);
|
|
5936
6209
|
}
|
|
5937
|
-
static
|
|
6210
|
+
static y1(a, b, c, d, e) {
|
|
5938
6211
|
b = null;
|
|
5939
6212
|
c = 0;
|
|
5940
6213
|
d = 0;
|
|
@@ -5963,8 +6236,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5963
6236
|
p4: e
|
|
5964
6237
|
};
|
|
5965
6238
|
}
|
|
5966
|
-
static
|
|
5967
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6239
|
+
static aet(a, b, c, d, e) {
|
|
6240
|
+
a.ad.p(SpreadsheetMLMain.pi, null);
|
|
5968
6241
|
let f;
|
|
5969
6242
|
f = b;
|
|
5970
6243
|
a.ad.h("name", f);
|
|
@@ -5977,7 +6250,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
5977
6250
|
f = e;
|
|
5978
6251
|
a.ad.h(OfficeDocumentRelationships.as, f);
|
|
5979
6252
|
}
|
|
5980
|
-
static
|
|
6253
|
+
static y2(a, b, c, d, e, f, g, h, i, j) {
|
|
5981
6254
|
c = 8;
|
|
5982
6255
|
d = toNullable(Number_$type, null);
|
|
5983
6256
|
b = 0;
|
|
@@ -6031,8 +6304,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6031
6304
|
p9: j
|
|
6032
6305
|
};
|
|
6033
6306
|
}
|
|
6034
|
-
static
|
|
6035
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6307
|
+
static aeu(a, b, c = 8, d = toNullable(Number_$type, null), e = false, f = false, g = false, h = false, i = 0, j = 0) {
|
|
6308
|
+
a.ad.p(SpreadsheetMLMain.pn, null);
|
|
6036
6309
|
let k;
|
|
6037
6310
|
if (c != 8) {
|
|
6038
6311
|
k = c.toString();
|
|
@@ -6069,24 +6342,24 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6069
6342
|
a.ad.h("outlineLevelCol", k);
|
|
6070
6343
|
}
|
|
6071
6344
|
}
|
|
6072
|
-
static
|
|
6345
|
+
static y3(a, b) {
|
|
6073
6346
|
b = a.ao("val");
|
|
6074
6347
|
return {
|
|
6075
6348
|
p1: b
|
|
6076
6349
|
};
|
|
6077
6350
|
}
|
|
6078
|
-
static
|
|
6079
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6351
|
+
static aev(a, b) {
|
|
6352
|
+
a.ad.p(SpreadsheetMLMain.pp, null);
|
|
6080
6353
|
let c;
|
|
6081
6354
|
c = b;
|
|
6082
6355
|
a.ad.h("val", c);
|
|
6083
6356
|
}
|
|
6084
|
-
static
|
|
6357
|
+
static y4(a) {
|
|
6085
6358
|
}
|
|
6086
|
-
static
|
|
6087
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6359
|
+
static aew(a) {
|
|
6360
|
+
a.ad.p(SpreadsheetMLMain.pq, null);
|
|
6088
6361
|
}
|
|
6089
|
-
static
|
|
6362
|
+
static y5(a, b, c, d, e, f, g, h, i, j) {
|
|
6090
6363
|
b = false;
|
|
6091
6364
|
c = false;
|
|
6092
6365
|
d = null;
|
|
@@ -6140,8 +6413,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6140
6413
|
p9: j
|
|
6141
6414
|
};
|
|
6142
6415
|
}
|
|
6143
|
-
static
|
|
6144
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6416
|
+
static aex(a, b = false, c = false, d = null, e = false, f = false, g = true, h = null, i = false, j = true) {
|
|
6417
|
+
a.ad.p(SpreadsheetMLMain.pr, null);
|
|
6145
6418
|
let k;
|
|
6146
6419
|
if (b != false) {
|
|
6147
6420
|
k = ST_OnOff.g(b);
|
|
@@ -6176,7 +6449,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6176
6449
|
a.ad.h("enableFormatConditionsCalculation", k);
|
|
6177
6450
|
}
|
|
6178
6451
|
}
|
|
6179
|
-
static
|
|
6452
|
+
static y6(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r) {
|
|
6180
6453
|
b = toNullable(ST_UnsignedShortHex.$, null);
|
|
6181
6454
|
c = false;
|
|
6182
6455
|
d = false;
|
|
@@ -6270,8 +6543,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6270
6543
|
p17: r
|
|
6271
6544
|
};
|
|
6272
6545
|
}
|
|
6273
|
-
static
|
|
6274
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6546
|
+
static aey(a, b = toNullable(ST_UnsignedShortHex.$, null), c = false, d = false, e = false, f = true, g = true, h = true, i = true, j = true, k = true, l = true, m = true, n = false, o = true, p = true, q = true, r = false) {
|
|
6547
|
+
a.ad.p(SpreadsheetMLMain.ps, null);
|
|
6275
6548
|
let s;
|
|
6276
6549
|
if (nullableNotEquals(b, null)) {
|
|
6277
6550
|
s = b.value.toString();
|
|
@@ -6343,7 +6616,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6343
6616
|
}
|
|
6344
6617
|
}
|
|
6345
6618
|
static b4(a) {
|
|
6346
|
-
if (a.d.
|
|
6619
|
+
if (a.d._ab == 1) {
|
|
6347
6620
|
return true;
|
|
6348
6621
|
}
|
|
6349
6622
|
for (let b of fromEnum(a.ab.u)) {
|
|
@@ -6357,7 +6630,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6357
6630
|
}
|
|
6358
6631
|
return false;
|
|
6359
6632
|
}
|
|
6360
|
-
static
|
|
6633
|
+
static y7(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u) {
|
|
6361
6634
|
b = null;
|
|
6362
6635
|
c = null;
|
|
6363
6636
|
d = null;
|
|
@@ -6466,8 +6739,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6466
6739
|
p20: u
|
|
6467
6740
|
};
|
|
6468
6741
|
}
|
|
6469
|
-
static
|
|
6470
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6742
|
+
static aez(a, b = null, c = null, d = null, e = toNullable(Number_$type, null), f = false, g = false, h = false, i = true, j = true, k = true, l = true, m = true, n = true, o = true, p = true, q = false, r = true, s = true, t = true, u = false) {
|
|
6743
|
+
a.ad.p(SpreadsheetMLMain.ps, null);
|
|
6471
6744
|
let v;
|
|
6472
6745
|
v = b;
|
|
6473
6746
|
a.ad.h("algorithmName", v);
|
|
@@ -6544,12 +6817,12 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6544
6817
|
a.ad.h("selectUnlockedCells", v);
|
|
6545
6818
|
}
|
|
6546
6819
|
}
|
|
6547
|
-
static
|
|
6820
|
+
static y8(a) {
|
|
6548
6821
|
}
|
|
6549
|
-
static
|
|
6550
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6822
|
+
static ae0(a) {
|
|
6823
|
+
a.ad.p(SpreadsheetMLMain.pt, null);
|
|
6551
6824
|
}
|
|
6552
|
-
static
|
|
6825
|
+
static y9(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) {
|
|
6553
6826
|
c = false;
|
|
6554
6827
|
d = false;
|
|
6555
6828
|
e = true;
|
|
@@ -6653,8 +6926,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6653
6926
|
p19: t
|
|
6654
6927
|
};
|
|
6655
6928
|
}
|
|
6656
|
-
static
|
|
6657
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6929
|
+
static ae1(a, b, c = false, d = false, e = true, f = true, g = true, h = false, i = false, j = true, k = true, l = true, m = true, n = 0, o = null, p = 64, q = 100, r = 0, s = 0, t = 0) {
|
|
6930
|
+
a.ad.p(SpreadsheetMLMain.pu, null);
|
|
6658
6931
|
let u;
|
|
6659
6932
|
if (c != false) {
|
|
6660
6933
|
u = ST_OnOff.g(c);
|
|
@@ -6729,17 +7002,17 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6729
7002
|
u = b.toString();
|
|
6730
7003
|
a.ad.h("workbookViewId", u);
|
|
6731
7004
|
}
|
|
6732
|
-
static
|
|
7005
|
+
static za(a) {
|
|
6733
7006
|
}
|
|
6734
|
-
static
|
|
6735
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7007
|
+
static ae2(a) {
|
|
7008
|
+
a.ad.p(SpreadsheetMLMain.pv, null);
|
|
6736
7009
|
}
|
|
6737
|
-
static
|
|
7010
|
+
static zb(a) {
|
|
6738
7011
|
}
|
|
6739
|
-
static
|
|
6740
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7012
|
+
static ae3(a) {
|
|
7013
|
+
a.ad.p(SpreadsheetMLMain.qr, null);
|
|
6741
7014
|
}
|
|
6742
|
-
static
|
|
7015
|
+
static zc(a, b, c, d, e, f, g, h) {
|
|
6743
7016
|
c = false;
|
|
6744
7017
|
d = 0;
|
|
6745
7018
|
b = null;
|
|
@@ -6785,15 +7058,15 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6785
7058
|
p7: h
|
|
6786
7059
|
};
|
|
6787
7060
|
}
|
|
6788
|
-
static
|
|
7061
|
+
static ae4(a, b, c = false, d = 0, e = null, f = toNullable(Number_$type, null), g = 0, h = toNullable(Number_$type, null)) {
|
|
6789
7062
|
if (g <= 16) {
|
|
6790
|
-
SpreadsheetMLMain.
|
|
7063
|
+
SpreadsheetMLMain.ae5(a, SpreadsheetMLMain.qx, null, b, c, d, e, f, g, h);
|
|
6791
7064
|
}
|
|
6792
7065
|
else {
|
|
6793
|
-
a.ad.g([new AlternateContentChoice(0, SpreadsheetML2009Main.ao, () => SpreadsheetMLMain.
|
|
7066
|
+
a.ad.g([new AlternateContentChoice(0, SpreadsheetML2009Main.ao, () => SpreadsheetMLMain.ae5(a, SpreadsheetML2009Main.cm, null, b, c, d, e, f, g, h))]);
|
|
6794
7067
|
}
|
|
6795
7068
|
}
|
|
6796
|
-
static
|
|
7069
|
+
static ae5(a, b, c, d, e = false, f = 0, g = null, h = toNullable(Number_$type, null), i = 0, j = toNullable(Number_$type, null)) {
|
|
6797
7070
|
a.ad.p(b, c);
|
|
6798
7071
|
let k;
|
|
6799
7072
|
if (e != false) {
|
|
@@ -6822,7 +7095,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6822
7095
|
}
|
|
6823
7096
|
a.ad.k();
|
|
6824
7097
|
}
|
|
6825
|
-
static
|
|
7098
|
+
static zd(a, b, c, d, e) {
|
|
6826
7099
|
c = false;
|
|
6827
7100
|
d = false;
|
|
6828
7101
|
e = 0;
|
|
@@ -6851,8 +7124,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6851
7124
|
p4: e
|
|
6852
7125
|
};
|
|
6853
7126
|
}
|
|
6854
|
-
static
|
|
6855
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7127
|
+
static ae6(a, b, c = false, d = false, e = 0) {
|
|
7128
|
+
a.ad.p(SpreadsheetMLMain.qz, null);
|
|
6856
7129
|
let f;
|
|
6857
7130
|
if (c != false) {
|
|
6858
7131
|
f = ST_OnOff.g(c);
|
|
@@ -6869,7 +7142,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6869
7142
|
f = b;
|
|
6870
7143
|
a.ad.h("ref", f);
|
|
6871
7144
|
}
|
|
6872
|
-
static
|
|
7145
|
+
static ze(a, b, c) {
|
|
6873
7146
|
b = toNullable(Number_$type, null);
|
|
6874
7147
|
c = toNullable(Number_$type, null);
|
|
6875
7148
|
for (let d of fromEnum(a.ab.u)) {
|
|
@@ -6888,8 +7161,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6888
7161
|
p2: c
|
|
6889
7162
|
};
|
|
6890
7163
|
}
|
|
6891
|
-
static
|
|
6892
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7164
|
+
static ae7(a, b = toNullable(Number_$type, null), c = toNullable(Number_$type, null)) {
|
|
7165
|
+
a.ad.p(SpreadsheetMLMain.q5, null);
|
|
6893
7166
|
let d;
|
|
6894
7167
|
if (nullableNotEquals(b, null)) {
|
|
6895
7168
|
d = b.value.toString();
|
|
@@ -6900,17 +7173,17 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6900
7173
|
a.ad.h("uniqueCount", d);
|
|
6901
7174
|
}
|
|
6902
7175
|
}
|
|
6903
|
-
static
|
|
6904
|
-
let c = SpreadsheetMLMain.
|
|
7176
|
+
static zf(a, b) {
|
|
7177
|
+
let c = SpreadsheetMLMain.vt(a, SpreadsheetMLMain.q6, b);
|
|
6905
7178
|
b = c.p2;
|
|
6906
7179
|
return {
|
|
6907
7180
|
p1: b
|
|
6908
7181
|
};
|
|
6909
7182
|
}
|
|
6910
|
-
static
|
|
6911
|
-
SpreadsheetMLMain.
|
|
7183
|
+
static ae8(a, b = 0) {
|
|
7184
|
+
SpreadsheetMLMain.abl(a, SpreadsheetMLMain.q6, b);
|
|
6912
7185
|
}
|
|
6913
|
-
static
|
|
7186
|
+
static zg(a, b) {
|
|
6914
7187
|
let c = a.ao("position");
|
|
6915
7188
|
if (c == null) {
|
|
6916
7189
|
b = 0;
|
|
@@ -6922,30 +7195,30 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6922
7195
|
p1: b
|
|
6923
7196
|
};
|
|
6924
7197
|
}
|
|
6925
|
-
static
|
|
6926
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7198
|
+
static ae9(a, b) {
|
|
7199
|
+
a.ad.p(SpreadsheetMLMain.ra, null);
|
|
6927
7200
|
let c;
|
|
6928
7201
|
c = b.toString();
|
|
6929
7202
|
a.ad.h("position", c);
|
|
6930
7203
|
}
|
|
6931
|
-
static
|
|
6932
|
-
let c = SpreadsheetMLMain.
|
|
7204
|
+
static zh(a, b) {
|
|
7205
|
+
let c = SpreadsheetMLMain.vs(a, SpreadsheetMLMain.rc, b);
|
|
6933
7206
|
b = c.p2;
|
|
6934
7207
|
return {
|
|
6935
7208
|
p1: b
|
|
6936
7209
|
};
|
|
6937
7210
|
}
|
|
6938
|
-
static
|
|
6939
|
-
SpreadsheetMLMain.
|
|
7211
|
+
static afa(a, b = true) {
|
|
7212
|
+
SpreadsheetMLMain.abk(a, SpreadsheetMLMain.rc, b);
|
|
6940
7213
|
}
|
|
6941
|
-
static
|
|
7214
|
+
static zi(a) {
|
|
6942
7215
|
}
|
|
6943
|
-
static
|
|
6944
|
-
a.ad.p(SpreadsheetMLMain.
|
|
6945
|
-
let b = a.d.
|
|
7216
|
+
static afb(a) {
|
|
7217
|
+
a.ad.p(SpreadsheetMLMain.re, null);
|
|
7218
|
+
let b = a.d._ab;
|
|
6946
7219
|
a.ad.l(SpreadsheetMLMain.ap);
|
|
6947
7220
|
}
|
|
6948
|
-
static
|
|
7221
|
+
static zj(a, b) {
|
|
6949
7222
|
let c = a.ao("val");
|
|
6950
7223
|
if (c == null) {
|
|
6951
7224
|
b = 0;
|
|
@@ -6957,14 +7230,14 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6957
7230
|
p1: b
|
|
6958
7231
|
};
|
|
6959
7232
|
}
|
|
6960
|
-
static
|
|
6961
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7233
|
+
static afc(a, b) {
|
|
7234
|
+
a.ad.p(SpreadsheetMLMain.rk, null);
|
|
6962
7235
|
let c;
|
|
6963
7236
|
c = b.toString();
|
|
6964
7237
|
a.ad.h("val", c);
|
|
6965
7238
|
}
|
|
6966
|
-
static
|
|
6967
|
-
let g = SpreadsheetMLMain.
|
|
7239
|
+
static zk(a, b, c, d, e, f) {
|
|
7240
|
+
let g = SpreadsheetMLMain.vu(a, SpreadsheetMLMain.rn, b, c, d, e, f);
|
|
6968
7241
|
b = g.p2;
|
|
6969
7242
|
c = g.p3;
|
|
6970
7243
|
d = g.p4;
|
|
@@ -6978,10 +7251,10 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
6978
7251
|
p5: f
|
|
6979
7252
|
};
|
|
6980
7253
|
}
|
|
6981
|
-
static
|
|
6982
|
-
SpreadsheetMLMain.
|
|
7254
|
+
static afd(a, b, c, d, e, f) {
|
|
7255
|
+
SpreadsheetMLMain.abm(a, SpreadsheetMLMain.rn, b, c, d, e, f);
|
|
6983
7256
|
}
|
|
6984
|
-
static
|
|
7257
|
+
static zl(a, b, c, d, e, f, g, h, i, j, k, l, m) {
|
|
6985
7258
|
b = 0;
|
|
6986
7259
|
c = null;
|
|
6987
7260
|
d = null;
|
|
@@ -7050,8 +7323,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7050
7323
|
p12: m
|
|
7051
7324
|
};
|
|
7052
7325
|
}
|
|
7053
|
-
static
|
|
7054
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7326
|
+
static afe(a, b, c = null, d = null, e = 0, f = null, g = toNullable(Number_$type, null), h = toNullable(Number_$type, null), i = toNullable(Number_$type, null), j = toNullable(Number_$type, null), k = null, l = null, m = null) {
|
|
7327
|
+
a.ad.p(SpreadsheetMLMain.rr, null);
|
|
7055
7328
|
let n;
|
|
7056
7329
|
n = b.toString();
|
|
7057
7330
|
a.ad.h("id", n);
|
|
@@ -7088,7 +7361,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7088
7361
|
n = m;
|
|
7089
7362
|
a.ad.h("totalsRowCellStyle", n);
|
|
7090
7363
|
}
|
|
7091
|
-
static
|
|
7364
|
+
static zm(a, b) {
|
|
7092
7365
|
let c = a.ao("count");
|
|
7093
7366
|
if (c == null) {
|
|
7094
7367
|
b = toNullable(Number_$type, null);
|
|
@@ -7100,15 +7373,15 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7100
7373
|
p1: b
|
|
7101
7374
|
};
|
|
7102
7375
|
}
|
|
7103
|
-
static
|
|
7104
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7376
|
+
static aff(a, b = toNullable(Number_$type, null)) {
|
|
7377
|
+
a.ad.p(SpreadsheetMLMain.rs, null);
|
|
7105
7378
|
let c;
|
|
7106
7379
|
if (nullableNotEquals(b, null)) {
|
|
7107
7380
|
c = b.value.toString();
|
|
7108
7381
|
a.ad.h("count", c);
|
|
7109
7382
|
}
|
|
7110
7383
|
}
|
|
7111
|
-
static
|
|
7384
|
+
static zn(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w) {
|
|
7112
7385
|
b = 0;
|
|
7113
7386
|
c = null;
|
|
7114
7387
|
d = null;
|
|
@@ -7227,8 +7500,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7227
7500
|
p22: w
|
|
7228
7501
|
};
|
|
7229
7502
|
}
|
|
7230
|
-
static
|
|
7231
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7503
|
+
static afg(a, b, c, d, e, f, g = 0, h = 1, i = false, j = false, k = 0, l = true, m = false, n = toNullable(Number_$type, null), o = toNullable(Number_$type, null), p = toNullable(Number_$type, null), q = toNullable(Number_$type, null), r = toNullable(Number_$type, null), s = toNullable(Number_$type, null), t = null, u = null, v = null, w = toNullable(Number_$type, null)) {
|
|
7504
|
+
a.ad.p(SpreadsheetMLMain.ro, null);
|
|
7232
7505
|
let x;
|
|
7233
7506
|
x = b.toString();
|
|
7234
7507
|
a.ad.h("id", x);
|
|
@@ -7303,19 +7576,19 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7303
7576
|
a.ad.h("connectionId", x);
|
|
7304
7577
|
}
|
|
7305
7578
|
}
|
|
7306
|
-
static
|
|
7579
|
+
static zo(a, b) {
|
|
7307
7580
|
b = a.ao(OfficeDocumentRelationships.as);
|
|
7308
7581
|
return {
|
|
7309
7582
|
p1: b
|
|
7310
7583
|
};
|
|
7311
7584
|
}
|
|
7312
|
-
static
|
|
7313
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7585
|
+
static afh(a, b = null) {
|
|
7586
|
+
a.ad.p(SpreadsheetMLMain.rt, null);
|
|
7314
7587
|
let c;
|
|
7315
7588
|
c = b;
|
|
7316
7589
|
a.ad.h(OfficeDocumentRelationships.as, c);
|
|
7317
7590
|
}
|
|
7318
|
-
static
|
|
7591
|
+
static zp(a, b) {
|
|
7319
7592
|
let c = a.ao("count");
|
|
7320
7593
|
if (c == null) {
|
|
7321
7594
|
b = toNullable(Number_$type, null);
|
|
@@ -7327,15 +7600,15 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7327
7600
|
p1: b
|
|
7328
7601
|
};
|
|
7329
7602
|
}
|
|
7330
|
-
static
|
|
7331
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7603
|
+
static afi(a, b = toNullable(Number_$type, null)) {
|
|
7604
|
+
a.ad.p(SpreadsheetMLMain.ru, null);
|
|
7332
7605
|
let c;
|
|
7333
7606
|
if (nullableNotEquals(b, null)) {
|
|
7334
7607
|
c = b.value.toString();
|
|
7335
7608
|
a.ad.h("count", c);
|
|
7336
7609
|
}
|
|
7337
7610
|
}
|
|
7338
|
-
static
|
|
7611
|
+
static zq(a, b, c, d, e) {
|
|
7339
7612
|
b = null;
|
|
7340
7613
|
c = true;
|
|
7341
7614
|
d = true;
|
|
@@ -7364,8 +7637,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7364
7637
|
p4: e
|
|
7365
7638
|
};
|
|
7366
7639
|
}
|
|
7367
|
-
static
|
|
7368
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7640
|
+
static afj(a, b, c = true, d = true, e = toNullable(Number_$type, null)) {
|
|
7641
|
+
a.ad.p(SpreadsheetMLMain.rv, null);
|
|
7369
7642
|
let f;
|
|
7370
7643
|
f = b;
|
|
7371
7644
|
a.ad.h("name", f);
|
|
@@ -7382,7 +7655,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7382
7655
|
a.ad.h("count", f);
|
|
7383
7656
|
}
|
|
7384
7657
|
}
|
|
7385
|
-
static
|
|
7658
|
+
static zr(a, b, c, d) {
|
|
7386
7659
|
b = 0;
|
|
7387
7660
|
c = 1;
|
|
7388
7661
|
d = toNullable(Number_$type, null);
|
|
@@ -7406,8 +7679,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7406
7679
|
p3: d
|
|
7407
7680
|
};
|
|
7408
7681
|
}
|
|
7409
|
-
static
|
|
7410
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7682
|
+
static afk(a, b, c = 1, d = toNullable(Number_$type, null)) {
|
|
7683
|
+
a.ad.p(SpreadsheetMLMain.rw, null);
|
|
7411
7684
|
let e;
|
|
7412
7685
|
e = XmlNamespaceDefinitionBase.p(ST_TableStyleType_$type, b);
|
|
7413
7686
|
a.ad.h("type", e);
|
|
@@ -7420,7 +7693,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7420
7693
|
a.ad.h("dxfId", e);
|
|
7421
7694
|
}
|
|
7422
7695
|
}
|
|
7423
|
-
static
|
|
7696
|
+
static zs(a, b, c, d, e, f) {
|
|
7424
7697
|
b = null;
|
|
7425
7698
|
c = toNullable(Boolean_$type, null);
|
|
7426
7699
|
d = toNullable(Boolean_$type, null);
|
|
@@ -7454,8 +7727,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7454
7727
|
p5: f
|
|
7455
7728
|
};
|
|
7456
7729
|
}
|
|
7457
|
-
static
|
|
7458
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7730
|
+
static afl(a, b, c, d, e, f) {
|
|
7731
|
+
a.ad.p(SpreadsheetMLMain.rx, null);
|
|
7459
7732
|
let g;
|
|
7460
7733
|
g = b;
|
|
7461
7734
|
a.ad.h("name", g);
|
|
@@ -7476,7 +7749,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7476
7749
|
a.ad.h("showColumnStripes", g);
|
|
7477
7750
|
}
|
|
7478
7751
|
}
|
|
7479
|
-
static
|
|
7752
|
+
static zt(a, b, c, d) {
|
|
7480
7753
|
b = toNullable(Number_$type, null);
|
|
7481
7754
|
c = null;
|
|
7482
7755
|
d = null;
|
|
@@ -7500,8 +7773,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7500
7773
|
p3: d
|
|
7501
7774
|
};
|
|
7502
7775
|
}
|
|
7503
|
-
static
|
|
7504
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7776
|
+
static afm(a, b = toNullable(Number_$type, null), c = null, d = null) {
|
|
7777
|
+
a.ad.p(SpreadsheetMLMain.ry, null);
|
|
7505
7778
|
let e;
|
|
7506
7779
|
if (nullableNotEquals(b, null)) {
|
|
7507
7780
|
e = b.value.toString();
|
|
@@ -7512,33 +7785,33 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7512
7785
|
e = d;
|
|
7513
7786
|
a.ad.h("defaultPivotStyle", e);
|
|
7514
7787
|
}
|
|
7515
|
-
static
|
|
7516
|
-
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.
|
|
7517
|
-
b = SpreadsheetMLMain.
|
|
7788
|
+
static zu(a, b) {
|
|
7789
|
+
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.rl);
|
|
7790
|
+
b = SpreadsheetMLMain.st(b);
|
|
7518
7791
|
return {
|
|
7519
7792
|
p1: b
|
|
7520
7793
|
};
|
|
7521
7794
|
}
|
|
7522
|
-
static
|
|
7523
|
-
b = SpreadsheetMLMain.
|
|
7524
|
-
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.
|
|
7795
|
+
static afn(a, b) {
|
|
7796
|
+
b = SpreadsheetMLMain.hu(b);
|
|
7797
|
+
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.rl, null, b);
|
|
7525
7798
|
}
|
|
7526
|
-
static
|
|
7799
|
+
static zv(a) {
|
|
7527
7800
|
}
|
|
7528
|
-
static
|
|
7529
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7801
|
+
static afo(a) {
|
|
7802
|
+
a.ad.p(SpreadsheetMLMain.r2, null);
|
|
7530
7803
|
}
|
|
7531
|
-
static
|
|
7532
|
-
let c = SpreadsheetMLMain.
|
|
7804
|
+
static zx(a, b) {
|
|
7805
|
+
let c = SpreadsheetMLMain.vt(a, SpreadsheetMLMain.sc, b);
|
|
7533
7806
|
b = c.p2;
|
|
7534
7807
|
return {
|
|
7535
7808
|
p1: b
|
|
7536
7809
|
};
|
|
7537
7810
|
}
|
|
7538
|
-
static
|
|
7539
|
-
SpreadsheetMLMain.
|
|
7811
|
+
static afq(a, b = 0) {
|
|
7812
|
+
SpreadsheetMLMain.abl(a, SpreadsheetMLMain.sc, b);
|
|
7540
7813
|
}
|
|
7541
|
-
static
|
|
7814
|
+
static zw(a, b, c, d, e) {
|
|
7542
7815
|
c = true;
|
|
7543
7816
|
d = false;
|
|
7544
7817
|
b = 0;
|
|
@@ -7567,8 +7840,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7567
7840
|
p4: e
|
|
7568
7841
|
};
|
|
7569
7842
|
}
|
|
7570
|
-
static
|
|
7571
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7843
|
+
static afp(a, b, c = true, d = false, e = toNullable(Number_$type, null)) {
|
|
7844
|
+
a.ad.p(SpreadsheetMLMain.se, null);
|
|
7572
7845
|
let f;
|
|
7573
7846
|
if (c != true) {
|
|
7574
7847
|
f = ST_OnOff.g(c);
|
|
@@ -7585,8 +7858,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7585
7858
|
a.ad.h("filterVal", f);
|
|
7586
7859
|
}
|
|
7587
7860
|
}
|
|
7588
|
-
static
|
|
7589
|
-
let d = SpreadsheetMLMain.
|
|
7861
|
+
static zy(a, b, c) {
|
|
7862
|
+
let d = SpreadsheetMLMain.vx(a, SpreadsheetMLMain.sk, b, c);
|
|
7590
7863
|
b = d.p2;
|
|
7591
7864
|
c = d.p3;
|
|
7592
7865
|
return {
|
|
@@ -7594,10 +7867,10 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7594
7867
|
p2: c
|
|
7595
7868
|
};
|
|
7596
7869
|
}
|
|
7597
|
-
static
|
|
7598
|
-
SpreadsheetMLMain.
|
|
7870
|
+
static afr(a, b, c = false) {
|
|
7871
|
+
SpreadsheetMLMain.abp(a, SpreadsheetMLMain.sk, b, c);
|
|
7599
7872
|
}
|
|
7600
|
-
static
|
|
7873
|
+
static zz(a, b) {
|
|
7601
7874
|
b = 0;
|
|
7602
7875
|
let c = a.ao("val");
|
|
7603
7876
|
if (c != null) {
|
|
@@ -7607,31 +7880,51 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7607
7880
|
p1: b
|
|
7608
7881
|
};
|
|
7609
7882
|
}
|
|
7610
|
-
static
|
|
7611
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7883
|
+
static afs(a, b = 0) {
|
|
7884
|
+
a.ad.p(SpreadsheetMLMain.sr, null);
|
|
7612
7885
|
let c;
|
|
7613
7886
|
if (b != 0) {
|
|
7614
7887
|
c = XmlNamespaceDefinitionBase.p(ST_UnderlineValues_$type, b);
|
|
7615
7888
|
a.ad.h("val", c);
|
|
7616
7889
|
}
|
|
7617
7890
|
}
|
|
7618
|
-
static
|
|
7619
|
-
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.
|
|
7891
|
+
static z1(a, b) {
|
|
7892
|
+
b = XmlNamespaceDefinitionBase.u(a, SpreadsheetMLMain.s1);
|
|
7620
7893
|
return {
|
|
7621
7894
|
p1: b
|
|
7622
7895
|
};
|
|
7623
7896
|
}
|
|
7624
|
-
static
|
|
7625
|
-
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.
|
|
7897
|
+
static afu(a, b) {
|
|
7898
|
+
XmlNamespaceDefinitionBase.aj(a, SpreadsheetMLMain.s1, null, b);
|
|
7626
7899
|
}
|
|
7627
|
-
static
|
|
7900
|
+
static afv(a, b, c) {
|
|
7628
7901
|
a.ad.r("v");
|
|
7629
7902
|
if (c) {
|
|
7630
7903
|
XmlNamespace.at(a.ad);
|
|
7631
7904
|
}
|
|
7632
7905
|
a.ad.u(b);
|
|
7633
7906
|
}
|
|
7634
|
-
static
|
|
7907
|
+
static z0(a, b) {
|
|
7908
|
+
let c = a.ao("count");
|
|
7909
|
+
if (c == null) {
|
|
7910
|
+
b = toNullable(Number_$type, null);
|
|
7911
|
+
}
|
|
7912
|
+
else {
|
|
7913
|
+
b = toNullable(Number_$type, parseUInt32_1(c, CultureInfo.invariantCulture));
|
|
7914
|
+
}
|
|
7915
|
+
return {
|
|
7916
|
+
p1: b
|
|
7917
|
+
};
|
|
7918
|
+
}
|
|
7919
|
+
static aft(a, b = toNullable(Number_$type, null)) {
|
|
7920
|
+
a.ad.p(SpreadsheetMLMain.s5, null);
|
|
7921
|
+
let c;
|
|
7922
|
+
if (nullableNotEquals(b, null)) {
|
|
7923
|
+
c = b.value.toString();
|
|
7924
|
+
a.ad.h("count", c);
|
|
7925
|
+
}
|
|
7926
|
+
}
|
|
7927
|
+
static z2(a, b) {
|
|
7635
7928
|
b = 0;
|
|
7636
7929
|
let c = a.ao("val");
|
|
7637
7930
|
if (c != null) {
|
|
@@ -7641,23 +7934,23 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7641
7934
|
p1: b
|
|
7642
7935
|
};
|
|
7643
7936
|
}
|
|
7644
|
-
static
|
|
7645
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7937
|
+
static afw(a, b) {
|
|
7938
|
+
a.ad.p(SpreadsheetMLMain.s7, null);
|
|
7646
7939
|
let c;
|
|
7647
7940
|
c = XmlNamespaceDefinitionBase.p(ST_VerticalAlignRun_$type, b);
|
|
7648
7941
|
a.ad.h("val", c);
|
|
7649
7942
|
}
|
|
7650
|
-
static
|
|
7651
|
-
let c = SpreadsheetMLMain.
|
|
7943
|
+
static z3(a, b) {
|
|
7944
|
+
let c = SpreadsheetMLMain.vt(a, SpreadsheetMLMain.s8, b);
|
|
7652
7945
|
b = c.p2;
|
|
7653
7946
|
return {
|
|
7654
7947
|
p1: b
|
|
7655
7948
|
};
|
|
7656
7949
|
}
|
|
7657
|
-
static
|
|
7658
|
-
SpreadsheetMLMain.
|
|
7950
|
+
static afx(a, b = 0) {
|
|
7951
|
+
SpreadsheetMLMain.abl(a, SpreadsheetMLMain.s8, b);
|
|
7659
7952
|
}
|
|
7660
|
-
static
|
|
7953
|
+
static z4(a, b) {
|
|
7661
7954
|
b = 0;
|
|
7662
7955
|
let c = a.ao("conformance");
|
|
7663
7956
|
if (c != null) {
|
|
@@ -7667,14 +7960,14 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7667
7960
|
p1: b
|
|
7668
7961
|
};
|
|
7669
7962
|
}
|
|
7670
|
-
static
|
|
7671
|
-
a.ad.p(SpreadsheetMLMain.
|
|
7963
|
+
static afy(a, b = 0) {
|
|
7964
|
+
a.ad.p(SpreadsheetMLMain.tj, null);
|
|
7672
7965
|
a.ad.l(OfficeDocumentRelationships.ao);
|
|
7673
7966
|
a.ad.l(SpreadsheetMLMain.ap);
|
|
7674
7967
|
let c = XmlNamespaceDefinitionBase.q(ST_ConformanceClass_$type, b, 0, false);
|
|
7675
7968
|
a.ad.h("conformance", c);
|
|
7676
7969
|
}
|
|
7677
|
-
static
|
|
7970
|
+
static z5(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) {
|
|
7678
7971
|
b = false;
|
|
7679
7972
|
c = 0;
|
|
7680
7973
|
d = true;
|
|
@@ -7778,8 +8071,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7778
8071
|
p19: t
|
|
7779
8072
|
};
|
|
7780
8073
|
}
|
|
7781
|
-
static
|
|
7782
|
-
a.ad.p(SpreadsheetMLMain.
|
|
8074
|
+
static afz(a, b = false, c = 0, d = true, e = false, f = false, g = true, h = false, i = true, j = 0, k = null, l = false, m = false, n = false, o = false, p = false, q = true, r = false, s = toNullable(Number_$type, null), t = true) {
|
|
8075
|
+
a.ad.p(SpreadsheetMLMain.to, null);
|
|
7783
8076
|
let u;
|
|
7784
8077
|
if (b != false) {
|
|
7785
8078
|
u = ST_OnOff.g(b);
|
|
@@ -7858,7 +8151,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7858
8151
|
a.ad.h("dateCompatibility", u);
|
|
7859
8152
|
}
|
|
7860
8153
|
}
|
|
7861
|
-
static
|
|
8154
|
+
static z6(a, b, c, d, e, f) {
|
|
7862
8155
|
b = false;
|
|
7863
8156
|
c = false;
|
|
7864
8157
|
d = false;
|
|
@@ -7892,8 +8185,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7892
8185
|
p5: f
|
|
7893
8186
|
};
|
|
7894
8187
|
}
|
|
7895
|
-
static
|
|
7896
|
-
a.ad.p(SpreadsheetMLMain.
|
|
8188
|
+
static af0(a, b = false, c = false, d = false, e = toNullable(Number_$type, null), f = toNullable(Number_$type, null)) {
|
|
8189
|
+
a.ad.p(SpreadsheetMLMain.tp, null);
|
|
7897
8190
|
let g;
|
|
7898
8191
|
if (b != false) {
|
|
7899
8192
|
g = ST_OnOff.g(b);
|
|
@@ -7916,7 +8209,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7916
8209
|
a.ad.h("workbookPassword", g);
|
|
7917
8210
|
}
|
|
7918
8211
|
}
|
|
7919
|
-
static
|
|
8212
|
+
static z7(a, b, c, d, e, f, g, h, i, j, k, l) {
|
|
7920
8213
|
b = false;
|
|
7921
8214
|
c = false;
|
|
7922
8215
|
d = false;
|
|
@@ -7980,8 +8273,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
7980
8273
|
p11: l
|
|
7981
8274
|
};
|
|
7982
8275
|
}
|
|
7983
|
-
static
|
|
7984
|
-
a.ad.p(SpreadsheetMLMain.
|
|
8276
|
+
static af1(a, b = false, c = false, d = false, e = null, f = null, g = null, h = toNullable(Number_$type, null), i = null, j = null, k = null, l = toNullable(Number_$type, null)) {
|
|
8277
|
+
a.ad.p(SpreadsheetMLMain.tp, null);
|
|
7985
8278
|
let m;
|
|
7986
8279
|
if (b != false) {
|
|
7987
8280
|
m = ST_OnOff.g(b);
|
|
@@ -8028,7 +8321,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
8028
8321
|
a.ad.h("workbookSpinCount", m);
|
|
8029
8322
|
}
|
|
8030
8323
|
}
|
|
8031
|
-
static
|
|
8324
|
+
static z8(a, b, c, d, e, f, g, h, i, j, k, l, m, n) {
|
|
8032
8325
|
b = 0;
|
|
8033
8326
|
c = false;
|
|
8034
8327
|
d = true;
|
|
@@ -8102,8 +8395,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
8102
8395
|
p13: n
|
|
8103
8396
|
};
|
|
8104
8397
|
}
|
|
8105
|
-
static
|
|
8106
|
-
a.ad.p(SpreadsheetMLMain.
|
|
8398
|
+
static af2(a, b = 0, c = false, d = true, e = true, f = true, g = toNullable(Number_$type, null), h = toNullable(Number_$type, null), i = toNullable(Number_$type, null), j = toNullable(Number_$type, null), k = 600, l = 0, m = 0, n = true) {
|
|
8399
|
+
a.ad.p(SpreadsheetMLMain.ts, null);
|
|
8107
8400
|
let o;
|
|
8108
8401
|
if (b != 0) {
|
|
8109
8402
|
o = XmlNamespaceDefinitionBase.p(ST_Visibility_$type, b);
|
|
@@ -8158,15 +8451,15 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
8158
8451
|
a.ad.h("autoFilterDateGrouping", o);
|
|
8159
8452
|
}
|
|
8160
8453
|
}
|
|
8161
|
-
static
|
|
8454
|
+
static z9(a) {
|
|
8162
8455
|
}
|
|
8163
|
-
static
|
|
8164
|
-
a.ad.p(SpreadsheetMLMain.
|
|
8165
|
-
let b = a.d.
|
|
8456
|
+
static af3(a) {
|
|
8457
|
+
a.ad.p(SpreadsheetMLMain.tu, null);
|
|
8458
|
+
let b = a.d._ab;
|
|
8166
8459
|
a.ad.l(OfficeDocumentRelationships.ao);
|
|
8167
8460
|
a.ad.l(SpreadsheetMLMain.ap);
|
|
8168
8461
|
}
|
|
8169
|
-
static
|
|
8462
|
+
static aaa(a, b, c, d, e, f, g, h, i, j, k, l, m, n) {
|
|
8170
8463
|
b = toNullable(Number_$type, null);
|
|
8171
8464
|
c = toNullable(Number_$type, null);
|
|
8172
8465
|
d = toNullable(Number_$type, null);
|
|
@@ -8240,8 +8533,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
8240
8533
|
p13: n
|
|
8241
8534
|
};
|
|
8242
8535
|
}
|
|
8243
|
-
static
|
|
8244
|
-
a.ad.p(SpreadsheetMLMain.
|
|
8536
|
+
static af4(a, b = toNullable(Number_$type, null), c = toNullable(Number_$type, null), d = toNullable(Number_$type, null), e = toNullable(Number_$type, null), f = toNullable(Number_$type, null), g = false, h = false, i = toNullable(Boolean_$type, null), j = toNullable(Boolean_$type, null), k = toNullable(Boolean_$type, null), l = toNullable(Boolean_$type, null), m = toNullable(Boolean_$type, null), n = toNullable(Boolean_$type, null)) {
|
|
8537
|
+
a.ad.p(SpreadsheetMLMain.tx, null);
|
|
8245
8538
|
let o;
|
|
8246
8539
|
if (nullableNotEquals(b, null)) {
|
|
8247
8540
|
o = b.value.toString();
|
|
@@ -8296,7 +8589,7 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
8296
8589
|
a.ad.h("applyProtection", o);
|
|
8297
8590
|
}
|
|
8298
8591
|
}
|
|
8299
|
-
static
|
|
8592
|
+
static aab(a, b, c, d, e) {
|
|
8300
8593
|
b = 0;
|
|
8301
8594
|
c = null;
|
|
8302
8595
|
e = false;
|
|
@@ -8325,8 +8618,8 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
8325
8618
|
p4: e
|
|
8326
8619
|
};
|
|
8327
8620
|
}
|
|
8328
|
-
static
|
|
8329
|
-
a.ad.p(SpreadsheetMLMain.
|
|
8621
|
+
static af5(a, b, c, d, e = false) {
|
|
8622
|
+
a.ad.p(SpreadsheetMLMain.t0, null);
|
|
8330
8623
|
let f;
|
|
8331
8624
|
f = b.toString();
|
|
8332
8625
|
a.ad.h("mapId", f);
|
|
@@ -8341,192 +8634,199 @@ export let SpreadsheetMLMain = /*@__PURE__*/ (() => {
|
|
|
8341
8634
|
}
|
|
8342
8635
|
}
|
|
8343
8636
|
SpreadsheetMLMain.$t = /*@__PURE__*/ markType(SpreadsheetMLMain, 'SpreadsheetMLMain', XmlNamespaceDefinitionBase.$);
|
|
8344
|
-
SpreadsheetMLMain.
|
|
8345
|
-
SpreadsheetMLMain.
|
|
8346
|
-
SpreadsheetMLMain.
|
|
8347
|
-
SpreadsheetMLMain.
|
|
8348
|
-
SpreadsheetMLMain.
|
|
8349
|
-
SpreadsheetMLMain.
|
|
8350
|
-
SpreadsheetMLMain.
|
|
8351
|
-
SpreadsheetMLMain.
|
|
8352
|
-
SpreadsheetMLMain.
|
|
8353
|
-
SpreadsheetMLMain.dk = SpreadsheetMLMain.
|
|
8354
|
-
SpreadsheetMLMain.
|
|
8355
|
-
SpreadsheetMLMain.
|
|
8356
|
-
SpreadsheetMLMain.
|
|
8357
|
-
SpreadsheetMLMain.
|
|
8358
|
-
SpreadsheetMLMain.du = SpreadsheetMLMain.
|
|
8359
|
-
SpreadsheetMLMain.
|
|
8360
|
-
SpreadsheetMLMain.
|
|
8361
|
-
SpreadsheetMLMain.d5 = SpreadsheetMLMain.
|
|
8362
|
-
SpreadsheetMLMain.d8 = SpreadsheetMLMain.
|
|
8363
|
-
SpreadsheetMLMain.
|
|
8364
|
-
SpreadsheetMLMain.
|
|
8365
|
-
SpreadsheetMLMain.
|
|
8366
|
-
SpreadsheetMLMain.
|
|
8367
|
-
SpreadsheetMLMain.
|
|
8368
|
-
SpreadsheetMLMain.
|
|
8369
|
-
SpreadsheetMLMain.
|
|
8370
|
-
SpreadsheetMLMain.
|
|
8371
|
-
SpreadsheetMLMain.
|
|
8372
|
-
SpreadsheetMLMain.
|
|
8373
|
-
SpreadsheetMLMain.
|
|
8374
|
-
SpreadsheetMLMain.
|
|
8375
|
-
SpreadsheetMLMain.
|
|
8376
|
-
SpreadsheetMLMain.
|
|
8377
|
-
SpreadsheetMLMain.
|
|
8378
|
-
SpreadsheetMLMain.
|
|
8379
|
-
SpreadsheetMLMain.
|
|
8380
|
-
SpreadsheetMLMain.
|
|
8381
|
-
SpreadsheetMLMain.
|
|
8382
|
-
SpreadsheetMLMain.
|
|
8383
|
-
SpreadsheetMLMain.
|
|
8384
|
-
SpreadsheetMLMain.
|
|
8385
|
-
SpreadsheetMLMain.
|
|
8386
|
-
SpreadsheetMLMain.
|
|
8387
|
-
SpreadsheetMLMain.
|
|
8388
|
-
SpreadsheetMLMain.
|
|
8389
|
-
SpreadsheetMLMain.
|
|
8390
|
-
SpreadsheetMLMain.
|
|
8391
|
-
SpreadsheetMLMain.
|
|
8392
|
-
SpreadsheetMLMain.
|
|
8393
|
-
SpreadsheetMLMain.
|
|
8394
|
-
SpreadsheetMLMain.
|
|
8395
|
-
SpreadsheetMLMain.
|
|
8396
|
-
SpreadsheetMLMain.
|
|
8397
|
-
SpreadsheetMLMain.gh = SpreadsheetMLMain.
|
|
8398
|
-
SpreadsheetMLMain.gi = SpreadsheetMLMain.
|
|
8399
|
-
SpreadsheetMLMain.
|
|
8400
|
-
SpreadsheetMLMain.
|
|
8401
|
-
SpreadsheetMLMain.
|
|
8402
|
-
SpreadsheetMLMain.
|
|
8403
|
-
SpreadsheetMLMain.
|
|
8404
|
-
SpreadsheetMLMain.
|
|
8405
|
-
SpreadsheetMLMain.
|
|
8406
|
-
SpreadsheetMLMain.
|
|
8407
|
-
SpreadsheetMLMain.
|
|
8408
|
-
SpreadsheetMLMain.
|
|
8409
|
-
SpreadsheetMLMain.
|
|
8410
|
-
SpreadsheetMLMain.
|
|
8411
|
-
SpreadsheetMLMain.
|
|
8412
|
-
SpreadsheetMLMain.
|
|
8413
|
-
SpreadsheetMLMain.
|
|
8414
|
-
SpreadsheetMLMain.
|
|
8415
|
-
SpreadsheetMLMain.
|
|
8416
|
-
SpreadsheetMLMain.
|
|
8417
|
-
SpreadsheetMLMain.
|
|
8418
|
-
SpreadsheetMLMain.
|
|
8419
|
-
SpreadsheetMLMain.
|
|
8420
|
-
SpreadsheetMLMain.
|
|
8421
|
-
SpreadsheetMLMain.
|
|
8422
|
-
SpreadsheetMLMain.
|
|
8423
|
-
SpreadsheetMLMain.
|
|
8424
|
-
SpreadsheetMLMain.
|
|
8425
|
-
SpreadsheetMLMain.
|
|
8426
|
-
SpreadsheetMLMain.
|
|
8427
|
-
SpreadsheetMLMain.
|
|
8428
|
-
SpreadsheetMLMain.
|
|
8429
|
-
SpreadsheetMLMain.
|
|
8430
|
-
SpreadsheetMLMain.
|
|
8431
|
-
SpreadsheetMLMain.
|
|
8432
|
-
SpreadsheetMLMain.
|
|
8433
|
-
SpreadsheetMLMain.
|
|
8434
|
-
SpreadsheetMLMain.
|
|
8435
|
-
SpreadsheetMLMain.
|
|
8436
|
-
SpreadsheetMLMain.
|
|
8437
|
-
SpreadsheetMLMain.
|
|
8438
|
-
SpreadsheetMLMain.
|
|
8439
|
-
SpreadsheetMLMain.
|
|
8440
|
-
SpreadsheetMLMain.
|
|
8441
|
-
SpreadsheetMLMain.
|
|
8442
|
-
SpreadsheetMLMain.
|
|
8443
|
-
SpreadsheetMLMain.
|
|
8444
|
-
SpreadsheetMLMain.
|
|
8445
|
-
SpreadsheetMLMain.
|
|
8446
|
-
SpreadsheetMLMain.
|
|
8447
|
-
SpreadsheetMLMain.
|
|
8448
|
-
SpreadsheetMLMain.
|
|
8449
|
-
SpreadsheetMLMain.
|
|
8450
|
-
SpreadsheetMLMain.
|
|
8451
|
-
SpreadsheetMLMain.
|
|
8452
|
-
SpreadsheetMLMain.
|
|
8453
|
-
SpreadsheetMLMain.
|
|
8454
|
-
SpreadsheetMLMain.
|
|
8455
|
-
SpreadsheetMLMain.
|
|
8456
|
-
SpreadsheetMLMain.
|
|
8457
|
-
SpreadsheetMLMain.
|
|
8458
|
-
SpreadsheetMLMain.
|
|
8459
|
-
SpreadsheetMLMain.
|
|
8460
|
-
SpreadsheetMLMain.
|
|
8461
|
-
SpreadsheetMLMain.
|
|
8462
|
-
SpreadsheetMLMain.
|
|
8463
|
-
SpreadsheetMLMain.
|
|
8464
|
-
SpreadsheetMLMain.
|
|
8465
|
-
SpreadsheetMLMain.
|
|
8466
|
-
SpreadsheetMLMain.
|
|
8467
|
-
SpreadsheetMLMain.
|
|
8468
|
-
SpreadsheetMLMain.
|
|
8469
|
-
SpreadsheetMLMain.
|
|
8470
|
-
SpreadsheetMLMain.
|
|
8471
|
-
SpreadsheetMLMain.
|
|
8472
|
-
SpreadsheetMLMain.
|
|
8473
|
-
SpreadsheetMLMain.
|
|
8474
|
-
SpreadsheetMLMain.
|
|
8475
|
-
SpreadsheetMLMain.
|
|
8476
|
-
SpreadsheetMLMain.
|
|
8477
|
-
SpreadsheetMLMain.
|
|
8478
|
-
SpreadsheetMLMain.
|
|
8479
|
-
SpreadsheetMLMain.
|
|
8480
|
-
SpreadsheetMLMain.
|
|
8481
|
-
SpreadsheetMLMain.
|
|
8482
|
-
SpreadsheetMLMain.
|
|
8483
|
-
SpreadsheetMLMain.
|
|
8484
|
-
SpreadsheetMLMain.
|
|
8485
|
-
SpreadsheetMLMain.
|
|
8486
|
-
SpreadsheetMLMain.
|
|
8487
|
-
SpreadsheetMLMain.
|
|
8488
|
-
SpreadsheetMLMain.
|
|
8489
|
-
SpreadsheetMLMain.
|
|
8490
|
-
SpreadsheetMLMain.
|
|
8491
|
-
SpreadsheetMLMain.
|
|
8492
|
-
SpreadsheetMLMain.
|
|
8493
|
-
SpreadsheetMLMain.
|
|
8494
|
-
SpreadsheetMLMain.
|
|
8495
|
-
SpreadsheetMLMain.
|
|
8496
|
-
SpreadsheetMLMain.
|
|
8497
|
-
SpreadsheetMLMain.
|
|
8498
|
-
SpreadsheetMLMain.
|
|
8499
|
-
SpreadsheetMLMain.
|
|
8500
|
-
SpreadsheetMLMain.
|
|
8501
|
-
SpreadsheetMLMain.
|
|
8502
|
-
SpreadsheetMLMain.
|
|
8503
|
-
SpreadsheetMLMain.
|
|
8504
|
-
SpreadsheetMLMain.
|
|
8505
|
-
SpreadsheetMLMain.
|
|
8506
|
-
SpreadsheetMLMain.
|
|
8507
|
-
SpreadsheetMLMain.
|
|
8508
|
-
SpreadsheetMLMain.
|
|
8509
|
-
SpreadsheetMLMain.
|
|
8510
|
-
SpreadsheetMLMain.
|
|
8511
|
-
SpreadsheetMLMain.
|
|
8512
|
-
SpreadsheetMLMain.
|
|
8513
|
-
SpreadsheetMLMain.
|
|
8514
|
-
SpreadsheetMLMain.
|
|
8515
|
-
SpreadsheetMLMain.
|
|
8516
|
-
SpreadsheetMLMain.
|
|
8517
|
-
SpreadsheetMLMain.
|
|
8518
|
-
SpreadsheetMLMain.
|
|
8519
|
-
SpreadsheetMLMain.
|
|
8520
|
-
SpreadsheetMLMain.
|
|
8521
|
-
SpreadsheetMLMain.
|
|
8522
|
-
SpreadsheetMLMain.
|
|
8523
|
-
SpreadsheetMLMain.
|
|
8524
|
-
SpreadsheetMLMain.
|
|
8525
|
-
SpreadsheetMLMain.
|
|
8526
|
-
SpreadsheetMLMain.
|
|
8527
|
-
SpreadsheetMLMain.
|
|
8528
|
-
SpreadsheetMLMain.
|
|
8529
|
-
SpreadsheetMLMain.
|
|
8637
|
+
SpreadsheetMLMain.l1 = "http://schemas.openxmlformats.org/spreadsheetml/2006/main";
|
|
8638
|
+
SpreadsheetMLMain.l0 = "http://purl.oclc.org/ooxml/spreadsheetml/main";
|
|
8639
|
+
SpreadsheetMLMain.cl = SpreadsheetMLMain.l0 + "/alignment";
|
|
8640
|
+
SpreadsheetMLMain.cq = SpreadsheetMLMain.l0 + "/anchor";
|
|
8641
|
+
SpreadsheetMLMain.c2 = SpreadsheetMLMain.l0 + "/author";
|
|
8642
|
+
SpreadsheetMLMain.c4 = SpreadsheetMLMain.l0 + "/authors";
|
|
8643
|
+
SpreadsheetMLMain.c8 = SpreadsheetMLMain.l0 + "/autoFilter";
|
|
8644
|
+
SpreadsheetMLMain.df = SpreadsheetMLMain.l0 + "/b";
|
|
8645
|
+
SpreadsheetMLMain.dj = SpreadsheetMLMain.l0 + "/bgColor";
|
|
8646
|
+
SpreadsheetMLMain.dk = SpreadsheetMLMain.l0 + "/bk";
|
|
8647
|
+
SpreadsheetMLMain.dn = SpreadsheetMLMain.l0 + "/bookViews";
|
|
8648
|
+
SpreadsheetMLMain.dp = SpreadsheetMLMain.l0 + "/border";
|
|
8649
|
+
SpreadsheetMLMain.dr = SpreadsheetMLMain.l0 + "/borders";
|
|
8650
|
+
SpreadsheetMLMain.ds = SpreadsheetMLMain.l0 + "/bottom";
|
|
8651
|
+
SpreadsheetMLMain.du = SpreadsheetMLMain.l0 + "/brk";
|
|
8652
|
+
SpreadsheetMLMain.dx = SpreadsheetMLMain.l0 + "/c";
|
|
8653
|
+
SpreadsheetMLMain.d4 = SpreadsheetMLMain.l0 + "/calcPr";
|
|
8654
|
+
SpreadsheetMLMain.d5 = SpreadsheetMLMain.l0 + "/calculatedColumnFormula";
|
|
8655
|
+
SpreadsheetMLMain.d8 = SpreadsheetMLMain.l0 + "/cell";
|
|
8656
|
+
SpreadsheetMLMain.ec = SpreadsheetMLMain.l0 + "/cellMetadata";
|
|
8657
|
+
SpreadsheetMLMain.ed = SpreadsheetMLMain.l0 + "/cellStyle";
|
|
8658
|
+
SpreadsheetMLMain.ee = SpreadsheetMLMain.l0 + "/cellStyles";
|
|
8659
|
+
SpreadsheetMLMain.ef = SpreadsheetMLMain.l0 + "/cellStyleXfs";
|
|
8660
|
+
SpreadsheetMLMain.eg = SpreadsheetMLMain.l0 + "/cellXfs";
|
|
8661
|
+
SpreadsheetMLMain.el = SpreadsheetMLMain.l0 + "/cfRule";
|
|
8662
|
+
SpreadsheetMLMain.em = SpreadsheetMLMain.l0 + "/cfvo";
|
|
8663
|
+
SpreadsheetMLMain.eo = SpreadsheetMLMain.l0 + "/chartsheet";
|
|
8664
|
+
SpreadsheetMLMain.e0 = SpreadsheetMLMain.l0 + "/col";
|
|
8665
|
+
SpreadsheetMLMain.e1 = SpreadsheetMLMain.l0 + "/colBreaks";
|
|
8666
|
+
SpreadsheetMLMain.e4 = SpreadsheetMLMain.l0 + "/color";
|
|
8667
|
+
SpreadsheetMLMain.e8 = SpreadsheetMLMain.l0 + "/colorScale";
|
|
8668
|
+
SpreadsheetMLMain.e5 = SpreadsheetMLMain.l0 + "/colorFilter";
|
|
8669
|
+
SpreadsheetMLMain.e7 = SpreadsheetMLMain.l0 + "/colors";
|
|
8670
|
+
SpreadsheetMLMain.e9 = SpreadsheetMLMain.l0 + "/cols";
|
|
8671
|
+
SpreadsheetMLMain.fb = SpreadsheetMLMain.l0 + "/comment";
|
|
8672
|
+
SpreadsheetMLMain.fd = SpreadsheetMLMain.l0 + "/commentList";
|
|
8673
|
+
SpreadsheetMLMain.fe = SpreadsheetMLMain.l0 + "/comments";
|
|
8674
|
+
SpreadsheetMLMain.fh = SpreadsheetMLMain.l0 + "/condense";
|
|
8675
|
+
SpreadsheetMLMain.fi = SpreadsheetMLMain.l0 + "/conditionalFormatting";
|
|
8676
|
+
SpreadsheetMLMain.fn = SpreadsheetMLMain.l0 + "/control";
|
|
8677
|
+
SpreadsheetMLMain.fo = SpreadsheetMLMain.l0 + "/controlPr";
|
|
8678
|
+
SpreadsheetMLMain.fp = SpreadsheetMLMain.l0 + "/controls";
|
|
8679
|
+
SpreadsheetMLMain.fv = SpreadsheetMLMain.l0 + "/customFilter";
|
|
8680
|
+
SpreadsheetMLMain.fw = SpreadsheetMLMain.l0 + "/customFilters";
|
|
8681
|
+
SpreadsheetMLMain.f1 = SpreadsheetMLMain.l0 + "/customSheetView";
|
|
8682
|
+
SpreadsheetMLMain.f2 = SpreadsheetMLMain.l0 + "/customSheetViews";
|
|
8683
|
+
SpreadsheetMLMain.f4 = SpreadsheetMLMain.l0 + "/customWorkbookView";
|
|
8684
|
+
SpreadsheetMLMain.f5 = SpreadsheetMLMain.l0 + "/customWorkbookViews";
|
|
8685
|
+
SpreadsheetMLMain.f6 = SpreadsheetMLMain.l0 + "/dataBar";
|
|
8686
|
+
SpreadsheetMLMain.f9 = SpreadsheetMLMain.l0 + "/dataValidation";
|
|
8687
|
+
SpreadsheetMLMain.ga = SpreadsheetMLMain.l0 + "/dataValidations";
|
|
8688
|
+
SpreadsheetMLMain.gd = SpreadsheetMLMain.l0 + "/dateGroupItem";
|
|
8689
|
+
SpreadsheetMLMain.gg = SpreadsheetMLMain.l0 + "/ddeItem";
|
|
8690
|
+
SpreadsheetMLMain.gh = SpreadsheetMLMain.l0 + "/ddeItems";
|
|
8691
|
+
SpreadsheetMLMain.gi = SpreadsheetMLMain.l0 + "/ddeLink";
|
|
8692
|
+
SpreadsheetMLMain.gs = SpreadsheetMLMain.l0 + "/definedName";
|
|
8693
|
+
SpreadsheetMLMain.gt = SpreadsheetMLMain.l0 + "/definedNames";
|
|
8694
|
+
SpreadsheetMLMain.g3 = SpreadsheetMLMain.l0 + "/diagonal";
|
|
8695
|
+
SpreadsheetMLMain.g8 = SpreadsheetMLMain.l0 + "/dimension";
|
|
8696
|
+
SpreadsheetMLMain.he = SpreadsheetMLMain.l0 + "/drawing";
|
|
8697
|
+
SpreadsheetMLMain.hf = SpreadsheetMLMain.l0 + "/drawingHF";
|
|
8698
|
+
SpreadsheetMLMain.hi = SpreadsheetMLMain.l0 + "/dxf";
|
|
8699
|
+
SpreadsheetMLMain.hk = SpreadsheetMLMain.l0 + "/dxfs";
|
|
8700
|
+
SpreadsheetMLMain.hl = SpreadsheetMLMain.l0 + "/dynamicFilter";
|
|
8701
|
+
SpreadsheetMLMain.ho = SpreadsheetMLMain.l0 + "/end";
|
|
8702
|
+
SpreadsheetMLMain.hv = SpreadsheetMLMain.l0 + "/evenFooter";
|
|
8703
|
+
SpreadsheetMLMain.hw = SpreadsheetMLMain.l0 + "/evenHeader";
|
|
8704
|
+
SpreadsheetMLMain.hx = SpreadsheetMLMain.l0 + "/ext";
|
|
8705
|
+
SpreadsheetMLMain.hy = SpreadsheetMLMain.l0 + "/extend";
|
|
8706
|
+
SpreadsheetMLMain.hz = SpreadsheetMLMain.l0 + "/externalBook";
|
|
8707
|
+
SpreadsheetMLMain.h0 = SpreadsheetMLMain.l0 + "/externalLink";
|
|
8708
|
+
SpreadsheetMLMain.h1 = SpreadsheetMLMain.l0 + "/externalReference";
|
|
8709
|
+
SpreadsheetMLMain.h2 = SpreadsheetMLMain.l0 + "/externalReferences";
|
|
8710
|
+
SpreadsheetMLMain.h3 = SpreadsheetMLMain.l0 + "/extLst";
|
|
8711
|
+
SpreadsheetMLMain.h4 = SpreadsheetMLMain.l0 + "/f";
|
|
8712
|
+
SpreadsheetMLMain.h5 = SpreadsheetMLMain.l0 + "/family";
|
|
8713
|
+
SpreadsheetMLMain.h6 = SpreadsheetMLMain.l0 + "/fgColor";
|
|
8714
|
+
SpreadsheetMLMain.h7 = SpreadsheetMLMain.l0 + "/fileSharing";
|
|
8715
|
+
SpreadsheetMLMain.h8 = SpreadsheetMLMain.l0 + "/fileVersion";
|
|
8716
|
+
SpreadsheetMLMain.h9 = SpreadsheetMLMain.l0 + "/fill";
|
|
8717
|
+
SpreadsheetMLMain.ib = SpreadsheetMLMain.l0 + "/fills";
|
|
8718
|
+
SpreadsheetMLMain.ic = SpreadsheetMLMain.l0 + "/filter";
|
|
8719
|
+
SpreadsheetMLMain.ie = SpreadsheetMLMain.l0 + "/filterColumn";
|
|
8720
|
+
SpreadsheetMLMain.ii = SpreadsheetMLMain.l0 + "/filters";
|
|
8721
|
+
SpreadsheetMLMain.il = SpreadsheetMLMain.l0 + "/firstFooter";
|
|
8722
|
+
SpreadsheetMLMain.im = SpreadsheetMLMain.l0 + "/firstHeader";
|
|
8723
|
+
SpreadsheetMLMain.it = SpreadsheetMLMain.l0 + "/font";
|
|
8724
|
+
SpreadsheetMLMain.iv = SpreadsheetMLMain.l0 + "/fonts";
|
|
8725
|
+
SpreadsheetMLMain.iy = SpreadsheetMLMain.l0 + "/format";
|
|
8726
|
+
SpreadsheetMLMain.i3 = SpreadsheetMLMain.l0 + "/formats";
|
|
8727
|
+
SpreadsheetMLMain.i4 = SpreadsheetMLMain.l0 + "/formula";
|
|
8728
|
+
SpreadsheetMLMain.i5 = SpreadsheetMLMain.l0 + "/formula1";
|
|
8729
|
+
SpreadsheetMLMain.i6 = SpreadsheetMLMain.l0 + "/formula2";
|
|
8730
|
+
SpreadsheetMLMain.jd = SpreadsheetMLMain.l0 + "/gradientFill";
|
|
8731
|
+
SpreadsheetMLMain.jk = SpreadsheetMLMain.l0 + "/headerFooter";
|
|
8732
|
+
SpreadsheetMLMain.jw = SpreadsheetMLMain.l0 + "/horizontal";
|
|
8733
|
+
SpreadsheetMLMain.j2 = SpreadsheetMLMain.l0 + "/hyperlink";
|
|
8734
|
+
SpreadsheetMLMain.j3 = SpreadsheetMLMain.l0 + "/hyperlinks";
|
|
8735
|
+
SpreadsheetMLMain.j4 = SpreadsheetMLMain.l0 + "/i";
|
|
8736
|
+
SpreadsheetMLMain.j6 = SpreadsheetMLMain.l0 + "/iconFilter";
|
|
8737
|
+
SpreadsheetMLMain.j8 = SpreadsheetMLMain.l0 + "/iconSet";
|
|
8738
|
+
SpreadsheetMLMain.kh = SpreadsheetMLMain.l0 + "/indexedColors";
|
|
8739
|
+
SpreadsheetMLMain.b8 = SpreadsheetMLMain.l0 + "/is";
|
|
8740
|
+
SpreadsheetMLMain.ks = SpreadsheetMLMain.l0 + "/left";
|
|
8741
|
+
SpreadsheetMLMain.ku = SpreadsheetMLMain.l0 + "/legacyDrawing";
|
|
8742
|
+
SpreadsheetMLMain.kv = SpreadsheetMLMain.l0 + "/legacyDrawingHF";
|
|
8743
|
+
SpreadsheetMLMain.ll = SpreadsheetMLMain.l0 + "/mergeCell";
|
|
8744
|
+
SpreadsheetMLMain.lm = SpreadsheetMLMain.l0 + "/mergeCells";
|
|
8745
|
+
SpreadsheetMLMain.lo = SpreadsheetMLMain.l0 + "/metadata";
|
|
8746
|
+
SpreadsheetMLMain.lp = SpreadsheetMLMain.l0 + "/metadataType";
|
|
8747
|
+
SpreadsheetMLMain.lq = SpreadsheetMLMain.l0 + "/metadataTypes";
|
|
8748
|
+
SpreadsheetMLMain.ly = SpreadsheetMLMain.l0 + "/name";
|
|
8749
|
+
SpreadsheetMLMain.l2 = SpreadsheetMLMain.l0 + "/numFmt";
|
|
8750
|
+
SpreadsheetMLMain.l4 = SpreadsheetMLMain.l0 + "/numFmts";
|
|
8751
|
+
SpreadsheetMLMain.l6 = SpreadsheetMLMain.l0 + "/oddFooter";
|
|
8752
|
+
SpreadsheetMLMain.l7 = SpreadsheetMLMain.l0 + "/oddHeader";
|
|
8753
|
+
SpreadsheetMLMain.l9 = SpreadsheetMLMain.l0 + "/oleItem";
|
|
8754
|
+
SpreadsheetMLMain.ma = SpreadsheetMLMain.l0 + "/oleItems";
|
|
8755
|
+
SpreadsheetMLMain.mb = SpreadsheetMLMain.l0 + "/oleLink";
|
|
8756
|
+
SpreadsheetMLMain.mf = SpreadsheetMLMain.l0 + "/outline";
|
|
8757
|
+
SpreadsheetMLMain.mk = SpreadsheetMLMain.l0 + "/outlinePr";
|
|
8758
|
+
SpreadsheetMLMain.mm = SpreadsheetMLMain.l0 + "/pageMargins";
|
|
8759
|
+
SpreadsheetMLMain.mo = SpreadsheetMLMain.l0 + "/pageSetup";
|
|
8760
|
+
SpreadsheetMLMain.mp = SpreadsheetMLMain.l0 + "/pageSetUpPr";
|
|
8761
|
+
SpreadsheetMLMain.mq = SpreadsheetMLMain.l0 + "/pane";
|
|
8762
|
+
SpreadsheetMLMain.m5 = SpreadsheetMLMain.l0 + "/patternFill";
|
|
8763
|
+
SpreadsheetMLMain.nb = SpreadsheetMLMain.l0 + "/picture";
|
|
8764
|
+
SpreadsheetMLMain.ne = SpreadsheetMLMain.l0 + "/pivotCache";
|
|
8765
|
+
SpreadsheetMLMain.nf = SpreadsheetMLMain.l0 + "/pivotCaches";
|
|
8766
|
+
SpreadsheetMLMain.ng = SpreadsheetMLMain.l0 + "/pivotTableDefinition";
|
|
8767
|
+
SpreadsheetMLMain.nm = SpreadsheetMLMain.l0 + "/printOptions";
|
|
8768
|
+
SpreadsheetMLMain.ns = SpreadsheetMLMain.l0 + "/protectedRange";
|
|
8769
|
+
SpreadsheetMLMain.nt = SpreadsheetMLMain.l0 + "/protectedRanges";
|
|
8770
|
+
SpreadsheetMLMain.nu = SpreadsheetMLMain.l0 + "/protection";
|
|
8771
|
+
SpreadsheetMLMain.n1 = SpreadsheetMLMain.l0 + "/r";
|
|
8772
|
+
SpreadsheetMLMain.n6 = SpreadsheetMLMain.l0 + "/rc";
|
|
8773
|
+
SpreadsheetMLMain.oq = SpreadsheetMLMain.l0 + "/rFont";
|
|
8774
|
+
SpreadsheetMLMain.os = SpreadsheetMLMain.l0 + "/rgbColor";
|
|
8775
|
+
SpreadsheetMLMain.ow = SpreadsheetMLMain.l0 + "/right";
|
|
8776
|
+
SpreadsheetMLMain.oz = SpreadsheetMLMain.l0 + "/row";
|
|
8777
|
+
SpreadsheetMLMain.o0 = SpreadsheetMLMain.l0 + "/rowBreaks";
|
|
8778
|
+
SpreadsheetMLMain.o2 = SpreadsheetMLMain.l0 + "/rPr";
|
|
8779
|
+
SpreadsheetMLMain.pa = SpreadsheetMLMain.l0 + "/scheme";
|
|
8780
|
+
SpreadsheetMLMain.pd = SpreadsheetMLMain.l0 + "/selection";
|
|
8781
|
+
SpreadsheetMLMain.pi = SpreadsheetMLMain.l0 + "/sheet";
|
|
8782
|
+
SpreadsheetMLMain.pk = SpreadsheetMLMain.l0 + "/sheetCalcPr";
|
|
8783
|
+
SpreadsheetMLMain.pl = SpreadsheetMLMain.l0 + "/sheetData";
|
|
8784
|
+
SpreadsheetMLMain.pm = SpreadsheetMLMain.l0 + "/sheetDataSet";
|
|
8785
|
+
SpreadsheetMLMain.pn = SpreadsheetMLMain.l0 + "/sheetFormatPr";
|
|
8786
|
+
SpreadsheetMLMain.pp = SpreadsheetMLMain.l0 + "/sheetName";
|
|
8787
|
+
SpreadsheetMLMain.pq = SpreadsheetMLMain.l0 + "/sheetNames";
|
|
8788
|
+
SpreadsheetMLMain.pr = SpreadsheetMLMain.l0 + "/sheetPr";
|
|
8789
|
+
SpreadsheetMLMain.ps = SpreadsheetMLMain.l0 + "/sheetProtection";
|
|
8790
|
+
SpreadsheetMLMain.pt = SpreadsheetMLMain.l0 + "/sheets";
|
|
8791
|
+
SpreadsheetMLMain.pu = SpreadsheetMLMain.l0 + "/sheetView";
|
|
8792
|
+
SpreadsheetMLMain.pv = SpreadsheetMLMain.l0 + "/sheetViews";
|
|
8793
|
+
SpreadsheetMLMain.pg = SpreadsheetMLMain.l0 + "/shadow";
|
|
8794
|
+
SpreadsheetMLMain.qr = SpreadsheetMLMain.l0 + "/si";
|
|
8795
|
+
SpreadsheetMLMain.qx = SpreadsheetMLMain.l0 + "/sortCondition";
|
|
8796
|
+
SpreadsheetMLMain.qz = SpreadsheetMLMain.l0 + "/sortState";
|
|
8797
|
+
SpreadsheetMLMain.q5 = SpreadsheetMLMain.l0 + "/sst";
|
|
8798
|
+
SpreadsheetMLMain.q6 = SpreadsheetMLMain.l0 + "/start";
|
|
8799
|
+
SpreadsheetMLMain.ra = SpreadsheetMLMain.l0 + "/stop";
|
|
8800
|
+
SpreadsheetMLMain.rc = SpreadsheetMLMain.l0 + "/strike";
|
|
8801
|
+
SpreadsheetMLMain.re = SpreadsheetMLMain.l0 + "/styleSheet";
|
|
8802
|
+
SpreadsheetMLMain.rk = SpreadsheetMLMain.l0 + "/sz";
|
|
8803
|
+
SpreadsheetMLMain.rl = SpreadsheetMLMain.l0 + "/t";
|
|
8804
|
+
SpreadsheetMLMain.rn = SpreadsheetMLMain.l0 + "/tabColor";
|
|
8805
|
+
SpreadsheetMLMain.ro = SpreadsheetMLMain.l0 + "/table";
|
|
8806
|
+
SpreadsheetMLMain.rr = SpreadsheetMLMain.l0 + "/tableColumn";
|
|
8807
|
+
SpreadsheetMLMain.rs = SpreadsheetMLMain.l0 + "/tableColumns";
|
|
8808
|
+
SpreadsheetMLMain.rt = SpreadsheetMLMain.l0 + "/tablePart";
|
|
8809
|
+
SpreadsheetMLMain.ru = SpreadsheetMLMain.l0 + "/tableParts";
|
|
8810
|
+
SpreadsheetMLMain.rv = SpreadsheetMLMain.l0 + "/tableStyle";
|
|
8811
|
+
SpreadsheetMLMain.rw = SpreadsheetMLMain.l0 + "/tableStyleElement";
|
|
8812
|
+
SpreadsheetMLMain.rx = SpreadsheetMLMain.l0 + "/tableStyleInfo";
|
|
8813
|
+
SpreadsheetMLMain.ry = SpreadsheetMLMain.l0 + "/tableStyles";
|
|
8814
|
+
SpreadsheetMLMain.r2 = SpreadsheetMLMain.l0 + "/text";
|
|
8815
|
+
SpreadsheetMLMain.sc = SpreadsheetMLMain.l0 + "/top";
|
|
8816
|
+
SpreadsheetMLMain.se = SpreadsheetMLMain.l0 + "/top10";
|
|
8817
|
+
SpreadsheetMLMain.sk = SpreadsheetMLMain.l0 + "/totalsRowFormula";
|
|
8818
|
+
SpreadsheetMLMain.sr = SpreadsheetMLMain.l0 + "/u";
|
|
8819
|
+
SpreadsheetMLMain.s1 = SpreadsheetMLMain.l0 + "/v";
|
|
8820
|
+
SpreadsheetMLMain.s5 = SpreadsheetMLMain.l0 + "/valueMetadata";
|
|
8821
|
+
SpreadsheetMLMain.s7 = SpreadsheetMLMain.l0 + "/vertAlign";
|
|
8822
|
+
SpreadsheetMLMain.s8 = SpreadsheetMLMain.l0 + "/vertical";
|
|
8823
|
+
SpreadsheetMLMain.tj = SpreadsheetMLMain.l0 + "/workbook";
|
|
8824
|
+
SpreadsheetMLMain.to = SpreadsheetMLMain.l0 + "/workbookPr";
|
|
8825
|
+
SpreadsheetMLMain.tp = SpreadsheetMLMain.l0 + "/workbookProtection";
|
|
8826
|
+
SpreadsheetMLMain.ts = SpreadsheetMLMain.l0 + "/workbookView";
|
|
8827
|
+
SpreadsheetMLMain.tu = SpreadsheetMLMain.l0 + "/worksheet";
|
|
8828
|
+
SpreadsheetMLMain.tx = SpreadsheetMLMain.l0 + "/xf";
|
|
8829
|
+
SpreadsheetMLMain.t0 = SpreadsheetMLMain.l0 + "/xmlColumnPr";
|
|
8530
8830
|
SpreadsheetMLMain.ap = /*@__PURE__*/ new SpreadsheetMLMain();
|
|
8531
8831
|
return SpreadsheetMLMain;
|
|
8532
8832
|
})();
|