igniteui-webcomponents-excel 4.0.3 → 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 +10141 -9597
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AlternateContentChoice_combined.js +3 -3
- package/esm2015/lib/BiffRecordStream.js +2 -2
- package/esm2015/lib/BorderInfo.js +2 -2
- package/esm2015/lib/ColorInfo.js +3 -3
- package/esm2015/lib/CustomListSortCondition.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +3949 -3593
- package/esm2015/lib/DrawingPartManagerHelpers_combined.js +1 -1
- package/esm2015/lib/DxfInfo.js +6 -6
- package/esm2015/lib/EnumConverter.js +1 -1
- package/esm2015/lib/ExtPropColorLoaded.js +1 -1
- package/esm2015/lib/FinancialUtils.js +6 -6
- package/esm2015/lib/GradientStop.js +1 -1
- package/esm2015/lib/IBinaryTreeNodeOwner$1_combined.js +3 -0
- package/esm2015/lib/ISheetBackground.js +11 -0
- package/esm2015/lib/IconSortCondition.js +6 -6
- package/esm2015/lib/ImageFormat.js +33 -31
- package/esm2015/lib/MultipleCellBlankInfo.js +1 -1
- package/esm2015/lib/MultipleCellRKInfo.js +2 -2
- package/esm2015/lib/ObjectModelDrawingPartManager_ShapeIdentity.js +1 -1
- package/esm2015/lib/ObjectModelTablePartManager_TableContext.js +1 -1
- package/esm2015/lib/OrderedSortCondition.js +2 -2
- package/esm2015/lib/PngPartManager.js +1 -1
- package/esm2015/lib/StringUtilities.js +2 -2
- package/esm2015/lib/TableColumnFilterData.js +2 -2
- package/esm2015/lib/TiffPartManager.js +1 -1
- package/esm2015/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +7 -7
- package/esm2015/lib/UltraCalcConditionalFunctionBase_combined.js +2 -2
- package/esm2015/lib/UltraCalcFunctionAddress.js +1 -1
- 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 +7 -7
- package/esm2015/lib/UltraCalcFunctionTime.js +1 -1
- package/esm2015/lib/UltraCalcFunctionTimeValue.js +1 -1
- package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionXBase2Dec.js +1 -1
- package/esm2015/lib/UltraCalcFunctionYearFrac.js +2 -2
- package/esm2015/lib/WeakWorkbookOwner.js +10 -10
- package/esm2015/lib/WmfPartManager.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_FontCollection.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +7 -7
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +1068 -1044
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +2917 -2885
- package/esm2015/lib/WorksheetRegion_HorizontalWeakSorter.js +2 -2
- package/esm2015/lib/XFPropBorderLoaded.js +1 -1
- package/esm2015/lib/XFPropColorLoaded.js +1 -1
- package/esm2015/lib/XFPropGradientStopLoaded.js +1 -1
- package/esm2015/lib/XlsxUtilities_ColorTransformsApplicator.js +6 -6
- package/esm2015/lib/XlsxUtilities_combined.js +13 -13
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/AlternateContentChoice_combined.js +3 -3
- package/esm5/lib/BiffRecordStream.js +2 -2
- package/esm5/lib/BorderInfo.js +2 -2
- package/esm5/lib/ColorInfo.js +3 -3
- package/esm5/lib/CustomListSortCondition.js +1 -1
- package/esm5/lib/DefaultStyleHelper_combined.js +5968 -5496
- package/esm5/lib/DrawingPartManagerHelpers_combined.js +1 -1
- package/esm5/lib/DxfInfo.js +6 -6
- package/esm5/lib/EnumConverter.js +1 -1
- package/esm5/lib/ExtPropColorLoaded.js +1 -1
- package/esm5/lib/FinancialUtils.js +6 -6
- package/esm5/lib/GradientStop.js +1 -1
- package/esm5/lib/IBinaryTreeNodeOwner$1_combined.js +3 -0
- package/esm5/lib/ISheetBackground.js +11 -0
- package/esm5/lib/IconSortCondition.js +6 -6
- package/esm5/lib/ImageFormat.js +33 -31
- package/esm5/lib/MultipleCellBlankInfo.js +1 -1
- package/esm5/lib/MultipleCellRKInfo.js +2 -2
- package/esm5/lib/ObjectModelDrawingPartManager_ShapeIdentity.js +1 -1
- package/esm5/lib/ObjectModelTablePartManager_TableContext.js +1 -1
- package/esm5/lib/OrderedSortCondition.js +2 -2
- package/esm5/lib/PngPartManager.js +1 -1
- package/esm5/lib/StringUtilities.js +2 -2
- package/esm5/lib/TableColumnFilterData.js +2 -2
- package/esm5/lib/TiffPartManager.js +1 -1
- package/esm5/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +7 -7
- package/esm5/lib/UltraCalcConditionalFunctionBase_combined.js +2 -2
- package/esm5/lib/UltraCalcFunctionAddress.js +1 -1
- 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 +7 -7
- package/esm5/lib/UltraCalcFunctionTime.js +1 -1
- package/esm5/lib/UltraCalcFunctionTimeValue.js +1 -1
- package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionXBase2Dec.js +1 -1
- package/esm5/lib/UltraCalcFunctionYearFrac.js +2 -2
- package/esm5/lib/WeakWorkbookOwner.js +10 -10
- package/esm5/lib/WmfPartManager.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_FontCollection.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +7 -7
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +1083 -1059
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +2927 -2895
- package/esm5/lib/WorksheetRegion_HorizontalWeakSorter.js +2 -2
- package/esm5/lib/XFPropBorderLoaded.js +1 -1
- package/esm5/lib/XFPropColorLoaded.js +1 -1
- package/esm5/lib/XFPropGradientStopLoaded.js +1 -1
- package/esm5/lib/XlsxUtilities_ColorTransformsApplicator.js +6 -6
- package/esm5/lib/XlsxUtilities_combined.js +13 -13
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-excel.js +8099 -7672
- package/fesm5/igniteui-webcomponents-excel.js +10141 -9598
- package/lib/DefaultStyleHelper_combined.d.ts +924 -800
- package/lib/ISheetBackground.d.ts +12 -0
- package/lib/ImageFormat.d.ts +6 -4
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +79 -79
- package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +112 -112
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -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;
|
|
@@ -911,31 +911,31 @@ export let ObjectModelExcelDocumentManager = /*@__PURE__*/ (() => {
|
|
|
911
911
|
if (b == null) {
|
|
912
912
|
b = a.d;
|
|
913
913
|
}
|
|
914
|
-
e = b.
|
|
914
|
+
e = b.o;
|
|
915
915
|
}
|
|
916
916
|
catch (f) {
|
|
917
|
-
throw new InvalidOperationException(2, ExcelUtils.
|
|
917
|
+
throw new InvalidOperationException(2, ExcelUtils.eh("LE_InvalidOperationException_ImageDisposed"), f);
|
|
918
918
|
}
|
|
919
919
|
let g = false;
|
|
920
|
-
let h = g || Guid.l_op_Equality(e, ImageFormat.
|
|
920
|
+
let h = g || Guid.l_op_Equality(e, ImageFormat.h.o);
|
|
921
921
|
if (h) {
|
|
922
922
|
d = PngPartManager.y;
|
|
923
|
-
b = ImageFormat.
|
|
924
|
-
e = b.
|
|
923
|
+
b = ImageFormat.h;
|
|
924
|
+
e = b.o;
|
|
925
925
|
}
|
|
926
|
-
else if (Guid.l_op_Equality(e, ImageFormat.f.
|
|
926
|
+
else if (Guid.l_op_Equality(e, ImageFormat.f.o)) {
|
|
927
927
|
d = JpegPartManager.y;
|
|
928
928
|
}
|
|
929
|
-
else if (Guid.l_op_Equality(e, ImageFormat.e.
|
|
929
|
+
else if (Guid.l_op_Equality(e, ImageFormat.e.o)) {
|
|
930
930
|
d = GifPartManager.y;
|
|
931
931
|
}
|
|
932
|
-
else if (Guid.l_op_Equality(e, ImageFormat.
|
|
932
|
+
else if (Guid.l_op_Equality(e, ImageFormat.i.o)) {
|
|
933
933
|
d = TiffPartManager.y;
|
|
934
934
|
}
|
|
935
|
-
else if (Guid.l_op_Equality(e, ImageFormat.c.
|
|
935
|
+
else if (Guid.l_op_Equality(e, ImageFormat.c.o)) {
|
|
936
936
|
d = EmfPartManager.y;
|
|
937
937
|
}
|
|
938
|
-
else if (Guid.l_op_Equality(e, ImageFormat.
|
|
938
|
+
else if (Guid.l_op_Equality(e, ImageFormat.j.o)) {
|
|
939
939
|
d = WmfPartManager.y;
|
|
940
940
|
}
|
|
941
941
|
else if (g) {
|
|
@@ -948,7 +948,7 @@ export let ObjectModelExcelDocumentManager = /*@__PURE__*/ (() => {
|
|
|
948
948
|
{
|
|
949
949
|
let j = new MemoryStream(0);
|
|
950
950
|
try {
|
|
951
|
-
ExcelUtils.
|
|
951
|
+
ExcelUtils.f8(a, b, j);
|
|
952
952
|
i = new ImageData(0, d.r(d.s), j.toArray());
|
|
953
953
|
}
|
|
954
954
|
finally {
|
|
@@ -961,29 +961,29 @@ export let ObjectModelExcelDocumentManager = /*@__PURE__*/ (() => {
|
|
|
961
961
|
}
|
|
962
962
|
_bz(a, b = null) {
|
|
963
963
|
let c;
|
|
964
|
-
let d = a.d.
|
|
965
|
-
if (Guid.l_op_Equality(d, ImageFormat.
|
|
964
|
+
let d = a.d.o;
|
|
965
|
+
if (Guid.l_op_Equality(d, ImageFormat.r)) {
|
|
966
966
|
c = PngPartManager.y;
|
|
967
967
|
}
|
|
968
|
-
else if (Guid.l_op_Equality(d, ImageFormat.
|
|
968
|
+
else if (Guid.l_op_Equality(d, ImageFormat.k)) {
|
|
969
969
|
c = BmpPartManager.y;
|
|
970
970
|
}
|
|
971
|
-
else if (Guid.l_op_Equality(d, ImageFormat.
|
|
971
|
+
else if (Guid.l_op_Equality(d, ImageFormat.l)) {
|
|
972
972
|
c = BmpPartManager.z;
|
|
973
973
|
}
|
|
974
|
-
else if (Guid.l_op_Equality(d, ImageFormat.
|
|
974
|
+
else if (Guid.l_op_Equality(d, ImageFormat.p)) {
|
|
975
975
|
c = JpegPartManager.y;
|
|
976
976
|
}
|
|
977
|
-
else if (Guid.l_op_Equality(d, ImageFormat.
|
|
977
|
+
else if (Guid.l_op_Equality(d, ImageFormat.n)) {
|
|
978
978
|
c = GifPartManager.y;
|
|
979
979
|
}
|
|
980
|
-
else if (Guid.l_op_Equality(d, ImageFormat.
|
|
980
|
+
else if (Guid.l_op_Equality(d, ImageFormat.s)) {
|
|
981
981
|
c = TiffPartManager.y;
|
|
982
982
|
}
|
|
983
|
-
else if (Guid.l_op_Equality(d, ImageFormat.
|
|
983
|
+
else if (Guid.l_op_Equality(d, ImageFormat.m)) {
|
|
984
984
|
c = EmfPartManager.y;
|
|
985
985
|
}
|
|
986
|
-
else if (Guid.l_op_Equality(d, ImageFormat.
|
|
986
|
+
else if (Guid.l_op_Equality(d, ImageFormat.t)) {
|
|
987
987
|
c = WmfPartManager.y;
|
|
988
988
|
}
|
|
989
989
|
else {
|
|
@@ -1170,27 +1170,27 @@ export let FormatInfo = /*@__PURE__*/ (() => {
|
|
|
1170
1170
|
let d = a._b;
|
|
1171
1171
|
let e = d._cd(b ? 1 : 0);
|
|
1172
1172
|
let f = this.i;
|
|
1173
|
-
let g = ExcelUtils.
|
|
1174
|
-
let h = ExcelUtils.
|
|
1175
|
-
let i = ExcelUtils.
|
|
1176
|
-
let j = ExcelUtils.
|
|
1177
|
-
let k = ExcelUtils.
|
|
1178
|
-
let l = ExcelUtils.
|
|
1173
|
+
let g = ExcelUtils.by(f, 2);
|
|
1174
|
+
let h = ExcelUtils.by(f, 8);
|
|
1175
|
+
let i = ExcelUtils.by(f, 16);
|
|
1176
|
+
let j = ExcelUtils.by(f, 4);
|
|
1177
|
+
let k = ExcelUtils.by(f, 1);
|
|
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);
|
|
@@ -1393,7 +1393,7 @@ export let ObjectModelCommonPartHelpers = /*@__PURE__*/ (() => {
|
|
|
1393
1393
|
}
|
|
1394
1394
|
let i = g == 0 ? toNullable(Number_$type, null) : toNullable(Number_$type, g);
|
|
1395
1395
|
if (nullableNotEquals(e, null)) {
|
|
1396
|
-
return new WorkbookColorInfo(toNullable(Color.$, ExcelUtils.
|
|
1396
|
+
return new WorkbookColorInfo(toNullable(Color.$, ExcelUtils.g1(ST_UnsignedIntHex.h(e.value))), toNullable(WorkbookThemeColorType_$type, null), i, true, false);
|
|
1397
1397
|
}
|
|
1398
1398
|
if (nullableNotEquals(f, null)) {
|
|
1399
1399
|
return new WorkbookColorInfo(toNullable(Color.$, null), toNullable(WorkbookThemeColorType_$type, f.value), i, true, false);
|
|
@@ -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;
|
|
@@ -1854,11 +1854,11 @@ export let ObjectModelCommonPartHelpers = /*@__PURE__*/ (() => {
|
|
|
1854
1854
|
}
|
|
1855
1855
|
else if (b._color$i.hasValue) {
|
|
1856
1856
|
let k = b._color$i.value;
|
|
1857
|
-
if (ExcelUtils.
|
|
1857
|
+
if (ExcelUtils.an(k)) {
|
|
1858
1858
|
g = toNullable(Number_$type, intSToU(b._y(e, c)));
|
|
1859
1859
|
}
|
|
1860
1860
|
else {
|
|
1861
|
-
h = toNullable(ST_UnsignedIntHex.$, new ST_UnsignedIntHex(1, intSToU(ExcelUtils.
|
|
1861
|
+
h = toNullable(ST_UnsignedIntHex.$, new ST_UnsignedIntHex(1, intSToU(ExcelUtils.cz(k))));
|
|
1862
1862
|
}
|
|
1863
1863
|
}
|
|
1864
1864
|
else if (b._themeColorType$i.hasValue) {
|
|
@@ -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) {
|
|
@@ -2336,7 +2336,7 @@ export let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
|
|
|
2336
2336
|
let m;
|
|
2337
2337
|
let n;
|
|
2338
2338
|
let o;
|
|
2339
|
-
let p = ExcelUtils.
|
|
2339
|
+
let p = ExcelUtils.fz(c, k._by.currentFormat, 1, CultureInfo.invariantCulture, null, -1, l, m, n, o);
|
|
2340
2340
|
l = p.p6;
|
|
2341
2341
|
m = p.p7;
|
|
2342
2342
|
n = p.p8;
|
|
@@ -2446,7 +2446,7 @@ export let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
|
|
|
2446
2446
|
let ab;
|
|
2447
2447
|
let ac;
|
|
2448
2448
|
let ad;
|
|
2449
|
-
let ae = ExcelUtils.
|
|
2449
|
+
let ae = ExcelUtils.fz(f, z.currentFormat, 1, CultureInfo.invariantCulture, null, -1, aa, ab, ac, ad);
|
|
2450
2450
|
aa = ae.p6;
|
|
2451
2451
|
ab = ae.p7;
|
|
2452
2452
|
ac = ae.p8;
|
|
@@ -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() {
|
|
@@ -3430,7 +3430,7 @@ export let ObjectModelCommentsPartManager = /*@__PURE__*/ (() => {
|
|
|
3430
3430
|
g = h.p4;
|
|
3431
3431
|
let i;
|
|
3432
3432
|
let j;
|
|
3433
|
-
if (((() => { let k = ExcelUtils.
|
|
3433
|
+
if (((() => { let k = ExcelUtils.bn(d, 2, CultureInfo.invariantCulture, i, j); i = k.p3; j = k.p4; return k.ret; })()) == false) {
|
|
3434
3434
|
}
|
|
3435
3435
|
let k = b._inner[e];
|
|
3436
3436
|
let l = new WorksheetCellComment();
|
|
@@ -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
|
}
|
|
@@ -4666,8 +4666,9 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
4666
4666
|
}
|
|
4667
4667
|
}
|
|
4668
4668
|
let i = new SheetRelationships();
|
|
4669
|
-
let j = b
|
|
4670
|
-
|
|
4669
|
+
let j = b;
|
|
4670
|
+
let k = j.sheetBackground == null ? null : ExcelUtils.z(j.sheetBackground, b._dh);
|
|
4671
|
+
return WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(Async.g(k != null, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._b0(k, b._dh), (l) => e.a = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d)), () => Async.g(f, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._j(ObjectModelDrawingPartManager.bg, b), (l) => i.a = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d))), () => Async.g(e.j.count != 0, () => c._j(ObjectModelCommentsPartManager.a9, b))), () => Async.g(this.bu.count != 0, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._j(ObjectModelVmlDrawingPartManager.bb, this.bu), (l) => i.c = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d))), () => Async.g(b._g3 != null, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._j(ObjectModelVmlDrawingPartManager.bb, b._g3), (l) => i.b = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d))), () => Async.c(0, b._tables$i.count, 1, (l) => c._j(ObjectModelTablePartManager.ba, b._tables$i._item(l)))), () => Async.d(PivotTableInfo.$, b._ey(), (l) => c._j(ObjectModelPivotTablePartManager.ba, l))), () => this.bd(d, i));
|
|
4671
4672
|
}
|
|
4672
4673
|
ai(a) {
|
|
4673
4674
|
switch (a) {
|
|
@@ -4750,7 +4751,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
4750
4751
|
let o = typeCast(Tuple$2.$.specialize(SingleTargetFormula.$, String_$type), a.n);
|
|
4751
4752
|
if (o != null) {
|
|
4752
4753
|
let p = this.bh._b9;
|
|
4753
|
-
let q = p.
|
|
4754
|
+
let q = p._cw(o.c);
|
|
4754
4755
|
for (let r = 0; r < a.j.count; r++) {
|
|
4755
4756
|
let s = a.j._inner[r];
|
|
4756
4757
|
if (s.a.f == "val") {
|
|
@@ -4766,7 +4767,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
4766
4767
|
let t = typeCast(Tuple$2.$.specialize(SingleTargetFormula.$, String_$type), a.n);
|
|
4767
4768
|
if (t != null) {
|
|
4768
4769
|
let u = this.bh._b9;
|
|
4769
|
-
a.p = u.
|
|
4770
|
+
a.p = u._cw(t.c);
|
|
4770
4771
|
}
|
|
4771
4772
|
}
|
|
4772
4773
|
break;
|
|
@@ -4812,10 +4813,10 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
4812
4813
|
a.bottomRightCornerCell = this.bl._rows$i.item(q)._cells$i.item(o);
|
|
4813
4814
|
let s = this.bl._fp(k, true);
|
|
4814
4815
|
let t = this.bl._fs(m, true);
|
|
4815
|
-
a._topLeftCornerPosition$i = ExcelUtils.
|
|
4816
|
+
a._topLeftCornerPosition$i = ExcelUtils.hc((s == 0 ? 0 : (100 * l) / s), (t == 0 ? 0 : (100 * n) / t));
|
|
4816
4817
|
let u = this.bl._fp(o, true);
|
|
4817
4818
|
let v = this.bl._fs(q, true);
|
|
4818
|
-
a._bottomRightCornerPosition$i = ExcelUtils.
|
|
4819
|
+
a._bottomRightCornerPosition$i = ExcelUtils.hc((u == 0 ? 0 : (100 * p) / u), (v == 0 ? 0 : (100 * r) / v));
|
|
4819
4820
|
let w = ObjectModelWorksheetPartManager.by(b);
|
|
4820
4821
|
if (nullableNotEquals(w, null)) {
|
|
4821
4822
|
a._cn = w.value;
|
|
@@ -4894,13 +4895,15 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
4894
4895
|
let h;
|
|
4895
4896
|
let i = b.bl;
|
|
4896
4897
|
let j = i.workbook;
|
|
4897
|
-
let k = ExcelUtils.
|
|
4898
|
+
let k = ExcelUtils.fz(c, j.currentFormat, 1, CultureInfo.invariantCulture, null, -1, e, f, g, h);
|
|
4898
4899
|
e = k.p6;
|
|
4899
4900
|
f = k.p7;
|
|
4900
4901
|
g = k.p8;
|
|
4901
4902
|
h = k.p9;
|
|
4902
4903
|
let l = new WorksheetRegionAddress(1, e, g, f, h);
|
|
4903
|
-
|
|
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);
|
|
4904
4907
|
b.bn = true;
|
|
4905
4908
|
}
|
|
4906
4909
|
}
|
|
@@ -4966,7 +4969,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
4966
4969
|
let k = ObjectModelWorksheetPartManager.bi(a);
|
|
4967
4970
|
if (c != null) {
|
|
4968
4971
|
let l;
|
|
4969
|
-
if (((() => { let m = ExcelUtils.
|
|
4972
|
+
if (((() => { let m = ExcelUtils.bn(c, 2, CultureInfo.invariantCulture, j.bv, l); j.bv = m.p3; l = m.p4; return m.ret; })()) == false) {
|
|
4970
4973
|
}
|
|
4971
4974
|
else {
|
|
4972
4975
|
b._cells$i._u = j.bv;
|
|
@@ -4976,8 +4979,8 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
4976
4979
|
j.bv = ++b._cells$i._u;
|
|
4977
4980
|
}
|
|
4978
4981
|
let m;
|
|
4979
|
-
if (d < k._b7.
|
|
4980
|
-
m = k._b7.
|
|
4982
|
+
if (d < k._b7._bf.count) {
|
|
4983
|
+
m = k._b7._bf._inner[d].g;
|
|
4981
4984
|
}
|
|
4982
4985
|
else {
|
|
4983
4986
|
m = k._by._ca._p;
|
|
@@ -5047,8 +5050,8 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5047
5050
|
o = true;
|
|
5048
5051
|
}
|
|
5049
5052
|
let p = null;
|
|
5050
|
-
if (d < l._b7.
|
|
5051
|
-
let q = l._b7.
|
|
5053
|
+
if (d < l._b7._bf.count) {
|
|
5054
|
+
let q = l._b7._bf._inner[d].g;
|
|
5052
5055
|
if (q._ca(m._ca._p) == false) {
|
|
5053
5056
|
p = q;
|
|
5054
5057
|
o = true;
|
|
@@ -5566,10 +5569,10 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5566
5569
|
g.b = true;
|
|
5567
5570
|
}
|
|
5568
5571
|
let h;
|
|
5569
|
-
if (((() => { let i = f._b7.
|
|
5572
|
+
if (((() => { let i = f._b7._a6.tryGetValue(b, h); h = i.p1; return i.ret; })()) == false) {
|
|
5570
5573
|
h = new UnknownShape(1);
|
|
5571
5574
|
h._cn = b;
|
|
5572
|
-
f._b7.
|
|
5575
|
+
f._b7._a6.addItem(b, h);
|
|
5573
5576
|
}
|
|
5574
5577
|
h._ef = g;
|
|
5575
5578
|
a.s.k(h);
|
|
@@ -5612,9 +5615,9 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5612
5615
|
static c5(a, b, c, d, e) {
|
|
5613
5616
|
let f = ObjectModelWorksheetPartManager.bi(a);
|
|
5614
5617
|
let g = f._by;
|
|
5615
|
-
let h = WorkbookLoadManagerExcel2007.
|
|
5618
|
+
let h = WorkbookLoadManagerExcel2007._bt(c);
|
|
5616
5619
|
c = h.p0;
|
|
5617
|
-
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));
|
|
5618
5621
|
}
|
|
5619
5622
|
static c7(a) {
|
|
5620
5623
|
a.c6();
|
|
@@ -5668,6 +5671,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5668
5671
|
if (y == null) {
|
|
5669
5672
|
return;
|
|
5670
5673
|
}
|
|
5674
|
+
this.s.k(y);
|
|
5671
5675
|
let z = y.getPrintOptions(this.bl, true);
|
|
5672
5676
|
if (z != null) {
|
|
5673
5677
|
this.s.k(z);
|
|
@@ -5679,9 +5683,10 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5679
5683
|
this.s.k(aa);
|
|
5680
5684
|
aa.magnificationInCurrentView = b;
|
|
5681
5685
|
if (c != 64) {
|
|
5682
|
-
aa.
|
|
5686
|
+
aa._a3 = false;
|
|
5683
5687
|
}
|
|
5684
|
-
aa.
|
|
5688
|
+
aa._by = m;
|
|
5689
|
+
aa._a9 = c;
|
|
5685
5690
|
aa.showFormulasInCells = e;
|
|
5686
5691
|
aa.showGridlines = f;
|
|
5687
5692
|
aa.showRowAndColumnHeaders = g;
|
|
@@ -5693,7 +5698,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5693
5698
|
if (t != null) {
|
|
5694
5699
|
let ab;
|
|
5695
5700
|
let ac;
|
|
5696
|
-
if (((() => { let ad = ExcelUtils.
|
|
5701
|
+
if (((() => { let ad = ExcelUtils.bn(t, 2, CultureInfo.invariantCulture, ab, ac); ab = ad.p3; ac = ad.p4; return ad.ret; })()) == false) {
|
|
5697
5702
|
return;
|
|
5698
5703
|
}
|
|
5699
5704
|
let ad = aa.unfrozenPaneSettings;
|
|
@@ -5862,9 +5867,9 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5862
5867
|
let d = c._b7;
|
|
5863
5868
|
let e = PackageUtilities.ak(c._g(a)).originalString;
|
|
5864
5869
|
let f;
|
|
5865
|
-
if (((() => { let g = d.
|
|
5870
|
+
if (((() => { let g = d._a7.tryGetValue(e, f); f = g.p1; return g.ret; })())) {
|
|
5866
5871
|
for (let g of fromEnum(f)) {
|
|
5867
|
-
d.
|
|
5872
|
+
d._bq(this.bl, g);
|
|
5868
5873
|
}
|
|
5869
5874
|
}
|
|
5870
5875
|
else {
|
|
@@ -5918,7 +5923,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5918
5923
|
if (k != null) {
|
|
5919
5924
|
let w;
|
|
5920
5925
|
let x;
|
|
5921
|
-
if (((() => { let y = ExcelUtils.
|
|
5926
|
+
if (((() => { let y = ExcelUtils.bn(k, 2, CultureInfo.invariantCulture, w, x); w = y.p3; x = y.p4; return y.ret; })())) {
|
|
5922
5927
|
u = r._rows$i.item(x)._cells$i.item(w);
|
|
5923
5928
|
}
|
|
5924
5929
|
else {
|
|
@@ -5927,25 +5932,25 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5927
5932
|
if (l != null) {
|
|
5928
5933
|
let y;
|
|
5929
5934
|
let z;
|
|
5930
|
-
if (((() => { let aa = ExcelUtils.
|
|
5935
|
+
if (((() => { let aa = ExcelUtils.bn(l, 2, CultureInfo.invariantCulture, y, z); y = aa.p3; z = aa.p4; return aa.ret; })())) {
|
|
5931
5936
|
v = r._rows$i.item(z)._cells$i.item(y);
|
|
5932
5937
|
}
|
|
5933
5938
|
else {
|
|
5934
5939
|
}
|
|
5935
5940
|
}
|
|
5936
|
-
let aa = f == null ? null : ExcelUtils.
|
|
5937
|
-
let ab = WorkbookLoadManagerExcel2007.
|
|
5941
|
+
let aa = f == null ? null : ExcelUtils.aj(f, r, CultureInfo.invariantCulture);
|
|
5942
|
+
let ab = WorkbookLoadManagerExcel2007._bt(p);
|
|
5938
5943
|
p = ab.p0;
|
|
5939
5944
|
let ac;
|
|
5940
5945
|
switch (d) {
|
|
5941
5946
|
case 3:
|
|
5942
5947
|
if (p != null) {
|
|
5943
5948
|
let ad;
|
|
5944
|
-
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; })());
|
|
5945
5950
|
if (ad != null) {
|
|
5946
5951
|
throw ad;
|
|
5947
5952
|
}
|
|
5948
|
-
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);
|
|
5949
5954
|
ac = ac._x(c.index, b.bv, t.currentFormat);
|
|
5950
5955
|
if (m) {
|
|
5951
5956
|
ac._an = m;
|
|
@@ -5970,11 +5975,11 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5970
5975
|
if (p != null) {
|
|
5971
5976
|
let ae = 0;
|
|
5972
5977
|
let af = FormulaParser.l(s._by, r, c, b.bv, CultureInfo.invariantCulture, 1, ae);
|
|
5973
|
-
if (s._b7.
|
|
5978
|
+
if (s._b7._av && ((() => { let ag = b.br.tryGetValue(p, ac); ac = ag.p1; return ag.ret; })())) {
|
|
5974
5979
|
ac = ac._g();
|
|
5975
5980
|
}
|
|
5976
5981
|
else {
|
|
5977
|
-
ac = Formula._o(p, ae, af, s._b7.
|
|
5982
|
+
ac = Formula._o(p, ae, af, s._b7._bj);
|
|
5978
5983
|
b.br.item(p, ac);
|
|
5979
5984
|
}
|
|
5980
5985
|
if (m) {
|
|
@@ -5985,7 +5990,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
5985
5990
|
break;
|
|
5986
5991
|
case 1:
|
|
5987
5992
|
if (p != null) {
|
|
5988
|
-
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);
|
|
5989
5994
|
if (m) {
|
|
5990
5995
|
ac._an = m;
|
|
5991
5996
|
}
|
|
@@ -6050,10 +6055,12 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6050
6055
|
else if (b.b == null) {
|
|
6051
6056
|
return;
|
|
6052
6057
|
}
|
|
6053
|
-
let d =
|
|
6054
|
-
d.
|
|
6055
|
-
b.
|
|
6056
|
-
|
|
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);
|
|
6057
6064
|
}
|
|
6058
6065
|
static dx(a) {
|
|
6059
6066
|
let b = a.s.a(ObjectModelWorksheetPartManager_DVInfo.$);
|
|
@@ -6196,7 +6203,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6196
6203
|
return;
|
|
6197
6204
|
}
|
|
6198
6205
|
let f = PackageUtilities.ak(d).originalString;
|
|
6199
|
-
if (c._b7.
|
|
6206
|
+
if (c._b7._a5.removeItem(f) == false) {
|
|
6200
6207
|
}
|
|
6201
6208
|
let g = null;
|
|
6202
6209
|
for (let h of fromEnum(c._d.getRelationships())) {
|
|
@@ -6243,7 +6250,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6243
6250
|
}
|
|
6244
6251
|
t._eg = k;
|
|
6245
6252
|
this.b5(t, k);
|
|
6246
|
-
c._b7.
|
|
6253
|
+
c._b7._a6.item(t._cn, t);
|
|
6247
6254
|
r._add3(t);
|
|
6248
6255
|
}
|
|
6249
6256
|
}
|
|
@@ -6266,9 +6273,9 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6266
6273
|
}
|
|
6267
6274
|
let f = PackageUtilities.ak(d).originalString;
|
|
6268
6275
|
let g;
|
|
6269
|
-
if (((() => { let h = c._b7.
|
|
6276
|
+
if (((() => { let h = c._b7._a5.tryGetValue(f, g); g = h.p1; return h.ret; })())) {
|
|
6270
6277
|
this.bl._g3 = new LegacyDrawingHFInfo(g, e);
|
|
6271
|
-
c._b7.
|
|
6278
|
+
c._b7._a5.removeItem(f);
|
|
6272
6279
|
}
|
|
6273
6280
|
else {
|
|
6274
6281
|
}
|
|
@@ -6280,7 +6287,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6280
6287
|
let a;
|
|
6281
6288
|
let b = SpreadsheetMLMain.ws(this, a);
|
|
6282
6289
|
a = b.p1;
|
|
6283
|
-
let c = ExcelUtils.
|
|
6290
|
+
let c = ExcelUtils.aj(a, this.bl, CultureInfo.invariantCulture);
|
|
6284
6291
|
if (c != null) {
|
|
6285
6292
|
this.bl._mergedCellsRegions$i._add1(c.firstRow, c.firstColumn, c.lastRow, c.lastColumn);
|
|
6286
6293
|
}
|
|
@@ -6462,10 +6469,10 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6462
6469
|
let i = -1;
|
|
6463
6470
|
let j = -1;
|
|
6464
6471
|
if (e != null) {
|
|
6465
|
-
if (((() => { let k = ExcelUtils.
|
|
6472
|
+
if (((() => { let k = ExcelUtils.bn(e, 2, CultureInfo.invariantCulture, i, j); i = k.p3; j = k.p4; return k.ret; })()) == false) {
|
|
6466
6473
|
}
|
|
6467
6474
|
}
|
|
6468
|
-
b.
|
|
6475
|
+
b._aa = XlsxUtilities.q(f);
|
|
6469
6476
|
let t1 = g;
|
|
6470
6477
|
L0: while (true) {
|
|
6471
6478
|
switch (t1) {
|
|
@@ -6482,7 +6489,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6482
6489
|
}
|
|
6483
6490
|
break;
|
|
6484
6491
|
case 2:
|
|
6485
|
-
b.frozenPaneSettings.
|
|
6492
|
+
b.frozenPaneSettings._aa = true;
|
|
6486
6493
|
t1 = 1;
|
|
6487
6494
|
continue L0;
|
|
6488
6495
|
case 1:
|
|
@@ -6515,7 +6522,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6515
6522
|
let d = typeCast(ImageData.$, c._au(a));
|
|
6516
6523
|
if (d != null) {
|
|
6517
6524
|
let e = XlsxUtilities.v(d);
|
|
6518
|
-
this.bl.
|
|
6525
|
+
this.bl.sheetBackground = ExcelUtils.ha(e);
|
|
6519
6526
|
this.bl._dh = e.d;
|
|
6520
6527
|
}
|
|
6521
6528
|
else {
|
|
@@ -6623,6 +6630,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6623
6630
|
let p = this.bl._rows$i;
|
|
6624
6631
|
if (nullableNotEquals(a, null)) {
|
|
6625
6632
|
o = p.item((a.value - 1));
|
|
6633
|
+
p._u = o.index;
|
|
6626
6634
|
}
|
|
6627
6635
|
else {
|
|
6628
6636
|
let q = false;
|
|
@@ -6634,8 +6642,8 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6634
6642
|
o = p.item(p._u);
|
|
6635
6643
|
}
|
|
6636
6644
|
if (d) {
|
|
6637
|
-
if (c < n._b7.
|
|
6638
|
-
o.cellFormat.setFormatting(n._b7.
|
|
6645
|
+
if (c < n._b7._bf.count) {
|
|
6646
|
+
o.cellFormat.setFormatting(n._b7._bf._inner[c].g);
|
|
6639
6647
|
}
|
|
6640
6648
|
else {
|
|
6641
6649
|
}
|
|
@@ -6690,8 +6698,8 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6690
6698
|
d = g.p2;
|
|
6691
6699
|
e = g.p3;
|
|
6692
6700
|
f = g.p4;
|
|
6693
|
-
let h = b.
|
|
6694
|
-
let i = b.
|
|
6701
|
+
let h = b._ag;
|
|
6702
|
+
let i = b._ae;
|
|
6695
6703
|
let j = i.workbook;
|
|
6696
6704
|
let k = new WorksheetPaneSelection();
|
|
6697
6705
|
k.a = XlsxUtilities.q(c);
|
|
@@ -6700,7 +6708,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6700
6708
|
let m;
|
|
6701
6709
|
let n;
|
|
6702
6710
|
if (d != null) {
|
|
6703
|
-
let o = ExcelUtils.
|
|
6711
|
+
let o = ExcelUtils.bn(d, j.currentFormat, l, n, m);
|
|
6704
6712
|
n = o.p3;
|
|
6705
6713
|
m = o.p4;
|
|
6706
6714
|
}
|
|
@@ -6713,7 +6721,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6713
6721
|
let q;
|
|
6714
6722
|
if (f != null && f.count != 0) {
|
|
6715
6723
|
for (let r of fromEnum(f)) {
|
|
6716
|
-
let s = ExcelUtils.
|
|
6724
|
+
let s = ExcelUtils.fz(r, j.currentFormat, 1, l, null, -1, m, n, p, q);
|
|
6717
6725
|
m = s.p6;
|
|
6718
6726
|
n = s.p7;
|
|
6719
6727
|
p = s.p8;
|
|
@@ -6938,9 +6946,9 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6938
6946
|
}
|
|
6939
6947
|
this.bl._r = true;
|
|
6940
6948
|
if (o != 64) {
|
|
6941
|
-
u.
|
|
6949
|
+
u._a3 = false;
|
|
6942
6950
|
}
|
|
6943
|
-
u.
|
|
6951
|
+
u._a9 = o;
|
|
6944
6952
|
u.orderColumnsRightToLeft = g;
|
|
6945
6953
|
u.showFormulasInCells = c;
|
|
6946
6954
|
u.showGridlines = d;
|
|
@@ -6953,25 +6961,25 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
6953
6961
|
if (n != null) {
|
|
6954
6962
|
let v;
|
|
6955
6963
|
let w;
|
|
6956
|
-
if (((() => { let x = ExcelUtils.
|
|
6964
|
+
if (((() => { let x = ExcelUtils.bn(n, 2, CultureInfo.invariantCulture, v, w); v = x.p3; w = x.p4; return x.ret; })()) == false) {
|
|
6957
6965
|
}
|
|
6958
6966
|
u.unfrozenPaneSettings.firstColumnInLeftPane = v;
|
|
6959
6967
|
u.unfrozenPaneSettings.firstRowInTopPane = w;
|
|
6960
6968
|
}
|
|
6961
6969
|
u.view = XlsxUtilities.ae(m);
|
|
6962
6970
|
let x = q;
|
|
6963
|
-
let y = ExcelUtils.
|
|
6971
|
+
let y = ExcelUtils.fn(x);
|
|
6964
6972
|
x = y.p0;
|
|
6965
6973
|
u.magnificationInNormalView = x;
|
|
6966
6974
|
let z = s;
|
|
6967
|
-
let aa = ExcelUtils.
|
|
6975
|
+
let aa = ExcelUtils.fn(z);
|
|
6968
6976
|
z = aa.p0;
|
|
6969
6977
|
u.magnificationInPageLayoutView = z;
|
|
6970
6978
|
let ab = r;
|
|
6971
|
-
let ac = ExcelUtils.
|
|
6979
|
+
let ac = ExcelUtils.fn(ab);
|
|
6972
6980
|
ab = ac.p0;
|
|
6973
6981
|
u.magnificationInPageBreakView = ab;
|
|
6974
|
-
u.
|
|
6982
|
+
u._b4 = p;
|
|
6975
6983
|
}
|
|
6976
6984
|
static fj(a) {
|
|
6977
6985
|
}
|
|
@@ -7017,7 +7025,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7017
7025
|
let p;
|
|
7018
7026
|
let q;
|
|
7019
7027
|
let r;
|
|
7020
|
-
let s = ExcelUtils.
|
|
7028
|
+
let s = ExcelUtils.fz(f, n._by.currentFormat, 1, CultureInfo.invariantCulture, null, -1, o, p, q, r);
|
|
7021
7029
|
o = s.p6;
|
|
7022
7030
|
p = s.p7;
|
|
7023
7031
|
q = s.p8;
|
|
@@ -7052,10 +7060,12 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7052
7060
|
return;
|
|
7053
7061
|
}
|
|
7054
7062
|
if (b.bn) {
|
|
7055
|
-
|
|
7063
|
+
let v = a.s.a(CustomView.$);
|
|
7064
|
+
let w = v != null ? v._e(c, true) : c.filterSettings;
|
|
7065
|
+
if (w.region == null) {
|
|
7056
7066
|
}
|
|
7057
7067
|
else {
|
|
7058
|
-
|
|
7068
|
+
w.sortSettings._sortConditions$i._addItem$i(new RelativeIndex(p - w.region._v), u);
|
|
7059
7069
|
}
|
|
7060
7070
|
}
|
|
7061
7071
|
else {
|
|
@@ -7083,24 +7093,26 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7083
7093
|
let h = b.bl;
|
|
7084
7094
|
let i = h.workbook;
|
|
7085
7095
|
if (b.bn) {
|
|
7086
|
-
|
|
7087
|
-
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;
|
|
7088
7100
|
}
|
|
7089
7101
|
else {
|
|
7090
7102
|
h.sortSettings.sortType = d ? 1 : 0;
|
|
7091
7103
|
h.sortSettings.caseSensitive = e;
|
|
7092
7104
|
h.sortSettings._i = f;
|
|
7093
|
-
let j;
|
|
7094
|
-
let k;
|
|
7095
7105
|
let l;
|
|
7096
7106
|
let m;
|
|
7097
|
-
let n
|
|
7098
|
-
|
|
7099
|
-
|
|
7100
|
-
l =
|
|
7101
|
-
m =
|
|
7102
|
-
|
|
7103
|
-
|
|
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);
|
|
7104
7116
|
}
|
|
7105
7117
|
}
|
|
7106
7118
|
static fp(a) {
|
|
@@ -7227,23 +7239,26 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7227
7239
|
}
|
|
7228
7240
|
}
|
|
7229
7241
|
}
|
|
7230
|
-
f2(a) {
|
|
7231
|
-
let
|
|
7232
|
-
if (
|
|
7242
|
+
f2(a, b, c) {
|
|
7243
|
+
let d = b.region;
|
|
7244
|
+
if (d == null || !d._h._n) {
|
|
7245
|
+
return;
|
|
7246
|
+
}
|
|
7247
|
+
if (c && b.sortSettings._sortConditions$i.count == 0 && b._au == 0) {
|
|
7233
7248
|
return;
|
|
7234
7249
|
}
|
|
7235
|
-
SpreadsheetMLMain.za(this,
|
|
7236
|
-
for (let
|
|
7237
|
-
let
|
|
7238
|
-
if (
|
|
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) {
|
|
7239
7254
|
continue;
|
|
7240
7255
|
}
|
|
7241
|
-
SpreadsheetMLMain.abq(this, intSToU(
|
|
7242
|
-
ObjectModelTablePartManager.b6(this, this.bh, a,
|
|
7256
|
+
SpreadsheetMLMain.abq(this, intSToU(e));
|
|
7257
|
+
ObjectModelTablePartManager.b6(this, this.bh, a, f);
|
|
7243
7258
|
this.ad.k();
|
|
7244
7259
|
}
|
|
7245
|
-
if (
|
|
7246
|
-
this.g6(a,
|
|
7260
|
+
if (b.sortSettings._sortConditions$i.count > 0) {
|
|
7261
|
+
this.g6(a, d, b.sortSettings, true);
|
|
7247
7262
|
}
|
|
7248
7263
|
this.ad.k();
|
|
7249
7264
|
}
|
|
@@ -7269,7 +7284,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7269
7284
|
}
|
|
7270
7285
|
let j;
|
|
7271
7286
|
let k;
|
|
7272
|
-
let l = WorkbookSaveManagerExcel2007.
|
|
7287
|
+
let l = WorkbookSaveManagerExcel2007._c1(i, j, k);
|
|
7273
7288
|
j = l.p1;
|
|
7274
7289
|
k = l.p2;
|
|
7275
7290
|
SpreadsheetMLMain.zk(this, this.b4(e.r) + d, a._a8(e.j), j);
|
|
@@ -7297,7 +7312,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7297
7312
|
return;
|
|
7298
7313
|
}
|
|
7299
7314
|
SpreadsheetMLMain.zx(this, intSToU(a._verticalPageBreaks$i.count), intSToU(a._verticalPageBreaks$i._k()));
|
|
7300
|
-
ExcelUtils.
|
|
7315
|
+
ExcelUtils.fq(VerticalPageBreak.$, a._verticalPageBreaks$i, runOn(this, this.f3));
|
|
7301
7316
|
this.ad.k();
|
|
7302
7317
|
}
|
|
7303
7318
|
f6(a, b) {
|
|
@@ -7321,9 +7336,9 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7321
7336
|
this.ad.k();
|
|
7322
7337
|
}
|
|
7323
7338
|
f8(a) {
|
|
7324
|
-
if (a.
|
|
7339
|
+
if (a._cf != null) {
|
|
7325
7340
|
let b = null;
|
|
7326
|
-
if (((() => { let c = a.
|
|
7341
|
+
if (((() => { let c = a._cf.tryGetValue(this.bl, b); b = c.p1; return c.ret; })())) {
|
|
7327
7342
|
b.x(this, a, this.ad);
|
|
7328
7343
|
}
|
|
7329
7344
|
}
|
|
@@ -7361,112 +7376,118 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7361
7376
|
if (g == null) {
|
|
7362
7377
|
return;
|
|
7363
7378
|
}
|
|
7364
|
-
d(this, a.
|
|
7379
|
+
d(this, a._cw(g));
|
|
7365
7380
|
this.ad.k();
|
|
7366
7381
|
}
|
|
7367
|
-
ga(a) {
|
|
7368
|
-
let
|
|
7369
|
-
if (
|
|
7382
|
+
ga(a, b) {
|
|
7383
|
+
let c = a.getDisplayOptions(this.bl, false);
|
|
7384
|
+
if (c == null) {
|
|
7370
7385
|
return;
|
|
7371
7386
|
}
|
|
7372
|
-
let
|
|
7373
|
-
let
|
|
7374
|
-
let
|
|
7375
|
-
|
|
7376
|
-
|
|
7377
|
-
|
|
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);
|
|
7378
7394
|
}
|
|
7379
|
-
this.gz(
|
|
7395
|
+
this.gz(c);
|
|
7380
7396
|
if (a.savePrintOptions) {
|
|
7381
|
-
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) {
|
|
7382
7408
|
if (f != null) {
|
|
7383
|
-
this.
|
|
7384
|
-
this.f5(f);
|
|
7385
|
-
ObjectModelWorksheetPartManager.gq(this, f);
|
|
7386
|
-
this.gv(f);
|
|
7387
|
-
ObjectModelWorksheetPartManager.gr(this, f);
|
|
7388
|
-
ObjectModelWorksheetPartManager.gi(this, f);
|
|
7409
|
+
this.f2(b, f, true);
|
|
7389
7410
|
}
|
|
7390
7411
|
}
|
|
7391
7412
|
this.ad.k();
|
|
7392
7413
|
}
|
|
7393
|
-
gb() {
|
|
7394
|
-
let
|
|
7395
|
-
if (
|
|
7414
|
+
gb(y) {
|
|
7415
|
+
let z = this.bh._by;
|
|
7416
|
+
if (z._cq == false) {
|
|
7396
7417
|
return;
|
|
7397
7418
|
}
|
|
7398
|
-
if (Enumerable.d(CustomView.$,
|
|
7419
|
+
if (Enumerable.d(CustomView.$, z._customViews$i, (aa) => aa.getDisplayOptions(this.bl, false) != null) == false) {
|
|
7399
7420
|
return;
|
|
7400
7421
|
}
|
|
7401
7422
|
SpreadsheetMLMain.aam(this);
|
|
7402
|
-
ExcelUtils.
|
|
7423
|
+
ExcelUtils.fq(CustomView.$, z._customViews$i, (aa) => this.ga(aa, y));
|
|
7403
7424
|
this.ad.k();
|
|
7404
7425
|
}
|
|
7405
|
-
gc(
|
|
7406
|
-
let
|
|
7407
|
-
let
|
|
7408
|
-
let
|
|
7409
|
-
let
|
|
7410
|
-
if (
|
|
7411
|
-
|
|
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);
|
|
7412
7433
|
}
|
|
7413
|
-
let
|
|
7414
|
-
if (
|
|
7415
|
-
(((
|
|
7416
|
-
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) {
|
|
7417
7438
|
SpreadsheetML2009Main.dj(this);
|
|
7418
|
-
this.f9(
|
|
7439
|
+
this.f9(y, runOn(ab, ab._n), ac, Excel2006Main.av);
|
|
7419
7440
|
this.ad.k();
|
|
7420
7441
|
}
|
|
7421
|
-
if (
|
|
7442
|
+
if (ab._o(null) != null) {
|
|
7422
7443
|
SpreadsheetML2009Main.dk(this);
|
|
7423
|
-
this.f9(
|
|
7444
|
+
this.f9(y, runOn(ab, ab._o), ac, Excel2006Main.av);
|
|
7424
7445
|
this.ad.k();
|
|
7425
7446
|
}
|
|
7426
|
-
Excel2006Main.aw(this,
|
|
7447
|
+
Excel2006Main.aw(this, af);
|
|
7427
7448
|
this.ad.k();
|
|
7428
7449
|
this.ad.k();
|
|
7429
7450
|
}
|
|
7430
7451
|
else {
|
|
7431
|
-
SpreadsheetMLMain.aar(this,
|
|
7432
|
-
this.f9(
|
|
7433
|
-
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);
|
|
7434
7455
|
this.ad.k();
|
|
7435
7456
|
}
|
|
7436
7457
|
}
|
|
7437
|
-
gd(
|
|
7438
|
-
if (
|
|
7458
|
+
gd(at, au) {
|
|
7459
|
+
if (au == null || au.count == 0) {
|
|
7439
7460
|
return;
|
|
7440
7461
|
}
|
|
7441
|
-
SpreadsheetMLMain.aas(this, void 0, toNullable(Number_$type, null), toNullable(Number_$type, null), toNullable(Number_$type, intSToU(
|
|
7442
|
-
|
|
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));
|
|
7443
7464
|
this.ad.k();
|
|
7444
7465
|
}
|
|
7445
|
-
ge(
|
|
7446
|
-
let
|
|
7447
|
-
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) {
|
|
7448
7469
|
return;
|
|
7449
7470
|
}
|
|
7450
|
-
let
|
|
7451
|
-
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);
|
|
7452
7473
|
this.ad.k();
|
|
7453
7474
|
}
|
|
7454
|
-
static gf(
|
|
7455
|
-
if (
|
|
7475
|
+
static gf(at, au) {
|
|
7476
|
+
if (au == null) {
|
|
7456
7477
|
return;
|
|
7457
7478
|
}
|
|
7458
|
-
SpreadsheetMLMain.aa2(
|
|
7459
|
-
|
|
7479
|
+
SpreadsheetMLMain.aa2(at, au);
|
|
7480
|
+
at.ad.k();
|
|
7460
7481
|
}
|
|
7461
|
-
gg(
|
|
7462
|
-
if (
|
|
7482
|
+
gg(at, au) {
|
|
7483
|
+
if (au == null || au.count == 0) {
|
|
7463
7484
|
return;
|
|
7464
7485
|
}
|
|
7465
7486
|
SpreadsheetMLMain.abb(this, "{CCE6A557-97BC-4b89-ADB6-D9C93CAAB3DF}");
|
|
7466
7487
|
this.ad.l(SpreadsheetML2009Main.ao);
|
|
7467
|
-
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)));
|
|
7468
7489
|
this.ad.l(Excel2006Main.ao);
|
|
7469
|
-
|
|
7490
|
+
au.q((av) => this.gc(at, av, true));
|
|
7470
7491
|
this.ad.k();
|
|
7471
7492
|
this.ad.k();
|
|
7472
7493
|
}
|
|
@@ -7482,88 +7503,88 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7482
7503
|
this.ad.k();
|
|
7483
7504
|
});
|
|
7484
7505
|
}
|
|
7485
|
-
ba(
|
|
7486
|
-
let
|
|
7487
|
-
let
|
|
7488
|
-
if (
|
|
7489
|
-
let
|
|
7490
|
-
|
|
7491
|
-
}
|
|
7492
|
-
if (
|
|
7493
|
-
let
|
|
7494
|
-
|
|
7495
|
-
}
|
|
7496
|
-
let
|
|
7497
|
-
let
|
|
7498
|
-
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) {
|
|
7499
7520
|
return null;
|
|
7500
7521
|
}
|
|
7501
7522
|
SpreadsheetMLMain.abh(this);
|
|
7502
|
-
if (
|
|
7503
|
-
|
|
7523
|
+
if (av != null) {
|
|
7524
|
+
av.y(this, at, this.ad);
|
|
7504
7525
|
}
|
|
7505
|
-
if (
|
|
7506
|
-
|
|
7526
|
+
if (aw != null) {
|
|
7527
|
+
aw.b(this, at, this.ad);
|
|
7507
7528
|
}
|
|
7508
|
-
this.gg(
|
|
7529
|
+
this.gg(at, au);
|
|
7509
7530
|
return WorkItemExtensions.a(this.a9(), () => this.ad.k());
|
|
7510
7531
|
}
|
|
7511
|
-
gh(
|
|
7512
|
-
let
|
|
7513
|
-
if (
|
|
7514
|
-
return;
|
|
7515
|
-
}
|
|
7516
|
-
let
|
|
7517
|
-
let
|
|
7518
|
-
let
|
|
7519
|
-
let
|
|
7520
|
-
let
|
|
7521
|
-
let
|
|
7522
|
-
let
|
|
7523
|
-
let
|
|
7524
|
-
if (
|
|
7525
|
-
let
|
|
7526
|
-
|
|
7527
|
-
|
|
7528
|
-
let
|
|
7529
|
-
let
|
|
7530
|
-
let
|
|
7531
|
-
|
|
7532
|
-
|
|
7533
|
-
|
|
7534
|
-
if (
|
|
7535
|
-
|
|
7536
|
-
}
|
|
7537
|
-
}
|
|
7538
|
-
else if (
|
|
7539
|
-
|
|
7540
|
-
let
|
|
7541
|
-
|
|
7542
|
-
|
|
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);
|
|
7543
7564
|
}
|
|
7544
7565
|
else {
|
|
7545
|
-
|
|
7546
|
-
let t1 =
|
|
7566
|
+
ay = at._cw(ax);
|
|
7567
|
+
let t1 = ax._s;
|
|
7547
7568
|
L0: while (true) {
|
|
7548
7569
|
switch (t1) {
|
|
7549
7570
|
case 3:
|
|
7550
7571
|
case 0:
|
|
7551
|
-
|
|
7572
|
+
a0 = 0;
|
|
7552
7573
|
break;
|
|
7553
7574
|
case 2:
|
|
7554
|
-
|
|
7555
|
-
let
|
|
7556
|
-
let
|
|
7557
|
-
|
|
7558
|
-
if (
|
|
7559
|
-
|
|
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);
|
|
7560
7581
|
}
|
|
7561
|
-
if (
|
|
7562
|
-
|
|
7582
|
+
if (bb == false) {
|
|
7583
|
+
ay = null;
|
|
7563
7584
|
}
|
|
7564
7585
|
break;
|
|
7565
7586
|
case 4:
|
|
7566
|
-
|
|
7587
|
+
a0 = 0;
|
|
7567
7588
|
break;
|
|
7568
7589
|
default:
|
|
7569
7590
|
t1 = 0;
|
|
@@ -7572,45 +7593,45 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7572
7593
|
break;
|
|
7573
7594
|
}
|
|
7574
7595
|
}
|
|
7575
|
-
let
|
|
7576
|
-
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);
|
|
7577
7598
|
this.ad.k();
|
|
7578
7599
|
}
|
|
7579
|
-
static gi(
|
|
7580
|
-
let
|
|
7581
|
-
let
|
|
7582
|
-
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) {
|
|
7583
7604
|
return;
|
|
7584
7605
|
}
|
|
7585
|
-
SpreadsheetMLMain.ab1(
|
|
7586
|
-
if (
|
|
7587
|
-
SpreadsheetMLMain.ack(
|
|
7588
|
-
|
|
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();
|
|
7589
7610
|
}
|
|
7590
|
-
if (
|
|
7591
|
-
SpreadsheetMLMain.acj(
|
|
7592
|
-
|
|
7611
|
+
if (aw) {
|
|
7612
|
+
SpreadsheetMLMain.acj(at, au.footer);
|
|
7613
|
+
at.ad.k();
|
|
7593
7614
|
}
|
|
7594
|
-
|
|
7615
|
+
at.ad.k();
|
|
7595
7616
|
}
|
|
7596
|
-
gj(
|
|
7597
|
-
let
|
|
7598
|
-
let
|
|
7599
|
-
let
|
|
7600
|
-
let
|
|
7601
|
-
|
|
7602
|
-
|
|
7603
|
-
|
|
7604
|
-
let
|
|
7605
|
-
if (
|
|
7606
|
-
|
|
7607
|
-
}
|
|
7608
|
-
let
|
|
7609
|
-
let
|
|
7610
|
-
if (Base.equalsStatic(
|
|
7611
|
-
|
|
7612
|
-
}
|
|
7613
|
-
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);
|
|
7614
7635
|
this.ad.k();
|
|
7615
7636
|
}
|
|
7616
7637
|
gk() {
|
|
@@ -7618,151 +7639,151 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7618
7639
|
return;
|
|
7619
7640
|
}
|
|
7620
7641
|
SpreadsheetMLMain.ab4(this);
|
|
7621
|
-
ExcelUtils.
|
|
7642
|
+
ExcelUtils.fq(WorksheetHyperlink.$, this.bl._hyperlinks$i, runOn(this, this.gj));
|
|
7622
7643
|
this.ad.k();
|
|
7623
7644
|
}
|
|
7624
|
-
static gl(
|
|
7625
|
-
if (
|
|
7645
|
+
static gl(at, au) {
|
|
7646
|
+
if (au == null) {
|
|
7626
7647
|
return;
|
|
7627
7648
|
}
|
|
7628
|
-
if (
|
|
7629
|
-
SpreadsheetMLMain.acc(
|
|
7630
|
-
|
|
7649
|
+
if (at.d._z == 0) {
|
|
7650
|
+
SpreadsheetMLMain.acc(at, au);
|
|
7651
|
+
at.ad.k();
|
|
7631
7652
|
}
|
|
7632
7653
|
else {
|
|
7633
|
-
|
|
7634
|
-
SpreadsheetMLMain.acc(
|
|
7635
|
-
|
|
7654
|
+
at.ad.g([new AlternateContentChoice(0, VmlNamespace.ao, () => {
|
|
7655
|
+
SpreadsheetMLMain.acc(at, au);
|
|
7656
|
+
at.ad.k();
|
|
7636
7657
|
})]);
|
|
7637
7658
|
}
|
|
7638
7659
|
}
|
|
7639
|
-
static gm(
|
|
7640
|
-
if (
|
|
7660
|
+
static gm(at, au) {
|
|
7661
|
+
if (au == null) {
|
|
7641
7662
|
return;
|
|
7642
7663
|
}
|
|
7643
|
-
if (
|
|
7644
|
-
SpreadsheetMLMain.acd(
|
|
7645
|
-
|
|
7664
|
+
if (at.d._z == 0) {
|
|
7665
|
+
SpreadsheetMLMain.acd(at, au);
|
|
7666
|
+
at.ad.k();
|
|
7646
7667
|
}
|
|
7647
7668
|
else {
|
|
7648
|
-
|
|
7649
|
-
SpreadsheetMLMain.acd(
|
|
7650
|
-
|
|
7669
|
+
at.ad.g([new AlternateContentChoice(0, VmlNamespace.ao, () => {
|
|
7670
|
+
SpreadsheetMLMain.acd(at, au);
|
|
7671
|
+
at.ad.k();
|
|
7651
7672
|
})]);
|
|
7652
7673
|
}
|
|
7653
7674
|
}
|
|
7654
|
-
gn(
|
|
7655
|
-
SpreadsheetMLMain.ace(this,
|
|
7675
|
+
gn(at) {
|
|
7676
|
+
SpreadsheetMLMain.ace(this, at._toString2(1, false, true, true));
|
|
7656
7677
|
this.ad.k();
|
|
7657
7678
|
}
|
|
7658
7679
|
go() {
|
|
7659
|
-
let
|
|
7660
|
-
let
|
|
7661
|
-
if (
|
|
7680
|
+
let at = ObjectModelWorksheetPartManager.bi(this)._b9._ax(this.bl);
|
|
7681
|
+
let au = Enumerable.aj(WorksheetMergedCellsRegion.$, at);
|
|
7682
|
+
if (au == 0) {
|
|
7662
7683
|
return;
|
|
7663
7684
|
}
|
|
7664
|
-
SpreadsheetMLMain.acf(this, toNullable(Number_$type, intSToU(
|
|
7665
|
-
ExcelUtils.
|
|
7685
|
+
SpreadsheetMLMain.acf(this, toNullable(Number_$type, intSToU(au)));
|
|
7686
|
+
ExcelUtils.fq(WorksheetMergedCellsRegion.$, at, runOn(this, this.gn));
|
|
7666
7687
|
this.ad.k();
|
|
7667
7688
|
}
|
|
7668
7689
|
gp() {
|
|
7669
|
-
SpreadsheetMLMain.acp(this, void 0, this.bl.displayOptions.
|
|
7690
|
+
SpreadsheetMLMain.acp(this, void 0, this.bl.displayOptions._ao, this.bl.displayOptions._ap, this.bl.displayOptions.showOutlineSymbols);
|
|
7670
7691
|
this.ad.k();
|
|
7671
7692
|
}
|
|
7672
|
-
static gq(
|
|
7673
|
-
SpreadsheetMLMain.acq(
|
|
7674
|
-
|
|
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();
|
|
7675
7696
|
}
|
|
7676
|
-
static gr(
|
|
7677
|
-
if (
|
|
7697
|
+
static gr(at, au) {
|
|
7698
|
+
if (au._ag() == false) {
|
|
7678
7699
|
return;
|
|
7679
7700
|
}
|
|
7680
|
-
let
|
|
7681
|
-
if (
|
|
7682
|
-
let
|
|
7683
|
-
if (
|
|
7684
|
-
|
|
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;
|
|
7685
7706
|
}
|
|
7686
7707
|
}
|
|
7687
|
-
let
|
|
7688
|
-
let
|
|
7689
|
-
let
|
|
7690
|
-
let
|
|
7691
|
-
if (typeCast(PrintOptions.$,
|
|
7692
|
-
let
|
|
7693
|
-
|
|
7694
|
-
|
|
7695
|
-
|
|
7696
|
-
|
|
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);
|
|
7697
7718
|
}
|
|
7698
|
-
SpreadsheetMLMain.acr(
|
|
7699
|
-
|
|
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();
|
|
7700
7721
|
}
|
|
7701
7722
|
gs() {
|
|
7702
7723
|
SpreadsheetMLMain.acs(this, void 0, this.bl.printOptions.scalingType == 1);
|
|
7703
7724
|
this.ad.k();
|
|
7704
7725
|
}
|
|
7705
|
-
gt(
|
|
7706
|
-
let
|
|
7707
|
-
|
|
7708
|
-
let
|
|
7709
|
-
if (
|
|
7710
|
-
let
|
|
7711
|
-
let
|
|
7712
|
-
let
|
|
7713
|
-
let
|
|
7714
|
-
if (
|
|
7715
|
-
|
|
7716
|
-
}
|
|
7717
|
-
let
|
|
7718
|
-
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);
|
|
7719
7740
|
}
|
|
7720
7741
|
else {
|
|
7721
|
-
let
|
|
7722
|
-
let
|
|
7723
|
-
if (
|
|
7724
|
-
|
|
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);
|
|
7725
7746
|
}
|
|
7726
|
-
SpreadsheetMLMain.act(this,
|
|
7747
|
+
SpreadsheetMLMain.act(this, a1.leftPaneWidth, a1.topPaneHeight, a2, av, 0);
|
|
7727
7748
|
}
|
|
7728
7749
|
this.ad.k();
|
|
7729
7750
|
}
|
|
7730
|
-
static gu(
|
|
7731
|
-
if (
|
|
7751
|
+
static gu(at, au, av) {
|
|
7752
|
+
if (av.a == null) {
|
|
7732
7753
|
return;
|
|
7733
7754
|
}
|
|
7734
|
-
SpreadsheetMLMain.acv(
|
|
7735
|
-
|
|
7755
|
+
SpreadsheetMLMain.acv(at, av.a);
|
|
7756
|
+
at.ad.k();
|
|
7736
7757
|
}
|
|
7737
|
-
gv(
|
|
7738
|
-
SpreadsheetMLMain.acy(this,
|
|
7758
|
+
gv(at) {
|
|
7759
|
+
SpreadsheetMLMain.acy(this, at.centerHorizontally, at.centerVertically, at.printRowAndColumnHeaders, at.printGridlines);
|
|
7739
7760
|
this.ad.k();
|
|
7740
7761
|
}
|
|
7741
|
-
gw(
|
|
7742
|
-
let
|
|
7743
|
-
if (
|
|
7744
|
-
|
|
7745
|
-
}
|
|
7746
|
-
let
|
|
7747
|
-
if (
|
|
7748
|
-
let
|
|
7749
|
-
|
|
7750
|
-
}
|
|
7751
|
-
if (
|
|
7752
|
-
let
|
|
7753
|
-
let
|
|
7754
|
-
let
|
|
7755
|
-
let
|
|
7756
|
-
|
|
7757
|
-
|
|
7758
|
-
|
|
7759
|
-
|
|
7760
|
-
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);
|
|
7761
7782
|
}
|
|
7762
7783
|
else {
|
|
7763
|
-
let
|
|
7764
|
-
let
|
|
7765
|
-
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);
|
|
7766
7787
|
}
|
|
7767
7788
|
this.ad.k();
|
|
7768
7789
|
}
|
|
@@ -7771,67 +7792,67 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7771
7792
|
return;
|
|
7772
7793
|
}
|
|
7773
7794
|
SpreadsheetMLMain.ac1(this);
|
|
7774
|
-
ExcelUtils.
|
|
7795
|
+
ExcelUtils.fq(WorksheetProtectedRange.$, this.bl.protection._allowedEditRanges$i, runOn(this, this.gw));
|
|
7775
7796
|
this.ad.k();
|
|
7776
7797
|
}
|
|
7777
|
-
bx(
|
|
7778
|
-
let
|
|
7779
|
-
let
|
|
7780
|
-
if (
|
|
7781
|
-
|
|
7782
|
-
|
|
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;
|
|
7783
7804
|
}
|
|
7784
|
-
let
|
|
7785
|
-
let
|
|
7786
|
-
if (
|
|
7787
|
-
|
|
7805
|
+
let ay = toNullable(Number_$type, null);
|
|
7806
|
+
let az = au._cs(true);
|
|
7807
|
+
if (az > -1) {
|
|
7808
|
+
ay = toNullable(Number_$type, az / 20);
|
|
7788
7809
|
}
|
|
7789
7810
|
else if (this.bl._d4) {
|
|
7790
|
-
|
|
7811
|
+
ay = toNullable(Number_$type, this.bl.defaultRowHeight / 20);
|
|
7791
7812
|
}
|
|
7792
|
-
SpreadsheetMLMain.ac8(this, toNullable(Number_$type, intSToU((
|
|
7793
|
-
let
|
|
7794
|
-
let
|
|
7795
|
-
let
|
|
7796
|
-
for (let
|
|
7797
|
-
if (
|
|
7798
|
-
|
|
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;
|
|
7799
7820
|
}
|
|
7800
|
-
this.f4(
|
|
7801
|
-
|
|
7821
|
+
this.f4(at, au, av, a1, a3);
|
|
7822
|
+
a2++;
|
|
7802
7823
|
}
|
|
7803
7824
|
this.ad.k();
|
|
7804
|
-
return
|
|
7825
|
+
return a2;
|
|
7805
7826
|
}
|
|
7806
|
-
gy(
|
|
7807
|
-
if (
|
|
7827
|
+
gy(at) {
|
|
7828
|
+
if (at._cp == false) {
|
|
7808
7829
|
return;
|
|
7809
7830
|
}
|
|
7810
|
-
SpreadsheetMLMain.ac7(this, intSToU(
|
|
7811
|
-
ExcelUtils.
|
|
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));
|
|
7812
7833
|
this.ad.k();
|
|
7813
7834
|
}
|
|
7814
|
-
gz(
|
|
7815
|
-
if (
|
|
7835
|
+
gz(at) {
|
|
7836
|
+
if (at._aj == false) {
|
|
7816
7837
|
return;
|
|
7817
7838
|
}
|
|
7818
|
-
let
|
|
7819
|
-
let
|
|
7820
|
-
let
|
|
7821
|
-
for (let
|
|
7822
|
-
let
|
|
7823
|
-
let
|
|
7824
|
-
let
|
|
7825
|
-
let
|
|
7826
|
-
for (let
|
|
7827
|
-
|
|
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));
|
|
7828
7849
|
}
|
|
7829
|
-
SpreadsheetMLMain.adc(this,
|
|
7850
|
+
SpreadsheetMLMain.adc(this, ay, az, a0, a1);
|
|
7830
7851
|
this.ad.k();
|
|
7831
7852
|
}
|
|
7832
7853
|
}
|
|
7833
7854
|
g0() {
|
|
7834
|
-
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)) {
|
|
7835
7856
|
return;
|
|
7836
7857
|
}
|
|
7837
7858
|
if (!this.bo) {
|
|
@@ -7840,15 +7861,15 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7840
7861
|
SpreadsheetMLMain.ade(this, true);
|
|
7841
7862
|
this.ad.k();
|
|
7842
7863
|
}
|
|
7843
|
-
bb(
|
|
7864
|
+
bb(at) {
|
|
7844
7865
|
SpreadsheetMLMain.adf(this);
|
|
7845
|
-
let
|
|
7846
|
-
return WorkItemExtensions.a(Async.e(WorksheetRow.$,
|
|
7847
|
-
let
|
|
7848
|
-
if (
|
|
7849
|
-
|
|
7850
|
-
if (1000 <
|
|
7851
|
-
|
|
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;
|
|
7852
7873
|
return false;
|
|
7853
7874
|
}
|
|
7854
7875
|
}
|
|
@@ -7856,67 +7877,67 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7856
7877
|
}), () => this.ad.k());
|
|
7857
7878
|
}
|
|
7858
7879
|
g1() {
|
|
7859
|
-
let
|
|
7860
|
-
if (nullableNotEquals(
|
|
7861
|
-
|
|
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);
|
|
7862
7883
|
}
|
|
7863
|
-
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);
|
|
7864
7885
|
this.ad.k();
|
|
7865
7886
|
}
|
|
7866
7887
|
g2() {
|
|
7867
|
-
let
|
|
7888
|
+
let at = null;
|
|
7868
7889
|
if (this.bl.workbook._k != null) {
|
|
7869
|
-
|
|
7890
|
+
at = this.bl._ak;
|
|
7870
7891
|
}
|
|
7871
|
-
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);
|
|
7872
7893
|
this.g7();
|
|
7873
7894
|
this.gp();
|
|
7874
7895
|
this.gs();
|
|
7875
7896
|
this.ad.k();
|
|
7876
7897
|
}
|
|
7877
7898
|
g3() {
|
|
7878
|
-
let
|
|
7879
|
-
let
|
|
7880
|
-
if (
|
|
7881
|
-
|
|
7882
|
-
}
|
|
7883
|
-
if (
|
|
7884
|
-
|
|
7885
|
-
}
|
|
7886
|
-
if (
|
|
7887
|
-
let
|
|
7888
|
-
let
|
|
7889
|
-
let
|
|
7890
|
-
let
|
|
7891
|
-
|
|
7892
|
-
|
|
7893
|
-
|
|
7894
|
-
|
|
7895
|
-
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);
|
|
7896
7917
|
}
|
|
7897
7918
|
else {
|
|
7898
|
-
let
|
|
7899
|
-
let
|
|
7900
|
-
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);
|
|
7901
7922
|
}
|
|
7902
7923
|
this.ad.k();
|
|
7903
7924
|
}
|
|
7904
7925
|
g4() {
|
|
7905
|
-
let
|
|
7906
|
-
let
|
|
7907
|
-
let
|
|
7908
|
-
let
|
|
7909
|
-
let
|
|
7910
|
-
if (
|
|
7911
|
-
|
|
7912
|
-
}
|
|
7913
|
-
SpreadsheetMLMain.adq(this, 0, void 0,
|
|
7914
|
-
let
|
|
7915
|
-
let
|
|
7916
|
-
if ((
|
|
7917
|
-
this.gt(
|
|
7918
|
-
}
|
|
7919
|
-
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);
|
|
7920
7941
|
this.ad.k();
|
|
7921
7942
|
}
|
|
7922
7943
|
g5() {
|
|
@@ -7924,41 +7945,41 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7924
7945
|
this.g4();
|
|
7925
7946
|
this.ad.k();
|
|
7926
7947
|
}
|
|
7927
|
-
g6(
|
|
7928
|
-
if (
|
|
7948
|
+
g6(at, au, av, aw, ax = 0) {
|
|
7949
|
+
if (au == null) {
|
|
7929
7950
|
return;
|
|
7930
7951
|
}
|
|
7931
|
-
(((
|
|
7932
|
-
let
|
|
7933
|
-
for (let
|
|
7934
|
-
let
|
|
7935
|
-
let
|
|
7936
|
-
let
|
|
7937
|
-
let
|
|
7938
|
-
let
|
|
7939
|
-
let
|
|
7940
|
-
if (
|
|
7941
|
-
|
|
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();
|
|
7942
7963
|
}
|
|
7943
|
-
let
|
|
7944
|
-
if (
|
|
7945
|
-
|
|
7946
|
-
|
|
7964
|
+
let bb = typeCast(IconSortCondition.$, a6);
|
|
7965
|
+
if (bb != null) {
|
|
7966
|
+
a8 = bb._k;
|
|
7967
|
+
a9 = bb._n;
|
|
7947
7968
|
}
|
|
7948
|
-
let
|
|
7949
|
-
if (
|
|
7950
|
-
|
|
7969
|
+
let bc = au._h;
|
|
7970
|
+
if (ax == 1) {
|
|
7971
|
+
bc = bc._d((bc._ac + a5.index))._f((bc._ac + a5.index));
|
|
7951
7972
|
}
|
|
7952
7973
|
else {
|
|
7953
|
-
|
|
7974
|
+
bc = bc._c((bc._w + a5.index))._e((bc._w + a5.index));
|
|
7954
7975
|
}
|
|
7955
|
-
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);
|
|
7956
7977
|
}
|
|
7957
7978
|
this.ad.k();
|
|
7958
7979
|
}
|
|
7959
|
-
bc(
|
|
7960
|
-
return WorkItemExtensions.e(Tuple$2.$.specialize(Uri.$, String_$type), this.bh._j(ObjectModelSlicerPartManager.a8,
|
|
7961
|
-
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);
|
|
7962
7983
|
this.ad.k();
|
|
7963
7984
|
});
|
|
7964
7985
|
}
|
|
@@ -7968,9 +7989,9 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7968
7989
|
}
|
|
7969
7990
|
ObjectModelCommonPartHelpers.ao(this, this.bl.displayOptions.tabColorInfo, 4, SpreadsheetMLMain.ad2);
|
|
7970
7991
|
}
|
|
7971
|
-
g8(
|
|
7972
|
-
let
|
|
7973
|
-
SpreadsheetMLMain.ad6(this,
|
|
7992
|
+
g8(a3) {
|
|
7993
|
+
let a4 = this.bh._f(a3).id;
|
|
7994
|
+
SpreadsheetMLMain.ad6(this, a4);
|
|
7974
7995
|
this.ad.k();
|
|
7975
7996
|
}
|
|
7976
7997
|
g9() {
|
|
@@ -7978,105 +7999,105 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
7978
7999
|
return;
|
|
7979
8000
|
}
|
|
7980
8001
|
SpreadsheetMLMain.ad7(this, toNullable(Number_$type, intSToU(this.bl._tables$i.count)));
|
|
7981
|
-
ExcelUtils.
|
|
8002
|
+
ExcelUtils.fq(WorksheetTable.$, this.bl._tables$i, runOn(this, this.g8));
|
|
7982
8003
|
this.ad.k();
|
|
7983
8004
|
}
|
|
7984
|
-
static bq(
|
|
7985
|
-
if (
|
|
8005
|
+
static bq(a3) {
|
|
8006
|
+
if (a3.workbook.calculationMode == 0 && !a3.workbook.recalculateBeforeSave) {
|
|
7986
8007
|
return true;
|
|
7987
8008
|
}
|
|
7988
|
-
if (
|
|
7989
|
-
let
|
|
7990
|
-
for (let
|
|
7991
|
-
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) {
|
|
7992
8013
|
return true;
|
|
7993
8014
|
}
|
|
7994
8015
|
}
|
|
7995
8016
|
}
|
|
7996
8017
|
return false;
|
|
7997
8018
|
}
|
|
7998
|
-
bd(
|
|
7999
|
-
let
|
|
8000
|
-
let
|
|
8001
|
-
let
|
|
8019
|
+
bd(a3, a4) {
|
|
8020
|
+
let a5 = a3._b;
|
|
8021
|
+
let a6 = this.bl.printOptions;
|
|
8022
|
+
let a7 = a3._w(this.bl);
|
|
8002
8023
|
this.bo = ObjectModelWorksheetPartManager.bq(this.bl);
|
|
8003
|
-
let
|
|
8004
|
-
let
|
|
8005
|
-
for (let
|
|
8006
|
-
let
|
|
8007
|
-
let
|
|
8008
|
-
if (this.bp(
|
|
8009
|
-
if (
|
|
8010
|
-
|
|
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);
|
|
8011
8032
|
}
|
|
8012
|
-
|
|
8033
|
+
a9.add(ba);
|
|
8013
8034
|
}
|
|
8014
8035
|
else {
|
|
8015
|
-
if (
|
|
8016
|
-
|
|
8036
|
+
if (a8 == null) {
|
|
8037
|
+
a8 = new List$1(KeyValuePair$2.$.specialize(DataValidationRule.$, WorksheetReferenceCollection.$), 0);
|
|
8017
8038
|
}
|
|
8018
|
-
|
|
8039
|
+
a8.add(ba);
|
|
8019
8040
|
}
|
|
8020
8041
|
}
|
|
8021
8042
|
SpreadsheetMLMain.aer(this);
|
|
8022
|
-
if (
|
|
8043
|
+
if (a4.c != null || a4.b != null) {
|
|
8023
8044
|
this.ad.l(VmlNamespace.ao);
|
|
8024
8045
|
}
|
|
8025
8046
|
this.g2();
|
|
8026
|
-
this.ge(
|
|
8047
|
+
this.ge(a3, a7);
|
|
8027
8048
|
this.g5();
|
|
8028
8049
|
this.g1();
|
|
8029
|
-
this.f7(
|
|
8030
|
-
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), () => {
|
|
8031
8052
|
this.g0();
|
|
8032
8053
|
this.g3();
|
|
8033
8054
|
this.gx();
|
|
8034
|
-
this.f2(
|
|
8035
|
-
this.g6(
|
|
8036
|
-
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);
|
|
8037
8058
|
this.go();
|
|
8038
|
-
this.f8(
|
|
8039
|
-
this.gd(
|
|
8059
|
+
this.f8(a3);
|
|
8060
|
+
this.gd(a3, a8);
|
|
8040
8061
|
this.gk();
|
|
8041
|
-
this.gv(
|
|
8042
|
-
ObjectModelWorksheetPartManager.gq(this,
|
|
8043
|
-
ObjectModelWorksheetPartManager.gr(this,
|
|
8044
|
-
ObjectModelWorksheetPartManager.gi(this,
|
|
8045
|
-
this.gy(
|
|
8046
|
-
this.f5(
|
|
8047
|
-
ObjectModelWorksheetPartManager.gf(this,
|
|
8048
|
-
ObjectModelWorksheetPartManager.gl(this,
|
|
8049
|
-
ObjectModelWorksheetPartManager.gm(this,
|
|
8050
|
-
ObjectModelWorksheetPartManager.gu(this,
|
|
8051
|
-
}), () => this.a8()), () => this.g9()), () => this.ba(
|
|
8052
|
-
}
|
|
8053
|
-
static bg(
|
|
8054
|
-
|
|
8055
|
-
let
|
|
8056
|
-
let
|
|
8057
|
-
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) {
|
|
8058
8079
|
return {
|
|
8059
8080
|
ret: null,
|
|
8060
|
-
p1:
|
|
8081
|
+
p1: a4
|
|
8061
8082
|
};
|
|
8062
8083
|
}
|
|
8063
|
-
|
|
8064
|
-
if (CfRuleInfo.l(
|
|
8084
|
+
a4 = a6.b;
|
|
8085
|
+
if (CfRuleInfo.l(a4) == false) {
|
|
8065
8086
|
return {
|
|
8066
8087
|
ret: null,
|
|
8067
|
-
p1:
|
|
8088
|
+
p1: a4
|
|
8068
8089
|
};
|
|
8069
8090
|
}
|
|
8070
8091
|
return {
|
|
8071
|
-
ret:
|
|
8072
|
-
p1:
|
|
8092
|
+
ret: a6,
|
|
8093
|
+
p1: a4
|
|
8073
8094
|
};
|
|
8074
8095
|
}
|
|
8075
8096
|
get bh() {
|
|
8076
8097
|
return ObjectModelWorksheetPartManager.bi(this);
|
|
8077
8098
|
}
|
|
8078
|
-
static bi(
|
|
8079
|
-
return
|
|
8099
|
+
static bi(a3) {
|
|
8100
|
+
return a3.d;
|
|
8080
8101
|
}
|
|
8081
8102
|
get bm() {
|
|
8082
8103
|
return this.bl;
|
|
@@ -8216,17 +8237,17 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8216
8237
|
h.c = f;
|
|
8217
8238
|
}
|
|
8218
8239
|
else {
|
|
8219
|
-
if (g._b7.
|
|
8240
|
+
if (g._b7._bc.count == 0) {
|
|
8220
8241
|
let i = new BorderInfo();
|
|
8221
8242
|
i.c.a = 0;
|
|
8222
8243
|
i.e.a = 0;
|
|
8223
8244
|
i.i.a = 0;
|
|
8224
8245
|
i.k.a = 0;
|
|
8225
8246
|
i.m.a = 0;
|
|
8226
|
-
g._b7.
|
|
8247
|
+
g._b7._bc.add(i);
|
|
8227
8248
|
}
|
|
8228
8249
|
else {
|
|
8229
|
-
g._b7.
|
|
8250
|
+
g._b7._bc.add(f);
|
|
8230
8251
|
}
|
|
8231
8252
|
}
|
|
8232
8253
|
a.s.k(f);
|
|
@@ -8265,7 +8286,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8265
8286
|
f = h.p5;
|
|
8266
8287
|
g = h.p6;
|
|
8267
8288
|
let i = ObjectModelStylesPartManager.a8(a);
|
|
8268
|
-
i._b7.
|
|
8289
|
+
i._b7._bd.add(((() => {
|
|
8269
8290
|
let $ret = new StyleInfo(0);
|
|
8270
8291
|
$ret.e = b;
|
|
8271
8292
|
$ret.l = c;
|
|
@@ -8286,14 +8307,14 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8286
8307
|
let c = SpreadsheetMLMain.t3(a, b);
|
|
8287
8308
|
b = c.p1;
|
|
8288
8309
|
let d = ObjectModelStylesPartManager.a8(a);
|
|
8289
|
-
a.s.k(d._b7.
|
|
8310
|
+
a.s.k(d._b7._be);
|
|
8290
8311
|
}
|
|
8291
8312
|
static bi(a) {
|
|
8292
8313
|
let b;
|
|
8293
8314
|
let c = SpreadsheetMLMain.t4(a, b);
|
|
8294
8315
|
b = c.p1;
|
|
8295
8316
|
let d = ObjectModelStylesPartManager.a8(a);
|
|
8296
|
-
a.s.k(d._b7.
|
|
8317
|
+
a.s.k(d._b7._bf);
|
|
8297
8318
|
}
|
|
8298
8319
|
static bj(a) {
|
|
8299
8320
|
}
|
|
@@ -8328,7 +8349,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8328
8349
|
c.e = b;
|
|
8329
8350
|
}
|
|
8330
8351
|
else {
|
|
8331
|
-
ObjectModelStylesPartManager.a8(a)._b7.
|
|
8352
|
+
ObjectModelStylesPartManager.a8(a)._b7._bg.add(b);
|
|
8332
8353
|
}
|
|
8333
8354
|
}
|
|
8334
8355
|
static bp(a) {
|
|
@@ -8350,7 +8371,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8350
8371
|
f.a = d;
|
|
8351
8372
|
}
|
|
8352
8373
|
else {
|
|
8353
|
-
b._b7.
|
|
8374
|
+
b._b7._bh.add(e);
|
|
8354
8375
|
}
|
|
8355
8376
|
}
|
|
8356
8377
|
static br(a) {
|
|
@@ -8472,7 +8493,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8472
8493
|
try {
|
|
8473
8494
|
let e = ST_UnsignedIntHex.h(c.getValueOrDefault1(ST_UnsignedIntHex.b(0)));
|
|
8474
8495
|
e = u32BitwiseOr(e, 4278190080);
|
|
8475
|
-
b.add(ExcelUtils.
|
|
8496
|
+
b.add(ExcelUtils.g1(e));
|
|
8476
8497
|
}
|
|
8477
8498
|
catch (f) {
|
|
8478
8499
|
return;
|
|
@@ -8502,20 +8523,20 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8502
8523
|
}
|
|
8503
8524
|
static b2(a) {
|
|
8504
8525
|
let b = ObjectModelStylesPartManager.a8(a)._b7;
|
|
8505
|
-
if (b.
|
|
8506
|
-
b.
|
|
8507
|
-
if (b.
|
|
8508
|
-
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();
|
|
8509
8530
|
}
|
|
8510
8531
|
}
|
|
8511
|
-
if (b.
|
|
8512
|
-
b.
|
|
8532
|
+
if (b._be.count == 0) {
|
|
8533
|
+
b._be.add(new FormatInfo());
|
|
8513
8534
|
}
|
|
8514
8535
|
ObjectModelStylesPartManager.b8(b);
|
|
8515
|
-
ObjectModelStylesPartManager.b9(b, b.
|
|
8516
|
-
for (let c of fromEnum(b.
|
|
8517
|
-
if (c.e > -1 && c.e < b.
|
|
8518
|
-
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;
|
|
8519
8540
|
let e = new BuiltInStyleInfo();
|
|
8520
8541
|
if (nullableEquals(c.h, null) && ((() => { let f = WorkbookStyleCollection._t.tryGetValue(c.l, e); e = f.p1; return f.ret; })())) {
|
|
8521
8542
|
c.h = toNullable(Number_$type, e.a);
|
|
@@ -8540,12 +8561,12 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8540
8561
|
f = b._b._styles$i._addUserDefinedStyle(d, c.l);
|
|
8541
8562
|
}
|
|
8542
8563
|
}
|
|
8543
|
-
if (b.
|
|
8544
|
-
b.
|
|
8564
|
+
if (b._a8.containsKey(c.e) == false) {
|
|
8565
|
+
b._a8.addItem(c.e, f);
|
|
8545
8566
|
}
|
|
8546
8567
|
}
|
|
8547
8568
|
}
|
|
8548
|
-
ObjectModelStylesPartManager.b9(b, b.
|
|
8569
|
+
ObjectModelStylesPartManager.b9(b, b._bf);
|
|
8549
8570
|
}
|
|
8550
8571
|
static b3(a) {
|
|
8551
8572
|
let b;
|
|
@@ -8558,7 +8579,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8558
8579
|
d = f.p3;
|
|
8559
8580
|
e = f.p4;
|
|
8560
8581
|
let g = ObjectModelStylesPartManager.a8(a);
|
|
8561
|
-
if (g._b7.
|
|
8582
|
+
if (g._b7._aw == false) {
|
|
8562
8583
|
let h = new WorksheetTableStyle(b, true);
|
|
8563
8584
|
a.s.k(h);
|
|
8564
8585
|
if (d) {
|
|
@@ -8600,16 +8621,16 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8600
8621
|
}
|
|
8601
8622
|
}
|
|
8602
8623
|
let h = ObjectModelStylesPartManager.a8(a);
|
|
8603
|
-
if (e.hasValue && h._b7.
|
|
8624
|
+
if (e.hasValue && h._b7._aw) {
|
|
8604
8625
|
e.postDecrement();
|
|
8605
8626
|
}
|
|
8606
8627
|
let i = null;
|
|
8607
8628
|
if (e.hasValue) {
|
|
8608
8629
|
i = h._b7._g._inner[e.value];
|
|
8609
8630
|
}
|
|
8610
|
-
if (i != null && (i._cd == false || h._b7.
|
|
8631
|
+
if (i != null && (i._cd == false || h._b7._aw)) {
|
|
8611
8632
|
let j = h._by;
|
|
8612
|
-
if (h._b7.
|
|
8633
|
+
if (h._b7._aw) {
|
|
8613
8634
|
j = null;
|
|
8614
8635
|
}
|
|
8615
8636
|
let k = b._areaFormats$i._d(j, g);
|
|
@@ -8617,7 +8638,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8617
8638
|
if (WorksheetTableStyle._q(l) == false) {
|
|
8618
8639
|
continue;
|
|
8619
8640
|
}
|
|
8620
|
-
ExcelUtils.
|
|
8641
|
+
ExcelUtils.fe(i, k, l);
|
|
8621
8642
|
}
|
|
8622
8643
|
}
|
|
8623
8644
|
}
|
|
@@ -8632,7 +8653,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8632
8653
|
a.s.k(new ObjectModelStylesPartManager_TableStylesCollectionInfo(c));
|
|
8633
8654
|
}
|
|
8634
8655
|
static b6(a) {
|
|
8635
|
-
if (ObjectModelStylesPartManager.a8(a)._b7.
|
|
8656
|
+
if (ObjectModelStylesPartManager.a8(a)._b7._aw) {
|
|
8636
8657
|
return;
|
|
8637
8658
|
}
|
|
8638
8659
|
let b = a.s.a(ObjectModelStylesPartManager_TableStylesCollectionInfo.$);
|
|
@@ -8679,7 +8700,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8679
8700
|
n = p.p12;
|
|
8680
8701
|
o = p.p13;
|
|
8681
8702
|
let q = ObjectModelStylesPartManager.a8(a);
|
|
8682
|
-
let r = (b == q._b7.
|
|
8703
|
+
let r = (b == q._b7._be);
|
|
8683
8704
|
let s = r;
|
|
8684
8705
|
let t = 0;
|
|
8685
8706
|
if (n.getValueOrDefault1(s)) {
|
|
@@ -8716,7 +8737,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8716
8737
|
a.s.k(u);
|
|
8717
8738
|
}
|
|
8718
8739
|
static b8(a) {
|
|
8719
|
-
for (let b of fromEnum(a.
|
|
8740
|
+
for (let b of fromEnum(a._bh)) {
|
|
8720
8741
|
let c = b.d;
|
|
8721
8742
|
c.colorInfo = b.c(a);
|
|
8722
8743
|
if (a._h.count == 0) {
|
|
@@ -8726,7 +8747,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8726
8747
|
}
|
|
8727
8748
|
}
|
|
8728
8749
|
static b9(a, b) {
|
|
8729
|
-
let c = (b == a.
|
|
8750
|
+
let c = (b == a._be);
|
|
8730
8751
|
for (let d = 0; d < b.count; d++) {
|
|
8731
8752
|
let e = c == false && d == 0;
|
|
8732
8753
|
let f = c && d == 0;
|
|
@@ -8780,8 +8801,8 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8780
8801
|
}
|
|
8781
8802
|
cg(a) {
|
|
8782
8803
|
let b = this.a7;
|
|
8783
|
-
SpreadsheetMLMain.zf(this, toNullable(Number_$type, intSToU(a.
|
|
8784
|
-
a.
|
|
8804
|
+
SpreadsheetMLMain.zf(this, toNullable(Number_$type, intSToU(a._cn.count)));
|
|
8805
|
+
a._cn.q(runOn(this, this.ce));
|
|
8785
8806
|
this.ad.k();
|
|
8786
8807
|
}
|
|
8787
8808
|
ch(a, b) {
|
|
@@ -8803,18 +8824,18 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8803
8824
|
this.ad.k();
|
|
8804
8825
|
}
|
|
8805
8826
|
cm(a) {
|
|
8806
|
-
SpreadsheetMLMain.zn(this, toNullable(Number_$type, intSToU(a.
|
|
8807
|
-
a.
|
|
8827
|
+
SpreadsheetMLMain.zn(this, toNullable(Number_$type, intSToU(a._co.count)));
|
|
8828
|
+
a._co.q(runOn(this, this.cl));
|
|
8808
8829
|
this.ad.k();
|
|
8809
8830
|
}
|
|
8810
8831
|
cn(a) {
|
|
8811
|
-
SpreadsheetMLMain.zo(this, toNullable(Number_$type, intSToU(a.
|
|
8812
|
-
a.
|
|
8832
|
+
SpreadsheetMLMain.zo(this, toNullable(Number_$type, intSToU(a._cp.count)));
|
|
8833
|
+
a._cp.q((b) => this.dr(b, true));
|
|
8813
8834
|
this.ad.k();
|
|
8814
8835
|
}
|
|
8815
8836
|
co(a) {
|
|
8816
|
-
SpreadsheetMLMain.zp(this, toNullable(Number_$type, intSToU(a.
|
|
8817
|
-
a.
|
|
8837
|
+
SpreadsheetMLMain.zp(this, toNullable(Number_$type, intSToU(a._cq.count)));
|
|
8838
|
+
a._cq.q((b) => this.dr(b, false));
|
|
8818
8839
|
this.ad.k();
|
|
8819
8840
|
}
|
|
8820
8841
|
cp() {
|
|
@@ -8890,8 +8911,8 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8890
8911
|
a.ad.k();
|
|
8891
8912
|
}
|
|
8892
8913
|
c1(a) {
|
|
8893
|
-
SpreadsheetMLMain.abp(this, toNullable(Number_$type, intSToU(a.
|
|
8894
|
-
a.
|
|
8914
|
+
SpreadsheetMLMain.abp(this, toNullable(Number_$type, intSToU(a._cr.count)));
|
|
8915
|
+
a._cr.q(runOn(this, this.cz));
|
|
8895
8916
|
this.ad.k();
|
|
8896
8917
|
}
|
|
8897
8918
|
c2(a) {
|
|
@@ -8920,7 +8941,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8920
8941
|
SpreadsheetMLMain.ab9(this);
|
|
8921
8942
|
let a = this.a7._by._palette$i;
|
|
8922
8943
|
for (let b = 0; b < 8 + 56; b++) {
|
|
8923
|
-
this.de(ExcelUtils.
|
|
8944
|
+
this.de(ExcelUtils.g5(a._af(b)));
|
|
8924
8945
|
}
|
|
8925
8946
|
this.ad.k();
|
|
8926
8947
|
}
|
|
@@ -8939,12 +8960,12 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8939
8960
|
a.ad.k();
|
|
8940
8961
|
}
|
|
8941
8962
|
c9(a) {
|
|
8942
|
-
let b = a.
|
|
8963
|
+
let b = a._cs.count;
|
|
8943
8964
|
if (b == 0) {
|
|
8944
8965
|
return;
|
|
8945
8966
|
}
|
|
8946
8967
|
SpreadsheetMLMain.aci(this, toNullable(Number_$type, intSToU(b)));
|
|
8947
|
-
a.
|
|
8968
|
+
a._cs.q((c) => this.c7(c, false));
|
|
8948
8969
|
this.ad.k();
|
|
8949
8970
|
}
|
|
8950
8971
|
da(a) {
|
|
@@ -8970,7 +8991,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
8970
8991
|
a.ad.k();
|
|
8971
8992
|
}
|
|
8972
8993
|
de(a) {
|
|
8973
|
-
let b = intSToU(ExcelUtils.
|
|
8994
|
+
let b = intSToU(ExcelUtils.cz(a));
|
|
8974
8995
|
b = b & 16777215;
|
|
8975
8996
|
SpreadsheetMLMain.ac5(this, toNullable(ST_UnsignedIntHex.$, new ST_UnsignedIntHex(1, b)));
|
|
8976
8997
|
this.ad.k();
|
|
@@ -9020,7 +9041,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
9020
9041
|
dk(a, b) {
|
|
9021
9042
|
let c = a._aa(b);
|
|
9022
9043
|
SpreadsheetMLMain.ad8(this, b.name, void 0, void 0, toNullable(Number_$type, intSToU(c._k)));
|
|
9023
|
-
ExcelUtils.
|
|
9044
|
+
ExcelUtils.fq(KeyValuePair$2.$.specialize(WorksheetTableStyleArea_$type, Number_$type), c, (d) => this.dl(b, d));
|
|
9024
9045
|
this.ad.k();
|
|
9025
9046
|
}
|
|
9026
9047
|
dl(a, b) {
|
|
@@ -9031,7 +9052,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
9031
9052
|
let b = this.a7._by;
|
|
9032
9053
|
let c = b._customTableStyles$i;
|
|
9033
9054
|
SpreadsheetMLMain.aeb(this, toNullable(Number_$type, intSToU(c.count)), b.defaultTableStyle.name, "PivotStyleLight16");
|
|
9034
|
-
ExcelUtils.
|
|
9055
|
+
ExcelUtils.fq(WorksheetTableStyle.$, c, (d) => this.dk(a, d));
|
|
9035
9056
|
this.ad.k();
|
|
9036
9057
|
}
|
|
9037
9058
|
dn(a) {
|
|
@@ -9045,12 +9066,12 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
9045
9066
|
this.ad.k();
|
|
9046
9067
|
}
|
|
9047
9068
|
dr(a, b) {
|
|
9048
|
-
let c = ExcelUtils.
|
|
9049
|
-
let d = ExcelUtils.
|
|
9050
|
-
let e = ExcelUtils.
|
|
9051
|
-
let f = ExcelUtils.
|
|
9052
|
-
let g = ExcelUtils.
|
|
9053
|
-
let h = ExcelUtils.
|
|
9069
|
+
let c = ExcelUtils.by(a.i, 2);
|
|
9070
|
+
let d = ExcelUtils.by(a.i, 8);
|
|
9071
|
+
let e = ExcelUtils.by(a.i, 16);
|
|
9072
|
+
let f = ExcelUtils.by(a.i, 4);
|
|
9073
|
+
let g = ExcelUtils.by(a.i, 1);
|
|
9074
|
+
let h = ExcelUtils.by(a.i, 32);
|
|
9054
9075
|
let i = b;
|
|
9055
9076
|
SpreadsheetMLMain.aes(this, a.v, a.t, a.r, a.o, a.p, a.m, a.k, g == i ? toNullable(Boolean_$type, null) : toNullable(Boolean_$type, g), f == i ? toNullable(Boolean_$type, null) : toNullable(Boolean_$type, f), e == i ? toNullable(Boolean_$type, null) : toNullable(Boolean_$type, e), d == i ? toNullable(Boolean_$type, null) : toNullable(Boolean_$type, d), c == i ? toNullable(Boolean_$type, null) : toNullable(Boolean_$type, c), h == i ? toNullable(Boolean_$type, null) : toNullable(Boolean_$type, h));
|
|
9056
9077
|
this.ca(a.b);
|
|
@@ -9094,72 +9115,72 @@ export let ExcelThemeDocumentManager = /*@__PURE__*/ (() => {
|
|
|
9094
9115
|
export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
9095
9116
|
class WorkbookLoadManagerExcel2007 extends WorkbookLoadManager {
|
|
9096
9117
|
constructor(a, b, c, d, e) {
|
|
9097
|
-
super(a, ExcelUtils.
|
|
9098
|
-
this.
|
|
9099
|
-
this.
|
|
9100
|
-
this._ax = null;
|
|
9118
|
+
super(a, ExcelUtils.eg(b));
|
|
9119
|
+
this._ao = new WorkbookSerializationDataExcel2007();
|
|
9120
|
+
this._a9 = null;
|
|
9101
9121
|
this._ay = null;
|
|
9102
|
-
this.
|
|
9122
|
+
this._az = null;
|
|
9103
9123
|
this._ak = null;
|
|
9104
|
-
this.
|
|
9124
|
+
this._al = null;
|
|
9105
9125
|
this._ba = null;
|
|
9106
|
-
this.
|
|
9126
|
+
this._bb = null;
|
|
9107
9127
|
this._a0 = null;
|
|
9108
9128
|
this._a1 = null;
|
|
9109
|
-
this._a3 = null;
|
|
9110
9129
|
this._a2 = null;
|
|
9111
|
-
this.
|
|
9130
|
+
this._a4 = null;
|
|
9131
|
+
this._a3 = null;
|
|
9112
9132
|
this._av = false;
|
|
9113
|
-
this.
|
|
9114
|
-
this.
|
|
9115
|
-
this._ay = new Dictionary$2(
|
|
9116
|
-
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);
|
|
9117
9137
|
this._ak = new WorkbookLoadManagerExcel2007_FontCollection();
|
|
9118
|
-
this.
|
|
9119
|
-
this._ba = (
|
|
9138
|
+
this._al = new WorkbookLoadManagerExcel2007_FontCollection();
|
|
9139
|
+
this._ba = new List$1(WorkbookLoadManagerExcel2007_NamedReferenceInfo.$, 0);
|
|
9140
|
+
this._bb = ((() => {
|
|
9120
9141
|
let $ret = new List$1(WorkbookReferenceBase.$, 0);
|
|
9121
9142
|
$ret.add(this._b._bb);
|
|
9122
9143
|
return $ret;
|
|
9123
9144
|
})());
|
|
9124
|
-
this.
|
|
9125
|
-
this.
|
|
9126
|
-
this.
|
|
9127
|
-
this.
|
|
9128
|
-
this.
|
|
9129
|
-
this.
|
|
9130
|
-
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));
|
|
9131
9152
|
}
|
|
9132
9153
|
static staticInit() {
|
|
9133
|
-
WorkbookStyleCollection._n = WorkbookLoadManagerExcel2007.
|
|
9134
|
-
StandardTableStyleCollection._h = WorkbookLoadManagerExcel2007.
|
|
9135
|
-
ExcelUtils.
|
|
9136
|
-
Workbook._e1 = WorkbookLoadManagerExcel2007.
|
|
9137
|
-
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;
|
|
9138
9159
|
WorkbookOptionsBase._e = WorkbookOptionsBase._e || (() => new PackageFactory());
|
|
9139
9160
|
}
|
|
9140
9161
|
disposeCore(a) {
|
|
9141
9162
|
if (a) {
|
|
9142
|
-
this.
|
|
9163
|
+
this._aj.dispose();
|
|
9143
9164
|
}
|
|
9144
9165
|
super.disposeCore(a);
|
|
9145
9166
|
}
|
|
9146
9167
|
_r() {
|
|
9147
|
-
if (this.
|
|
9168
|
+
if (this._bf.count == 0) {
|
|
9148
9169
|
return null;
|
|
9149
9170
|
}
|
|
9150
|
-
return this.
|
|
9171
|
+
return this._bf._inner[0].g;
|
|
9151
9172
|
}
|
|
9152
9173
|
_p() {
|
|
9153
9174
|
this._i.add(this._b._bb);
|
|
9154
|
-
return WorkItemExtensions.a(this.
|
|
9155
|
-
this._b._n = this.
|
|
9156
|
-
this._b._o = this.
|
|
9157
|
-
this._b._gx = this.
|
|
9158
|
-
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;
|
|
9159
9180
|
});
|
|
9160
9181
|
}
|
|
9161
9182
|
_z() {
|
|
9162
|
-
for (let a of fromEnum(this.
|
|
9183
|
+
for (let a of fromEnum(this._bi)) {
|
|
9163
9184
|
this._y(a.a, a.b);
|
|
9164
9185
|
}
|
|
9165
9186
|
for (let b of fromEnum(this._b._namedReferences$i)) {
|
|
@@ -9174,38 +9195,38 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9174
9195
|
f.h();
|
|
9175
9196
|
}, this._b._namedReferences$i, this._b._sheets$i, true);
|
|
9176
9197
|
}
|
|
9177
|
-
_bo(a, b) {
|
|
9178
|
-
this._a2.item(b, a);
|
|
9179
|
-
}
|
|
9180
9198
|
_bp(a, b) {
|
|
9181
|
-
|
|
9199
|
+
this._a3.item(b, a);
|
|
9200
|
+
}
|
|
9201
|
+
_bq(a, b) {
|
|
9202
|
+
let c = this._au(b);
|
|
9182
9203
|
c.b(Tuple$2.$.specialize(Sheet.$, WorksheetShape.$), Boolean_$type, WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.a, Tuple.a(Sheet.$, WorksheetShape.$, a, b));
|
|
9183
|
-
this.
|
|
9204
|
+
this._bs(a, b);
|
|
9184
9205
|
a._p._add3(b);
|
|
9185
9206
|
}
|
|
9186
|
-
|
|
9207
|
+
_au(a) {
|
|
9187
9208
|
let b;
|
|
9188
|
-
let c = this.
|
|
9209
|
+
let c = this._a1.tryGetValue(a, b);
|
|
9189
9210
|
b = c.p1;
|
|
9190
9211
|
return b;
|
|
9191
9212
|
}
|
|
9192
|
-
|
|
9213
|
+
_ar(a) {
|
|
9193
9214
|
let b;
|
|
9194
|
-
let c = this.
|
|
9215
|
+
let c = this._a2.tryGetValue(a, b);
|
|
9195
9216
|
b = c.p1;
|
|
9196
9217
|
return b;
|
|
9197
9218
|
}
|
|
9198
|
-
|
|
9219
|
+
_ap(a) {
|
|
9199
9220
|
let b;
|
|
9200
|
-
let c = this.
|
|
9221
|
+
let c = this._a3.tryGetValue(a, b);
|
|
9201
9222
|
b = c.p1;
|
|
9202
9223
|
return b;
|
|
9203
9224
|
}
|
|
9204
|
-
|
|
9205
|
-
let b = this.
|
|
9225
|
+
_aq(a) {
|
|
9226
|
+
let b = this._ap(a);
|
|
9206
9227
|
return b;
|
|
9207
9228
|
}
|
|
9208
|
-
static
|
|
9229
|
+
static _bt(a) {
|
|
9209
9230
|
if (stringIsNullOrEmpty(a) == false && stringStartsWith(a, "=") == false) {
|
|
9210
9231
|
a = stringInsert(a, 0, "=");
|
|
9211
9232
|
}
|
|
@@ -9213,13 +9234,13 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9213
9234
|
p0: a
|
|
9214
9235
|
};
|
|
9215
9236
|
}
|
|
9216
|
-
_bu(a, b) {
|
|
9217
|
-
this._a0.item(a, b);
|
|
9218
|
-
}
|
|
9219
9237
|
_bv(a, b) {
|
|
9220
9238
|
this._a1.item(a, b);
|
|
9221
9239
|
}
|
|
9222
|
-
|
|
9240
|
+
_bw(a, b) {
|
|
9241
|
+
this._a2.item(a, b);
|
|
9242
|
+
}
|
|
9243
|
+
static _ax(a, b, c) {
|
|
9223
9244
|
c = null;
|
|
9224
9245
|
let d = a.l("dxfId", b);
|
|
9225
9246
|
if (nullableEquals(d, null)) {
|
|
@@ -9247,7 +9268,7 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9247
9268
|
p2: c
|
|
9248
9269
|
};
|
|
9249
9270
|
}
|
|
9250
|
-
static
|
|
9271
|
+
static _bm(a) {
|
|
9251
9272
|
for (let b of fromEnum(a.getRelationships())) {
|
|
9252
9273
|
if (b.relationshipType != WorkbookPartManagerBase.a7 && b.relationshipType != WorkbookPartManagerBase.a6) {
|
|
9253
9274
|
continue;
|
|
@@ -9270,14 +9291,14 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9270
9291
|
}
|
|
9271
9292
|
return toNullable(WorkbookFormat_$type, null);
|
|
9272
9293
|
}
|
|
9273
|
-
static
|
|
9294
|
+
static _br(a) {
|
|
9274
9295
|
let b = new Workbook(2);
|
|
9275
9296
|
{
|
|
9276
9297
|
let c = new WorkbookLoadManagerExcel2007(b, null, new WorkbookLoadOptions(), toNullable(ST_ConformanceClass_$type, 0), null);
|
|
9277
9298
|
try {
|
|
9278
|
-
c.
|
|
9279
|
-
WorkItemScheduler.b().d(c.
|
|
9280
|
-
let d = WorkbookLoadManagerExcel2007.
|
|
9299
|
+
c._aj._bh();
|
|
9300
|
+
WorkItemScheduler.b().d(c._aj._m);
|
|
9301
|
+
let d = WorkbookLoadManagerExcel2007._as(c._aj);
|
|
9281
9302
|
if (d == null) {
|
|
9282
9303
|
return;
|
|
9283
9304
|
}
|
|
@@ -9297,35 +9318,35 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9297
9318
|
}
|
|
9298
9319
|
}
|
|
9299
9320
|
}
|
|
9300
|
-
static
|
|
9321
|
+
static _ag(a) {
|
|
9301
9322
|
let b = new Workbook(2);
|
|
9302
9323
|
return Async.p(WorkbookLoadManagerExcel2007.$, Base.$, new WorkbookLoadManagerExcel2007(b, null, new WorkbookLoadOptions(), toNullable(ST_ConformanceClass_$type, 0), null), (c) => {
|
|
9303
|
-
c.
|
|
9304
|
-
c.
|
|
9305
|
-
WorkItemScheduler.b().d(c.
|
|
9306
|
-
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);
|
|
9307
9328
|
if (d != null) {
|
|
9308
9329
|
return d.a();
|
|
9309
9330
|
}
|
|
9310
9331
|
return null;
|
|
9311
9332
|
});
|
|
9312
9333
|
}
|
|
9313
|
-
static
|
|
9334
|
+
static _ai(a, b, c, d) {
|
|
9314
9335
|
return Async.n(WorkbookLoadManagerExcel2007.$, new WorkbookLoadManagerExcel2007(a, b, c, toNullable(ST_ConformanceClass_$type, null), d), (e) => e._o());
|
|
9315
9336
|
}
|
|
9316
|
-
static
|
|
9337
|
+
static _ah(a, b, c) {
|
|
9317
9338
|
if (c == null) {
|
|
9318
9339
|
c = new PackageFactory();
|
|
9319
9340
|
}
|
|
9320
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());
|
|
9321
9342
|
}
|
|
9322
|
-
static
|
|
9323
|
-
return new MemoryStream(2, Convert.fromBase64String(WorkbookLoadManagerExcel2007.
|
|
9343
|
+
static _bk() {
|
|
9344
|
+
return new MemoryStream(2, Convert.fromBase64String(WorkbookLoadManagerExcel2007._bn));
|
|
9324
9345
|
}
|
|
9325
|
-
static
|
|
9346
|
+
static _as(a) {
|
|
9326
9347
|
let b = new MemoryStream(0);
|
|
9327
9348
|
{
|
|
9328
|
-
let c = WorkbookLoadManagerExcel2007.
|
|
9349
|
+
let c = WorkbookLoadManagerExcel2007._bk();
|
|
9329
9350
|
try {
|
|
9330
9351
|
if (c == null) {
|
|
9331
9352
|
return null;
|
|
@@ -9362,13 +9383,13 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9362
9383
|
b.position = 0;
|
|
9363
9384
|
return ObjectModelStylesPartManager.a9.e(a, b);
|
|
9364
9385
|
}
|
|
9365
|
-
static
|
|
9366
|
-
return new MemoryStream(2, Convert.fromBase64String(WorkbookLoadManagerExcel2007.
|
|
9386
|
+
static _bl() {
|
|
9387
|
+
return new MemoryStream(2, Convert.fromBase64String(WorkbookLoadManagerExcel2007._bo));
|
|
9367
9388
|
}
|
|
9368
|
-
static
|
|
9389
|
+
static _at(a, b) {
|
|
9369
9390
|
let c = new MemoryStream(0);
|
|
9370
9391
|
{
|
|
9371
|
-
let d = WorkbookLoadManagerExcel2007.
|
|
9392
|
+
let d = WorkbookLoadManagerExcel2007._bl();
|
|
9372
9393
|
try {
|
|
9373
9394
|
if (d == null) {
|
|
9374
9395
|
return null;
|
|
@@ -9405,72 +9426,72 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9405
9426
|
c.position = 0;
|
|
9406
9427
|
return new WorkbookLoadManagerExcel2007_PresetTableStylesPartManager(b).e(a, c);
|
|
9407
9428
|
}
|
|
9408
|
-
|
|
9429
|
+
_bs(a, b) {
|
|
9409
9430
|
let c = typeCast(WorksheetShapeGroupBase.$, b);
|
|
9410
9431
|
if (c == null) {
|
|
9411
9432
|
return;
|
|
9412
9433
|
}
|
|
9413
9434
|
for (let d of fromEnum(c._shapes$i)) {
|
|
9414
|
-
this.
|
|
9415
|
-
this.
|
|
9435
|
+
this._bu(a, d, c);
|
|
9436
|
+
this._bs(a, d);
|
|
9416
9437
|
}
|
|
9417
9438
|
c._d3();
|
|
9418
9439
|
}
|
|
9419
|
-
|
|
9420
|
-
let d = this.
|
|
9421
|
-
let e = this.
|
|
9422
|
-
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());
|
|
9423
9444
|
b._setBoundsInTwips(a, f);
|
|
9424
9445
|
}
|
|
9425
|
-
get _bb() {
|
|
9426
|
-
return this._an.b;
|
|
9427
|
-
}
|
|
9428
9446
|
get _bc() {
|
|
9429
|
-
return this.
|
|
9447
|
+
return this._ao.b;
|
|
9430
9448
|
}
|
|
9431
9449
|
get _bd() {
|
|
9432
|
-
return this.
|
|
9450
|
+
return this._ao.c;
|
|
9433
9451
|
}
|
|
9434
9452
|
get _be() {
|
|
9435
|
-
return this.
|
|
9436
|
-
}
|
|
9437
|
-
get _ai() {
|
|
9438
|
-
return this._an.a;
|
|
9453
|
+
return this._ao.d;
|
|
9439
9454
|
}
|
|
9440
9455
|
get _bf() {
|
|
9441
|
-
return this.
|
|
9456
|
+
return this._ao.e;
|
|
9457
|
+
}
|
|
9458
|
+
get _aj() {
|
|
9459
|
+
return this._ao.a;
|
|
9442
9460
|
}
|
|
9443
9461
|
get _bg() {
|
|
9444
|
-
return this.
|
|
9462
|
+
return this._ao.f;
|
|
9445
9463
|
}
|
|
9446
|
-
get
|
|
9447
|
-
return this.
|
|
9464
|
+
get _bh() {
|
|
9465
|
+
return this._a9;
|
|
9448
9466
|
}
|
|
9449
9467
|
get _a5() {
|
|
9450
9468
|
return this._ay;
|
|
9451
9469
|
}
|
|
9452
|
-
get
|
|
9453
|
-
return this.
|
|
9470
|
+
get _a6() {
|
|
9471
|
+
return this._az;
|
|
9454
9472
|
}
|
|
9455
9473
|
get _am() {
|
|
9456
9474
|
return this._ak;
|
|
9457
9475
|
}
|
|
9458
|
-
get
|
|
9459
|
-
return this.
|
|
9476
|
+
get _an() {
|
|
9477
|
+
return this._al;
|
|
9460
9478
|
}
|
|
9461
9479
|
get _bi() {
|
|
9462
9480
|
return this._ba;
|
|
9463
9481
|
}
|
|
9464
|
-
get
|
|
9465
|
-
return this.
|
|
9482
|
+
get _bj() {
|
|
9483
|
+
return this._bb;
|
|
9466
9484
|
}
|
|
9467
9485
|
get _a7() {
|
|
9468
|
-
return this.
|
|
9486
|
+
return this._a0;
|
|
9487
|
+
}
|
|
9488
|
+
get _a8() {
|
|
9489
|
+
return this._a4;
|
|
9469
9490
|
}
|
|
9470
9491
|
}
|
|
9471
9492
|
WorkbookLoadManagerExcel2007.$t = /*@__PURE__*/ markType(WorkbookLoadManagerExcel2007, 'WorkbookLoadManagerExcel2007', WorkbookLoadManager.$);
|
|
9472
|
-
WorkbookLoadManagerExcel2007.
|
|
9473
|
-
WorkbookLoadManagerExcel2007.
|
|
9493
|
+
WorkbookLoadManagerExcel2007._bn = "H4sICCUTME8AAHByZXNldENlbGxTdHlsZXMueG1sAO1cac/SQBD+buJ/aOoRNWrvSxEPFDUxajyiiRrTFxastl0sRcFf724L292yvbSwmCgxpdt9Zp55ZnbaQnkHd9dRKP0AyTKA8R1Zu6nKEogncBrE8zvy2zfjG64sLVM/nvohjMEdeQOW8t3h+XODZboJwesvAKQSMhEv78hf0nRxS1GWky8g8pc34QLE6MgMJpGfot1kriwXCfCnSwyKQkVXVVuJ/CCWh4N4FY2jdClN4CpO78gmGZLyzdMpGtRlKbc2glNE5fOVy99XML19Md9cky5cv3BB/Xz19t6Bj1eyQx85h/LtjXyTYe99viorPPda2T3tkXXSya7ZJqybakVk26PNwd29W0/DKNMoed5zVmtf2WZ0OJjBuEisrsn5yHCw/CX98ENUcxqeP4EhTKQUlQ7ynY3EfgTyGSM/DM6SAA/O/CgIN/mwjgdwte3mRUEMk8w59nBsP2fK8XytGnyp7Z0xdoMjxsDo5e75Msq+IuTKb/blf23yZTX76i0u44i+tMP64vlJ5md35PEYNXJN7VBzf+XMG6nI39Gc2dbRIjPQy+k1sjOl0aExPqLD8X3n4dHk7N9Zw3Lr1VdNYHjB9RtYUJ82B796rZNjqdh0ouxwRsvs5pvssiYIQ3JZYxhyPjIcLPw0BUk8RjvS9v2bzQL5itH1c24HHWqcPU/8jaZb7QFLGAZTzGI+olM3sh+NR48yMxT0L40is84BjD564I16NzoaeV7fRnX86tnofQu/ejaaCdCbpttFY/ZuT0oDvIrUm47nea5mu67rmYZmmpnIZ9vpQTwFa4BuVezeZNpnYHnon+F6to6IqKZrHZ2BgQg4luVamqeb6L92HAb92xOdVUt4Vi3hWbV7tyc6q7bwrNrCs+r0bk90Vh3hWXWEZ9Xt3Z7orLrCs+oKz2pvF587e8Kz6gnPqtdjVrPNEmFgMgXJ9o4u+wh1NzYchGCWInwSzL/gbQoXCj6YpjBCb6aBP4exH2IPOaIVUsLfoKBg0i/B5BtyNtm/xs4nHsoD0dDEdWQ6puqYlm7rfbqOwDRYRdh3l6vd1t6pCGO58kMLBU/NebZFZHOzkFoC0Mxd7C0RfcRo4FenGDNElxgzQKcYM0S3GBuqaApXZyEo+UH/XFX9s3rJDXZTsxFT6Nkagua2i/UPNK1L0QMdv7rUTY7oUDc5oEvdZIi/6T608b2W01Lv1v13+2aJgCAMX2Nj72fk9GHjDwTXM+r7VRV/vRrv3uKTzvZtbiffUapBeiVI8heLcPN8FZ2BZJx9g1uM4lNdsfcgQxX798NgHkcgpgAvE5iCSYqeBvjH+Jj/+dTy0f7z+c/nP5//fP7zOUk+dgUfrQOfv/FvnYIeXvv8jGF8OB6mfipEzFMhop0KEeNEiFBrxxCxdoYDfzcFP8CbBhP8qAK6w8FMF2SqFMLJN7C7u1DWs+ownIow9A5hNNKukdGt8G8I9n/QNNbw8Qo+ens+fTLQqFtVQxAFapGbgihQ97oWTcHkUOjJJdVSbNqldTiXJuXySFFWXXTYHVbcXxGgrrocmoBzuJidE+sy1PpyaT5uPR8Y9yXIqbXdqk+2vA58/sa/RvV9r70gfUpA1YTWISeHoqAJouBRHESdgWkOok7BFAVRp2CKgiWIAp0J+wQ4OII4UBRc8RREdUj64lxUi6Q5iOqRFAVRLZKiIKpD0pkQ1SJpDqJ6JEVBVIukKIjqkHQmRLVImoOoHkl9eCCqRVIURHVIj+IgqEXqqoh7rD//hFKhnqmgn7Bgnq8ohiX8Cy4c5SXphnR/MkEOUbLXs0xyXPyrIEQPnG0LUalH6jukabBIswlpEKTDIt0mpLlDWhqDNPUmpEWQFou0m5A2QbIKWVyFzH1t8SAbp9aELLQ1WaTVhCy0dVmk14QstNVZhYwmZKGtzSKdBmShra2y2nIVsrnaamycehOy0NZikXYTstDWY+NUm5CFtgaLNJuQhbYOi3SbkIW2GqstV6FyN2CrR+dWT1lPndWTWzdlJW0Ww62YsoYqqwS3VsrqmSyGu47K691lMVwNHvjT3XzdYTXjxJL9cnayCn3cz4nWGovTubgvYPJNGqFRAjNYmMGFwfAZ+AHCzySzRZK2ewGegE9ftfgiy1V4rRZPMm5X4fVaPMm+W4Wvj59UgqZWGTBrDdjEQKWCVq0BhxiolNDmG4gin2Sv1O0qAdIH9RMB0SFXeVklCfqDRhtCstTi6jC0L43ND3cNPFovQj/2U5hspDdgnZKKZmvD4kY3hmEIf4Kp9AT98iEJg/gbqSw2Mdzl+hjCYr2WSpGryxPg47/xJGkkQPasodWidOLLYFFOHcogKJNFuXUok6BKDLlC7Kmns+pxXT2NF6uUADxWPm7/eIY8gCnbt0rrh1taz8EqTXyC0Uur3uVi0FV5AWFrXuUDUkBYlUTjAl6sUkoAo9RJuA3wJUjwSYVUD32OqOgYr+DPUs/WWG71PbvA64RpFV6rxZM6tKrwei2eVKRThTfq8EXP9qrwZi2+aNkVAjYloGjZJQUbWvabIA0Bwdos1uIiYOoXK6R0IcFFvPOTGC17toGW+kX+o4/irhDtFH+Obvgb2AlhytROAAA=";
|
|
9494
|
+
WorkbookLoadManagerExcel2007._bo = "H4sICPuS504AAHByZXNldFRhYmxlU3R5bGVzLnhtbADs3d2uEjEQAOB7E9+B7L0ui/1bg3hhNDHRxKgvgLIqEVgD6++reeEj+QoW8J/qdNrptk1q4g/nzE6nB858x6Q7fP38ZX77w3YzedftD+t+d6tqrk+rSbd73q/Wu5e3qrfDi2uqur24emX+Zt8duuHp8tmmezJ83HSHib5wd7hVvRqGNzfr+vD8VbddHq73b7qd/syLfr9dDvrh/mV90NcuV4dXXTdsN/VsOhX1drneVYv5r3QPu9X67XamFvPVhxeHyfP+7W64Vcnq9Hgxf7HebBbzN8th6Pa7e/rB5Pu/n358092qDv1mvap02Ms7/abfTwZdi/5wW02G9THP9Dpv9a8bqhWzVjVTpnhVL+bPcOH1b+vrRy/Of+n6siqy3w06qY58/nva5nTt8ZNho5/1+1W3X8yH/s3koJ94/ent6amv/rqoPV2kw/Sf54uwS/0V/c9IgidOtq1+CoRSqmU3GsZmpycOF2584n7sfNO9GH58vYZXp++d5/9IfkMnl5wr3rQzpn+fN6oT6I3u1y9f+eU5ZTg9fV5p9PXHzQ1Dv/XKc06xmOsGNqyfLzdeyX4kWcxf9fv1J/3S8Ez4K81fL+Lznwf9dfzZAH/2vKaarLoXy7eb7832vP7fnbL9GfVo/a4fvkf9+veD4/PUiOr3JSa75bHsy6ZbTd7oC48bqX523j+uvLvRG94Nk+H0/fD+Vb/pTlmqid7G/dUxvP53/KtuqXf+uH//M1z8L3zo9Rfs92j+v+gX6/1h0N9ob7e7nxew/12wWV7E3wAX0OU8GfbrN792PAOvOS/y12XnF8av6/54cNCPTCRefEySMqlwAilfgbIo0sEXwmhrJlXyTCockyokk6qiYRLMY8ckmMaSSTAPhkkwGZZJMGEmTMrCZJ0uk9LApCBlUuIEkr4CZVGkgy+E0dZMyuSZlDgmZUgmZUXDJJjHjkkwjSWTYB4Mk2AyLJNgwkyYFIXJOl0mhYFJTsqkwAkkfAXKokgHXwijrZkUyTMpcEyKkEyKioZJMI8dk2AaSybBPBgmwWRYJsGEmTDJC5N1ukxyA5OMlEmOE4j7CpRFkQ6+EEZbM8mTZ5LjmOQhmeQVDZNgHjsmwTSWTIJ5MEyCybBMggkzYZIVJut0mWQGJm+QMslwAjFfgbIo0sEXwmhrJlnyTDIckywkk6yiYRLMY8ckmMaSSTAPhkkwGZZJMGEmTN4oTNbpMnnDwOSMlMnpj9fxNf1CZro1iZkQQk7lDS7bUydDxoMGZVKmgzGE0dZUNslT+ftT0bCjfkyyqWR8Js6t8hky3gtLlIgY9lC24QFzUyorimaFojpdimYGippgFIVrFKQUjVOmuYdPvTuzCU4fHCNWZPBy1b/VL1caL8fe2bmyH5LY/ARwjvy5KQzrLj9reBeWEjxNgadOF57GAM+0wDNGmaGaoTId38+zouThwe2swDMmPNMCT50uPNNLeJq2wDNGmaGaoTQdiM+zouThwe2swDMiPE1b4KmTheeIzMXHaOebgB2avKNnUmaoZihMR8zzrCh5eHA7K/CMCU+ZGAIuEBEeZYCHdmII2KHJO3omZYZqhqZjhD5nBSNWlDw8uJ0VeMaEp8zgABeICI80wEM7gwPs0OQdPZMyQzVDZjoGnWdFycOD21mBZ0x4ylQLcIGI8AgDPLRTLcAOTd7RMykzVDM0VZtpRcnDg9tZFHhGORAegLRyKPzUjMu0C3CBiHxyA5+00y5a3B2yre8dslkUGaqd4w4pl4rgin4X/FdLfv66+ruuSIC77eZslMWGPPx23Q/qvuzW575sG6GnTkJPcxK6DNoAF4goNDMITTtoQ+HwU774ZVFkqH6NO81dKoIrSl1ot92kK7TCCa2K0N5Clxkf4AIRhb5hEJp2xofE4Sd98cuiyFD9GnfsvVQEV5S60G67SVdoiRNaFqG9hS6jT8AFIgo9MwhNO/pE4PATvvhlUWSofo27P6BUBFeUutBuu0lXaIETWhShvYUuM2LABSIK3RiEpp0Rw3H4cV/8sigyVL/G3UhRKoIrSl1ot92kKzTHCc2L0N5Cl2E64AIRhTYM06GdpcNw9jFf+7IoMlS7xt1wUiqCK0odaLfdpAs0wwHNCtC+QJeZQ+AC8Xw2jBwKN3FonDdwyKTMUA0bd2tOqQiuKHWi3XaTLtHgLYYktyQWpH9PVeYzgQvEQ9ownol2OlOL+6G4dfmh2JvoduQiHd5BiTDa+hbgNpI6uDuI7M2wvX+3rWje/RDMY/c2UGAay3eIAvOcU9gaBKbLg6cyxQlcIB5PhiFOtDOcFK7zK9/On0WRMCEho615UpF4wt0+Q8+Tqmh4AvPY8QSmseQJzIPjCUyXB09l1hO4QDyeDKOeaCc9SVznl76dP4siYUJCRlvzJCPxhLt3hJ4nWdHwBOax4wlMY8kTmAfHE5guD57KLCVwgXg8GUYp0U5SErjOL3w7fxZFwoSEjLbmSUTiCXfjBD1PoqLhCcxjxxOYxpInMA+OJzBdHjyVQULgAvF4MswRoh0jxHGdn/t2/iyKhAkJGW3NE4/EE+6uAXqeeEXDE5jHjicwjSVPYB4cT2C6PHgqU3TABeLxZBiiQztDh+E6P/Pt/FkUCRMSMtqaJxaJJ9yZeXqeWEXDE5jHjicwjSVPYB4cT2C6PHgqI2TABeLxZJggQztABjz7SnJW1hsocFnyMmFGQkZbE5XHG3jQE4VyCIMNShQXNnKyoQwvAReIZ8OP2SW/ntQZrQ0t7n8Fre//CrIoEu7dIaOtXXA71f1rKdybLrW+N/rYtv0W0/ZbRNtvMW2/Rb/hUut0A1CbBRXn1lOoABeIQcVPF/7+EO2UK4Xrwsq3C2dRJNxjQ0ZbU+F2wtqVCjUWFQpDhUJQoTBUKDQVyokKlREVZeASuEA8KqYXVDS085YkrgtL3y6cRZFwjw0ZbU2F22lnVyrkWFRIDBUSQYXEUCHRVEgnKmQ+VDRl9g+4QDQqji78/SHa2T8C14WFbxfOoki4x4aMtqbC7eSxKxViLCoEhgqBoEJgqBBoKoQTFSIjKsoEGnCBeFSoSypoJ9BwXBfmvl04iyLhHhsy2poKt1PArlTwsajgGCo4ggqOoYKjqeBOVPCMqCjTYMAF4lEhL6mgnQbDcF2Y+XbhLIqEe2zIaGsq3E7kulLBxqKCYahgCCoYhgqGpoI5UcEyoqJMZgEXiEeFuKSCdjILeIyU/NhpJmXCfTZktDUXbqdjXbloxuIixcOvNlw0TlzkcWD2HFQmpYALfGvvXHLbhoEAui/QO+QG1oeiyH2P0Av0k1WBFmh7f7S2WseRBMyPQw6D8Zohh0z8XmzNDNvpYjnqIrzWxThsvsC/FV8SEnd/lkrz4NMY9WZBYFNz9L+Inu4v2AO8DcmrJNr3OCaIolK6rF14h6cTemcavTON3olE7xUJSpwcXuhN0MOd3jhD/Hr+8uP71/sPETSxRUYxxbZWGVWEoyp2XUsy1RQJSfhS8+CzGPVmQdBcczT6cwJvG3I/tG8yTPBDpRxZu36YXQ8X18PmgoMeJqEeViTWS82Dz1zUmwWBcM3RaD3wtiHXQ/smvwQ9VMqLtauHyfVwcT1sLjjoYRTqISKxXmoefLai3iwIhGuORuuBtw25Hto32SXooVIurF09jK6Hi+thc8FBD4NQDwsS66XmwWco6s2CQLjmaLQeeNuQ66F9k1uCHirlv9rVw+B6uLgeNhfs9ZCFdghIqpeaB5+UqDcLguCao9F24G1Dbof2PWYJdqiU8mrWDtnlcHE53Eywd0MSumFEMr3UPPgMRL1ZEPzWHI12A28bcjd4c1cwndeOG5K74eJuuJlg74ayJdaZVpKWpSVpXQR5juD8UGAxhZzXdby+1pRnkjXqzoOUKy+ZlhYCTGdWy1laEPhzEIZrRyZeGQ0u0Kx+4VgYXbYuOtHQmaTo7CLIc5glFEeszYPkGi8ZlhYCDExWn1haEPhzEIZrh+9ezgwu0Izvx2rmssXMKw2dqxSdXQR5DrMVxRFr8yC5xstmpYUAA5PV3JUWBP4chOHa4bvXH4MLNOP7sfw4FOV7pKEzStHZRZDnMIsojlibB8k1XjoqLQQYmKyOrLQg8OcgDNcO34Pz/WKV78ea4bko3xcaOhcpOrsI8hxmC4oj1uZBco2XT0oLAQYmq40qLQj8OQjDtcP32fl+scr3Y9HvVJTvgYbOIEVnF0GewyygOGJtHiTXeBmhtBBgYLJ6n9KCwJ+DMFw7fPfL9sEFmvH9WLVb9jplsOtm8S6dnYQJZ0xqjkbSiJeLCbcSJWceUhIt8XsSBmWHsH4PMbhAM8K+Knz98Onnt7EsYR+yPZb89zWnHKecxiGkrRiSNhwEVxdBwmDSHF02171wnju/PSdruUT77JT4n51M4Pj2Bnccgwu0wPHtd3PEcdlL4SONdFFKui6ChJGpOdo0jvntzljLRRqO41vAsV+9Di7QDMfDHsdl710PNNAFKei6CBImpuZo0zTmt49hLRdoNA5vgMb5yb8OBhdoheO8p3HZq80fvzWdQ84pTjHGdVjnZd0+lhLH67wrwWWLhwlTU3O0aSLzy/JZy4Ff7Bd8EGCGyX6LOLhAKyKnPZGVytvPn11/Jo3WeUfWDVGru4j+Ls76jJxf2TfcO42QHuv1dAjXziioU7gObHkMO2XcjoE0+vwYXoyOOQTqA175EdCsTrmPcuA8RpZviPNUxYz/vQECuEAr/697/yu1P0AROTGILPZ/3RC1gKe/iw78X+8QTPs/kfyf3P8d+J9zqZ0Z/3uDDHCBVv6Pe/8rtcdAEXllEFns/7ohagFPfxcd+L/eIZj2/0ry/+r+78D/nDQeM/73BirgAq38v+z9r9Q+BUXkyCCy2P91Q9QCnv4uOvB/vUMw7f9I8n90/3fgf861lGb87w12wAVa+T/s/a/UXgdF5IVBZLH/64aoBTz9XXTg/3qHYNr/C8n/i/u/A/9zEsfN+N8bMIELtPL/vPe/UvslFJEDg8hi/9cNUQt4+rvowP/1DsG0/wPJ/8H934H/OTfLmvG/V2SBC7Ty/7T3f9nmMeN/uGCAfB+M57HY/jUD1IOd7h46MH+tIzDt/fu+cKVl9+GUyjI3f23zP/yawvXXtITp72te1rSk215pw3v4f8H7G4ELtPp/Ybz+Bf18/vX8++PDqPfv/gCziItLhJABAA==";
|
|
9474
9495
|
return WorkbookLoadManagerExcel2007;
|
|
9475
9496
|
})();
|
|
9476
9497
|
/**
|
|
@@ -9492,9 +9513,9 @@ export let WorkbookLoadManagerExcel2007_PresetTableStylesPartManager = /*@__PURE
|
|
|
9492
9513
|
}
|
|
9493
9514
|
let b = this.a7;
|
|
9494
9515
|
b._b7._g.clear();
|
|
9495
|
-
b._b7._bf.clear();
|
|
9496
|
-
b._b7._h.clear();
|
|
9497
9516
|
b._b7._bg.clear();
|
|
9517
|
+
b._b7._h.clear();
|
|
9518
|
+
b._b7._bh.clear();
|
|
9498
9519
|
let c = new WorksheetTableStyle(IOPath.getFileName(a), false);
|
|
9499
9520
|
c._s = true;
|
|
9500
9521
|
if (stringStartsWith(c.name, "Table")) {
|
|
@@ -9522,41 +9543,41 @@ export let WorkbookLoadManagerExcel2007_PresetTableStylesPartManager = /*@__PURE
|
|
|
9522
9543
|
export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
9523
9544
|
class WorkbookSaveManagerExcel2007 extends WorkbookSaveManager {
|
|
9524
9545
|
constructor(a, b, c, d) {
|
|
9525
|
-
super(a, ExcelUtils.
|
|
9526
|
-
this._cd = null;
|
|
9527
|
-
this._cc = new WorkbookSerializationDataExcel2007();
|
|
9528
|
-
this._cf = null;
|
|
9529
|
-
this._cg = null;
|
|
9530
|
-
this._cw = 0;
|
|
9531
|
-
this._cl = null;
|
|
9532
|
-
this._ci = null;
|
|
9546
|
+
super(a, ExcelUtils.eg(b), c);
|
|
9533
9547
|
this._ce = null;
|
|
9534
|
-
this.
|
|
9548
|
+
this._cd = new WorkbookSerializationDataExcel2007();
|
|
9549
|
+
this._cg = null;
|
|
9535
9550
|
this._ch = null;
|
|
9536
|
-
this.
|
|
9537
|
-
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 = ((() => {
|
|
9538
9559
|
let $ret = new Dictionary$2(WorkbookReferenceBase.$, Number_$type, 0);
|
|
9539
9560
|
$ret.addItem(a._bb, 0);
|
|
9540
9561
|
return $ret;
|
|
9541
9562
|
})());
|
|
9542
|
-
this.
|
|
9543
|
-
this.
|
|
9544
|
-
this.
|
|
9545
|
-
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)));
|
|
9546
9567
|
}
|
|
9547
9568
|
static staticInit() {
|
|
9548
|
-
Workbook._e3 = WorkbookSaveManagerExcel2007.
|
|
9569
|
+
Workbook._e3 = WorkbookSaveManagerExcel2007._ca;
|
|
9549
9570
|
WorkbookOptionsBase._e = WorkbookOptionsBase._e || (() => new PackageFactory());
|
|
9550
9571
|
}
|
|
9551
9572
|
disposeCore(a) {
|
|
9552
9573
|
if (a) {
|
|
9553
|
-
this.
|
|
9574
|
+
this._cc.dispose();
|
|
9554
9575
|
}
|
|
9555
9576
|
super.disposeCore(a);
|
|
9556
9577
|
}
|
|
9557
9578
|
_a8(a) {
|
|
9558
9579
|
let b;
|
|
9559
|
-
let c = this.
|
|
9580
|
+
let c = this._ce.tryGetValue(a, b);
|
|
9560
9581
|
b = c.p1;
|
|
9561
9582
|
return b;
|
|
9562
9583
|
}
|
|
@@ -9566,10 +9587,10 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9566
9587
|
b = c.p1;
|
|
9567
9588
|
return b;
|
|
9568
9589
|
}
|
|
9569
|
-
|
|
9590
|
+
_bn() {
|
|
9570
9591
|
let a = new Dictionary$2(FillInfo.$, Number_$type, 0);
|
|
9571
9592
|
let b = new Dictionary$2(BorderInfo.$, Number_$type, 0);
|
|
9572
|
-
this.
|
|
9593
|
+
this._cu(((() => {
|
|
9573
9594
|
let $ret = new FillInfo();
|
|
9574
9595
|
$ret.d = ((() => {
|
|
9575
9596
|
let $ret = new PatternFillInfo();
|
|
@@ -9578,7 +9599,7 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9578
9599
|
})());
|
|
9579
9600
|
return $ret;
|
|
9580
9601
|
})()), a);
|
|
9581
|
-
this.
|
|
9602
|
+
this._cu(((() => {
|
|
9582
9603
|
let $ret = new FillInfo();
|
|
9583
9604
|
$ret.d = ((() => {
|
|
9584
9605
|
let $ret = new PatternFillInfo();
|
|
@@ -9587,35 +9608,35 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9587
9608
|
})());
|
|
9588
9609
|
return $ret;
|
|
9589
9610
|
})()), a);
|
|
9590
|
-
this.
|
|
9611
|
+
this._ct(BorderInfo.a(this, new WorksheetCellFormatData(null, 1)), b);
|
|
9591
9612
|
let c = this._b._styles$i.normalStyle;
|
|
9592
|
-
this.
|
|
9593
|
-
this.
|
|
9613
|
+
this._c0(c, a, b);
|
|
9614
|
+
this._co.add(new StyleInfo(1, this, c));
|
|
9594
9615
|
for (let d of fromEnum(this._b._styles$i)) {
|
|
9595
9616
|
if (d == c || d._p == false) {
|
|
9596
9617
|
continue;
|
|
9597
9618
|
}
|
|
9598
|
-
this.
|
|
9599
|
-
this.
|
|
9619
|
+
this._c0(d, a, b);
|
|
9620
|
+
this._co.add(new StyleInfo(1, this, d));
|
|
9600
9621
|
}
|
|
9601
9622
|
for (let e of fromEnum(this._b._styles$i._u())) {
|
|
9602
9623
|
if (e == c) {
|
|
9603
9624
|
continue;
|
|
9604
9625
|
}
|
|
9605
|
-
this.
|
|
9606
|
-
this.
|
|
9626
|
+
this._c0(e, a, b);
|
|
9627
|
+
this._co.add(new StyleInfo(1, this, e));
|
|
9607
9628
|
}
|
|
9608
9629
|
let f = this._b._ca;
|
|
9609
|
-
this.
|
|
9630
|
+
this._cz(f._p, a, b);
|
|
9610
9631
|
for (let g of fromEnum(f)) {
|
|
9611
9632
|
if (g == f._p) {
|
|
9612
9633
|
continue;
|
|
9613
9634
|
}
|
|
9614
|
-
this.
|
|
9635
|
+
this._cz(g, a, b);
|
|
9615
9636
|
}
|
|
9616
9637
|
if (this._b._ct) {
|
|
9617
9638
|
for (let h of fromEnum(this._b._b2.m())) {
|
|
9618
|
-
this.
|
|
9639
|
+
this._cm.add(((() => {
|
|
9619
9640
|
let $ret = new SerializationNumberFormatInfo();
|
|
9620
9641
|
$ret.c = intSToU(h);
|
|
9621
9642
|
$ret.b = this._b._b2.ad(h);
|
|
@@ -9624,12 +9645,12 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9624
9645
|
}
|
|
9625
9646
|
}
|
|
9626
9647
|
}
|
|
9627
|
-
|
|
9628
|
-
super.
|
|
9648
|
+
_bu() {
|
|
9649
|
+
super._bu();
|
|
9629
9650
|
if (this._b._dz != null) {
|
|
9630
9651
|
let a = 1;
|
|
9631
9652
|
for (let b of fromEnum(this._b._dz.values)) {
|
|
9632
|
-
this.
|
|
9653
|
+
this._cl.addItem(b, a++);
|
|
9633
9654
|
}
|
|
9634
9655
|
}
|
|
9635
9656
|
}
|
|
@@ -9639,8 +9660,8 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9639
9660
|
get _ai() {
|
|
9640
9661
|
return this.get__ai();
|
|
9641
9662
|
}
|
|
9642
|
-
|
|
9643
|
-
let b = super.
|
|
9663
|
+
_b7(a) {
|
|
9664
|
+
let b = super._b7(a);
|
|
9644
9665
|
a = b.p0;
|
|
9645
9666
|
let c = typeCast(WorksheetChart.$, a);
|
|
9646
9667
|
if (c != null) {
|
|
@@ -9668,28 +9689,28 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9668
9689
|
};
|
|
9669
9690
|
}
|
|
9670
9691
|
_p() {
|
|
9671
|
-
return this.
|
|
9692
|
+
return this._cc._r();
|
|
9672
9693
|
}
|
|
9673
|
-
|
|
9694
|
+
_bo(a) {
|
|
9674
9695
|
let b = ConditionalFormattingSerializer.a(a);
|
|
9675
9696
|
if (b != null) {
|
|
9676
|
-
if (this.
|
|
9677
|
-
this.
|
|
9697
|
+
if (this._cf == null) {
|
|
9698
|
+
this._cf = new Dictionary$2(Worksheet.$, ConditionalFormattingSerializer.$, 0);
|
|
9678
9699
|
}
|
|
9679
|
-
this.
|
|
9700
|
+
this._cf.addItem(a, b);
|
|
9680
9701
|
b.w(this, a._conditionalFormats$i);
|
|
9681
9702
|
}
|
|
9682
9703
|
}
|
|
9683
|
-
|
|
9704
|
+
_bp(a) {
|
|
9684
9705
|
if (a._sparklineGroups$i.count > 0) {
|
|
9685
|
-
if (this.
|
|
9686
|
-
this.
|
|
9706
|
+
if (this._ck == null) {
|
|
9707
|
+
this._ck = new Dictionary$2(Worksheet.$, SparklinesSerializer.$, 0);
|
|
9687
9708
|
}
|
|
9688
|
-
this.
|
|
9709
|
+
this._ck.addItem(a, new SparklinesSerializer(a));
|
|
9689
9710
|
}
|
|
9690
9711
|
}
|
|
9691
|
-
static
|
|
9692
|
-
if (ExcelUtils.
|
|
9712
|
+
static _c1(a, b, c) {
|
|
9713
|
+
if (ExcelUtils.ba(a)) {
|
|
9693
9714
|
b = 2;
|
|
9694
9715
|
c = null;
|
|
9695
9716
|
return {
|
|
@@ -9702,7 +9723,7 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9702
9723
|
b = 4;
|
|
9703
9724
|
c = d.c.toString();
|
|
9704
9725
|
}
|
|
9705
|
-
else if (ExcelUtils.
|
|
9726
|
+
else if (ExcelUtils.bc(a)) {
|
|
9706
9727
|
b = 2;
|
|
9707
9728
|
try {
|
|
9708
9729
|
let e = Convert.toDouble3(a);
|
|
@@ -9731,11 +9752,11 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9731
9752
|
p2: c
|
|
9732
9753
|
};
|
|
9733
9754
|
}
|
|
9734
|
-
|
|
9755
|
+
_cv(a) {
|
|
9735
9756
|
let b = null;
|
|
9736
|
-
if (this.
|
|
9737
|
-
this.
|
|
9738
|
-
let c = ExcelUtils.
|
|
9757
|
+
if (this._ci == null) {
|
|
9758
|
+
this._ci = new Dictionary$2(DisplayUnit_$type, String_$type, 0);
|
|
9759
|
+
let c = ExcelUtils.eh("LD_Chart_AxisDisplayUnits");
|
|
9739
9760
|
let d = stringSplit(c, [","], 1);
|
|
9740
9761
|
for (let f = 0; f < d.length; f++) {
|
|
9741
9762
|
let e = d[f];
|
|
@@ -9749,21 +9770,21 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9749
9770
|
if (((() => { let i = EnumUtil.tryParse$1(DisplayUnit_$type, g[0], true, h); h = i.p2; return i.ret; })()) == false) {
|
|
9750
9771
|
continue;
|
|
9751
9772
|
}
|
|
9752
|
-
if (((() => { let i = this.
|
|
9753
|
-
this.
|
|
9773
|
+
if (((() => { let i = this._ci.tryGetValue(h, b); b = i.p1; return i.ret; })()) == false) {
|
|
9774
|
+
this._ci.addItem(h, g[1]);
|
|
9754
9775
|
}
|
|
9755
9776
|
}
|
|
9756
9777
|
}
|
|
9757
|
-
if (((() => { let i = this.
|
|
9778
|
+
if (((() => { let i = this._ci.tryGetValue(a, b); b = i.p1; return i.ret; })()) == false) {
|
|
9758
9779
|
return null;
|
|
9759
9780
|
}
|
|
9760
9781
|
return b;
|
|
9761
9782
|
}
|
|
9762
|
-
|
|
9783
|
+
_cw(a) {
|
|
9763
9784
|
if (a == null) {
|
|
9764
9785
|
return null;
|
|
9765
9786
|
}
|
|
9766
|
-
let b = new GetFormulaStringInfo(this.
|
|
9787
|
+
let b = new GetFormulaStringInfo(this._cl, true);
|
|
9767
9788
|
let c = XLSXFormulaStringGenerator.bx(a, b);
|
|
9768
9789
|
let d = c.a2();
|
|
9769
9790
|
if (d.d == false) {
|
|
@@ -9771,15 +9792,15 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9771
9792
|
}
|
|
9772
9793
|
return d.b;
|
|
9773
9794
|
}
|
|
9774
|
-
|
|
9795
|
+
_cy(a, b, c, d) {
|
|
9775
9796
|
d = null;
|
|
9776
9797
|
c = false;
|
|
9777
9798
|
let e = b._bg;
|
|
9778
9799
|
let f;
|
|
9779
|
-
if (((() => { let g = this.
|
|
9800
|
+
if (((() => { let g = this._cj.tryGetValue(e, f); f = g.p1; return g.ret; })()) == false) {
|
|
9780
9801
|
c = true;
|
|
9781
9802
|
d = a._c2(b);
|
|
9782
|
-
this.
|
|
9803
|
+
this._cj.item(e, f = this._cx++);
|
|
9783
9804
|
}
|
|
9784
9805
|
return {
|
|
9785
9806
|
ret: f,
|
|
@@ -9787,10 +9808,10 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9787
9808
|
p3: d
|
|
9788
9809
|
};
|
|
9789
9810
|
}
|
|
9790
|
-
|
|
9811
|
+
_b9(a, b) {
|
|
9791
9812
|
return Async.d(WorksheetShape.$, a, (c) => {
|
|
9792
9813
|
let d = typeCast(WorksheetShapeGroupBase.$, c);
|
|
9793
|
-
return Async.g(d != null, () => this.
|
|
9814
|
+
return Async.g(d != null, () => this._b9(d._shapes$i, b), () => {
|
|
9794
9815
|
let e = typeCast(IWorksheetImage_$type, c);
|
|
9795
9816
|
if (e == null) {
|
|
9796
9817
|
return null;
|
|
@@ -9801,46 +9822,46 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9801
9822
|
}
|
|
9802
9823
|
let g = null;
|
|
9803
9824
|
let h;
|
|
9804
|
-
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; })()), () => {
|
|
9805
9826
|
if (((() => { let i = b.tryGetValue(f, g); g = i.p1; return i.ret; })()) == false) {
|
|
9806
|
-
g = this.
|
|
9827
|
+
g = this._cc._a1(h, this._cc._cd());
|
|
9807
9828
|
}
|
|
9808
9829
|
return null;
|
|
9809
|
-
}, () => 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) => {
|
|
9810
9831
|
let j = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), i);
|
|
9811
9832
|
h = j.c;
|
|
9812
9833
|
g = j.d;
|
|
9813
|
-
this.
|
|
9834
|
+
this._ch.addItem(f, h);
|
|
9814
9835
|
})), () => b.item(f, g));
|
|
9815
9836
|
});
|
|
9816
9837
|
});
|
|
9817
9838
|
}
|
|
9818
|
-
|
|
9839
|
+
_ct(a, b) {
|
|
9819
9840
|
let c;
|
|
9820
9841
|
if (((() => { let d = b.tryGetValue(a, c); c = d.p1; return d.ret; })())) {
|
|
9821
9842
|
return c;
|
|
9822
9843
|
}
|
|
9823
|
-
c = this.
|
|
9844
|
+
c = this._cn.count;
|
|
9824
9845
|
b.item(a, c);
|
|
9825
|
-
this.
|
|
9846
|
+
this._cn.add(a);
|
|
9826
9847
|
return c;
|
|
9827
9848
|
}
|
|
9828
|
-
|
|
9849
|
+
_cu(a, b) {
|
|
9829
9850
|
let c;
|
|
9830
9851
|
if (((() => { let d = b.tryGetValue(a, c); c = d.p1; return d.ret; })())) {
|
|
9831
9852
|
return c;
|
|
9832
9853
|
}
|
|
9833
|
-
c = this.
|
|
9854
|
+
c = this._cr.count;
|
|
9834
9855
|
b.item(a, c);
|
|
9835
|
-
this.
|
|
9856
|
+
this._cr.add(a);
|
|
9836
9857
|
return c;
|
|
9837
9858
|
}
|
|
9838
|
-
|
|
9859
|
+
_cz(a, b, c) {
|
|
9839
9860
|
this._bf(a._bp, a);
|
|
9840
9861
|
let d = ((() => {
|
|
9841
9862
|
let $ret = new FormatInfo();
|
|
9842
|
-
$ret.r = toNullable(Number_$type, intSToU(this.
|
|
9843
|
-
$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)));
|
|
9844
9865
|
$ret.i = a.formatOptions;
|
|
9845
9866
|
$ret.b = AlignmentInfo.d(a);
|
|
9846
9867
|
$ret.t = toNullable(Number_$type, a._bp._r.value);
|
|
@@ -9849,31 +9870,31 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9849
9870
|
return $ret;
|
|
9850
9871
|
})());
|
|
9851
9872
|
if (a._b1 == 1) {
|
|
9852
|
-
this.
|
|
9873
|
+
this._cp.add(d);
|
|
9853
9874
|
}
|
|
9854
9875
|
else {
|
|
9855
9876
|
if (a.style != null) {
|
|
9856
9877
|
d.p = toNullable(Number_$type, this._a9(a.style));
|
|
9857
9878
|
}
|
|
9858
|
-
this.
|
|
9859
|
-
this.
|
|
9879
|
+
this._ce.addItem(a, this._cq.count);
|
|
9880
|
+
this._cq.add(d);
|
|
9860
9881
|
}
|
|
9861
9882
|
}
|
|
9862
|
-
|
|
9863
|
-
this._av.addItem(a, this.
|
|
9864
|
-
this.
|
|
9883
|
+
_c0(a, b, c) {
|
|
9884
|
+
this._av.addItem(a, this._cp.count);
|
|
9885
|
+
this._cz(a._i, b, c);
|
|
9865
9886
|
}
|
|
9866
|
-
static
|
|
9887
|
+
static _ca(a, b, c) {
|
|
9867
9888
|
if (a._cw && (c == null || !c._i)) {
|
|
9868
|
-
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));
|
|
9869
9890
|
}
|
|
9870
9891
|
else {
|
|
9871
|
-
return WorkbookSaveManagerExcel2007.
|
|
9892
|
+
return WorkbookSaveManagerExcel2007._cb(a, b, c);
|
|
9872
9893
|
}
|
|
9873
9894
|
}
|
|
9874
|
-
static
|
|
9895
|
+
static _cb(a, b, c) {
|
|
9875
9896
|
let d = null;
|
|
9876
|
-
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)), () => {
|
|
9877
9898
|
let e = typeCast(Package.$, d);
|
|
9878
9899
|
if (e != null) {
|
|
9879
9900
|
return e._h;
|
|
@@ -9881,29 +9902,29 @@ export let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
9881
9902
|
return null;
|
|
9882
9903
|
});
|
|
9883
9904
|
}
|
|
9884
|
-
get _cm() {
|
|
9885
|
-
return this._cc.b;
|
|
9886
|
-
}
|
|
9887
9905
|
get _cn() {
|
|
9888
|
-
return this.
|
|
9906
|
+
return this._cd.b;
|
|
9889
9907
|
}
|
|
9890
9908
|
get _co() {
|
|
9891
|
-
return this.
|
|
9909
|
+
return this._cd.c;
|
|
9892
9910
|
}
|
|
9893
9911
|
get _cp() {
|
|
9894
|
-
return this.
|
|
9912
|
+
return this._cd.d;
|
|
9895
9913
|
}
|
|
9896
|
-
get
|
|
9897
|
-
return this.
|
|
9914
|
+
get _cq() {
|
|
9915
|
+
return this._cd.e;
|
|
9898
9916
|
}
|
|
9899
|
-
get
|
|
9900
|
-
return this.
|
|
9917
|
+
get _cc() {
|
|
9918
|
+
return this._cd.a;
|
|
9901
9919
|
}
|
|
9902
|
-
get
|
|
9903
|
-
return this.
|
|
9920
|
+
get _cl() {
|
|
9921
|
+
return this._cg;
|
|
9904
9922
|
}
|
|
9905
9923
|
get _cr() {
|
|
9906
|
-
return this.
|
|
9924
|
+
return this._cd.f;
|
|
9925
|
+
}
|
|
9926
|
+
get _cs() {
|
|
9927
|
+
return this._cm;
|
|
9907
9928
|
}
|
|
9908
9929
|
}
|
|
9909
9930
|
WorkbookSaveManagerExcel2007.$t = /*@__PURE__*/ markType(WorkbookSaveManagerExcel2007, 'WorkbookSaveManagerExcel2007', WorkbookSaveManager.$);
|
|
@@ -23244,7 +23265,7 @@ export let CT_BubbleSer = /*@__PURE__*/ (() => {
|
|
|
23244
23265
|
if (a == 113) {
|
|
23245
23266
|
return this.o.getChartType(null, this);
|
|
23246
23267
|
}
|
|
23247
|
-
if (WorksheetChart.
|
|
23268
|
+
if (WorksheetChart._f6(a)) {
|
|
23248
23269
|
return WorksheetChart._e5(b);
|
|
23249
23270
|
}
|
|
23250
23271
|
return a;
|
|
@@ -24564,7 +24585,7 @@ export let CT_SurfaceSer = /*@__PURE__*/ (() => {
|
|
|
24564
24585
|
if (a == 113) {
|
|
24565
24586
|
return this.g.getChartType(null, this);
|
|
24566
24587
|
}
|
|
24567
|
-
if (WorksheetChart.
|
|
24588
|
+
if (WorksheetChart._f6(a)) {
|
|
24568
24589
|
return WorksheetChart._e5(b);
|
|
24569
24590
|
}
|
|
24570
24591
|
return a;
|
|
@@ -25055,7 +25076,7 @@ export let CT_PieSer = /*@__PURE__*/ (() => {
|
|
|
25055
25076
|
if (a == 113) {
|
|
25056
25077
|
return this.k.getChartType(null, this);
|
|
25057
25078
|
}
|
|
25058
|
-
if (WorksheetChart.
|
|
25079
|
+
if (WorksheetChart._f6(a)) {
|
|
25059
25080
|
return WorksheetChart._e5(b);
|
|
25060
25081
|
}
|
|
25061
25082
|
return a;
|
|
@@ -25477,7 +25498,7 @@ export let CT_BarSer = /*@__PURE__*/ (() => {
|
|
|
25477
25498
|
if (a == 113) {
|
|
25478
25499
|
return this.q.getChartType(null, this);
|
|
25479
25500
|
}
|
|
25480
|
-
if (WorksheetChart.
|
|
25501
|
+
if (WorksheetChart._f6(a)) {
|
|
25481
25502
|
return WorksheetChart._e5(b);
|
|
25482
25503
|
}
|
|
25483
25504
|
return a;
|
|
@@ -26172,7 +26193,7 @@ export let CT_ScatterSer = /*@__PURE__*/ (() => {
|
|
|
26172
26193
|
if (a == 113) {
|
|
26173
26194
|
return this.m.getChartType(null, this);
|
|
26174
26195
|
}
|
|
26175
|
-
if (WorksheetChart.
|
|
26196
|
+
if (WorksheetChart._f6(a)) {
|
|
26176
26197
|
return WorksheetChart._e5(b);
|
|
26177
26198
|
}
|
|
26178
26199
|
return a;
|
|
@@ -26544,7 +26565,7 @@ export let CT_RadarSer = /*@__PURE__*/ (() => {
|
|
|
26544
26565
|
if (a == 113) {
|
|
26545
26566
|
return this.k.getChartType(null, this);
|
|
26546
26567
|
}
|
|
26547
|
-
if (WorksheetChart.
|
|
26568
|
+
if (WorksheetChart._f6(a)) {
|
|
26548
26569
|
return WorksheetChart._e5(b);
|
|
26549
26570
|
}
|
|
26550
26571
|
return a;
|
|
@@ -27059,10 +27080,10 @@ export let CT_LineSer = /*@__PURE__*/ (() => {
|
|
|
27059
27080
|
if (a == 113) {
|
|
27060
27081
|
return this.o.getChartType(null, this);
|
|
27061
27082
|
}
|
|
27062
|
-
if (WorksheetChart.
|
|
27083
|
+
if (WorksheetChart._gm(a)) {
|
|
27063
27084
|
return a;
|
|
27064
27085
|
}
|
|
27065
|
-
if (WorksheetChart.
|
|
27086
|
+
if (WorksheetChart._f6(a)) {
|
|
27066
27087
|
return WorksheetChart._e5(b);
|
|
27067
27088
|
}
|
|
27068
27089
|
return a;
|
|
@@ -27757,7 +27778,7 @@ export let CT_AreaSer = /*@__PURE__*/ (() => {
|
|
|
27757
27778
|
if (a == 113) {
|
|
27758
27779
|
return this.k.getChartType(null, this);
|
|
27759
27780
|
}
|
|
27760
|
-
if (WorksheetChart.
|
|
27781
|
+
if (WorksheetChart._f6(a)) {
|
|
27761
27782
|
return WorksheetChart._e5(b);
|
|
27762
27783
|
}
|
|
27763
27784
|
return a;
|
|
@@ -29044,7 +29065,7 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29044
29065
|
if (h != null) {
|
|
29045
29066
|
e.fill = DMLChartUtils.d(h.n);
|
|
29046
29067
|
if (h.h.hasValue) {
|
|
29047
|
-
e.widthInPoints = ExcelUtils.
|
|
29068
|
+
e.widthInPoints = ExcelUtils.cl(ST_LineWidth.m(h.h.value));
|
|
29048
29069
|
}
|
|
29049
29070
|
}
|
|
29050
29071
|
return e;
|
|
@@ -29091,7 +29112,7 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29091
29112
|
return null;
|
|
29092
29113
|
}
|
|
29093
29114
|
static ab(a) {
|
|
29094
|
-
let b = ExcelUtils.
|
|
29115
|
+
let b = ExcelUtils.g2(a.f, a.h, a.g);
|
|
29095
29116
|
return DMLChartUtils.aj(toNullable(Color.$, b), toNullable(WorkbookThemeColorType_$type, null), a.b, void 0, false);
|
|
29096
29117
|
}
|
|
29097
29118
|
static ac(a) {
|
|
@@ -29472,14 +29493,14 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29472
29493
|
}
|
|
29473
29494
|
}
|
|
29474
29495
|
let j = e != null ? e.toArray() : null;
|
|
29475
|
-
let k = WorkbookLoadManagerExcel2007.
|
|
29496
|
+
let k = WorkbookLoadManagerExcel2007._bt(f);
|
|
29476
29497
|
f = k.p0;
|
|
29477
|
-
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);
|
|
29478
29499
|
if (d) {
|
|
29479
|
-
return XValues.
|
|
29500
|
+
return XValues._ab(b, l, j, null, 2);
|
|
29480
29501
|
}
|
|
29481
29502
|
else {
|
|
29482
|
-
return SeriesValues.
|
|
29503
|
+
return SeriesValues._x(b, l, j);
|
|
29483
29504
|
}
|
|
29484
29505
|
}
|
|
29485
29506
|
static s(a, b, c) {
|
|
@@ -29496,10 +29517,10 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29496
29517
|
}
|
|
29497
29518
|
}
|
|
29498
29519
|
let h = d != null ? d.toArray() : null;
|
|
29499
|
-
let i = WorkbookLoadManagerExcel2007.
|
|
29520
|
+
let i = WorkbookLoadManagerExcel2007._bt(e);
|
|
29500
29521
|
e = i.p0;
|
|
29501
|
-
let j = stringIsNullOrEmpty(e) ? null : Formula._k(e, 1, 0, b.workbook.currentFormat, CultureInfo.invariantCulture, c.
|
|
29502
|
-
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);
|
|
29503
29524
|
}
|
|
29504
29525
|
static q(a, b, c) {
|
|
29505
29526
|
if (a == null) {
|
|
@@ -29528,10 +29549,10 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29528
29549
|
f[o] = p.d;
|
|
29529
29550
|
}
|
|
29530
29551
|
}
|
|
29531
|
-
let q = WorkbookLoadManagerExcel2007.
|
|
29552
|
+
let q = WorkbookLoadManagerExcel2007._bt(d);
|
|
29532
29553
|
d = q.p0;
|
|
29533
|
-
let r = stringIsNullOrEmpty(d) ? null : Formula._k(d, 1, 0, b.workbook.currentFormat, CultureInfo.invariantCulture, c.
|
|
29534
|
-
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);
|
|
29535
29556
|
}
|
|
29536
29557
|
static r(a, b, c) {
|
|
29537
29558
|
if (a == null) {
|
|
@@ -29539,7 +29560,7 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29539
29560
|
}
|
|
29540
29561
|
let d = typeCast(IProvideXValuesData_$type, a);
|
|
29541
29562
|
let e = d.getValues();
|
|
29542
|
-
return XValues.
|
|
29563
|
+
return XValues._ab(b, null, e, null, 0);
|
|
29543
29564
|
}
|
|
29544
29565
|
static o(a, b, c, d) {
|
|
29545
29566
|
if (a == null) {
|
|
@@ -29548,10 +29569,10 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29548
29569
|
let e = typeCast(IProvideXValuesData_$type, a);
|
|
29549
29570
|
let f = e.getValues();
|
|
29550
29571
|
if (d) {
|
|
29551
|
-
return XValues.
|
|
29572
|
+
return XValues._ab(b, null, f, null, 2);
|
|
29552
29573
|
}
|
|
29553
29574
|
else {
|
|
29554
|
-
return SeriesValues.
|
|
29575
|
+
return SeriesValues._x(b, null, f);
|
|
29555
29576
|
}
|
|
29556
29577
|
}
|
|
29557
29578
|
static aq($t, a) {
|
|
@@ -29568,9 +29589,9 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29568
29589
|
if (a.a != null) {
|
|
29569
29590
|
let d = a.a.e;
|
|
29570
29591
|
if (stringIsNullOrEmpty(d) == false) {
|
|
29571
|
-
let e = WorkbookLoadManagerExcel2007.
|
|
29592
|
+
let e = WorkbookLoadManagerExcel2007._bt(d);
|
|
29572
29593
|
d = e.p0;
|
|
29573
|
-
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);
|
|
29574
29595
|
return SeriesName._b(b, f, a.e);
|
|
29575
29596
|
}
|
|
29576
29597
|
}
|
|
@@ -29586,7 +29607,7 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
|
|
|
29586
29607
|
let d = new CT_SerTx();
|
|
29587
29608
|
d.a = new CT_StrRef();
|
|
29588
29609
|
if (a._d != null) {
|
|
29589
|
-
let e = c.
|
|
29610
|
+
let e = c._cw(a._d);
|
|
29590
29611
|
d.a.e = e;
|
|
29591
29612
|
}
|
|
29592
29613
|
let f = a._a();
|
|
@@ -30175,7 +30196,7 @@ export let DMLChartExtensions = /*@__PURE__*/ (() => {
|
|
|
30175
30196
|
}
|
|
30176
30197
|
static a8(a, b) {
|
|
30177
30198
|
if (b.h.hasValue) {
|
|
30178
|
-
a.widthInPoints = ExcelUtils.
|
|
30199
|
+
a.widthInPoints = ExcelUtils.cl(ST_LineWidth.m(b.h.value));
|
|
30179
30200
|
}
|
|
30180
30201
|
a.fill = DMLChartUtils.d(b.n);
|
|
30181
30202
|
}
|
|
@@ -30184,7 +30205,7 @@ export let DMLChartExtensions = /*@__PURE__*/ (() => {
|
|
|
30184
30205
|
return;
|
|
30185
30206
|
}
|
|
30186
30207
|
if (b.h.hasValue) {
|
|
30187
|
-
a.widthInPoints = ExcelUtils.
|
|
30208
|
+
a.widthInPoints = ExcelUtils.cl(ST_LineWidth.m(b.h.value));
|
|
30188
30209
|
}
|
|
30189
30210
|
a.fill = DMLChartUtils.d(b.n);
|
|
30190
30211
|
}
|
|
@@ -30389,7 +30410,7 @@ export let DMLChartExtensions = /*@__PURE__*/ (() => {
|
|
|
30389
30410
|
return;
|
|
30390
30411
|
}
|
|
30391
30412
|
if (b.h.hasValue) {
|
|
30392
|
-
a.widthInPoints = ExcelUtils.
|
|
30413
|
+
a.widthInPoints = ExcelUtils.cl(ST_LineWidth.m(b.h.value));
|
|
30393
30414
|
}
|
|
30394
30415
|
a.fill = DMLChartUtils.d(b.n);
|
|
30395
30416
|
}
|
|
@@ -30401,7 +30422,7 @@ export let DMLChartExtensions = /*@__PURE__*/ (() => {
|
|
|
30401
30422
|
}
|
|
30402
30423
|
static a4(a, b, c) {
|
|
30403
30424
|
if (b.h.hasValue) {
|
|
30404
|
-
a.widthInPoints = ExcelUtils.
|
|
30425
|
+
a.widthInPoints = ExcelUtils.cl(ST_LineWidth.m(b.h.value));
|
|
30405
30426
|
}
|
|
30406
30427
|
a.fill = DMLChartUtils.d(b.n);
|
|
30407
30428
|
if (b.l.b != null && b.l.b.a.hasValue) {
|
|
@@ -30532,7 +30553,7 @@ export let DMLChartExtensions = /*@__PURE__*/ (() => {
|
|
|
30532
30553
|
if (a == 0 || a == 5) {
|
|
30533
30554
|
return a;
|
|
30534
30555
|
}
|
|
30535
|
-
if (WorksheetChart.
|
|
30556
|
+
if (WorksheetChart._ga(b)) {
|
|
30536
30557
|
switch (b) {
|
|
30537
30558
|
case 114: switch (a) {
|
|
30538
30559
|
case 7:
|
|
@@ -30561,17 +30582,17 @@ export let DMLChartExtensions = /*@__PURE__*/ (() => {
|
|
|
30561
30582
|
}
|
|
30562
30583
|
}
|
|
30563
30584
|
}
|
|
30564
|
-
let c = WorksheetChart.
|
|
30565
|
-
let d = WorksheetChart.
|
|
30585
|
+
let c = WorksheetChart._f7(b);
|
|
30586
|
+
let d = WorksheetChart._gf(b);
|
|
30566
30587
|
if (c && d == false) {
|
|
30567
30588
|
return 0;
|
|
30568
30589
|
}
|
|
30569
|
-
if (WorksheetChart.
|
|
30590
|
+
if (WorksheetChart._f8(b) || WorksheetChart._gn(b) || WorksheetChart._gh(b)) {
|
|
30570
30591
|
return 0;
|
|
30571
30592
|
}
|
|
30572
30593
|
let e;
|
|
30573
30594
|
let f = false;
|
|
30574
|
-
let g = ((() => { let h = WorksheetChart.
|
|
30595
|
+
let g = ((() => { let h = WorksheetChart._f9(b, e, f); e = h.p1; f = h.p2; return h.ret; })());
|
|
30575
30596
|
if (g) {
|
|
30576
30597
|
switch (a) {
|
|
30577
30598
|
case 1:
|
|
@@ -30581,7 +30602,7 @@ export let DMLChartExtensions = /*@__PURE__*/ (() => {
|
|
|
30581
30602
|
default: return 0;
|
|
30582
30603
|
}
|
|
30583
30604
|
}
|
|
30584
|
-
if (WorksheetChart.
|
|
30605
|
+
if (WorksheetChart._ge(b) || WorksheetChart._gj(b)) {
|
|
30585
30606
|
switch (a) {
|
|
30586
30607
|
case 1:
|
|
30587
30608
|
case 7:
|
|
@@ -35396,7 +35417,7 @@ export let ChartExExtensions = /*@__PURE__*/ (() => {
|
|
|
35396
35417
|
g = new FormattedString(numberToString(a.displayUnitCustom, CultureInfo.currentCulture));
|
|
35397
35418
|
}
|
|
35398
35419
|
else {
|
|
35399
|
-
let h = c.
|
|
35420
|
+
let h = c._cv(a.displayUnit);
|
|
35400
35421
|
if (h != null) {
|
|
35401
35422
|
g = new FormattedString(h);
|
|
35402
35423
|
}
|
|
@@ -46982,7 +47003,7 @@ export let ChartExDeserializer = /*@__PURE__*/ (() => {
|
|
|
46982
47003
|
}
|
|
46983
47004
|
static hz(a, b) {
|
|
46984
47005
|
b.clear();
|
|
46985
|
-
for (let c of fromEnum(a.
|
|
47006
|
+
for (let c of fromEnum(a._bi)) {
|
|
46986
47007
|
let d = null;
|
|
46987
47008
|
if (((() => { let e = b.tryGetValue(c.a.name, d); d = e.p1; return e.ret; })())) {
|
|
46988
47009
|
continue;
|
|
@@ -47060,7 +47081,7 @@ export let ChartExDeserializer = /*@__PURE__*/ (() => {
|
|
|
47060
47081
|
}
|
|
47061
47082
|
static j(a) {
|
|
47062
47083
|
if (a.xValues != null) {
|
|
47063
|
-
let b = a.xValues.
|
|
47084
|
+
let b = a.xValues._x();
|
|
47064
47085
|
let c = a.xValues.getValues();
|
|
47065
47086
|
for (let d of fromEnum(b.c)) {
|
|
47066
47087
|
}
|
|
@@ -47084,8 +47105,8 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47084
47105
|
if (a == null) {
|
|
47085
47106
|
return;
|
|
47086
47107
|
}
|
|
47087
|
-
a.
|
|
47088
|
-
a.
|
|
47108
|
+
a._j1();
|
|
47109
|
+
a._jw();
|
|
47089
47110
|
let e = this.bc;
|
|
47090
47111
|
let f = a.chartArea;
|
|
47091
47112
|
let g = a.plotArea;
|
|
@@ -47112,13 +47133,13 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47112
47133
|
$ret.a = CT_Boolean.b(a.chartTitle == null);
|
|
47113
47134
|
return $ret;
|
|
47114
47135
|
})());
|
|
47115
|
-
if (WorksheetChart.
|
|
47136
|
+
if (WorksheetChart._f7(a.chartType)) {
|
|
47116
47137
|
h.f.u = ChartSerializer.a0(a.depthPercent, a.heightPercent, a.rotationX, a.rotationY, a.perspective, a.rightAngleAxes);
|
|
47117
47138
|
h.f.m = ChartSerializer.as(e, a, a.backWall);
|
|
47118
47139
|
h.f.q = ChartSerializer.as(e, a, a.sideWall);
|
|
47119
47140
|
h.f.o = ChartSerializer.as(e, a, a.floor);
|
|
47120
47141
|
}
|
|
47121
|
-
else if (WorksheetChart.
|
|
47142
|
+
else if (WorksheetChart._gn(a.chartType)) {
|
|
47122
47143
|
h.f.u = ChartSerializer.a1();
|
|
47123
47144
|
}
|
|
47124
47145
|
h.f.k = ((() => {
|
|
@@ -47279,7 +47300,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47279
47300
|
}
|
|
47280
47301
|
static bg(a, b) {
|
|
47281
47302
|
let c = new List$1(Axis.$, 0);
|
|
47282
|
-
if (WorksheetChart.
|
|
47303
|
+
if (WorksheetChart._f4(a.chartType) == false) {
|
|
47283
47304
|
return c;
|
|
47284
47305
|
}
|
|
47285
47306
|
let d = a._axisCollection$i;
|
|
@@ -47288,7 +47309,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47288
47309
|
let g = d.item(1, 2);
|
|
47289
47310
|
let h = d.item(2, 2);
|
|
47290
47311
|
let i = d.item(3);
|
|
47291
|
-
if (WorksheetChart.
|
|
47312
|
+
if (WorksheetChart._g1(a.chartType) == false) {
|
|
47292
47313
|
g = null;
|
|
47293
47314
|
h = null;
|
|
47294
47315
|
}
|
|
@@ -47444,7 +47465,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47444
47465
|
g.o.a = ((() => {
|
|
47445
47466
|
let $ret = new CT_LineProperties_DML();
|
|
47446
47467
|
$ret.h = toNullable(ST_LineWidth.$, null);
|
|
47447
|
-
$ret.q = toNullable(Number_$type, ExcelUtils.
|
|
47468
|
+
$ret.q = toNullable(Number_$type, ExcelUtils.dj(0.75));
|
|
47448
47469
|
return $ret;
|
|
47449
47470
|
})());
|
|
47450
47471
|
if (c.tickLabels != null) {
|
|
@@ -47692,7 +47713,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47692
47713
|
}
|
|
47693
47714
|
if (c._legendEntries$i != null) {
|
|
47694
47715
|
e.m = new List$1(CT_LegendEntry.$, 0);
|
|
47695
|
-
let h = b.
|
|
47716
|
+
let h = b._g8();
|
|
47696
47717
|
for (let i = 0; i < h.count; i++) {
|
|
47697
47718
|
let j = h._inner[i];
|
|
47698
47719
|
if (j._ak() == false) {
|
|
@@ -47774,8 +47795,8 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47774
47795
|
})());
|
|
47775
47796
|
}
|
|
47776
47797
|
static a0(a, b, c, d, e, f) {
|
|
47777
|
-
c = truncate(ExcelUtils.
|
|
47778
|
-
d = truncate(ExcelUtils.
|
|
47798
|
+
c = truncate(ExcelUtils.cn(c));
|
|
47799
|
+
d = truncate(ExcelUtils.cn(d));
|
|
47779
47800
|
let g = ((() => {
|
|
47780
47801
|
let $ret = new CT_View3D();
|
|
47781
47802
|
$ret.c = ((() => {
|
|
@@ -47895,7 +47916,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47895
47916
|
return $ret;
|
|
47896
47917
|
})());
|
|
47897
47918
|
}
|
|
47898
|
-
let h = a.
|
|
47919
|
+
let h = a._i1;
|
|
47899
47920
|
if (h.hasValue) {
|
|
47900
47921
|
e.a = ((() => {
|
|
47901
47922
|
let $ret = new CT_GapAmount();
|
|
@@ -47916,7 +47937,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47916
47937
|
$ret.b = DMLChartExtensions.ai(a.barShapeResolved);
|
|
47917
47938
|
return $ret;
|
|
47918
47939
|
})());
|
|
47919
|
-
let g = a.
|
|
47940
|
+
let g = a._i1;
|
|
47920
47941
|
if (g.hasValue) {
|
|
47921
47942
|
e.c = ((() => {
|
|
47922
47943
|
let $ret = new CT_GapAmount();
|
|
@@ -47924,7 +47945,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47924
47945
|
return $ret;
|
|
47925
47946
|
})());
|
|
47926
47947
|
}
|
|
47927
|
-
let h = a.
|
|
47948
|
+
let h = a._i0;
|
|
47928
47949
|
if (h.hasValue) {
|
|
47929
47950
|
e.a = ((() => {
|
|
47930
47951
|
let $ret = new CT_GapAmount();
|
|
@@ -47962,7 +47983,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
47962
47983
|
let f = e.j;
|
|
47963
47984
|
ChartSerializer.br(f, d, a, false, c);
|
|
47964
47985
|
e.k = ChartSerializer.bk(b);
|
|
47965
|
-
if (WorksheetChart.
|
|
47986
|
+
if (WorksheetChart._f5(a.chartType)) {
|
|
47966
47987
|
e.e = ((() => {
|
|
47967
47988
|
let $ret = new CT_Marker_Chart();
|
|
47968
47989
|
$ret.j = toNullable(Boolean_$type, true);
|
|
@@ -48056,7 +48077,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48056
48077
|
$ret.b = g;
|
|
48057
48078
|
return $ret;
|
|
48058
48079
|
})());
|
|
48059
|
-
let h = a.
|
|
48080
|
+
let h = a._i1;
|
|
48060
48081
|
if (h.hasValue) {
|
|
48061
48082
|
e.c = ((() => {
|
|
48062
48083
|
let $ret = new CT_GapAmount();
|
|
@@ -48155,7 +48176,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48155
48176
|
}
|
|
48156
48177
|
static ar(a, b, c, d) {
|
|
48157
48178
|
let e = a.sheet;
|
|
48158
|
-
let f = WorksheetChart.
|
|
48179
|
+
let f = WorksheetChart._i3(a.chartType);
|
|
48159
48180
|
let g = new CT_StockChart();
|
|
48160
48181
|
g.i = new List$1(CT_UnsignedInt.$, 0);
|
|
48161
48182
|
for (let h = 0; h < b.count; h++) {
|
|
@@ -48210,16 +48231,16 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48210
48231
|
}
|
|
48211
48232
|
}
|
|
48212
48233
|
static b0(a, b, c, d, e = true) {
|
|
48213
|
-
if (e && WorksheetChart.
|
|
48234
|
+
if (e && WorksheetChart._f4(b) == false) {
|
|
48214
48235
|
return;
|
|
48215
48236
|
}
|
|
48216
48237
|
let f = a.item(1, 1);
|
|
48217
48238
|
let g = a.item(2, 1);
|
|
48218
48239
|
if (c && f == null) {
|
|
48219
|
-
throw new BaseError(1, ExcelUtils.
|
|
48240
|
+
throw new BaseError(1, ExcelUtils.ei("LE_Serialization_NoPrimaryCategoryAxis", enumGetBox(ChartType_$type, b)));
|
|
48220
48241
|
}
|
|
48221
48242
|
if (d && g == null) {
|
|
48222
|
-
throw new BaseError(1, ExcelUtils.
|
|
48243
|
+
throw new BaseError(1, ExcelUtils.ei("LE_Serialization_NoPrimaryValueAxis", enumGetBox(ChartType_$type, b)));
|
|
48223
48244
|
}
|
|
48224
48245
|
}
|
|
48225
48246
|
static bf(a) {
|
|
@@ -48282,7 +48303,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48282
48303
|
let e = a.sheet;
|
|
48283
48304
|
let f = new CT_LineSer();
|
|
48284
48305
|
let g = f.n;
|
|
48285
|
-
let h = WorksheetChart.
|
|
48306
|
+
let h = WorksheetChart._f7(a.chartType);
|
|
48286
48307
|
ChartSerializer.bt(g, e, b, d, c, h);
|
|
48287
48308
|
let i = ChartSerializer.e(a, b);
|
|
48288
48309
|
f.c = i;
|
|
@@ -48290,7 +48311,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48290
48311
|
f.k = j;
|
|
48291
48312
|
f.g = ChartSerializer.w(a, b);
|
|
48292
48313
|
f.a = CT_Boolean.b(b.smooth);
|
|
48293
|
-
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));
|
|
48294
48315
|
f.t = ChartSerializer.bj(e, b);
|
|
48295
48316
|
f.e = ChartSerializer.u(e, b);
|
|
48296
48317
|
f.p = ChartSerializer.bh(e, b);
|
|
@@ -48329,7 +48350,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48329
48350
|
f.c = h;
|
|
48330
48351
|
let i = ChartSerializer.ad(a, b);
|
|
48331
48352
|
f.g = i;
|
|
48332
|
-
let j = b.
|
|
48353
|
+
let j = b._dl;
|
|
48333
48354
|
if (j.hasValue) {
|
|
48334
48355
|
f.a = ((() => {
|
|
48335
48356
|
let $ret = new CT_UnsignedInt();
|
|
@@ -48350,7 +48371,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48350
48371
|
ChartSerializer.bt(i, g, b, e, d, false, j);
|
|
48351
48372
|
if (f == false) {
|
|
48352
48373
|
let k = c.xValues != null ? typeCast(SeriesValuesBase.$, c.xValues) : typeCast(SeriesValuesBase.$, c.values);
|
|
48353
|
-
if (d > 0 && b.xValues != null && b.xValues.
|
|
48374
|
+
if (d > 0 && b.xValues != null && b.xValues._ad == false) {
|
|
48354
48375
|
k = b.xValues;
|
|
48355
48376
|
}
|
|
48356
48377
|
let l = ChartSerializer.f(a, k);
|
|
@@ -48360,7 +48381,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48360
48381
|
h.i = m;
|
|
48361
48382
|
h.p = new List$1(CT_ErrBars.$, 0);
|
|
48362
48383
|
h.p.add(ChartSerializer.w(a, b));
|
|
48363
|
-
h.a = CT_Boolean.b(b.
|
|
48384
|
+
h.a = CT_Boolean.b(b._b7);
|
|
48364
48385
|
let n = null;
|
|
48365
48386
|
let o = b.chartType != 75 && b.chartType != 73;
|
|
48366
48387
|
if (o) {
|
|
@@ -48369,7 +48390,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48369
48390
|
if (q == -4142) {
|
|
48370
48391
|
q = -4105;
|
|
48371
48392
|
}
|
|
48372
|
-
n = ChartSerializer.ac(g, q, b.
|
|
48393
|
+
n = ChartSerializer.ac(g, q, b._dm, p, b.markerBorder, toNullable(ChartType_$type, b.chartType));
|
|
48373
48394
|
}
|
|
48374
48395
|
else {
|
|
48375
48396
|
n = ((() => {
|
|
@@ -48383,7 +48404,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48383
48404
|
})());
|
|
48384
48405
|
}
|
|
48385
48406
|
if (a.chartType == -4169 && b.markerStyle == -4142) {
|
|
48386
|
-
let r = b.line != null ? ExcelUtils.
|
|
48407
|
+
let r = b.line != null ? ExcelUtils.dj(b.line.widthInPoints) : ExcelUtils.dj(2.25);
|
|
48387
48408
|
i.d = new CT_ShapeProperties_DML();
|
|
48388
48409
|
i.d.l.g();
|
|
48389
48410
|
i.d.a = ((() => {
|
|
@@ -48406,7 +48427,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48406
48427
|
let f = new CT_RadarSer();
|
|
48407
48428
|
let g = f.j;
|
|
48408
48429
|
ChartSerializer.bt(g, e, b, d, c, a.chartType == 82);
|
|
48409
|
-
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));
|
|
48410
48431
|
let h = ChartSerializer.e(a, b);
|
|
48411
48432
|
f.a = h;
|
|
48412
48433
|
let i = ChartSerializer.ad(a, b);
|
|
@@ -48491,7 +48512,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48491
48512
|
})());
|
|
48492
48513
|
l.a = CT_Boolean.b(d);
|
|
48493
48514
|
l.c = CT_Boolean.b(i._au);
|
|
48494
|
-
let m = WorksheetChart.
|
|
48515
|
+
let m = WorksheetChart._gz(b.chartType);
|
|
48495
48516
|
l.i = m ? ChartSerializer.ac(a, i._ao, toNullable(Number_$type, i._a9), i._al, i._ae, toNullable(ChartType_$type, null)) : null;
|
|
48496
48517
|
ChartSerializerExtensions.a4(l.k, i);
|
|
48497
48518
|
g.add(l);
|
|
@@ -48545,7 +48566,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48545
48566
|
let k = f ? c.fill : null;
|
|
48546
48567
|
let l = f ? typeCast(ChartLineBase.$, c.border) : c.line != null ? typeCast(ChartLineBase.$, c.line) : null;
|
|
48547
48568
|
let m = c.chart;
|
|
48548
|
-
let n = f ? false : m != null && m.
|
|
48569
|
+
let n = f ? false : m != null && m._gv == false;
|
|
48549
48570
|
if (f == false) {
|
|
48550
48571
|
if (l == null) {
|
|
48551
48572
|
l = new ChartLine();
|
|
@@ -48604,7 +48625,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48604
48625
|
if (d.fill != null) {
|
|
48605
48626
|
ChartSerializerExtensions.a3(EG_LineFillProperties.$, e.o.a.n, d.fill, c);
|
|
48606
48627
|
}
|
|
48607
|
-
e.o.a.q = toNullable(Number_$type, ExcelUtils.
|
|
48628
|
+
e.o.a.q = toNullable(Number_$type, ExcelUtils.dj(d.widthInPoints));
|
|
48608
48629
|
e.a = CT_Boolean.b(d.endStyle == 2);
|
|
48609
48630
|
return e;
|
|
48610
48631
|
}
|
|
@@ -48614,15 +48635,15 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48614
48635
|
if (d == null) {
|
|
48615
48636
|
return null;
|
|
48616
48637
|
}
|
|
48617
|
-
let e = d.
|
|
48638
|
+
let e = d._w();
|
|
48618
48639
|
if (e == null || e.length == 0) {
|
|
48619
48640
|
return null;
|
|
48620
48641
|
}
|
|
48621
48642
|
let f = new CT_AxDataSource();
|
|
48622
|
-
let g = d.
|
|
48643
|
+
let g = d._ae > 1;
|
|
48623
48644
|
;
|
|
48624
48645
|
if (g) {
|
|
48625
|
-
let h = intDivide(e.length, d.
|
|
48646
|
+
let h = intDivide(e.length, d._ae);
|
|
48626
48647
|
f.a = new CT_MultiLvlStrRef();
|
|
48627
48648
|
f.a.a = ((() => {
|
|
48628
48649
|
let $ret = new CT_MultiLvlStrData();
|
|
@@ -48630,12 +48651,12 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48630
48651
|
return $ret;
|
|
48631
48652
|
})());
|
|
48632
48653
|
let i = null;
|
|
48633
|
-
let j = new List$1(List$1.$.specialize(String_$type), 2, d.
|
|
48634
|
-
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++) {
|
|
48635
48656
|
j.add(new List$1(String_$type, 2, h));
|
|
48636
48657
|
}
|
|
48637
48658
|
for (let l = 0; l < e.length; l++) {
|
|
48638
|
-
let m = l % d.
|
|
48659
|
+
let m = l % d._ae;
|
|
48639
48660
|
let n = e[l];
|
|
48640
48661
|
let o = n == null ? stringEmpty() : n.toString();
|
|
48641
48662
|
j._inner[m].add(o);
|
|
@@ -48679,8 +48700,8 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48679
48700
|
})()));
|
|
48680
48701
|
}
|
|
48681
48702
|
}
|
|
48682
|
-
if (d.
|
|
48683
|
-
let v = d.
|
|
48703
|
+
if (d._h != null) {
|
|
48704
|
+
let v = d._h._toString1(c._c);
|
|
48684
48705
|
v = SerializationUtils.u(v);
|
|
48685
48706
|
if (g) {
|
|
48686
48707
|
if (f.a == null) {
|
|
@@ -48709,10 +48730,10 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48709
48730
|
}
|
|
48710
48731
|
let f = new CT_AxDataSource();
|
|
48711
48732
|
let g = typeCast(XValues.$, b);
|
|
48712
|
-
if (g != null && g.
|
|
48733
|
+
if (g != null && g._ac == 2) {
|
|
48713
48734
|
f.c = ChartSerializer.ai(e);
|
|
48714
|
-
if (b.
|
|
48715
|
-
d = b.
|
|
48735
|
+
if (b._h != null) {
|
|
48736
|
+
d = b._h._toString1(c._c);
|
|
48716
48737
|
d = SerializationUtils.u(d);
|
|
48717
48738
|
f.c.e = d;
|
|
48718
48739
|
}
|
|
@@ -48737,8 +48758,8 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48737
48758
|
return $ret;
|
|
48738
48759
|
})()));
|
|
48739
48760
|
}
|
|
48740
|
-
if (b.
|
|
48741
|
-
d = b.
|
|
48761
|
+
if (b._h != null) {
|
|
48762
|
+
d = b._h._toString1(c._c);
|
|
48742
48763
|
d = SerializationUtils.u(d);
|
|
48743
48764
|
if (f.e == null) {
|
|
48744
48765
|
f.e = new CT_StrRef();
|
|
@@ -48758,8 +48779,8 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
48758
48779
|
let e = new CT_NumDataSource();
|
|
48759
48780
|
let f = b.getValues();
|
|
48760
48781
|
e.b = ChartSerializer.ai(f);
|
|
48761
|
-
if (b.
|
|
48762
|
-
let g = b.
|
|
48782
|
+
if (b._h != null) {
|
|
48783
|
+
let g = b._h._toString1(d._c);
|
|
48763
48784
|
g = SerializationUtils.u(g);
|
|
48764
48785
|
if (e.b == null) {
|
|
48765
48786
|
e.b = new CT_NumRef();
|
|
@@ -49079,7 +49100,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
49079
49100
|
}
|
|
49080
49101
|
static a4(a, b, c) {
|
|
49081
49102
|
let d = b != null ? b.widthInPoints : 0.75;
|
|
49082
|
-
let e = ExcelUtils.
|
|
49103
|
+
let e = ExcelUtils.dj(d);
|
|
49083
49104
|
let f = ((() => {
|
|
49084
49105
|
let $ret = new CT_LineProperties_DML();
|
|
49085
49106
|
$ret.h = toNullable(ST_LineWidth.$, null);
|
|
@@ -49223,7 +49244,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
49223
49244
|
return null;
|
|
49224
49245
|
}
|
|
49225
49246
|
let c = b.chart;
|
|
49226
|
-
if (c != null && WorksheetChart.
|
|
49247
|
+
if (c != null && WorksheetChart._f7(c.chartType)) {
|
|
49227
49248
|
return null;
|
|
49228
49249
|
}
|
|
49229
49250
|
let d = new List$1(CT_Trendline.$, 2, b._trendlineCollection$i.count);
|
|
@@ -49322,7 +49343,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
|
|
|
49322
49343
|
let g = null;
|
|
49323
49344
|
let h = toNullable(MarkerStyle_$type, null);
|
|
49324
49345
|
if (f.hasValue) {
|
|
49325
|
-
h = WorksheetChart.
|
|
49346
|
+
h = WorksheetChart._i2(f.value);
|
|
49326
49347
|
}
|
|
49327
49348
|
if (b == -4105 && h.hasValue) {
|
|
49328
49349
|
b = h.value;
|
|
@@ -49769,7 +49790,7 @@ export let ChartExSerializer = /*@__PURE__*/ (() => {
|
|
|
49769
49790
|
return c;
|
|
49770
49791
|
}
|
|
49771
49792
|
static i(a, b, c) {
|
|
49772
|
-
if (WorksheetChart.
|
|
49793
|
+
if (WorksheetChart._ga(b) == false) {
|
|
49773
49794
|
}
|
|
49774
49795
|
let d = new CT_SeriesLayoutProperties();
|
|
49775
49796
|
switch (a.chartType) {
|
|
@@ -49984,10 +50005,10 @@ export let ChartExSerializer = /*@__PURE__*/ (() => {
|
|
|
49984
50005
|
let h = new CT_Data();
|
|
49985
50006
|
if (f != null) {
|
|
49986
50007
|
let i = null;
|
|
49987
|
-
if (((() => { let j = b.tryGetValue(f.
|
|
50008
|
+
if (((() => { let j = b.tryGetValue(f._h, i); i = j.p1; return j.ret; })()) == false) {
|
|
49988
50009
|
}
|
|
49989
50010
|
else {
|
|
49990
|
-
let j = f.
|
|
50011
|
+
let j = f._af.hasValue && f._af.value ? 1 : 0;
|
|
49991
50012
|
h.b = ((() => {
|
|
49992
50013
|
let $ret = new CT_StringDimension();
|
|
49993
50014
|
$ret.c = 0;
|
|
@@ -50003,11 +50024,11 @@ export let ChartExSerializer = /*@__PURE__*/ (() => {
|
|
|
50003
50024
|
}
|
|
50004
50025
|
if (g != null) {
|
|
50005
50026
|
let k = null;
|
|
50006
|
-
if (((() => { let l = b.tryGetValue(g.
|
|
50027
|
+
if (((() => { let l = b.tryGetValue(g._h, k); k = l.p1; return l.ret; })()) == false) {
|
|
50007
50028
|
}
|
|
50008
50029
|
else {
|
|
50009
50030
|
let l = 0;
|
|
50010
|
-
if (g.
|
|
50031
|
+
if (g._y) {
|
|
50011
50032
|
h.c = ((() => {
|
|
50012
50033
|
let $ret = new CT_StringDimension();
|
|
50013
50034
|
$ret.c = 1;
|
|
@@ -50080,24 +50101,24 @@ export let ChartExSerializer = /*@__PURE__*/ (() => {
|
|
|
50080
50101
|
switch (b) {
|
|
50081
50102
|
case 116:
|
|
50082
50103
|
if (e.length < 2) {
|
|
50083
|
-
f = ExcelUtils.
|
|
50104
|
+
f = ExcelUtils.eh("LE_WorksheetChart_Save_Series_Pareto");
|
|
50084
50105
|
}
|
|
50085
50106
|
else {
|
|
50086
50107
|
let g = e[0] == 51 || e[1] == 51;
|
|
50087
50108
|
let h = e[0] == 116 || e[1] == 116;
|
|
50088
50109
|
if (g == false || h == false) {
|
|
50089
|
-
f = ExcelUtils.
|
|
50110
|
+
f = ExcelUtils.eh("LE_WorksheetChart_Save_Series_Pareto");
|
|
50090
50111
|
}
|
|
50091
50112
|
}
|
|
50092
50113
|
break;
|
|
50093
50114
|
case 117:
|
|
50094
50115
|
if (e.length < 1 || e[0] != 51) {
|
|
50095
|
-
f = ExcelUtils.
|
|
50116
|
+
f = ExcelUtils.ei("LE_WorksheetChart_Save_Series", enumGetBox(ChartType_$type, b));
|
|
50096
50117
|
}
|
|
50097
50118
|
break;
|
|
50098
50119
|
default:
|
|
50099
50120
|
if (e.length < 1 || e[0] != b) {
|
|
50100
|
-
f = ExcelUtils.
|
|
50121
|
+
f = ExcelUtils.ei("LE_WorksheetChart_Save_Series", enumGetBox(ChartType_$type, b));
|
|
50101
50122
|
}
|
|
50102
50123
|
break;
|
|
50103
50124
|
}
|
|
@@ -50449,9 +50470,9 @@ export let ComboChartSerializer = /*@__PURE__*/ (() => {
|
|
|
50449
50470
|
case 81: return a;
|
|
50450
50471
|
}
|
|
50451
50472
|
let b = false;
|
|
50452
|
-
let c = ((() => { let d = WorksheetChart.
|
|
50473
|
+
let c = ((() => { let d = WorksheetChart._gl(a, b); b = d.p1; return d.ret; })());
|
|
50453
50474
|
let d, e;
|
|
50454
|
-
if (((() => { let f = WorksheetChart.
|
|
50475
|
+
if (((() => { let f = WorksheetChart._f9(a, d, e); d = f.p1; e = f.p2; return f.ret; })())) {
|
|
50455
50476
|
if (d) {
|
|
50456
50477
|
return b ? 53 : c ? 52 : 51;
|
|
50457
50478
|
}
|
|
@@ -50459,20 +50480,20 @@ export let ComboChartSerializer = /*@__PURE__*/ (() => {
|
|
|
50459
50480
|
return b ? 59 : c ? 58 : 57;
|
|
50460
50481
|
}
|
|
50461
50482
|
}
|
|
50462
|
-
if (WorksheetChart.
|
|
50483
|
+
if (WorksheetChart._ge(a)) {
|
|
50463
50484
|
return b ? 64 : c ? 63 : 4;
|
|
50464
50485
|
}
|
|
50465
|
-
if (WorksheetChart.
|
|
50486
|
+
if (WorksheetChart._f8(a)) {
|
|
50466
50487
|
return b ? 77 : c ? 76 : 1;
|
|
50467
50488
|
}
|
|
50468
|
-
if (WorksheetChart.
|
|
50489
|
+
if (WorksheetChart._gf(a)) {
|
|
50469
50490
|
switch (a) {
|
|
50470
50491
|
case -4102:
|
|
50471
50492
|
case 70: return 5;
|
|
50472
50493
|
case 80: return 80;
|
|
50473
50494
|
}
|
|
50474
50495
|
}
|
|
50475
|
-
if (WorksheetChart.
|
|
50496
|
+
if (WorksheetChart._gm(a)) {
|
|
50476
50497
|
return 4;
|
|
50477
50498
|
}
|
|
50478
50499
|
switch (a) {
|
|
@@ -50587,9 +50608,9 @@ export let ChartSerializerExtensions = /*@__PURE__*/ (() => {
|
|
|
50587
50608
|
})());
|
|
50588
50609
|
}
|
|
50589
50610
|
static a4(a, b) {
|
|
50590
|
-
let c = ExcelUtils.
|
|
50591
|
-
let d = ExcelUtils.
|
|
50592
|
-
let e = ExcelUtils.
|
|
50611
|
+
let c = ExcelUtils.dw(b._applyPicToEnd$i);
|
|
50612
|
+
let d = ExcelUtils.dw(b._applyPicToFront$i);
|
|
50613
|
+
let e = ExcelUtils.dw(b._applyPicToSides$i);
|
|
50593
50614
|
if (c.hasValue) {
|
|
50594
50615
|
a.a = CT_Boolean.b(c.value);
|
|
50595
50616
|
}
|
|
@@ -51385,7 +51406,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
51385
51406
|
class WorksheetChartExtensions extends Base {
|
|
51386
51407
|
static aq(a, b, c, d) {
|
|
51387
51408
|
let e = c.workbook;
|
|
51388
|
-
a.
|
|
51409
|
+
a._jb(c);
|
|
51389
51410
|
try {
|
|
51390
51411
|
let f = b.f;
|
|
51391
51412
|
let g = f.a == null || f.a.k == false;
|
|
@@ -51530,6 +51551,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
51530
51551
|
a.chartArea.border = ak;
|
|
51531
51552
|
}
|
|
51532
51553
|
a.chartArea.roundedCorners = CT_Boolean.g(b.d);
|
|
51554
|
+
a._gg = b.j != null && !stringIsNullOrEmpty(b.j.e);
|
|
51533
51555
|
ai = h.af;
|
|
51534
51556
|
aj = ai != null ? ai.a : null;
|
|
51535
51557
|
if (ai != null) {
|
|
@@ -51612,7 +51634,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
51612
51634
|
}
|
|
51613
51635
|
break;
|
|
51614
51636
|
}
|
|
51615
|
-
let ay = WorksheetChart.
|
|
51637
|
+
let ay = WorksheetChart._g1(a.chartType);
|
|
51616
51638
|
if (ay == false) {
|
|
51617
51639
|
let az = a._axisCollection$i.item(2, 2);
|
|
51618
51640
|
if (az != null) {
|
|
@@ -51706,7 +51728,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
51706
51728
|
let bo = bn.count > 0 ? bn._inner[0] : null;
|
|
51707
51729
|
if (bk.hasValue && bo != null) {
|
|
51708
51730
|
let bp = bd.getChartType(b, bo);
|
|
51709
|
-
if (WorksheetChart.
|
|
51731
|
+
if (WorksheetChart._gq(bp)) {
|
|
51710
51732
|
let bq = a._fr(bp, bk.value);
|
|
51711
51733
|
if (bf != null) {
|
|
51712
51734
|
bq._gapWidth$i = toNullable(Number_$type, bf.c);
|
|
@@ -51727,7 +51749,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
51727
51749
|
}
|
|
51728
51750
|
}
|
|
51729
51751
|
finally {
|
|
51730
|
-
a.
|
|
51752
|
+
a._jd();
|
|
51731
51753
|
}
|
|
51732
51754
|
}
|
|
51733
51755
|
static ap(a, b, c, d) {
|
|
@@ -51890,7 +51912,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
51890
51912
|
DMLChartExtensions.a4(i, g, d);
|
|
51891
51913
|
a.border = i;
|
|
51892
51914
|
}
|
|
51893
|
-
a._invertIfNegative$i = ExcelUtils.
|
|
51915
|
+
a._invertIfNegative$i = ExcelUtils.dx(CT_Boolean.g(c.c));
|
|
51894
51916
|
if (c.e != null) {
|
|
51895
51917
|
let j = Math.min(400, c.e.g);
|
|
51896
51918
|
a._explosion$i = toNullable(Number_$type, j);
|
|
@@ -51907,7 +51929,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
51907
51929
|
a.fill = DMLChartUtils.d(f.n);
|
|
51908
51930
|
}
|
|
51909
51931
|
if (f != null && f.h.hasValue) {
|
|
51910
|
-
a.widthInPoints = ExcelUtils.
|
|
51932
|
+
a.widthInPoints = ExcelUtils.cl(ST_LineWidth.m(f.h.value));
|
|
51911
51933
|
}
|
|
51912
51934
|
}
|
|
51913
51935
|
static w(a, b, c, d) {
|
|
@@ -51961,7 +51983,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
51961
51983
|
if (g.c == null || g.c.count == 0) {
|
|
51962
51984
|
return;
|
|
51963
51985
|
}
|
|
51964
|
-
a.
|
|
51986
|
+
a._jb();
|
|
51965
51987
|
try {
|
|
51966
51988
|
let i = null;
|
|
51967
51989
|
let j = null;
|
|
@@ -52059,7 +52081,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
52059
52081
|
}
|
|
52060
52082
|
}
|
|
52061
52083
|
finally {
|
|
52062
|
-
a.
|
|
52084
|
+
a._jd();
|
|
52063
52085
|
}
|
|
52064
52086
|
}
|
|
52065
52087
|
static aj(a, b, c, d, e, f, g, h, i) {
|
|
@@ -52097,7 +52119,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
52097
52119
|
}
|
|
52098
52120
|
}
|
|
52099
52121
|
a.values = new SeriesValues(e, j, null, false);
|
|
52100
|
-
a.values.
|
|
52122
|
+
a.values._y = true;
|
|
52101
52123
|
}
|
|
52102
52124
|
}
|
|
52103
52125
|
if (c.g != null && c.g.a != null) {
|
|
@@ -52808,9 +52830,9 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
52808
52830
|
if (d != null) {
|
|
52809
52831
|
if (d.a != null) {
|
|
52810
52832
|
let k = d.a.e;
|
|
52811
|
-
let l = WorkbookLoadManagerExcel2007.
|
|
52833
|
+
let l = WorkbookLoadManagerExcel2007._bt(k);
|
|
52812
52834
|
k = l.p0;
|
|
52813
|
-
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);
|
|
52814
52836
|
a._b2(g, m);
|
|
52815
52837
|
}
|
|
52816
52838
|
else {
|
|
@@ -52836,7 +52858,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
52836
52858
|
}
|
|
52837
52859
|
if (n.af.hasValue) {
|
|
52838
52860
|
let o = ST_Angle.j(n.af.value);
|
|
52839
|
-
a.rotation = ExcelUtils.
|
|
52861
|
+
a.rotation = ExcelUtils.cn(o);
|
|
52840
52862
|
}
|
|
52841
52863
|
if (n.av.hasValue) {
|
|
52842
52864
|
a.wrapText = n.av.value == 1;
|
|
@@ -52910,7 +52932,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
52910
52932
|
k.add(Tuple.a(Number_$type, Axis.$, n.crossAxId, q));
|
|
52911
52933
|
e.addItem(n.id, Tuple.a(Axis.$, IAxis_$type, q, n));
|
|
52912
52934
|
}
|
|
52913
|
-
if (WorksheetChart.
|
|
52935
|
+
if (WorksheetChart._gt(a.chartType) == false) {
|
|
52914
52936
|
let r = a._axisCollection$i.item(2, 1);
|
|
52915
52937
|
let s = a._axisCollection$i.item(2, 2);
|
|
52916
52938
|
if (r != null && s != null) {
|
|
@@ -53105,7 +53127,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
53105
53127
|
}
|
|
53106
53128
|
else {
|
|
53107
53129
|
let ak = ST_Angle.j(ag.af.value);
|
|
53108
|
-
a.tickLabels.rotation = ExcelUtils.
|
|
53130
|
+
a.tickLabels.rotation = ExcelUtils.cn(ak);
|
|
53109
53131
|
}
|
|
53110
53132
|
}
|
|
53111
53133
|
if (g.f != null) {
|
|
@@ -53169,7 +53191,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
53169
53191
|
if (j != null && j.a != null) {
|
|
53170
53192
|
let o = new ChartBorder(null);
|
|
53171
53193
|
DMLChartExtensions.a4(o, j.a, e);
|
|
53172
|
-
if (WorksheetChart.
|
|
53194
|
+
if (WorksheetChart._ge(n, 1)) {
|
|
53173
53195
|
let p = new ChartLine();
|
|
53174
53196
|
p.fill = o.fill;
|
|
53175
53197
|
p.widthInPoints = o.widthInPoints;
|
|
@@ -53239,7 +53261,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
53239
53261
|
b.markerStyle = y.value;
|
|
53240
53262
|
}
|
|
53241
53263
|
}
|
|
53242
|
-
else if (WorksheetChart.
|
|
53264
|
+
else if (WorksheetChart._f5(a.chartType)) {
|
|
53243
53265
|
b.markerStyle = -4105;
|
|
53244
53266
|
}
|
|
53245
53267
|
if (i.b != null) {
|
|
@@ -53375,9 +53397,9 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
53375
53397
|
if (f != null && f.h != null) {
|
|
53376
53398
|
let ai = f.h.c;
|
|
53377
53399
|
if (stringIsNullOrEmpty(ai) == false) {
|
|
53378
|
-
let aj = WorkbookLoadManagerExcel2007.
|
|
53400
|
+
let aj = WorkbookLoadManagerExcel2007._bt(ai);
|
|
53379
53401
|
ai = aj.p0;
|
|
53380
|
-
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));
|
|
53381
53403
|
b.dataLabels._eb(h, ak);
|
|
53382
53404
|
}
|
|
53383
53405
|
}
|
|
@@ -53419,13 +53441,13 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
53419
53441
|
let p = a != null ? a.k : null;
|
|
53420
53442
|
if (p != null) {
|
|
53421
53443
|
if (p.a != null) {
|
|
53422
|
-
g._applyPicToEnd$i = ExcelUtils.
|
|
53444
|
+
g._applyPicToEnd$i = ExcelUtils.dx(p.a.k);
|
|
53423
53445
|
}
|
|
53424
53446
|
if (p.c != null) {
|
|
53425
|
-
g._applyPicToFront$i = ExcelUtils.
|
|
53447
|
+
g._applyPicToFront$i = ExcelUtils.dx(p.c.k);
|
|
53426
53448
|
}
|
|
53427
53449
|
if (p.e != null) {
|
|
53428
|
-
g._applyPicToSides$i = ExcelUtils.
|
|
53450
|
+
g._applyPicToSides$i = ExcelUtils.dx(p.e.k);
|
|
53429
53451
|
}
|
|
53430
53452
|
}
|
|
53431
53453
|
return g;
|
|
@@ -53573,7 +53595,7 @@ export let WorksheetChartExtensions = /*@__PURE__*/ (() => {
|
|
|
53573
53595
|
}
|
|
53574
53596
|
else {
|
|
53575
53597
|
let e = ST_Angle.j(d);
|
|
53576
|
-
b = ExcelUtils.
|
|
53598
|
+
b = ExcelUtils.cn(e);
|
|
53577
53599
|
if (a.ar.hasValue) {
|
|
53578
53600
|
c = DMLChartExtensions.q(a.ar.value);
|
|
53579
53601
|
}
|
|
@@ -53781,8 +53803,8 @@ export let ConditionalFormattingSerializer = /*@__PURE__*/ (() => {
|
|
|
53781
53803
|
let f = this.t(a);
|
|
53782
53804
|
let g = EnumConverter.j(a.operator);
|
|
53783
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));
|
|
53784
|
-
let h = c.
|
|
53785
|
-
let i = c.
|
|
53806
|
+
let h = c._cw(a.operand1);
|
|
53807
|
+
let i = c._cw(a.operand2);
|
|
53786
53808
|
ConditionalFormattingSerializer.ae(b, d, h);
|
|
53787
53809
|
ConditionalFormattingSerializer.ae(b, d, i);
|
|
53788
53810
|
d.k();
|
|
@@ -53801,7 +53823,7 @@ export let ConditionalFormattingSerializer = /*@__PURE__*/ (() => {
|
|
|
53801
53823
|
}
|
|
53802
53824
|
let f = this.t(a);
|
|
53803
53825
|
SpreadsheetMLMain.zq(b, SpreadsheetMLMain.eg, toNullable(ST_CfType_$type, 0), f, a.priority, a.stopIfTrue);
|
|
53804
|
-
let g = c.
|
|
53826
|
+
let g = c._cw(a.formula);
|
|
53805
53827
|
ConditionalFormattingSerializer.ae(b, d, g);
|
|
53806
53828
|
d.k();
|
|
53807
53829
|
return null;
|
|
@@ -53893,7 +53915,7 @@ export let ConditionalFormattingSerializer = /*@__PURE__*/ (() => {
|
|
|
53893
53915
|
e(a, b, c, d) {
|
|
53894
53916
|
let e = toNullable(Number_$type, null);
|
|
53895
53917
|
SpreadsheetMLMain.zq(b, SpreadsheetMLMain.eg, toNullable(ST_CfType_$type, 3), e, a.priority, a.stopIfTrue);
|
|
53896
|
-
let f = c.
|
|
53918
|
+
let f = c._cw(a.formula);
|
|
53897
53919
|
ConditionalFormattingSerializer.ae(b, d, f);
|
|
53898
53920
|
let g = toNullable(Number_$type, intSToU(a.fillPercentMin));
|
|
53899
53921
|
let h = toNullable(Number_$type, intSToU(a.fillPercentMax));
|
|
@@ -53935,9 +53957,9 @@ export let ConditionalFormattingSerializer = /*@__PURE__*/ (() => {
|
|
|
53935
53957
|
}
|
|
53936
53958
|
let f = toNullable(Number_$type, null);
|
|
53937
53959
|
SpreadsheetMLMain.zq(b, SpreadsheetMLMain.eg, toNullable(ST_CfType_$type, 4), f, a.priority, a.stopIfTrue);
|
|
53938
|
-
let g = c.
|
|
53960
|
+
let g = c._cw(a.formula);
|
|
53939
53961
|
ConditionalFormattingSerializer.ae(b, d, g);
|
|
53940
|
-
let h = ExcelUtils.
|
|
53962
|
+
let h = ExcelUtils.ak(a.iconSet);
|
|
53941
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));
|
|
53942
53964
|
let i = a.worksheet;
|
|
53943
53965
|
for (let j = 0; j < a._iconCriteria$i.count; j++) {
|
|
@@ -53963,7 +53985,7 @@ export let ConditionalFormattingSerializer = /*@__PURE__*/ (() => {
|
|
|
53963
53985
|
let f = toNullable(Number_$type, null);
|
|
53964
53986
|
let g = a.worksheet;
|
|
53965
53987
|
SpreadsheetMLMain.zq(b, SpreadsheetMLMain.eg, toNullable(ST_CfType_$type, 2), f, a.priority, a.stopIfTrue);
|
|
53966
|
-
let h = c.
|
|
53988
|
+
let h = c._cw(a.formula);
|
|
53967
53989
|
ConditionalFormattingSerializer.ae(b, d, h);
|
|
53968
53990
|
SpreadsheetMLMain.z1(b);
|
|
53969
53991
|
ConditionValueExtensions.b(a.minimumThreshold._b, b, c, d, g, false);
|
|
@@ -54102,7 +54124,7 @@ export let ConditionalFormattingSerializer = /*@__PURE__*/ (() => {
|
|
|
54102
54124
|
return numberToString(a, CultureInfo.invariantCulture);
|
|
54103
54125
|
}
|
|
54104
54126
|
static ab(a, b, c, d) {
|
|
54105
|
-
let e = b.
|
|
54127
|
+
let e = b._cw(d);
|
|
54106
54128
|
ConditionalFormattingSerializer.ad(a, c, e);
|
|
54107
54129
|
}
|
|
54108
54130
|
static ac(a, b, c) {
|
|
@@ -54229,7 +54251,7 @@ export let X14Serializer = /*@__PURE__*/ (() => {
|
|
|
54229
54251
|
if (j != null) {
|
|
54230
54252
|
ConditionalFormattingSerializer.ab(a, b, c, j);
|
|
54231
54253
|
}
|
|
54232
|
-
let l = ExcelUtils.
|
|
54254
|
+
let l = ExcelUtils.ak(d.iconSet);
|
|
54233
54255
|
let m = d.isCustom;
|
|
54234
54256
|
let n = toNullable(Boolean_$type, null);
|
|
54235
54257
|
let o = toNullable(Boolean_$type, null);
|
|
@@ -54250,7 +54272,7 @@ export let X14Serializer = /*@__PURE__*/ (() => {
|
|
|
54250
54272
|
let z = d._iconCriteria$i.item(y);
|
|
54251
54273
|
let aa = z.iconSet;
|
|
54252
54274
|
let ab = z.icon == -1 ? 0 : intSToU(((() => { let ac = IconSetConditionalFormat._cp(z.icon, aa); aa = ac.p1; return ac.ret; })()));
|
|
54253
|
-
let ac = z.icon == -1 ? 20 : ExcelUtils.
|
|
54275
|
+
let ac = z.icon == -1 ? 20 : ExcelUtils.ak(aa);
|
|
54254
54276
|
SpreadsheetML2009Main.da(a, ac, ab);
|
|
54255
54277
|
c.k();
|
|
54256
54278
|
}
|
|
@@ -55078,7 +55100,7 @@ export let SparklinesSerializer = /*@__PURE__*/ (() => {
|
|
|
55078
55100
|
ColorInfoExtensions.d(g.colorLowPoint, a, c, this.a, SpreadsheetML2009Main.a4);
|
|
55079
55101
|
}
|
|
55080
55102
|
if (g.dateRangeFormula != null) {
|
|
55081
|
-
let y = b.
|
|
55103
|
+
let y = b._cw(g.dateRangeFormula);
|
|
55082
55104
|
Excel2006Main.av(a, y);
|
|
55083
55105
|
c.k();
|
|
55084
55106
|
}
|
|
@@ -55154,8 +55176,8 @@ export let ObjectModelChartExPartManager = /*@__PURE__*/ (() => {
|
|
|
55154
55176
|
if (b == null) {
|
|
55155
55177
|
return null;
|
|
55156
55178
|
}
|
|
55157
|
-
let c = b.
|
|
55158
|
-
let d = b.
|
|
55179
|
+
let c = b._gw;
|
|
55180
|
+
let d = b._gx;
|
|
55159
55181
|
let e = b._fx;
|
|
55160
55182
|
if (e == null) {
|
|
55161
55183
|
if (c) {
|
|
@@ -55250,7 +55272,7 @@ export let ObjectModelChartsheetPartManager = /*@__PURE__*/ (() => {
|
|
|
55250
55272
|
t() {
|
|
55251
55273
|
let a = this.a9;
|
|
55252
55274
|
let b = a._d.uri.toString();
|
|
55253
|
-
this.a8 = a._b7.
|
|
55275
|
+
this.a8 = a._b7._ap(b);
|
|
55254
55276
|
if (this.a8 == null) {
|
|
55255
55277
|
return null;
|
|
55256
55278
|
}
|
|
@@ -55276,8 +55298,9 @@ export let ObjectModelChartsheetPartManager = /*@__PURE__*/ (() => {
|
|
|
55276
55298
|
}
|
|
55277
55299
|
}
|
|
55278
55300
|
let i = new SheetRelationships();
|
|
55279
|
-
let j = b
|
|
55280
|
-
|
|
55301
|
+
let j = b;
|
|
55302
|
+
let k = j.sheetBackground == null ? null : ExcelUtils.z(j.sheetBackground, b._a7);
|
|
55303
|
+
return WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(Async.g(k != null, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._b0(k, b._a7), (l) => e.a = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d)), () => Async.g(f, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._j(ObjectModelDrawingPartManager.bg, b), (l) => i.a = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d))), () => Async.g(this.be.count != 0, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._j(ObjectModelVmlDrawingPartManager.bb, this.be), (l) => i.c = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d))), () => Async.g(b._bb != null, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._j(ObjectModelVmlDrawingPartManager.bb, b._bb), (l) => i.b = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d))), () => this.a7(d, i));
|
|
55281
55304
|
}
|
|
55282
55305
|
ai(a) {
|
|
55283
55306
|
switch (a) {
|
|
@@ -55357,9 +55380,9 @@ export let ObjectModelChartsheetPartManager = /*@__PURE__*/ (() => {
|
|
|
55357
55380
|
let d = c._b7;
|
|
55358
55381
|
let e = PackageUtilities.ak(c._g(a)).originalString;
|
|
55359
55382
|
let f;
|
|
55360
|
-
if (((() => { let g = d.
|
|
55383
|
+
if (((() => { let g = d._a7.tryGetValue(e, f); f = g.p1; return g.ret; })())) {
|
|
55361
55384
|
for (let g of fromEnum(f)) {
|
|
55362
|
-
d.
|
|
55385
|
+
d._bq(this.a8, g);
|
|
55363
55386
|
}
|
|
55364
55387
|
}
|
|
55365
55388
|
else {
|
|
@@ -55376,7 +55399,7 @@ export let ObjectModelChartsheetPartManager = /*@__PURE__*/ (() => {
|
|
|
55376
55399
|
let d = typeCast(ImageData.$, c._au(a));
|
|
55377
55400
|
if (d != null) {
|
|
55378
55401
|
let e = XlsxUtilities.v(d);
|
|
55379
|
-
this.a8.
|
|
55402
|
+
this.a8.sheetBackground = ExcelUtils.ha(e);
|
|
55380
55403
|
this.a8._a7 = e.d;
|
|
55381
55404
|
}
|
|
55382
55405
|
else {
|
|
@@ -55414,7 +55437,7 @@ export let ObjectModelChartsheetPartManager = /*@__PURE__*/ (() => {
|
|
|
55414
55437
|
this.a8._r = true;
|
|
55415
55438
|
this.a8._w = b;
|
|
55416
55439
|
let g = c;
|
|
55417
|
-
let h = ExcelUtils.
|
|
55440
|
+
let h = ExcelUtils.fn(g);
|
|
55418
55441
|
g = h.p0;
|
|
55419
55442
|
f.magnification = g;
|
|
55420
55443
|
f.sizeWithWindow = d;
|
|
@@ -55508,7 +55531,7 @@ export let ObjectModelChartsheetPartManager = /*@__PURE__*/ (() => {
|
|
|
55508
55531
|
if (b == null) {
|
|
55509
55532
|
return;
|
|
55510
55533
|
}
|
|
55511
|
-
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);
|
|
55512
55535
|
if (a.savePrintOptions) {
|
|
55513
55536
|
let c = a.getSheetPrintOptions(this.a8, false);
|
|
55514
55537
|
if (c != null) {
|
|
@@ -55528,7 +55551,7 @@ export let ObjectModelChartsheetPartManager = /*@__PURE__*/ (() => {
|
|
|
55528
55551
|
return;
|
|
55529
55552
|
}
|
|
55530
55553
|
SpreadsheetMLMain.aam(this);
|
|
55531
|
-
ExcelUtils.
|
|
55554
|
+
ExcelUtils.fq(CustomView.$, a._customViews$i, runOn(this, this.b0));
|
|
55532
55555
|
this.ad.k();
|
|
55533
55556
|
}
|
|
55534
55557
|
b3() {
|
|
@@ -55746,7 +55769,7 @@ export let ObjectModelChartPartManager = /*@__PURE__*/ (() => {
|
|
|
55746
55769
|
if (b == null) {
|
|
55747
55770
|
return null;
|
|
55748
55771
|
}
|
|
55749
|
-
let c = b.
|
|
55772
|
+
let c = b._gw;
|
|
55750
55773
|
let d = b._fx;
|
|
55751
55774
|
if (d == null) {
|
|
55752
55775
|
if (c) {
|
|
@@ -56190,7 +56213,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56190
56213
|
this.br = new List$1(WorksheetShape.$, 0);
|
|
56191
56214
|
let a = this.be;
|
|
56192
56215
|
let b = a._b7;
|
|
56193
|
-
b.
|
|
56216
|
+
b._a7.addItem(a._d.uri.toString(), this.br);
|
|
56194
56217
|
return super.t();
|
|
56195
56218
|
}
|
|
56196
56219
|
ax(a, b) {
|
|
@@ -56221,7 +56244,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56221
56244
|
let c = this.be._b9;
|
|
56222
56245
|
this.bz(c, b);
|
|
56223
56246
|
let d = new Dictionary$2(ExcelImage.$, String_$type, 0);
|
|
56224
|
-
return WorkItemExtensions.c(c.
|
|
56247
|
+
return WorkItemExtensions.c(c._b9(b._p, d), () => {
|
|
56225
56248
|
this.s.k(d);
|
|
56226
56249
|
let e = b._p;
|
|
56227
56250
|
let f = new List$1(WorksheetShape.$, 2, e.count);
|
|
@@ -56312,7 +56335,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56312
56335
|
}
|
|
56313
56336
|
}
|
|
56314
56337
|
let b = this.be;
|
|
56315
|
-
if (WorksheetChart.
|
|
56338
|
+
if (WorksheetChart._ga(a.chartType)) {
|
|
56316
56339
|
return WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), IGraphicalObjectContent_$type, b._j(ObjectModelChartExPartManager.ba, a), (c) => {
|
|
56317
56340
|
let d = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), c);
|
|
56318
56341
|
let e = d.c;
|
|
@@ -56456,7 +56479,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56456
56479
|
$ret.c = XlsxUtilities.ah(a);
|
|
56457
56480
|
return $ret;
|
|
56458
56481
|
})());
|
|
56459
|
-
return ExcelUtils.
|
|
56482
|
+
return ExcelUtils.ac(IGraphicalObjectContent_$type, d, a._b4);
|
|
56460
56483
|
}
|
|
56461
56484
|
a8(a, b) {
|
|
56462
56485
|
let c = this.bq.item(b);
|
|
@@ -56495,6 +56518,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56495
56518
|
return null;
|
|
56496
56519
|
}
|
|
56497
56520
|
let c = this.bq.item(a);
|
|
56521
|
+
let d = a.image;
|
|
56498
56522
|
return ((() => {
|
|
56499
56523
|
let $ret = new CT_Picture();
|
|
56500
56524
|
$ret.d = a._b7;
|
|
@@ -56524,7 +56548,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56524
56548
|
let $ret = new CT_BlipFillProperties();
|
|
56525
56549
|
$ret.d = ((() => {
|
|
56526
56550
|
let $ret = new CT_Blip();
|
|
56527
|
-
$ret.d = b.item(
|
|
56551
|
+
$ret.d = b.item(d);
|
|
56528
56552
|
return $ret;
|
|
56529
56553
|
})());
|
|
56530
56554
|
$ret.e = ((() => {
|
|
@@ -56655,7 +56679,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56655
56679
|
else {
|
|
56656
56680
|
b = ((() => {
|
|
56657
56681
|
let $ret = new CT_SRgbColor();
|
|
56658
|
-
$ret.c = ST_HexColorRGB.b(ExcelUtils.
|
|
56682
|
+
$ret.c = ST_HexColorRGB.b(ExcelUtils.g5(a._aj(null, false, true)));
|
|
56659
56683
|
return $ret;
|
|
56660
56684
|
})());
|
|
56661
56685
|
}
|
|
@@ -56730,10 +56754,10 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56730
56754
|
j.a.r = toNullable(Number_$type, SerializationUtils.p(k.height));
|
|
56731
56755
|
}
|
|
56732
56756
|
if (nullableEquals(k._bold$i, true)) {
|
|
56733
|
-
j.a.d = ExcelUtils.
|
|
56757
|
+
j.a.d = ExcelUtils.dw(k._bold$i);
|
|
56734
56758
|
}
|
|
56735
56759
|
if (nullableEquals(k._italic$i, true)) {
|
|
56736
|
-
j.a.i = ExcelUtils.
|
|
56760
|
+
j.a.i = ExcelUtils.dw(k._italic$i);
|
|
56737
56761
|
}
|
|
56738
56762
|
let l = k.underlineStyle;
|
|
56739
56763
|
if (l != -1) {
|
|
@@ -56824,7 +56848,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56824
56848
|
a9(a, b) {
|
|
56825
56849
|
return WorkItemExtensions.k(IGraphicalObjectContent_$type, IGraphicalObjectContent_$type, this.ba(a, b), (c) => {
|
|
56826
56850
|
let d = WorkItemExtensions.m(IGraphicalObjectContent_$type, c);
|
|
56827
|
-
d = ExcelUtils.
|
|
56851
|
+
d = ExcelUtils.ac(IGraphicalObjectContent_$type, d, b._b3);
|
|
56828
56852
|
let e = this.bp(b);
|
|
56829
56853
|
if (e != null) {
|
|
56830
56854
|
return ((() => {
|
|
@@ -56865,8 +56889,8 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56865
56889
|
let g = e._gh(a.rowIndex, false, true);
|
|
56866
56890
|
let h = b.x / 100;
|
|
56867
56891
|
let i = b.y / 100;
|
|
56868
|
-
c = ExcelUtils.
|
|
56869
|
-
d = ExcelUtils.
|
|
56892
|
+
c = ExcelUtils.dp(MathUtilities.f(h * f));
|
|
56893
|
+
d = ExcelUtils.dp(MathUtilities.f(i * g));
|
|
56870
56894
|
return {
|
|
56871
56895
|
p2: c,
|
|
56872
56896
|
p3: d
|
|
@@ -56916,7 +56940,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56916
56940
|
})());
|
|
56917
56941
|
this.bi = b._accept$2$i(ObjectModelDrawingPartManager_ShapeLoadContext.$, WorksheetShape.$, this.bh, e);
|
|
56918
56942
|
if (this.bi != null) {
|
|
56919
|
-
this.be._b7.
|
|
56943
|
+
this.be._b7._bv(this.bi, d);
|
|
56920
56944
|
}
|
|
56921
56945
|
else if (this.ab.s) {
|
|
56922
56946
|
this.ab.aj();
|
|
@@ -56931,7 +56955,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56931
56955
|
let d = null;
|
|
56932
56956
|
if (b._an.f != 0) {
|
|
56933
56957
|
let e = b._an.d();
|
|
56934
|
-
d = b._b7.
|
|
56958
|
+
d = b._b7._ap(e.uri.toString());
|
|
56935
56959
|
}
|
|
56936
56960
|
if (d == null) {
|
|
56937
56961
|
return;
|
|
@@ -56970,7 +56994,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56970
56994
|
}
|
|
56971
56995
|
cc(a) {
|
|
56972
56996
|
let b = a._getBoundsInTwips();
|
|
56973
|
-
DrawingMLSpreadsheetDrawing.e7(this, new ST_PositiveCoordinate(1, ExcelUtils.
|
|
56997
|
+
DrawingMLSpreadsheetDrawing.e7(this, new ST_PositiveCoordinate(1, ExcelUtils.dp(b.width)), new ST_PositiveCoordinate(1, ExcelUtils.dp(b.height)));
|
|
56974
56998
|
this.ad.k();
|
|
56975
56999
|
}
|
|
56976
57000
|
cd(a) {
|
|
@@ -56990,7 +57014,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
56990
57014
|
}
|
|
56991
57015
|
ce(a) {
|
|
56992
57016
|
let b = a._getBoundsInTwips();
|
|
56993
|
-
DrawingMLSpreadsheetDrawing.fa(this, new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.
|
|
57017
|
+
DrawingMLSpreadsheetDrawing.fa(this, new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.dp(b.x))), new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.dp(b.y))));
|
|
56994
57018
|
this.ad.k();
|
|
56995
57019
|
}
|
|
56996
57020
|
cf(a) {
|
|
@@ -57022,7 +57046,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
57022
57046
|
this.cd(b);
|
|
57023
57047
|
this.ch(b);
|
|
57024
57048
|
let c = typeCast(WorksheetChart.$, b);
|
|
57025
|
-
let d = c != null && WorksheetChart.
|
|
57049
|
+
let d = c != null && WorksheetChart._ga(c.chartType);
|
|
57026
57050
|
if (d) {
|
|
57027
57051
|
let e = ChartExUtils.c(c.chartType);
|
|
57028
57052
|
this.cj(e);
|
|
@@ -57121,13 +57145,13 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
57121
57145
|
a.k();
|
|
57122
57146
|
a.k();
|
|
57123
57147
|
};
|
|
57124
|
-
let c = ExcelUtils.
|
|
57148
|
+
let c = ExcelUtils.eh("LD_Fallback_ChartEx_Line1");
|
|
57125
57149
|
b(c);
|
|
57126
57150
|
a.o(DrawingMLMain.b1);
|
|
57127
57151
|
a.k();
|
|
57128
57152
|
a.o(DrawingMLMain.b1);
|
|
57129
57153
|
a.k();
|
|
57130
|
-
let d = ExcelUtils.
|
|
57154
|
+
let d = ExcelUtils.eh("LD_Fallback_ChartEx_Line2");
|
|
57131
57155
|
b(d);
|
|
57132
57156
|
a.k();
|
|
57133
57157
|
a.k();
|
|
@@ -57356,7 +57380,7 @@ export let ObjectModelDrawingPartManager_ShapeLoader = /*@__PURE__*/ (() => {
|
|
|
57356
57380
|
return $ret;
|
|
57357
57381
|
})());
|
|
57358
57382
|
let h = XlsxUtilities.v(c);
|
|
57359
|
-
g.
|
|
57383
|
+
g.image = h.b;
|
|
57360
57384
|
g.preferredFormat = h.d;
|
|
57361
57385
|
if (a.spPr != null) {
|
|
57362
57386
|
if (a.spPr.a != null) {
|
|
@@ -57428,7 +57452,7 @@ export let ObjectModelDrawingPartManager_ShapeLoader = /*@__PURE__*/ (() => {
|
|
|
57428
57452
|
a._b6 = b.d().n();
|
|
57429
57453
|
a.flippedHorizontally = b.g();
|
|
57430
57454
|
a.flippedVertically = b.h();
|
|
57431
|
-
this.d.
|
|
57455
|
+
this.d._bw(a, b);
|
|
57432
57456
|
}
|
|
57433
57457
|
l(a, b) {
|
|
57434
57458
|
if (b == null) {
|
|
@@ -57437,7 +57461,7 @@ export let ObjectModelDrawingPartManager_ShapeLoader = /*@__PURE__*/ (() => {
|
|
|
57437
57461
|
a._b6 = b.d().n();
|
|
57438
57462
|
a.flippedHorizontally = b.g();
|
|
57439
57463
|
a.flippedVertically = b.h();
|
|
57440
|
-
this.d.
|
|
57464
|
+
this.d._bw(a, b);
|
|
57441
57465
|
}
|
|
57442
57466
|
a(a, b) {
|
|
57443
57467
|
if (a == null || a.d.count == 0) {
|
|
@@ -57624,7 +57648,7 @@ export let ObjectModelDrawingPartManager_ShapeLoader_ShapeFillCreator = /*@__PUR
|
|
|
57624
57648
|
_visitCT_BlipFillProperties$i(a, b) {
|
|
57625
57649
|
if (a.d != null) {
|
|
57626
57650
|
if (a.d.d != null) {
|
|
57627
|
-
let c = typeCast(ImageData.$, this.a.d.
|
|
57651
|
+
let c = typeCast(ImageData.$, this.a.d._aj._au(a.d.d));
|
|
57628
57652
|
if (c != null) {
|
|
57629
57653
|
return new ShapeFillImage(c);
|
|
57630
57654
|
}
|
|
@@ -58021,7 +58045,7 @@ export let ObjectModelExternalLinkPartManager = /*@__PURE__*/ (() => {
|
|
|
58021
58045
|
e = f.p3;
|
|
58022
58046
|
let g = a;
|
|
58023
58047
|
let h;
|
|
58024
|
-
if (((() => { let i = ExcelUtils.
|
|
58048
|
+
if (((() => { let i = ExcelUtils.bn(c, 2, CultureInfo.invariantCulture, g.ba, h); g.ba = i.p3; h = i.p4; return i.ret; })()) == false) {
|
|
58025
58049
|
}
|
|
58026
58050
|
a.s.k(enumGetBox(ST_CellType_$type, d));
|
|
58027
58051
|
}
|
|
@@ -58064,8 +58088,8 @@ export let ObjectModelExternalLinkPartManager = /*@__PURE__*/ (() => {
|
|
|
58064
58088
|
if (e == null) {
|
|
58065
58089
|
return;
|
|
58066
58090
|
}
|
|
58067
|
-
let f = ExcelUtils.
|
|
58068
|
-
f = ExcelUtils.
|
|
58091
|
+
let f = ExcelUtils.e1(e).toString();
|
|
58092
|
+
f = ExcelUtils.em(f);
|
|
58069
58093
|
let g = d._by._bf(f);
|
|
58070
58094
|
d._b7._i.add(g);
|
|
58071
58095
|
let h = typeCast(ExternalWorkbookReference.$, g);
|
|
@@ -58125,7 +58149,7 @@ export let ObjectModelExternalLinkPartManager = /*@__PURE__*/ (() => {
|
|
|
58125
58149
|
if (f == null) {
|
|
58126
58150
|
return;
|
|
58127
58151
|
}
|
|
58128
|
-
let g = e._by._bd(c, ExcelUtils.
|
|
58152
|
+
let g = e._by._bd(c, ExcelUtils.e1(f));
|
|
58129
58153
|
e._b7._i.add(g);
|
|
58130
58154
|
a.an = g;
|
|
58131
58155
|
a.s.k(g);
|
|
@@ -58184,7 +58208,7 @@ export let ObjectModelExternalLinkPartManager = /*@__PURE__*/ (() => {
|
|
|
58184
58208
|
let c = b._b9;
|
|
58185
58209
|
let d = c._b;
|
|
58186
58210
|
let e = a.x;
|
|
58187
|
-
let f = ExcelUtils.
|
|
58211
|
+
let f = ExcelUtils.eb(e);
|
|
58188
58212
|
let g = stringStartsWith(f, "file://");
|
|
58189
58213
|
let h;
|
|
58190
58214
|
if (g) {
|
|
@@ -58192,11 +58216,11 @@ export let ObjectModelExternalLinkPartManager = /*@__PURE__*/ (() => {
|
|
|
58192
58216
|
}
|
|
58193
58217
|
else if (c._l != null) {
|
|
58194
58218
|
if (IOPath.isPathRooted(e) == false || IOPath.getPathRoot(e) == IOPath.getPathRoot(c._l)) {
|
|
58195
|
-
let i = PackageUtilities.q(c._l, a.x, ExcelUtils.
|
|
58219
|
+
let i = PackageUtilities.q(c._l, a.x, ExcelUtils.b3, true);
|
|
58196
58220
|
if (stringStartsWith(i, "//")) {
|
|
58197
58221
|
i = i.substr(1);
|
|
58198
58222
|
}
|
|
58199
|
-
h = UriUtilities.b(ExcelUtils.
|
|
58223
|
+
h = UriUtilities.b(ExcelUtils.eb(i));
|
|
58200
58224
|
}
|
|
58201
58225
|
else if (stringStartsWith(f, "/")) {
|
|
58202
58226
|
h = UriUtilities.b(f);
|
|
@@ -58255,7 +58279,7 @@ export let ObjectModelExternalLinkPartManager = /*@__PURE__*/ (() => {
|
|
|
58255
58279
|
for (let r of fromEnum(q.e)) {
|
|
58256
58280
|
let s;
|
|
58257
58281
|
let t;
|
|
58258
|
-
let u = WorkbookSaveManagerExcel2007.
|
|
58282
|
+
let u = WorkbookSaveManagerExcel2007._c1(r.value, s, t);
|
|
58259
58283
|
s = u.p1;
|
|
58260
58284
|
t = u.p2;
|
|
58261
58285
|
SpreadsheetMLMain.zl(this, CellAddress.u(q.g, r.key, d.currentFormat), s);
|
|
@@ -58357,7 +58381,7 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58357
58381
|
else {
|
|
58358
58382
|
return null;
|
|
58359
58383
|
}
|
|
58360
|
-
})), () => 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) => {
|
|
58361
58385
|
if (typeCast(CurrentWorkbookReference.$, e) !== null) {
|
|
58362
58386
|
return null;
|
|
58363
58387
|
}
|
|
@@ -58485,13 +58509,13 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58485
58509
|
let ab = b._item(ST_Guid.e(d));
|
|
58486
58510
|
if (ab == null) {
|
|
58487
58511
|
ab = new CustomView(b._e, true, true);
|
|
58488
|
-
ab.
|
|
58512
|
+
ab._v = ST_Guid.e(d);
|
|
58489
58513
|
b._add1(ab);
|
|
58490
58514
|
}
|
|
58491
58515
|
let ac = ab.windowOptions;
|
|
58492
58516
|
ab.name = c;
|
|
58493
|
-
ab.
|
|
58494
|
-
ab.
|
|
58517
|
+
ab._ad(m);
|
|
58518
|
+
ab._ac(n);
|
|
58495
58519
|
ac.maximized = o;
|
|
58496
58520
|
ac.scrollBars = 0;
|
|
58497
58521
|
if (q) {
|
|
@@ -58501,7 +58525,7 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58501
58525
|
ac.scrollBars |= 2;
|
|
58502
58526
|
}
|
|
58503
58527
|
ac.tabBarVisible = s;
|
|
58504
|
-
ac._boundsInPixels$i = ExcelUtils.
|
|
58528
|
+
ac._boundsInPixels$i = ExcelUtils.hf(t, u, f, g);
|
|
58505
58529
|
ac.tabBarWidth = v;
|
|
58506
58530
|
ac._ao = e;
|
|
58507
58531
|
ac.showFormulaBar = w;
|
|
@@ -58526,7 +58550,7 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58526
58550
|
b = c.p1;
|
|
58527
58551
|
let d = ObjectModelWorkbookPartManagerBase.bg(a);
|
|
58528
58552
|
let e = typeCast(WorkbookReferenceBase.$, d._au(b));
|
|
58529
|
-
d._b7.
|
|
58553
|
+
d._b7._bj.add(e);
|
|
58530
58554
|
}
|
|
58531
58555
|
static bo(a) {
|
|
58532
58556
|
}
|
|
@@ -58595,7 +58619,7 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58595
58619
|
}
|
|
58596
58620
|
j._e.visibility = XlsxUtilities.af(e);
|
|
58597
58621
|
let k = PackageUtilities.ak(h).originalString;
|
|
58598
|
-
ObjectModelWorkbookPartManagerBase.bg(a)._b7.
|
|
58622
|
+
ObjectModelWorkbookPartManagerBase.bg(a)._b7._bp(j, k);
|
|
58599
58623
|
}
|
|
58600
58624
|
static bv(a) {
|
|
58601
58625
|
}
|
|
@@ -58765,7 +58789,7 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58765
58789
|
c.scrollBars |= 2;
|
|
58766
58790
|
}
|
|
58767
58791
|
c.tabBarVisible = h;
|
|
58768
|
-
c._boundsInTwips$i = ExcelUtils.
|
|
58792
|
+
c._boundsInTwips$i = ExcelUtils.hf(i.getValueOrDefault(), j.getValueOrDefault(), k.getValueOrDefault(), l.getValueOrDefault());
|
|
58769
58793
|
c.tabBarWidth = m;
|
|
58770
58794
|
c.firstVisibleTabIndex = n;
|
|
58771
58795
|
c._as = o;
|
|
@@ -58773,7 +58797,7 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58773
58797
|
b2(a) {
|
|
58774
58798
|
let b = a.windowOptions;
|
|
58775
58799
|
let c = b._boundsInPixels$i;
|
|
58776
|
-
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));
|
|
58777
58801
|
this.ad.k();
|
|
58778
58802
|
}
|
|
58779
58803
|
ba(a) {
|
|
@@ -58823,7 +58847,7 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58823
58847
|
return;
|
|
58824
58848
|
}
|
|
58825
58849
|
SpreadsheetMLMain.acx(this);
|
|
58826
|
-
ExcelUtils.
|
|
58850
|
+
ExcelUtils.fq(PivotCacheInfo.$, a._d8(), runOn(this, this.b4));
|
|
58827
58851
|
this.ad.k();
|
|
58828
58852
|
}
|
|
58829
58853
|
b6(a) {
|
|
@@ -58842,7 +58866,7 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58842
58866
|
let b = a._b;
|
|
58843
58867
|
let c = b.windowOptions;
|
|
58844
58868
|
let d = c._boundsInTwips$i;
|
|
58845
|
-
SpreadsheetMLMain.aem(this, a.
|
|
58869
|
+
SpreadsheetMLMain.aem(this, a._cc._z);
|
|
58846
58870
|
SpreadsheetMLMain.abn(this, "xl", "5", "5", "9303");
|
|
58847
58871
|
this.ad.k();
|
|
58848
58872
|
this.b3(b);
|
|
@@ -58856,10 +58880,10 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58856
58880
|
this.ad.k();
|
|
58857
58881
|
this.ad.k();
|
|
58858
58882
|
SpreadsheetMLMain.adp(this);
|
|
58859
|
-
ExcelUtils.
|
|
58883
|
+
ExcelUtils.fq(Sheet.$, a._a1, runOn(this, this.b6));
|
|
58860
58884
|
this.ad.k();
|
|
58861
|
-
let g = ObjectModelExternalLinkPartManager.a9.o(a.
|
|
58862
|
-
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));
|
|
58863
58887
|
if (h.count != 0) {
|
|
58864
58888
|
SpreadsheetMLMain.abg(this);
|
|
58865
58889
|
for (let i of fromEnum(h)) {
|
|
@@ -58873,7 +58897,7 @@ export let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
58873
58897
|
this.ad.k();
|
|
58874
58898
|
if (b._cq) {
|
|
58875
58899
|
SpreadsheetMLMain.aao(this);
|
|
58876
|
-
ExcelUtils.
|
|
58900
|
+
ExcelUtils.fq(CustomView.$, b._customViews$i, runOn(this, this.b2));
|
|
58877
58901
|
this.ad.k();
|
|
58878
58902
|
}
|
|
58879
58903
|
this.b5(b);
|
|
@@ -59084,7 +59108,7 @@ export let ObjectModelPivotTablePartManager = /*@__PURE__*/ (() => {
|
|
|
59084
59108
|
return null;
|
|
59085
59109
|
}
|
|
59086
59110
|
let c = a._an.d().uri.toString();
|
|
59087
|
-
return b.
|
|
59111
|
+
return b._ap(c);
|
|
59088
59112
|
}
|
|
59089
59113
|
bc(a) {
|
|
59090
59114
|
let b = this.a8;
|
|
@@ -59098,7 +59122,7 @@ export let ObjectModelPivotTablePartManager = /*@__PURE__*/ (() => {
|
|
|
59098
59122
|
}
|
|
59099
59123
|
for (let e of fromEnum(d.f(SpreadsheetMLMain.ik, b))) {
|
|
59100
59124
|
let f;
|
|
59101
|
-
if (((() => { let g = WorkbookLoadManagerExcel2007.
|
|
59125
|
+
if (((() => { let g = WorkbookLoadManagerExcel2007._ax(e, b, f); f = g.p2; return g.ret; })())) {
|
|
59102
59126
|
e.n = f;
|
|
59103
59127
|
}
|
|
59104
59128
|
else {
|
|
@@ -59496,7 +59520,7 @@ export let ObjectModelThemePartManager = /*@__PURE__*/ (() => {
|
|
|
59496
59520
|
let c = new ST_HexColorRGB();
|
|
59497
59521
|
let d = DrawingMLMain.m2(a, c);
|
|
59498
59522
|
c = d.p1;
|
|
59499
|
-
ObjectModelThemePartManager.bb(a)._by._h[b.value] = ExcelUtils.
|
|
59523
|
+
ObjectModelThemePartManager.bb(a)._by._h[b.value] = ExcelUtils.g6(c.r);
|
|
59500
59524
|
}
|
|
59501
59525
|
static bz(a) {
|
|
59502
59526
|
if (FormatSchemeDeserializer.f(a)) {
|
|
@@ -59511,7 +59535,7 @@ export let ObjectModelThemePartManager = /*@__PURE__*/ (() => {
|
|
|
59511
59535
|
let e = DrawingMLMain.m4(a, c, d);
|
|
59512
59536
|
c = e.p1;
|
|
59513
59537
|
d = e.p2;
|
|
59514
|
-
ObjectModelThemePartManager.bb(a)._by._h[b.value] = ExcelUtils.
|
|
59538
|
+
ObjectModelThemePartManager.bb(a)._by._h[b.value] = ExcelUtils.g6(XlsxUtilities.bh(c));
|
|
59515
59539
|
}
|
|
59516
59540
|
static b0(a) {
|
|
59517
59541
|
let b;
|
|
@@ -59625,7 +59649,7 @@ export let ObjectModelVmlDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
59625
59649
|
a() {
|
|
59626
59650
|
let a = this.a9;
|
|
59627
59651
|
let b = DocCoreUtils.c(this.l);
|
|
59628
|
-
a._b7.
|
|
59652
|
+
a._b7._a5.addItem(a._d.uri.toString(), b);
|
|
59629
59653
|
try {
|
|
59630
59654
|
if (this.l.canSeek) {
|
|
59631
59655
|
this.l.position = 0;
|
|
@@ -59850,9 +59874,9 @@ export let ObjectModelVmlDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
59850
59874
|
let e = ObjectModelVmlDrawingPartManager.ba(a);
|
|
59851
59875
|
let f = e._by;
|
|
59852
59876
|
let g = FormulaParser.l(f, a.s.a(Worksheet.$), null, -1, CultureInfo.invariantCulture, 1, 3);
|
|
59853
|
-
let h = WorkbookLoadManagerExcel2007.
|
|
59877
|
+
let h = WorkbookLoadManagerExcel2007._bt(c);
|
|
59854
59878
|
c = h.p0;
|
|
59855
|
-
b.fmlaMacro = Formula._o(c, 3, g, e._b7.
|
|
59879
|
+
b.fmlaMacro = Formula._o(c, 3, g, e._b7._bj);
|
|
59856
59880
|
}
|
|
59857
59881
|
catch (i) {
|
|
59858
59882
|
}
|
|
@@ -60711,7 +60735,7 @@ export let ObjectModelVmlDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
60711
60735
|
if (b.fmlaMacro == null) {
|
|
60712
60736
|
return;
|
|
60713
60737
|
}
|
|
60714
|
-
ExcelNamespace.ej(this, a.
|
|
60738
|
+
ExcelNamespace.ej(this, a._cw(b.fmlaMacro));
|
|
60715
60739
|
this.ad.k();
|
|
60716
60740
|
}
|
|
60717
60741
|
cz(a) {
|
|
@@ -60834,7 +60858,7 @@ export let ObjectModelVmlDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
60834
60858
|
let c = null;
|
|
60835
60859
|
let d = typeCast(ShapeFillSolid.$, b.h._k);
|
|
60836
60860
|
if (d != null) {
|
|
60837
|
-
c = ExcelUtils.
|
|
60861
|
+
c = ExcelUtils.d4(ExcelUtils.g5(d.colorInfo._aj(a._b, false)));
|
|
60838
60862
|
}
|
|
60839
60863
|
let e = toNullable(Boolean_$type, null);
|
|
60840
60864
|
if (typeCast(ShapeFillNoFill.$, b.h._k) !== null) {
|