igniteui-webcomponents-excel 4.8.1-beta.0 → 5.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-excel.umd.js +569 -545
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +181 -168
- package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +7 -7
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +24 -18
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +355 -351
- package/esm5/lib/DefaultStyleHelper_combined.js +183 -169
- package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +7 -7
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +27 -21
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +356 -352
- package/fesm2015/igniteui-webcomponents-excel.js +563 -540
- package/fesm5/igniteui-webcomponents-excel.js +569 -545
- package/lib/DefaultStyleHelper_combined.d.ts +33 -29
- package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +26 -25
- package/package.json +2 -2
|
@@ -58507,7 +58507,7 @@ let DefaultStyleHelper = /*@__PURE__*/ (() => {
|
|
|
58507
58507
|
*/
|
|
58508
58508
|
let ExcelUtils = /*@__PURE__*/ (() => {
|
|
58509
58509
|
class ExcelUtils extends Base {
|
|
58510
|
-
static
|
|
58510
|
+
static hg(a, b, c, d) {
|
|
58511
58511
|
return new Rect(0, a, b, c, d);
|
|
58512
58512
|
}
|
|
58513
58513
|
static fo(a) {
|
|
@@ -58521,7 +58521,7 @@ let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
58521
58521
|
static eg(a) {
|
|
58522
58522
|
return null;
|
|
58523
58523
|
}
|
|
58524
|
-
static
|
|
58524
|
+
static g8(a, b, c) {
|
|
58525
58525
|
let d = null;
|
|
58526
58526
|
ExcelUtils.fo(() => {
|
|
58527
58527
|
d = new WBitmap(b, c);
|
|
@@ -58572,7 +58572,7 @@ let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
58572
58572
|
p2: c
|
|
58573
58573
|
};
|
|
58574
58574
|
}
|
|
58575
|
-
static
|
|
58575
|
+
static hb(a) {
|
|
58576
58576
|
return null;
|
|
58577
58577
|
}
|
|
58578
58578
|
static z(a, b) {
|
|
@@ -58912,10 +58912,10 @@ let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
58912
58912
|
static d4(a) {
|
|
58913
58913
|
return "#" + intToString1(a.o, "X2", null) + intToString1(a.n, "X2", null) + intToString1(a.m, "X2", null);
|
|
58914
58914
|
}
|
|
58915
|
-
static
|
|
58915
|
+
static g6(a) {
|
|
58916
58916
|
return a;
|
|
58917
58917
|
}
|
|
58918
|
-
static
|
|
58918
|
+
static g7(a) {
|
|
58919
58919
|
return a;
|
|
58920
58920
|
}
|
|
58921
58921
|
static ao(a, b, c, d) {
|
|
@@ -59204,7 +59204,7 @@ let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
59204
59204
|
b._bm(c, a._aj(c), d, e);
|
|
59205
59205
|
}
|
|
59206
59206
|
static fd(a, b, c) {
|
|
59207
|
-
b.
|
|
59207
|
+
b._dy(c, a._df(c));
|
|
59208
59208
|
}
|
|
59209
59209
|
static fe(a, b, c) {
|
|
59210
59210
|
b._bl(c, a._df(c));
|
|
@@ -59265,10 +59265,10 @@ let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
59265
59265
|
static w(a, b, c) {
|
|
59266
59266
|
return new ArgumentOutOfRangeExceptionExtension(a, b, c);
|
|
59267
59267
|
}
|
|
59268
|
-
static
|
|
59268
|
+
static hc(a, b) {
|
|
59269
59269
|
return { $type: Point_$type, x: a, y: b };
|
|
59270
59270
|
}
|
|
59271
|
-
static
|
|
59271
|
+
static hd(a, b) {
|
|
59272
59272
|
return { $type: Point_$type, x: a, y: b };
|
|
59273
59273
|
}
|
|
59274
59274
|
static ca() {
|
|
@@ -59506,7 +59506,7 @@ let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
59506
59506
|
static c3(a) {
|
|
59507
59507
|
return intDivide((a * 20), 12700);
|
|
59508
59508
|
}
|
|
59509
|
-
static
|
|
59509
|
+
static hh(a) {
|
|
59510
59510
|
return new Rect(0, ExcelUtils.c3(truncate(a.left)), ExcelUtils.c3(truncate(a.top)), ExcelUtils.c3(truncate(a.width)), ExcelUtils.c3(truncate(a.height)));
|
|
59511
59511
|
}
|
|
59512
59512
|
static cl(a) {
|
|
@@ -59936,6 +59936,9 @@ let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
59936
59936
|
static dc(a) {
|
|
59937
59937
|
return ((a - 1) * 3) + 1;
|
|
59938
59938
|
}
|
|
59939
|
+
static g4(a) {
|
|
59940
|
+
return a;
|
|
59941
|
+
}
|
|
59939
59942
|
static ae(a, b = 1) {
|
|
59940
59943
|
return a != null ? a.colorInfo : new WorkbookColorInfo(b);
|
|
59941
59944
|
}
|
|
@@ -60400,7 +60403,7 @@ let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
60400
60403
|
default: return a;
|
|
60401
60404
|
}
|
|
60402
60405
|
}
|
|
60403
|
-
static
|
|
60406
|
+
static hj() {
|
|
60404
60407
|
let a = 96;
|
|
60405
60408
|
let b = new Size(1, a, a);
|
|
60406
60409
|
return b;
|
|
@@ -60435,7 +60438,7 @@ let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
60435
60438
|
}
|
|
60436
60439
|
return b;
|
|
60437
60440
|
}
|
|
60438
|
-
static
|
|
60441
|
+
static hk() {
|
|
60439
60442
|
let a = Workbook._jo;
|
|
60440
60443
|
return a;
|
|
60441
60444
|
}
|
|
@@ -61490,10 +61493,10 @@ let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
61490
61493
|
static x(a) {
|
|
61491
61494
|
return a;
|
|
61492
61495
|
}
|
|
61493
|
-
static
|
|
61496
|
+
static ha(a) {
|
|
61494
61497
|
return a;
|
|
61495
61498
|
}
|
|
61496
|
-
static
|
|
61499
|
+
static g9(a) {
|
|
61497
61500
|
return a;
|
|
61498
61501
|
}
|
|
61499
61502
|
static f3(a, b) {
|
|
@@ -61528,7 +61531,7 @@ let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
61528
61531
|
p1: b
|
|
61529
61532
|
};
|
|
61530
61533
|
}
|
|
61531
|
-
static
|
|
61534
|
+
static g5(a) {
|
|
61532
61535
|
if (ExcelUtils.am(a) || a.l == 255) {
|
|
61533
61536
|
return a;
|
|
61534
61537
|
}
|
|
@@ -62258,7 +62261,7 @@ let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
62258
62261
|
static dq(a) {
|
|
62259
62262
|
return a * (intDivide(12700, 20));
|
|
62260
62263
|
}
|
|
62261
|
-
static
|
|
62264
|
+
static hi(a) {
|
|
62262
62265
|
return new Rect(0, ExcelUtils.dp(a.x), ExcelUtils.dp(a.y), ExcelUtils.dp(a.width), ExcelUtils.dp(a.height));
|
|
62263
62266
|
}
|
|
62264
62267
|
static em(a) {
|
|
@@ -62466,8 +62469,8 @@ let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
62466
62469
|
ExcelUtils.b2 = IOPath.altDirectorySeparatorChar;
|
|
62467
62470
|
ExcelUtils.b3 = IOPath.directorySeparatorChar;
|
|
62468
62471
|
ExcelUtils.b4 = IOPath.volumeSeparatorChar;
|
|
62469
|
-
ExcelUtils.hd = { $type: Point_$type, x: 0, y: 0 };
|
|
62470
62472
|
ExcelUtils.he = { $type: Point_$type, x: 0, y: 0 };
|
|
62473
|
+
ExcelUtils.hf = { $type: Point_$type, x: 0, y: 0 };
|
|
62471
62474
|
ExcelUtils.d = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 283, 293, 307, 311, 313, 317, 331, 337, 347, 349, 353, 359, 367, 373, 379, 383, 389, 397, 401, 409, 419, 421, 431, 433, 439, 443, 449, 457, 461, 463, 467, 479, 487, 491, 499, 503, 509, 521, 523, 541, 547, 557, 563, 569, 571, 577, 587, 593, 599, 601, 607, 613, 617, 619, 631, 641, 643, 647, 653, 659, 661, 673, 677, 683, 691, 701, 709, 719, 727, 733, 739, 743, 751, 757, 761, 769, 773, 787, 797, 809, 811, 821, 823, 827, 829, 839, 853, 857, 859, 863, 877, 881, 883, 887, 907, 911, 919, 929, 937, 941, 947, 953, 967, 971, 977, 983, 991, 997];
|
|
62472
62475
|
ExcelUtils.bs = false;
|
|
62473
62476
|
ExcelUtils.ds = /*@__PURE__*/ toNullable(Boolean_$type, null);
|
|
@@ -64825,7 +64828,7 @@ let Workbook = /*@__PURE__*/ (() => {
|
|
|
64825
64828
|
}
|
|
64826
64829
|
this._ca._remove(g);
|
|
64827
64830
|
g.style = b;
|
|
64828
|
-
this._ca.
|
|
64831
|
+
this._ca._r(g);
|
|
64829
64832
|
}
|
|
64830
64833
|
if (e) {
|
|
64831
64834
|
for (let i of fromEnum(this._worksheets$i)) {
|
|
@@ -66691,7 +66694,7 @@ let Workbook = /*@__PURE__*/ (() => {
|
|
|
66691
66694
|
*/
|
|
66692
66695
|
static get _jo() {
|
|
66693
66696
|
if (ExcelUtils.bt(Workbook._jk)) {
|
|
66694
|
-
Workbook._jk = ExcelUtils.
|
|
66697
|
+
Workbook._jk = ExcelUtils.hj();
|
|
66695
66698
|
}
|
|
66696
66699
|
return Workbook._jk;
|
|
66697
66700
|
}
|
|
@@ -66738,16 +66741,16 @@ let Workbook = /*@__PURE__*/ (() => {
|
|
|
66738
66741
|
let a = new Array(12);
|
|
66739
66742
|
a[0] = SystemColorsInternal.bc;
|
|
66740
66743
|
a[1] = SystemColorsInternal.bg;
|
|
66741
|
-
a[2] = ExcelUtils.
|
|
66742
|
-
a[3] = ExcelUtils.
|
|
66743
|
-
a[4] = ExcelUtils.
|
|
66744
|
-
a[5] = ExcelUtils.
|
|
66745
|
-
a[6] = ExcelUtils.
|
|
66746
|
-
a[7] = ExcelUtils.
|
|
66747
|
-
a[8] = ExcelUtils.
|
|
66748
|
-
a[9] = ExcelUtils.
|
|
66749
|
-
a[10] = ExcelUtils.
|
|
66750
|
-
a[11] = ExcelUtils.
|
|
66744
|
+
a[2] = ExcelUtils.g7(ExcelUtils.g1(4293848289));
|
|
66745
|
+
a[3] = ExcelUtils.g7(ExcelUtils.g1(4280240509));
|
|
66746
|
+
a[4] = ExcelUtils.g7(ExcelUtils.g1(4283400637));
|
|
66747
|
+
a[5] = ExcelUtils.g7(ExcelUtils.g1(4290793549));
|
|
66748
|
+
a[6] = ExcelUtils.g7(ExcelUtils.g1(4288396121));
|
|
66749
|
+
a[7] = ExcelUtils.g7(ExcelUtils.g1(4286604450));
|
|
66750
|
+
a[8] = ExcelUtils.g7(ExcelUtils.g1(4283149510));
|
|
66751
|
+
a[9] = ExcelUtils.g7(ExcelUtils.g1(4294415942));
|
|
66752
|
+
a[10] = ExcelUtils.g7(ExcelUtils.g1(4278190335));
|
|
66753
|
+
a[11] = ExcelUtils.g7(ExcelUtils.g1(4286578816));
|
|
66751
66754
|
return a;
|
|
66752
66755
|
}
|
|
66753
66756
|
/**
|
|
@@ -66925,7 +66928,7 @@ let Workbook = /*@__PURE__*/ (() => {
|
|
|
66925
66928
|
return Workbook._jn;
|
|
66926
66929
|
}
|
|
66927
66930
|
if (ExcelUtils.bt(Workbook._jl)) {
|
|
66928
|
-
Workbook._jl = ExcelUtils.
|
|
66931
|
+
Workbook._jl = ExcelUtils.hk();
|
|
66929
66932
|
}
|
|
66930
66933
|
return Workbook._jl;
|
|
66931
66934
|
}
|
|
@@ -67409,8 +67412,9 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
67409
67412
|
this._a7 = 0;
|
|
67410
67413
|
this._c2 = toNullable(Boolean_$type, null);
|
|
67411
67414
|
this._cy = toNullable(Boolean_$type, null);
|
|
67415
|
+
this._dj = 0;
|
|
67412
67416
|
this._b0 = b;
|
|
67413
|
-
this.
|
|
67417
|
+
this._du(63);
|
|
67414
67418
|
}
|
|
67415
67419
|
resolveDefaults(a) {
|
|
67416
67420
|
if (nullableEquals(a._bold$i, null)) {
|
|
@@ -67501,6 +67505,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
67501
67505
|
}
|
|
67502
67506
|
}
|
|
67503
67507
|
c._bo = new WorkbookFontProxy(0, d, a, c);
|
|
67508
|
+
c._dj = this._dj;
|
|
67504
67509
|
return c;
|
|
67505
67510
|
}
|
|
67506
67511
|
aa(a) {
|
|
@@ -67743,13 +67748,13 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
67743
67748
|
this._c2 = b._c2;
|
|
67744
67749
|
this._cx = ExcelUtils.du;
|
|
67745
67750
|
this._cy = ExcelUtils.ds;
|
|
67746
|
-
this.
|
|
67747
|
-
this.
|
|
67748
|
-
this.
|
|
67749
|
-
this.
|
|
67750
|
-
this.
|
|
67751
|
-
this.
|
|
67752
|
-
this.
|
|
67751
|
+
this._dt(2);
|
|
67752
|
+
this._dt(8);
|
|
67753
|
+
this._dt(16);
|
|
67754
|
+
this._dt(4);
|
|
67755
|
+
this._dt(1);
|
|
67756
|
+
this._dt(32);
|
|
67757
|
+
this._dr(c);
|
|
67753
67758
|
}
|
|
67754
67759
|
else {
|
|
67755
67760
|
this._bo.setFontFormatting(a.font);
|
|
@@ -67780,7 +67785,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
67780
67785
|
this.formatOptions = a.formatOptions;
|
|
67781
67786
|
}
|
|
67782
67787
|
}
|
|
67783
|
-
|
|
67788
|
+
_dk(a, b) {
|
|
67784
67789
|
if (this._b1 == 1) {
|
|
67785
67790
|
return;
|
|
67786
67791
|
}
|
|
@@ -67844,7 +67849,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
67844
67849
|
}
|
|
67845
67850
|
this.formatOptions |= a;
|
|
67846
67851
|
}
|
|
67847
|
-
|
|
67852
|
+
_dn() {
|
|
67848
67853
|
if (typeCast(GenericCachedCollection$1.$.specialize(WorksheetCellFormatData.$), this.t) !== null) {
|
|
67849
67854
|
return;
|
|
67850
67855
|
}
|
|
@@ -68035,11 +68040,11 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68035
68040
|
}
|
|
68036
68041
|
_cg() {
|
|
68037
68042
|
let a = new List$1(ExtProp.$, 0);
|
|
68038
|
-
this.
|
|
68039
|
-
this.
|
|
68040
|
-
this.
|
|
68041
|
-
this.
|
|
68042
|
-
this.
|
|
68043
|
+
this._dz(this._bf, 8, a);
|
|
68044
|
+
this._dz(this._bg, 11, a);
|
|
68045
|
+
this._dz(this._bk, 9, a);
|
|
68046
|
+
this._dz(this._bl, 10, a);
|
|
68047
|
+
this._dz(this._bm, 7, a);
|
|
68043
68048
|
let b = this._bn(this._bh);
|
|
68044
68049
|
if (WorkbookColorInfo.l_op_Inequality(b, null)) {
|
|
68045
68050
|
a.add(new ExtPropColor(b, 13));
|
|
@@ -68177,7 +68182,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68177
68182
|
}
|
|
68178
68183
|
return Base.equalsStatic(b, WorksheetCellFormatData._da(a));
|
|
68179
68184
|
}
|
|
68180
|
-
|
|
68185
|
+
_dq() {
|
|
68181
68186
|
if (this._dh == "Calibri") {
|
|
68182
68187
|
this._a5 = 2;
|
|
68183
68188
|
}
|
|
@@ -68187,12 +68192,12 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68187
68192
|
else {
|
|
68188
68193
|
this._a5 = 255;
|
|
68189
68194
|
}
|
|
68190
|
-
this.
|
|
68195
|
+
this._dt(4);
|
|
68191
68196
|
}
|
|
68192
|
-
|
|
68193
|
-
this.
|
|
68197
|
+
_dv(a) {
|
|
68198
|
+
this._dy(a, WorksheetCellFormatData._da(a));
|
|
68194
68199
|
}
|
|
68195
|
-
|
|
68200
|
+
_dy(a, b) {
|
|
68196
68201
|
switch (a) {
|
|
68197
68202
|
case 1:
|
|
68198
68203
|
this.alignment = EnumUtil.getEnumValue(HorizontalCellAlignment_$type, b);
|
|
@@ -68290,7 +68295,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68290
68295
|
default: break;
|
|
68291
68296
|
}
|
|
68292
68297
|
}
|
|
68293
|
-
|
|
68298
|
+
_dz(a, b, c) {
|
|
68294
68299
|
if (WorkbookColorInfo.l_op_Equality(a, null)) {
|
|
68295
68300
|
return;
|
|
68296
68301
|
}
|
|
@@ -68318,7 +68323,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68318
68323
|
c.add(new ExtPropColor(a, b));
|
|
68319
68324
|
}
|
|
68320
68325
|
}
|
|
68321
|
-
|
|
68326
|
+
_d0(a, b, c) {
|
|
68322
68327
|
if (WorkbookColorInfo.l_op_Equality(a, null)) {
|
|
68323
68328
|
return;
|
|
68324
68329
|
}
|
|
@@ -68336,7 +68341,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68336
68341
|
c.add(new XFPropColor(b, a));
|
|
68337
68342
|
}
|
|
68338
68343
|
}
|
|
68339
|
-
static
|
|
68344
|
+
static _dl(a) {
|
|
68340
68345
|
if (WorkbookColorInfo.l_op_Equality(a, null)) {
|
|
68341
68346
|
return {
|
|
68342
68347
|
p0: a
|
|
@@ -68357,21 +68362,21 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68357
68362
|
}
|
|
68358
68363
|
_bx(a) {
|
|
68359
68364
|
let b = 0;
|
|
68360
|
-
let c = this.
|
|
68365
|
+
let c = this._dm(a, 2, b);
|
|
68361
68366
|
b = c.p2;
|
|
68362
|
-
let d = this.
|
|
68367
|
+
let d = this._dm(a, 8, b);
|
|
68363
68368
|
b = d.p2;
|
|
68364
|
-
let e = this.
|
|
68369
|
+
let e = this._dm(a, 16, b);
|
|
68365
68370
|
b = e.p2;
|
|
68366
|
-
let f = this.
|
|
68371
|
+
let f = this._dm(a, 4, b);
|
|
68367
68372
|
b = f.p2;
|
|
68368
|
-
let g = this.
|
|
68373
|
+
let g = this._dm(a, 1, b);
|
|
68369
68374
|
b = g.p2;
|
|
68370
|
-
let h = this.
|
|
68375
|
+
let h = this._dm(a, 32, b);
|
|
68371
68376
|
b = h.p2;
|
|
68372
68377
|
return b;
|
|
68373
68378
|
}
|
|
68374
|
-
|
|
68379
|
+
_dm(a, b, c) {
|
|
68375
68380
|
if (ExcelUtils.by(a, b)) {
|
|
68376
68381
|
if (this._cb(b) == false) {
|
|
68377
68382
|
c |= b;
|
|
@@ -68428,7 +68433,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68428
68433
|
default: return 0;
|
|
68429
68434
|
}
|
|
68430
68435
|
}
|
|
68431
|
-
|
|
68436
|
+
_dp(a, b, c, d) {
|
|
68432
68437
|
let e = ExcelUtils.by(a, b);
|
|
68433
68438
|
let f = ExcelUtils.by(this.formatOptions, b);
|
|
68434
68439
|
if (e != f) {
|
|
@@ -68525,30 +68530,30 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68525
68530
|
}
|
|
68526
68531
|
return true;
|
|
68527
68532
|
}
|
|
68528
|
-
_dr(a) {
|
|
68529
|
-
this._ds(WorksheetCellFormatData._by(a));
|
|
68530
|
-
}
|
|
68531
68533
|
_ds(a) {
|
|
68534
|
+
this._dt(WorksheetCellFormatData._by(a));
|
|
68535
|
+
}
|
|
68536
|
+
_dt(a) {
|
|
68532
68537
|
this._cx = ExcelUtils.du;
|
|
68533
68538
|
this._cy = ExcelUtils.ds;
|
|
68534
68539
|
switch (a) {
|
|
68535
68540
|
case 1:
|
|
68536
|
-
this.
|
|
68541
|
+
this._d4();
|
|
68537
68542
|
break;
|
|
68538
68543
|
case 2:
|
|
68539
|
-
this.
|
|
68544
|
+
this._d1();
|
|
68540
68545
|
break;
|
|
68541
68546
|
case 4:
|
|
68542
|
-
this.
|
|
68547
|
+
this._d3();
|
|
68543
68548
|
break;
|
|
68544
68549
|
case 8:
|
|
68545
|
-
this.
|
|
68550
|
+
this._d2();
|
|
68546
68551
|
break;
|
|
68547
68552
|
case 16:
|
|
68548
|
-
this.
|
|
68553
|
+
this._d5();
|
|
68549
68554
|
break;
|
|
68550
68555
|
case 32:
|
|
68551
|
-
this.
|
|
68556
|
+
this._d6();
|
|
68552
68557
|
break;
|
|
68553
68558
|
default: break;
|
|
68554
68559
|
}
|
|
@@ -68556,7 +68561,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68556
68561
|
this._b2(a);
|
|
68557
68562
|
}
|
|
68558
68563
|
}
|
|
68559
|
-
|
|
68564
|
+
_du(a) {
|
|
68560
68565
|
if (a == 0) {
|
|
68561
68566
|
return;
|
|
68562
68567
|
}
|
|
@@ -68626,36 +68631,36 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68626
68631
|
}
|
|
68627
68632
|
}
|
|
68628
68633
|
}
|
|
68629
|
-
|
|
68634
|
+
_d1() {
|
|
68630
68635
|
let a = this.alignment != -1 || this.indent != -1 || this.rotation != -1 || nullableNotEquals(this._shrinkToFit$i, null) || this.verticalAlignment != -1 || nullableNotEquals(this._wrapText$i, null);
|
|
68631
68636
|
if (a) {
|
|
68632
68637
|
this.formatOptions |= 2;
|
|
68633
68638
|
}
|
|
68634
68639
|
}
|
|
68635
|
-
|
|
68640
|
+
_d2() {
|
|
68636
68641
|
if (this._cc()) {
|
|
68637
68642
|
this.formatOptions |= 8;
|
|
68638
68643
|
}
|
|
68639
68644
|
}
|
|
68640
|
-
|
|
68645
|
+
_d3() {
|
|
68641
68646
|
let a = (this._bp.d._am == false);
|
|
68642
68647
|
if (a) {
|
|
68643
68648
|
this.formatOptions |= 4;
|
|
68644
68649
|
}
|
|
68645
68650
|
}
|
|
68646
|
-
|
|
68651
|
+
_d4() {
|
|
68647
68652
|
let a = this.formatString != null;
|
|
68648
68653
|
if (a) {
|
|
68649
68654
|
this.formatOptions |= 1;
|
|
68650
68655
|
}
|
|
68651
68656
|
}
|
|
68652
|
-
|
|
68657
|
+
_d5() {
|
|
68653
68658
|
let a = this.fill != null;
|
|
68654
68659
|
if (a) {
|
|
68655
68660
|
this.formatOptions |= 16;
|
|
68656
68661
|
}
|
|
68657
68662
|
}
|
|
68658
|
-
|
|
68663
|
+
_d6() {
|
|
68659
68664
|
let a = nullableNotEquals(this._locked$i, null) || nullableNotEquals(this._hidden$i, null);
|
|
68660
68665
|
if (a) {
|
|
68661
68666
|
this.formatOptions |= 32;
|
|
@@ -68686,7 +68691,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68686
68691
|
if (this._a3 != 7) {
|
|
68687
68692
|
this._b6 = false;
|
|
68688
68693
|
}
|
|
68689
|
-
this.
|
|
68694
|
+
this._ds(1);
|
|
68690
68695
|
}
|
|
68691
68696
|
get bottomBorderColorInfo() {
|
|
68692
68697
|
return this._ba;
|
|
@@ -68696,10 +68701,10 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68696
68701
|
if (WorkbookColorInfo.l_op_Equality(this.bottomBorderColorInfo, a)) {
|
|
68697
68702
|
return;
|
|
68698
68703
|
}
|
|
68699
|
-
let b = WorksheetCellFormatData.
|
|
68704
|
+
let b = WorksheetCellFormatData._dl(a);
|
|
68700
68705
|
a = b.p0;
|
|
68701
68706
|
this._ba = a;
|
|
68702
|
-
this.
|
|
68707
|
+
this._ds(2);
|
|
68703
68708
|
}
|
|
68704
68709
|
get bottomBorderStyle() {
|
|
68705
68710
|
return this._ag;
|
|
@@ -68713,7 +68718,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68713
68718
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
68714
68719
|
}
|
|
68715
68720
|
this._ag = a;
|
|
68716
|
-
this.
|
|
68721
|
+
this._ds(4);
|
|
68717
68722
|
}
|
|
68718
68723
|
get diagonalBorderColorInfo() {
|
|
68719
68724
|
return this._bb;
|
|
@@ -68723,10 +68728,10 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68723
68728
|
if (WorkbookColorInfo.l_op_Equality(this.diagonalBorderColorInfo, a)) {
|
|
68724
68729
|
return;
|
|
68725
68730
|
}
|
|
68726
|
-
let b = WorksheetCellFormatData.
|
|
68731
|
+
let b = WorksheetCellFormatData._dl(a);
|
|
68727
68732
|
a = b.p0;
|
|
68728
68733
|
this._bb = a;
|
|
68729
|
-
this.
|
|
68734
|
+
this._ds(8);
|
|
68730
68735
|
}
|
|
68731
68736
|
get diagonalBorders() {
|
|
68732
68737
|
return this._au;
|
|
@@ -68741,7 +68746,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68741
68746
|
}
|
|
68742
68747
|
this._av = this._au;
|
|
68743
68748
|
this._au = a;
|
|
68744
|
-
this.
|
|
68749
|
+
this._ds(16);
|
|
68745
68750
|
}
|
|
68746
68751
|
get diagonalBorderStyle() {
|
|
68747
68752
|
return this._ah;
|
|
@@ -68755,7 +68760,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68755
68760
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
68756
68761
|
}
|
|
68757
68762
|
this._ah = a;
|
|
68758
|
-
this.
|
|
68763
|
+
this._ds(32);
|
|
68759
68764
|
}
|
|
68760
68765
|
get fill() {
|
|
68761
68766
|
return this._aq;
|
|
@@ -68766,7 +68771,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68766
68771
|
return;
|
|
68767
68772
|
}
|
|
68768
68773
|
this._aq = a;
|
|
68769
|
-
this.
|
|
68774
|
+
this._ds(64);
|
|
68770
68775
|
}
|
|
68771
68776
|
get font() {
|
|
68772
68777
|
return this._bp;
|
|
@@ -68781,13 +68786,13 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68781
68786
|
return;
|
|
68782
68787
|
}
|
|
68783
68788
|
let b = this._bw;
|
|
68784
|
-
this.
|
|
68785
|
-
this.
|
|
68789
|
+
this._dw(a);
|
|
68790
|
+
this._dr(b);
|
|
68786
68791
|
if (this._b2 != null) {
|
|
68787
68792
|
this._b2(63);
|
|
68788
68793
|
}
|
|
68789
68794
|
}
|
|
68790
|
-
|
|
68795
|
+
_dw(a) {
|
|
68791
68796
|
this._bw = a;
|
|
68792
68797
|
this._cx = ExcelUtils.du;
|
|
68793
68798
|
this._cy = ExcelUtils.ds;
|
|
@@ -68795,30 +68800,30 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68795
68800
|
this._b2(63);
|
|
68796
68801
|
}
|
|
68797
68802
|
}
|
|
68798
|
-
|
|
68803
|
+
_dr(a) {
|
|
68799
68804
|
let b = 0;
|
|
68800
68805
|
let c = 0;
|
|
68801
|
-
let d = this.
|
|
68806
|
+
let d = this._dp(a, 1, b, c);
|
|
68802
68807
|
b = d.p2;
|
|
68803
68808
|
c = d.p3;
|
|
68804
|
-
let e = this.
|
|
68809
|
+
let e = this._dp(a, 2, b, c);
|
|
68805
68810
|
b = e.p2;
|
|
68806
68811
|
c = e.p3;
|
|
68807
|
-
let f = this.
|
|
68812
|
+
let f = this._dp(a, 4, b, c);
|
|
68808
68813
|
b = f.p2;
|
|
68809
68814
|
c = f.p3;
|
|
68810
|
-
let g = this.
|
|
68815
|
+
let g = this._dp(a, 8, b, c);
|
|
68811
68816
|
b = g.p2;
|
|
68812
68817
|
c = g.p3;
|
|
68813
|
-
let h = this.
|
|
68818
|
+
let h = this._dp(a, 16, b, c);
|
|
68814
68819
|
b = h.p2;
|
|
68815
68820
|
c = h.p3;
|
|
68816
|
-
let i = this.
|
|
68821
|
+
let i = this._dp(a, 32, b, c);
|
|
68817
68822
|
b = i.p2;
|
|
68818
68823
|
c = i.p3;
|
|
68819
|
-
this.
|
|
68824
|
+
this._du(b);
|
|
68820
68825
|
if (this.style != null) {
|
|
68821
|
-
this.
|
|
68826
|
+
this._dk(c, this.style._i);
|
|
68822
68827
|
}
|
|
68823
68828
|
}
|
|
68824
68829
|
get formatString() {
|
|
@@ -68853,7 +68858,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68853
68858
|
else {
|
|
68854
68859
|
this._ci = -1;
|
|
68855
68860
|
}
|
|
68856
|
-
this.
|
|
68861
|
+
this._ds(65536);
|
|
68857
68862
|
}
|
|
68858
68863
|
get indent() {
|
|
68859
68864
|
return this._cj;
|
|
@@ -68867,7 +68872,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68867
68872
|
throw ExcelUtils.w("value", a, ExcelUtils.eh("LE_ArgumentOutOfRangeException_Indent"));
|
|
68868
68873
|
}
|
|
68869
68874
|
this._cj = a;
|
|
68870
|
-
this.
|
|
68875
|
+
this._ds(131072);
|
|
68871
68876
|
}
|
|
68872
68877
|
get leftBorderColorInfo() {
|
|
68873
68878
|
return this._bc;
|
|
@@ -68877,10 +68882,10 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68877
68882
|
if (WorkbookColorInfo.l_op_Equality(this.leftBorderColorInfo, a)) {
|
|
68878
68883
|
return;
|
|
68879
68884
|
}
|
|
68880
|
-
let b = WorksheetCellFormatData.
|
|
68885
|
+
let b = WorksheetCellFormatData._dl(a);
|
|
68881
68886
|
a = b.p0;
|
|
68882
68887
|
this._bc = a;
|
|
68883
|
-
this.
|
|
68888
|
+
this._ds(262144);
|
|
68884
68889
|
}
|
|
68885
68890
|
get leftBorderStyle() {
|
|
68886
68891
|
return this._ai;
|
|
@@ -68894,7 +68899,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68894
68899
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
68895
68900
|
}
|
|
68896
68901
|
this._ai = a;
|
|
68897
|
-
this.
|
|
68902
|
+
this._ds(524288);
|
|
68898
68903
|
}
|
|
68899
68904
|
get hidden() {
|
|
68900
68905
|
return unwrapNullable(this._hidden$i);
|
|
@@ -68915,7 +68920,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68915
68920
|
throw new InvalidEnumArgumentException("value", ExcelUtils.dm(a), Nullable$1.$.specialize(Boolean_$type));
|
|
68916
68921
|
}
|
|
68917
68922
|
this._cz = a;
|
|
68918
|
-
this.
|
|
68923
|
+
this._ds(1073741824);
|
|
68919
68924
|
}
|
|
68920
68925
|
get locked() {
|
|
68921
68926
|
return unwrapNullable(this._locked$i);
|
|
@@ -68936,7 +68941,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68936
68941
|
throw new InvalidEnumArgumentException("value", ExcelUtils.dm(a), Nullable$1.$.specialize(Boolean_$type));
|
|
68937
68942
|
}
|
|
68938
68943
|
this._c0 = a;
|
|
68939
|
-
this.
|
|
68944
|
+
this._ds(1048576);
|
|
68940
68945
|
}
|
|
68941
68946
|
get rightBorderColorInfo() {
|
|
68942
68947
|
return this._bd;
|
|
@@ -68946,10 +68951,10 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68946
68951
|
if (WorkbookColorInfo.l_op_Equality(this.rightBorderColorInfo, a)) {
|
|
68947
68952
|
return;
|
|
68948
68953
|
}
|
|
68949
|
-
let b = WorksheetCellFormatData.
|
|
68954
|
+
let b = WorksheetCellFormatData._dl(a);
|
|
68950
68955
|
a = b.p0;
|
|
68951
68956
|
this._bd = a;
|
|
68952
|
-
this.
|
|
68957
|
+
this._ds(2097152);
|
|
68953
68958
|
}
|
|
68954
68959
|
get rightBorderStyle() {
|
|
68955
68960
|
return this._aj;
|
|
@@ -68963,7 +68968,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68963
68968
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
68964
68969
|
}
|
|
68965
68970
|
this._aj = a;
|
|
68966
|
-
this.
|
|
68971
|
+
this._ds(4194304);
|
|
68967
68972
|
}
|
|
68968
68973
|
get rotation() {
|
|
68969
68974
|
return this._ck;
|
|
@@ -68974,7 +68979,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68974
68979
|
return;
|
|
68975
68980
|
}
|
|
68976
68981
|
this._ck = a;
|
|
68977
|
-
this.
|
|
68982
|
+
this._ds(8388608);
|
|
68978
68983
|
}
|
|
68979
68984
|
get shrinkToFit() {
|
|
68980
68985
|
return unwrapNullable(this._shrinkToFit$i);
|
|
@@ -68995,7 +69000,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
68995
69000
|
throw new InvalidEnumArgumentException("value", ExcelUtils.dm(a), Nullable$1.$.specialize(Boolean_$type));
|
|
68996
69001
|
}
|
|
68997
69002
|
this._c1 = a;
|
|
68998
|
-
this.
|
|
69003
|
+
this._ds(16777216);
|
|
68999
69004
|
}
|
|
69000
69005
|
get style() {
|
|
69001
69006
|
return this._br(this._bq);
|
|
@@ -69021,7 +69026,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
69021
69026
|
let b = this._bq._i.formatOptions;
|
|
69022
69027
|
b &= ~a._i.formatOptions;
|
|
69023
69028
|
b = this._bx(b);
|
|
69024
|
-
this.
|
|
69029
|
+
this._dk(b, this._bq._i);
|
|
69025
69030
|
}
|
|
69026
69031
|
this._bq = a;
|
|
69027
69032
|
if (this._bq != null && this.t != null) {
|
|
@@ -69034,7 +69039,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
69034
69039
|
this._b2(63);
|
|
69035
69040
|
}
|
|
69036
69041
|
}
|
|
69037
|
-
|
|
69042
|
+
_dx(a) {
|
|
69038
69043
|
this._bq = a;
|
|
69039
69044
|
this._cx = ExcelUtils.du;
|
|
69040
69045
|
this._cy = ExcelUtils.ds;
|
|
@@ -69050,10 +69055,10 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
69050
69055
|
if (WorkbookColorInfo.l_op_Equality(this.topBorderColorInfo, a)) {
|
|
69051
69056
|
return;
|
|
69052
69057
|
}
|
|
69053
|
-
let b = WorksheetCellFormatData.
|
|
69058
|
+
let b = WorksheetCellFormatData._dl(a);
|
|
69054
69059
|
a = b.p0;
|
|
69055
69060
|
this._be = a;
|
|
69056
|
-
this.
|
|
69061
|
+
this._ds(67108864);
|
|
69057
69062
|
}
|
|
69058
69063
|
get topBorderStyle() {
|
|
69059
69064
|
return this._ak;
|
|
@@ -69067,7 +69072,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
69067
69072
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
69068
69073
|
}
|
|
69069
69074
|
this._ak = a;
|
|
69070
|
-
this.
|
|
69075
|
+
this._ds(134217728);
|
|
69071
69076
|
}
|
|
69072
69077
|
get verticalAlignment() {
|
|
69073
69078
|
return this._a7;
|
|
@@ -69081,7 +69086,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
69081
69086
|
throw new InvalidEnumArgumentException("value", a, VerticalCellAlignment_$type);
|
|
69082
69087
|
}
|
|
69083
69088
|
this._a7 = a;
|
|
69084
|
-
this.
|
|
69089
|
+
this._ds(268435456);
|
|
69085
69090
|
}
|
|
69086
69091
|
get wrapText() {
|
|
69087
69092
|
return unwrapNullable(this._wrapText$i);
|
|
@@ -69102,7 +69107,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
69102
69107
|
throw new InvalidEnumArgumentException("value", ExcelUtils.dm(a), Nullable$1.$.specialize(Boolean_$type));
|
|
69103
69108
|
}
|
|
69104
69109
|
this._c2 = a;
|
|
69105
|
-
this.
|
|
69110
|
+
this._ds(536870912);
|
|
69106
69111
|
}
|
|
69107
69112
|
get _a4() {
|
|
69108
69113
|
return EnumUtil.getEnumValue(HorizontalCellAlignment_$type, this._dc(1));
|
|
@@ -69360,7 +69365,7 @@ let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
69360
69365
|
}
|
|
69361
69366
|
set _cr(a) {
|
|
69362
69367
|
this._ci = a;
|
|
69363
|
-
this.
|
|
69368
|
+
this._ds(65536);
|
|
69364
69369
|
}
|
|
69365
69370
|
get _cd() {
|
|
69366
69371
|
if (this._b1 == 0 && this.v != null) {
|
|
@@ -70685,11 +70690,11 @@ let CellFillPattern = /*@__PURE__*/ (() => {
|
|
|
70685
70690
|
case 0: break;
|
|
70686
70691
|
case 1:
|
|
70687
70692
|
b.add(new ExtPropColor(d, 4));
|
|
70688
|
-
a.
|
|
70693
|
+
a._dz(c, 5, b);
|
|
70689
70694
|
break;
|
|
70690
70695
|
default:
|
|
70691
70696
|
b.add(new ExtPropColor(c, 5));
|
|
70692
|
-
a.
|
|
70697
|
+
a._dz(d, 4, b);
|
|
70693
70698
|
break;
|
|
70694
70699
|
}
|
|
70695
70700
|
}
|
|
@@ -70709,11 +70714,11 @@ let CellFillPattern = /*@__PURE__*/ (() => {
|
|
|
70709
70714
|
case 0: break;
|
|
70710
70715
|
case 1:
|
|
70711
70716
|
b.add(new XFPropColor(1, d));
|
|
70712
|
-
a.
|
|
70717
|
+
a._d0(c, 2, b);
|
|
70713
70718
|
break;
|
|
70714
70719
|
default:
|
|
70715
70720
|
b.add(new XFPropColor(2, c));
|
|
70716
|
-
a.
|
|
70721
|
+
a._d0(d, 1, b);
|
|
70717
70722
|
break;
|
|
70718
70723
|
}
|
|
70719
70724
|
}
|
|
@@ -71369,7 +71374,7 @@ let WorkbookColorInfo = /*@__PURE__*/ (() => {
|
|
|
71369
71374
|
{
|
|
71370
71375
|
let color = _rest[0];
|
|
71371
71376
|
let transform = _rest[1];
|
|
71372
|
-
let b = [toNullable(Color.$, ExcelUtils.
|
|
71377
|
+
let b = [toNullable(Color.$, ExcelUtils.g7(color)), toNullable(WorkbookThemeColorType_$type, null), toNullable(Number_$type, null), transform, false, false];
|
|
71373
71378
|
{
|
|
71374
71379
|
let color = b[0];
|
|
71375
71380
|
let themeColorType = b[1];
|
|
@@ -71666,7 +71671,7 @@ let WorkbookColorInfo = /*@__PURE__*/ (() => {
|
|
|
71666
71671
|
getHashCode() {
|
|
71667
71672
|
let a = 0;
|
|
71668
71673
|
a ^= this._i;
|
|
71669
|
-
a ^= this._ag.getHashCode();
|
|
71674
|
+
a ^= ExcelUtils.g4(this._ag).getHashCode();
|
|
71670
71675
|
a ^= this._v;
|
|
71671
71676
|
a ^= (this._w);
|
|
71672
71677
|
return a;
|
|
@@ -71718,7 +71723,7 @@ let WorkbookColorInfo = /*@__PURE__*/ (() => {
|
|
|
71718
71723
|
* @hidden
|
|
71719
71724
|
*/
|
|
71720
71725
|
_getResolvedColor1(a) {
|
|
71721
|
-
return ExcelUtils.
|
|
71726
|
+
return ExcelUtils.g6(this._aj(a));
|
|
71722
71727
|
}
|
|
71723
71728
|
/**
|
|
71724
71729
|
* @hidden
|
|
@@ -71751,12 +71756,12 @@ let WorkbookColorInfo = /*@__PURE__*/ (() => {
|
|
|
71751
71756
|
return ColorsInternal.c;
|
|
71752
71757
|
}
|
|
71753
71758
|
if (WorkbookColorInfo._u(this._i, 8)) {
|
|
71754
|
-
return ExcelUtils.
|
|
71759
|
+
return ExcelUtils.g7(ExcelUtils.gy(ExcelUtils.g6(d), this._w));
|
|
71755
71760
|
}
|
|
71756
71761
|
if (WorkbookColorInfo._u(this._i, 16) && this._j != null && this._j._b()) {
|
|
71757
71762
|
if (this._j._luminanceModulation$i.hasValue || this._j._luminanceOffset$i.hasValue) {
|
|
71758
71763
|
let e, f, g;
|
|
71759
|
-
let h = ExcelUtils.fc(ExcelUtils.
|
|
71764
|
+
let h = ExcelUtils.fc(ExcelUtils.g6(d), e, f, g);
|
|
71760
71765
|
e = h.p1;
|
|
71761
71766
|
f = h.p2;
|
|
71762
71767
|
g = h.p3;
|
|
@@ -71893,7 +71898,7 @@ let WorkbookColorInfo = /*@__PURE__*/ (() => {
|
|
|
71893
71898
|
return toNullable(Color.$, SystemColorsInternal.bf);
|
|
71894
71899
|
}
|
|
71895
71900
|
if (WorkbookColorInfo._u(this._i, 2)) {
|
|
71896
|
-
return toNullable(Color.$, ExcelUtils.
|
|
71901
|
+
return toNullable(Color.$, ExcelUtils.g6(this._ag));
|
|
71897
71902
|
}
|
|
71898
71903
|
return toNullable(Color.$, null);
|
|
71899
71904
|
}
|
|
@@ -73766,13 +73771,13 @@ let Chartsheet = /*@__PURE__*/ (() => {
|
|
|
73766
73771
|
* @hidden
|
|
73767
73772
|
*/
|
|
73768
73773
|
get _bf() {
|
|
73769
|
-
return ExcelUtils.
|
|
73774
|
+
return ExcelUtils.ha(this._be);
|
|
73770
73775
|
}
|
|
73771
73776
|
/**
|
|
73772
73777
|
* @hidden
|
|
73773
73778
|
*/
|
|
73774
73779
|
set _bf(a) {
|
|
73775
|
-
if (a != ExcelUtils.
|
|
73780
|
+
if (a != ExcelUtils.ha(this._be)) {
|
|
73776
73781
|
Chartsheet._ax[0].h(SheetChangeInfoContext.$, WBitmap.$, this._h, a);
|
|
73777
73782
|
}
|
|
73778
73783
|
}
|
|
@@ -73780,7 +73785,7 @@ let Chartsheet = /*@__PURE__*/ (() => {
|
|
|
73780
73785
|
* @hidden
|
|
73781
73786
|
*/
|
|
73782
73787
|
_bd(a) {
|
|
73783
|
-
this._be = ExcelUtils.
|
|
73788
|
+
this._be = ExcelUtils.g9(a);
|
|
73784
73789
|
this._a7 = null;
|
|
73785
73790
|
}
|
|
73786
73791
|
/**
|
|
@@ -76364,7 +76369,7 @@ let WorksheetShape = /*@__PURE__*/ (() => {
|
|
|
76364
76369
|
* @hidden
|
|
76365
76370
|
*/
|
|
76366
76371
|
_c2(a, b, c) {
|
|
76367
|
-
ExcelUtils.fm(this._bi, ExcelUtils.
|
|
76372
|
+
ExcelUtils.fm(this._bi, ExcelUtils.g6(a._aj(this.sheet.workbook, false)), b, c);
|
|
76368
76373
|
}
|
|
76369
76374
|
/**
|
|
76370
76375
|
* @hidden
|
|
@@ -78812,7 +78817,7 @@ let Formula = /*@__PURE__*/ (() => {
|
|
|
78812
78817
|
* @hidden
|
|
78813
78818
|
*/
|
|
78814
78819
|
_bw(a, b, c, d) {
|
|
78815
|
-
if (this._as == false && PointUtil.notEquals(d, ExcelUtils.
|
|
78820
|
+
if (this._as == false && PointUtil.notEquals(d, ExcelUtils.he)) {
|
|
78816
78821
|
let e = b == null ? null : b.worksheet;
|
|
78817
78822
|
let f = new FormulaContext(3, a, e, b, c, this);
|
|
78818
78823
|
this._au(Formula_OffsetReferencesVisitor.a9(f, d));
|
|
@@ -87182,7 +87187,7 @@ let DisplayOptions = /*@__PURE__*/ (() => {
|
|
|
87182
87187
|
* @hidden
|
|
87183
87188
|
*/
|
|
87184
87189
|
get _gridlineColor$i() {
|
|
87185
|
-
return ExcelUtils.
|
|
87190
|
+
return ExcelUtils.g6(this._ad.workbook._palette$i._af(this._a8));
|
|
87186
87191
|
}
|
|
87187
87192
|
/**
|
|
87188
87193
|
* @hidden
|
|
@@ -91214,7 +91219,7 @@ let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
91214
91219
|
* @hidden
|
|
91215
91220
|
*/
|
|
91216
91221
|
_em(a, b) {
|
|
91217
|
-
return WorksheetShape._du(this.worksheet, this.index, a, ExcelUtils.
|
|
91222
|
+
return WorksheetShape._du(this.worksheet, this.index, a, ExcelUtils.hf, this.index, a, { $type: Point_$type, x: 100, y: 100 }, b);
|
|
91218
91223
|
}
|
|
91219
91224
|
/**
|
|
91220
91225
|
* Gets or sets the comment applied to the cell at the specified column index.
|
|
@@ -96354,7 +96359,7 @@ let Worksheet = /*@__PURE__*/ (() => {
|
|
|
96354
96359
|
if (q == false || WorksheetCellFormatData._cf(s, h._df(s))) {
|
|
96355
96360
|
let t = r._df(s);
|
|
96356
96361
|
if (WorksheetCellFormatData._cf(s, t) == false) {
|
|
96357
|
-
h.
|
|
96362
|
+
h._dy(s, t);
|
|
96358
96363
|
}
|
|
96359
96364
|
}
|
|
96360
96365
|
}
|
|
@@ -100105,13 +100110,13 @@ let Worksheet = /*@__PURE__*/ (() => {
|
|
|
100105
100110
|
* @hidden
|
|
100106
100111
|
*/
|
|
100107
100112
|
get _jf() {
|
|
100108
|
-
return ExcelUtils.
|
|
100113
|
+
return ExcelUtils.ha(this._je);
|
|
100109
100114
|
}
|
|
100110
100115
|
/**
|
|
100111
100116
|
* @hidden
|
|
100112
100117
|
*/
|
|
100113
100118
|
set _jf(a) {
|
|
100114
|
-
if (a != ExcelUtils.
|
|
100119
|
+
if (a != ExcelUtils.ha(this._je)) {
|
|
100115
100120
|
Worksheet._ax[7].h(SheetChangeInfoContext.$, WBitmap.$, this._h, a);
|
|
100116
100121
|
}
|
|
100117
100122
|
}
|
|
@@ -100119,7 +100124,7 @@ let Worksheet = /*@__PURE__*/ (() => {
|
|
|
100119
100124
|
* @hidden
|
|
100120
100125
|
*/
|
|
100121
100126
|
_i0(a) {
|
|
100122
|
-
this._je = ExcelUtils.
|
|
100127
|
+
this._je = ExcelUtils.g9(a);
|
|
100123
100128
|
this._dh = null;
|
|
100124
100129
|
}
|
|
100125
100130
|
/**
|
|
@@ -101966,7 +101971,7 @@ let WorksheetRegion = /*@__PURE__*/ (() => {
|
|
|
101966
101971
|
*/
|
|
101967
101972
|
_getBoundsInTwips1(a) {
|
|
101968
101973
|
this._ao();
|
|
101969
|
-
return WorksheetShape._du(this._e, this._i._ac, this._i._w, ExcelUtils.
|
|
101974
|
+
return WorksheetShape._du(this._e, this._i._ac, this._i._w, ExcelUtils.hf, this._i._ae, this._i._x, { $type: Point_$type, x: 100, y: 100 }, a);
|
|
101970
101975
|
}
|
|
101971
101976
|
/**
|
|
101972
101977
|
* @hidden
|
|
@@ -101993,7 +101998,7 @@ let WorksheetRegion = /*@__PURE__*/ (() => {
|
|
|
101993
101998
|
c = e;
|
|
101994
101999
|
}
|
|
101995
102000
|
else {
|
|
101996
|
-
let f = ExcelUtils.
|
|
102001
|
+
let f = ExcelUtils.hc(this._k.index - b.index, this._v - c);
|
|
101997
102002
|
if (a._ad(this.worksheet.workbook, this._k, this._v, f) == false) {
|
|
101998
102003
|
a = a._w(b.index, c, b.worksheet._o);
|
|
101999
102004
|
for (let g = this.firstRow; g <= this.lastRow; g++) {
|
|
@@ -109540,7 +109545,7 @@ let Formula_CanShiftSafelyChecker = /*@__PURE__*/ (() => {
|
|
|
109540
109545
|
this.a3 = null;
|
|
109541
109546
|
}
|
|
109542
109547
|
g() {
|
|
109543
|
-
this.a3 = ExcelUtils.
|
|
109548
|
+
this.a3 = ExcelUtils.he;
|
|
109544
109549
|
super.g();
|
|
109545
109550
|
}
|
|
109546
109551
|
n(a) {
|
|
@@ -110356,7 +110361,7 @@ let Formula_OffsetReferencesVisitor = /*@__PURE__*/ (() => {
|
|
|
110356
110361
|
this.ba = null;
|
|
110357
110362
|
}
|
|
110358
110363
|
a1() {
|
|
110359
|
-
this.ba = ExcelUtils.
|
|
110364
|
+
this.ba = ExcelUtils.he;
|
|
110360
110365
|
super.a1();
|
|
110361
110366
|
}
|
|
110362
110367
|
j(a) {
|
|
@@ -121477,7 +121482,7 @@ let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
121477
121482
|
this._p = a;
|
|
121478
121483
|
if (this._p == a) {
|
|
121479
121484
|
for (let b of fromEnum(this._areaFormats$i._i())) {
|
|
121480
|
-
b.d.
|
|
121485
|
+
b.d._dn();
|
|
121481
121486
|
}
|
|
121482
121487
|
}
|
|
121483
121488
|
}
|
|
@@ -123238,7 +123243,7 @@ let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
123238
123243
|
}
|
|
123239
123244
|
if (d != null) {
|
|
123240
123245
|
d = d._g();
|
|
123241
|
-
d._bw(this._k, a._k, c._at, ExcelUtils.
|
|
123246
|
+
d._bw(this._k, a._k, c._at, ExcelUtils.hc(0, a.firstRow - f));
|
|
123242
123247
|
c._bz(d);
|
|
123243
123248
|
}
|
|
123244
123249
|
}
|
|
@@ -125234,7 +125239,7 @@ let WorksheetTableAreaFormatsCollection$1 = /*@__PURE__*/ (() => {
|
|
|
125234
125239
|
}
|
|
125235
125240
|
d = new WorksheetTableAreaFormatProxy$1(this.$tArea, b, e, this._a);
|
|
125236
125241
|
if (this._a.isReadOnly) {
|
|
125237
|
-
d.d.
|
|
125242
|
+
d.d._dn();
|
|
125238
125243
|
}
|
|
125239
125244
|
this._h.item(b, d);
|
|
125240
125245
|
d.d.ab(this._a);
|
|
@@ -126018,8 +126023,8 @@ let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
126018
126023
|
let b = a._o._a8(a._ab);
|
|
126019
126024
|
if (b != null) {
|
|
126020
126025
|
b = b._bu();
|
|
126021
|
-
b.
|
|
126022
|
-
b.
|
|
126026
|
+
b._dv(67108864);
|
|
126027
|
+
b._dv(134217728);
|
|
126023
126028
|
format.setFormatting(b);
|
|
126024
126029
|
}
|
|
126025
126030
|
}
|
|
@@ -126030,8 +126035,8 @@ let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
126030
126035
|
let d = c._o._a8(c._ab);
|
|
126031
126036
|
if (d != null) {
|
|
126032
126037
|
d = d._bu();
|
|
126033
|
-
d.
|
|
126034
|
-
d.
|
|
126038
|
+
d._dv(2);
|
|
126039
|
+
d._dv(4);
|
|
126035
126040
|
format.setFormatting(d);
|
|
126036
126041
|
}
|
|
126037
126042
|
}
|
|
@@ -126627,8 +126632,8 @@ let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
126627
126632
|
for (let j of fromEnum(c)) {
|
|
126628
126633
|
if (i <= j.value) {
|
|
126629
126634
|
let k = j.key._bu();
|
|
126630
|
-
k.
|
|
126631
|
-
k.
|
|
126635
|
+
k._dv(2);
|
|
126636
|
+
k._dv(4);
|
|
126632
126637
|
this._areaFormats$i.item(2).setFormatting(k);
|
|
126633
126638
|
break;
|
|
126634
126639
|
}
|
|
@@ -128353,7 +128358,7 @@ let SystemColorsInternal = /*@__PURE__*/ (() => {
|
|
|
128353
128358
|
return SystemColorsInternal.a;
|
|
128354
128359
|
}
|
|
128355
128360
|
static ad(a) {
|
|
128356
|
-
return ExcelUtils.
|
|
128361
|
+
return ExcelUtils.g6(SystemColorsInternal.ae(a));
|
|
128357
128362
|
}
|
|
128358
128363
|
static ae(a) {
|
|
128359
128364
|
let b = SystemColorsInternal.b[a];
|
|
@@ -128869,7 +128874,7 @@ let WorkbookColorPalette = /*@__PURE__*/ (() => {
|
|
|
128869
128874
|
}
|
|
128870
128875
|
}
|
|
128871
128876
|
}
|
|
128872
|
-
return this._getIndexOfNearestColor$i(ExcelUtils.
|
|
128877
|
+
return this._getIndexOfNearestColor$i(ExcelUtils.g6(c)) + 8;
|
|
128873
128878
|
}
|
|
128874
128879
|
/**
|
|
128875
128880
|
* @hidden
|
|
@@ -128929,9 +128934,9 @@ let WorkbookColorPalette = /*@__PURE__*/ (() => {
|
|
|
128929
128934
|
}
|
|
128930
128935
|
let b = a - 8;
|
|
128931
128936
|
if (b < 0 || 56 <= b) {
|
|
128932
|
-
return ExcelUtils.
|
|
128937
|
+
return ExcelUtils.g7(ColorsInternal.c);
|
|
128933
128938
|
}
|
|
128934
|
-
return ExcelUtils.
|
|
128939
|
+
return ExcelUtils.g7(this._item$i(b));
|
|
128935
128940
|
}
|
|
128936
128941
|
/**
|
|
128937
128942
|
* @hidden
|
|
@@ -129090,35 +129095,35 @@ let WorkbookColorPalette = /*@__PURE__*/ (() => {
|
|
|
129090
129095
|
/**
|
|
129091
129096
|
* @hidden
|
|
129092
129097
|
*/
|
|
129093
|
-
WorkbookColorPalette._ac = /*@__PURE__*/ ExcelUtils.
|
|
129098
|
+
WorkbookColorPalette._ac = /*@__PURE__*/ ExcelUtils.g7(/*@__PURE__*/ Color.u(255, 0, 0, 0));
|
|
129094
129099
|
/**
|
|
129095
129100
|
* @hidden
|
|
129096
129101
|
*/
|
|
129097
|
-
WorkbookColorPalette._am = /*@__PURE__*/ ExcelUtils.
|
|
129102
|
+
WorkbookColorPalette._am = /*@__PURE__*/ ExcelUtils.g7(/*@__PURE__*/ Color.u(255, 255, 255, 255));
|
|
129098
129103
|
/**
|
|
129099
129104
|
* @hidden
|
|
129100
129105
|
*/
|
|
129101
|
-
WorkbookColorPalette._al = /*@__PURE__*/ ExcelUtils.
|
|
129106
|
+
WorkbookColorPalette._al = /*@__PURE__*/ ExcelUtils.g7(/*@__PURE__*/ Color.u(255, 255, 0, 0));
|
|
129102
129107
|
/**
|
|
129103
129108
|
* @hidden
|
|
129104
129109
|
*/
|
|
129105
|
-
WorkbookColorPalette._aj = /*@__PURE__*/ ExcelUtils.
|
|
129110
|
+
WorkbookColorPalette._aj = /*@__PURE__*/ ExcelUtils.g7(/*@__PURE__*/ Color.u(255, 0, 255, 0));
|
|
129106
129111
|
/**
|
|
129107
129112
|
* @hidden
|
|
129108
129113
|
*/
|
|
129109
|
-
WorkbookColorPalette._ad = /*@__PURE__*/ ExcelUtils.
|
|
129114
|
+
WorkbookColorPalette._ad = /*@__PURE__*/ ExcelUtils.g7(/*@__PURE__*/ Color.u(255, 0, 0, 255));
|
|
129110
129115
|
/**
|
|
129111
129116
|
* @hidden
|
|
129112
129117
|
*/
|
|
129113
|
-
WorkbookColorPalette._an = /*@__PURE__*/ ExcelUtils.
|
|
129118
|
+
WorkbookColorPalette._an = /*@__PURE__*/ ExcelUtils.g7(/*@__PURE__*/ Color.u(255, 255, 255, 0));
|
|
129114
129119
|
/**
|
|
129115
129120
|
* @hidden
|
|
129116
129121
|
*/
|
|
129117
|
-
WorkbookColorPalette._ak = /*@__PURE__*/ ExcelUtils.
|
|
129122
|
+
WorkbookColorPalette._ak = /*@__PURE__*/ ExcelUtils.g7(/*@__PURE__*/ Color.u(255, 255, 0, 255));
|
|
129118
129123
|
/**
|
|
129119
129124
|
* @hidden
|
|
129120
129125
|
*/
|
|
129121
|
-
WorkbookColorPalette._ae = /*@__PURE__*/ ExcelUtils.
|
|
129126
|
+
WorkbookColorPalette._ae = /*@__PURE__*/ ExcelUtils.g7(/*@__PURE__*/ Color.u(255, 0, 255, 255));
|
|
129122
129127
|
/**
|
|
129123
129128
|
* @hidden
|
|
129124
129129
|
*/
|
|
@@ -129426,7 +129431,7 @@ let WorkbookFontProxy = /*@__PURE__*/ (() => {
|
|
|
129426
129431
|
g(a) {
|
|
129427
129432
|
super.g(a);
|
|
129428
129433
|
if (this._m != null) {
|
|
129429
|
-
this._m.
|
|
129434
|
+
this._m._dq();
|
|
129430
129435
|
}
|
|
129431
129436
|
}
|
|
129432
129437
|
static _l(a, b) {
|
|
@@ -139999,11 +140004,19 @@ let WorksheetCellFormatCollection = /*@__PURE__*/ (() => {
|
|
|
139999
140004
|
class WorksheetCellFormatCollection extends GenericCachedCollectionEx$1 {
|
|
140000
140005
|
constructor(a, b) {
|
|
140001
140006
|
super(WorksheetCellFormatData.$, a, b, b._fv);
|
|
140007
|
+
this._q = 0;
|
|
140002
140008
|
}
|
|
140003
|
-
|
|
140009
|
+
_r(a) {
|
|
140004
140010
|
let b;
|
|
140005
140011
|
let c = ((() => { let d = this._b.f(a, b); b = d.p1; return d.ret; })());
|
|
140006
140012
|
}
|
|
140013
|
+
_l(a) {
|
|
140014
|
+
super._l(a);
|
|
140015
|
+
if (!this._d._c4 && a._b1 == 0) {
|
|
140016
|
+
this._q += 1;
|
|
140017
|
+
a._dj = this._q;
|
|
140018
|
+
}
|
|
140019
|
+
}
|
|
140007
140020
|
get workbook() {
|
|
140008
140021
|
return this._d;
|
|
140009
140022
|
}
|
|
@@ -148654,7 +148667,7 @@ let WorkbookSaveManager = /*@__PURE__*/ (() => {
|
|
|
148654
148667
|
for (let i = 0; i < f.length; i++) {
|
|
148655
148668
|
let j = f[i];
|
|
148656
148669
|
ExcelUtils.fd(h, e, j);
|
|
148657
|
-
h.
|
|
148670
|
+
h._dv(j);
|
|
148658
148671
|
}
|
|
148659
148672
|
if (e._cd) {
|
|
148660
148673
|
e = null;
|
|
@@ -157516,7 +157529,7 @@ let WorkbookStyleCollection = /*@__PURE__*/ (() => {
|
|
|
157516
157529
|
if (b.isBuiltIn) {
|
|
157517
157530
|
b._m = false;
|
|
157518
157531
|
b._i.setFormatting(a._i);
|
|
157519
|
-
b._i.
|
|
157532
|
+
b._i._dw(a._i.formatOptions);
|
|
157520
157533
|
return b;
|
|
157521
157534
|
}
|
|
157522
157535
|
this.remove(b);
|
|
@@ -198284,7 +198297,7 @@ let WorkbookLoadManager = /*@__PURE__*/ (() => {
|
|
|
198284
198297
|
if (d == null) {
|
|
198285
198298
|
d = this._b._styles$i.normalStyle;
|
|
198286
198299
|
}
|
|
198287
|
-
e.
|
|
198300
|
+
e._dx(d);
|
|
198288
198301
|
if (f != null && g.length != 0) {
|
|
198289
198302
|
if (ExcelUtils.by(f.formatOptions, 8)) {
|
|
198290
198303
|
for (let h = 0; h < g.length; h++) {
|
|
@@ -227967,10 +227980,10 @@ let WorkbookLoadManagerExcel2007_ShapeAnchorApplicator = /*@__PURE__*/ (() => {
|
|
|
227967
227980
|
let d = b.d;
|
|
227968
227981
|
d.positioningMode = 3;
|
|
227969
227982
|
if (a.c == null || a.d == null) {
|
|
227970
|
-
d._setBoundsInTwips(c, ExcelUtils.
|
|
227983
|
+
d._setBoundsInTwips(c, ExcelUtils.hg(0, 0, 1, 1));
|
|
227971
227984
|
return false;
|
|
227972
227985
|
}
|
|
227973
|
-
let e = ExcelUtils.
|
|
227986
|
+
let e = ExcelUtils.hg(truncate(MathUtilities.f(a.c.a.k())), truncate(MathUtilities.f(a.c.b.k())), truncate(MathUtilities.f(a.d.a.j())), truncate(MathUtilities.f(a.d.b.j())));
|
|
227974
227987
|
d._setBoundsInTwips(c, e);
|
|
227975
227988
|
return true;
|
|
227976
227989
|
}
|
|
@@ -227979,17 +227992,17 @@ let WorkbookLoadManagerExcel2007_ShapeAnchorApplicator = /*@__PURE__*/ (() => {
|
|
|
227979
227992
|
let d = b.d;
|
|
227980
227993
|
d.positioningMode = 2;
|
|
227981
227994
|
if (a.d == null || a.c == null) {
|
|
227982
|
-
d._setBoundsInTwips(c, ExcelUtils.
|
|
227995
|
+
d._setBoundsInTwips(c, ExcelUtils.hg(0, 0, 1, 1));
|
|
227983
227996
|
return false;
|
|
227984
227997
|
}
|
|
227985
227998
|
else if (c.type != 0) {
|
|
227986
|
-
d._setBoundsInTwips(c, ExcelUtils.
|
|
227999
|
+
d._setBoundsInTwips(c, ExcelUtils.hg(0, 0, 1, 1));
|
|
227987
228000
|
return false;
|
|
227988
228001
|
}
|
|
227989
228002
|
let e = c;
|
|
227990
228003
|
let f = XlsxUtilities.bf(a.d, e);
|
|
227991
228004
|
let g = WorksheetShape._ds(e, f.c, f.d, f.c, f.d);
|
|
227992
|
-
let h = ExcelUtils.
|
|
228005
|
+
let h = ExcelUtils.hg(truncate(MathUtilities.f(g.left)), truncate(MathUtilities.f(g.top)), truncate(MathUtilities.f(a.c.a.j())), truncate(MathUtilities.f(a.c.b.j())));
|
|
227993
228006
|
d._setBoundsInTwips(e, h);
|
|
227994
228007
|
return true;
|
|
227995
228008
|
}
|
|
@@ -227998,11 +228011,11 @@ let WorkbookLoadManagerExcel2007_ShapeAnchorApplicator = /*@__PURE__*/ (() => {
|
|
|
227998
228011
|
let d = b.d;
|
|
227999
228012
|
d.positioningMode = XlsxUtilities.x(a.e);
|
|
228000
228013
|
if (a.c == null || a.d == null) {
|
|
228001
|
-
d._setBoundsInTwips(c, ExcelUtils.
|
|
228014
|
+
d._setBoundsInTwips(c, ExcelUtils.hg(0, 0, 1, 1));
|
|
228002
228015
|
return false;
|
|
228003
228016
|
}
|
|
228004
228017
|
else if (c.type != 0) {
|
|
228005
|
-
d._setBoundsInTwips(c, ExcelUtils.
|
|
228018
|
+
d._setBoundsInTwips(c, ExcelUtils.hg(0, 0, 1, 1));
|
|
228006
228019
|
return false;
|
|
228007
228020
|
}
|
|
228008
228021
|
let e = c;
|
|
@@ -241838,7 +241851,7 @@ let FormatInfo = /*@__PURE__*/ (() => {
|
|
|
241838
241851
|
let v = a._bg._inner[this.r.value];
|
|
241839
241852
|
v.h(e, a);
|
|
241840
241853
|
}
|
|
241841
|
-
e.
|
|
241854
|
+
e._dw(f);
|
|
241842
241855
|
return e;
|
|
241843
241856
|
}
|
|
241844
241857
|
}
|
|
@@ -245404,10 +245417,10 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
245404
245417
|
a.bottomRightCornerCell = this.bl._rows$i.item(q)._cells$i.item(o);
|
|
245405
245418
|
let s = this.bl._fq(k, true);
|
|
245406
245419
|
let t = this.bl._ft(m, true);
|
|
245407
|
-
a._topLeftCornerPosition$i = ExcelUtils.
|
|
245420
|
+
a._topLeftCornerPosition$i = ExcelUtils.hd((s == 0 ? 0 : (100 * l) / s), (t == 0 ? 0 : (100 * n) / t));
|
|
245408
245421
|
let u = this.bl._fq(o, true);
|
|
245409
245422
|
let v = this.bl._ft(q, true);
|
|
245410
|
-
a._bottomRightCornerPosition$i = ExcelUtils.
|
|
245423
|
+
a._bottomRightCornerPosition$i = ExcelUtils.hd((u == 0 ? 0 : (100 * p) / u), (v == 0 ? 0 : (100 * r) / v));
|
|
245411
245424
|
let w = ObjectModelWorksheetPartManager.by(b);
|
|
245412
245425
|
if (nullableNotEquals(w, null)) {
|
|
245413
245426
|
a._cn = w.value;
|
|
@@ -247113,7 +247126,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
247113
247126
|
let d = typeCast(ImageData.$, c._au(a));
|
|
247114
247127
|
if (d != null) {
|
|
247115
247128
|
let e = XlsxUtilities.v(d);
|
|
247116
|
-
this.bl.sheetBackground = ExcelUtils.
|
|
247129
|
+
this.bl.sheetBackground = ExcelUtils.hb(e);
|
|
247117
247130
|
this.bl._dh = e.d;
|
|
247118
247131
|
}
|
|
247119
247132
|
else {
|
|
@@ -249159,6 +249172,10 @@ let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
249159
249172
|
}
|
|
249160
249173
|
}
|
|
249161
249174
|
ObjectModelStylesPartManager.b9(b, b._bf);
|
|
249175
|
+
for (let h = 0; h < b._bf.count; h++) {
|
|
249176
|
+
b._bf._inner[h].g._dj = intSToU(h);
|
|
249177
|
+
}
|
|
249178
|
+
b._b._ca._q = intSToU(b._bf.count);
|
|
249162
249179
|
}
|
|
249163
249180
|
static b3(a) {
|
|
249164
249181
|
let b;
|
|
@@ -249533,7 +249550,7 @@ let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
|
|
|
249533
249550
|
SpreadsheetMLMain.ab9(this);
|
|
249534
249551
|
let a = this.a7._by._palette$i;
|
|
249535
249552
|
for (let b = 0; b < 8 + 56; b++) {
|
|
249536
|
-
this.de(ExcelUtils.
|
|
249553
|
+
this.de(ExcelUtils.g6(a._af(b)));
|
|
249537
249554
|
}
|
|
249538
249555
|
this.ad.k();
|
|
249539
249556
|
}
|
|
@@ -250220,18 +250237,20 @@ let WorkbookSaveManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
250220
250237
|
}
|
|
250221
250238
|
let f = this._b._ca;
|
|
250222
250239
|
this._cz(f._p, a, b);
|
|
250223
|
-
|
|
250224
|
-
|
|
250240
|
+
let g = Enumerable.z(WorksheetCellFormatData.$, Enumerable.u(WorksheetCellFormatData.$, f, (h) => h != null));
|
|
250241
|
+
g.aa((h, i) => Base.compareSimple(h._dj, i._dj));
|
|
250242
|
+
for (let h of fromEnum(g)) {
|
|
250243
|
+
if (h == f._p) {
|
|
250225
250244
|
continue;
|
|
250226
250245
|
}
|
|
250227
|
-
this._cz(
|
|
250246
|
+
this._cz(h, a, b);
|
|
250228
250247
|
}
|
|
250229
250248
|
if (this._b._ct) {
|
|
250230
|
-
for (let
|
|
250249
|
+
for (let i of fromEnum(this._b._b2.m())) {
|
|
250231
250250
|
this._cm.add(((() => {
|
|
250232
250251
|
let $ret = new SerializationNumberFormatInfo();
|
|
250233
|
-
$ret.c = intSToU(
|
|
250234
|
-
$ret.b = this._b._b2.ad(
|
|
250252
|
+
$ret.c = intSToU(i);
|
|
250253
|
+
$ret.b = this._b._b2.ad(i);
|
|
250235
250254
|
return $ret;
|
|
250236
250255
|
})()));
|
|
250237
250256
|
}
|
|
@@ -295991,7 +296010,7 @@ let ObjectModelChartsheetPartManager = /*@__PURE__*/ (() => {
|
|
|
295991
296010
|
let d = typeCast(ImageData.$, c._au(a));
|
|
295992
296011
|
if (d != null) {
|
|
295993
296012
|
let e = XlsxUtilities.v(d);
|
|
295994
|
-
this.a8.sheetBackground = ExcelUtils.
|
|
296013
|
+
this.a8.sheetBackground = ExcelUtils.hb(e);
|
|
295995
296014
|
this.a8._a7 = e.d;
|
|
295996
296015
|
}
|
|
295997
296016
|
else {
|
|
@@ -297274,7 +297293,7 @@ let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
297274
297293
|
else {
|
|
297275
297294
|
b = ((() => {
|
|
297276
297295
|
let $ret = new CT_SRgbColor();
|
|
297277
|
-
$ret.c = ST_HexColorRGB.b(ExcelUtils.
|
|
297296
|
+
$ret.c = ST_HexColorRGB.b(ExcelUtils.g6(a._aj(null, false, true)));
|
|
297278
297297
|
return $ret;
|
|
297279
297298
|
})());
|
|
297280
297299
|
}
|
|
@@ -299120,7 +299139,7 @@ let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
299120
299139
|
ac.scrollBars |= 2;
|
|
299121
299140
|
}
|
|
299122
299141
|
ac.tabBarVisible = s;
|
|
299123
|
-
ac._boundsInPixels$i = ExcelUtils.
|
|
299142
|
+
ac._boundsInPixels$i = ExcelUtils.hg(t, u, f, g);
|
|
299124
299143
|
ac.tabBarWidth = v;
|
|
299125
299144
|
ac._ao = e;
|
|
299126
299145
|
ac.showFormulaBar = w;
|
|
@@ -299384,7 +299403,7 @@ let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
|
|
|
299384
299403
|
c.scrollBars |= 2;
|
|
299385
299404
|
}
|
|
299386
299405
|
c.tabBarVisible = h;
|
|
299387
|
-
c._boundsInTwips$i = ExcelUtils.
|
|
299406
|
+
c._boundsInTwips$i = ExcelUtils.hg(i.getValueOrDefault(), j.getValueOrDefault(), k.getValueOrDefault(), l.getValueOrDefault());
|
|
299388
299407
|
c.tabBarWidth = m;
|
|
299389
299408
|
c.firstVisibleTabIndex = n;
|
|
299390
299409
|
c._as = o;
|
|
@@ -300115,7 +300134,7 @@ let ObjectModelThemePartManager = /*@__PURE__*/ (() => {
|
|
|
300115
300134
|
let c = new ST_HexColorRGB();
|
|
300116
300135
|
let d = DrawingMLMain.m2(a, c);
|
|
300117
300136
|
c = d.p1;
|
|
300118
|
-
ObjectModelThemePartManager.bb(a)._by._h[b.value] = ExcelUtils.
|
|
300137
|
+
ObjectModelThemePartManager.bb(a)._by._h[b.value] = ExcelUtils.g7(c.r);
|
|
300119
300138
|
}
|
|
300120
300139
|
static bz(a) {
|
|
300121
300140
|
if (FormatSchemeDeserializer.f(a)) {
|
|
@@ -300130,7 +300149,7 @@ let ObjectModelThemePartManager = /*@__PURE__*/ (() => {
|
|
|
300130
300149
|
let e = DrawingMLMain.m4(a, c, d);
|
|
300131
300150
|
c = e.p1;
|
|
300132
300151
|
d = e.p2;
|
|
300133
|
-
ObjectModelThemePartManager.bb(a)._by._h[b.value] = ExcelUtils.
|
|
300152
|
+
ObjectModelThemePartManager.bb(a)._by._h[b.value] = ExcelUtils.g7(XlsxUtilities.bh(c));
|
|
300134
300153
|
}
|
|
300135
300154
|
static b0(a) {
|
|
300136
300155
|
let b;
|
|
@@ -301453,7 +301472,7 @@ let ObjectModelVmlDrawingPartManager = /*@__PURE__*/ (() => {
|
|
|
301453
301472
|
let c = null;
|
|
301454
301473
|
let d = typeCast(ShapeFillSolid.$, b.h._k);
|
|
301455
301474
|
if (d != null) {
|
|
301456
|
-
c = ExcelUtils.d4(ExcelUtils.
|
|
301475
|
+
c = ExcelUtils.d4(ExcelUtils.g6(d.colorInfo._aj(a._b, false)));
|
|
301457
301476
|
}
|
|
301458
301477
|
let e = toNullable(Boolean_$type, null);
|
|
301459
301478
|
if (typeCast(ShapeFillNoFill.$, b.h._k) !== null) {
|
|
@@ -306880,24 +306899,26 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
306880
306899
|
}
|
|
306881
306900
|
constructor(a, b, c, d) {
|
|
306882
306901
|
super(a, c, d);
|
|
306883
|
-
this._cv = null;
|
|
306884
|
-
this._cn = new WorkbookSerializationDataExcel2003();
|
|
306885
306902
|
this._cw = null;
|
|
306886
|
-
this.
|
|
306887
|
-
this._ct = null;
|
|
306888
|
-
this._cu = null;
|
|
306903
|
+
this._cn = new WorkbookSerializationDataExcel2003();
|
|
306889
306904
|
this._cx = null;
|
|
306905
|
+
this._c3 = 0;
|
|
306906
|
+
this._cu = null;
|
|
306907
|
+
this._cv = null;
|
|
306908
|
+
this._cy = null;
|
|
306909
|
+
this._ct = null;
|
|
306890
306910
|
this._cs = null;
|
|
306891
306911
|
this._cr = null;
|
|
306892
306912
|
this._cm = null;
|
|
306893
306913
|
this._cj = null;
|
|
306894
306914
|
this._cb = null;
|
|
306895
306915
|
this._cn = new WorkbookSerializationDataExcel2003(1, b);
|
|
306896
|
-
this.
|
|
306897
|
-
this.
|
|
306898
|
-
this.
|
|
306899
|
-
this.
|
|
306900
|
-
this.
|
|
306916
|
+
this._cx = new List$1(WorkbookSaveManagerExcel2003_ExtSstItem.$, 0);
|
|
306917
|
+
this._cu = new Dictionary$2(Base.$, SingleTargetFormula.$, 0);
|
|
306918
|
+
this._cv = new Dictionary$2(Base.$, WorksheetCell.$, 0);
|
|
306919
|
+
this._cy = new List$1(WorkbookStyle.$, 0);
|
|
306920
|
+
this._ct = new Dictionary$2(Number_$type, Number_$type, 0);
|
|
306921
|
+
this._cr = new Dictionary$2(WorksheetCellFormatData.$, Number_$type, 0);
|
|
306901
306922
|
}
|
|
306902
306923
|
disposeCore(a) {
|
|
306903
306924
|
if (a) {
|
|
@@ -306905,7 +306926,7 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
306905
306926
|
this._cl.dispose();
|
|
306906
306927
|
this._cl = null;
|
|
306907
306928
|
}
|
|
306908
|
-
this.
|
|
306929
|
+
this._c8.dispose();
|
|
306909
306930
|
}
|
|
306910
306931
|
}
|
|
306911
306932
|
get__r() {
|
|
@@ -306926,12 +306947,7 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
306926
306947
|
if (a == c) {
|
|
306927
306948
|
return 15;
|
|
306928
306949
|
}
|
|
306929
|
-
|
|
306930
|
-
let e = b._g(a);
|
|
306931
|
-
if (e > d) {
|
|
306932
|
-
e--;
|
|
306933
|
-
}
|
|
306934
|
-
return (this._c2 + e);
|
|
306950
|
+
return this._cr.item(a);
|
|
306935
306951
|
}
|
|
306936
306952
|
_a9(a) {
|
|
306937
306953
|
let b;
|
|
@@ -306949,27 +306965,27 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
306949
306965
|
d.add(d._inner[0]);
|
|
306950
306966
|
d.add(d._inner[0]);
|
|
306951
306967
|
d.add(null);
|
|
306952
|
-
this.
|
|
306953
|
-
this.
|
|
306954
|
-
this.
|
|
306955
|
-
this.
|
|
306956
|
-
this.
|
|
306957
|
-
this.
|
|
306958
|
-
this.
|
|
306959
|
-
this.
|
|
306960
|
-
this.
|
|
306961
|
-
this.
|
|
306962
|
-
this.
|
|
306963
|
-
this.
|
|
306964
|
-
this.
|
|
306965
|
-
this.
|
|
306966
|
-
this.
|
|
306967
|
-
this.
|
|
306968
|
-
this.
|
|
306969
|
-
this.
|
|
306970
|
-
this.
|
|
306971
|
-
this.
|
|
306972
|
-
this.
|
|
306968
|
+
this._da(b);
|
|
306969
|
+
this._da(a._j(1, 0));
|
|
306970
|
+
this._da(a._j(2, 0));
|
|
306971
|
+
this._da(a._j(1, 1));
|
|
306972
|
+
this._da(a._j(2, 1));
|
|
306973
|
+
this._da(a._j(1, 2));
|
|
306974
|
+
this._da(a._j(2, 2));
|
|
306975
|
+
this._da(a._j(1, 3));
|
|
306976
|
+
this._da(a._j(2, 3));
|
|
306977
|
+
this._da(a._j(1, 4));
|
|
306978
|
+
this._da(a._j(2, 4));
|
|
306979
|
+
this._da(a._j(1, 5));
|
|
306980
|
+
this._da(a._j(2, 5));
|
|
306981
|
+
this._da(a._j(1, 6));
|
|
306982
|
+
this._da(a._j(2, 6));
|
|
306983
|
+
this._c9(this._b._ca._p);
|
|
306984
|
+
this._da(a._i(3));
|
|
306985
|
+
this._da(a._i(6));
|
|
306986
|
+
this._da(a._i(4));
|
|
306987
|
+
this._da(a._i(7));
|
|
306988
|
+
this._da(a._i(5));
|
|
306973
306989
|
for (let e of fromEnum(this._b._styles$i)) {
|
|
306974
306990
|
if (e._o == false) {
|
|
306975
306991
|
continue;
|
|
@@ -306985,20 +307001,23 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
306985
307001
|
case 7:
|
|
306986
307002
|
case 0:
|
|
306987
307003
|
case 5:
|
|
306988
|
-
this.
|
|
307004
|
+
this._c2.add(e);
|
|
306989
307005
|
continue;
|
|
306990
307006
|
}
|
|
306991
307007
|
}
|
|
306992
|
-
this.
|
|
306993
|
-
this.
|
|
307008
|
+
this._c2.add(e);
|
|
307009
|
+
this._da(e);
|
|
306994
307010
|
}
|
|
306995
|
-
this.
|
|
307011
|
+
this._c3 = this._c0.count;
|
|
306996
307012
|
let g = this._b._ca;
|
|
306997
|
-
|
|
306998
|
-
|
|
307013
|
+
let h = Enumerable.z(WorksheetCellFormatData.$, Enumerable.u(WorksheetCellFormatData.$, g, (i) => i != null));
|
|
307014
|
+
h.aa((i, j) => Base.compareSimple(i._dj, j._dj));
|
|
307015
|
+
for (let i of fromEnum(h)) {
|
|
307016
|
+
if (i == g._p) {
|
|
306999
307017
|
continue;
|
|
307000
307018
|
}
|
|
307001
|
-
this.
|
|
307019
|
+
this._cr.item(i, this._c0.count);
|
|
307020
|
+
this._c9(i);
|
|
307002
307021
|
}
|
|
307003
307022
|
}
|
|
307004
307023
|
_br(a) {
|
|
@@ -307008,12 +307027,12 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307008
307027
|
return;
|
|
307009
307028
|
}
|
|
307010
307029
|
let c = new WorkbookSerializationDataExcel2003_ImageHolder(b, 1);
|
|
307011
|
-
let d = this.
|
|
307030
|
+
let d = this._c1.indexOf(c);
|
|
307012
307031
|
if (d < 0) {
|
|
307013
|
-
this.
|
|
307032
|
+
this._c1.add(c);
|
|
307014
307033
|
}
|
|
307015
307034
|
else {
|
|
307016
|
-
c = this.
|
|
307035
|
+
c = this._c1._inner[d];
|
|
307017
307036
|
c.d++;
|
|
307018
307037
|
}
|
|
307019
307038
|
}
|
|
@@ -307060,52 +307079,52 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307060
307079
|
while (d.c(c)) {
|
|
307061
307080
|
c++;
|
|
307062
307081
|
}
|
|
307063
|
-
this.
|
|
307082
|
+
this._ct.item(e, c);
|
|
307064
307083
|
}
|
|
307065
307084
|
}
|
|
307066
307085
|
for (let f of fromEnum(this._b._worksheets$i)) {
|
|
307067
307086
|
if (f._conditionalFormats$i.count == 0) {
|
|
307068
307087
|
continue;
|
|
307069
307088
|
}
|
|
307070
|
-
if (this.
|
|
307071
|
-
this.
|
|
307089
|
+
if (this._cs == null) {
|
|
307090
|
+
this._cs = new Dictionary$2(Worksheet.$, CFSerializer.$, 0);
|
|
307072
307091
|
}
|
|
307073
|
-
this.
|
|
307092
|
+
this._cs.addItem(f, CFSerializer.a(f));
|
|
307074
307093
|
}
|
|
307075
307094
|
return WorkItemExtensions.a(WorkItemExtensions.c(this._cg(), () => Async.d(Sheet.$, this._a1, (g) => {
|
|
307076
|
-
a.add(this.
|
|
307095
|
+
a.add(this._c8.position);
|
|
307077
307096
|
return this._cd(g);
|
|
307078
|
-
})), () => this.
|
|
307097
|
+
})), () => this._df(a));
|
|
307079
307098
|
}
|
|
307080
|
-
|
|
307099
|
+
_c4(a) {
|
|
307081
307100
|
let b;
|
|
307082
|
-
if (((() => { let c = this.
|
|
307101
|
+
if (((() => { let c = this._ct.tryGetValue(a, b); b = c.p1; return c.ret; })())) {
|
|
307083
307102
|
return b;
|
|
307084
307103
|
}
|
|
307085
307104
|
return a;
|
|
307086
307105
|
}
|
|
307087
307106
|
_co(a) {
|
|
307088
|
-
return this.
|
|
307107
|
+
return this._cu.item(a._bg);
|
|
307089
307108
|
}
|
|
307090
307109
|
_cp(a, b, c) {
|
|
307091
307110
|
let d = c._bg;
|
|
307092
307111
|
let e;
|
|
307093
|
-
if (((() => { let f = this.
|
|
307094
|
-
this.
|
|
307095
|
-
this.
|
|
307112
|
+
if (((() => { let f = this._cv.tryGetValue(d, e); e = f.p1; return f.ret; })()) == false) {
|
|
307113
|
+
this._cv.item(d, e = a._cells$i.item(b));
|
|
307114
|
+
this._cu.item(d, Formula._u(c, e));
|
|
307096
307115
|
}
|
|
307097
307116
|
return e;
|
|
307098
307117
|
}
|
|
307099
|
-
|
|
307118
|
+
_dc(a) {
|
|
307100
307119
|
this._cl = a._parentStream;
|
|
307101
307120
|
}
|
|
307102
|
-
|
|
307121
|
+
_dd(a) {
|
|
307103
307122
|
if (this._cl != null) {
|
|
307104
307123
|
this._cl._addSubStream(a);
|
|
307105
307124
|
}
|
|
307106
307125
|
this._cl = a;
|
|
307107
307126
|
}
|
|
307108
|
-
|
|
307127
|
+
_de(a) {
|
|
307109
307128
|
a._am(WorkbookSaveManagerExcel2003.$, Boolean_$type, WorkbookSaveManagerExcel2003_PopuplateShapeDrawingPropertiesVisitor.d, this);
|
|
307110
307129
|
}
|
|
307111
307130
|
static _cc(a, b, c) {
|
|
@@ -307128,7 +307147,7 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307128
307147
|
});
|
|
307129
307148
|
});
|
|
307130
307149
|
}
|
|
307131
|
-
|
|
307150
|
+
_c6(a, b, c, d = true) {
|
|
307132
307151
|
let e = this._cl;
|
|
307133
307152
|
let f = 0;
|
|
307134
307153
|
if (b) {
|
|
@@ -307175,7 +307194,7 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307175
307194
|
v.h();
|
|
307176
307195
|
return f;
|
|
307177
307196
|
}
|
|
307178
|
-
|
|
307197
|
+
_dt(a) {
|
|
307179
307198
|
{
|
|
307180
307199
|
let b = new Biff8RecordStream(3, this, a);
|
|
307181
307200
|
try {
|
|
@@ -307208,26 +307227,26 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307208
307227
|
});
|
|
307209
307228
|
});
|
|
307210
307229
|
}
|
|
307211
|
-
|
|
307230
|
+
_c9(a) {
|
|
307212
307231
|
this._bf(a._bp, a);
|
|
307213
|
-
this.
|
|
307232
|
+
this._c0.add(a);
|
|
307214
307233
|
}
|
|
307215
|
-
|
|
307234
|
+
_da(a) {
|
|
307216
307235
|
if (a != null) {
|
|
307217
|
-
this._av.addItem(a, this.
|
|
307218
|
-
this.
|
|
307236
|
+
this._av.addItem(a, this._c0.count);
|
|
307237
|
+
this._c9(a._i);
|
|
307219
307238
|
}
|
|
307220
307239
|
else {
|
|
307221
307240
|
let b = new WorksheetCellFormatData(this._b, 1);
|
|
307222
|
-
this.
|
|
307241
|
+
this._c9(b);
|
|
307223
307242
|
}
|
|
307224
307243
|
}
|
|
307225
|
-
|
|
307226
|
-
let d = this.
|
|
307227
|
-
this.
|
|
307228
|
-
let e = new BinaryReader(1, this.
|
|
307244
|
+
_db(a, b, c) {
|
|
307245
|
+
let d = this._c8.position;
|
|
307246
|
+
this._c8.position = a;
|
|
307247
|
+
let e = new BinaryReader(1, this._c8);
|
|
307229
307248
|
{
|
|
307230
|
-
let f = new Biff8RecordStream(4, this, this.
|
|
307249
|
+
let f = new Biff8RecordStream(4, this, this._c8, e);
|
|
307231
307250
|
try {
|
|
307232
307251
|
f.position = 12;
|
|
307233
307252
|
f._write18(b);
|
|
@@ -307242,7 +307261,7 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307242
307261
|
}
|
|
307243
307262
|
}
|
|
307244
307263
|
}
|
|
307245
|
-
this.
|
|
307264
|
+
this._c8.position = d;
|
|
307246
307265
|
}
|
|
307247
307266
|
_cd(a) {
|
|
307248
307267
|
if (a.type == 0) {
|
|
@@ -307256,88 +307275,88 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307256
307275
|
this._ca.k(a.displayOptions);
|
|
307257
307276
|
this._ca.k(a.printOptions);
|
|
307258
307277
|
this._ca.k(a);
|
|
307259
|
-
this.
|
|
307260
|
-
let b = this.
|
|
307261
|
-
this.
|
|
307262
|
-
this.
|
|
307263
|
-
this.
|
|
307264
|
-
this.
|
|
307265
|
-
this.
|
|
307266
|
-
this.
|
|
307267
|
-
this.
|
|
307268
|
-
this.
|
|
307269
|
-
this.
|
|
307270
|
-
this.
|
|
307271
|
-
this.
|
|
307272
|
-
this.
|
|
307273
|
-
this.
|
|
307278
|
+
this._dt(2057);
|
|
307279
|
+
let b = this._c8.position;
|
|
307280
|
+
this._dt(523);
|
|
307281
|
+
this._dt(13);
|
|
307282
|
+
this._dt(12);
|
|
307283
|
+
this._dt(15);
|
|
307284
|
+
this._dt(17);
|
|
307285
|
+
this._dt(16);
|
|
307286
|
+
this._dt(95);
|
|
307287
|
+
this._dt(42);
|
|
307288
|
+
this._dt(43);
|
|
307289
|
+
this._dt(130);
|
|
307290
|
+
this._dt(128);
|
|
307291
|
+
this._dt(549);
|
|
307292
|
+
this._dt(129);
|
|
307274
307293
|
if (a.printOptions._cp) {
|
|
307275
|
-
this.
|
|
307294
|
+
this._dt(27);
|
|
307276
307295
|
}
|
|
307277
307296
|
if (a.printOptions._cr) {
|
|
307278
|
-
this.
|
|
307279
|
-
}
|
|
307280
|
-
this.
|
|
307281
|
-
this.
|
|
307282
|
-
this.
|
|
307283
|
-
this.
|
|
307284
|
-
this.
|
|
307285
|
-
this.
|
|
307286
|
-
this.
|
|
307287
|
-
this.
|
|
307288
|
-
this.
|
|
307289
|
-
this.
|
|
307297
|
+
this._dt(26);
|
|
307298
|
+
}
|
|
307299
|
+
this._dt(20);
|
|
307300
|
+
this._dt(21);
|
|
307301
|
+
this._dt(131);
|
|
307302
|
+
this._dt(132);
|
|
307303
|
+
this._dt(38);
|
|
307304
|
+
this._dt(39);
|
|
307305
|
+
this._dt(40);
|
|
307306
|
+
this._dt(41);
|
|
307307
|
+
this._dt(161);
|
|
307308
|
+
this._dt(2204);
|
|
307290
307309
|
if (a.sheetBackground != null) {
|
|
307291
|
-
this.
|
|
307310
|
+
this._dt(233);
|
|
307292
307311
|
}
|
|
307293
307312
|
if (a.isProtected) {
|
|
307294
|
-
this.
|
|
307313
|
+
this._dt(18);
|
|
307295
307314
|
if (a.protection.allowEditScenarios == false) {
|
|
307296
|
-
this.
|
|
307315
|
+
this._dt(221);
|
|
307297
307316
|
}
|
|
307298
307317
|
if (a.protection.allowEditObjects == false) {
|
|
307299
|
-
this.
|
|
307318
|
+
this._dt(99);
|
|
307300
307319
|
}
|
|
307301
307320
|
let c = a.protection._c.h();
|
|
307302
307321
|
if (c.hasValue && c.value != 0) {
|
|
307303
|
-
this.
|
|
307322
|
+
this._dt(19);
|
|
307304
307323
|
}
|
|
307305
307324
|
}
|
|
307306
|
-
let d = this.
|
|
307307
|
-
this.
|
|
307308
|
-
this.
|
|
307309
|
-
this.
|
|
307325
|
+
let d = this._c8.position;
|
|
307326
|
+
this._dt(85);
|
|
307327
|
+
this._dh(a);
|
|
307328
|
+
this._dt(512);
|
|
307310
307329
|
return WorkItemExtensions.e(List$1.$.specialize(Number_$type), this._ci(a), (e) => {
|
|
307311
307330
|
let f = WorkItemExtensions.m(List$1.$.specialize(Number_$type), e);
|
|
307312
|
-
this.
|
|
307331
|
+
this._db(b, d, f);
|
|
307313
307332
|
if (this._aj) {
|
|
307314
|
-
this.
|
|
307315
|
-
}
|
|
307316
|
-
this.
|
|
307317
|
-
this.
|
|
307318
|
-
this.
|
|
307319
|
-
this.
|
|
307320
|
-
this.
|
|
307321
|
-
this.
|
|
307322
|
-
this.
|
|
307333
|
+
this._dt(236);
|
|
307334
|
+
}
|
|
307335
|
+
this._dx(a);
|
|
307336
|
+
this._dt(574);
|
|
307337
|
+
this._dt(2187);
|
|
307338
|
+
this._ds(a);
|
|
307339
|
+
this._dn(a);
|
|
307340
|
+
this._du(a.displayOptions);
|
|
307341
|
+
this._dj(a);
|
|
307323
307342
|
if (a._el) {
|
|
307324
|
-
this.
|
|
307343
|
+
this._dt(153);
|
|
307325
307344
|
}
|
|
307326
307345
|
if (this._af(a)) {
|
|
307327
|
-
this.
|
|
307346
|
+
this._dt(229);
|
|
307328
307347
|
}
|
|
307329
307348
|
if (a._d8) {
|
|
307330
307349
|
for (let g of fromEnum(a._hyperlinks$i)) {
|
|
307331
307350
|
this._ca.k(g);
|
|
307332
|
-
this.
|
|
307351
|
+
this._dt(440);
|
|
307333
307352
|
if (g.toolTip != null) {
|
|
307334
|
-
this.
|
|
307353
|
+
this._dt(2048);
|
|
307335
307354
|
}
|
|
307336
307355
|
this._ca.h();
|
|
307337
307356
|
}
|
|
307338
307357
|
}
|
|
307339
307358
|
if (a._d6) {
|
|
307340
|
-
this.
|
|
307359
|
+
this._dt(434);
|
|
307341
307360
|
for (let h of fromEnum(a._dataValidationRules$i)) {
|
|
307342
307361
|
let i = new List$1(CellAddressRange.$, 0);
|
|
307343
307362
|
for (let j of fromEnum(h.value)) {
|
|
@@ -307346,31 +307365,31 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307346
307365
|
this._ca.k(h.key);
|
|
307347
307366
|
this._ca.k(i);
|
|
307348
307367
|
while (i.count != 0) {
|
|
307349
|
-
this.
|
|
307368
|
+
this._dt(446);
|
|
307350
307369
|
}
|
|
307351
307370
|
this._ca.h();
|
|
307352
307371
|
this._ca.h();
|
|
307353
307372
|
}
|
|
307354
307373
|
}
|
|
307355
307374
|
if (this._b._cp && a._ak != null) {
|
|
307356
|
-
this.
|
|
307375
|
+
this._dt(442);
|
|
307357
307376
|
}
|
|
307358
307377
|
if (WorkbookColorInfo.l_op_Inequality(a.displayOptions.tabColorInfo, null)) {
|
|
307359
|
-
this.
|
|
307378
|
+
this._dt(2146);
|
|
307360
307379
|
}
|
|
307361
|
-
if (this.
|
|
307362
|
-
this.
|
|
307380
|
+
if (this._cs != null && this._cs.containsKey(a)) {
|
|
307381
|
+
this._di(a);
|
|
307363
307382
|
}
|
|
307364
|
-
this.
|
|
307383
|
+
this._dt(2151);
|
|
307365
307384
|
let k = a.protection._allowedEditRanges$i;
|
|
307366
307385
|
for (let l = k.count - 1; l >= 0; l--) {
|
|
307367
307386
|
this._ca.k(k.item(l));
|
|
307368
|
-
this.
|
|
307387
|
+
this._dt(2152);
|
|
307369
307388
|
this._ca.h();
|
|
307370
307389
|
}
|
|
307371
|
-
this.
|
|
307372
|
-
this.
|
|
307373
|
-
this.
|
|
307390
|
+
this._dz(a);
|
|
307391
|
+
this._dy(a.filterSettings, true);
|
|
307392
|
+
this._dt(10);
|
|
307374
307393
|
this._ca.h();
|
|
307375
307394
|
this._ca.h();
|
|
307376
307395
|
this._ca.h();
|
|
@@ -307382,15 +307401,15 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307382
307401
|
}
|
|
307383
307402
|
return Enumerable.d(WorksheetTableColumn.$, a._columns$i, (b) => b.totalFormula != null || b.totalLabel != null);
|
|
307384
307403
|
}
|
|
307385
|
-
|
|
307386
|
-
if (this.
|
|
307404
|
+
_df(a) {
|
|
307405
|
+
if (this._cw == null) {
|
|
307387
307406
|
return;
|
|
307388
307407
|
}
|
|
307389
|
-
let b = new BinaryReader(1, this.
|
|
307408
|
+
let b = new BinaryReader(1, this._c8);
|
|
307390
307409
|
for (let c = 0; c < a.count; c++) {
|
|
307391
|
-
this.
|
|
307410
|
+
this._c8.position = this._cw._inner[c];
|
|
307392
307411
|
{
|
|
307393
|
-
let d = new Biff8RecordStream(4, this, this.
|
|
307412
|
+
let d = new Biff8RecordStream(4, this, this._c8, b);
|
|
307394
307413
|
try {
|
|
307395
307414
|
d._transform.k();
|
|
307396
307415
|
d._write18(a._inner[c]);
|
|
@@ -307403,18 +307422,18 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307403
307422
|
}
|
|
307404
307423
|
}
|
|
307405
307424
|
}
|
|
307406
|
-
this.
|
|
307425
|
+
this._cw = null;
|
|
307407
307426
|
}
|
|
307408
|
-
|
|
307409
|
-
this.
|
|
307427
|
+
_dg() {
|
|
307428
|
+
this._cw = new List$1(Number_$type, 0);
|
|
307410
307429
|
for (let a of fromEnum(this._a1)) {
|
|
307411
|
-
this.
|
|
307430
|
+
this._cw.add(this._c8.position);
|
|
307412
307431
|
this._ca.k(a);
|
|
307413
|
-
this.
|
|
307432
|
+
this._dt(133);
|
|
307414
307433
|
this._ca.h();
|
|
307415
307434
|
}
|
|
307416
307435
|
}
|
|
307417
|
-
|
|
307436
|
+
_c7() {
|
|
307418
307437
|
let a = this._a5(this._cm.b, this._ck);
|
|
307419
307438
|
let b = this._ck.r;
|
|
307420
307439
|
this._cm.c = a;
|
|
@@ -307422,11 +307441,11 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307422
307441
|
let c = MultipleCellBlankInfo.o(this);
|
|
307423
307442
|
if (c != null) {
|
|
307424
307443
|
this._ca.k(c);
|
|
307425
|
-
this.
|
|
307444
|
+
this._dt(190);
|
|
307426
307445
|
this._ca.h();
|
|
307427
307446
|
return c.k;
|
|
307428
307447
|
}
|
|
307429
|
-
this.
|
|
307448
|
+
this._dt(513);
|
|
307430
307449
|
return b;
|
|
307431
307450
|
}
|
|
307432
307451
|
if (ExcelUtils.bb(a)) {
|
|
@@ -307436,23 +307455,23 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307436
307455
|
let f = MultipleCellRKInfo.o(this);
|
|
307437
307456
|
if (f != null) {
|
|
307438
307457
|
this._ca.k(f);
|
|
307439
|
-
this.
|
|
307458
|
+
this._dt(189);
|
|
307440
307459
|
this._ca.h();
|
|
307441
307460
|
return f.k;
|
|
307442
307461
|
}
|
|
307443
|
-
this.
|
|
307462
|
+
this._dt(638);
|
|
307444
307463
|
}
|
|
307445
307464
|
else {
|
|
307446
|
-
this.
|
|
307465
|
+
this._dt(515);
|
|
307447
307466
|
}
|
|
307448
307467
|
return b;
|
|
307449
307468
|
}
|
|
307450
307469
|
if (typeCast(Boolean_$type, a) !== null || typeCast(ErrorValue.$, a) !== null) {
|
|
307451
|
-
this.
|
|
307470
|
+
this._dt(517);
|
|
307452
307471
|
return b;
|
|
307453
307472
|
}
|
|
307454
307473
|
if (typeCast(StringElementIndex.$, a) !== null) {
|
|
307455
|
-
this.
|
|
307474
|
+
this._dt(253);
|
|
307456
307475
|
a.d();
|
|
307457
307476
|
return b;
|
|
307458
307477
|
}
|
|
@@ -307461,21 +307480,21 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307461
307480
|
if (g._as) {
|
|
307462
307481
|
let h = this._cp(this._cm.b, b, g);
|
|
307463
307482
|
this._ca.k(h);
|
|
307464
|
-
this.
|
|
307483
|
+
this._dt(6);
|
|
307465
307484
|
this._ca.h();
|
|
307466
307485
|
}
|
|
307467
307486
|
else {
|
|
307468
|
-
this.
|
|
307487
|
+
this._dt(6);
|
|
307469
307488
|
if (g._ak) {
|
|
307470
307489
|
let i = g;
|
|
307471
307490
|
if (i._c1.cellRange.firstRow == this._cm.b.index && i._c1.cellRange.firstColumn == b) {
|
|
307472
|
-
this.
|
|
307491
|
+
this._dt(545);
|
|
307473
307492
|
}
|
|
307474
307493
|
}
|
|
307475
307494
|
else if (g._am) {
|
|
307476
307495
|
let j = g._c1.cellsInTable;
|
|
307477
307496
|
if (j.firstRow == this._cm.b.index - 1 && j.firstColumn == b - 1) {
|
|
307478
|
-
this.
|
|
307497
|
+
this._dt(566);
|
|
307479
307498
|
}
|
|
307480
307499
|
}
|
|
307481
307500
|
}
|
|
@@ -307483,7 +307502,7 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307483
307502
|
}
|
|
307484
307503
|
return b;
|
|
307485
307504
|
}
|
|
307486
|
-
|
|
307505
|
+
_dh(a) {
|
|
307487
307506
|
let b = new List$1(WorksheetColumnBlock.$, 1, a._fg);
|
|
307488
307507
|
if (b.count == 1 && b._inner[0].l) {
|
|
307489
307508
|
return;
|
|
@@ -307493,11 +307512,11 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307493
307512
|
continue;
|
|
307494
307513
|
}
|
|
307495
307514
|
this._ca.k(c);
|
|
307496
|
-
this.
|
|
307515
|
+
this._dt(125);
|
|
307497
307516
|
this._ca.h();
|
|
307498
307517
|
}
|
|
307499
307518
|
}
|
|
307500
|
-
|
|
307519
|
+
_dj(a) {
|
|
307501
307520
|
if (this._b._cq == false) {
|
|
307502
307521
|
return;
|
|
307503
307522
|
}
|
|
@@ -307513,7 +307532,7 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307513
307532
|
}
|
|
307514
307533
|
this._ca.k(c);
|
|
307515
307534
|
this._ca.k(b);
|
|
307516
|
-
this.
|
|
307535
|
+
this._dl(e != null, d);
|
|
307517
307536
|
this._ca.h();
|
|
307518
307537
|
this._ca.h();
|
|
307519
307538
|
if (e != null) {
|
|
@@ -307521,98 +307540,98 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307521
307540
|
}
|
|
307522
307541
|
}
|
|
307523
307542
|
}
|
|
307524
|
-
|
|
307543
|
+
_dk() {
|
|
307525
307544
|
if (this._b._cq == false) {
|
|
307526
307545
|
return;
|
|
307527
307546
|
}
|
|
307528
307547
|
for (let a of fromEnum(this._b._customViews$i)) {
|
|
307529
307548
|
this._ca.k(a);
|
|
307530
|
-
this.
|
|
307549
|
+
this._dt(425);
|
|
307531
307550
|
this._ca.h();
|
|
307532
307551
|
}
|
|
307533
307552
|
}
|
|
307534
|
-
|
|
307535
|
-
this.
|
|
307536
|
-
this.
|
|
307553
|
+
_dl(a, b) {
|
|
307554
|
+
this._dt(426);
|
|
307555
|
+
this._du(this._ca.a(DisplayOptions.$));
|
|
307537
307556
|
if (a) {
|
|
307538
307557
|
let c = this._ca.a(PrintOptions.$);
|
|
307539
307558
|
if (c._cp) {
|
|
307540
|
-
this.
|
|
307559
|
+
this._dt(27);
|
|
307541
307560
|
}
|
|
307542
307561
|
if (c._cr) {
|
|
307543
|
-
this.
|
|
307544
|
-
}
|
|
307545
|
-
this.
|
|
307546
|
-
this.
|
|
307547
|
-
this.
|
|
307548
|
-
this.
|
|
307549
|
-
this.
|
|
307550
|
-
this.
|
|
307551
|
-
this.
|
|
307552
|
-
this.
|
|
307553
|
-
this.
|
|
307554
|
-
this.
|
|
307562
|
+
this._dt(26);
|
|
307563
|
+
}
|
|
307564
|
+
this._dt(20);
|
|
307565
|
+
this._dt(21);
|
|
307566
|
+
this._dt(131);
|
|
307567
|
+
this._dt(132);
|
|
307568
|
+
this._dt(38);
|
|
307569
|
+
this._dt(39);
|
|
307570
|
+
this._dt(40);
|
|
307571
|
+
this._dt(41);
|
|
307572
|
+
this._dt(161);
|
|
307573
|
+
this._dt(2204);
|
|
307555
307574
|
}
|
|
307556
307575
|
if (b != null) {
|
|
307557
|
-
this.
|
|
307576
|
+
this._dy(b, false);
|
|
307558
307577
|
}
|
|
307559
|
-
this.
|
|
307578
|
+
this._dt(427);
|
|
307560
307579
|
}
|
|
307561
|
-
|
|
307580
|
+
_dm() {
|
|
307562
307581
|
let a = this._i;
|
|
307563
307582
|
if (a.count == 0) {
|
|
307564
307583
|
return;
|
|
307565
307584
|
}
|
|
307566
307585
|
for (let b of fromEnum(a)) {
|
|
307567
307586
|
this._ca.k(b);
|
|
307568
|
-
this.
|
|
307587
|
+
this._dt(430);
|
|
307569
307588
|
if ((typeCast(CurrentWorkbookReference.$, b) !== null) == false) {
|
|
307570
307589
|
for (let c of fromEnum(b.u)) {
|
|
307571
307590
|
this._ca.k(c);
|
|
307572
|
-
this.
|
|
307591
|
+
this._dt(35);
|
|
307573
307592
|
this._ca.h();
|
|
307574
307593
|
}
|
|
307575
307594
|
}
|
|
307576
307595
|
this._ca.h();
|
|
307577
307596
|
}
|
|
307578
|
-
this.
|
|
307597
|
+
this._dt(23);
|
|
307579
307598
|
}
|
|
307580
|
-
|
|
307599
|
+
_dn(a) {
|
|
307581
307600
|
if (a.displayOptions._b4 != 100) {
|
|
307582
|
-
this.
|
|
307601
|
+
this._dt(160);
|
|
307583
307602
|
}
|
|
307584
307603
|
}
|
|
307585
|
-
|
|
307604
|
+
_dp() {
|
|
307586
307605
|
for (let a of fromEnum(this._b._bb.u)) {
|
|
307587
307606
|
this._ca.k(a);
|
|
307588
|
-
this.
|
|
307607
|
+
this._dt(24);
|
|
307589
307608
|
if (a.comment != null && a.comment.length > 0) {
|
|
307590
|
-
this.
|
|
307609
|
+
this._dt(2196);
|
|
307591
307610
|
}
|
|
307592
307611
|
this._ca.h();
|
|
307593
307612
|
}
|
|
307594
307613
|
}
|
|
307595
|
-
|
|
307614
|
+
_dq(a) {
|
|
307596
307615
|
this._ca.k(new WorkbookSaveManagerExcel2003_FormatHolder(a, this._b._b2.ad(a)));
|
|
307597
|
-
this.
|
|
307616
|
+
this._dt(1054);
|
|
307598
307617
|
this._ca.h();
|
|
307599
307618
|
}
|
|
307600
|
-
|
|
307601
|
-
this.
|
|
307602
|
-
this.
|
|
307603
|
-
this.
|
|
307604
|
-
this.
|
|
307605
|
-
this.
|
|
307606
|
-
this.
|
|
307607
|
-
this.
|
|
307608
|
-
this.
|
|
307619
|
+
_dr() {
|
|
307620
|
+
this._dq(5);
|
|
307621
|
+
this._dq(6);
|
|
307622
|
+
this._dq(7);
|
|
307623
|
+
this._dq(8);
|
|
307624
|
+
this._dq(42);
|
|
307625
|
+
this._dq(41);
|
|
307626
|
+
this._dq(44);
|
|
307627
|
+
this._dq(43);
|
|
307609
307628
|
if (this._b._ct) {
|
|
307610
307629
|
for (let a of fromEnum(this._b._b2.m())) {
|
|
307611
|
-
this.
|
|
307630
|
+
this._dq(a);
|
|
307612
307631
|
}
|
|
307613
307632
|
}
|
|
307614
307633
|
}
|
|
307615
|
-
|
|
307634
|
+
_ds(a) {
|
|
307616
307635
|
let b = a.displayOptions;
|
|
307617
307636
|
let c;
|
|
307618
307637
|
if (b.panesAreFrozen) {
|
|
@@ -307622,78 +307641,78 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307622
307641
|
c = b.unfrozenPaneSettings.leftPaneWidth != 0 || b.unfrozenPaneSettings.topPaneHeight != 0;
|
|
307623
307642
|
}
|
|
307624
307643
|
if (c) {
|
|
307625
|
-
this.
|
|
307644
|
+
this._dt(65);
|
|
307626
307645
|
}
|
|
307627
307646
|
}
|
|
307628
|
-
|
|
307647
|
+
_du(a) {
|
|
307629
307648
|
a._bs();
|
|
307630
307649
|
if (a._aj && a._ag.b.count > 0) {
|
|
307631
307650
|
for (let b of fromEnum(a._ag.b)) {
|
|
307632
307651
|
this._ca.k(b);
|
|
307633
|
-
this.
|
|
307652
|
+
this._dt(29);
|
|
307634
307653
|
this._ca.h();
|
|
307635
307654
|
}
|
|
307636
307655
|
}
|
|
307637
307656
|
else {
|
|
307638
|
-
this.
|
|
307657
|
+
this._dt(29);
|
|
307639
307658
|
}
|
|
307640
307659
|
}
|
|
307641
|
-
|
|
307660
|
+
_dv() {
|
|
307642
307661
|
for (let a of fromEnum(this._h)) {
|
|
307643
307662
|
if (a == null) {
|
|
307644
307663
|
continue;
|
|
307645
307664
|
}
|
|
307646
307665
|
this._ca.k(a);
|
|
307647
|
-
this.
|
|
307666
|
+
this._dt(49);
|
|
307648
307667
|
this._ca.h();
|
|
307649
307668
|
}
|
|
307650
307669
|
}
|
|
307651
307670
|
_cg() {
|
|
307652
307671
|
this._ca.k(this._b);
|
|
307653
|
-
this.
|
|
307672
|
+
this._dt(2057);
|
|
307654
307673
|
if (this._b._cs) {
|
|
307655
|
-
this.
|
|
307674
|
+
this._dt(134);
|
|
307656
307675
|
}
|
|
307657
307676
|
if (this._b._cw && !this._ag) {
|
|
307658
|
-
this.
|
|
307677
|
+
this._dt(47);
|
|
307659
307678
|
}
|
|
307660
307679
|
if (this._b.currentFormat == 1) {
|
|
307661
|
-
this.
|
|
307680
|
+
this._dt(96);
|
|
307662
307681
|
}
|
|
307663
307682
|
if (this._b._cs) {
|
|
307664
|
-
this.
|
|
307683
|
+
this._dt(91);
|
|
307665
307684
|
}
|
|
307666
|
-
this.
|
|
307667
|
-
this.
|
|
307668
|
-
this.
|
|
307669
|
-
this.
|
|
307685
|
+
this._dt(66);
|
|
307686
|
+
this._dt(353);
|
|
307687
|
+
this._dt(448);
|
|
307688
|
+
this._dt(317);
|
|
307670
307689
|
if (this._b._cp) {
|
|
307671
|
-
this.
|
|
307690
|
+
this._dt(211);
|
|
307672
307691
|
if (this._b._co) {
|
|
307673
|
-
this.
|
|
307674
|
-
}
|
|
307675
|
-
this.
|
|
307676
|
-
}
|
|
307677
|
-
this.
|
|
307678
|
-
this.
|
|
307679
|
-
this.
|
|
307680
|
-
this.
|
|
307681
|
-
this.
|
|
307682
|
-
this.
|
|
307683
|
-
this.
|
|
307684
|
-
this.
|
|
307685
|
-
this.
|
|
307686
|
-
this.
|
|
307687
|
-
this.
|
|
307688
|
-
this.
|
|
307689
|
-
this.
|
|
307690
|
-
let a = this.
|
|
307692
|
+
this._dt(445);
|
|
307693
|
+
}
|
|
307694
|
+
this._dt(442);
|
|
307695
|
+
}
|
|
307696
|
+
this._dt(156);
|
|
307697
|
+
this._dt(25);
|
|
307698
|
+
this._dt(18);
|
|
307699
|
+
this._dt(19);
|
|
307700
|
+
this._dt(61);
|
|
307701
|
+
this._dt(64);
|
|
307702
|
+
this._dt(141);
|
|
307703
|
+
this._dt(34);
|
|
307704
|
+
this._dt(14);
|
|
307705
|
+
this._dt(439);
|
|
307706
|
+
this._dt(218);
|
|
307707
|
+
this._dv();
|
|
307708
|
+
this._dr();
|
|
307709
|
+
let a = this._c8.position;
|
|
307691
307710
|
let b = new List$1(XFRecord_XFContext.$, 0);
|
|
307692
|
-
for (let c = 0; c < this.
|
|
307693
|
-
let d = this.
|
|
307711
|
+
for (let c = 0; c < this._c0.count; c++) {
|
|
307712
|
+
let d = this._c0._inner[c];
|
|
307694
307713
|
let e = new XFRecord_XFContext(d, c, d._cg());
|
|
307695
307714
|
this._ca.k(e);
|
|
307696
|
-
this.
|
|
307715
|
+
this._dt(224);
|
|
307697
307716
|
this._ca.h();
|
|
307698
307717
|
if (e.b.count != 0) {
|
|
307699
307718
|
b.add(e);
|
|
@@ -307701,71 +307720,71 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307701
307720
|
}
|
|
307702
307721
|
this._cn.s(a);
|
|
307703
307722
|
if (b.count != 0) {
|
|
307704
|
-
this.
|
|
307723
|
+
this._dt(2172);
|
|
307705
307724
|
for (let f of fromEnum(b)) {
|
|
307706
307725
|
this._ca.k(f);
|
|
307707
|
-
this.
|
|
307726
|
+
this._dt(2173);
|
|
307708
307727
|
this._ca.h();
|
|
307709
307728
|
}
|
|
307710
307729
|
}
|
|
307711
307730
|
for (let g of fromEnum(this._g)) {
|
|
307712
307731
|
this._ca.k(g);
|
|
307713
|
-
this.
|
|
307732
|
+
this._dt(2189);
|
|
307714
307733
|
this._ca.h();
|
|
307715
307734
|
}
|
|
307716
|
-
this.
|
|
307717
|
-
this.
|
|
307735
|
+
this._dw();
|
|
307736
|
+
this._dt(2190);
|
|
307718
307737
|
for (let h of fromEnum(this._b._customTableStyles$i)) {
|
|
307719
|
-
this.
|
|
307738
|
+
this._d0(h);
|
|
307720
307739
|
}
|
|
307721
|
-
this.
|
|
307740
|
+
this._dk();
|
|
307722
307741
|
if (this._b._palette$i.isCustom) {
|
|
307723
|
-
this.
|
|
307742
|
+
this._dt(146);
|
|
307724
307743
|
}
|
|
307725
|
-
this.
|
|
307726
|
-
this.
|
|
307727
|
-
this.
|
|
307728
|
-
this.
|
|
307729
|
-
this.
|
|
307744
|
+
this._dt(352);
|
|
307745
|
+
this._dg();
|
|
307746
|
+
this._dt(140);
|
|
307747
|
+
this._dm();
|
|
307748
|
+
this._dp();
|
|
307730
307749
|
if (this._aj) {
|
|
307731
|
-
this.
|
|
307750
|
+
this._dt(235);
|
|
307732
307751
|
}
|
|
307733
307752
|
return WorkItemExtensions.a(this._cf(252), () => {
|
|
307734
|
-
this.
|
|
307735
|
-
this.
|
|
307736
|
-
this.
|
|
307753
|
+
this._dt(255);
|
|
307754
|
+
this._dt(2198);
|
|
307755
|
+
this._dt(10);
|
|
307737
307756
|
this._ca.h();
|
|
307738
307757
|
});
|
|
307739
307758
|
}
|
|
307740
|
-
|
|
307741
|
-
if (this.
|
|
307759
|
+
_dw() {
|
|
307760
|
+
if (this._cy.count == 0) {
|
|
307742
307761
|
return;
|
|
307743
307762
|
}
|
|
307744
|
-
for (let a of fromEnum(this.
|
|
307763
|
+
for (let a of fromEnum(this._cy)) {
|
|
307745
307764
|
this._ca.k(a);
|
|
307746
|
-
this.
|
|
307765
|
+
this._dt(659);
|
|
307747
307766
|
if (a._i._ch().count != 0) {
|
|
307748
|
-
this.
|
|
307767
|
+
this._dt(2194);
|
|
307749
307768
|
}
|
|
307750
307769
|
this._ca.h();
|
|
307751
307770
|
}
|
|
307752
307771
|
}
|
|
307753
|
-
|
|
307772
|
+
_dx(a) {
|
|
307754
307773
|
let b = this._w(a);
|
|
307755
307774
|
for (let c of fromEnum(b.j)) {
|
|
307756
307775
|
this._ca.k(c.cell);
|
|
307757
|
-
this.
|
|
307776
|
+
this._dt(28);
|
|
307758
307777
|
this._ca.h();
|
|
307759
307778
|
}
|
|
307760
307779
|
}
|
|
307761
|
-
|
|
307780
|
+
_dy(a, b) {
|
|
307762
307781
|
if (a.region == null) {
|
|
307763
307782
|
return;
|
|
307764
307783
|
}
|
|
307765
307784
|
if (b) {
|
|
307766
|
-
this.
|
|
307785
|
+
this._dt(155);
|
|
307767
307786
|
}
|
|
307768
|
-
this.
|
|
307787
|
+
this._dt(157);
|
|
307769
307788
|
this._ca.k(a);
|
|
307770
307789
|
let c = a.region._ad;
|
|
307771
307790
|
let d = new SortedList$2(Number_$type, TableColumnFilterData.$, 1, UtilitiesInt32Comparer._c);
|
|
@@ -307781,28 +307800,28 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307781
307800
|
this._ca.k(d);
|
|
307782
307801
|
for (let h of fromEnum(d._j)) {
|
|
307783
307802
|
this._ca.k(h);
|
|
307784
|
-
this.
|
|
307803
|
+
this._dt(158);
|
|
307785
307804
|
if (h.d) {
|
|
307786
|
-
this.
|
|
307805
|
+
this._dt(2174);
|
|
307787
307806
|
}
|
|
307788
307807
|
}
|
|
307789
307808
|
this._ca.h();
|
|
307790
307809
|
if (a.sortSettings._o) {
|
|
307791
|
-
this.
|
|
307810
|
+
this._dt(2197);
|
|
307792
307811
|
}
|
|
307793
307812
|
this._ca.h();
|
|
307794
307813
|
}
|
|
307795
307814
|
_ch(a, b) {
|
|
307796
|
-
let c = this.
|
|
307815
|
+
let c = this._c8.position;
|
|
307797
307816
|
for (let d of fromEnum(b)) {
|
|
307798
307817
|
this._ca.k(d);
|
|
307799
|
-
this.
|
|
307818
|
+
this._dt(520);
|
|
307800
307819
|
this._ca.h();
|
|
307801
307820
|
}
|
|
307802
307821
|
let e = new List$1(Number_$type, 0);
|
|
307803
307822
|
let f = 0;
|
|
307804
307823
|
return WorkItemExtensions.g(Number_$type, Async.d(WorksheetRow.$, b, (g) => {
|
|
307805
|
-
e.add(this.
|
|
307824
|
+
e.add(this._c8.position);
|
|
307806
307825
|
let h = g._hasCellFormat ? g._cellFormatInternal.d : null;
|
|
307807
307826
|
let i = this._u(g);
|
|
307808
307827
|
this._cm = new CellContext(g, i);
|
|
@@ -307815,7 +307834,7 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307815
307834
|
k.j = h || a._cb(k.r).b;
|
|
307816
307835
|
}
|
|
307817
307836
|
this._ck = k;
|
|
307818
|
-
j = this.
|
|
307837
|
+
j = this._c7();
|
|
307819
307838
|
f += j + 1 - k.r;
|
|
307820
307839
|
if (1000 < f) {
|
|
307821
307840
|
f = 0;
|
|
@@ -307827,10 +307846,10 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307827
307846
|
this._ck = null;
|
|
307828
307847
|
});
|
|
307829
307848
|
}), () => {
|
|
307830
|
-
let g = this.
|
|
307849
|
+
let g = this._c8.position;
|
|
307831
307850
|
let h = new DBCELLRecord_DBCELLInfo(c, e);
|
|
307832
307851
|
this._ca.k(h);
|
|
307833
|
-
this.
|
|
307852
|
+
this._dt(215);
|
|
307834
307853
|
this._ca.h();
|
|
307835
307854
|
return g;
|
|
307836
307855
|
});
|
|
@@ -307854,11 +307873,11 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307854
307873
|
})), () => c.add(e));
|
|
307855
307874
|
}), () => Async.g(c.count > 0, () => WorkItemExtensions.e(Number_$type, this._ch(a, c), (e) => b.add(WorkItemExtensions.m(Number_$type, e))))), () => b);
|
|
307856
307875
|
}
|
|
307857
|
-
|
|
307876
|
+
_dz(a) {
|
|
307858
307877
|
if (a._tables$i.count == 0) {
|
|
307859
307878
|
return;
|
|
307860
307879
|
}
|
|
307861
|
-
this.
|
|
307880
|
+
this._dt(2161);
|
|
307862
307881
|
for (let b of fromEnum(a._tables$i)) {
|
|
307863
307882
|
let c = new SortedList$2(Number_$type, TableColumnFilterData.$, 1, UtilitiesInt32Comparer._c);
|
|
307864
307883
|
for (let d = 0; d < b._columns$i.count; d++) {
|
|
@@ -307871,60 +307890,60 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307871
307890
|
this._ca.k(b);
|
|
307872
307891
|
this._ca.k(c);
|
|
307873
307892
|
if (WorkbookSaveManagerExcel2003._cq(b)) {
|
|
307874
|
-
this.
|
|
307893
|
+
this._dt(2168);
|
|
307875
307894
|
}
|
|
307876
307895
|
else {
|
|
307877
|
-
this.
|
|
307896
|
+
this._dt(2162);
|
|
307878
307897
|
}
|
|
307879
307898
|
this._ca.k(enumGetBox(LIST12Record_LIST12DataType_$type, 0));
|
|
307880
|
-
this.
|
|
307899
|
+
this._dt(2167);
|
|
307881
307900
|
this._ca.h();
|
|
307882
307901
|
for (let g of fromEnum(c._j)) {
|
|
307883
307902
|
if (g.d) {
|
|
307884
307903
|
this._ca.k(g);
|
|
307885
|
-
this.
|
|
307904
|
+
this._dt(2174);
|
|
307886
307905
|
this._ca.h();
|
|
307887
307906
|
}
|
|
307888
307907
|
}
|
|
307889
307908
|
this._ca.k(enumGetBox(LIST12Record_LIST12DataType_$type, 1));
|
|
307890
|
-
this.
|
|
307909
|
+
this._dt(2167);
|
|
307891
307910
|
this._ca.h();
|
|
307892
307911
|
this._ca.k(enumGetBox(LIST12Record_LIST12DataType_$type, 2));
|
|
307893
|
-
this.
|
|
307912
|
+
this._dt(2167);
|
|
307894
307913
|
this._ca.h();
|
|
307895
307914
|
if (b.sortSettings._o) {
|
|
307896
|
-
this.
|
|
307915
|
+
this._dt(2197);
|
|
307897
307916
|
}
|
|
307898
307917
|
this._ca.h();
|
|
307899
307918
|
this._ca.h();
|
|
307900
307919
|
}
|
|
307901
307920
|
}
|
|
307902
|
-
|
|
307921
|
+
_d0(a) {
|
|
307903
307922
|
this._ca.k(a);
|
|
307904
|
-
this.
|
|
307923
|
+
this._dt(2191);
|
|
307905
307924
|
for (let b of fromEnum(this._aa(a))) {
|
|
307906
307925
|
this._ca.k(enumGetBox(WorksheetTableStyleArea_$type, b.key));
|
|
307907
307926
|
this._ca.k(b.value);
|
|
307908
|
-
this.
|
|
307927
|
+
this._dt(2192);
|
|
307909
307928
|
this._ca.h();
|
|
307910
307929
|
this._ca.h();
|
|
307911
307930
|
}
|
|
307912
307931
|
this._ca.h();
|
|
307913
307932
|
}
|
|
307914
|
-
|
|
307915
|
-
if (this.
|
|
307933
|
+
_di(a) {
|
|
307934
|
+
if (this._cs == null) {
|
|
307916
307935
|
return;
|
|
307917
307936
|
}
|
|
307918
307937
|
let b = null;
|
|
307919
|
-
if (((() => { let c = this.
|
|
307938
|
+
if (((() => { let c = this._cs.tryGetValue(a, b); b = c.p1; return c.ret; })()) == false) {
|
|
307920
307939
|
return;
|
|
307921
307940
|
}
|
|
307922
307941
|
for (let c of fromEnum(b.c)) {
|
|
307923
307942
|
this._ca.k(c);
|
|
307924
|
-
this.
|
|
307943
|
+
this._dt(2169);
|
|
307925
307944
|
for (let d of fromEnum(c.h)) {
|
|
307926
307945
|
this._ca.k(d);
|
|
307927
|
-
this.
|
|
307946
|
+
this._dt(2170);
|
|
307928
307947
|
this._ca.h();
|
|
307929
307948
|
}
|
|
307930
307949
|
this._ca.h();
|
|
@@ -307950,19 +307969,19 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307950
307969
|
set _cl(a) {
|
|
307951
307970
|
this._cn.d = a;
|
|
307952
307971
|
}
|
|
307953
|
-
get _cy() {
|
|
307954
|
-
return this._cw;
|
|
307955
|
-
}
|
|
307956
307972
|
get _cz() {
|
|
307957
|
-
return this.
|
|
307973
|
+
return this._cx;
|
|
307958
307974
|
}
|
|
307959
307975
|
get _c0() {
|
|
307960
|
-
return this._cn.
|
|
307976
|
+
return this._cn.p;
|
|
307961
307977
|
}
|
|
307962
307978
|
get _c1() {
|
|
307963
|
-
return this.
|
|
307979
|
+
return this._cn.q;
|
|
307964
307980
|
}
|
|
307965
|
-
get
|
|
307981
|
+
get _c2() {
|
|
307982
|
+
return this._cy;
|
|
307983
|
+
}
|
|
307984
|
+
get _c8() {
|
|
307966
307985
|
return this._cn.c;
|
|
307967
307986
|
}
|
|
307968
307987
|
get _b9() {
|
|
@@ -308143,7 +308162,7 @@ let WorkbookSaveManagerExcel2003_PopuplateShapeDrawingPropertiesVisitor = /*@__P
|
|
|
308143
308162
|
else {
|
|
308144
308163
|
c = new List$1(PropertyTableBase_PropertyValue.$, 0);
|
|
308145
308164
|
}
|
|
308146
|
-
let e = a.
|
|
308165
|
+
let e = a._c1.indexOf(new WorkbookSerializationDataExcel2003_ImageHolder(b, 1));
|
|
308147
308166
|
if (e >= 0) {
|
|
308148
308167
|
c.add(new PropertyTableBase_PropertyValue(1, 260, intSToU((e + 1)), false, true));
|
|
308149
308168
|
}
|
|
@@ -309334,10 +309353,10 @@ let Biff8RecordStream = /*@__PURE__*/ (() => {
|
|
|
309334
309353
|
{
|
|
309335
309354
|
let c = _rest[0];
|
|
309336
309355
|
let d = _rest[1];
|
|
309337
|
-
super(2, c, c.
|
|
309356
|
+
super(2, c, c._c8, d, c._cb);
|
|
309338
309357
|
this._et = true;
|
|
309339
309358
|
this._ew = false;
|
|
309340
|
-
c.
|
|
309359
|
+
c._dd(this);
|
|
309341
309360
|
}
|
|
309342
309361
|
break;
|
|
309343
309362
|
case 4:
|
|
@@ -309376,7 +309395,7 @@ let Biff8RecordStream = /*@__PURE__*/ (() => {
|
|
|
309376
309395
|
}
|
|
309377
309396
|
let c = this._saveManagerBiff8;
|
|
309378
309397
|
if (c != null) {
|
|
309379
|
-
c.
|
|
309398
|
+
c._dc(this);
|
|
309380
309399
|
}
|
|
309381
309400
|
}
|
|
309382
309401
|
}
|
|
@@ -311555,11 +311574,11 @@ let Biff8RecordStream = /*@__PURE__*/ (() => {
|
|
|
311555
311574
|
h = i.p3;
|
|
311556
311575
|
let j = -1;
|
|
311557
311576
|
if (d != null) {
|
|
311558
|
-
j = this._saveManagerBiff8.
|
|
311577
|
+
j = this._saveManagerBiff8._c2.indexOf(d);
|
|
311559
311578
|
}
|
|
311560
311579
|
let k = -1;
|
|
311561
311580
|
if (g != null) {
|
|
311562
|
-
k = this._saveManagerBiff8.
|
|
311581
|
+
k = this._saveManagerBiff8._c2.indexOf(g);
|
|
311563
311582
|
}
|
|
311564
311583
|
this._write18(a._a9);
|
|
311565
311584
|
this._write18(intSToU(0));
|
|
@@ -311610,7 +311629,7 @@ let Biff8RecordStream = /*@__PURE__*/ (() => {
|
|
|
311610
311629
|
this._writeFeat11FdaAutoFilter(a, n);
|
|
311611
311630
|
}
|
|
311612
311631
|
if (q) {
|
|
311613
|
-
this._saveManagerBiff8.
|
|
311632
|
+
this._saveManagerBiff8._c6(a.totalFormula, true, false);
|
|
311614
311633
|
}
|
|
311615
311634
|
if (r) {
|
|
311616
311635
|
this._writeXLUnicodeString(a.totalLabel);
|
|
@@ -311942,15 +311961,15 @@ let Biff8RecordStream = /*@__PURE__*/ (() => {
|
|
|
311942
311961
|
p = q.p4;
|
|
311943
311962
|
let r = -1;
|
|
311944
311963
|
if (c != null) {
|
|
311945
|
-
r = this._saveManagerBiff8.
|
|
311964
|
+
r = this._saveManagerBiff8._c2.indexOf(c);
|
|
311946
311965
|
}
|
|
311947
311966
|
let s = -1;
|
|
311948
311967
|
if (g != null) {
|
|
311949
|
-
s = this._saveManagerBiff8.
|
|
311968
|
+
s = this._saveManagerBiff8._c2.indexOf(g);
|
|
311950
311969
|
}
|
|
311951
311970
|
let t = -1;
|
|
311952
311971
|
if (j != null) {
|
|
311953
|
-
t = this._saveManagerBiff8.
|
|
311972
|
+
t = this._saveManagerBiff8._c2.indexOf(j);
|
|
311954
311973
|
}
|
|
311955
311974
|
this._write13(0);
|
|
311956
311975
|
this._write13(r);
|
|
@@ -313612,7 +313631,7 @@ let ObjExtensionMethods = /*@__PURE__*/ (() => {
|
|
|
313612
313631
|
if (a.a == null) {
|
|
313613
313632
|
return;
|
|
313614
313633
|
}
|
|
313615
|
-
b.
|
|
313634
|
+
b._c6(a.a, false, false);
|
|
313616
313635
|
}
|
|
313617
313636
|
static p(a) {
|
|
313618
313637
|
let b = a._aw;
|
|
@@ -314333,7 +314352,7 @@ let ChildAnchor = /*@__PURE__*/ (() => {
|
|
|
314333
314352
|
let c = _rest[0];
|
|
314334
314353
|
super(0, 0, 16);
|
|
314335
314354
|
this.n = null;
|
|
314336
|
-
this.n = ExcelUtils.
|
|
314355
|
+
this.n = ExcelUtils.hi(c._getBoundsInTwips());
|
|
314337
314356
|
}
|
|
314338
314357
|
break;
|
|
314339
314358
|
case 1:
|
|
@@ -314673,7 +314692,7 @@ let ClientData = /*@__PURE__*/ (() => {
|
|
|
314673
314692
|
}
|
|
314674
314693
|
let m = d._g6._inner[f++];
|
|
314675
314694
|
l.write(g, k, 6);
|
|
314676
|
-
a.
|
|
314695
|
+
a._c6(m, true, false);
|
|
314677
314696
|
}
|
|
314678
314697
|
break;
|
|
314679
314698
|
case 4134:
|
|
@@ -314761,7 +314780,7 @@ let ClientTextBox = /*@__PURE__*/ (() => {
|
|
|
314761
314780
|
m(a) {
|
|
314762
314781
|
super.m(a);
|
|
314763
314782
|
a._ca.k(this.n);
|
|
314764
|
-
a.
|
|
314783
|
+
a._dt(438);
|
|
314765
314784
|
a._cl._nextBlockType = 236;
|
|
314766
314785
|
a._ca.h();
|
|
314767
314786
|
}
|
|
@@ -314993,8 +315012,8 @@ let DrawingGroupContainer = /*@__PURE__*/ (() => {
|
|
|
314993
315012
|
let c = _rest[0];
|
|
314994
315013
|
super(15, 0, 0);
|
|
314995
315014
|
this.r(new DrawingGroup(0, c._a1));
|
|
314996
|
-
if (c.
|
|
314997
|
-
this.r(new BLIPStoreContainer(0, c.
|
|
315015
|
+
if (c._c1.count > 0) {
|
|
315016
|
+
this.r(new BLIPStoreContainer(0, c._c1));
|
|
314998
315017
|
}
|
|
314999
315018
|
if (c._b._ej != null && c._b._ej.count > 0) {
|
|
315000
315019
|
this.r(new PropertyTable1(1, c._b._ej));
|
|
@@ -315129,7 +315148,7 @@ let GroupShape = /*@__PURE__*/ (() => {
|
|
|
315129
315148
|
let c = _rest[0];
|
|
315130
315149
|
super(1, 0, 16);
|
|
315131
315150
|
this.n = null;
|
|
315132
|
-
this.n = ExcelUtils.
|
|
315151
|
+
this.n = ExcelUtils.hi(c._getBoundsInTwips());
|
|
315133
315152
|
}
|
|
315134
315153
|
break;
|
|
315135
315154
|
case 1:
|
|
@@ -315373,7 +315392,7 @@ let PropertyTable1 = /*@__PURE__*/ (() => {
|
|
|
315373
315392
|
return toNullable(Color.$, f.value);
|
|
315374
315393
|
}
|
|
315375
315394
|
if (nullableNotEquals(g, null)) {
|
|
315376
|
-
return toNullable(Color.$, ExcelUtils.
|
|
315395
|
+
return toNullable(Color.$, ExcelUtils.g6(a._b._palette$i._af(g.value)));
|
|
315377
315396
|
}
|
|
315378
315397
|
if (nullableNotEquals(h, null)) {
|
|
315379
315398
|
switch (h.value) {
|
|
@@ -315891,7 +315910,7 @@ let ShapeContainer = /*@__PURE__*/ (() => {
|
|
|
315891
315910
|
if (d._b0.hasValue == false) {
|
|
315892
315911
|
return;
|
|
315893
315912
|
}
|
|
315894
|
-
c.
|
|
315913
|
+
c._de(d);
|
|
315895
315914
|
let e = typeCast(WorksheetShapeGroup.$, d);
|
|
315896
315915
|
if (e != null) {
|
|
315897
315916
|
this.r(new GroupShape(0, e));
|
|
@@ -315954,7 +315973,7 @@ let ShapeContainer = /*@__PURE__*/ (() => {
|
|
|
315954
315973
|
}
|
|
315955
315974
|
}
|
|
315956
315975
|
else if (e != null) {
|
|
315957
|
-
b._setBoundsInTwips(c, ExcelUtils.
|
|
315976
|
+
b._setBoundsInTwips(c, ExcelUtils.hh(e.o));
|
|
315958
315977
|
}
|
|
315959
315978
|
if (WorksheetCell.l_op_Equality(b.topLeftCornerCell, null)) {
|
|
315960
315979
|
return;
|
|
@@ -316533,7 +316552,7 @@ let ARRAYRecord = /*@__PURE__*/ (() => {
|
|
|
316533
316552
|
}
|
|
316534
316553
|
a._cl._write17(e);
|
|
316535
316554
|
a._cl._write18(intSToU(0));
|
|
316536
|
-
a.
|
|
316555
|
+
a._c6(d, true, false);
|
|
316537
316556
|
}
|
|
316538
316557
|
get_d() {
|
|
316539
316558
|
return 545;
|
|
@@ -317018,7 +317037,7 @@ let BITMAPRecord = /*@__PURE__*/ (() => {
|
|
|
317018
317037
|
let l = a._aw._readUInt16();
|
|
317019
317038
|
let m = a._aw._readUInt16();
|
|
317020
317039
|
let n = a._aw._readBytes(k);
|
|
317021
|
-
b.sheetBackground = ExcelUtils.
|
|
317040
|
+
b.sheetBackground = ExcelUtils.g8(n, h, i);
|
|
317022
317041
|
}
|
|
317023
317042
|
i(a) {
|
|
317024
317043
|
let b = a._ca.a(Worksheet.$);
|
|
@@ -318220,7 +318239,7 @@ let DVRecord = /*@__PURE__*/ (() => {
|
|
|
318220
318239
|
a._cl._write17(0);
|
|
318221
318240
|
a._cl._write17(0);
|
|
318222
318241
|
if (e != null) {
|
|
318223
|
-
let q = a.
|
|
318242
|
+
let q = a._c6(e, false, false, false);
|
|
318224
318243
|
let r = a._cl.position;
|
|
318225
318244
|
a._cl.position = p;
|
|
318226
318245
|
a._cl._write13(q);
|
|
@@ -318231,7 +318250,7 @@ let DVRecord = /*@__PURE__*/ (() => {
|
|
|
318231
318250
|
a._cl._write17(0);
|
|
318232
318251
|
let t = b._o(null);
|
|
318233
318252
|
if (t != null) {
|
|
318234
|
-
let u = a.
|
|
318253
|
+
let u = a._c6(t, false, false, false);
|
|
318235
318254
|
let v = a._cl.position;
|
|
318236
318255
|
a._cl.position = s;
|
|
318237
318256
|
a._cl._write13(u);
|
|
@@ -318490,7 +318509,7 @@ let EXTERNNAMERecord = /*@__PURE__*/ (() => {
|
|
|
318490
318509
|
}
|
|
318491
318510
|
a._cl._write17(0);
|
|
318492
318511
|
a._cl._write15(m, 0);
|
|
318493
|
-
a.
|
|
318512
|
+
a._c6(b._j, true, true);
|
|
318494
318513
|
}
|
|
318495
318514
|
}
|
|
318496
318515
|
get_d() {
|
|
@@ -318580,8 +318599,8 @@ let EXTSSTRecord = /*@__PURE__*/ (() => {
|
|
|
318580
318599
|
i(a) {
|
|
318581
318600
|
a._cl._write17(8);
|
|
318582
318601
|
if (a._a3 > 0) {
|
|
318583
|
-
for (let b = 0; b < a.
|
|
318584
|
-
let c = a.
|
|
318602
|
+
for (let b = 0; b < a._cz.count; b++) {
|
|
318603
|
+
let c = a._cz._inner[b];
|
|
318585
318604
|
a._cl._write18(c.b);
|
|
318586
318605
|
a._cl._write17(c.a);
|
|
318587
318606
|
a._cl._write17(0);
|
|
@@ -319043,7 +319062,7 @@ let FORMATRecord = /*@__PURE__*/ (() => {
|
|
|
319043
319062
|
if (b == null) {
|
|
319044
319063
|
return;
|
|
319045
319064
|
}
|
|
319046
|
-
let c = a.
|
|
319065
|
+
let c = a._c4(b.b);
|
|
319047
319066
|
a._cl._write17(c);
|
|
319048
319067
|
a._cl._write15(b.d, 1);
|
|
319049
319068
|
}
|
|
@@ -319111,15 +319130,15 @@ let FORMULARecord = /*@__PURE__*/ (() => {
|
|
|
319111
319130
|
b.write(BitConverter.h(k), 0, 2);
|
|
319112
319131
|
b.write(BitConverter.i(intSToU(0)), 0, 4);
|
|
319113
319132
|
a._cl._write11(b);
|
|
319114
|
-
a.
|
|
319133
|
+
a._c6(d, true, false);
|
|
319115
319134
|
if (g && h.rowIndex == c.b.index && h._ab == e.r) {
|
|
319116
|
-
a.
|
|
319135
|
+
a._dt(1212);
|
|
319117
319136
|
}
|
|
319118
319137
|
if (i == null) {
|
|
319119
319138
|
return;
|
|
319120
319139
|
}
|
|
319121
319140
|
a._ca.k(i);
|
|
319122
|
-
a.
|
|
319141
|
+
a._dt(519);
|
|
319123
319142
|
a._ca.h();
|
|
319124
319143
|
}
|
|
319125
319144
|
get_d() {
|
|
@@ -320009,7 +320028,7 @@ let MERGEDCELLSRecord = /*@__PURE__*/ (() => {
|
|
|
320009
320028
|
let g = a._aw._readUInt16();
|
|
320010
320029
|
let h = a._aw._readUInt16();
|
|
320011
320030
|
let i = a._aw._readUInt16();
|
|
320012
|
-
let j = ExcelUtils.
|
|
320031
|
+
let j = ExcelUtils.hg(h, f, i - h, g - f);
|
|
320013
320032
|
if (c.add_1(j) == false) {
|
|
320014
320033
|
continue;
|
|
320015
320034
|
}
|
|
@@ -320416,7 +320435,7 @@ let NAMERecord = /*@__PURE__*/ (() => {
|
|
|
320416
320435
|
a._cl._write14(c);
|
|
320417
320436
|
let f = 0;
|
|
320418
320437
|
if (b._j != null) {
|
|
320419
|
-
f = a.
|
|
320438
|
+
f = a._c6(b._j, false, false);
|
|
320420
320439
|
}
|
|
320421
320440
|
a._cl.position = 4;
|
|
320422
320441
|
a._cl._write17(f);
|
|
@@ -321678,7 +321697,7 @@ let SHRFMLARecord = /*@__PURE__*/ (() => {
|
|
|
321678
321697
|
a._cl._writeRefU(e);
|
|
321679
321698
|
a._cl.writeByte(0);
|
|
321680
321699
|
a._cl.writeByte((e._aa * e._ad));
|
|
321681
|
-
a.
|
|
321700
|
+
a._c6(c, true, false, false);
|
|
321682
321701
|
}
|
|
321683
321702
|
get_d() {
|
|
321684
321703
|
return 1212;
|
|
@@ -321831,7 +321850,7 @@ let SSTRecord = /*@__PURE__*/ (() => {
|
|
|
321831
321850
|
let e = new WorkbookSaveManagerExcel2003_ExtSstItem();
|
|
321832
321851
|
e.b = a._cl.position;
|
|
321833
321852
|
e.a = a._cl._positionInCurrentBlock;
|
|
321834
|
-
a.
|
|
321853
|
+
a._cz.add(e);
|
|
321835
321854
|
}
|
|
321836
321855
|
if (c) {
|
|
321837
321856
|
b = b._s(a._b);
|
|
@@ -322086,8 +322105,8 @@ let STYLERecord = /*@__PURE__*/ (() => {
|
|
|
322086
322105
|
}
|
|
322087
322106
|
}
|
|
322088
322107
|
i.formatOptions = j;
|
|
322089
|
-
i.
|
|
322090
|
-
i.
|
|
322108
|
+
i._dk(j, g);
|
|
322109
|
+
i._du(63 & ~j);
|
|
322091
322110
|
}
|
|
322092
322111
|
}
|
|
322093
322112
|
}
|
|
@@ -322906,7 +322925,7 @@ let USERBVIEWRecord = /*@__PURE__*/ (() => {
|
|
|
322906
322925
|
let u = a._aw._readFormattedString(1)._y;
|
|
322907
322926
|
let v = a._b._customViews$i._add(u, r, s);
|
|
322908
322927
|
v._v = d;
|
|
322909
|
-
v.windowOptions._boundsInPixels$i = ExcelUtils.
|
|
322928
|
+
v.windowOptions._boundsInPixels$i = ExcelUtils.hg(e, f, g, h);
|
|
322910
322929
|
v.windowOptions.maximized = p;
|
|
322911
322930
|
v.windowOptions.objectDisplayStyle = q;
|
|
322912
322931
|
v.windowOptions.scrollBars = t;
|
|
@@ -323567,7 +323586,7 @@ let WINDOW1Record = /*@__PURE__*/ (() => {
|
|
|
323567
323586
|
let c = a._aw._readInt16();
|
|
323568
323587
|
let d = a._aw._readUInt16();
|
|
323569
323588
|
let e = a._aw._readUInt16();
|
|
323570
|
-
a._b.windowOptions._boundsInTwips$i = ExcelUtils.
|
|
323589
|
+
a._b.windowOptions._boundsInTwips$i = ExcelUtils.hg(b, c, d, e);
|
|
323571
323590
|
let f = a._aw._readUInt16();
|
|
323572
323591
|
a._b.windowOptions.minimized = (f & 2) == 2;
|
|
323573
323592
|
let g = (f & 8) == 8;
|
|
@@ -323944,7 +323963,7 @@ let XFCRCRecord = /*@__PURE__*/ (() => {
|
|
|
323944
323963
|
let b = ExcelUtils.ew(0, a._b9);
|
|
323945
323964
|
a._cl._writeFrtHeader();
|
|
323946
323965
|
a._cl._write17(0);
|
|
323947
|
-
a._cl._write17(a.
|
|
323966
|
+
a._cl._write17(a._c0.count);
|
|
323948
323967
|
a._cl._write18(b);
|
|
323949
323968
|
}
|
|
323950
323969
|
get_d() {
|
|
@@ -323987,7 +324006,7 @@ let XFEXTRecord = /*@__PURE__*/ (() => {
|
|
|
323987
324006
|
for (let e = 0; e < b.a.length; e++) {
|
|
323988
324007
|
b.a[e].b(a, c);
|
|
323989
324008
|
}
|
|
323990
|
-
c.
|
|
324009
|
+
c._dw(d);
|
|
323991
324010
|
}
|
|
323992
324011
|
i(a) {
|
|
323993
324012
|
let b = a._ca.a(XFRecord_XFContext.$);
|
|
@@ -324171,9 +324190,13 @@ let XFRecord = /*@__PURE__*/ (() => {
|
|
|
324171
324190
|
al.formatOptions = ap;
|
|
324172
324191
|
}
|
|
324173
324192
|
else {
|
|
324174
|
-
al.
|
|
324193
|
+
al._dw(ap);
|
|
324175
324194
|
}
|
|
324176
324195
|
let aq = a._b3.count;
|
|
324196
|
+
if (al._b1 == 0) {
|
|
324197
|
+
ao._ca._q++;
|
|
324198
|
+
al._dj = ao._ca._q;
|
|
324199
|
+
}
|
|
324177
324200
|
a._b3.add(al);
|
|
324178
324201
|
}
|
|
324179
324202
|
i(a) {
|
|
@@ -324190,7 +324213,7 @@ let XFRecord = /*@__PURE__*/ (() => {
|
|
|
324190
324213
|
f = 0;
|
|
324191
324214
|
}
|
|
324192
324215
|
else {
|
|
324193
|
-
f = a.
|
|
324216
|
+
f = a._c4(f);
|
|
324194
324217
|
}
|
|
324195
324218
|
a._cl._write17(f);
|
|
324196
324219
|
let g;
|