igniteui-webcomponents-excel 4.0.4 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-excel.umd.js +7305 -6879
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AlternateContentChoice_combined.js +2 -2
- package/esm2015/lib/DefaultStyleHelper_combined.js +1913 -1637
- package/esm2015/lib/IBinaryTreeNodeOwner$1_combined.js +3 -0
- package/esm2015/lib/ObjectModelTablePartManager_TableContext.js +1 -1
- package/esm2015/lib/StringUtilities.js +2 -2
- package/esm2015/lib/TableColumnFilterData.js +2 -2
- package/esm2015/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +6 -6
- package/esm2015/lib/UltraCalcConditionalFunctionBase_combined.js +2 -2
- package/esm2015/lib/UltraCalcFunctionCell.js +1 -1
- package/esm2015/lib/UltraCalcFunctionDateValue.js +1 -1
- package/esm2015/lib/UltraCalcFunctionDays.js +2 -2
- package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionIRR.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookupBase.js +5 -5
- package/esm2015/lib/UltraCalcFunctionTime.js +1 -1
- package/esm2015/lib/UltraCalcFunctionTimeValue.js +1 -1
- package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionYearFrac.js +2 -2
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +916 -896
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +2408 -2385
- package/esm5/lib/AlternateContentChoice_combined.js +2 -2
- package/esm5/lib/DefaultStyleHelper_combined.js +3924 -3544
- package/esm5/lib/IBinaryTreeNodeOwner$1_combined.js +3 -0
- package/esm5/lib/ObjectModelTablePartManager_TableContext.js +1 -1
- package/esm5/lib/StringUtilities.js +2 -2
- package/esm5/lib/TableColumnFilterData.js +2 -2
- package/esm5/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +6 -6
- package/esm5/lib/UltraCalcConditionalFunctionBase_combined.js +2 -2
- package/esm5/lib/UltraCalcFunctionCell.js +1 -1
- package/esm5/lib/UltraCalcFunctionDateValue.js +1 -1
- package/esm5/lib/UltraCalcFunctionDays.js +2 -2
- package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionIRR.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookupBase.js +5 -5
- package/esm5/lib/UltraCalcFunctionTime.js +1 -1
- package/esm5/lib/UltraCalcFunctionTimeValue.js +1 -1
- package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionYearFrac.js +2 -2
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +931 -911
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +2418 -2395
- package/fesm2015/igniteui-webcomponents-excel.js +5271 -4949
- package/fesm5/igniteui-webcomponents-excel.js +7305 -6879
- package/lib/DefaultStyleHelper_combined.d.ts +549 -464
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +79 -79
- package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +112 -112
- package/package.json +2 -2
|
@@ -197,6 +197,7 @@ import { AttributeValue } from "./AttributeValue";
|
|
|
197
197
|
import { LegacyShapeData } from "./LegacyShapeData";
|
|
198
198
|
import { WorksheetRow } from "./WorksheetRow";
|
|
199
199
|
import { Regex } from "igniteui-webcomponents-core";
|
|
200
|
+
import { CustomView } from "./CustomView";
|
|
200
201
|
import { PrintOptions } from "./PrintOptions";
|
|
201
202
|
import { HorizontalPageBreakCollection } from "./HorizontalPageBreakCollection";
|
|
202
203
|
import { VerticalPageBreakCollection } from "./VerticalPageBreakCollection";
|
|
@@ -204,7 +205,6 @@ import { HorizontalPageBreak } from "./HorizontalPageBreak";
|
|
|
204
205
|
import { VerticalPageBreak } from "./VerticalPageBreak";
|
|
205
206
|
import { MathUtilities } from "./MathUtilities";
|
|
206
207
|
import { UnknownShape } from "./UnknownShape";
|
|
207
|
-
import { CustomView } from "./CustomView";
|
|
208
208
|
import { CustomViewCollection } from "./CustomViewCollection";
|
|
209
209
|
import { DisplayOptions } from "./DisplayOptions";
|
|
210
210
|
import { ObjectModelWorksheetPartManager_DVInfo } from "./ObjectModelWorksheetPartManager_DVInfo";
|
|
@@ -826,7 +826,7 @@ export let ObjectModelExcelDocumentManager = /*@__PURE__*/ (() => {
|
|
|
826
826
|
let d = _rest[1];
|
|
827
827
|
let e = _rest[2];
|
|
828
828
|
let f = _rest[3];
|
|
829
|
-
super(c._b, c.
|
|
829
|
+
super(c._b, c._am, c._an, d, e, true, f);
|
|
830
830
|
this._b6 = null;
|
|
831
831
|
this._b8 = null;
|
|
832
832
|
this._b3 = null;
|
|
@@ -1178,19 +1178,19 @@ export let FormatInfo = /*@__PURE__*/ (() => {
|
|
|
1178
1178
|
let l = ExcelUtils.by(f, 32);
|
|
1179
1179
|
if (e._b1 != 1) {
|
|
1180
1180
|
let m = 0;
|
|
1181
|
-
if (this.p.hasValue && this.p.value < a.
|
|
1181
|
+
if (this.p.hasValue && this.p.value < a._be.count) {
|
|
1182
1182
|
m = this.p.value;
|
|
1183
1183
|
}
|
|
1184
|
-
let n = a.
|
|
1184
|
+
let n = a._be._inner[m];
|
|
1185
1185
|
let o;
|
|
1186
|
-
if (((() => { let p = a.
|
|
1186
|
+
if (((() => { let p = a._a8.tryGetValue(m, o); o = p.p1; return p.ret; })()) == false) {
|
|
1187
1187
|
let p;
|
|
1188
1188
|
let q = 1;
|
|
1189
1189
|
do {
|
|
1190
1190
|
p = stringFormat("Style {0}", q++);
|
|
1191
1191
|
} while (d._styles$i._item1(p) != null);
|
|
1192
1192
|
o = d._styles$i._addUserDefinedStyle(n.g, p);
|
|
1193
|
-
a.
|
|
1193
|
+
a._a8.addItem(m, o);
|
|
1194
1194
|
}
|
|
1195
1195
|
e.style = o;
|
|
1196
1196
|
if (g == false && (Base.equalsStatic(this.b, n.b) == false)) {
|
|
@@ -1239,12 +1239,12 @@ export let FormatInfo = /*@__PURE__*/ (() => {
|
|
|
1239
1239
|
AlignmentInfo.f.ai(e, false);
|
|
1240
1240
|
}
|
|
1241
1241
|
}
|
|
1242
|
-
if ((h || c) && nullableNotEquals(this.o, null) && this.o.value < a.
|
|
1243
|
-
let u = a.
|
|
1242
|
+
if ((h || c) && nullableNotEquals(this.o, null) && this.o.value < a._bc.count) {
|
|
1243
|
+
let u = a._bc._inner[this.o.value];
|
|
1244
1244
|
u.x(e, a);
|
|
1245
1245
|
}
|
|
1246
|
-
if ((i || c) && nullableNotEquals(this.r, null) && this.r.value < a.
|
|
1247
|
-
let v = a.
|
|
1246
|
+
if ((i || c) && nullableNotEquals(this.r, null) && this.r.value < a._bg.count) {
|
|
1247
|
+
let v = a._bg._inner[this.r.value];
|
|
1248
1248
|
v.h(e, a);
|
|
1249
1249
|
}
|
|
1250
1250
|
e._dt(f);
|
|
@@ -1482,14 +1482,14 @@ export let ObjectModelCommonPartHelpers = /*@__PURE__*/ (() => {
|
|
|
1482
1482
|
x.name = e;
|
|
1483
1483
|
x._v = n;
|
|
1484
1484
|
x.comment = g;
|
|
1485
|
-
let y = WorkbookLoadManagerExcel2007.
|
|
1485
|
+
let y = WorkbookLoadManagerExcel2007._bt(f);
|
|
1486
1486
|
f = y.p0;
|
|
1487
|
-
let z = Formula._k(f, c.cellReferenceMode, 3, c.currentFormat, CultureInfo.invariantCulture, b._b7.
|
|
1487
|
+
let z = Formula._k(f, c.cellReferenceMode, 3, c.currentFormat, CultureInfo.invariantCulture, b._b7._bj);
|
|
1488
1488
|
x._bb(z, false);
|
|
1489
1489
|
let aa = new WorkbookLoadManagerExcel2007_NamedReferenceInfo();
|
|
1490
1490
|
aa.b = m;
|
|
1491
1491
|
aa.a = x;
|
|
1492
|
-
b._b7.
|
|
1492
|
+
b._b7._bi.add(aa);
|
|
1493
1493
|
}
|
|
1494
1494
|
static n(a, b, c, d) {
|
|
1495
1495
|
let e;
|
|
@@ -1514,8 +1514,8 @@ export let ObjectModelCommonPartHelpers = /*@__PURE__*/ (() => {
|
|
|
1514
1514
|
}
|
|
1515
1515
|
let m;
|
|
1516
1516
|
let n;
|
|
1517
|
-
if (false == ((() => { let o = Formula._a0(f, 1, 4, c.currentFormat, CultureInfo.invariantCulture, b._b7.
|
|
1518
|
-
m = Formula._k("=#REF!", 1, 4, c.currentFormat, CultureInfo.invariantCulture, b._b7.
|
|
1517
|
+
if (false == ((() => { let o = Formula._a0(f, 1, 4, c.currentFormat, CultureInfo.invariantCulture, b._b7._bj, m, n); m = o.p6; n = o.p7; return o.ret; })())) {
|
|
1518
|
+
m = Formula._k("=#REF!", 1, 4, c.currentFormat, CultureInfo.invariantCulture, b._b7._bj);
|
|
1519
1519
|
}
|
|
1520
1520
|
for (let o = 0; o < m._e.length; o++) {
|
|
1521
1521
|
let p = typeCast(ReferenceToken.$, m._e[o]);
|
|
@@ -1789,10 +1789,10 @@ export let ObjectModelCommonPartHelpers = /*@__PURE__*/ (() => {
|
|
|
1789
1789
|
let f = null;
|
|
1790
1790
|
switch (c) {
|
|
1791
1791
|
case 1:
|
|
1792
|
-
f = e.
|
|
1792
|
+
f = e._am;
|
|
1793
1793
|
break;
|
|
1794
1794
|
case 2:
|
|
1795
|
-
f = e.
|
|
1795
|
+
f = e._an;
|
|
1796
1796
|
break;
|
|
1797
1797
|
case 0: break;
|
|
1798
1798
|
default: break;
|
|
@@ -1893,7 +1893,7 @@ export let ObjectModelCommonPartHelpers = /*@__PURE__*/ (() => {
|
|
|
1893
1893
|
}
|
|
1894
1894
|
let g = null;
|
|
1895
1895
|
if (d._j != null) {
|
|
1896
|
-
g = ObjectModelCommonPartHelpers.b(a)._b9.
|
|
1896
|
+
g = ObjectModelCommonPartHelpers.b(a)._b9._cw(d._j);
|
|
1897
1897
|
}
|
|
1898
1898
|
SpreadsheetMLMain.aay(a, g, c, d.comment, void 0, void 0, void 0, void 0, e, d._p, d._v);
|
|
1899
1899
|
a.ad.k();
|
|
@@ -2116,7 +2116,7 @@ export let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
|
|
|
2116
2116
|
if (g.hasValue) {
|
|
2117
2117
|
l = a._b7._g._inner[g.value]._bu();
|
|
2118
2118
|
}
|
|
2119
|
-
a._b7.
|
|
2119
|
+
a._b7._ae($t, b, c, d, j, k, l, ...h);
|
|
2120
2120
|
}
|
|
2121
2121
|
static bd(a) {
|
|
2122
2122
|
let b;
|
|
@@ -2139,7 +2139,7 @@ export let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
|
|
|
2139
2139
|
d = e.p2;
|
|
2140
2140
|
let f = ObjectModelTablePartManager.a9(a);
|
|
2141
2141
|
let g = f._by;
|
|
2142
|
-
b._setColumnFormula1(ObjectModelTablePartManager.a7(g, c, d, f._b7.
|
|
2142
|
+
b._setColumnFormula1(ObjectModelTablePartManager.a7(g, c, d, f._b7._bj), false);
|
|
2143
2143
|
}
|
|
2144
2144
|
static bf(a) {
|
|
2145
2145
|
let b = a.s.a(ObjectModelTablePartManager_FilterColumnElementContext.$);
|
|
@@ -2153,10 +2153,10 @@ export let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
|
|
|
2153
2153
|
d = e.p2;
|
|
2154
2154
|
let f = ObjectModelTablePartManager.a9(a)._b7._g._inner[c.value];
|
|
2155
2155
|
if (d) {
|
|
2156
|
-
b.b = FillFilter.
|
|
2156
|
+
b.b = FillFilter._q(null, f);
|
|
2157
2157
|
}
|
|
2158
2158
|
else {
|
|
2159
|
-
b.b = FontColorFilter.
|
|
2159
|
+
b.b = FontColorFilter._o(null, f);
|
|
2160
2160
|
}
|
|
2161
2161
|
}
|
|
2162
2162
|
static bg(a) {
|
|
@@ -2236,7 +2236,7 @@ export let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
|
|
|
2236
2236
|
e = h.p1;
|
|
2237
2237
|
f = h.p2;
|
|
2238
2238
|
g = h.p3;
|
|
2239
|
-
b.b = DynamicValuesFilter.
|
|
2239
|
+
b.b = DynamicValuesFilter._m(d, null, e, f, g);
|
|
2240
2240
|
}
|
|
2241
2241
|
else {
|
|
2242
2242
|
let i;
|
|
@@ -2246,7 +2246,7 @@ export let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
|
|
|
2246
2246
|
f = k.p2;
|
|
2247
2247
|
i = k.p3;
|
|
2248
2248
|
j = k.p4;
|
|
2249
|
-
b.b = DynamicValuesFilter.
|
|
2249
|
+
b.b = DynamicValuesFilter._l(null, e, f, i, j);
|
|
2250
2250
|
}
|
|
2251
2251
|
}
|
|
2252
2252
|
static bn(a) {
|
|
@@ -2563,7 +2563,7 @@ export let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
|
|
|
2563
2563
|
d = g.p2;
|
|
2564
2564
|
e = g.p3;
|
|
2565
2565
|
f = g.p4;
|
|
2566
|
-
let h = TopOrBottomFilter.
|
|
2566
|
+
let h = TopOrBottomFilter._u(e, d);
|
|
2567
2567
|
b.b = new TopOrBottomFilter(2, null, h, truncate(c), f.getValueOrDefault());
|
|
2568
2568
|
}
|
|
2569
2569
|
static by(a) {
|
|
@@ -2578,7 +2578,7 @@ export let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
|
|
|
2578
2578
|
d = e.p2;
|
|
2579
2579
|
let f = ObjectModelTablePartManager.a9(a);
|
|
2580
2580
|
let g = f._by;
|
|
2581
|
-
b.totalFormula = ObjectModelTablePartManager.a7(g, c, d, f._b7.
|
|
2581
|
+
b.totalFormula = ObjectModelTablePartManager.a7(g, c, d, f._b7._bj);
|
|
2582
2582
|
}
|
|
2583
2583
|
static a7(a, b, c, d) {
|
|
2584
2584
|
if (c) {
|
|
@@ -2709,10 +2709,10 @@ export let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
|
|
|
2709
2709
|
e = toNullable(Number_$type, i.average);
|
|
2710
2710
|
}
|
|
2711
2711
|
if (b._z == 0) {
|
|
2712
|
-
SpreadsheetMLMain.aa6(a, c.
|
|
2712
|
+
SpreadsheetMLMain.aa6(a, c._n, !nullableIsNull(e) ? e : (nullableEquals(f, null) ? toNullable(Number_$type, null) : ExcelCalcValue._dateTimeToExcelDate(d, f.value)), nullableEquals(g, null) ? toNullable(Number_$type, null) : ExcelCalcValue._dateTimeToExcelDate(d, g.value));
|
|
2713
2713
|
}
|
|
2714
2714
|
else {
|
|
2715
|
-
SpreadsheetMLMain.aa7(a, c.
|
|
2715
|
+
SpreadsheetMLMain.aa7(a, c._n, e, f, g);
|
|
2716
2716
|
}
|
|
2717
2717
|
a.ad.k();
|
|
2718
2718
|
}
|
|
@@ -2766,7 +2766,7 @@ export let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
|
|
|
2766
2766
|
a.ad.k();
|
|
2767
2767
|
}
|
|
2768
2768
|
static b8(a, b) {
|
|
2769
|
-
SpreadsheetMLMain.ab5(a, b.
|
|
2769
|
+
SpreadsheetMLMain.ab5(a, b._n, b._q);
|
|
2770
2770
|
}
|
|
2771
2771
|
b9(a, b) {
|
|
2772
2772
|
SpreadsheetMLMain.adv(this, b._bs._toString2(1, false, true, true), void 0, b.sortSettings.caseSensitive, b.sortSettings._n ? XlsxUtilities.a5(b.sortSettings._i) : 0);
|
|
@@ -2813,11 +2813,11 @@ export let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
|
|
|
2813
2813
|
let n = c._ck(d);
|
|
2814
2814
|
SpreadsheetMLMain.ad3(this, d._a9, void 0, ObjectModelCommonPartHelpers.e(d.name, "_x000a_"), n, ObjectModelCommonPartHelpers.e(d.totalLabel, "_x000a_"), toNullable(Number_$type, null), i, f, l, h, e, k);
|
|
2815
2815
|
if (d.columnFormula != null) {
|
|
2816
|
-
SpreadsheetMLMain.zj(this, a.
|
|
2816
|
+
SpreadsheetMLMain.zj(this, a._cw(d.columnFormula), typeCast(ArrayFormula.$, d.columnFormula) !== null);
|
|
2817
2817
|
this.ad.k();
|
|
2818
2818
|
}
|
|
2819
2819
|
if (n == 9) {
|
|
2820
|
-
SpreadsheetMLMain.aeg(this, a.
|
|
2820
|
+
SpreadsheetMLMain.aeg(this, a._cw(d.totalFormula), typeCast(ArrayFormula.$, d.totalFormula) !== null);
|
|
2821
2821
|
this.ad.k();
|
|
2822
2822
|
}
|
|
2823
2823
|
this.ad.k();
|
|
@@ -2829,7 +2829,7 @@ export let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
|
|
|
2829
2829
|
this.ad.k();
|
|
2830
2830
|
}
|
|
2831
2831
|
static cc(a, b) {
|
|
2832
|
-
SpreadsheetMLMain.aee(a, b.value, b.
|
|
2832
|
+
SpreadsheetMLMain.aee(a, b.value, b._y, b._x, toNullable(Number_$type, b._aa));
|
|
2833
2833
|
a.ad.k();
|
|
2834
2834
|
}
|
|
2835
2835
|
get a8() {
|
|
@@ -3744,11 +3744,11 @@ export let ConditionFactory_XLSX = /*@__PURE__*/ (() => {
|
|
|
3744
3744
|
c._bw = b.ae.hasValue ? a.c._g._inner[b.ae.value] : null;
|
|
3745
3745
|
}
|
|
3746
3746
|
static q(a, b, c) {
|
|
3747
|
-
let d = WorkbookLoadManagerExcel2007.
|
|
3747
|
+
let d = WorkbookLoadManagerExcel2007._bt(a);
|
|
3748
3748
|
a = d.p0;
|
|
3749
3749
|
let e = c.regions.item(0);
|
|
3750
3750
|
let f = c._s();
|
|
3751
|
-
return ConditionBase._n(a, e.worksheet.workbook, toNullable(CellReferenceMode_$type, 1), 7, f.o, f.m, b.c.
|
|
3751
|
+
return ConditionBase._n(a, e.worksheet.workbook, toNullable(CellReferenceMode_$type, 1), 7, f.o, f.m, b.c._bj);
|
|
3752
3752
|
}
|
|
3753
3753
|
static r(a) {
|
|
3754
3754
|
return FormulaConditionalFormat._b9(a);
|
|
@@ -3836,14 +3836,14 @@ export let ConditionValueExtensions = /*@__PURE__*/ (() => {
|
|
|
3836
3836
|
case 1:
|
|
3837
3837
|
case 2:
|
|
3838
3838
|
if (a.formula != null && isNaN_(a.value)) {
|
|
3839
|
-
j = c.
|
|
3839
|
+
j = c._cw(a.formula);
|
|
3840
3840
|
}
|
|
3841
3841
|
else {
|
|
3842
3842
|
j = ConditionalFormattingSerializer.u(a.value);
|
|
3843
3843
|
}
|
|
3844
3844
|
break;
|
|
3845
3845
|
case 3:
|
|
3846
|
-
j = c.
|
|
3846
|
+
j = c._cw(a.formula);
|
|
3847
3847
|
break;
|
|
3848
3848
|
}
|
|
3849
3849
|
if (stringIsNullOrEmpty(j) == false) {
|
|
@@ -3858,13 +3858,13 @@ export let ConditionValueExtensions = /*@__PURE__*/ (() => {
|
|
|
3858
3858
|
case 4:
|
|
3859
3859
|
case 5: break;
|
|
3860
3860
|
case 3:
|
|
3861
|
-
j = c.
|
|
3861
|
+
j = c._cw(a.formula);
|
|
3862
3862
|
break;
|
|
3863
3863
|
case 0:
|
|
3864
3864
|
case 1:
|
|
3865
3865
|
case 2:
|
|
3866
3866
|
if (a.formula != null && isNaN_(a.value)) {
|
|
3867
|
-
j = c.
|
|
3867
|
+
j = c._cw(a.formula);
|
|
3868
3868
|
}
|
|
3869
3869
|
else {
|
|
3870
3870
|
j = ConditionalFormattingSerializer.u(a.value);
|
|
@@ -4337,7 +4337,7 @@ export let SparklineExtensions = /*@__PURE__*/ (() => {
|
|
|
4337
4337
|
a._sparklines$i.clear();
|
|
4338
4338
|
for (let e of fromEnum(b.ae)) {
|
|
4339
4339
|
let f = new Sparkline();
|
|
4340
|
-
SparklineExtensions.g(f, e, c, d.
|
|
4340
|
+
SparklineExtensions.g(f, e, c, d._bj);
|
|
4341
4341
|
a._sparklines$i._s(a._sparklines$i.count, f, f.location, f.dataRegion, f.dataRegionName, false);
|
|
4342
4342
|
}
|
|
4343
4343
|
}
|
|
@@ -4632,7 +4632,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
4632
4632
|
this.br = new Dictionary$2(String_$type, Formula.$, 0);
|
|
4633
4633
|
let a = this.bh;
|
|
4634
4634
|
let b = a._d.uri.toString();
|
|
4635
|
-
this.bl = a._b7.
|
|
4635
|
+
this.bl = a._b7._aq(b);
|
|
4636
4636
|
if (this.bl == null) {
|
|
4637
4637
|
return null;
|
|
4638
4638
|
}
|
|
@@ -4751,7 +4751,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
4751
4751
|
let o = typeCast(Tuple$2.$.specialize(SingleTargetFormula.$, String_$type), a.n);
|
|
4752
4752
|
if (o != null) {
|
|
4753
4753
|
let p = this.bh._b9;
|
|
4754
|
-
let q = p.
|
|
4754
|
+
let q = p._cw(o.c);
|
|
4755
4755
|
for (let r = 0; r < a.j.count; r++) {
|
|
4756
4756
|
let s = a.j._inner[r];
|
|
4757
4757
|
if (s.a.f == "val") {
|
|
@@ -4767,7 +4767,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
4767
4767
|
let t = typeCast(Tuple$2.$.specialize(SingleTargetFormula.$, String_$type), a.n);
|
|
4768
4768
|
if (t != null) {
|
|
4769
4769
|
let u = this.bh._b9;
|
|
4770
|
-
a.p = u.
|
|
4770
|
+
a.p = u._cw(t.c);
|
|
4771
4771
|
}
|
|
4772
4772
|
}
|
|
4773
4773
|
break;
|
|
@@ -4901,7 +4901,9 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
4901
4901
|
g = k.p8;
|
|
4902
4902
|
h = k.p9;
|
|
4903
4903
|
let l = new WorksheetRegionAddress(1, e, g, f, h);
|
|
4904
|
-
|
|
4904
|
+
let m = a.s.a(CustomView.$);
|
|
4905
|
+
let n = m != null ? m._e(b.bl, true) : b.bl.filterSettings;
|
|
4906
|
+
n._setRegion1(l._ah(false, false, i._o, 1), 1);
|
|
4905
4907
|
b.bn = true;
|
|
4906
4908
|
}
|
|
4907
4909
|
}
|
|
@@ -4977,8 +4979,8 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
4977
4979
|
j.bv = ++b._cells$i._u;
|
|
4978
4980
|
}
|
|
4979
4981
|
let m;
|
|
4980
|
-
if (d < k._b7.
|
|
4981
|
-
m = k._b7.
|
|
4982
|
+
if (d < k._b7._bf.count) {
|
|
4983
|
+
m = k._b7._bf._inner[d].g;
|
|
4982
4984
|
}
|
|
4983
4985
|
else {
|
|
4984
4986
|
m = k._by._ca._p;
|
|
@@ -5048,8 +5050,8 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5048
5050
|
o = true;
|
|
5049
5051
|
}
|
|
5050
5052
|
let p = null;
|
|
5051
|
-
if (d < l._b7.
|
|
5052
|
-
let q = l._b7.
|
|
5053
|
+
if (d < l._b7._bf.count) {
|
|
5054
|
+
let q = l._b7._bf._inner[d].g;
|
|
5053
5055
|
if (q._ca(m._ca._p) == false) {
|
|
5054
5056
|
p = q;
|
|
5055
5057
|
o = true;
|
|
@@ -5567,10 +5569,10 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5567
5569
|
g.b = true;
|
|
5568
5570
|
}
|
|
5569
5571
|
let h;
|
|
5570
|
-
if (((() => { let i = f._b7.
|
|
5572
|
+
if (((() => { let i = f._b7._a6.tryGetValue(b, h); h = i.p1; return i.ret; })()) == false) {
|
|
5571
5573
|
h = new UnknownShape(1);
|
|
5572
5574
|
h._cn = b;
|
|
5573
|
-
f._b7.
|
|
5575
|
+
f._b7._a6.addItem(b, h);
|
|
5574
5576
|
}
|
|
5575
5577
|
h._ef = g;
|
|
5576
5578
|
a.s.k(h);
|
|
@@ -5613,9 +5615,9 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5613
5615
|
static c5(a, b, c, d, e) {
|
|
5614
5616
|
let f = ObjectModelWorksheetPartManager.bi(a);
|
|
5615
5617
|
let g = f._by;
|
|
5616
|
-
let h = WorkbookLoadManagerExcel2007.
|
|
5618
|
+
let h = WorkbookLoadManagerExcel2007._bt(c);
|
|
5617
5619
|
c = h.p0;
|
|
5618
|
-
e(Formula._k(c, 1, d, g.currentFormat, CultureInfo.invariantCulture, f._b7.
|
|
5620
|
+
e(Formula._k(c, 1, d, g.currentFormat, CultureInfo.invariantCulture, f._b7._bj), b._toString1(b.worksheet._c, false));
|
|
5619
5621
|
}
|
|
5620
5622
|
static c7(a) {
|
|
5621
5623
|
a.c6();
|
|
@@ -5669,6 +5671,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5669
5671
|
if (y == null) {
|
|
5670
5672
|
return;
|
|
5671
5673
|
}
|
|
5674
|
+
this.s.k(y);
|
|
5672
5675
|
let z = y.getPrintOptions(this.bl, true);
|
|
5673
5676
|
if (z != null) {
|
|
5674
5677
|
this.s.k(z);
|
|
@@ -5682,6 +5685,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5682
5685
|
if (c != 64) {
|
|
5683
5686
|
aa._a3 = false;
|
|
5684
5687
|
}
|
|
5688
|
+
aa._by = m;
|
|
5685
5689
|
aa._a9 = c;
|
|
5686
5690
|
aa.showFormulasInCells = e;
|
|
5687
5691
|
aa.showGridlines = f;
|
|
@@ -5863,9 +5867,9 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5863
5867
|
let d = c._b7;
|
|
5864
5868
|
let e = PackageUtilities.ak(c._g(a)).originalString;
|
|
5865
5869
|
let f;
|
|
5866
|
-
if (((() => { let g = d.
|
|
5870
|
+
if (((() => { let g = d._a7.tryGetValue(e, f); f = g.p1; return g.ret; })())) {
|
|
5867
5871
|
for (let g of fromEnum(f)) {
|
|
5868
|
-
d.
|
|
5872
|
+
d._bq(this.bl, g);
|
|
5869
5873
|
}
|
|
5870
5874
|
}
|
|
5871
5875
|
else {
|
|
@@ -5935,18 +5939,18 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5935
5939
|
}
|
|
5936
5940
|
}
|
|
5937
5941
|
let aa = f == null ? null : ExcelUtils.aj(f, r, CultureInfo.invariantCulture);
|
|
5938
|
-
let ab = WorkbookLoadManagerExcel2007.
|
|
5942
|
+
let ab = WorkbookLoadManagerExcel2007._bt(p);
|
|
5939
5943
|
p = ab.p0;
|
|
5940
5944
|
let ac;
|
|
5941
5945
|
switch (d) {
|
|
5942
5946
|
case 3:
|
|
5943
5947
|
if (p != null) {
|
|
5944
5948
|
let ad;
|
|
5945
|
-
ac = ((() => { let ae = FormulaParser.e(p, 1, 2, t.currentFormat, CultureInfo.invariantCulture, s._b7.
|
|
5949
|
+
ac = ((() => { let ae = FormulaParser.e(p, 1, 2, t.currentFormat, CultureInfo.invariantCulture, s._b7._bj, c.index, b.bv, ad); ad = ae.p8; return ae.ret; })());
|
|
5946
5950
|
if (ad != null) {
|
|
5947
5951
|
throw ad;
|
|
5948
5952
|
}
|
|
5949
|
-
ac = Formula._k(p, 1, 0, t.currentFormat, CultureInfo.invariantCulture, s._b7.
|
|
5953
|
+
ac = Formula._k(p, 1, 0, t.currentFormat, CultureInfo.invariantCulture, s._b7._bj);
|
|
5950
5954
|
ac = ac._x(c.index, b.bv, t.currentFormat);
|
|
5951
5955
|
if (m) {
|
|
5952
5956
|
ac._an = m;
|
|
@@ -5971,11 +5975,11 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5971
5975
|
if (p != null) {
|
|
5972
5976
|
let ae = 0;
|
|
5973
5977
|
let af = FormulaParser.l(s._by, r, c, b.bv, CultureInfo.invariantCulture, 1, ae);
|
|
5974
|
-
if (s._b7.
|
|
5978
|
+
if (s._b7._av && ((() => { let ag = b.br.tryGetValue(p, ac); ac = ag.p1; return ag.ret; })())) {
|
|
5975
5979
|
ac = ac._g();
|
|
5976
5980
|
}
|
|
5977
5981
|
else {
|
|
5978
|
-
ac = Formula._o(p, ae, af, s._b7.
|
|
5982
|
+
ac = Formula._o(p, ae, af, s._b7._bj);
|
|
5979
5983
|
b.br.item(p, ac);
|
|
5980
5984
|
}
|
|
5981
5985
|
if (m) {
|
|
@@ -5986,7 +5990,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5986
5990
|
break;
|
|
5987
5991
|
case 1:
|
|
5988
5992
|
if (p != null) {
|
|
5989
|
-
ac = Formula._k(p, 1, 1, s._by.currentFormat, CultureInfo.invariantCulture, s._b7.
|
|
5993
|
+
ac = Formula._k(p, 1, 1, s._by.currentFormat, CultureInfo.invariantCulture, s._b7._bj);
|
|
5990
5994
|
if (m) {
|
|
5991
5995
|
ac._an = m;
|
|
5992
5996
|
}
|
|
@@ -6051,10 +6055,12 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6051
6055
|
else if (b.b == null) {
|
|
6052
6056
|
return;
|
|
6053
6057
|
}
|
|
6054
|
-
let d =
|
|
6055
|
-
d.
|
|
6056
|
-
b.
|
|
6057
|
-
|
|
6058
|
+
let d = a.s.a(CustomView.$);
|
|
6059
|
+
let e = d != null ? d._e(c, true) : c.filterSettings;
|
|
6060
|
+
let f = new WorksheetColumnFilter(1, e, b.d);
|
|
6061
|
+
f._h(b.b);
|
|
6062
|
+
b.b._k(f);
|
|
6063
|
+
e._a4(f);
|
|
6058
6064
|
}
|
|
6059
6065
|
static dx(a) {
|
|
6060
6066
|
let b = a.s.a(ObjectModelWorksheetPartManager_DVInfo.$);
|
|
@@ -6197,7 +6203,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6197
6203
|
return;
|
|
6198
6204
|
}
|
|
6199
6205
|
let f = PackageUtilities.ak(d).originalString;
|
|
6200
|
-
if (c._b7.
|
|
6206
|
+
if (c._b7._a5.removeItem(f) == false) {
|
|
6201
6207
|
}
|
|
6202
6208
|
let g = null;
|
|
6203
6209
|
for (let h of fromEnum(c._d.getRelationships())) {
|
|
@@ -6244,7 +6250,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6244
6250
|
}
|
|
6245
6251
|
t._eg = k;
|
|
6246
6252
|
this.b5(t, k);
|
|
6247
|
-
c._b7.
|
|
6253
|
+
c._b7._a6.item(t._cn, t);
|
|
6248
6254
|
r._add3(t);
|
|
6249
6255
|
}
|
|
6250
6256
|
}
|
|
@@ -6267,9 +6273,9 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6267
6273
|
}
|
|
6268
6274
|
let f = PackageUtilities.ak(d).originalString;
|
|
6269
6275
|
let g;
|
|
6270
|
-
if (((() => { let h = c._b7.
|
|
6276
|
+
if (((() => { let h = c._b7._a5.tryGetValue(f, g); g = h.p1; return h.ret; })())) {
|
|
6271
6277
|
this.bl._g3 = new LegacyDrawingHFInfo(g, e);
|
|
6272
|
-
c._b7.
|
|
6278
|
+
c._b7._a5.removeItem(f);
|
|
6273
6279
|
}
|
|
6274
6280
|
else {
|
|
6275
6281
|
}
|
|
@@ -6636,8 +6642,8 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6636
6642
|
o = p.item(p._u);
|
|
6637
6643
|
}
|
|
6638
6644
|
if (d) {
|
|
6639
|
-
if (c < n._b7.
|
|
6640
|
-
o.cellFormat.setFormatting(n._b7.
|
|
6645
|
+
if (c < n._b7._bf.count) {
|
|
6646
|
+
o.cellFormat.setFormatting(n._b7._bf._inner[c].g);
|
|
6641
6647
|
}
|
|
6642
6648
|
else {
|
|
6643
6649
|
}
|
|
@@ -7054,10 +7060,12 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7054
7060
|
return;
|
|
7055
7061
|
}
|
|
7056
7062
|
if (b.bn) {
|
|
7057
|
-
|
|
7063
|
+
let v = a.s.a(CustomView.$);
|
|
7064
|
+
let w = v != null ? v._e(c, true) : c.filterSettings;
|
|
7065
|
+
if (w.region == null) {
|
|
7058
7066
|
}
|
|
7059
7067
|
else {
|
|
7060
|
-
|
|
7068
|
+
w.sortSettings._sortConditions$i._addItem$i(new RelativeIndex(p - w.region._v), u);
|
|
7061
7069
|
}
|
|
7062
7070
|
}
|
|
7063
7071
|
else {
|
|
@@ -7085,24 +7093,26 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7085
7093
|
let h = b.bl;
|
|
7086
7094
|
let i = h.workbook;
|
|
7087
7095
|
if (b.bn) {
|
|
7088
|
-
|
|
7089
|
-
h.filterSettings
|
|
7096
|
+
let j = a.s.a(CustomView.$);
|
|
7097
|
+
let k = j != null ? j._e(h, true) : h.filterSettings;
|
|
7098
|
+
k.sortSettings.caseSensitive = e;
|
|
7099
|
+
k.sortSettings._i = f;
|
|
7090
7100
|
}
|
|
7091
7101
|
else {
|
|
7092
7102
|
h.sortSettings.sortType = d ? 1 : 0;
|
|
7093
7103
|
h.sortSettings.caseSensitive = e;
|
|
7094
7104
|
h.sortSettings._i = f;
|
|
7095
|
-
let j;
|
|
7096
|
-
let k;
|
|
7097
7105
|
let l;
|
|
7098
7106
|
let m;
|
|
7099
|
-
let n
|
|
7100
|
-
|
|
7101
|
-
|
|
7102
|
-
l =
|
|
7103
|
-
m =
|
|
7104
|
-
|
|
7105
|
-
|
|
7107
|
+
let n;
|
|
7108
|
+
let o;
|
|
7109
|
+
let p = ExcelUtils.fz(c, i.currentFormat, 1, CultureInfo.invariantCulture, null, -1, l, m, n, o);
|
|
7110
|
+
l = p.p6;
|
|
7111
|
+
m = p.p7;
|
|
7112
|
+
n = p.p8;
|
|
7113
|
+
o = p.p9;
|
|
7114
|
+
let q = new WorksheetRegionAddress(1, l, n, m, o);
|
|
7115
|
+
h.sortSettings._setRegion1(q._ah(false, false, i.currentFormat, 1), 1);
|
|
7106
7116
|
}
|
|
7107
7117
|
}
|
|
7108
7118
|
static fp(a) {
|
|
@@ -7229,23 +7239,26 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7229
7239
|
}
|
|
7230
7240
|
}
|
|
7231
7241
|
}
|
|
7232
|
-
f2(a) {
|
|
7233
|
-
let
|
|
7234
|
-
if (
|
|
7242
|
+
f2(a, b, c) {
|
|
7243
|
+
let d = b.region;
|
|
7244
|
+
if (d == null || !d._h._n) {
|
|
7235
7245
|
return;
|
|
7236
7246
|
}
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
|
|
7240
|
-
|
|
7247
|
+
if (c && b.sortSettings._sortConditions$i.count == 0 && b._au == 0) {
|
|
7248
|
+
return;
|
|
7249
|
+
}
|
|
7250
|
+
SpreadsheetMLMain.za(this, d._toString2(1, false, true, true));
|
|
7251
|
+
for (let e = 0; e < d._ad; e++) {
|
|
7252
|
+
let f = b.getFilter(e);
|
|
7253
|
+
if (f == null) {
|
|
7241
7254
|
continue;
|
|
7242
7255
|
}
|
|
7243
|
-
SpreadsheetMLMain.abq(this, intSToU(
|
|
7244
|
-
ObjectModelTablePartManager.b6(this, this.bh, a,
|
|
7256
|
+
SpreadsheetMLMain.abq(this, intSToU(e));
|
|
7257
|
+
ObjectModelTablePartManager.b6(this, this.bh, a, f);
|
|
7245
7258
|
this.ad.k();
|
|
7246
7259
|
}
|
|
7247
|
-
if (
|
|
7248
|
-
this.g6(a,
|
|
7260
|
+
if (b.sortSettings._sortConditions$i.count > 0) {
|
|
7261
|
+
this.g6(a, d, b.sortSettings, true);
|
|
7249
7262
|
}
|
|
7250
7263
|
this.ad.k();
|
|
7251
7264
|
}
|
|
@@ -7271,7 +7284,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7271
7284
|
}
|
|
7272
7285
|
let j;
|
|
7273
7286
|
let k;
|
|
7274
|
-
let l = WorkbookSaveManagerExcel2007.
|
|
7287
|
+
let l = WorkbookSaveManagerExcel2007._c1(i, j, k);
|
|
7275
7288
|
j = l.p1;
|
|
7276
7289
|
k = l.p2;
|
|
7277
7290
|
SpreadsheetMLMain.zk(this, this.b4(e.r) + d, a._a8(e.j), j);
|
|
@@ -7323,9 +7336,9 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7323
7336
|
this.ad.k();
|
|
7324
7337
|
}
|
|
7325
7338
|
f8(a) {
|
|
7326
|
-
if (a.
|
|
7339
|
+
if (a._cf != null) {
|
|
7327
7340
|
let b = null;
|
|
7328
|
-
if (((() => { let c = a.
|
|
7341
|
+
if (((() => { let c = a._cf.tryGetValue(this.bl, b); b = c.p1; return c.ret; })())) {
|
|
7329
7342
|
b.x(this, a, this.ad);
|
|
7330
7343
|
}
|
|
7331
7344
|
}
|
|
@@ -7363,112 +7376,118 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7363
7376
|
if (g == null) {
|
|
7364
7377
|
return;
|
|
7365
7378
|
}
|
|
7366
|
-
d(this, a.
|
|
7379
|
+
d(this, a._cw(g));
|
|
7367
7380
|
this.ad.k();
|
|
7368
7381
|
}
|
|
7369
|
-
ga(a) {
|
|
7370
|
-
let
|
|
7371
|
-
if (
|
|
7382
|
+
ga(a, b) {
|
|
7383
|
+
let c = a.getDisplayOptions(this.bl, false);
|
|
7384
|
+
if (c == null) {
|
|
7372
7385
|
return;
|
|
7373
7386
|
}
|
|
7374
|
-
let
|
|
7375
|
-
let
|
|
7376
|
-
let
|
|
7377
|
-
|
|
7378
|
-
|
|
7379
|
-
|
|
7387
|
+
let d = a.getHiddenRows(this.bl, false);
|
|
7388
|
+
let e = a.getHiddenColumns(this.bl, false);
|
|
7389
|
+
let f = a._e(this.bl, false);
|
|
7390
|
+
let g = CellAddress.u(c.unfrozenPaneSettings.firstRowInTopPane, c.unfrozenPaneSettings.firstColumnInLeftPane);
|
|
7391
|
+
(((h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x) => SpreadsheetMLMain.aal(h, i, j, k, void 0, l, m, n, o, p, void 0, void 0, w, v, q, r, s, void 0, t, u, x))(this, ST_Guid.a(a._v), intSToU(c.magnificationInCurrentView), intSToU(c._a9), c.showFormulasInCells, c.showGridlines, c.showRowAndColumnHeaders, c.showOutlineSymbols, c.showZeroValues, d != null && d.count > 0, e != null && e.count > 0, XlsxUtilities.a3(c.visibility), XlsxUtilities.a4(c.view), c.showRulerInPageLayoutView, c._by, f != null && f._au > 0, g));
|
|
7392
|
+
if (c._am() || c._an()) {
|
|
7393
|
+
this.gt(c);
|
|
7380
7394
|
}
|
|
7381
|
-
this.gz(
|
|
7395
|
+
this.gz(c);
|
|
7382
7396
|
if (a.savePrintOptions) {
|
|
7383
|
-
let
|
|
7397
|
+
let y = a.getPrintOptions(this.bl, false);
|
|
7398
|
+
if (y != null) {
|
|
7399
|
+
this.gy(y);
|
|
7400
|
+
this.f5(y);
|
|
7401
|
+
ObjectModelWorksheetPartManager.gq(this, y);
|
|
7402
|
+
this.gv(y);
|
|
7403
|
+
ObjectModelWorksheetPartManager.gr(this, y);
|
|
7404
|
+
ObjectModelWorksheetPartManager.gi(this, y);
|
|
7405
|
+
}
|
|
7406
|
+
}
|
|
7407
|
+
if (a.saveHiddenRowsAndColumns) {
|
|
7384
7408
|
if (f != null) {
|
|
7385
|
-
this.
|
|
7386
|
-
this.f5(f);
|
|
7387
|
-
ObjectModelWorksheetPartManager.gq(this, f);
|
|
7388
|
-
this.gv(f);
|
|
7389
|
-
ObjectModelWorksheetPartManager.gr(this, f);
|
|
7390
|
-
ObjectModelWorksheetPartManager.gi(this, f);
|
|
7409
|
+
this.f2(b, f, true);
|
|
7391
7410
|
}
|
|
7392
7411
|
}
|
|
7393
7412
|
this.ad.k();
|
|
7394
7413
|
}
|
|
7395
|
-
gb() {
|
|
7396
|
-
let
|
|
7397
|
-
if (
|
|
7414
|
+
gb(y) {
|
|
7415
|
+
let z = this.bh._by;
|
|
7416
|
+
if (z._cq == false) {
|
|
7398
7417
|
return;
|
|
7399
7418
|
}
|
|
7400
|
-
if (Enumerable.d(CustomView.$,
|
|
7419
|
+
if (Enumerable.d(CustomView.$, z._customViews$i, (aa) => aa.getDisplayOptions(this.bl, false) != null) == false) {
|
|
7401
7420
|
return;
|
|
7402
7421
|
}
|
|
7403
7422
|
SpreadsheetMLMain.aam(this);
|
|
7404
|
-
ExcelUtils.fq(CustomView.$,
|
|
7423
|
+
ExcelUtils.fq(CustomView.$, z._customViews$i, (aa) => this.ga(aa, y));
|
|
7405
7424
|
this.ad.k();
|
|
7406
7425
|
}
|
|
7407
|
-
gc(
|
|
7408
|
-
let
|
|
7409
|
-
let
|
|
7410
|
-
let
|
|
7411
|
-
let
|
|
7412
|
-
if (
|
|
7413
|
-
|
|
7426
|
+
gc(y, z, aa) {
|
|
7427
|
+
let ab = z.key;
|
|
7428
|
+
let ac = z.value;
|
|
7429
|
+
let ad = false;
|
|
7430
|
+
let ae = typeCast(ListDataValidationRule.$, ab);
|
|
7431
|
+
if (ae != null) {
|
|
7432
|
+
ad = (ae.showDropdown == false);
|
|
7414
7433
|
}
|
|
7415
|
-
let
|
|
7416
|
-
if (
|
|
7417
|
-
(((
|
|
7418
|
-
if (
|
|
7434
|
+
let af = ac._toString1(1);
|
|
7435
|
+
if (aa) {
|
|
7436
|
+
(((ag, ah, ai, aj, ak, al, am, an, ao, ap, aq, ar, as) => SpreadsheetML2009Main.dh(ag, ah, ai, aj, ak, am, al, an, ao, ap, aq, ar, as))(this, XlsxUtilities.au(ab._m), XlsxUtilities.ar(ab.errorStyle), XlsxUtilities.as(ab.imeMode), XlsxUtilities.at(ab._l), ad, ab._r, ab.showInputMessage, ab.showErrorMessageForInvalidValue, ab.errorMessageTitle, ObjectModelWorksheetPartManager.b1(ab.errorMessageDescription), ab.inputMessageTitle, ObjectModelWorksheetPartManager.b1(ab.inputMessageDescription)));
|
|
7437
|
+
if (ab._n(null) != null) {
|
|
7419
7438
|
SpreadsheetML2009Main.dj(this);
|
|
7420
|
-
this.f9(
|
|
7439
|
+
this.f9(y, runOn(ab, ab._n), ac, Excel2006Main.av);
|
|
7421
7440
|
this.ad.k();
|
|
7422
7441
|
}
|
|
7423
|
-
if (
|
|
7442
|
+
if (ab._o(null) != null) {
|
|
7424
7443
|
SpreadsheetML2009Main.dk(this);
|
|
7425
|
-
this.f9(
|
|
7444
|
+
this.f9(y, runOn(ab, ab._o), ac, Excel2006Main.av);
|
|
7426
7445
|
this.ad.k();
|
|
7427
7446
|
}
|
|
7428
|
-
Excel2006Main.aw(this,
|
|
7447
|
+
Excel2006Main.aw(this, af);
|
|
7429
7448
|
this.ad.k();
|
|
7430
7449
|
this.ad.k();
|
|
7431
7450
|
}
|
|
7432
7451
|
else {
|
|
7433
|
-
SpreadsheetMLMain.aar(this,
|
|
7434
|
-
this.f9(
|
|
7435
|
-
this.f9(
|
|
7452
|
+
SpreadsheetMLMain.aar(this, af, XlsxUtilities.au(ab._m), XlsxUtilities.ar(ab.errorStyle), XlsxUtilities.as(ab.imeMode), XlsxUtilities.at(ab._l), ab._r, ad, ab.showInputMessage, ab.showErrorMessageForInvalidValue, ab.errorMessageTitle, ObjectModelWorksheetPartManager.b1(ab.errorMessageDescription), ab.inputMessageTitle, ObjectModelWorksheetPartManager.b1(ab.inputMessageDescription));
|
|
7453
|
+
this.f9(y, runOn(ab, ab._n), ac, SpreadsheetMLMain.abx);
|
|
7454
|
+
this.f9(y, runOn(ab, ab._o), ac, SpreadsheetMLMain.aby);
|
|
7436
7455
|
this.ad.k();
|
|
7437
7456
|
}
|
|
7438
7457
|
}
|
|
7439
|
-
gd(
|
|
7440
|
-
if (
|
|
7458
|
+
gd(at, au) {
|
|
7459
|
+
if (au == null || au.count == 0) {
|
|
7441
7460
|
return;
|
|
7442
7461
|
}
|
|
7443
|
-
SpreadsheetMLMain.aas(this, void 0, toNullable(Number_$type, null), toNullable(Number_$type, null), toNullable(Number_$type, intSToU(
|
|
7444
|
-
|
|
7462
|
+
SpreadsheetMLMain.aas(this, void 0, toNullable(Number_$type, null), toNullable(Number_$type, null), toNullable(Number_$type, intSToU(au.count)));
|
|
7463
|
+
au.q((av) => this.gc(at, av, false));
|
|
7445
7464
|
this.ad.k();
|
|
7446
7465
|
}
|
|
7447
|
-
ge(
|
|
7448
|
-
let
|
|
7449
|
-
if (
|
|
7466
|
+
ge(at, au) {
|
|
7467
|
+
let av = this.bl._cx(au.p, au.n, Math.max(0, au.q - 1), Math.max(0, au.o - 1));
|
|
7468
|
+
if (av == null) {
|
|
7450
7469
|
return;
|
|
7451
7470
|
}
|
|
7452
|
-
let
|
|
7453
|
-
SpreadsheetMLMain.aa1(this,
|
|
7471
|
+
let aw = av._u ? av._k._c7(av._v, 1, false, true, true) : av._toString2(1, false, true, true);
|
|
7472
|
+
SpreadsheetMLMain.aa1(this, aw);
|
|
7454
7473
|
this.ad.k();
|
|
7455
7474
|
}
|
|
7456
|
-
static gf(
|
|
7457
|
-
if (
|
|
7475
|
+
static gf(at, au) {
|
|
7476
|
+
if (au == null) {
|
|
7458
7477
|
return;
|
|
7459
7478
|
}
|
|
7460
|
-
SpreadsheetMLMain.aa2(
|
|
7461
|
-
|
|
7479
|
+
SpreadsheetMLMain.aa2(at, au);
|
|
7480
|
+
at.ad.k();
|
|
7462
7481
|
}
|
|
7463
|
-
gg(
|
|
7464
|
-
if (
|
|
7482
|
+
gg(at, au) {
|
|
7483
|
+
if (au == null || au.count == 0) {
|
|
7465
7484
|
return;
|
|
7466
7485
|
}
|
|
7467
7486
|
SpreadsheetMLMain.abb(this, "{CCE6A557-97BC-4b89-ADB6-D9C93CAAB3DF}");
|
|
7468
7487
|
this.ad.l(SpreadsheetML2009Main.ao);
|
|
7469
|
-
SpreadsheetML2009Main.di(this, void 0, toNullable(Number_$type, null), toNullable(Number_$type, null), toNullable(Number_$type, intSToU(
|
|
7488
|
+
SpreadsheetML2009Main.di(this, void 0, toNullable(Number_$type, null), toNullable(Number_$type, null), toNullable(Number_$type, intSToU(au.count)));
|
|
7470
7489
|
this.ad.l(Excel2006Main.ao);
|
|
7471
|
-
|
|
7490
|
+
au.q((av) => this.gc(at, av, true));
|
|
7472
7491
|
this.ad.k();
|
|
7473
7492
|
this.ad.k();
|
|
7474
7493
|
}
|
|
@@ -7484,88 +7503,88 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7484
7503
|
this.ad.k();
|
|
7485
7504
|
});
|
|
7486
7505
|
}
|
|
7487
|
-
ba(
|
|
7488
|
-
let
|
|
7489
|
-
let
|
|
7490
|
-
if (
|
|
7491
|
-
let
|
|
7492
|
-
|
|
7493
|
-
}
|
|
7494
|
-
if (
|
|
7495
|
-
let
|
|
7496
|
-
|
|
7497
|
-
}
|
|
7498
|
-
let
|
|
7499
|
-
let
|
|
7500
|
-
if (
|
|
7506
|
+
ba(at, au) {
|
|
7507
|
+
let av = null;
|
|
7508
|
+
let aw = null;
|
|
7509
|
+
if (at._cf != null) {
|
|
7510
|
+
let ax = at._cf.tryGetValue(this.bl, av);
|
|
7511
|
+
av = ax.p1;
|
|
7512
|
+
}
|
|
7513
|
+
if (at._ck != null) {
|
|
7514
|
+
let ay = at._ck.tryGetValue(this.bl, aw);
|
|
7515
|
+
aw = ay.p1;
|
|
7516
|
+
}
|
|
7517
|
+
let az = this.bl._eb || (av != null && av.n) || aw != null;
|
|
7518
|
+
let a0 = au != null && au.count != 0;
|
|
7519
|
+
if (az == false && a0 == false) {
|
|
7501
7520
|
return null;
|
|
7502
7521
|
}
|
|
7503
7522
|
SpreadsheetMLMain.abh(this);
|
|
7504
|
-
if (
|
|
7505
|
-
|
|
7523
|
+
if (av != null) {
|
|
7524
|
+
av.y(this, at, this.ad);
|
|
7506
7525
|
}
|
|
7507
|
-
if (
|
|
7508
|
-
|
|
7526
|
+
if (aw != null) {
|
|
7527
|
+
aw.b(this, at, this.ad);
|
|
7509
7528
|
}
|
|
7510
|
-
this.gg(
|
|
7529
|
+
this.gg(at, au);
|
|
7511
7530
|
return WorkItemExtensions.a(this.a9(), () => this.ad.k());
|
|
7512
7531
|
}
|
|
7513
|
-
gh(
|
|
7514
|
-
let
|
|
7515
|
-
if (
|
|
7516
|
-
return;
|
|
7517
|
-
}
|
|
7518
|
-
let
|
|
7519
|
-
let
|
|
7520
|
-
let
|
|
7521
|
-
let
|
|
7522
|
-
let
|
|
7523
|
-
let
|
|
7524
|
-
let
|
|
7525
|
-
let
|
|
7526
|
-
if (
|
|
7527
|
-
let
|
|
7528
|
-
|
|
7529
|
-
|
|
7530
|
-
let
|
|
7531
|
-
let
|
|
7532
|
-
let
|
|
7533
|
-
|
|
7534
|
-
|
|
7535
|
-
|
|
7536
|
-
if (
|
|
7537
|
-
|
|
7538
|
-
}
|
|
7539
|
-
}
|
|
7540
|
-
else if (
|
|
7541
|
-
|
|
7542
|
-
let
|
|
7543
|
-
|
|
7544
|
-
|
|
7532
|
+
gh(at, au, av, aw) {
|
|
7533
|
+
let ax = typeCast(SingleTargetFormula.$, aw);
|
|
7534
|
+
if (ax == null || ax._ck == false) {
|
|
7535
|
+
return;
|
|
7536
|
+
}
|
|
7537
|
+
let ay = null;
|
|
7538
|
+
let az = null;
|
|
7539
|
+
let a0 = 0;
|
|
7540
|
+
let a1 = false;
|
|
7541
|
+
let a2 = false;
|
|
7542
|
+
let a3 = null;
|
|
7543
|
+
let a4 = null;
|
|
7544
|
+
let a5 = toNullable(Number_$type, null);
|
|
7545
|
+
if (ax._am) {
|
|
7546
|
+
let a6 = ax._c0;
|
|
7547
|
+
a0 = 2;
|
|
7548
|
+
az = a6._h._toString2(1, false, true, true);
|
|
7549
|
+
let a7 = a6.columnInputCell;
|
|
7550
|
+
let a8 = a6.rowInputCell;
|
|
7551
|
+
let a9 = WorksheetCell.l_op_Inequality(a7, null) && WorksheetCell.l_op_Inequality(a8, null);
|
|
7552
|
+
a1 = a9;
|
|
7553
|
+
a2 = WorksheetCell.l_op_Inequality(a8, null);
|
|
7554
|
+
a3 = (a8 || a7)._toString2(1, false, true, true);
|
|
7555
|
+
if (a9) {
|
|
7556
|
+
a4 = a7._toString2(1, false, true, true);
|
|
7557
|
+
}
|
|
7558
|
+
}
|
|
7559
|
+
else if (ax._ak) {
|
|
7560
|
+
a0 = 1;
|
|
7561
|
+
let ba = ax._c0;
|
|
7562
|
+
az = ba.cellRange._toString2(1, false, true, true);
|
|
7563
|
+
ay = at._cw(ba);
|
|
7545
7564
|
}
|
|
7546
7565
|
else {
|
|
7547
|
-
|
|
7548
|
-
let t1 =
|
|
7566
|
+
ay = at._cw(ax);
|
|
7567
|
+
let t1 = ax._s;
|
|
7549
7568
|
L0: while (true) {
|
|
7550
7569
|
switch (t1) {
|
|
7551
7570
|
case 3:
|
|
7552
7571
|
case 0:
|
|
7553
|
-
|
|
7572
|
+
a0 = 0;
|
|
7554
7573
|
break;
|
|
7555
7574
|
case 2:
|
|
7556
|
-
|
|
7557
|
-
let
|
|
7558
|
-
let
|
|
7559
|
-
|
|
7560
|
-
if (
|
|
7561
|
-
|
|
7575
|
+
a0 = 3;
|
|
7576
|
+
let bb;
|
|
7577
|
+
let bc;
|
|
7578
|
+
a5 = toNullable(Number_$type, ((() => { let bd = at._cy(au.worksheet, ax, bb, bc); bb = bd.p2; bc = bd.p3; return bd.ret; })()));
|
|
7579
|
+
if (bc != null) {
|
|
7580
|
+
az = bc._toString2(1, false, true, true);
|
|
7562
7581
|
}
|
|
7563
|
-
if (
|
|
7564
|
-
|
|
7582
|
+
if (bb == false) {
|
|
7583
|
+
ay = null;
|
|
7565
7584
|
}
|
|
7566
7585
|
break;
|
|
7567
7586
|
case 4:
|
|
7568
|
-
|
|
7587
|
+
a0 = 0;
|
|
7569
7588
|
break;
|
|
7570
7589
|
default:
|
|
7571
7590
|
t1 = 0;
|
|
@@ -7574,45 +7593,45 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7574
7593
|
break;
|
|
7575
7594
|
}
|
|
7576
7595
|
}
|
|
7577
|
-
let
|
|
7578
|
-
SpreadsheetMLMain.abj(this,
|
|
7596
|
+
let bd = au._as(av)._be();
|
|
7597
|
+
SpreadsheetMLMain.abj(this, ay, a0, void 0, az, a1, a2, void 0, void 0, a3, a4, bd, a5);
|
|
7579
7598
|
this.ad.k();
|
|
7580
7599
|
}
|
|
7581
|
-
static gi(
|
|
7582
|
-
let
|
|
7583
|
-
let
|
|
7584
|
-
if (
|
|
7600
|
+
static gi(at, au) {
|
|
7601
|
+
let av = stringIsNullOrEmpty(au.header) == false;
|
|
7602
|
+
let aw = stringIsNullOrEmpty(au.footer) == false;
|
|
7603
|
+
if (av == false && aw == false && au.alignHeadersAndFootersWithMargins == true && au.scaleHeadersAndFootersWithDocument == true) {
|
|
7585
7604
|
return;
|
|
7586
7605
|
}
|
|
7587
|
-
SpreadsheetMLMain.ab1(
|
|
7588
|
-
if (
|
|
7589
|
-
SpreadsheetMLMain.ack(
|
|
7590
|
-
|
|
7606
|
+
SpreadsheetMLMain.ab1(at, void 0, void 0, au.scaleHeadersAndFootersWithDocument, au.alignHeadersAndFootersWithMargins);
|
|
7607
|
+
if (av) {
|
|
7608
|
+
SpreadsheetMLMain.ack(at, au.header);
|
|
7609
|
+
at.ad.k();
|
|
7591
7610
|
}
|
|
7592
|
-
if (
|
|
7593
|
-
SpreadsheetMLMain.acj(
|
|
7594
|
-
|
|
7611
|
+
if (aw) {
|
|
7612
|
+
SpreadsheetMLMain.acj(at, au.footer);
|
|
7613
|
+
at.ad.k();
|
|
7595
7614
|
}
|
|
7596
|
-
|
|
7615
|
+
at.ad.k();
|
|
7597
7616
|
}
|
|
7598
|
-
gj(
|
|
7599
|
-
let
|
|
7600
|
-
let
|
|
7601
|
-
let
|
|
7602
|
-
let
|
|
7603
|
-
|
|
7604
|
-
|
|
7605
|
-
|
|
7606
|
-
let
|
|
7607
|
-
if (
|
|
7608
|
-
|
|
7609
|
-
}
|
|
7610
|
-
let
|
|
7611
|
-
let
|
|
7612
|
-
if (Base.equalsStatic(
|
|
7613
|
-
|
|
7614
|
-
}
|
|
7615
|
-
SpreadsheetMLMain.ab3(this,
|
|
7617
|
+
gj(at) {
|
|
7618
|
+
let au;
|
|
7619
|
+
let av;
|
|
7620
|
+
let aw;
|
|
7621
|
+
let ax = WorkbookSaveManager._b8(at, au, av, aw);
|
|
7622
|
+
au = ax.p1;
|
|
7623
|
+
av = ax.p2;
|
|
7624
|
+
aw = ax.p3;
|
|
7625
|
+
let ay = null;
|
|
7626
|
+
if (au != null) {
|
|
7627
|
+
ay = this.d._ay(au, this.bh._a4());
|
|
7628
|
+
}
|
|
7629
|
+
let az = WorksheetCell.l_op_Inequality(at.sourceCell, null) ? at.sourceCell._toString2(1, false, true, true) : at.sourceRegion._toString2(1, false, true, true);
|
|
7630
|
+
let a0 = at.displayText != null ? at.displayText : at.targetAddress;
|
|
7631
|
+
if (Base.equalsStatic(a0, at.sourceRegion._k._c6(at.sourceRegion._v))) {
|
|
7632
|
+
a0 = null;
|
|
7633
|
+
}
|
|
7634
|
+
SpreadsheetMLMain.ab3(this, az, ay, av, at.toolTip, at.displayText);
|
|
7616
7635
|
this.ad.k();
|
|
7617
7636
|
}
|
|
7618
7637
|
gk() {
|
|
@@ -7623,148 +7642,148 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7623
7642
|
ExcelUtils.fq(WorksheetHyperlink.$, this.bl._hyperlinks$i, runOn(this, this.gj));
|
|
7624
7643
|
this.ad.k();
|
|
7625
7644
|
}
|
|
7626
|
-
static gl(
|
|
7627
|
-
if (
|
|
7645
|
+
static gl(at, au) {
|
|
7646
|
+
if (au == null) {
|
|
7628
7647
|
return;
|
|
7629
7648
|
}
|
|
7630
|
-
if (
|
|
7631
|
-
SpreadsheetMLMain.acc(
|
|
7632
|
-
|
|
7649
|
+
if (at.d._z == 0) {
|
|
7650
|
+
SpreadsheetMLMain.acc(at, au);
|
|
7651
|
+
at.ad.k();
|
|
7633
7652
|
}
|
|
7634
7653
|
else {
|
|
7635
|
-
|
|
7636
|
-
SpreadsheetMLMain.acc(
|
|
7637
|
-
|
|
7654
|
+
at.ad.g([new AlternateContentChoice(0, VmlNamespace.ao, () => {
|
|
7655
|
+
SpreadsheetMLMain.acc(at, au);
|
|
7656
|
+
at.ad.k();
|
|
7638
7657
|
})]);
|
|
7639
7658
|
}
|
|
7640
7659
|
}
|
|
7641
|
-
static gm(
|
|
7642
|
-
if (
|
|
7660
|
+
static gm(at, au) {
|
|
7661
|
+
if (au == null) {
|
|
7643
7662
|
return;
|
|
7644
7663
|
}
|
|
7645
|
-
if (
|
|
7646
|
-
SpreadsheetMLMain.acd(
|
|
7647
|
-
|
|
7664
|
+
if (at.d._z == 0) {
|
|
7665
|
+
SpreadsheetMLMain.acd(at, au);
|
|
7666
|
+
at.ad.k();
|
|
7648
7667
|
}
|
|
7649
7668
|
else {
|
|
7650
|
-
|
|
7651
|
-
SpreadsheetMLMain.acd(
|
|
7652
|
-
|
|
7669
|
+
at.ad.g([new AlternateContentChoice(0, VmlNamespace.ao, () => {
|
|
7670
|
+
SpreadsheetMLMain.acd(at, au);
|
|
7671
|
+
at.ad.k();
|
|
7653
7672
|
})]);
|
|
7654
7673
|
}
|
|
7655
7674
|
}
|
|
7656
|
-
gn(
|
|
7657
|
-
SpreadsheetMLMain.ace(this,
|
|
7675
|
+
gn(at) {
|
|
7676
|
+
SpreadsheetMLMain.ace(this, at._toString2(1, false, true, true));
|
|
7658
7677
|
this.ad.k();
|
|
7659
7678
|
}
|
|
7660
7679
|
go() {
|
|
7661
|
-
let
|
|
7662
|
-
let
|
|
7663
|
-
if (
|
|
7680
|
+
let at = ObjectModelWorksheetPartManager.bi(this)._b9._ax(this.bl);
|
|
7681
|
+
let au = Enumerable.aj(WorksheetMergedCellsRegion.$, at);
|
|
7682
|
+
if (au == 0) {
|
|
7664
7683
|
return;
|
|
7665
7684
|
}
|
|
7666
|
-
SpreadsheetMLMain.acf(this, toNullable(Number_$type, intSToU(
|
|
7667
|
-
ExcelUtils.fq(WorksheetMergedCellsRegion.$,
|
|
7685
|
+
SpreadsheetMLMain.acf(this, toNullable(Number_$type, intSToU(au)));
|
|
7686
|
+
ExcelUtils.fq(WorksheetMergedCellsRegion.$, at, runOn(this, this.gn));
|
|
7668
7687
|
this.ad.k();
|
|
7669
7688
|
}
|
|
7670
7689
|
gp() {
|
|
7671
7690
|
SpreadsheetMLMain.acp(this, void 0, this.bl.displayOptions._ao, this.bl.displayOptions._ap, this.bl.displayOptions.showOutlineSymbols);
|
|
7672
7691
|
this.ad.k();
|
|
7673
7692
|
}
|
|
7674
|
-
static gq(
|
|
7675
|
-
SpreadsheetMLMain.acq(
|
|
7676
|
-
|
|
7693
|
+
static gq(at, au) {
|
|
7694
|
+
SpreadsheetMLMain.acq(at, au.leftMargin, au.rightMargin, au.topMargin, au.bottomMargin, au.headerMargin, au.footerMargin);
|
|
7695
|
+
at.ad.k();
|
|
7677
7696
|
}
|
|
7678
|
-
static gr(
|
|
7679
|
-
if (
|
|
7697
|
+
static gr(at, au) {
|
|
7698
|
+
if (au._ag() == false) {
|
|
7680
7699
|
return;
|
|
7681
7700
|
}
|
|
7682
|
-
let
|
|
7683
|
-
if (
|
|
7684
|
-
let
|
|
7685
|
-
if (
|
|
7686
|
-
|
|
7701
|
+
let av = null;
|
|
7702
|
+
if (au._c != null) {
|
|
7703
|
+
let aw = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), at.d._j(ObjectModelPrinterSettingsPartManager.a8, au._c));
|
|
7704
|
+
if (aw != null) {
|
|
7705
|
+
av = aw.d;
|
|
7687
7706
|
}
|
|
7688
7707
|
}
|
|
7689
|
-
let
|
|
7690
|
-
let
|
|
7691
|
-
let
|
|
7692
|
-
let
|
|
7693
|
-
if (typeCast(PrintOptions.$,
|
|
7694
|
-
let
|
|
7695
|
-
|
|
7696
|
-
|
|
7697
|
-
|
|
7698
|
-
|
|
7708
|
+
let ax = 100;
|
|
7709
|
+
let ay = 1;
|
|
7710
|
+
let az = 1;
|
|
7711
|
+
let a0 = 0;
|
|
7712
|
+
if (typeCast(PrintOptions.$, au) !== null) {
|
|
7713
|
+
let a1 = au;
|
|
7714
|
+
ax = a1.scalingFactor;
|
|
7715
|
+
ay = a1.maxPagesHorizontally;
|
|
7716
|
+
az = a1.maxPagesVertically;
|
|
7717
|
+
a0 = XlsxUtilities.ay(a1.pageOrder);
|
|
7699
7718
|
}
|
|
7700
|
-
SpreadsheetMLMain.acr(
|
|
7701
|
-
|
|
7719
|
+
SpreadsheetMLMain.acr(at, au.paperSize, void 0, void 0, intSToU(ax), intSToU(au.startPageNumber), intSToU(ay), intSToU(az), a0, XlsxUtilities.ax(au.orientation), void 0, au.printInBlackAndWhite, au.draftQuality, XlsxUtilities.aq(au.printNotes), au.pageNumbering == 1, XlsxUtilities.a1(au.printErrors), intSToU(au.resolution), intSToU(au.verticalResolution), intSToU(au.numberOfCopies), av);
|
|
7720
|
+
at.ad.k();
|
|
7702
7721
|
}
|
|
7703
7722
|
gs() {
|
|
7704
7723
|
SpreadsheetMLMain.acs(this, void 0, this.bl.printOptions.scalingType == 1);
|
|
7705
7724
|
this.ad.k();
|
|
7706
7725
|
}
|
|
7707
|
-
gt(
|
|
7708
|
-
let
|
|
7709
|
-
|
|
7710
|
-
let
|
|
7711
|
-
if (
|
|
7712
|
-
let
|
|
7713
|
-
let
|
|
7714
|
-
let
|
|
7715
|
-
let
|
|
7716
|
-
if (
|
|
7717
|
-
|
|
7718
|
-
}
|
|
7719
|
-
let
|
|
7720
|
-
SpreadsheetMLMain.act(this,
|
|
7726
|
+
gt(at) {
|
|
7727
|
+
let au = this.bh._by;
|
|
7728
|
+
at._bs();
|
|
7729
|
+
let av = XlsxUtilities.az(at._aa);
|
|
7730
|
+
if (at.panesAreFrozen) {
|
|
7731
|
+
let aw = at.frozenPaneSettings;
|
|
7732
|
+
let ax = null;
|
|
7733
|
+
let ay = Math.max(aw.frozenColumns, aw.firstColumnInRightPane);
|
|
7734
|
+
let az = Math.max(aw.frozenRows, aw.firstRowInBottomPane);
|
|
7735
|
+
if (ay > 0 || az > 0) {
|
|
7736
|
+
ax = CellAddress.u(az, ay, au.currentFormat);
|
|
7737
|
+
}
|
|
7738
|
+
let a0 = aw._aa ? 2 : 1;
|
|
7739
|
+
SpreadsheetMLMain.act(this, aw.frozenColumns, aw.frozenRows, ax, av, a0);
|
|
7721
7740
|
}
|
|
7722
7741
|
else {
|
|
7723
|
-
let
|
|
7724
|
-
let
|
|
7725
|
-
if (
|
|
7726
|
-
|
|
7742
|
+
let a1 = at.unfrozenPaneSettings;
|
|
7743
|
+
let a2 = null;
|
|
7744
|
+
if (a1.firstColumnInRightPane > 0 && a1.firstRowInBottomPane > 0) {
|
|
7745
|
+
a2 = CellAddress.u(a1.firstRowInBottomPane, a1.firstColumnInRightPane, au.currentFormat);
|
|
7727
7746
|
}
|
|
7728
|
-
SpreadsheetMLMain.act(this,
|
|
7747
|
+
SpreadsheetMLMain.act(this, a1.leftPaneWidth, a1.topPaneHeight, a2, av, 0);
|
|
7729
7748
|
}
|
|
7730
7749
|
this.ad.k();
|
|
7731
7750
|
}
|
|
7732
|
-
static gu(
|
|
7733
|
-
if (
|
|
7751
|
+
static gu(at, au, av) {
|
|
7752
|
+
if (av.a == null) {
|
|
7734
7753
|
return;
|
|
7735
7754
|
}
|
|
7736
|
-
SpreadsheetMLMain.acv(
|
|
7737
|
-
|
|
7755
|
+
SpreadsheetMLMain.acv(at, av.a);
|
|
7756
|
+
at.ad.k();
|
|
7738
7757
|
}
|
|
7739
|
-
gv(
|
|
7740
|
-
SpreadsheetMLMain.acy(this,
|
|
7758
|
+
gv(at) {
|
|
7759
|
+
SpreadsheetMLMain.acy(this, at.centerHorizontally, at.centerVertically, at.printRowAndColumnHeaders, at.printGridlines);
|
|
7741
7760
|
this.ad.k();
|
|
7742
7761
|
}
|
|
7743
|
-
gw(
|
|
7744
|
-
let
|
|
7745
|
-
if (
|
|
7746
|
-
|
|
7747
|
-
}
|
|
7748
|
-
let
|
|
7749
|
-
if (
|
|
7750
|
-
let
|
|
7751
|
-
|
|
7752
|
-
}
|
|
7753
|
-
if (
|
|
7754
|
-
let
|
|
7755
|
-
let
|
|
7756
|
-
let
|
|
7757
|
-
let
|
|
7758
|
-
|
|
7759
|
-
|
|
7760
|
-
|
|
7761
|
-
|
|
7762
|
-
SpreadsheetMLMain.ac0(this,
|
|
7762
|
+
gw(at) {
|
|
7763
|
+
let au = this.d._z == 0;
|
|
7764
|
+
if (au && nullableEquals(at._c.h(), 0)) {
|
|
7765
|
+
au = false;
|
|
7766
|
+
}
|
|
7767
|
+
let av = null;
|
|
7768
|
+
if (at.ranges.count > 0) {
|
|
7769
|
+
let aw = Enumerable.o(WorksheetRegion.$, WorksheetRegionAddress.$, at.ranges, (ax) => ax._h);
|
|
7770
|
+
av = WorksheetReferenceCollection._ab(1, this.bl, aw);
|
|
7771
|
+
}
|
|
7772
|
+
if (au == false) {
|
|
7773
|
+
let ax;
|
|
7774
|
+
let ay, az;
|
|
7775
|
+
let a0;
|
|
7776
|
+
let a1 = at._c.e(ax, ay, az, a0);
|
|
7777
|
+
ax = a1.p0;
|
|
7778
|
+
ay = a1.p1;
|
|
7779
|
+
az = a1.p2;
|
|
7780
|
+
a0 = a1.p3;
|
|
7781
|
+
SpreadsheetMLMain.ac0(this, at._m(), av, at.title, ax, ay != null ? Convert.toBase64String(ay) : null, az != null ? Convert.toBase64String(az) : null, a0);
|
|
7763
7782
|
}
|
|
7764
7783
|
else {
|
|
7765
|
-
let
|
|
7766
|
-
let
|
|
7767
|
-
SpreadsheetMLMain.acz(this,
|
|
7784
|
+
let a2 = at._c.h();
|
|
7785
|
+
let a3 = a2.hasValue ? toNullable(ST_UnsignedShortHex.$, new ST_UnsignedShortHex(1, a2.value)) : toNullable(ST_UnsignedShortHex.$, null);
|
|
7786
|
+
SpreadsheetMLMain.acz(this, at._m(), av, at.title, a3);
|
|
7768
7787
|
}
|
|
7769
7788
|
this.ad.k();
|
|
7770
7789
|
}
|
|
@@ -7776,64 +7795,64 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7776
7795
|
ExcelUtils.fq(WorksheetProtectedRange.$, this.bl.protection._allowedEditRanges$i, runOn(this, this.gw));
|
|
7777
7796
|
this.ad.k();
|
|
7778
7797
|
}
|
|
7779
|
-
bx(
|
|
7780
|
-
let
|
|
7781
|
-
let
|
|
7782
|
-
if (
|
|
7783
|
-
|
|
7784
|
-
|
|
7798
|
+
bx(at, au, av) {
|
|
7799
|
+
let aw = 0;
|
|
7800
|
+
let ax = false;
|
|
7801
|
+
if (au._hasCellFormat && au._cellFormatInternal._z == false) {
|
|
7802
|
+
aw = at._a8(au._cellFormatInternal.d);
|
|
7803
|
+
ax = true;
|
|
7785
7804
|
}
|
|
7786
|
-
let
|
|
7787
|
-
let
|
|
7788
|
-
if (
|
|
7789
|
-
|
|
7805
|
+
let ay = toNullable(Number_$type, null);
|
|
7806
|
+
let az = au._cs(true);
|
|
7807
|
+
if (az > -1) {
|
|
7808
|
+
ay = toNullable(Number_$type, az / 20);
|
|
7790
7809
|
}
|
|
7791
7810
|
else if (this.bl._d4) {
|
|
7792
|
-
|
|
7811
|
+
ay = toNullable(Number_$type, this.bl.defaultRowHeight / 20);
|
|
7793
7812
|
}
|
|
7794
|
-
SpreadsheetMLMain.ac8(this, toNullable(Number_$type, intSToU((
|
|
7795
|
-
let
|
|
7796
|
-
let
|
|
7797
|
-
let
|
|
7798
|
-
for (let
|
|
7799
|
-
if (
|
|
7800
|
-
|
|
7813
|
+
SpreadsheetMLMain.ac8(this, toNullable(Number_$type, intSToU((au.index + 1))), void 0, aw, ax, ay, au.hidden, au._bz, au.outlineLevel, av.a, au._b4, au._b1);
|
|
7814
|
+
let a0 = au._hasCellFormat ? au._cellFormatInternal.d : null;
|
|
7815
|
+
let a1 = CellAddress.x(au.index, true, at._b.currentFormat, au.index, false, 1);
|
|
7816
|
+
let a2 = 0;
|
|
7817
|
+
for (let a3 of fromEnum(au._ch(void 0, void 0, true))) {
|
|
7818
|
+
if (a3.j == null) {
|
|
7819
|
+
a3.j = a0 || this.bl._cb(a3.r).b;
|
|
7801
7820
|
}
|
|
7802
|
-
this.f4(
|
|
7803
|
-
|
|
7821
|
+
this.f4(at, au, av, a1, a3);
|
|
7822
|
+
a2++;
|
|
7804
7823
|
}
|
|
7805
7824
|
this.ad.k();
|
|
7806
|
-
return
|
|
7825
|
+
return a2;
|
|
7807
7826
|
}
|
|
7808
|
-
gy(
|
|
7809
|
-
if (
|
|
7827
|
+
gy(at) {
|
|
7828
|
+
if (at._cp == false) {
|
|
7810
7829
|
return;
|
|
7811
7830
|
}
|
|
7812
|
-
SpreadsheetMLMain.ac7(this, intSToU(
|
|
7813
|
-
ExcelUtils.fq(HorizontalPageBreak.$,
|
|
7831
|
+
SpreadsheetMLMain.ac7(this, intSToU(at._horizontalPageBreaks$i.count), intSToU(at._horizontalPageBreaks$i._k()));
|
|
7832
|
+
ExcelUtils.fq(HorizontalPageBreak.$, at._horizontalPageBreaks$i, runOn(this, this.f3));
|
|
7814
7833
|
this.ad.k();
|
|
7815
7834
|
}
|
|
7816
|
-
gz(
|
|
7817
|
-
if (
|
|
7835
|
+
gz(at) {
|
|
7836
|
+
if (at._aj == false) {
|
|
7818
7837
|
return;
|
|
7819
7838
|
}
|
|
7820
|
-
let
|
|
7821
|
-
let
|
|
7822
|
-
let
|
|
7823
|
-
for (let
|
|
7824
|
-
let
|
|
7825
|
-
let
|
|
7826
|
-
let
|
|
7827
|
-
let
|
|
7828
|
-
for (let
|
|
7829
|
-
|
|
7839
|
+
let au = at._ag;
|
|
7840
|
+
let av = at._ae.workbook;
|
|
7841
|
+
let aw = av.currentFormat;
|
|
7842
|
+
for (let ax of fromEnum(au.b)) {
|
|
7843
|
+
let ay = XlsxUtilities.az(ax.a);
|
|
7844
|
+
let az = ax.b.p(false, false, aw, 1);
|
|
7845
|
+
let a0 = intSToU(ax.f);
|
|
7846
|
+
let a1 = new List$1(String_$type, 0);
|
|
7847
|
+
for (let a2 of fromEnum(ax.d)) {
|
|
7848
|
+
a1.add(a2._ah(false, false, aw, 1));
|
|
7830
7849
|
}
|
|
7831
|
-
SpreadsheetMLMain.adc(this,
|
|
7850
|
+
SpreadsheetMLMain.adc(this, ay, az, a0, a1);
|
|
7832
7851
|
this.ad.k();
|
|
7833
7852
|
}
|
|
7834
7853
|
}
|
|
7835
7854
|
g0() {
|
|
7836
|
-
if (Enumerable.d(KeyValuePair$2.$.specialize(WorkbookReferenceBase.$, Number_$type), this.bh._b9.
|
|
7855
|
+
if (Enumerable.d(KeyValuePair$2.$.specialize(WorkbookReferenceBase.$, Number_$type), this.bh._b9._cl, (at) => typeCast(OleLinkWorkbookReference.$, at.key) !== null)) {
|
|
7837
7856
|
return;
|
|
7838
7857
|
}
|
|
7839
7858
|
if (!this.bo) {
|
|
@@ -7842,15 +7861,15 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7842
7861
|
SpreadsheetMLMain.ade(this, true);
|
|
7843
7862
|
this.ad.k();
|
|
7844
7863
|
}
|
|
7845
|
-
bb(
|
|
7864
|
+
bb(at) {
|
|
7846
7865
|
SpreadsheetMLMain.adf(this);
|
|
7847
|
-
let
|
|
7848
|
-
return WorkItemExtensions.a(Async.e(WorksheetRow.$,
|
|
7849
|
-
let
|
|
7850
|
-
if (
|
|
7851
|
-
|
|
7852
|
-
if (1000 <
|
|
7853
|
-
|
|
7866
|
+
let au = 0;
|
|
7867
|
+
return WorkItemExtensions.a(Async.e(WorksheetRow.$, at._ay(this.bl), (av) => {
|
|
7868
|
+
let aw = at._u(av);
|
|
7869
|
+
if (aw != null) {
|
|
7870
|
+
au += this.bx(at, av, aw);
|
|
7871
|
+
if (1000 < au) {
|
|
7872
|
+
au = 0;
|
|
7854
7873
|
return false;
|
|
7855
7874
|
}
|
|
7856
7875
|
}
|
|
@@ -7858,67 +7877,67 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7858
7877
|
}), () => this.ad.k());
|
|
7859
7878
|
}
|
|
7860
7879
|
g1() {
|
|
7861
|
-
let
|
|
7862
|
-
if (nullableNotEquals(
|
|
7863
|
-
|
|
7880
|
+
let at = this.bl._ek ? toNullable(Number_$type, this.bl.getDefaultColumnWidth(0)) : toNullable(Number_$type, null);
|
|
7881
|
+
if (nullableNotEquals(at, null) && Enumerable.b(WorksheetColumnBlock.$, this.bl._ff, (au) => au.i)) {
|
|
7882
|
+
at = toNullable(Number_$type, 0);
|
|
7864
7883
|
}
|
|
7865
|
-
SpreadsheetMLMain.adj(this, this.bl.defaultRowHeight / 20, truncate(MathUtilities.j(this.bl.getDefaultColumnWidth(2))),
|
|
7884
|
+
SpreadsheetMLMain.adj(this, this.bl.defaultRowHeight / 20, truncate(MathUtilities.j(this.bl.getDefaultColumnWidth(2))), at, this.bl._d4, this.bl._dv, this.bl._dt, this.bl._ds);
|
|
7866
7885
|
this.ad.k();
|
|
7867
7886
|
}
|
|
7868
7887
|
g2() {
|
|
7869
|
-
let
|
|
7888
|
+
let at = null;
|
|
7870
7889
|
if (this.bl.workbook._k != null) {
|
|
7871
|
-
|
|
7890
|
+
at = this.bl._ak;
|
|
7872
7891
|
}
|
|
7873
|
-
SpreadsheetMLMain.adm(this, void 0, void 0, void 0, void 0, void 0, void 0,
|
|
7892
|
+
SpreadsheetMLMain.adm(this, void 0, void 0, void 0, void 0, void 0, void 0, at);
|
|
7874
7893
|
this.g7();
|
|
7875
7894
|
this.gp();
|
|
7876
7895
|
this.gs();
|
|
7877
7896
|
this.ad.k();
|
|
7878
7897
|
}
|
|
7879
7898
|
g3() {
|
|
7880
|
-
let
|
|
7881
|
-
let
|
|
7882
|
-
if (
|
|
7883
|
-
|
|
7884
|
-
}
|
|
7885
|
-
if (
|
|
7886
|
-
|
|
7887
|
-
}
|
|
7888
|
-
if (
|
|
7889
|
-
let
|
|
7890
|
-
let
|
|
7891
|
-
let
|
|
7892
|
-
let
|
|
7893
|
-
|
|
7894
|
-
|
|
7895
|
-
|
|
7896
|
-
|
|
7897
|
-
SpreadsheetMLMain.ado(this,
|
|
7899
|
+
let at = this.bl.protection;
|
|
7900
|
+
let au = this.d._z == 0;
|
|
7901
|
+
if (au && nullableEquals(at._c.h(), 0)) {
|
|
7902
|
+
au = false;
|
|
7903
|
+
}
|
|
7904
|
+
if (au && !at._c.h().hasValue) {
|
|
7905
|
+
au = false;
|
|
7906
|
+
}
|
|
7907
|
+
if (au == false) {
|
|
7908
|
+
let av;
|
|
7909
|
+
let aw, ax;
|
|
7910
|
+
let ay;
|
|
7911
|
+
let az = at._c.e(av, aw, ax, ay);
|
|
7912
|
+
av = az.p0;
|
|
7913
|
+
aw = az.p1;
|
|
7914
|
+
ax = az.p2;
|
|
7915
|
+
ay = az.p3;
|
|
7916
|
+
SpreadsheetMLMain.ado(this, av, aw != null ? Convert.toBase64String(aw) : null, ax != null ? Convert.toBase64String(ax) : null, ay, this.bl.isProtected, at.allowEditObjects == false, at.allowEditScenarios == false, at.allowFormattingCells == false, at.allowFormattingColumns == false, at.allowFormattingRows == false, at.allowInsertingColumns == false, at.allowInsertingRows == false, at.allowInsertingHyperlinks == false, at.allowDeletingColumns == false, at.allowDeletingRows == false, at._ab == false, at.allowSorting == false, at.allowFiltering == false, at.allowUsingPivotTables == false, at._ac == false);
|
|
7898
7917
|
}
|
|
7899
7918
|
else {
|
|
7900
|
-
let
|
|
7901
|
-
let
|
|
7902
|
-
SpreadsheetMLMain.adn(this,
|
|
7919
|
+
let a0 = at._c.h();
|
|
7920
|
+
let a1 = a0.hasValue ? toNullable(ST_UnsignedShortHex.$, new ST_UnsignedShortHex(1, a0.value)) : toNullable(ST_UnsignedShortHex.$, null);
|
|
7921
|
+
SpreadsheetMLMain.adn(this, a1, this.bl.isProtected, at.allowEditObjects == false, at.allowEditScenarios == false, at.allowFormattingCells == false, at.allowFormattingColumns == false, at.allowFormattingRows == false, at.allowInsertingColumns == false, at.allowInsertingRows == false, at.allowInsertingHyperlinks == false, at.allowDeletingColumns == false, at.allowDeletingRows == false, at._ab == false, at.allowSorting == false, at.allowFiltering == false, at.allowUsingPivotTables == false, at._ac == false);
|
|
7903
7922
|
}
|
|
7904
7923
|
this.ad.k();
|
|
7905
7924
|
}
|
|
7906
7925
|
g4() {
|
|
7907
|
-
let
|
|
7908
|
-
let
|
|
7909
|
-
let
|
|
7910
|
-
let
|
|
7911
|
-
let
|
|
7912
|
-
if (
|
|
7913
|
-
|
|
7914
|
-
}
|
|
7915
|
-
SpreadsheetMLMain.adq(this, 0, void 0,
|
|
7916
|
-
let
|
|
7917
|
-
let
|
|
7918
|
-
if ((
|
|
7919
|
-
this.gt(
|
|
7920
|
-
}
|
|
7921
|
-
this.gz(
|
|
7926
|
+
let at = this.bh._by;
|
|
7927
|
+
let au = this.bl.displayOptions;
|
|
7928
|
+
let av = null;
|
|
7929
|
+
let aw = au.unfrozenPaneSettings.firstColumnInLeftPane;
|
|
7930
|
+
let ax = au.unfrozenPaneSettings.firstRowInTopPane;
|
|
7931
|
+
if (aw > 0 || ax > 0) {
|
|
7932
|
+
av = CellAddress.u(ax, aw, at.currentFormat);
|
|
7933
|
+
}
|
|
7934
|
+
SpreadsheetMLMain.adq(this, 0, void 0, au.showFormulasInCells, au.showGridlines, au.showRowAndColumnHeaders, au.showZeroValues, au.orderColumnsRightToLeft, at.windowOptions.selectedSheet == this.bl || this.bl._w, au.showRulerInPageLayoutView, au.showOutlineSymbols, au._a9 == 64, au.showWhitespaceInPageLayoutView, XlsxUtilities.a4(au.view), av, intSToU(au._a9), intSToU(au._b4), intSToU(au.magnificationInNormalView), intSToU(au.magnificationInPageBreakView), intSToU(au.magnificationInPageLayoutView));
|
|
7935
|
+
let ay = this.bl.displayOptions.frozenPaneSettings;
|
|
7936
|
+
let az = this.bl.displayOptions.unfrozenPaneSettings;
|
|
7937
|
+
if ((au.panesAreFrozen && (ay._h || ay._i)) || (!au.panesAreFrozen && (az._h || az._i))) {
|
|
7938
|
+
this.gt(au);
|
|
7939
|
+
}
|
|
7940
|
+
this.gz(au);
|
|
7922
7941
|
this.ad.k();
|
|
7923
7942
|
}
|
|
7924
7943
|
g5() {
|
|
@@ -7926,41 +7945,41 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7926
7945
|
this.g4();
|
|
7927
7946
|
this.ad.k();
|
|
7928
7947
|
}
|
|
7929
|
-
g6(
|
|
7930
|
-
if (
|
|
7948
|
+
g6(at, au, av, aw, ax = 0) {
|
|
7949
|
+
if (au == null) {
|
|
7931
7950
|
return;
|
|
7932
7951
|
}
|
|
7933
|
-
(((
|
|
7934
|
-
let
|
|
7935
|
-
for (let
|
|
7936
|
-
let
|
|
7937
|
-
let
|
|
7938
|
-
let
|
|
7939
|
-
let
|
|
7940
|
-
let
|
|
7941
|
-
let
|
|
7942
|
-
if (
|
|
7943
|
-
|
|
7952
|
+
(((ay, az, a0, a1, a2) => SpreadsheetMLMain.adv(ay, a0, az, a1, a2))(this, ax == 1, au._toString2(1, false, true, true), av.caseSensitive, av._n ? XlsxUtilities.a5(av._i) : 0));
|
|
7953
|
+
let a3 = at._w(au.worksheet);
|
|
7954
|
+
for (let a4 of fromEnum(av._sortConditions$i)) {
|
|
7955
|
+
let a5 = a4.key;
|
|
7956
|
+
let a6 = a4.value;
|
|
7957
|
+
let a7 = null;
|
|
7958
|
+
let a8 = 0;
|
|
7959
|
+
let a9 = toNullable(Number_$type, null);
|
|
7960
|
+
let ba = typeCast(CustomListSortCondition.$, a6);
|
|
7961
|
+
if (ba != null) {
|
|
7962
|
+
a7 = ba._l();
|
|
7944
7963
|
}
|
|
7945
|
-
let
|
|
7946
|
-
if (
|
|
7947
|
-
|
|
7948
|
-
|
|
7964
|
+
let bb = typeCast(IconSortCondition.$, a6);
|
|
7965
|
+
if (bb != null) {
|
|
7966
|
+
a8 = bb._k;
|
|
7967
|
+
a9 = bb._n;
|
|
7949
7968
|
}
|
|
7950
|
-
let
|
|
7951
|
-
if (
|
|
7952
|
-
|
|
7969
|
+
let bc = au._h;
|
|
7970
|
+
if (ax == 1) {
|
|
7971
|
+
bc = bc._d((bc._ac + a5.index))._f((bc._ac + a5.index));
|
|
7953
7972
|
}
|
|
7954
7973
|
else {
|
|
7955
|
-
|
|
7974
|
+
bc = bc._c((bc._w + a5.index))._e((bc._w + a5.index));
|
|
7956
7975
|
}
|
|
7957
|
-
SpreadsheetMLMain.adt(this,
|
|
7976
|
+
SpreadsheetMLMain.adt(this, bc._ah(true, true, this.bl._o, 1), a6.sortDirection == 1, a6._d, a7, aw ? a3.l(a5.index) : a3.m(a5.index), a8, a9);
|
|
7958
7977
|
}
|
|
7959
7978
|
this.ad.k();
|
|
7960
7979
|
}
|
|
7961
|
-
bc(
|
|
7962
|
-
return WorkItemExtensions.e(Tuple$2.$.specialize(Uri.$, String_$type), this.bh._j(ObjectModelSlicerPartManager.a8,
|
|
7963
|
-
SpreadsheetML2009Main.dr(this, WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type),
|
|
7980
|
+
bc(a3) {
|
|
7981
|
+
return WorkItemExtensions.e(Tuple$2.$.specialize(Uri.$, String_$type), this.bh._j(ObjectModelSlicerPartManager.a8, a3), (a4) => {
|
|
7982
|
+
SpreadsheetML2009Main.dr(this, WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), a4).d);
|
|
7964
7983
|
this.ad.k();
|
|
7965
7984
|
});
|
|
7966
7985
|
}
|
|
@@ -7970,9 +7989,9 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7970
7989
|
}
|
|
7971
7990
|
ObjectModelCommonPartHelpers.ao(this, this.bl.displayOptions.tabColorInfo, 4, SpreadsheetMLMain.ad2);
|
|
7972
7991
|
}
|
|
7973
|
-
g8(
|
|
7974
|
-
let
|
|
7975
|
-
SpreadsheetMLMain.ad6(this,
|
|
7992
|
+
g8(a3) {
|
|
7993
|
+
let a4 = this.bh._f(a3).id;
|
|
7994
|
+
SpreadsheetMLMain.ad6(this, a4);
|
|
7976
7995
|
this.ad.k();
|
|
7977
7996
|
}
|
|
7978
7997
|
g9() {
|
|
@@ -7983,102 +8002,102 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7983
8002
|
ExcelUtils.fq(WorksheetTable.$, this.bl._tables$i, runOn(this, this.g8));
|
|
7984
8003
|
this.ad.k();
|
|
7985
8004
|
}
|
|
7986
|
-
static bq(
|
|
7987
|
-
if (
|
|
8005
|
+
static bq(a3) {
|
|
8006
|
+
if (a3.workbook.calculationMode == 0 && !a3.workbook.recalculateBeforeSave) {
|
|
7988
8007
|
return true;
|
|
7989
8008
|
}
|
|
7990
|
-
if (
|
|
7991
|
-
let
|
|
7992
|
-
for (let
|
|
7993
|
-
if (typeCast(WorksheetChart.$,
|
|
8009
|
+
if (a3._shapes$i.count > 0) {
|
|
8010
|
+
let a4 = a3._shapes$i;
|
|
8011
|
+
for (let a5 = 0; a5 < a4.count; a5++) {
|
|
8012
|
+
if (typeCast(WorksheetChart.$, a4.item(a5)) !== null) {
|
|
7994
8013
|
return true;
|
|
7995
8014
|
}
|
|
7996
8015
|
}
|
|
7997
8016
|
}
|
|
7998
8017
|
return false;
|
|
7999
8018
|
}
|
|
8000
|
-
bd(
|
|
8001
|
-
let
|
|
8002
|
-
let
|
|
8003
|
-
let
|
|
8019
|
+
bd(a3, a4) {
|
|
8020
|
+
let a5 = a3._b;
|
|
8021
|
+
let a6 = this.bl.printOptions;
|
|
8022
|
+
let a7 = a3._w(this.bl);
|
|
8004
8023
|
this.bo = ObjectModelWorksheetPartManager.bq(this.bl);
|
|
8005
|
-
let
|
|
8006
|
-
let
|
|
8007
|
-
for (let
|
|
8008
|
-
let
|
|
8009
|
-
let
|
|
8010
|
-
if (this.bp(
|
|
8011
|
-
if (
|
|
8012
|
-
|
|
8024
|
+
let a8 = null;
|
|
8025
|
+
let a9 = null;
|
|
8026
|
+
for (let ba of fromEnum(this.bl._dataValidationRules$i)) {
|
|
8027
|
+
let bb = ba.key;
|
|
8028
|
+
let bc = a9;
|
|
8029
|
+
if (this.bp(bb._n(null)) || this.bp(bb._o(null))) {
|
|
8030
|
+
if (a9 == null) {
|
|
8031
|
+
a9 = new List$1(KeyValuePair$2.$.specialize(DataValidationRule.$, WorksheetReferenceCollection.$), 0);
|
|
8013
8032
|
}
|
|
8014
|
-
|
|
8033
|
+
a9.add(ba);
|
|
8015
8034
|
}
|
|
8016
8035
|
else {
|
|
8017
|
-
if (
|
|
8018
|
-
|
|
8036
|
+
if (a8 == null) {
|
|
8037
|
+
a8 = new List$1(KeyValuePair$2.$.specialize(DataValidationRule.$, WorksheetReferenceCollection.$), 0);
|
|
8019
8038
|
}
|
|
8020
|
-
|
|
8039
|
+
a8.add(ba);
|
|
8021
8040
|
}
|
|
8022
8041
|
}
|
|
8023
8042
|
SpreadsheetMLMain.aer(this);
|
|
8024
|
-
if (
|
|
8043
|
+
if (a4.c != null || a4.b != null) {
|
|
8025
8044
|
this.ad.l(VmlNamespace.ao);
|
|
8026
8045
|
}
|
|
8027
8046
|
this.g2();
|
|
8028
|
-
this.ge(
|
|
8047
|
+
this.ge(a3, a7);
|
|
8029
8048
|
this.g5();
|
|
8030
8049
|
this.g1();
|
|
8031
|
-
this.f7(
|
|
8032
|
-
return WorkItemExtensions.a(WorkItemExtensions.c(WorkItemExtensions.a(WorkItemExtensions.c(WorkItemExtensions.a(this.bb(
|
|
8050
|
+
this.f7(a3);
|
|
8051
|
+
return WorkItemExtensions.a(WorkItemExtensions.c(WorkItemExtensions.a(WorkItemExtensions.c(WorkItemExtensions.a(this.bb(a3), () => {
|
|
8033
8052
|
this.g0();
|
|
8034
8053
|
this.g3();
|
|
8035
8054
|
this.gx();
|
|
8036
|
-
this.f2(
|
|
8037
|
-
this.g6(
|
|
8038
|
-
this.gb();
|
|
8055
|
+
this.f2(a3, this.bl.filterSettings, false);
|
|
8056
|
+
this.g6(a3, this.bl.sortSettings.region, this.bl.sortSettings, false, this.bl.sortSettings.sortType);
|
|
8057
|
+
this.gb(a3);
|
|
8039
8058
|
this.go();
|
|
8040
|
-
this.f8(
|
|
8041
|
-
this.gd(
|
|
8059
|
+
this.f8(a3);
|
|
8060
|
+
this.gd(a3, a8);
|
|
8042
8061
|
this.gk();
|
|
8043
|
-
this.gv(
|
|
8044
|
-
ObjectModelWorksheetPartManager.gq(this,
|
|
8045
|
-
ObjectModelWorksheetPartManager.gr(this,
|
|
8046
|
-
ObjectModelWorksheetPartManager.gi(this,
|
|
8047
|
-
this.gy(
|
|
8048
|
-
this.f5(
|
|
8049
|
-
ObjectModelWorksheetPartManager.gf(this,
|
|
8050
|
-
ObjectModelWorksheetPartManager.gl(this,
|
|
8051
|
-
ObjectModelWorksheetPartManager.gm(this,
|
|
8052
|
-
ObjectModelWorksheetPartManager.gu(this,
|
|
8053
|
-
}), () => this.a8()), () => this.g9()), () => this.ba(
|
|
8054
|
-
}
|
|
8055
|
-
static bg(
|
|
8056
|
-
|
|
8057
|
-
let
|
|
8058
|
-
let
|
|
8059
|
-
if (ConditionalFormatInfo.e(
|
|
8062
|
+
this.gv(a6);
|
|
8063
|
+
ObjectModelWorksheetPartManager.gq(this, a6);
|
|
8064
|
+
ObjectModelWorksheetPartManager.gr(this, a6);
|
|
8065
|
+
ObjectModelWorksheetPartManager.gi(this, a6);
|
|
8066
|
+
this.gy(a6);
|
|
8067
|
+
this.f5(a6);
|
|
8068
|
+
ObjectModelWorksheetPartManager.gf(this, a4.a);
|
|
8069
|
+
ObjectModelWorksheetPartManager.gl(this, a4.c);
|
|
8070
|
+
ObjectModelWorksheetPartManager.gm(this, a4.b);
|
|
8071
|
+
ObjectModelWorksheetPartManager.gu(this, a3, a7);
|
|
8072
|
+
}), () => this.a8()), () => this.g9()), () => this.ba(a3, a9)), () => this.ad.k());
|
|
8073
|
+
}
|
|
8074
|
+
static bg(a3, a4) {
|
|
8075
|
+
a4 = null;
|
|
8076
|
+
let a5 = typeCast(ObjectModelWorksheetPartManager.$, a3);
|
|
8077
|
+
let a6 = a5.bf;
|
|
8078
|
+
if (ConditionalFormatInfo.e(a6) == false) {
|
|
8060
8079
|
return {
|
|
8061
8080
|
ret: null,
|
|
8062
|
-
p1:
|
|
8081
|
+
p1: a4
|
|
8063
8082
|
};
|
|
8064
8083
|
}
|
|
8065
|
-
|
|
8066
|
-
if (CfRuleInfo.l(
|
|
8084
|
+
a4 = a6.b;
|
|
8085
|
+
if (CfRuleInfo.l(a4) == false) {
|
|
8067
8086
|
return {
|
|
8068
8087
|
ret: null,
|
|
8069
|
-
p1:
|
|
8088
|
+
p1: a4
|
|
8070
8089
|
};
|
|
8071
8090
|
}
|
|
8072
8091
|
return {
|
|
8073
|
-
ret:
|
|
8074
|
-
p1:
|
|
8092
|
+
ret: a6,
|
|
8093
|
+
p1: a4
|
|
8075
8094
|
};
|
|
8076
8095
|
}
|
|
8077
8096
|
get bh() {
|
|
8078
8097
|
return ObjectModelWorksheetPartManager.bi(this);
|
|
8079
8098
|
}
|
|
8080
|
-
static bi(
|
|
8081
|
-
return
|
|
8099
|
+
static bi(a3) {
|
|
8100
|
+
return a3.d;
|
|
8082
8101
|
}
|
|
8083
8102
|
get bm() {
|
|
8084
8103
|
return this.bl;
|
|
@@ -8218,17 +8237,17 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8218
8237
|
h.c = f;
|
|
8219
8238
|
}
|
|
8220
8239
|
else {
|
|
8221
|
-
if (g._b7.
|
|
8240
|
+
if (g._b7._bc.count == 0) {
|
|
8222
8241
|
let i = new BorderInfo();
|
|
8223
8242
|
i.c.a = 0;
|
|
8224
8243
|
i.e.a = 0;
|
|
8225
8244
|
i.i.a = 0;
|
|
8226
8245
|
i.k.a = 0;
|
|
8227
8246
|
i.m.a = 0;
|
|
8228
|
-
g._b7.
|
|
8247
|
+
g._b7._bc.add(i);
|
|
8229
8248
|
}
|
|
8230
8249
|
else {
|
|
8231
|
-
g._b7.
|
|
8250
|
+
g._b7._bc.add(f);
|
|
8232
8251
|
}
|
|
8233
8252
|
}
|
|
8234
8253
|
a.s.k(f);
|
|
@@ -8267,7 +8286,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8267
8286
|
f = h.p5;
|
|
8268
8287
|
g = h.p6;
|
|
8269
8288
|
let i = ObjectModelStylesPartManager.a8(a);
|
|
8270
|
-
i._b7.
|
|
8289
|
+
i._b7._bd.add(((() => {
|
|
8271
8290
|
let $ret = new StyleInfo(0);
|
|
8272
8291
|
$ret.e = b;
|
|
8273
8292
|
$ret.l = c;
|
|
@@ -8288,14 +8307,14 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8288
8307
|
let c = SpreadsheetMLMain.t3(a, b);
|
|
8289
8308
|
b = c.p1;
|
|
8290
8309
|
let d = ObjectModelStylesPartManager.a8(a);
|
|
8291
|
-
a.s.k(d._b7.
|
|
8310
|
+
a.s.k(d._b7._be);
|
|
8292
8311
|
}
|
|
8293
8312
|
static bi(a) {
|
|
8294
8313
|
let b;
|
|
8295
8314
|
let c = SpreadsheetMLMain.t4(a, b);
|
|
8296
8315
|
b = c.p1;
|
|
8297
8316
|
let d = ObjectModelStylesPartManager.a8(a);
|
|
8298
|
-
a.s.k(d._b7.
|
|
8317
|
+
a.s.k(d._b7._bf);
|
|
8299
8318
|
}
|
|
8300
8319
|
static bj(a) {
|
|
8301
8320
|
}
|
|
@@ -8330,7 +8349,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8330
8349
|
c.e = b;
|
|
8331
8350
|
}
|
|
8332
8351
|
else {
|
|
8333
|
-
ObjectModelStylesPartManager.a8(a)._b7.
|
|
8352
|
+
ObjectModelStylesPartManager.a8(a)._b7._bg.add(b);
|
|
8334
8353
|
}
|
|
8335
8354
|
}
|
|
8336
8355
|
static bp(a) {
|
|
@@ -8352,7 +8371,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8352
8371
|
f.a = d;
|
|
8353
8372
|
}
|
|
8354
8373
|
else {
|
|
8355
|
-
b._b7.
|
|
8374
|
+
b._b7._bh.add(e);
|
|
8356
8375
|
}
|
|
8357
8376
|
}
|
|
8358
8377
|
static br(a) {
|
|
@@ -8504,20 +8523,20 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8504
8523
|
}
|
|
8505
8524
|
static b2(a) {
|
|
8506
8525
|
let b = ObjectModelStylesPartManager.a8(a)._b7;
|
|
8507
|
-
if (b.
|
|
8508
|
-
b.
|
|
8509
|
-
if (b.
|
|
8510
|
-
b.
|
|
8526
|
+
if (b._bd.count == 0) {
|
|
8527
|
+
b._bd.add(new StyleInfo(0));
|
|
8528
|
+
if (b._bf.count != 0) {
|
|
8529
|
+
b._bf._inner[0] = new FormatInfo();
|
|
8511
8530
|
}
|
|
8512
8531
|
}
|
|
8513
|
-
if (b.
|
|
8514
|
-
b.
|
|
8532
|
+
if (b._be.count == 0) {
|
|
8533
|
+
b._be.add(new FormatInfo());
|
|
8515
8534
|
}
|
|
8516
8535
|
ObjectModelStylesPartManager.b8(b);
|
|
8517
|
-
ObjectModelStylesPartManager.b9(b, b.
|
|
8518
|
-
for (let c of fromEnum(b.
|
|
8519
|
-
if (c.e > -1 && c.e < b.
|
|
8520
|
-
let d = b.
|
|
8536
|
+
ObjectModelStylesPartManager.b9(b, b._be);
|
|
8537
|
+
for (let c of fromEnum(b._bd)) {
|
|
8538
|
+
if (c.e > -1 && c.e < b._be.count) {
|
|
8539
|
+
let d = b._be._inner[c.e].g;
|
|
8521
8540
|
let e = new BuiltInStyleInfo();
|
|
8522
8541
|
if (nullableEquals(c.h, null) && ((() => { let f = WorkbookStyleCollection._t.tryGetValue(c.l, e); e = f.p1; return f.ret; })())) {
|
|
8523
8542
|
c.h = toNullable(Number_$type, e.a);
|
|
@@ -8542,12 +8561,12 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8542
8561
|
f = b._b._styles$i._addUserDefinedStyle(d, c.l);
|
|
8543
8562
|
}
|
|
8544
8563
|
}
|
|
8545
|
-
if (b.
|
|
8546
|
-
b.
|
|
8564
|
+
if (b._a8.containsKey(c.e) == false) {
|
|
8565
|
+
b._a8.addItem(c.e, f);
|
|
8547
8566
|
}
|
|
8548
8567
|
}
|
|
8549
8568
|
}
|
|
8550
|
-
ObjectModelStylesPartManager.b9(b, b.
|
|
8569
|
+
ObjectModelStylesPartManager.b9(b, b._bf);
|
|
8551
8570
|
}
|
|
8552
8571
|
static b3(a) {
|
|
8553
8572
|
let b;
|
|
@@ -8560,7 +8579,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8560
8579
|
d = f.p3;
|
|
8561
8580
|
e = f.p4;
|
|
8562
8581
|
let g = ObjectModelStylesPartManager.a8(a);
|
|
8563
|
-
if (g._b7.
|
|
8582
|
+
if (g._b7._aw == false) {
|
|
8564
8583
|
let h = new WorksheetTableStyle(b, true);
|
|
8565
8584
|
a.s.k(h);
|
|
8566
8585
|
if (d) {
|
|
@@ -8602,16 +8621,16 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8602
8621
|
}
|
|
8603
8622
|
}
|
|
8604
8623
|
let h = ObjectModelStylesPartManager.a8(a);
|
|
8605
|
-
if (e.hasValue && h._b7.
|
|
8624
|
+
if (e.hasValue && h._b7._aw) {
|
|
8606
8625
|
e.postDecrement();
|
|
8607
8626
|
}
|
|
8608
8627
|
let i = null;
|
|
8609
8628
|
if (e.hasValue) {
|
|
8610
8629
|
i = h._b7._g._inner[e.value];
|
|
8611
8630
|
}
|
|
8612
|
-
if (i != null && (i._cd == false || h._b7.
|
|
8631
|
+
if (i != null && (i._cd == false || h._b7._aw)) {
|
|
8613
8632
|
let j = h._by;
|
|
8614
|
-
if (h._b7.
|
|
8633
|
+
if (h._b7._aw) {
|
|
8615
8634
|
j = null;
|
|
8616
8635
|
}
|
|
8617
8636
|
let k = b._areaFormats$i._d(j, g);
|
|
@@ -8634,7 +8653,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8634
8653
|
a.s.k(new ObjectModelStylesPartManager_TableStylesCollectionInfo(c));
|
|
8635
8654
|
}
|
|
8636
8655
|
static b6(a) {
|
|
8637
|
-
if (ObjectModelStylesPartManager.a8(a)._b7.
|
|
8656
|
+
if (ObjectModelStylesPartManager.a8(a)._b7._aw) {
|
|
8638
8657
|
return;
|
|
8639
8658
|
}
|
|
8640
8659
|
let b = a.s.a(ObjectModelStylesPartManager_TableStylesCollectionInfo.$);
|
|
@@ -8681,7 +8700,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8681
8700
|
n = p.p12;
|
|
8682
8701
|
o = p.p13;
|
|
8683
8702
|
let q = ObjectModelStylesPartManager.a8(a);
|
|
8684
|
-
let r = (b == q._b7.
|
|
8703
|
+
let r = (b == q._b7._be);
|
|
8685
8704
|
let s = r;
|
|
8686
8705
|
let t = 0;
|
|
8687
8706
|
if (n.getValueOrDefault1(s)) {
|
|
@@ -8718,7 +8737,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8718
8737
|
a.s.k(u);
|
|
8719
8738
|
}
|
|
8720
8739
|
static b8(a) {
|
|
8721
|
-
for (let b of fromEnum(a.
|
|
8740
|
+
for (let b of fromEnum(a._bh)) {
|
|
8722
8741
|
let c = b.d;
|
|
8723
8742
|
c.colorInfo = b.c(a);
|
|
8724
8743
|
if (a._h.count == 0) {
|
|
@@ -8728,7 +8747,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8728
8747
|
}
|
|
8729
8748
|
}
|
|
8730
8749
|
static b9(a, b) {
|
|
8731
|
-
let c = (b == a.
|
|
8750
|
+
let c = (b == a._be);
|
|
8732
8751
|
for (let d = 0; d < b.count; d++) {
|
|
8733
8752
|
let e = c == false && d == 0;
|
|
8734
8753
|
let f = c && d == 0;
|
|
@@ -8782,8 +8801,8 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8782
8801
|
}
|
|
8783
8802
|
cg(a) {
|
|
8784
8803
|
let b = this.a7;
|
|
8785
|
-
SpreadsheetMLMain.zf(this, toNullable(Number_$type, intSToU(a.
|
|
8786
|
-
a.
|
|
8804
|
+
SpreadsheetMLMain.zf(this, toNullable(Number_$type, intSToU(a._cn.count)));
|
|
8805
|
+
a._cn.q(runOn(this, this.ce));
|
|
8787
8806
|
this.ad.k();
|
|
8788
8807
|
}
|
|
8789
8808
|
ch(a, b) {
|
|
@@ -8805,18 +8824,18 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8805
8824
|
this.ad.k();
|
|
8806
8825
|
}
|
|
8807
8826
|
cm(a) {
|
|
8808
|
-
SpreadsheetMLMain.zn(this, toNullable(Number_$type, intSToU(a.
|
|
8809
|
-
a.
|
|
8827
|
+
SpreadsheetMLMain.zn(this, toNullable(Number_$type, intSToU(a._co.count)));
|
|
8828
|
+
a._co.q(runOn(this, this.cl));
|
|
8810
8829
|
this.ad.k();
|
|
8811
8830
|
}
|
|
8812
8831
|
cn(a) {
|
|
8813
|
-
SpreadsheetMLMain.zo(this, toNullable(Number_$type, intSToU(a.
|
|
8814
|
-
a.
|
|
8832
|
+
SpreadsheetMLMain.zo(this, toNullable(Number_$type, intSToU(a._cp.count)));
|
|
8833
|
+
a._cp.q((b) => this.dr(b, true));
|
|
8815
8834
|
this.ad.k();
|
|
8816
8835
|
}
|
|
8817
8836
|
co(a) {
|
|
8818
|
-
SpreadsheetMLMain.zp(this, toNullable(Number_$type, intSToU(a.
|
|
8819
|
-
a.
|
|
8837
|
+
SpreadsheetMLMain.zp(this, toNullable(Number_$type, intSToU(a._cq.count)));
|
|
8838
|
+
a._cq.q((b) => this.dr(b, false));
|
|
8820
8839
|
this.ad.k();
|
|
8821
8840
|
}
|
|
8822
8841
|
cp() {
|
|
@@ -8892,8 +8911,8 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8892
8911
|
a.ad.k();
|
|
8893
8912
|
}
|
|
8894
8913
|
c1(a) {
|
|
8895
|
-
SpreadsheetMLMain.abp(this, toNullable(Number_$type, intSToU(a.
|
|
8896
|
-
a.
|
|
8914
|
+
SpreadsheetMLMain.abp(this, toNullable(Number_$type, intSToU(a._cr.count)));
|
|
8915
|
+
a._cr.q(runOn(this, this.cz));
|
|
8897
8916
|
this.ad.k();
|
|
8898
8917
|
}
|
|
8899
8918
|
c2(a) {
|
|
@@ -8941,12 +8960,12 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8941
8960
|
a.ad.k();
|
|
8942
8961
|
}
|
|
8943
8962
|
c9(a) {
|
|
8944
|
-
let b = a.
|
|
8963
|
+
let b = a._cs.count;
|
|
8945
8964
|
if (b == 0) {
|
|
8946
8965
|
return;
|
|
8947
8966
|
}
|
|
8948
8967
|
SpreadsheetMLMain.aci(this, toNullable(Number_$type, intSToU(b)));
|
|
8949
|
-
a.
|
|
8968
|
+
a._cs.q((c) => this.c7(c, false));
|
|
8950
8969
|
this.ad.k();
|
|
8951
8970
|
}
|
|
8952
8971
|
da(a) {
|
|
@@ -9097,71 +9116,71 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9097
9116
|
class WorkbookLoadManagerExcel2007 extends WorkbookLoadManager {
|
|
9098
9117
|
constructor(a, b, c, d, e) {
|
|
9099
9118
|
super(a, ExcelUtils.eg(b));
|
|
9100
|
-
this.
|
|
9101
|
-
this.
|
|
9102
|
-
this._ax = null;
|
|
9119
|
+
this._ao = new WorkbookSerializationDataExcel2007();
|
|
9120
|
+
this._a9 = null;
|
|
9103
9121
|
this._ay = null;
|
|
9104
|
-
this.
|
|
9122
|
+
this._az = null;
|
|
9105
9123
|
this._ak = null;
|
|
9106
|
-
this.
|
|
9124
|
+
this._al = null;
|
|
9107
9125
|
this._ba = null;
|
|
9108
|
-
this.
|
|
9126
|
+
this._bb = null;
|
|
9109
9127
|
this._a0 = null;
|
|
9110
9128
|
this._a1 = null;
|
|
9111
|
-
this._a3 = null;
|
|
9112
9129
|
this._a2 = null;
|
|
9113
|
-
this.
|
|
9130
|
+
this._a4 = null;
|
|
9131
|
+
this._a3 = null;
|
|
9114
9132
|
this._av = false;
|
|
9115
|
-
this.
|
|
9116
|
-
this.
|
|
9117
|
-
this._ay = new Dictionary$2(
|
|
9118
|
-
this.
|
|
9133
|
+
this._aw = false;
|
|
9134
|
+
this._a9 = new List$1(ColorInfo.$, 0);
|
|
9135
|
+
this._ay = new Dictionary$2(String_$type, Array_$type, 0);
|
|
9136
|
+
this._az = new Dictionary$2(Number_$type, UnknownShape.$, 0);
|
|
9119
9137
|
this._ak = new WorkbookLoadManagerExcel2007_FontCollection();
|
|
9120
|
-
this.
|
|
9121
|
-
this._ba = (
|
|
9138
|
+
this._al = new WorkbookLoadManagerExcel2007_FontCollection();
|
|
9139
|
+
this._ba = new List$1(WorkbookLoadManagerExcel2007_NamedReferenceInfo.$, 0);
|
|
9140
|
+
this._bb = ((() => {
|
|
9122
9141
|
let $ret = new List$1(WorkbookReferenceBase.$, 0);
|
|
9123
9142
|
$ret.add(this._b._bb);
|
|
9124
9143
|
return $ret;
|
|
9125
9144
|
})());
|
|
9126
|
-
this.
|
|
9127
|
-
this.
|
|
9128
|
-
this.
|
|
9129
|
-
this.
|
|
9130
|
-
this.
|
|
9131
|
-
this.
|
|
9132
|
-
this.
|
|
9145
|
+
this._a0 = new Dictionary$2(String_$type, List$1.$.specialize(WorksheetShape.$), 0);
|
|
9146
|
+
this._a1 = new Dictionary$2(WorksheetShape.$, EG_Anchor.$, 0);
|
|
9147
|
+
this._a2 = new Dictionary$2(WorksheetShape.$, CT_Transform2D.$, 0);
|
|
9148
|
+
this._a4 = new Dictionary$2(Number_$type, WorkbookStyle.$, 0);
|
|
9149
|
+
this._a3 = new Dictionary$2(String_$type, Sheet.$, 0);
|
|
9150
|
+
this._av = c == null || c.isDuplicateFormulaParsingOptimized;
|
|
9151
|
+
this._ao = new WorkbookSerializationDataExcel2007(1, new ObjectModelExcelDocumentManager(0, this, e || c._d, b, d));
|
|
9133
9152
|
}
|
|
9134
9153
|
static staticInit() {
|
|
9135
|
-
WorkbookStyleCollection._n = WorkbookLoadManagerExcel2007.
|
|
9136
|
-
StandardTableStyleCollection._h = WorkbookLoadManagerExcel2007.
|
|
9137
|
-
ExcelUtils.cq = WorkbookLoadManagerExcel2007.
|
|
9138
|
-
Workbook._e1 = WorkbookLoadManagerExcel2007.
|
|
9139
|
-
Workbook._e0 = WorkbookLoadManagerExcel2007.
|
|
9154
|
+
WorkbookStyleCollection._n = WorkbookLoadManagerExcel2007._br;
|
|
9155
|
+
StandardTableStyleCollection._h = WorkbookLoadManagerExcel2007._ag;
|
|
9156
|
+
ExcelUtils.cq = WorkbookLoadManagerExcel2007._bm;
|
|
9157
|
+
Workbook._e1 = WorkbookLoadManagerExcel2007._ai;
|
|
9158
|
+
Workbook._e0 = WorkbookLoadManagerExcel2007._ah;
|
|
9140
9159
|
WorkbookOptionsBase._e = WorkbookOptionsBase._e || (() => new PackageFactory());
|
|
9141
9160
|
}
|
|
9142
9161
|
disposeCore(a) {
|
|
9143
9162
|
if (a) {
|
|
9144
|
-
this.
|
|
9163
|
+
this._aj.dispose();
|
|
9145
9164
|
}
|
|
9146
9165
|
super.disposeCore(a);
|
|
9147
9166
|
}
|
|
9148
9167
|
_r() {
|
|
9149
|
-
if (this.
|
|
9168
|
+
if (this._bf.count == 0) {
|
|
9150
9169
|
return null;
|
|
9151
9170
|
}
|
|
9152
|
-
return this.
|
|
9171
|
+
return this._bf._inner[0].g;
|
|
9153
9172
|
}
|
|
9154
9173
|
_p() {
|
|
9155
9174
|
this._i.add(this._b._bb);
|
|
9156
|
-
return WorkItemExtensions.a(this.
|
|
9157
|
-
this._b._n = this.
|
|
9158
|
-
this._b._o = this.
|
|
9159
|
-
this._b._gx = this.
|
|
9160
|
-
this._b._gy = this.
|
|
9175
|
+
return WorkItemExtensions.a(this._aj._n(), () => {
|
|
9176
|
+
this._b._n = this._aj._h;
|
|
9177
|
+
this._b._o = this._aj._i;
|
|
9178
|
+
this._b._gx = this._am.d;
|
|
9179
|
+
this._b._gy = this._an.d;
|
|
9161
9180
|
});
|
|
9162
9181
|
}
|
|
9163
9182
|
_z() {
|
|
9164
|
-
for (let a of fromEnum(this.
|
|
9183
|
+
for (let a of fromEnum(this._bi)) {
|
|
9165
9184
|
this._y(a.a, a.b);
|
|
9166
9185
|
}
|
|
9167
9186
|
for (let b of fromEnum(this._b._namedReferences$i)) {
|
|
@@ -9176,38 +9195,38 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9176
9195
|
f.h();
|
|
9177
9196
|
}, this._b._namedReferences$i, this._b._sheets$i, true);
|
|
9178
9197
|
}
|
|
9179
|
-
_bo(a, b) {
|
|
9180
|
-
this._a2.item(b, a);
|
|
9181
|
-
}
|
|
9182
9198
|
_bp(a, b) {
|
|
9183
|
-
|
|
9199
|
+
this._a3.item(b, a);
|
|
9200
|
+
}
|
|
9201
|
+
_bq(a, b) {
|
|
9202
|
+
let c = this._au(b);
|
|
9184
9203
|
c.b(Tuple$2.$.specialize(Sheet.$, WorksheetShape.$), Boolean_$type, WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.a, Tuple.a(Sheet.$, WorksheetShape.$, a, b));
|
|
9185
|
-
this.
|
|
9204
|
+
this._bs(a, b);
|
|
9186
9205
|
a._p._add3(b);
|
|
9187
9206
|
}
|
|
9188
|
-
|
|
9207
|
+
_au(a) {
|
|
9189
9208
|
let b;
|
|
9190
|
-
let c = this.
|
|
9209
|
+
let c = this._a1.tryGetValue(a, b);
|
|
9191
9210
|
b = c.p1;
|
|
9192
9211
|
return b;
|
|
9193
9212
|
}
|
|
9194
|
-
|
|
9213
|
+
_ar(a) {
|
|
9195
9214
|
let b;
|
|
9196
|
-
let c = this.
|
|
9215
|
+
let c = this._a2.tryGetValue(a, b);
|
|
9197
9216
|
b = c.p1;
|
|
9198
9217
|
return b;
|
|
9199
9218
|
}
|
|
9200
|
-
|
|
9219
|
+
_ap(a) {
|
|
9201
9220
|
let b;
|
|
9202
|
-
let c = this.
|
|
9221
|
+
let c = this._a3.tryGetValue(a, b);
|
|
9203
9222
|
b = c.p1;
|
|
9204
9223
|
return b;
|
|
9205
9224
|
}
|
|
9206
|
-
|
|
9207
|
-
let b = this.
|
|
9225
|
+
_aq(a) {
|
|
9226
|
+
let b = this._ap(a);
|
|
9208
9227
|
return b;
|
|
9209
9228
|
}
|
|
9210
|
-
static
|
|
9229
|
+
static _bt(a) {
|
|
9211
9230
|
if (stringIsNullOrEmpty(a) == false && stringStartsWith(a, "=") == false) {
|
|
9212
9231
|
a = stringInsert(a, 0, "=");
|
|
9213
9232
|
}
|
|
@@ -9215,13 +9234,13 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9215
9234
|
p0: a
|
|
9216
9235
|
};
|
|
9217
9236
|
}
|
|
9218
|
-
_bu(a, b) {
|
|
9219
|
-
this._a0.item(a, b);
|
|
9220
|
-
}
|
|
9221
9237
|
_bv(a, b) {
|
|
9222
9238
|
this._a1.item(a, b);
|
|
9223
9239
|
}
|
|
9224
|
-
|
|
9240
|
+
_bw(a, b) {
|
|
9241
|
+
this._a2.item(a, b);
|
|
9242
|
+
}
|
|
9243
|
+
static _ax(a, b, c) {
|
|
9225
9244
|
c = null;
|
|
9226
9245
|
let d = a.l("dxfId", b);
|
|
9227
9246
|
if (nullableEquals(d, null)) {
|
|
@@ -9249,7 +9268,7 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9249
9268
|
p2: c
|
|
9250
9269
|
};
|
|
9251
9270
|
}
|
|
9252
|
-
static
|
|
9271
|
+
static _bm(a) {
|
|
9253
9272
|
for (let b of fromEnum(a.getRelationships())) {
|
|
9254
9273
|
if (b.relationshipType != WorkbookPartManagerBase.a7 && b.relationshipType != WorkbookPartManagerBase.a6) {
|
|
9255
9274
|
continue;
|
|
@@ -9272,14 +9291,14 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9272
9291
|
}
|
|
9273
9292
|
return toNullable(WorkbookFormat_$type, null);
|
|
9274
9293
|
}
|
|
9275
|
-
static
|
|
9294
|
+
static _br(a) {
|
|
9276
9295
|
let b = new Workbook(2);
|
|
9277
9296
|
{
|
|
9278
9297
|
let c = new WorkbookLoadManagerExcel2007(b, null, new WorkbookLoadOptions(), toNullable(ST_ConformanceClass_$type, 0), null);
|
|
9279
9298
|
try {
|
|
9280
|
-
c.
|
|
9281
|
-
WorkItemScheduler.b().d(c.
|
|
9282
|
-
let d = WorkbookLoadManagerExcel2007.
|
|
9299
|
+
c._aj._bh();
|
|
9300
|
+
WorkItemScheduler.b().d(c._aj._m);
|
|
9301
|
+
let d = WorkbookLoadManagerExcel2007._as(c._aj);
|
|
9283
9302
|
if (d == null) {
|
|
9284
9303
|
return;
|
|
9285
9304
|
}
|
|
@@ -9299,35 +9318,35 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9299
9318
|
}
|
|
9300
9319
|
}
|
|
9301
9320
|
}
|
|
9302
|
-
static
|
|
9321
|
+
static _ag(a) {
|
|
9303
9322
|
let b = new Workbook(2);
|
|
9304
9323
|
return Async.p(WorkbookLoadManagerExcel2007.$, Base.$, new WorkbookLoadManagerExcel2007(b, null, new WorkbookLoadOptions(), toNullable(ST_ConformanceClass_$type, 0), null), (c) => {
|
|
9305
|
-
c.
|
|
9306
|
-
c.
|
|
9307
|
-
WorkItemScheduler.b().d(c.
|
|
9308
|
-
let d = WorkbookLoadManagerExcel2007.
|
|
9324
|
+
c._aw = true;
|
|
9325
|
+
c._aj._bh();
|
|
9326
|
+
WorkItemScheduler.b().d(c._aj._m);
|
|
9327
|
+
let d = WorkbookLoadManagerExcel2007._at(c._aj, a);
|
|
9309
9328
|
if (d != null) {
|
|
9310
9329
|
return d.a();
|
|
9311
9330
|
}
|
|
9312
9331
|
return null;
|
|
9313
9332
|
});
|
|
9314
9333
|
}
|
|
9315
|
-
static
|
|
9334
|
+
static _ai(a, b, c, d) {
|
|
9316
9335
|
return Async.n(WorkbookLoadManagerExcel2007.$, new WorkbookLoadManagerExcel2007(a, b, c, toNullable(ST_ConformanceClass_$type, null), d), (e) => e._o());
|
|
9317
9336
|
}
|
|
9318
|
-
static
|
|
9337
|
+
static _ah(a, b, c) {
|
|
9319
9338
|
if (c == null) {
|
|
9320
9339
|
c = new PackageFactory();
|
|
9321
9340
|
}
|
|
9322
9341
|
return Async.n(ExcelThemeDocumentManager.$, new ExcelThemeDocumentManager(a, new WorkbookLoadManagerExcel2007_FontCollection(), new WorkbookLoadManagerExcel2007_FontCollection(), c, b, true, toNullable(ST_ConformanceClass_$type, 0)), (d) => d._n());
|
|
9323
9342
|
}
|
|
9324
|
-
static
|
|
9325
|
-
return new MemoryStream(2, Convert.fromBase64String(WorkbookLoadManagerExcel2007.
|
|
9343
|
+
static _bk() {
|
|
9344
|
+
return new MemoryStream(2, Convert.fromBase64String(WorkbookLoadManagerExcel2007._bn));
|
|
9326
9345
|
}
|
|
9327
|
-
static
|
|
9346
|
+
static _as(a) {
|
|
9328
9347
|
let b = new MemoryStream(0);
|
|
9329
9348
|
{
|
|
9330
|
-
let c = WorkbookLoadManagerExcel2007.
|
|
9349
|
+
let c = WorkbookLoadManagerExcel2007._bk();
|
|
9331
9350
|
try {
|
|
9332
9351
|
if (c == null) {
|
|
9333
9352
|
return null;
|
|
@@ -9364,13 +9383,13 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9364
9383
|
b.position = 0;
|
|
9365
9384
|
return ObjectModelStylesPartManager.a9.e(a, b);
|
|
9366
9385
|
}
|
|
9367
|
-
static
|
|
9368
|
-
return new MemoryStream(2, Convert.fromBase64String(WorkbookLoadManagerExcel2007.
|
|
9386
|
+
static _bl() {
|
|
9387
|
+
return new MemoryStream(2, Convert.fromBase64String(WorkbookLoadManagerExcel2007._bo));
|
|
9369
9388
|
}
|
|
9370
|
-
static
|
|
9389
|
+
static _at(a, b) {
|
|
9371
9390
|
let c = new MemoryStream(0);
|
|
9372
9391
|
{
|
|
9373
|
-
let d = WorkbookLoadManagerExcel2007.
|
|
9392
|
+
let d = WorkbookLoadManagerExcel2007._bl();
|
|
9374
9393
|
try {
|
|
9375
9394
|
if (d == null) {
|
|
9376
9395
|
return null;
|
|
@@ -9407,72 +9426,72 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9407
9426
|
c.position = 0;
|
|
9408
9427
|
return new WorkbookLoadManagerExcel2007_PresetTableStylesPartManager(b).e(a, c);
|
|
9409
9428
|
}
|
|
9410
|
-
|
|
9429
|
+
_bs(a, b) {
|
|
9411
9430
|
let c = typeCast(WorksheetShapeGroupBase.$, b);
|
|
9412
9431
|
if (c == null) {
|
|
9413
9432
|
return;
|
|
9414
9433
|
}
|
|
9415
9434
|
for (let d of fromEnum(c._shapes$i)) {
|
|
9416
|
-
this.
|
|
9417
|
-
this.
|
|
9435
|
+
this._bu(a, d, c);
|
|
9436
|
+
this._bs(a, d);
|
|
9418
9437
|
}
|
|
9419
9438
|
c._d3();
|
|
9420
9439
|
}
|
|
9421
|
-
|
|
9422
|
-
let d = this.
|
|
9423
|
-
let e = this.
|
|
9424
|
-
let f = this.
|
|
9440
|
+
_bu(a, b, c) {
|
|
9441
|
+
let d = this._ar(b);
|
|
9442
|
+
let e = this._ar(c);
|
|
9443
|
+
let f = this._af(d, b._b6, e, c._getBoundsInTwips());
|
|
9425
9444
|
b._setBoundsInTwips(a, f);
|
|
9426
9445
|
}
|
|
9427
|
-
get _bb() {
|
|
9428
|
-
return this._an.b;
|
|
9429
|
-
}
|
|
9430
9446
|
get _bc() {
|
|
9431
|
-
return this.
|
|
9447
|
+
return this._ao.b;
|
|
9432
9448
|
}
|
|
9433
9449
|
get _bd() {
|
|
9434
|
-
return this.
|
|
9450
|
+
return this._ao.c;
|
|
9435
9451
|
}
|
|
9436
9452
|
get _be() {
|
|
9437
|
-
return this.
|
|
9438
|
-
}
|
|
9439
|
-
get _ai() {
|
|
9440
|
-
return this._an.a;
|
|
9453
|
+
return this._ao.d;
|
|
9441
9454
|
}
|
|
9442
9455
|
get _bf() {
|
|
9443
|
-
return this.
|
|
9456
|
+
return this._ao.e;
|
|
9457
|
+
}
|
|
9458
|
+
get _aj() {
|
|
9459
|
+
return this._ao.a;
|
|
9444
9460
|
}
|
|
9445
9461
|
get _bg() {
|
|
9446
|
-
return this.
|
|
9462
|
+
return this._ao.f;
|
|
9447
9463
|
}
|
|
9448
|
-
get
|
|
9449
|
-
return this.
|
|
9464
|
+
get _bh() {
|
|
9465
|
+
return this._a9;
|
|
9450
9466
|
}
|
|
9451
9467
|
get _a5() {
|
|
9452
9468
|
return this._ay;
|
|
9453
9469
|
}
|
|
9454
|
-
get
|
|
9455
|
-
return this.
|
|
9470
|
+
get _a6() {
|
|
9471
|
+
return this._az;
|
|
9456
9472
|
}
|
|
9457
9473
|
get _am() {
|
|
9458
9474
|
return this._ak;
|
|
9459
9475
|
}
|
|
9460
|
-
get
|
|
9461
|
-
return this.
|
|
9476
|
+
get _an() {
|
|
9477
|
+
return this._al;
|
|
9462
9478
|
}
|
|
9463
9479
|
get _bi() {
|
|
9464
9480
|
return this._ba;
|
|
9465
9481
|
}
|
|
9466
|
-
get
|
|
9467
|
-
return this.
|
|
9482
|
+
get _bj() {
|
|
9483
|
+
return this._bb;
|
|
9468
9484
|
}
|
|
9469
9485
|
get _a7() {
|
|
9470
|
-
return this.
|
|
9486
|
+
return this._a0;
|
|
9487
|
+
}
|
|
9488
|
+
get _a8() {
|
|
9489
|
+
return this._a4;
|
|
9471
9490
|
}
|
|
9472
9491
|
}
|
|
9473
9492
|
WorkbookLoadManagerExcel2007.$t = /*@__PURE__*/ markType(WorkbookLoadManagerExcel2007, 'WorkbookLoadManagerExcel2007', WorkbookLoadManager.$);
|
|
9474
|
-
WorkbookLoadManagerExcel2007.
|
|
9475
|
-
WorkbookLoadManagerExcel2007.
|
|
9493
|
+
WorkbookLoadManagerExcel2007._bn = "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";
|
|
9494
|
+
WorkbookLoadManagerExcel2007._bo = "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";
|
|
9476
9495
|
return WorkbookLoadManagerExcel2007;
|
|
9477
9496
|
})();
|
|
9478
9497
|
/**
|
|
@@ -9494,9 +9513,9 @@ export let WorkbookLoadManagerExcel2007_PresetTableStylesPartManager = /*@__PURE
|
|
|
9494
9513
|
}
|
|
9495
9514
|
let b = this.a7;
|
|
9496
9515
|
b._b7._g.clear();
|
|
9497
|
-
b._b7._bf.clear();
|
|
9498
|
-
b._b7._h.clear();
|
|
9499
9516
|
b._b7._bg.clear();
|
|
9517
|
+
b._b7._h.clear();
|
|
9518
|
+
b._b7._bh.clear();
|
|
9500
9519
|
let c = new WorksheetTableStyle(IOPath.getFileName(a), false);
|
|
9501
9520
|
c._s = true;
|
|
9502
9521
|
if (stringStartsWith(c.name, "Table")) {
|
|
@@ -9525,40 +9544,40 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9525
9544
|
class WorkbookSaveManagerExcel2007 extends WorkbookSaveManager {
|
|
9526
9545
|
constructor(a, b, c, d) {
|
|
9527
9546
|
super(a, ExcelUtils.eg(b), c);
|
|
9528
|
-
this._cd = null;
|
|
9529
|
-
this._cc = new WorkbookSerializationDataExcel2007();
|
|
9530
|
-
this._cf = null;
|
|
9531
|
-
this._cg = null;
|
|
9532
|
-
this._cw = 0;
|
|
9533
|
-
this._cl = null;
|
|
9534
|
-
this._ci = null;
|
|
9535
9547
|
this._ce = null;
|
|
9536
|
-
this.
|
|
9548
|
+
this._cd = new WorkbookSerializationDataExcel2007();
|
|
9549
|
+
this._cg = null;
|
|
9537
9550
|
this._ch = null;
|
|
9538
|
-
this.
|
|
9539
|
-
this.
|
|
9551
|
+
this._cx = 0;
|
|
9552
|
+
this._cm = null;
|
|
9553
|
+
this._cj = null;
|
|
9554
|
+
this._cf = null;
|
|
9555
|
+
this._ck = null;
|
|
9556
|
+
this._ci = null;
|
|
9557
|
+
this._ce = new Dictionary$2(WorksheetCellFormatData.$, Number_$type, 0);
|
|
9558
|
+
this._cg = ((() => {
|
|
9540
9559
|
let $ret = new Dictionary$2(WorkbookReferenceBase.$, Number_$type, 0);
|
|
9541
9560
|
$ret.addItem(a._bb, 0);
|
|
9542
9561
|
return $ret;
|
|
9543
9562
|
})());
|
|
9544
|
-
this.
|
|
9545
|
-
this.
|
|
9546
|
-
this.
|
|
9547
|
-
this.
|
|
9563
|
+
this._ch = new Dictionary$2(ExcelImage.$, Uri.$, 0);
|
|
9564
|
+
this._cm = new List$1(SerializationNumberFormatInfo.$, 0);
|
|
9565
|
+
this._cj = new Dictionary$2(Base.$, Number_$type, 0);
|
|
9566
|
+
this._cd = new WorkbookSerializationDataExcel2007(1, new ObjectModelExcelDocumentManager(1, this, c._d, b, toNullable(ST_ConformanceClass_$type, d)));
|
|
9548
9567
|
}
|
|
9549
9568
|
static staticInit() {
|
|
9550
|
-
Workbook._e3 = WorkbookSaveManagerExcel2007.
|
|
9569
|
+
Workbook._e3 = WorkbookSaveManagerExcel2007._ca;
|
|
9551
9570
|
WorkbookOptionsBase._e = WorkbookOptionsBase._e || (() => new PackageFactory());
|
|
9552
9571
|
}
|
|
9553
9572
|
disposeCore(a) {
|
|
9554
9573
|
if (a) {
|
|
9555
|
-
this.
|
|
9574
|
+
this._cc.dispose();
|
|
9556
9575
|
}
|
|
9557
9576
|
super.disposeCore(a);
|
|
9558
9577
|
}
|
|
9559
9578
|
_a8(a) {
|
|
9560
9579
|
let b;
|
|
9561
|
-
let c = this.
|
|
9580
|
+
let c = this._ce.tryGetValue(a, b);
|
|
9562
9581
|
b = c.p1;
|
|
9563
9582
|
return b;
|
|
9564
9583
|
}
|
|
@@ -9568,10 +9587,10 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9568
9587
|
b = c.p1;
|
|
9569
9588
|
return b;
|
|
9570
9589
|
}
|
|
9571
|
-
|
|
9590
|
+
_bn() {
|
|
9572
9591
|
let a = new Dictionary$2(FillInfo.$, Number_$type, 0);
|
|
9573
9592
|
let b = new Dictionary$2(BorderInfo.$, Number_$type, 0);
|
|
9574
|
-
this.
|
|
9593
|
+
this._cu(((() => {
|
|
9575
9594
|
let $ret = new FillInfo();
|
|
9576
9595
|
$ret.d = ((() => {
|
|
9577
9596
|
let $ret = new PatternFillInfo();
|
|
@@ -9580,7 +9599,7 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9580
9599
|
})());
|
|
9581
9600
|
return $ret;
|
|
9582
9601
|
})()), a);
|
|
9583
|
-
this.
|
|
9602
|
+
this._cu(((() => {
|
|
9584
9603
|
let $ret = new FillInfo();
|
|
9585
9604
|
$ret.d = ((() => {
|
|
9586
9605
|
let $ret = new PatternFillInfo();
|
|
@@ -9589,35 +9608,35 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9589
9608
|
})());
|
|
9590
9609
|
return $ret;
|
|
9591
9610
|
})()), a);
|
|
9592
|
-
this.
|
|
9611
|
+
this._ct(BorderInfo.a(this, new WorksheetCellFormatData(null, 1)), b);
|
|
9593
9612
|
let c = this._b._styles$i.normalStyle;
|
|
9594
|
-
this.
|
|
9595
|
-
this.
|
|
9613
|
+
this._c0(c, a, b);
|
|
9614
|
+
this._co.add(new StyleInfo(1, this, c));
|
|
9596
9615
|
for (let d of fromEnum(this._b._styles$i)) {
|
|
9597
9616
|
if (d == c || d._p == false) {
|
|
9598
9617
|
continue;
|
|
9599
9618
|
}
|
|
9600
|
-
this.
|
|
9601
|
-
this.
|
|
9619
|
+
this._c0(d, a, b);
|
|
9620
|
+
this._co.add(new StyleInfo(1, this, d));
|
|
9602
9621
|
}
|
|
9603
9622
|
for (let e of fromEnum(this._b._styles$i._u())) {
|
|
9604
9623
|
if (e == c) {
|
|
9605
9624
|
continue;
|
|
9606
9625
|
}
|
|
9607
|
-
this.
|
|
9608
|
-
this.
|
|
9626
|
+
this._c0(e, a, b);
|
|
9627
|
+
this._co.add(new StyleInfo(1, this, e));
|
|
9609
9628
|
}
|
|
9610
9629
|
let f = this._b._ca;
|
|
9611
|
-
this.
|
|
9630
|
+
this._cz(f._p, a, b);
|
|
9612
9631
|
for (let g of fromEnum(f)) {
|
|
9613
9632
|
if (g == f._p) {
|
|
9614
9633
|
continue;
|
|
9615
9634
|
}
|
|
9616
|
-
this.
|
|
9635
|
+
this._cz(g, a, b);
|
|
9617
9636
|
}
|
|
9618
9637
|
if (this._b._ct) {
|
|
9619
9638
|
for (let h of fromEnum(this._b._b2.m())) {
|
|
9620
|
-
this.
|
|
9639
|
+
this._cm.add(((() => {
|
|
9621
9640
|
let $ret = new SerializationNumberFormatInfo();
|
|
9622
9641
|
$ret.c = intSToU(h);
|
|
9623
9642
|
$ret.b = this._b._b2.ad(h);
|
|
@@ -9626,12 +9645,12 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9626
9645
|
}
|
|
9627
9646
|
}
|
|
9628
9647
|
}
|
|
9629
|
-
|
|
9630
|
-
super.
|
|
9648
|
+
_bu() {
|
|
9649
|
+
super._bu();
|
|
9631
9650
|
if (this._b._dz != null) {
|
|
9632
9651
|
let a = 1;
|
|
9633
9652
|
for (let b of fromEnum(this._b._dz.values)) {
|
|
9634
|
-
this.
|
|
9653
|
+
this._cl.addItem(b, a++);
|
|
9635
9654
|
}
|
|
9636
9655
|
}
|
|
9637
9656
|
}
|
|
@@ -9641,8 +9660,8 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9641
9660
|
get _ai() {
|
|
9642
9661
|
return this.get__ai();
|
|
9643
9662
|
}
|
|
9644
|
-
|
|
9645
|
-
let b = super.
|
|
9663
|
+
_b7(a) {
|
|
9664
|
+
let b = super._b7(a);
|
|
9646
9665
|
a = b.p0;
|
|
9647
9666
|
let c = typeCast(WorksheetChart.$, a);
|
|
9648
9667
|
if (c != null) {
|
|
@@ -9670,27 +9689,27 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9670
9689
|
};
|
|
9671
9690
|
}
|
|
9672
9691
|
_p() {
|
|
9673
|
-
return this.
|
|
9692
|
+
return this._cc._r();
|
|
9674
9693
|
}
|
|
9675
|
-
|
|
9694
|
+
_bo(a) {
|
|
9676
9695
|
let b = ConditionalFormattingSerializer.a(a);
|
|
9677
9696
|
if (b != null) {
|
|
9678
|
-
if (this.
|
|
9679
|
-
this.
|
|
9697
|
+
if (this._cf == null) {
|
|
9698
|
+
this._cf = new Dictionary$2(Worksheet.$, ConditionalFormattingSerializer.$, 0);
|
|
9680
9699
|
}
|
|
9681
|
-
this.
|
|
9700
|
+
this._cf.addItem(a, b);
|
|
9682
9701
|
b.w(this, a._conditionalFormats$i);
|
|
9683
9702
|
}
|
|
9684
9703
|
}
|
|
9685
|
-
|
|
9704
|
+
_bp(a) {
|
|
9686
9705
|
if (a._sparklineGroups$i.count > 0) {
|
|
9687
|
-
if (this.
|
|
9688
|
-
this.
|
|
9706
|
+
if (this._ck == null) {
|
|
9707
|
+
this._ck = new Dictionary$2(Worksheet.$, SparklinesSerializer.$, 0);
|
|
9689
9708
|
}
|
|
9690
|
-
this.
|
|
9709
|
+
this._ck.addItem(a, new SparklinesSerializer(a));
|
|
9691
9710
|
}
|
|
9692
9711
|
}
|
|
9693
|
-
static
|
|
9712
|
+
static _c1(a, b, c) {
|
|
9694
9713
|
if (ExcelUtils.ba(a)) {
|
|
9695
9714
|
b = 2;
|
|
9696
9715
|
c = null;
|
|
@@ -9733,10 +9752,10 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9733
9752
|
p2: c
|
|
9734
9753
|
};
|
|
9735
9754
|
}
|
|
9736
|
-
|
|
9755
|
+
_cv(a) {
|
|
9737
9756
|
let b = null;
|
|
9738
|
-
if (this.
|
|
9739
|
-
this.
|
|
9757
|
+
if (this._ci == null) {
|
|
9758
|
+
this._ci = new Dictionary$2(DisplayUnit_$type, String_$type, 0);
|
|
9740
9759
|
let c = ExcelUtils.eh("LD_Chart_AxisDisplayUnits");
|
|
9741
9760
|
let d = stringSplit(c, [","], 1);
|
|
9742
9761
|
for (let f = 0; f < d.length; f++) {
|
|
@@ -9751,21 +9770,21 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9751
9770
|
if (((() => { let i = EnumUtil.tryParse$1(DisplayUnit_$type, g[0], true, h); h = i.p2; return i.ret; })()) == false) {
|
|
9752
9771
|
continue;
|
|
9753
9772
|
}
|
|
9754
|
-
if (((() => { let i = this.
|
|
9755
|
-
this.
|
|
9773
|
+
if (((() => { let i = this._ci.tryGetValue(h, b); b = i.p1; return i.ret; })()) == false) {
|
|
9774
|
+
this._ci.addItem(h, g[1]);
|
|
9756
9775
|
}
|
|
9757
9776
|
}
|
|
9758
9777
|
}
|
|
9759
|
-
if (((() => { let i = this.
|
|
9778
|
+
if (((() => { let i = this._ci.tryGetValue(a, b); b = i.p1; return i.ret; })()) == false) {
|
|
9760
9779
|
return null;
|
|
9761
9780
|
}
|
|
9762
9781
|
return b;
|
|
9763
9782
|
}
|
|
9764
|
-
|
|
9783
|
+
_cw(a) {
|
|
9765
9784
|
if (a == null) {
|
|
9766
9785
|
return null;
|
|
9767
9786
|
}
|
|
9768
|
-
let b = new GetFormulaStringInfo(this.
|
|
9787
|
+
let b = new GetFormulaStringInfo(this._cl, true);
|
|
9769
9788
|
let c = XLSXFormulaStringGenerator.bx(a, b);
|
|
9770
9789
|
let d = c.a2();
|
|
9771
9790
|
if (d.d == false) {
|
|
@@ -9773,15 +9792,15 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9773
9792
|
}
|
|
9774
9793
|
return d.b;
|
|
9775
9794
|
}
|
|
9776
|
-
|
|
9795
|
+
_cy(a, b, c, d) {
|
|
9777
9796
|
d = null;
|
|
9778
9797
|
c = false;
|
|
9779
9798
|
let e = b._bg;
|
|
9780
9799
|
let f;
|
|
9781
|
-
if (((() => { let g = this.
|
|
9800
|
+
if (((() => { let g = this._cj.tryGetValue(e, f); f = g.p1; return g.ret; })()) == false) {
|
|
9782
9801
|
c = true;
|
|
9783
9802
|
d = a._c2(b);
|
|
9784
|
-
this.
|
|
9803
|
+
this._cj.item(e, f = this._cx++);
|
|
9785
9804
|
}
|
|
9786
9805
|
return {
|
|
9787
9806
|
ret: f,
|
|
@@ -9789,10 +9808,10 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9789
9808
|
p3: d
|
|
9790
9809
|
};
|
|
9791
9810
|
}
|
|
9792
|
-
|
|
9811
|
+
_b9(a, b) {
|
|
9793
9812
|
return Async.d(WorksheetShape.$, a, (c) => {
|
|
9794
9813
|
let d = typeCast(WorksheetShapeGroupBase.$, c);
|
|
9795
|
-
return Async.g(d != null, () => this.
|
|
9814
|
+
return Async.g(d != null, () => this._b9(d._shapes$i, b), () => {
|
|
9796
9815
|
let e = typeCast(IWorksheetImage_$type, c);
|
|
9797
9816
|
if (e == null) {
|
|
9798
9817
|
return null;
|
|
@@ -9803,46 +9822,46 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9803
9822
|
}
|
|
9804
9823
|
let g = null;
|
|
9805
9824
|
let h;
|
|
9806
|
-
return WorkItemExtensions.a(Async.g(((() => { let i = this.
|
|
9825
|
+
return WorkItemExtensions.a(Async.g(((() => { let i = this._ch.tryGetValue(f, h); h = i.p1; return i.ret; })()), () => {
|
|
9807
9826
|
if (((() => { let i = b.tryGetValue(f, g); g = i.p1; return i.ret; })()) == false) {
|
|
9808
|
-
g = this.
|
|
9827
|
+
g = this._cc._a1(h, this._cc._cd());
|
|
9809
9828
|
}
|
|
9810
9829
|
return null;
|
|
9811
|
-
}, () => WorkItemExtensions.e(Tuple$2.$.specialize(Uri.$, String_$type), this.
|
|
9830
|
+
}, () => WorkItemExtensions.e(Tuple$2.$.specialize(Uri.$, String_$type), this._cc._b0(f, e.preferredFormat), (i) => {
|
|
9812
9831
|
let j = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), i);
|
|
9813
9832
|
h = j.c;
|
|
9814
9833
|
g = j.d;
|
|
9815
|
-
this.
|
|
9834
|
+
this._ch.addItem(f, h);
|
|
9816
9835
|
})), () => b.item(f, g));
|
|
9817
9836
|
});
|
|
9818
9837
|
});
|
|
9819
9838
|
}
|
|
9820
|
-
|
|
9839
|
+
_ct(a, b) {
|
|
9821
9840
|
let c;
|
|
9822
9841
|
if (((() => { let d = b.tryGetValue(a, c); c = d.p1; return d.ret; })())) {
|
|
9823
9842
|
return c;
|
|
9824
9843
|
}
|
|
9825
|
-
c = this.
|
|
9844
|
+
c = this._cn.count;
|
|
9826
9845
|
b.item(a, c);
|
|
9827
|
-
this.
|
|
9846
|
+
this._cn.add(a);
|
|
9828
9847
|
return c;
|
|
9829
9848
|
}
|
|
9830
|
-
|
|
9849
|
+
_cu(a, b) {
|
|
9831
9850
|
let c;
|
|
9832
9851
|
if (((() => { let d = b.tryGetValue(a, c); c = d.p1; return d.ret; })())) {
|
|
9833
9852
|
return c;
|
|
9834
9853
|
}
|
|
9835
|
-
c = this.
|
|
9854
|
+
c = this._cr.count;
|
|
9836
9855
|
b.item(a, c);
|
|
9837
|
-
this.
|
|
9856
|
+
this._cr.add(a);
|
|
9838
9857
|
return c;
|
|
9839
9858
|
}
|
|
9840
|
-
|
|
9859
|
+
_cz(a, b, c) {
|
|
9841
9860
|
this._bf(a._bp, a);
|
|
9842
9861
|
let d = ((() => {
|
|
9843
9862
|
let $ret = new FormatInfo();
|
|
9844
|
-
$ret.r = toNullable(Number_$type, intSToU(this.
|
|
9845
|
-
$ret.o = toNullable(Number_$type, intSToU(this.
|
|
9863
|
+
$ret.r = toNullable(Number_$type, intSToU(this._cu(FillInfo.a(this, a), b)));
|
|
9864
|
+
$ret.o = toNullable(Number_$type, intSToU(this._ct(BorderInfo.a(this, a), c)));
|
|
9846
9865
|
$ret.i = a.formatOptions;
|
|
9847
9866
|
$ret.b = AlignmentInfo.d(a);
|
|
9848
9867
|
$ret.t = toNullable(Number_$type, a._bp._r.value);
|
|
@@ -9851,31 +9870,31 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9851
9870
|
return $ret;
|
|
9852
9871
|
})());
|
|
9853
9872
|
if (a._b1 == 1) {
|
|
9854
|
-
this.
|
|
9873
|
+
this._cp.add(d);
|
|
9855
9874
|
}
|
|
9856
9875
|
else {
|
|
9857
9876
|
if (a.style != null) {
|
|
9858
9877
|
d.p = toNullable(Number_$type, this._a9(a.style));
|
|
9859
9878
|
}
|
|
9860
|
-
this.
|
|
9861
|
-
this.
|
|
9879
|
+
this._ce.addItem(a, this._cq.count);
|
|
9880
|
+
this._cq.add(d);
|
|
9862
9881
|
}
|
|
9863
9882
|
}
|
|
9864
|
-
|
|
9865
|
-
this._av.addItem(a, this.
|
|
9866
|
-
this.
|
|
9883
|
+
_c0(a, b, c) {
|
|
9884
|
+
this._av.addItem(a, this._cp.count);
|
|
9885
|
+
this._cz(a._i, b, c);
|
|
9867
9886
|
}
|
|
9868
|
-
static
|
|
9887
|
+
static _ca(a, b, c) {
|
|
9869
9888
|
if (a._cw && (c == null || !c._i)) {
|
|
9870
|
-
return OleDataSpaces.a(b, a._l, a._f(), (d) => WorkbookSaveManagerExcel2007.
|
|
9889
|
+
return OleDataSpaces.a(b, a._l, a._f(), (d) => WorkbookSaveManagerExcel2007._cb(a, d, c));
|
|
9871
9890
|
}
|
|
9872
9891
|
else {
|
|
9873
|
-
return WorkbookSaveManagerExcel2007.
|
|
9892
|
+
return WorkbookSaveManagerExcel2007._cb(a, b, c);
|
|
9874
9893
|
}
|
|
9875
9894
|
}
|
|
9876
|
-
static
|
|
9895
|
+
static _cb(a, b, c) {
|
|
9877
9896
|
let d = null;
|
|
9878
|
-
return WorkItemExtensions.c(Async.n(WorkbookSaveManagerExcel2007.$, new WorkbookSaveManagerExcel2007(a, b, c, a.currentFormat == 6 ? 1 : 0), (e) => WorkItemExtensions.a(e._o(), () => d = e.
|
|
9897
|
+
return WorkItemExtensions.c(Async.n(WorkbookSaveManagerExcel2007.$, new WorkbookSaveManagerExcel2007(a, b, c, a.currentFormat == 6 ? 1 : 0), (e) => WorkItemExtensions.a(e._o(), () => d = e._cc._b)), () => {
|
|
9879
9898
|
let e = typeCast(Package.$, d);
|
|
9880
9899
|
if (e != null) {
|
|
9881
9900
|
return e._h;
|
|
@@ -9883,29 +9902,29 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9883
9902
|
return null;
|
|
9884
9903
|
});
|
|
9885
9904
|
}
|
|
9886
|
-
get _cm() {
|
|
9887
|
-
return this._cc.b;
|
|
9888
|
-
}
|
|
9889
9905
|
get _cn() {
|
|
9890
|
-
return this.
|
|
9906
|
+
return this._cd.b;
|
|
9891
9907
|
}
|
|
9892
9908
|
get _co() {
|
|
9893
|
-
return this.
|
|
9909
|
+
return this._cd.c;
|
|
9894
9910
|
}
|
|
9895
9911
|
get _cp() {
|
|
9896
|
-
return this.
|
|
9912
|
+
return this._cd.d;
|
|
9897
9913
|
}
|
|
9898
|
-
get
|
|
9899
|
-
return this.
|
|
9914
|
+
get _cq() {
|
|
9915
|
+
return this._cd.e;
|
|
9900
9916
|
}
|
|
9901
|
-
get
|
|
9902
|
-
return this.
|
|
9917
|
+
get _cc() {
|
|
9918
|
+
return this._cd.a;
|
|
9903
9919
|
}
|
|
9904
|
-
get
|
|
9905
|
-
return this.
|
|
9920
|
+
get _cl() {
|
|
9921
|
+
return this._cg;
|
|
9906
9922
|
}
|
|
9907
9923
|
get _cr() {
|
|
9908
|
-
return this.
|
|
9924
|
+
return this._cd.f;
|
|
9925
|
+
}
|
|
9926
|
+
get _cs() {
|
|
9927
|
+
return this._cm;
|
|
9909
9928
|
}
|
|
9910
9929
|
}
|
|
9911
9930
|
WorkbookSaveManagerExcel2007.$t = /*@__PURE__*/ markType(WorkbookSaveManagerExcel2007, 'WorkbookSaveManagerExcel2007', WorkbookSaveManager.$);
|
|
@@ -23246,7 +23265,7 @@ export let CT_BubbleSer = /*@__PURE__*/ (() => {
|
|
|
23246
23265
|
if (a == 113) {
|
|
23247
23266
|
return this.o.getChartType(null, this);
|
|
23248
23267
|
}
|
|
23249
|
-
if (WorksheetChart.
|
|
23268
|
+
if (WorksheetChart._f6(a)) {
|
|
23250
23269
|
return WorksheetChart._e5(b);
|
|
23251
23270
|
}
|
|
23252
23271
|
return a;
|
|
@@ -24566,7 +24585,7 @@ export let CT_SurfaceSer = /*@__PURE__*/ (() => {
|
|
|
24566
24585
|
if (a == 113) {
|
|
24567
24586
|
return this.g.getChartType(null, this);
|
|
24568
24587
|
}
|
|
24569
|
-
if (WorksheetChart.
|
|
24588
|
+
if (WorksheetChart._f6(a)) {
|
|
24570
24589
|
return WorksheetChart._e5(b);
|
|
24571
24590
|
}
|
|
24572
24591
|
return a;
|
|
@@ -25057,7 +25076,7 @@ export let CT_PieSer = /*@__PURE__*/ (() => {
|
|
|
25057
25076
|
if (a == 113) {
|
|
25058
25077
|
return this.k.getChartType(null, this);
|
|
25059
25078
|
}
|
|
25060
|
-
if (WorksheetChart.
|
|
25079
|
+
if (WorksheetChart._f6(a)) {
|
|
25061
25080
|
return WorksheetChart._e5(b);
|
|
25062
25081
|
}
|
|
25063
25082
|
return a;
|
|
@@ -25479,7 +25498,7 @@ export let CT_BarSer = /*@__PURE__*/ (() => {
|
|
|
25479
25498
|
if (a == 113) {
|
|
25480
25499
|
return this.q.getChartType(null, this);
|
|
25481
25500
|
}
|
|
25482
|
-
if (WorksheetChart.
|
|
25501
|
+
if (WorksheetChart._f6(a)) {
|
|
25483
25502
|
return WorksheetChart._e5(b);
|
|
25484
25503
|
}
|
|
25485
25504
|
return a;
|
|
@@ -26174,7 +26193,7 @@ export let CT_ScatterSer = /*@__PURE__*/ (() => {
|
|
|
26174
26193
|
if (a == 113) {
|
|
26175
26194
|
return this.m.getChartType(null, this);
|
|
26176
26195
|
}
|
|
26177
|
-
if (WorksheetChart.
|
|
26196
|
+
if (WorksheetChart._f6(a)) {
|
|
26178
26197
|
return WorksheetChart._e5(b);
|
|
26179
26198
|
}
|
|
26180
26199
|
return a;
|
|
@@ -26546,7 +26565,7 @@ export let CT_RadarSer = /*@__PURE__*/ (() => {
|
|
|
26546
26565
|
if (a == 113) {
|
|
26547
26566
|
return this.k.getChartType(null, this);
|
|
26548
26567
|
}
|
|
26549
|
-
if (WorksheetChart.
|
|
26568
|
+
if (WorksheetChart._f6(a)) {
|
|
26550
26569
|
return WorksheetChart._e5(b);
|
|
26551
26570
|
}
|
|
26552
26571
|
return a;
|
|
@@ -27061,10 +27080,10 @@ export let CT_LineSer = /*@__PURE__*/ (() => {
|
|
|
27061
27080
|
if (a == 113) {
|
|
27062
27081
|
return this.o.getChartType(null, this);
|
|
27063
27082
|
}
|
|
27064
|
-
if (WorksheetChart.
|
|
27083
|
+
if (WorksheetChart._gm(a)) {
|
|
27065
27084
|
return a;
|
|
27066
27085
|
}
|
|
27067
|
-
if (WorksheetChart.
|
|
27086
|
+
if (WorksheetChart._f6(a)) {
|
|
27068
27087
|
return WorksheetChart._e5(b);
|
|
27069
27088
|
}
|
|
27070
27089
|
return a;
|
|
@@ -27759,7 +27778,7 @@ export let CT_AreaSer = /*@__PURE__*/ (() => {
|
|
|
27759
27778
|
if (a == 113) {
|
|
27760
27779
|
return this.k.getChartType(null, this);
|
|
27761
27780
|
}
|
|
27762
|
-
if (WorksheetChart.
|
|
27781
|
+
if (WorksheetChart._f6(a)) {
|
|
27763
27782
|
return WorksheetChart._e5(b);
|
|
27764
27783
|
}
|
|
27765
27784
|
return a;
|
|
@@ -29474,14 +29493,14 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29474
29493
|
}
|
|
29475
29494
|
}
|
|
29476
29495
|
let j = e != null ? e.toArray() : null;
|
|
29477
|
-
let k = WorkbookLoadManagerExcel2007.
|
|
29496
|
+
let k = WorkbookLoadManagerExcel2007._bt(f);
|
|
29478
29497
|
f = k.p0;
|
|
29479
|
-
let l = stringIsNullOrEmpty(f) ? null : Formula._k(f, 1, 0, b.workbook.currentFormat, CultureInfo.invariantCulture, c.
|
|
29498
|
+
let l = stringIsNullOrEmpty(f) ? null : Formula._k(f, 1, 0, b.workbook.currentFormat, CultureInfo.invariantCulture, c._bj);
|
|
29480
29499
|
if (d) {
|
|
29481
|
-
return XValues.
|
|
29500
|
+
return XValues._ab(b, l, j, null, 2);
|
|
29482
29501
|
}
|
|
29483
29502
|
else {
|
|
29484
|
-
return SeriesValues.
|
|
29503
|
+
return SeriesValues._x(b, l, j);
|
|
29485
29504
|
}
|
|
29486
29505
|
}
|
|
29487
29506
|
static s(a, b, c) {
|
|
@@ -29498,10 +29517,10 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29498
29517
|
}
|
|
29499
29518
|
}
|
|
29500
29519
|
let h = d != null ? d.toArray() : null;
|
|
29501
|
-
let i = WorkbookLoadManagerExcel2007.
|
|
29520
|
+
let i = WorkbookLoadManagerExcel2007._bt(e);
|
|
29502
29521
|
e = i.p0;
|
|
29503
|
-
let j = stringIsNullOrEmpty(e) ? null : Formula._k(e, 1, 0, b.workbook.currentFormat, CultureInfo.invariantCulture, c.
|
|
29504
|
-
return XValues.
|
|
29522
|
+
let j = stringIsNullOrEmpty(e) ? null : Formula._k(e, 1, 0, b.workbook.currentFormat, CultureInfo.invariantCulture, c._bj);
|
|
29523
|
+
return XValues._ab(b, j, h, null, 0);
|
|
29505
29524
|
}
|
|
29506
29525
|
static q(a, b, c) {
|
|
29507
29526
|
if (a == null) {
|
|
@@ -29530,10 +29549,10 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29530
29549
|
f[o] = p.d;
|
|
29531
29550
|
}
|
|
29532
29551
|
}
|
|
29533
|
-
let q = WorkbookLoadManagerExcel2007.
|
|
29552
|
+
let q = WorkbookLoadManagerExcel2007._bt(d);
|
|
29534
29553
|
d = q.p0;
|
|
29535
|
-
let r = stringIsNullOrEmpty(d) ? null : Formula._k(d, 1, 0, b.workbook.currentFormat, CultureInfo.invariantCulture, c.
|
|
29536
|
-
return XValues.
|
|
29554
|
+
let r = stringIsNullOrEmpty(d) ? null : Formula._k(d, 1, 0, b.workbook.currentFormat, CultureInfo.invariantCulture, c._bj);
|
|
29555
|
+
return XValues._ab(b, r, e, f, 1);
|
|
29537
29556
|
}
|
|
29538
29557
|
static r(a, b, c) {
|
|
29539
29558
|
if (a == null) {
|
|
@@ -29541,7 +29560,7 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29541
29560
|
}
|
|
29542
29561
|
let d = typeCast(IProvideXValuesData_$type, a);
|
|
29543
29562
|
let e = d.getValues();
|
|
29544
|
-
return XValues.
|
|
29563
|
+
return XValues._ab(b, null, e, null, 0);
|
|
29545
29564
|
}
|
|
29546
29565
|
static o(a, b, c, d) {
|
|
29547
29566
|
if (a == null) {
|
|
@@ -29550,10 +29569,10 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29550
29569
|
let e = typeCast(IProvideXValuesData_$type, a);
|
|
29551
29570
|
let f = e.getValues();
|
|
29552
29571
|
if (d) {
|
|
29553
|
-
return XValues.
|
|
29572
|
+
return XValues._ab(b, null, f, null, 2);
|
|
29554
29573
|
}
|
|
29555
29574
|
else {
|
|
29556
|
-
return SeriesValues.
|
|
29575
|
+
return SeriesValues._x(b, null, f);
|
|
29557
29576
|
}
|
|
29558
29577
|
}
|
|
29559
29578
|
static aq($t, a) {
|
|
@@ -29570,9 +29589,9 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29570
29589
|
if (a.a != null) {
|
|
29571
29590
|
let d = a.a.e;
|
|
29572
29591
|
if (stringIsNullOrEmpty(d) == false) {
|
|
29573
|
-
let e = WorkbookLoadManagerExcel2007.
|
|
29592
|
+
let e = WorkbookLoadManagerExcel2007._bt(d);
|
|
29574
29593
|
d = e.p0;
|
|
29575
|
-
let f = Formula._k(d, 1, 0, b.workbook.currentFormat, CultureInfo.invariantCulture, c.
|
|
29594
|
+
let f = Formula._k(d, 1, 0, b.workbook.currentFormat, CultureInfo.invariantCulture, c._bj);
|
|
29576
29595
|
return SeriesName._b(b, f, a.e);
|
|
29577
29596
|
}
|
|
29578
29597
|
}
|
|
@@ -29588,7 +29607,7 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29588
29607
|
let d = new CT_SerTx();
|
|
29589
29608
|
d.a = new CT_StrRef();
|
|
29590
29609
|
if (a._d != null) {
|
|
29591
|
-
let e = c.
|
|
29610
|
+
let e = c._cw(a._d);
|
|
29592
29611
|
d.a.e = e;
|
|
29593
29612
|
}
|
|
29594
29613
|
let f = a._a();
|
|
@@ -30534,7 +30553,7 @@ export let DMLChartExtensions = /*@__PURE__*/ (() => {
|
|
|
30534
30553
|
if (a == 0 || a == 5) {
|
|
30535
30554
|
return a;
|
|
30536
30555
|
}
|
|
30537
|
-
if (WorksheetChart.
|
|
30556
|
+
if (WorksheetChart._ga(b)) {
|
|
30538
30557
|
switch (b) {
|
|
30539
30558
|
case 114: switch (a) {
|
|
30540
30559
|
case 7:
|
|
@@ -30563,17 +30582,17 @@ export let DMLChartExtensions = /*@__PURE__*/ (() => {
|
|
|
30563
30582
|
}
|
|
30564
30583
|
}
|
|
30565
30584
|
}
|
|
30566
|
-
let c = WorksheetChart.
|
|
30567
|
-
let d = WorksheetChart.
|
|
30585
|
+
let c = WorksheetChart._f7(b);
|
|
30586
|
+
let d = WorksheetChart._gf(b);
|
|
30568
30587
|
if (c && d == false) {
|
|
30569
30588
|
return 0;
|
|
30570
30589
|
}
|
|
30571
|
-
if (WorksheetChart.
|
|
30590
|
+
if (WorksheetChart._f8(b) || WorksheetChart._gn(b) || WorksheetChart._gh(b)) {
|
|
30572
30591
|
return 0;
|
|
30573
30592
|
}
|
|
30574
30593
|
let e;
|
|
30575
30594
|
let f = false;
|
|
30576
|
-
let g = ((() => { let h = WorksheetChart.
|
|
30595
|
+
let g = ((() => { let h = WorksheetChart._f9(b, e, f); e = h.p1; f = h.p2; return h.ret; })());
|
|
30577
30596
|
if (g) {
|
|
30578
30597
|
switch (a) {
|
|
30579
30598
|
case 1:
|
|
@@ -30583,7 +30602,7 @@ export let DMLChartExtensions = /*@__PURE__*/ (() => {
|
|
|
30583
30602
|
default: return 0;
|
|
30584
30603
|
}
|
|
30585
30604
|
}
|
|
30586
|
-
if (WorksheetChart.
|
|
30605
|
+
if (WorksheetChart._ge(b) || WorksheetChart._gj(b)) {
|
|
30587
30606
|
switch (a) {
|
|
30588
30607
|
case 1:
|
|
30589
30608
|
case 7:
|
|
@@ -35398,7 +35417,7 @@ export let ChartExExtensions = /*@__PURE__*/ (() => {
|
|
|
35398
35417
|
g = new FormattedString(numberToString(a.displayUnitCustom, CultureInfo.currentCulture));
|
|
35399
35418
|
}
|
|
35400
35419
|
else {
|
|
35401
|
-
let h = c.
|
|
35420
|
+
let h = c._cv(a.displayUnit);
|
|
35402
35421
|
if (h != null) {
|
|
35403
35422
|
g = new FormattedString(h);
|
|
35404
35423
|
}
|
|
@@ -46984,7 +47003,7 @@ export let ChartExDeserializer = /*@__PURE__*/ (() => {
|
|
|
46984
47003
|
}
|
|
46985
47004
|
static hz(a, b) {
|
|
46986
47005
|
b.clear();
|
|
46987
|
-
for (let c of fromEnum(a.
|
|
47006
|
+
for (let c of fromEnum(a._bi)) {
|
|
46988
47007
|
let d = null;
|
|
46989
47008
|
if (((() => { let e = b.tryGetValue(c.a.name, d); d = e.p1; return e.ret; })())) {
|
|
46990
47009
|
continue;
|
|
@@ -47062,7 +47081,7 @@ export let ChartExDeserializer = /*@__PURE__*/ (() => {
|
|
|
47062
47081
|
}
|
|
47063
47082
|
static j(a) {
|
|
47064
47083
|
if (a.xValues != null) {
|
|
47065
|
-
let b = a.xValues.
|
|
47084
|
+
let b = a.xValues._x();
|
|
47066
47085
|
let c = a.xValues.getValues();
|
|
47067
47086
|
for (let d of fromEnum(b.c)) {
|
|
47068
47087
|
}
|
|
@@ -47086,8 +47105,8 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47086
47105
|
if (a == null) {
|
|
47087
47106
|
return;
|
|
47088
47107
|
}
|
|
47089
|
-
a.
|
|
47090
|
-
a.
|
|
47108
|
+
a._j1();
|
|
47109
|
+
a._jw();
|
|
47091
47110
|
let e = this.bc;
|
|
47092
47111
|
let f = a.chartArea;
|
|
47093
47112
|
let g = a.plotArea;
|
|
@@ -47114,13 +47133,13 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47114
47133
|
$ret.a = CT_Boolean.b(a.chartTitle == null);
|
|
47115
47134
|
return $ret;
|
|
47116
47135
|
})());
|
|
47117
|
-
if (WorksheetChart.
|
|
47136
|
+
if (WorksheetChart._f7(a.chartType)) {
|
|
47118
47137
|
h.f.u = ChartSerializer.a0(a.depthPercent, a.heightPercent, a.rotationX, a.rotationY, a.perspective, a.rightAngleAxes);
|
|
47119
47138
|
h.f.m = ChartSerializer.as(e, a, a.backWall);
|
|
47120
47139
|
h.f.q = ChartSerializer.as(e, a, a.sideWall);
|
|
47121
47140
|
h.f.o = ChartSerializer.as(e, a, a.floor);
|
|
47122
47141
|
}
|
|
47123
|
-
else if (WorksheetChart.
|
|
47142
|
+
else if (WorksheetChart._gn(a.chartType)) {
|
|
47124
47143
|
h.f.u = ChartSerializer.a1();
|
|
47125
47144
|
}
|
|
47126
47145
|
h.f.k = ((() => {
|
|
@@ -47281,7 +47300,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47281
47300
|
}
|
|
47282
47301
|
static bg(a, b) {
|
|
47283
47302
|
let c = new List$1(Axis.$, 0);
|
|
47284
|
-
if (WorksheetChart.
|
|
47303
|
+
if (WorksheetChart._f4(a.chartType) == false) {
|
|
47285
47304
|
return c;
|
|
47286
47305
|
}
|
|
47287
47306
|
let d = a._axisCollection$i;
|
|
@@ -47290,7 +47309,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47290
47309
|
let g = d.item(1, 2);
|
|
47291
47310
|
let h = d.item(2, 2);
|
|
47292
47311
|
let i = d.item(3);
|
|
47293
|
-
if (WorksheetChart.
|
|
47312
|
+
if (WorksheetChart._g1(a.chartType) == false) {
|
|
47294
47313
|
g = null;
|
|
47295
47314
|
h = null;
|
|
47296
47315
|
}
|
|
@@ -47694,7 +47713,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47694
47713
|
}
|
|
47695
47714
|
if (c._legendEntries$i != null) {
|
|
47696
47715
|
e.m = new List$1(CT_LegendEntry.$, 0);
|
|
47697
|
-
let h = b.
|
|
47716
|
+
let h = b._g8();
|
|
47698
47717
|
for (let i = 0; i < h.count; i++) {
|
|
47699
47718
|
let j = h._inner[i];
|
|
47700
47719
|
if (j._ak() == false) {
|
|
@@ -47897,7 +47916,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47897
47916
|
return $ret;
|
|
47898
47917
|
})());
|
|
47899
47918
|
}
|
|
47900
|
-
let h = a.
|
|
47919
|
+
let h = a._i1;
|
|
47901
47920
|
if (h.hasValue) {
|
|
47902
47921
|
e.a = ((() => {
|
|
47903
47922
|
let $ret = new CT_GapAmount();
|
|
@@ -47918,7 +47937,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47918
47937
|
$ret.b = DMLChartExtensions.ai(a.barShapeResolved);
|
|
47919
47938
|
return $ret;
|
|
47920
47939
|
})());
|
|
47921
|
-
let g = a.
|
|
47940
|
+
let g = a._i1;
|
|
47922
47941
|
if (g.hasValue) {
|
|
47923
47942
|
e.c = ((() => {
|
|
47924
47943
|
let $ret = new CT_GapAmount();
|
|
@@ -47926,7 +47945,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47926
47945
|
return $ret;
|
|
47927
47946
|
})());
|
|
47928
47947
|
}
|
|
47929
|
-
let h = a.
|
|
47948
|
+
let h = a._i0;
|
|
47930
47949
|
if (h.hasValue) {
|
|
47931
47950
|
e.a = ((() => {
|
|
47932
47951
|
let $ret = new CT_GapAmount();
|
|
@@ -47964,7 +47983,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47964
47983
|
let f = e.j;
|
|
47965
47984
|
ChartSerializer.br(f, d, a, false, c);
|
|
47966
47985
|
e.k = ChartSerializer.bk(b);
|
|
47967
|
-
if (WorksheetChart.
|
|
47986
|
+
if (WorksheetChart._f5(a.chartType)) {
|
|
47968
47987
|
e.e = ((() => {
|
|
47969
47988
|
let $ret = new CT_Marker_Chart();
|
|
47970
47989
|
$ret.j = toNullable(Boolean_$type, true);
|
|
@@ -48058,7 +48077,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48058
48077
|
$ret.b = g;
|
|
48059
48078
|
return $ret;
|
|
48060
48079
|
})());
|
|
48061
|
-
let h = a.
|
|
48080
|
+
let h = a._i1;
|
|
48062
48081
|
if (h.hasValue) {
|
|
48063
48082
|
e.c = ((() => {
|
|
48064
48083
|
let $ret = new CT_GapAmount();
|
|
@@ -48157,7 +48176,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48157
48176
|
}
|
|
48158
48177
|
static ar(a, b, c, d) {
|
|
48159
48178
|
let e = a.sheet;
|
|
48160
|
-
let f = WorksheetChart.
|
|
48179
|
+
let f = WorksheetChart._i3(a.chartType);
|
|
48161
48180
|
let g = new CT_StockChart();
|
|
48162
48181
|
g.i = new List$1(CT_UnsignedInt.$, 0);
|
|
48163
48182
|
for (let h = 0; h < b.count; h++) {
|
|
@@ -48212,7 +48231,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48212
48231
|
}
|
|
48213
48232
|
}
|
|
48214
48233
|
static b0(a, b, c, d, e = true) {
|
|
48215
|
-
if (e && WorksheetChart.
|
|
48234
|
+
if (e && WorksheetChart._f4(b) == false) {
|
|
48216
48235
|
return;
|
|
48217
48236
|
}
|
|
48218
48237
|
let f = a.item(1, 1);
|
|
@@ -48284,7 +48303,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48284
48303
|
let e = a.sheet;
|
|
48285
48304
|
let f = new CT_LineSer();
|
|
48286
48305
|
let g = f.n;
|
|
48287
|
-
let h = WorksheetChart.
|
|
48306
|
+
let h = WorksheetChart._f7(a.chartType);
|
|
48288
48307
|
ChartSerializer.bt(g, e, b, d, c, h);
|
|
48289
48308
|
let i = ChartSerializer.e(a, b);
|
|
48290
48309
|
f.c = i;
|
|
@@ -48292,7 +48311,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48292
48311
|
f.k = j;
|
|
48293
48312
|
f.g = ChartSerializer.w(a, b);
|
|
48294
48313
|
f.a = CT_Boolean.b(b.smooth);
|
|
48295
|
-
f.i = ChartSerializer.ac(e, b.markerStyle, b.
|
|
48314
|
+
f.i = ChartSerializer.ac(e, b.markerStyle, b._dm, b.markerFill, b.markerBorder, toNullable(ChartType_$type, b.chartType));
|
|
48296
48315
|
f.t = ChartSerializer.bj(e, b);
|
|
48297
48316
|
f.e = ChartSerializer.u(e, b);
|
|
48298
48317
|
f.p = ChartSerializer.bh(e, b);
|
|
@@ -48331,7 +48350,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48331
48350
|
f.c = h;
|
|
48332
48351
|
let i = ChartSerializer.ad(a, b);
|
|
48333
48352
|
f.g = i;
|
|
48334
|
-
let j = b.
|
|
48353
|
+
let j = b._dl;
|
|
48335
48354
|
if (j.hasValue) {
|
|
48336
48355
|
f.a = ((() => {
|
|
48337
48356
|
let $ret = new CT_UnsignedInt();
|
|
@@ -48352,7 +48371,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48352
48371
|
ChartSerializer.bt(i, g, b, e, d, false, j);
|
|
48353
48372
|
if (f == false) {
|
|
48354
48373
|
let k = c.xValues != null ? typeCast(SeriesValuesBase.$, c.xValues) : typeCast(SeriesValuesBase.$, c.values);
|
|
48355
|
-
if (d > 0 && b.xValues != null && b.xValues.
|
|
48374
|
+
if (d > 0 && b.xValues != null && b.xValues._ad == false) {
|
|
48356
48375
|
k = b.xValues;
|
|
48357
48376
|
}
|
|
48358
48377
|
let l = ChartSerializer.f(a, k);
|
|
@@ -48362,7 +48381,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48362
48381
|
h.i = m;
|
|
48363
48382
|
h.p = new List$1(CT_ErrBars.$, 0);
|
|
48364
48383
|
h.p.add(ChartSerializer.w(a, b));
|
|
48365
|
-
h.a = CT_Boolean.b(b.
|
|
48384
|
+
h.a = CT_Boolean.b(b._b7);
|
|
48366
48385
|
let n = null;
|
|
48367
48386
|
let o = b.chartType != 75 && b.chartType != 73;
|
|
48368
48387
|
if (o) {
|
|
@@ -48371,7 +48390,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48371
48390
|
if (q == -4142) {
|
|
48372
48391
|
q = -4105;
|
|
48373
48392
|
}
|
|
48374
|
-
n = ChartSerializer.ac(g, q, b.
|
|
48393
|
+
n = ChartSerializer.ac(g, q, b._dm, p, b.markerBorder, toNullable(ChartType_$type, b.chartType));
|
|
48375
48394
|
}
|
|
48376
48395
|
else {
|
|
48377
48396
|
n = ((() => {
|
|
@@ -48408,7 +48427,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48408
48427
|
let f = new CT_RadarSer();
|
|
48409
48428
|
let g = f.j;
|
|
48410
48429
|
ChartSerializer.bt(g, e, b, d, c, a.chartType == 82);
|
|
48411
|
-
f.e = ChartSerializer.ac(e, b.markerStyle, b.
|
|
48430
|
+
f.e = ChartSerializer.ac(e, b.markerStyle, b._dm, b.markerFill, b.markerBorder, toNullable(ChartType_$type, a.chartType));
|
|
48412
48431
|
let h = ChartSerializer.e(a, b);
|
|
48413
48432
|
f.a = h;
|
|
48414
48433
|
let i = ChartSerializer.ad(a, b);
|
|
@@ -48493,7 +48512,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48493
48512
|
})());
|
|
48494
48513
|
l.a = CT_Boolean.b(d);
|
|
48495
48514
|
l.c = CT_Boolean.b(i._au);
|
|
48496
|
-
let m = WorksheetChart.
|
|
48515
|
+
let m = WorksheetChart._gz(b.chartType);
|
|
48497
48516
|
l.i = m ? ChartSerializer.ac(a, i._ao, toNullable(Number_$type, i._a9), i._al, i._ae, toNullable(ChartType_$type, null)) : null;
|
|
48498
48517
|
ChartSerializerExtensions.a4(l.k, i);
|
|
48499
48518
|
g.add(l);
|
|
@@ -48547,7 +48566,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48547
48566
|
let k = f ? c.fill : null;
|
|
48548
48567
|
let l = f ? typeCast(ChartLineBase.$, c.border) : c.line != null ? typeCast(ChartLineBase.$, c.line) : null;
|
|
48549
48568
|
let m = c.chart;
|
|
48550
|
-
let n = f ? false : m != null && m.
|
|
48569
|
+
let n = f ? false : m != null && m._gv == false;
|
|
48551
48570
|
if (f == false) {
|
|
48552
48571
|
if (l == null) {
|
|
48553
48572
|
l = new ChartLine();
|
|
@@ -48616,15 +48635,15 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48616
48635
|
if (d == null) {
|
|
48617
48636
|
return null;
|
|
48618
48637
|
}
|
|
48619
|
-
let e = d.
|
|
48638
|
+
let e = d._w();
|
|
48620
48639
|
if (e == null || e.length == 0) {
|
|
48621
48640
|
return null;
|
|
48622
48641
|
}
|
|
48623
48642
|
let f = new CT_AxDataSource();
|
|
48624
|
-
let g = d.
|
|
48643
|
+
let g = d._ae > 1;
|
|
48625
48644
|
;
|
|
48626
48645
|
if (g) {
|
|
48627
|
-
let h = intDivide(e.length, d.
|
|
48646
|
+
let h = intDivide(e.length, d._ae);
|
|
48628
48647
|
f.a = new CT_MultiLvlStrRef();
|
|
48629
48648
|
f.a.a = ((() => {
|
|
48630
48649
|
let $ret = new CT_MultiLvlStrData();
|
|
@@ -48632,12 +48651,12 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48632
48651
|
return $ret;
|
|
48633
48652
|
})());
|
|
48634
48653
|
let i = null;
|
|
48635
|
-
let j = new List$1(List$1.$.specialize(String_$type), 2, d.
|
|
48636
|
-
for (let k = 0; k < d.
|
|
48654
|
+
let j = new List$1(List$1.$.specialize(String_$type), 2, d._ae);
|
|
48655
|
+
for (let k = 0; k < d._ae; k++) {
|
|
48637
48656
|
j.add(new List$1(String_$type, 2, h));
|
|
48638
48657
|
}
|
|
48639
48658
|
for (let l = 0; l < e.length; l++) {
|
|
48640
|
-
let m = l % d.
|
|
48659
|
+
let m = l % d._ae;
|
|
48641
48660
|
let n = e[l];
|
|
48642
48661
|
let o = n == null ? stringEmpty() : n.toString();
|
|
48643
48662
|
j._inner[m].add(o);
|
|
@@ -48681,8 +48700,8 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48681
48700
|
})()));
|
|
48682
48701
|
}
|
|
48683
48702
|
}
|
|
48684
|
-
if (d.
|
|
48685
|
-
let v = d.
|
|
48703
|
+
if (d._h != null) {
|
|
48704
|
+
let v = d._h._toString1(c._c);
|
|
48686
48705
|
v = SerializationUtils.u(v);
|
|
48687
48706
|
if (g) {
|
|
48688
48707
|
if (f.a == null) {
|
|
@@ -48711,10 +48730,10 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48711
48730
|
}
|
|
48712
48731
|
let f = new CT_AxDataSource();
|
|
48713
48732
|
let g = typeCast(XValues.$, b);
|
|
48714
|
-
if (g != null && g.
|
|
48733
|
+
if (g != null && g._ac == 2) {
|
|
48715
48734
|
f.c = ChartSerializer.ai(e);
|
|
48716
|
-
if (b.
|
|
48717
|
-
d = b.
|
|
48735
|
+
if (b._h != null) {
|
|
48736
|
+
d = b._h._toString1(c._c);
|
|
48718
48737
|
d = SerializationUtils.u(d);
|
|
48719
48738
|
f.c.e = d;
|
|
48720
48739
|
}
|
|
@@ -48739,8 +48758,8 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48739
48758
|
return $ret;
|
|
48740
48759
|
})()));
|
|
48741
48760
|
}
|
|
48742
|
-
if (b.
|
|
48743
|
-
d = b.
|
|
48761
|
+
if (b._h != null) {
|
|
48762
|
+
d = b._h._toString1(c._c);
|
|
48744
48763
|
d = SerializationUtils.u(d);
|
|
48745
48764
|
if (f.e == null) {
|
|
48746
48765
|
f.e = new CT_StrRef();
|
|
@@ -48760,8 +48779,8 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48760
48779
|
let e = new CT_NumDataSource();
|
|
48761
48780
|
let f = b.getValues();
|
|
48762
48781
|
e.b = ChartSerializer.ai(f);
|
|
48763
|
-
if (b.
|
|
48764
|
-
let g = b.
|
|
48782
|
+
if (b._h != null) {
|
|
48783
|
+
let g = b._h._toString1(d._c);
|
|
48765
48784
|
g = SerializationUtils.u(g);
|
|
48766
48785
|
if (e.b == null) {
|
|
48767
48786
|
e.b = new CT_NumRef();
|
|
@@ -49225,7 +49244,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
49225
49244
|
return null;
|
|
49226
49245
|
}
|
|
49227
49246
|
let c = b.chart;
|
|
49228
|
-
if (c != null && WorksheetChart.
|
|
49247
|
+
if (c != null && WorksheetChart._f7(c.chartType)) {
|
|
49229
49248
|
return null;
|
|
49230
49249
|
}
|
|
49231
49250
|
let d = new List$1(CT_Trendline.$, 2, b._trendlineCollection$i.count);
|
|
@@ -49324,7 +49343,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
49324
49343
|
let g = null;
|
|
49325
49344
|
let h = toNullable(MarkerStyle_$type, null);
|
|
49326
49345
|
if (f.hasValue) {
|
|
49327
|
-
h = WorksheetChart.
|
|
49346
|
+
h = WorksheetChart._i2(f.value);
|
|
49328
49347
|
}
|
|
49329
49348
|
if (b == -4105 && h.hasValue) {
|
|
49330
49349
|
b = h.value;
|
|
@@ -49771,7 +49790,7 @@ export let ChartExSerializer = /*@__PURE__*/ (() => {
|
|
|
49771
49790
|
return c;
|
|
49772
49791
|
}
|
|
49773
49792
|
static i(a, b, c) {
|
|
49774
|
-
if (WorksheetChart.
|
|
49793
|
+
if (WorksheetChart._ga(b) == false) {
|
|
49775
49794
|
}
|
|
49776
49795
|
let d = new CT_SeriesLayoutProperties();
|
|
49777
49796
|
switch (a.chartType) {
|
|
@@ -49986,10 +50005,10 @@ export let ChartExSerializer = /*@__PURE__*/ (() => {
|
|
|
49986
50005
|
let h = new CT_Data();
|
|
49987
50006
|
if (f != null) {
|
|
49988
50007
|
let i = null;
|
|
49989
|
-
if (((() => { let j = b.tryGetValue(f.
|
|
50008
|
+
if (((() => { let j = b.tryGetValue(f._h, i); i = j.p1; return j.ret; })()) == false) {
|
|
49990
50009
|
}
|
|
49991
50010
|
else {
|
|
49992
|
-
let j = f.
|
|
50011
|
+
let j = f._af.hasValue && f._af.value ? 1 : 0;
|
|
49993
50012
|
h.b = ((() => {
|
|
49994
50013
|
let $ret = new CT_StringDimension();
|
|
49995
50014
|
$ret.c = 0;
|
|
@@ -50005,11 +50024,11 @@ export let ChartExSerializer = /*@__PURE__*/ (() => {
|
|
|
50005
50024
|
}
|
|
50006
50025
|
if (g != null) {
|
|
50007
50026
|
let k = null;
|
|
50008
|
-
if (((() => { let l = b.tryGetValue(g.
|
|
50027
|
+
if (((() => { let l = b.tryGetValue(g._h, k); k = l.p1; return l.ret; })()) == false) {
|
|
50009
50028
|
}
|
|
50010
50029
|
else {
|
|
50011
50030
|
let l = 0;
|
|
50012
|
-
if (g.
|
|
50031
|
+
if (g._y) {
|
|
50013
50032
|
h.c = ((() => {
|
|
50014
50033
|
let $ret = new CT_StringDimension();
|
|
50015
50034
|
$ret.c = 1;
|
|
@@ -50451,9 +50470,9 @@ export let ComboChartSerializer = /*@__PURE__*/ (() => {
|
|
|
50451
50470
|
case 81: return a;
|
|
50452
50471
|
}
|
|
50453
50472
|
let b = false;
|
|
50454
|
-
let c = ((() => { let d = WorksheetChart.
|
|
50473
|
+
let c = ((() => { let d = WorksheetChart._gl(a, b); b = d.p1; return d.ret; })());
|
|
50455
50474
|
let d, e;
|
|
50456
|
-
if (((() => { let f = WorksheetChart.
|
|
50475
|
+
if (((() => { let f = WorksheetChart._f9(a, d, e); d = f.p1; e = f.p2; return f.ret; })())) {
|
|
50457
50476
|
if (d) {
|
|
50458
50477
|
return b ? 53 : c ? 52 : 51;
|
|
50459
50478
|
}
|
|
@@ -50461,20 +50480,20 @@ export let ComboChartSerializer = /*@__PURE__*/ (() => {
|
|
|
50461
50480
|
return b ? 59 : c ? 58 : 57;
|
|
50462
50481
|
}
|
|
50463
50482
|
}
|
|
50464
|
-
if (WorksheetChart.
|
|
50483
|
+
if (WorksheetChart._ge(a)) {
|
|
50465
50484
|
return b ? 64 : c ? 63 : 4;
|
|
50466
50485
|
}
|
|
50467
|
-
if (WorksheetChart.
|
|
50486
|
+
if (WorksheetChart._f8(a)) {
|
|
50468
50487
|
return b ? 77 : c ? 76 : 1;
|
|
50469
50488
|
}
|
|
50470
|
-
if (WorksheetChart.
|
|
50489
|
+
if (WorksheetChart._gf(a)) {
|
|
50471
50490
|
switch (a) {
|
|
50472
50491
|
case -4102:
|
|
50473
50492
|
case 70: return 5;
|
|
50474
50493
|
case 80: return 80;
|
|
50475
50494
|
}
|
|
50476
50495
|
}
|
|
50477
|
-
if (WorksheetChart.
|
|
50496
|
+
if (WorksheetChart._gm(a)) {
|
|
50478
50497
|
return 4;
|
|
50479
50498
|
}
|
|
50480
50499
|
switch (a) {
|
|
@@ -51387,7 +51406,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
51387
51406
|
class WorksheetChartExtensions extends Base {
|
|
51388
51407
|
static aq(a, b, c, d) {
|
|
51389
51408
|
let e = c.workbook;
|
|
51390
|
-
a.
|
|
51409
|
+
a._jb(c);
|
|
51391
51410
|
try {
|
|
51392
51411
|
let f = b.f;
|
|
51393
51412
|
let g = f.a == null || f.a.k == false;
|
|
@@ -51532,6 +51551,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
51532
51551
|
a.chartArea.border = ak;
|
|
51533
51552
|
}
|
|
51534
51553
|
a.chartArea.roundedCorners = CT_Boolean.g(b.d);
|
|
51554
|
+
a._gg = b.j != null && !stringIsNullOrEmpty(b.j.e);
|
|
51535
51555
|
ai = h.af;
|
|
51536
51556
|
aj = ai != null ? ai.a : null;
|
|
51537
51557
|
if (ai != null) {
|
|
@@ -51614,7 +51634,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
51614
51634
|
}
|
|
51615
51635
|
break;
|
|
51616
51636
|
}
|
|
51617
|
-
let ay = WorksheetChart.
|
|
51637
|
+
let ay = WorksheetChart._g1(a.chartType);
|
|
51618
51638
|
if (ay == false) {
|
|
51619
51639
|
let az = a._axisCollection$i.item(2, 2);
|
|
51620
51640
|
if (az != null) {
|
|
@@ -51708,7 +51728,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
51708
51728
|
let bo = bn.count > 0 ? bn._inner[0] : null;
|
|
51709
51729
|
if (bk.hasValue && bo != null) {
|
|
51710
51730
|
let bp = bd.getChartType(b, bo);
|
|
51711
|
-
if (WorksheetChart.
|
|
51731
|
+
if (WorksheetChart._gq(bp)) {
|
|
51712
51732
|
let bq = a._fr(bp, bk.value);
|
|
51713
51733
|
if (bf != null) {
|
|
51714
51734
|
bq._gapWidth$i = toNullable(Number_$type, bf.c);
|
|
@@ -51729,7 +51749,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
51729
51749
|
}
|
|
51730
51750
|
}
|
|
51731
51751
|
finally {
|
|
51732
|
-
a.
|
|
51752
|
+
a._jd();
|
|
51733
51753
|
}
|
|
51734
51754
|
}
|
|
51735
51755
|
static ap(a, b, c, d) {
|
|
@@ -51963,7 +51983,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
51963
51983
|
if (g.c == null || g.c.count == 0) {
|
|
51964
51984
|
return;
|
|
51965
51985
|
}
|
|
51966
|
-
a.
|
|
51986
|
+
a._jb();
|
|
51967
51987
|
try {
|
|
51968
51988
|
let i = null;
|
|
51969
51989
|
let j = null;
|
|
@@ -52061,7 +52081,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
52061
52081
|
}
|
|
52062
52082
|
}
|
|
52063
52083
|
finally {
|
|
52064
|
-
a.
|
|
52084
|
+
a._jd();
|
|
52065
52085
|
}
|
|
52066
52086
|
}
|
|
52067
52087
|
static aj(a, b, c, d, e, f, g, h, i) {
|
|
@@ -52099,7 +52119,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
52099
52119
|
}
|
|
52100
52120
|
}
|
|
52101
52121
|
a.values = new SeriesValues(e, j, null, false);
|
|
52102
|
-
a.values.
|
|
52122
|
+
a.values._y = true;
|
|
52103
52123
|
}
|
|
52104
52124
|
}
|
|
52105
52125
|
if (c.g != null && c.g.a != null) {
|
|
@@ -52810,9 +52830,9 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
52810
52830
|
if (d != null) {
|
|
52811
52831
|
if (d.a != null) {
|
|
52812
52832
|
let k = d.a.e;
|
|
52813
|
-
let l = WorkbookLoadManagerExcel2007.
|
|
52833
|
+
let l = WorkbookLoadManagerExcel2007._bt(k);
|
|
52814
52834
|
k = l.p0;
|
|
52815
|
-
let m = Formula._k(k, 1, 0, i.currentFormat, CultureInfo.invariantCulture, h.
|
|
52835
|
+
let m = Formula._k(k, 1, 0, i.currentFormat, CultureInfo.invariantCulture, h._bj);
|
|
52816
52836
|
a._b2(g, m);
|
|
52817
52837
|
}
|
|
52818
52838
|
else {
|
|
@@ -52912,7 +52932,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
52912
52932
|
k.add(Tuple.a(Number_$type, Axis.$, n.crossAxId, q));
|
|
52913
52933
|
e.addItem(n.id, Tuple.a(Axis.$, IAxis_$type, q, n));
|
|
52914
52934
|
}
|
|
52915
|
-
if (WorksheetChart.
|
|
52935
|
+
if (WorksheetChart._gt(a.chartType) == false) {
|
|
52916
52936
|
let r = a._axisCollection$i.item(2, 1);
|
|
52917
52937
|
let s = a._axisCollection$i.item(2, 2);
|
|
52918
52938
|
if (r != null && s != null) {
|
|
@@ -53171,7 +53191,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
53171
53191
|
if (j != null && j.a != null) {
|
|
53172
53192
|
let o = new ChartBorder(null);
|
|
53173
53193
|
DMLChartExtensions.a4(o, j.a, e);
|
|
53174
|
-
if (WorksheetChart.
|
|
53194
|
+
if (WorksheetChart._ge(n, 1)) {
|
|
53175
53195
|
let p = new ChartLine();
|
|
53176
53196
|
p.fill = o.fill;
|
|
53177
53197
|
p.widthInPoints = o.widthInPoints;
|
|
@@ -53241,7 +53261,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
53241
53261
|
b.markerStyle = y.value;
|
|
53242
53262
|
}
|
|
53243
53263
|
}
|
|
53244
|
-
else if (WorksheetChart.
|
|
53264
|
+
else if (WorksheetChart._f5(a.chartType)) {
|
|
53245
53265
|
b.markerStyle = -4105;
|
|
53246
53266
|
}
|
|
53247
53267
|
if (i.b != null) {
|
|
@@ -53377,9 +53397,9 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
53377
53397
|
if (f != null && f.h != null) {
|
|
53378
53398
|
let ai = f.h.c;
|
|
53379
53399
|
if (stringIsNullOrEmpty(ai) == false) {
|
|
53380
|
-
let aj = WorkbookLoadManagerExcel2007.
|
|
53400
|
+
let aj = WorkbookLoadManagerExcel2007._bt(ai);
|
|
53381
53401
|
ai = aj.p0;
|
|
53382
|
-
let ak = typeCast(SingleTargetFormula.$, Formula._k(ai, 1, 0, j.currentFormat, CultureInfo.invariantCulture, i.
|
|
53402
|
+
let ak = typeCast(SingleTargetFormula.$, Formula._k(ai, 1, 0, j.currentFormat, CultureInfo.invariantCulture, i._bj));
|
|
53383
53403
|
b.dataLabels._eb(h, ak);
|
|
53384
53404
|
}
|
|
53385
53405
|
}
|
|
@@ -53783,8 +53803,8 @@ export let ConditionalFormattingSerializer = /*@__PURE__*/ (() => {
|
|
|
53783
53803
|
let f = this.t(a);
|
|
53784
53804
|
let g = EnumConverter.j(a.operator);
|
|
53785
53805
|
SpreadsheetMLMain.zq(b, SpreadsheetMLMain.eg, toNullable(ST_CfType_$type, 1), f, a.priority, a.stopIfTrue, toNullable(Boolean_$type, null), toNullable(Boolean_$type, null), toNullable(Boolean_$type, null), toNullable(ST_ConditionalFormattingOperator_$type, g));
|
|
53786
|
-
let h = c.
|
|
53787
|
-
let i = c.
|
|
53806
|
+
let h = c._cw(a.operand1);
|
|
53807
|
+
let i = c._cw(a.operand2);
|
|
53788
53808
|
ConditionalFormattingSerializer.ae(b, d, h);
|
|
53789
53809
|
ConditionalFormattingSerializer.ae(b, d, i);
|
|
53790
53810
|
d.k();
|
|
@@ -53803,7 +53823,7 @@ export let ConditionalFormattingSerializer = /*@__PURE__*/ (() => {
|
|
|
53803
53823
|
}
|
|
53804
53824
|
let f = this.t(a);
|
|
53805
53825
|
SpreadsheetMLMain.zq(b, SpreadsheetMLMain.eg, toNullable(ST_CfType_$type, 0), f, a.priority, a.stopIfTrue);
|
|
53806
|
-
let g = c.
|
|
53826
|
+
let g = c._cw(a.formula);
|
|
53807
53827
|
ConditionalFormattingSerializer.ae(b, d, g);
|
|
53808
53828
|
d.k();
|
|
53809
53829
|
return null;
|
|
@@ -53895,7 +53915,7 @@ export let ConditionalFormattingSerializer = /*@__PURE__*/ (() => {
|
|
|
53895
53915
|
e(a, b, c, d) {
|
|
53896
53916
|
let e = toNullable(Number_$type, null);
|
|
53897
53917
|
SpreadsheetMLMain.zq(b, SpreadsheetMLMain.eg, toNullable(ST_CfType_$type, 3), e, a.priority, a.stopIfTrue);
|
|
53898
|
-
let f = c.
|
|
53918
|
+
let f = c._cw(a.formula);
|
|
53899
53919
|
ConditionalFormattingSerializer.ae(b, d, f);
|
|
53900
53920
|
let g = toNullable(Number_$type, intSToU(a.fillPercentMin));
|
|
53901
53921
|
let h = toNullable(Number_$type, intSToU(a.fillPercentMax));
|
|
@@ -53937,7 +53957,7 @@ export let ConditionalFormattingSerializer = /*@__PURE__*/ (() => {
|
|
|
53937
53957
|
}
|
|
53938
53958
|
let f = toNullable(Number_$type, null);
|
|
53939
53959
|
SpreadsheetMLMain.zq(b, SpreadsheetMLMain.eg, toNullable(ST_CfType_$type, 4), f, a.priority, a.stopIfTrue);
|
|
53940
|
-
let g = c.
|
|
53960
|
+
let g = c._cw(a.formula);
|
|
53941
53961
|
ConditionalFormattingSerializer.ae(b, d, g);
|
|
53942
53962
|
let h = ExcelUtils.ak(a.iconSet);
|
|
53943
53963
|
SpreadsheetMLMain.ab7(b, SpreadsheetMLMain.jt, toNullable(ST_IconSetType_$type, h), toNullable(Boolean_$type, a._cm), toNullable(Boolean_$type, a.isReverseOrder), toNullable(Boolean_$type, a.showValue), toNullable(Boolean_$type, false));
|
|
@@ -53965,7 +53985,7 @@ export let ConditionalFormattingSerializer = /*@__PURE__*/ (() => {
|
|
|
53965
53985
|
let f = toNullable(Number_$type, null);
|
|
53966
53986
|
let g = a.worksheet;
|
|
53967
53987
|
SpreadsheetMLMain.zq(b, SpreadsheetMLMain.eg, toNullable(ST_CfType_$type, 2), f, a.priority, a.stopIfTrue);
|
|
53968
|
-
let h = c.
|
|
53988
|
+
let h = c._cw(a.formula);
|
|
53969
53989
|
ConditionalFormattingSerializer.ae(b, d, h);
|
|
53970
53990
|
SpreadsheetMLMain.z1(b);
|
|
53971
53991
|
ConditionValueExtensions.b(a.minimumThreshold._b, b, c, d, g, false);
|
|
@@ -54104,7 +54124,7 @@ export let ConditionalFormattingSerializer = /*@__PURE__*/ (() => {
|
|
|
54104
54124
|
return numberToString(a, CultureInfo.invariantCulture);
|
|
54105
54125
|
}
|
|
54106
54126
|
static ab(a, b, c, d) {
|
|
54107
|
-
let e = b.
|
|
54127
|
+
let e = b._cw(d);
|
|
54108
54128
|
ConditionalFormattingSerializer.ad(a, c, e);
|
|
54109
54129
|
}
|
|
54110
54130
|
static ac(a, b, c) {
|
|
@@ -55080,7 +55100,7 @@ export let SparklinesSerializer = /*@__PURE__*/ (() => {
|
|
|
55080
55100
|
ColorInfoExtensions.d(g.colorLowPoint, a, c, this.a, SpreadsheetML2009Main.a4);
|
|
55081
55101
|
}
|
|
55082
55102
|
if (g.dateRangeFormula != null) {
|
|
55083
|
-
let y = b.
|
|
55103
|
+
let y = b._cw(g.dateRangeFormula);
|
|
55084
55104
|
Excel2006Main.av(a, y);
|
|
55085
55105
|
c.k();
|
|
55086
55106
|
}
|
|
@@ -55156,8 +55176,8 @@ export let ObjectModelChartExPartManager = /*@__PURE__*/ (() => {
|
|
|
55156
55176
|
if (b == null) {
|
|
55157
55177
|
return null;
|
|
55158
55178
|
}
|
|
55159
|
-
let c = b.
|
|
55160
|
-
let d = b.
|
|
55179
|
+
let c = b._gw;
|
|
55180
|
+
let d = b._gx;
|
|
55161
55181
|
let e = b._fx;
|
|
55162
55182
|
if (e == null) {
|
|
55163
55183
|
if (c) {
|
|
@@ -55252,7 +55272,7 @@ export let ObjectModelChartsheetPartManager = /*@__PURE__*/ (() => {
|
|
|
55252
55272
|
t() {
|
|
55253
55273
|
let a = this.a9;
|
|
55254
55274
|
let b = a._d.uri.toString();
|
|
55255
|
-
this.a8 = a._b7.
|
|
55275
|
+
this.a8 = a._b7._ap(b);
|
|
55256
55276
|
if (this.a8 == null) {
|
|
55257
55277
|
return null;
|
|
55258
55278
|
}
|
|
@@ -55360,9 +55380,9 @@ export let ObjectModelChartsheetPartManager = /*@__PURE__*/ (() => {
|
|
|
55360
55380
|
let d = c._b7;
|
|
55361
55381
|
let e = PackageUtilities.ak(c._g(a)).originalString;
|
|
55362
55382
|
let f;
|
|
55363
|
-
if (((() => { let g = d.
|
|
55383
|
+
if (((() => { let g = d._a7.tryGetValue(e, f); f = g.p1; return g.ret; })())) {
|
|
55364
55384
|
for (let g of fromEnum(f)) {
|
|
55365
|
-
d.
|
|
55385
|
+
d._bq(this.a8, g);
|
|
55366
55386
|
}
|
|
55367
55387
|
}
|
|
55368
55388
|
else {
|
|
@@ -55511,7 +55531,7 @@ export let ObjectModelChartsheetPartManager = /*@__PURE__*/ (() => {
|
|
|
55511
55531
|
if (b == null) {
|
|
55512
55532
|
return;
|
|
55513
55533
|
}
|
|
55514
|
-
SpreadsheetMLMain.aai(this, ST_Guid.a(a.
|
|
55534
|
+
SpreadsheetMLMain.aai(this, ST_Guid.a(a._v), intSToU(b.magnification), XlsxUtilities.a3(b.visibility), b.sizeWithWindow);
|
|
55515
55535
|
if (a.savePrintOptions) {
|
|
55516
55536
|
let c = a.getSheetPrintOptions(this.a8, false);
|
|
55517
55537
|
if (c != null) {
|
|
@@ -55749,7 +55769,7 @@ export let ObjectModelChartPartManager = /*@__PURE__*/ (() => {
|
|
|
55749
55769
|
if (b == null) {
|
|
55750
55770
|
return null;
|
|
55751
55771
|
}
|
|
55752
|
-
let c = b.
|
|
55772
|
+
let c = b._gw;
|
|
55753
55773
|
let d = b._fx;
|
|
55754
55774
|
if (d == null) {
|
|
55755
55775
|
if (c) {
|
|
@@ -56193,7 +56213,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56193
56213
|
this.br = new List$1(WorksheetShape.$, 0);
|
|
56194
56214
|
let a = this.be;
|
|
56195
56215
|
let b = a._b7;
|
|
56196
|
-
b.
|
|
56216
|
+
b._a7.addItem(a._d.uri.toString(), this.br);
|
|
56197
56217
|
return super.t();
|
|
56198
56218
|
}
|
|
56199
56219
|
ax(a, b) {
|
|
@@ -56224,7 +56244,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56224
56244
|
let c = this.be._b9;
|
|
56225
56245
|
this.bz(c, b);
|
|
56226
56246
|
let d = new Dictionary$2(ExcelImage.$, String_$type, 0);
|
|
56227
|
-
return WorkItemExtensions.c(c.
|
|
56247
|
+
return WorkItemExtensions.c(c._b9(b._p, d), () => {
|
|
56228
56248
|
this.s.k(d);
|
|
56229
56249
|
let e = b._p;
|
|
56230
56250
|
let f = new List$1(WorksheetShape.$, 2, e.count);
|
|
@@ -56315,7 +56335,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56315
56335
|
}
|
|
56316
56336
|
}
|
|
56317
56337
|
let b = this.be;
|
|
56318
|
-
if (WorksheetChart.
|
|
56338
|
+
if (WorksheetChart._ga(a.chartType)) {
|
|
56319
56339
|
return WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), IGraphicalObjectContent_$type, b._j(ObjectModelChartExPartManager.ba, a), (c) => {
|
|
56320
56340
|
let d = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), c);
|
|
56321
56341
|
let e = d.c;
|
|
@@ -56920,7 +56940,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56920
56940
|
})());
|
|
56921
56941
|
this.bi = b._accept$2$i(ObjectModelDrawingPartManager_ShapeLoadContext.$, WorksheetShape.$, this.bh, e);
|
|
56922
56942
|
if (this.bi != null) {
|
|
56923
|
-
this.be._b7.
|
|
56943
|
+
this.be._b7._bv(this.bi, d);
|
|
56924
56944
|
}
|
|
56925
56945
|
else if (this.ab.s) {
|
|
56926
56946
|
this.ab.aj();
|
|
@@ -56935,7 +56955,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56935
56955
|
let d = null;
|
|
56936
56956
|
if (b._an.f != 0) {
|
|
56937
56957
|
let e = b._an.d();
|
|
56938
|
-
d = b._b7.
|
|
56958
|
+
d = b._b7._ap(e.uri.toString());
|
|
56939
56959
|
}
|
|
56940
56960
|
if (d == null) {
|
|
56941
56961
|
return;
|
|
@@ -57026,7 +57046,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
57026
57046
|
this.cd(b);
|
|
57027
57047
|
this.ch(b);
|
|
57028
57048
|
let c = typeCast(WorksheetChart.$, b);
|
|
57029
|
-
let d = c != null && WorksheetChart.
|
|
57049
|
+
let d = c != null && WorksheetChart._ga(c.chartType);
|
|
57030
57050
|
if (d) {
|
|
57031
57051
|
let e = ChartExUtils.c(c.chartType);
|
|
57032
57052
|
this.cj(e);
|
|
@@ -57432,7 +57452,7 @@ export let ObjectModelDrawingPartManager_ShapeLoader = /*@__PURE__*/ (() => {
|
|
|
57432
57452
|
a._b6 = b.d().n();
|
|
57433
57453
|
a.flippedHorizontally = b.g();
|
|
57434
57454
|
a.flippedVertically = b.h();
|
|
57435
|
-
this.d.
|
|
57455
|
+
this.d._bw(a, b);
|
|
57436
57456
|
}
|
|
57437
57457
|
l(a, b) {
|
|
57438
57458
|
if (b == null) {
|
|
@@ -57441,7 +57461,7 @@ export let ObjectModelDrawingPartManager_ShapeLoader = /*@__PURE__*/ (() => {
|
|
|
57441
57461
|
a._b6 = b.d().n();
|
|
57442
57462
|
a.flippedHorizontally = b.g();
|
|
57443
57463
|
a.flippedVertically = b.h();
|
|
57444
|
-
this.d.
|
|
57464
|
+
this.d._bw(a, b);
|
|
57445
57465
|
}
|
|
57446
57466
|
a(a, b) {
|
|
57447
57467
|
if (a == null || a.d.count == 0) {
|
|
@@ -57628,7 +57648,7 @@ export let ObjectModelDrawingPartManager_ShapeLoader_ShapeFillCreator = /*@__PUR
|
|
|
57628
57648
|
_visitCT_BlipFillProperties$i(a, b) {
|
|
57629
57649
|
if (a.d != null) {
|
|
57630
57650
|
if (a.d.d != null) {
|
|
57631
|
-
let c = typeCast(ImageData.$, this.a.d.
|
|
57651
|
+
let c = typeCast(ImageData.$, this.a.d._aj._au(a.d.d));
|
|
57632
57652
|
if (c != null) {
|
|
57633
57653
|
return new ShapeFillImage(c);
|
|
57634
57654
|
}
|
|
@@ -58259,7 +58279,7 @@ export let ObjectModelExternalLinkPartManager = /*@__PURE__*/ (() => {
|
|
|
58259
58279
|
for (let r of fromEnum(q.e)) {
|
|
58260
58280
|
let s;
|
|
58261
58281
|
let t;
|
|
58262
|
-
let u = WorkbookSaveManagerExcel2007.
|
|
58282
|
+
let u = WorkbookSaveManagerExcel2007._c1(r.value, s, t);
|
|
58263
58283
|
s = u.p1;
|
|
58264
58284
|
t = u.p2;
|
|
58265
58285
|
SpreadsheetMLMain.zl(this, CellAddress.u(q.g, r.key, d.currentFormat), s);
|
|
@@ -58361,7 +58381,7 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58361
58381
|
else {
|
|
58362
58382
|
return null;
|
|
58363
58383
|
}
|
|
58364
|
-
})), () => b._j(ObjectModelStylesPartManager.a9)), () => b._j(ObjectModelThemePartManager.bc)), () => Async.g(c._a3 != 0, () => b._j(ObjectModelSharedStringsPartManager.a9))), () => Async.d(WorkbookReferenceBase.$, c.
|
|
58384
|
+
})), () => b._j(ObjectModelStylesPartManager.a9)), () => b._j(ObjectModelThemePartManager.bc)), () => Async.g(c._a3 != 0, () => b._j(ObjectModelSharedStringsPartManager.a9))), () => Async.d(WorkbookReferenceBase.$, c._cl.keys, (e) => {
|
|
58365
58385
|
if (typeCast(CurrentWorkbookReference.$, e) !== null) {
|
|
58366
58386
|
return null;
|
|
58367
58387
|
}
|
|
@@ -58489,13 +58509,13 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58489
58509
|
let ab = b._item(ST_Guid.e(d));
|
|
58490
58510
|
if (ab == null) {
|
|
58491
58511
|
ab = new CustomView(b._e, true, true);
|
|
58492
|
-
ab.
|
|
58512
|
+
ab._v = ST_Guid.e(d);
|
|
58493
58513
|
b._add1(ab);
|
|
58494
58514
|
}
|
|
58495
58515
|
let ac = ab.windowOptions;
|
|
58496
58516
|
ab.name = c;
|
|
58497
|
-
ab.
|
|
58498
|
-
ab.
|
|
58517
|
+
ab._ad(m);
|
|
58518
|
+
ab._ac(n);
|
|
58499
58519
|
ac.maximized = o;
|
|
58500
58520
|
ac.scrollBars = 0;
|
|
58501
58521
|
if (q) {
|
|
@@ -58530,7 +58550,7 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58530
58550
|
b = c.p1;
|
|
58531
58551
|
let d = ObjectModelWorkbookPartManagerBase.bg(a);
|
|
58532
58552
|
let e = typeCast(WorkbookReferenceBase.$, d._au(b));
|
|
58533
|
-
d._b7.
|
|
58553
|
+
d._b7._bj.add(e);
|
|
58534
58554
|
}
|
|
58535
58555
|
static bo(a) {
|
|
58536
58556
|
}
|
|
@@ -58599,7 +58619,7 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58599
58619
|
}
|
|
58600
58620
|
j._e.visibility = XlsxUtilities.af(e);
|
|
58601
58621
|
let k = PackageUtilities.ak(h).originalString;
|
|
58602
|
-
ObjectModelWorkbookPartManagerBase.bg(a)._b7.
|
|
58622
|
+
ObjectModelWorkbookPartManagerBase.bg(a)._b7._bp(j, k);
|
|
58603
58623
|
}
|
|
58604
58624
|
static bv(a) {
|
|
58605
58625
|
}
|
|
@@ -58777,7 +58797,7 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58777
58797
|
b2(a) {
|
|
58778
58798
|
let b = a.windowOptions;
|
|
58779
58799
|
let c = b._boundsInPixels$i;
|
|
58780
|
-
SpreadsheetMLMain.aan(this, a.name, ST_Guid.a(a.
|
|
58800
|
+
SpreadsheetMLMain.aan(this, a.name, ST_Guid.a(a._v), b.selectedSheet == null ? 0 : b.selectedSheet._am, truncate(c.width), truncate(c.height), void 0, toNullable(Number_$type, null), void 0, void 0, void 0, a.savePrintOptions, a.saveHiddenRowsAndColumns, b.maximized, void 0, EnumUtil.enumHasFlag(b.scrollBars, 1), EnumUtil.enumHasFlag(b.scrollBars, 2), b.tabBarVisible, truncate(c.x), truncate(c.y), intSToU(b.tabBarWidth), b.showFormulaBar, b.showStatusBar, void 0, XlsxUtilities.aw(b.objectDisplayStyle));
|
|
58781
58801
|
this.ad.k();
|
|
58782
58802
|
}
|
|
58783
58803
|
ba(a) {
|
|
@@ -58846,7 +58866,7 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58846
58866
|
let b = a._b;
|
|
58847
58867
|
let c = b.windowOptions;
|
|
58848
58868
|
let d = c._boundsInTwips$i;
|
|
58849
|
-
SpreadsheetMLMain.aem(this, a.
|
|
58869
|
+
SpreadsheetMLMain.aem(this, a._cc._z);
|
|
58850
58870
|
SpreadsheetMLMain.abn(this, "xl", "5", "5", "9303");
|
|
58851
58871
|
this.ad.k();
|
|
58852
58872
|
this.b3(b);
|
|
@@ -58862,8 +58882,8 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58862
58882
|
SpreadsheetMLMain.adp(this);
|
|
58863
58883
|
ExcelUtils.fq(Sheet.$, a._a1, runOn(this, this.b6));
|
|
58864
58884
|
this.ad.k();
|
|
58865
|
-
let g = ObjectModelExternalLinkPartManager.a9.o(a.
|
|
58866
|
-
let h = new List$1(IPackageRelationship_$type, 1, Enumerable.u(IPackageRelationship_$type, a.
|
|
58885
|
+
let g = ObjectModelExternalLinkPartManager.a9.o(a._cc._z);
|
|
58886
|
+
let h = new List$1(IPackageRelationship_$type, 1, Enumerable.u(IPackageRelationship_$type, a._cc._d.getRelationships(), (i) => i.relationshipType == g));
|
|
58867
58887
|
if (h.count != 0) {
|
|
58868
58888
|
SpreadsheetMLMain.abg(this);
|
|
58869
58889
|
for (let i of fromEnum(h)) {
|
|
@@ -59088,7 +59108,7 @@ export let ObjectModelPivotTablePartManager = /*@__PURE__*/ (() => {
|
|
|
59088
59108
|
return null;
|
|
59089
59109
|
}
|
|
59090
59110
|
let c = a._an.d().uri.toString();
|
|
59091
|
-
return b.
|
|
59111
|
+
return b._ap(c);
|
|
59092
59112
|
}
|
|
59093
59113
|
bc(a) {
|
|
59094
59114
|
let b = this.a8;
|
|
@@ -59102,7 +59122,7 @@ export let ObjectModelPivotTablePartManager = /*@__PURE__*/ (() => {
|
|
|
59102
59122
|
}
|
|
59103
59123
|
for (let e of fromEnum(d.f(SpreadsheetMLMain.ik, b))) {
|
|
59104
59124
|
let f;
|
|
59105
|
-
if (((() => { let g = WorkbookLoadManagerExcel2007.
|
|
59125
|
+
if (((() => { let g = WorkbookLoadManagerExcel2007._ax(e, b, f); f = g.p2; return g.ret; })())) {
|
|
59106
59126
|
e.n = f;
|
|
59107
59127
|
}
|
|
59108
59128
|
else {
|
|
@@ -59629,7 +59649,7 @@ export let ObjectModelVmlDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
59629
59649
|
a() {
|
|
59630
59650
|
let a = this.a9;
|
|
59631
59651
|
let b = DocCoreUtils.c(this.l);
|
|
59632
|
-
a._b7.
|
|
59652
|
+
a._b7._a5.addItem(a._d.uri.toString(), b);
|
|
59633
59653
|
try {
|
|
59634
59654
|
if (this.l.canSeek) {
|
|
59635
59655
|
this.l.position = 0;
|
|
@@ -59854,9 +59874,9 @@ export let ObjectModelVmlDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
59854
59874
|
let e = ObjectModelVmlDrawingPartManager.ba(a);
|
|
59855
59875
|
let f = e._by;
|
|
59856
59876
|
let g = FormulaParser.l(f, a.s.a(Worksheet.$), null, -1, CultureInfo.invariantCulture, 1, 3);
|
|
59857
|
-
let h = WorkbookLoadManagerExcel2007.
|
|
59877
|
+
let h = WorkbookLoadManagerExcel2007._bt(c);
|
|
59858
59878
|
c = h.p0;
|
|
59859
|
-
b.fmlaMacro = Formula._o(c, 3, g, e._b7.
|
|
59879
|
+
b.fmlaMacro = Formula._o(c, 3, g, e._b7._bj);
|
|
59860
59880
|
}
|
|
59861
59881
|
catch (i) {
|
|
59862
59882
|
}
|
|
@@ -60715,7 +60735,7 @@ export let ObjectModelVmlDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
60715
60735
|
if (b.fmlaMacro == null) {
|
|
60716
60736
|
return;
|
|
60717
60737
|
}
|
|
60718
|
-
ExcelNamespace.ej(this, a.
|
|
60738
|
+
ExcelNamespace.ej(this, a._cw(b.fmlaMacro));
|
|
60719
60739
|
this.ad.k();
|
|
60720
60740
|
}
|
|
60721
60741
|
cz(a) {
|