igniteui-webcomponents-excel 4.7.0-beta.0 → 4.7.1

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.
@@ -4511,7 +4511,7 @@ export let ExcelUtils = /*@__PURE__*/ (() => {
4511
4511
  return a.isEmpty || a.height == 0 || a.width == 0;
4512
4512
  }
4513
4513
  static ge(a, b, c, d, e, f, g, h, i) {
4514
- let j = Worksheet._fh;
4514
+ let j = Worksheet._fi;
4515
4515
  j.clear();
4516
4516
  let k = e == null || (e._ad > 0 && e._aa > 0);
4517
4517
  if (e != null) {
@@ -6102,7 +6102,7 @@ export let Workbook = /*@__PURE__*/ (() => {
6102
6102
  this._ed.clear();
6103
6103
  }
6104
6104
  for (let a of fromEnum(this._worksheets$i)) {
6105
- a._hc();
6105
+ a._hd();
6106
6106
  }
6107
6107
  }
6108
6108
  /**
@@ -7631,7 +7631,7 @@ export let Workbook = /*@__PURE__*/ (() => {
7631
7631
  }
7632
7632
  }
7633
7633
  }
7634
- for (let r of fromEnum(i._ff)) {
7634
+ for (let r of fromEnum(i._fg)) {
7635
7635
  let s = r.b;
7636
7636
  if (s.style != a) {
7637
7637
  continue;
@@ -9026,7 +9026,7 @@ export let Workbook = /*@__PURE__*/ (() => {
9026
9026
  this._jm = a;
9027
9027
  this._iy();
9028
9028
  for (let b of fromEnum(this._worksheets$i)) {
9029
- b._h1();
9029
+ b._h2();
9030
9030
  }
9031
9031
  }
9032
9032
  /**
@@ -18688,15 +18688,15 @@ export let WorksheetShape = /*@__PURE__*/ (() => {
18688
18688
  let i = (g & 1) != 0;
18689
18689
  let j;
18690
18690
  let k;
18691
- let l = h._fw(b.left, 5, false);
18692
- let m = h._fw(b.right, 5, false);
18691
+ let l = h._fx(b.left, 5, false);
18692
+ let m = h._fx(b.right, 5, false);
18693
18693
  let n = h._columns$i._ar(l, m, j, k, i);
18694
18694
  l = n.p0;
18695
18695
  m = n.p1;
18696
18696
  j = n.p2;
18697
18697
  k = n.p3;
18698
- let o = (l * 100) / h._gb(j, true);
18699
- let p = (m * 100) / h._gb(k, true);
18698
+ let o = (l * 100) / h._gc(j, true);
18699
+ let p = (m * 100) / h._gc(k, true);
18700
18700
  let q;
18701
18701
  let r;
18702
18702
  let s = truncate(b.top);
@@ -18706,8 +18706,8 @@ export let WorksheetShape = /*@__PURE__*/ (() => {
18706
18706
  t = u.p1;
18707
18707
  q = u.p2;
18708
18708
  r = u.p3;
18709
- let v = (s * 100) / h._gh(q, true);
18710
- let w = (t * 100) / h._gh(r, true);
18709
+ let v = (s * 100) / h._gi(q, true);
18710
+ let w = (t * 100) / h._gi(r, true);
18711
18711
  d = { $type: Point_$type, x: o, y: v };
18712
18712
  f = { $type: Point_$type, x: p, y: w };
18713
18713
  let x = Workbook.getMaxRowCount(h._o) - 1;
@@ -18833,20 +18833,20 @@ export let WorksheetShape = /*@__PURE__*/ (() => {
18833
18833
  let m = i._columns$i._aq(c, f, k, l, j);
18834
18834
  k = m.p2;
18835
18835
  l = m.p3;
18836
- let n = (i._gb(c, j) * Math.min(d.x, 100)) / 100;
18836
+ let n = (i._gc(c, j) * Math.min(d.x, 100)) / 100;
18837
18837
  k += truncate(MathUtilities.o(n));
18838
- let o = (i._gb(f, j) * Math.min(g.x, 100)) / 100;
18838
+ let o = (i._gc(f, j) * Math.min(g.x, 100)) / 100;
18839
18839
  l += truncate(MathUtilities.o(o));
18840
- let p = truncate(MathUtilities.f(i._fl(k, 5, false)));
18841
- let q = truncate(MathUtilities.f(i._fl(l, 5, false)));
18840
+ let p = truncate(MathUtilities.f(i._fm(k, 5, false)));
18841
+ let q = truncate(MathUtilities.f(i._fm(l, 5, false)));
18842
18842
  let r;
18843
18843
  let s;
18844
18844
  let t = i._rows$i._aq(b, e, r, s, j);
18845
18845
  r = t.p2;
18846
18846
  s = t.p3;
18847
- let u = (i._gh(b, j) * Math.min(d.y, 100)) / 100;
18847
+ let u = (i._gi(b, j) * Math.min(d.y, 100)) / 100;
18848
18848
  r += truncate(MathUtilities.o(u));
18849
- let v = (i._gh(e, j) * Math.min(g.y, 100)) / 100;
18849
+ let v = (i._gi(e, j) * Math.min(g.y, 100)) / 100;
18850
18850
  s += truncate(MathUtilities.o(v));
18851
18851
  return new Rect(0, p, Math.min(r, 0x7FFFFFFF), q - p, Math.min(s - r, 0x7FFFFFFF));
18852
18852
  }
@@ -20560,7 +20560,7 @@ export let WorksheetShapeGroupBase = /*@__PURE__*/ (() => {
20560
20560
  * @hidden
20561
20561
  */
20562
20562
  _d2(a) {
20563
- Worksheet._hm(this._dw, a);
20563
+ Worksheet._hn(this._dw, a);
20564
20564
  }
20565
20565
  /**
20566
20566
  * @hidden
@@ -21189,7 +21189,7 @@ export let Formula = /*@__PURE__*/ (() => {
21189
21189
  * @hidden
21190
21190
  */
21191
21191
  _bp(a, b, c = 0) {
21192
- a.worksheet._jc(this, a, b);
21192
+ a.worksheet._jd(this, a, b);
21193
21193
  let d = typeCast(IRegionBlockingSingleCellComponent_$type, a._c6(b));
21194
21194
  if (d != null) {
21195
21195
  let e = d.owningValue.blockedRegion;
@@ -21199,10 +21199,10 @@ export let Formula = /*@__PURE__*/ (() => {
21199
21199
  }
21200
21200
  let f = null;
21201
21201
  if (this._ai) {
21202
- f = a.worksheet._g4(5);
21202
+ f = a.worksheet._g5(5);
21203
21203
  }
21204
21204
  this._bq(a, b, a, b, c);
21205
- a.worksheet._h4(f);
21205
+ a.worksheet._h5(f);
21206
21206
  }
21207
21207
  /**
21208
21208
  * @hidden
@@ -21328,7 +21328,7 @@ export let Formula = /*@__PURE__*/ (() => {
21328
21328
  ExcelUtils.gj(a);
21329
21329
  let i = null;
21330
21330
  if (this._ai || a.length > 1 || a[0]._u == false) {
21331
- i = g._g4(5);
21331
+ i = g._g5(5);
21332
21332
  }
21333
21333
  let j = g.workbook;
21334
21334
  let k = typeCast(SingleTargetFormula.$, this);
@@ -21360,7 +21360,7 @@ export let Formula = /*@__PURE__*/ (() => {
21360
21360
  }
21361
21361
  }
21362
21362
  }
21363
- g._h4(i);
21363
+ g._h5(i);
21364
21364
  }
21365
21365
  /**
21366
21366
  * @hidden
@@ -22643,7 +22643,7 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
22643
22643
  if (d != null) {
22644
22644
  if (this._as) {
22645
22645
  if (a == null && d._u != null && !c) {
22646
- d._u._h3(this);
22646
+ d._u._h4(this);
22647
22647
  }
22648
22648
  }
22649
22649
  else {
@@ -30164,7 +30164,7 @@ export let DisplayOptions = /*@__PURE__*/ (() => {
30164
30164
  if (nullableNotEquals(this._bl, null)) {
30165
30165
  return nullableEquals(this._bl, true);
30166
30166
  }
30167
- return this._ae._em;
30167
+ return this._ae._en;
30168
30168
  }
30169
30169
  /**
30170
30170
  * @hidden
@@ -30300,7 +30300,7 @@ export let DisplayOptions = /*@__PURE__*/ (() => {
30300
30300
  if ((l._w == 0 && l._x >= i) || (l._ac == 0 && l._ae >= h)) {
30301
30301
  }
30302
30302
  else {
30303
- let m = this._ad._hi(l);
30303
+ let m = this._ad._hj(l);
30304
30304
  l = m.p0;
30305
30305
  j.d.item(k, l);
30306
30306
  }
@@ -33374,7 +33374,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
33374
33374
  */
33375
33375
  _h(a) {
33376
33376
  let b = a != null ? a._p : null;
33377
- for (let c of fromEnum(this.worksheet._ff)) {
33377
+ for (let c of fromEnum(this.worksheet._fg)) {
33378
33378
  if (c.b._ca(b) == false) {
33379
33379
  for (let d of fromEnum(this._ch(c.r, c.s, true))) {
33380
33380
  this._bc(d.r);
@@ -33544,7 +33544,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
33544
33544
  super._u();
33545
33545
  let a = this.worksheet;
33546
33546
  if (a != null && a._t == false && this != WorksheetRow._bm) {
33547
- for (let b of fromEnum(a._ff)) {
33547
+ for (let b of fromEnum(a._fg)) {
33548
33548
  if (b.b._cd == false) {
33549
33549
  for (let c = b.r; c <= b.s; c++) {
33550
33550
  this._bc(c);
@@ -33665,7 +33665,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
33665
33665
  }
33666
33666
  let y = a.formatOptions & ~this._cd;
33667
33667
  if (y != 0 && this != WorksheetRow._bm) {
33668
- for (let z of fromEnum(this.worksheet._ff)) {
33668
+ for (let z of fromEnum(this.worksheet._fg)) {
33669
33669
  if ((z.b.formatOptions & y) == 0) {
33670
33670
  continue;
33671
33671
  }
@@ -33935,7 +33935,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
33935
33935
  }
33936
33936
  let b = new WorksheetCellAddress(1, this.index, a);
33937
33937
  let c;
33938
- if (((() => { let d = this.worksheet._eu.tryGetValue(b, c); c = d.p1; return d.ret; })())) {
33938
+ if (((() => { let d = this.worksheet._ev.tryGetValue(b, c); c = d.p1; return d.ret; })())) {
33939
33939
  return c;
33940
33940
  }
33941
33941
  return null;
@@ -34263,11 +34263,11 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
34263
34263
  let e = new WorksheetCellAddress(1, this.index, a);
34264
34264
  if (b == null) {
34265
34265
  if (d._d2) {
34266
- d._eu.removeItem(e);
34266
+ d._ev.removeItem(e);
34267
34267
  }
34268
34268
  }
34269
34269
  else {
34270
- d._eu.item(e, b);
34270
+ d._ev.item(e, b);
34271
34271
  }
34272
34272
  let f = d.workbook;
34273
34273
  if (b != null) {
@@ -34402,7 +34402,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
34402
34402
  }
34403
34403
  let d;
34404
34404
  if (this._cm < 0) {
34405
- d = this.worksheet._gp;
34405
+ d = this.worksheet._gq;
34406
34406
  if (this.worksheet._dt || this.worksheet._ds) {
34407
34407
  let e = Workbook._eu(a, true);
34408
34408
  if (this.worksheet._dt && this.worksheet._ds) {
@@ -34442,9 +34442,9 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
34442
34442
  let c = this._cellFormatInternal.d;
34443
34443
  a = b.k(c);
34444
34444
  }
34445
- let d = truncate(Math.floor(this.worksheet._g0 * 0.35));
34445
+ let d = truncate(Math.floor(this.worksheet._g1 * 0.35));
34446
34446
  let e = Workbook.getMaxColumnCount(this.worksheet._o);
34447
- let f = this.worksheet._ge();
34447
+ let f = this.worksheet._gf();
34448
34448
  for (let g of fromEnum(this._ch(void 0, void 0, true))) {
34449
34449
  let h = g.r;
34450
34450
  let i = g.j || this._a7(h);
@@ -34454,9 +34454,9 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
34454
34454
  }
34455
34455
  let k = 0;
34456
34456
  for (let l = h; l <= j; l++) {
34457
- k += this.worksheet._gb(l);
34457
+ k += this.worksheet._gc(l);
34458
34458
  }
34459
- let m = truncate(this.worksheet._fl(k, 3)) - (i._cm + i._cn) * this.worksheet._gl - f - d;
34459
+ let m = truncate(this.worksheet._fm(k, 3)) - (i._cm + i._cn) * this.worksheet._gm - f - d;
34460
34460
  m = Math.max(m, 0);
34461
34461
  let n = this._db(h, g.d, i);
34462
34462
  let o = n == null ? b.k(i) : b.l(i, n, m);
@@ -34481,13 +34481,13 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
34481
34481
  */
34482
34482
  _de() {
34483
34483
  let a = this.worksheet;
34484
- let b = a._g4(60);
34484
+ let b = a._g5(60);
34485
34485
  for (let c of fromEnum(this._ch(0, a._columns$i.maxCount, true))) {
34486
34486
  if (c.d != null) {
34487
34487
  c.d.aj(this, c.r);
34488
34488
  }
34489
34489
  }
34490
- a._h4(b);
34490
+ a._h5(b);
34491
34491
  }
34492
34492
  /**
34493
34493
  * @hidden
@@ -35606,11 +35606,11 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
35606
35606
  let c = new WorksheetCellAddress(1, this.index, a);
35607
35607
  if (b == null) {
35608
35608
  if (this.worksheet._d1) {
35609
- this.worksheet._es.removeItem(c);
35609
+ this.worksheet._et.removeItem(c);
35610
35610
  }
35611
35611
  }
35612
35612
  else {
35613
- this.worksheet._es.item(c, b);
35613
+ this.worksheet._et.item(c, b);
35614
35614
  }
35615
35615
  }
35616
35616
  /**
@@ -38288,16 +38288,16 @@ export let Worksheet_HideUnhideChangeContext = /*@__PURE__*/ (() => {
38288
38288
  e = this.workbook._df;
38289
38289
  this.a.workbook._df = true;
38290
38290
  }
38291
- this.a._i0(this.c, false);
38291
+ this.a._i1(this.c, false);
38292
38292
  if (c) {
38293
- this.a._ix(true, false);
38293
+ this.a._iy(true, false);
38294
38294
  }
38295
38295
  else {
38296
- this.a._iv(true, false);
38296
+ this.a._iw(true, false);
38297
38297
  }
38298
38298
  if (c) {
38299
38299
  if (this.d) {
38300
- this.a._iu(this.a._dv == false, false);
38300
+ this.a._iv(this.a._dv == false, false);
38301
38301
  }
38302
38302
  for (let f of fromEnum(this.f)) {
38303
38303
  for (let g of fromEnum(this.a._rows$i._m(f.a, f.b))) {
@@ -38308,7 +38308,7 @@ export let Worksheet_HideUnhideChangeContext = /*@__PURE__*/ (() => {
38308
38308
  else {
38309
38309
  this.a._cc(this.g, this.g);
38310
38310
  this.a._cc(this.h, this.h);
38311
- for (let h of fromEnum(this.a._ff)) {
38311
+ for (let h of fromEnum(this.a._fg)) {
38312
38312
  let i = false;
38313
38313
  for (let j of fromEnum(this.f)) {
38314
38314
  if (j.a <= h.s && h.r <= j.b) {
@@ -38322,12 +38322,12 @@ export let Worksheet_HideUnhideChangeContext = /*@__PURE__*/ (() => {
38322
38322
  }
38323
38323
  }
38324
38324
  if (c) {
38325
- this.a._ix(false, false);
38325
+ this.a._iy(false, false);
38326
38326
  }
38327
38327
  else {
38328
- this.a._iv(false, false);
38328
+ this.a._iw(false, false);
38329
38329
  }
38330
- this.a._i0(null, false);
38330
+ this.a._i1(null, false);
38331
38331
  if (this.a.workbook != null) {
38332
38332
  this.a.workbook._df = e;
38333
38333
  }
@@ -38385,7 +38385,7 @@ export let Worksheet_SharedFormulaGroupChangeContext = /*@__PURE__*/ (() => {
38385
38385
  if (a == null) {
38386
38386
  return;
38387
38387
  }
38388
- a._eq.item(this.c, this.b);
38388
+ a._er.item(this.c, this.b);
38389
38389
  }
38390
38390
  get workbook() {
38391
38391
  return this.a.workbook;
@@ -38443,8 +38443,8 @@ export let Worksheet_SharedFormulasShiftChangeContext = /*@__PURE__*/ (() => {
38443
38443
  for (let g = 0; g < h.length; g++) {
38444
38444
  let f = h[g];
38445
38445
  let i = new WorksheetRegionAddress();
38446
- if (((() => { let j = this.d._eq.tryGetValue(f, i); i = j.p1; return j.ret; })())) {
38447
- this.d._eq.removeItem(f);
38446
+ if (((() => { let j = this.d._er.tryGetValue(f, i); i = j.p1; return j.ret; })())) {
38447
+ this.d._er.removeItem(f);
38448
38448
  d.add(new KeyValuePair$2(Base.$, WorksheetRegionAddress.$, 1, f, i));
38449
38449
  }
38450
38450
  }
@@ -38453,7 +38453,7 @@ export let Worksheet_SharedFormulasShiftChangeContext = /*@__PURE__*/ (() => {
38453
38453
  let l = this.b;
38454
38454
  for (let k = 0; k < l.length; k++) {
38455
38455
  let j = l[k];
38456
- this.d._eq.item(j.key, j.value);
38456
+ this.d._er.item(j.key, j.value);
38457
38457
  c.add1(j.key);
38458
38458
  }
38459
38459
  }
@@ -38462,8 +38462,8 @@ export let Worksheet_SharedFormulasShiftChangeContext = /*@__PURE__*/ (() => {
38462
38462
  for (let n = 0; n < o.length; n++) {
38463
38463
  let m = o[n];
38464
38464
  let p = new WorksheetRegionAddress();
38465
- if (((() => { let q = this.d._eq.tryGetValue(m.key, p); p = q.p1; return q.ret; })())) {
38466
- this.d._eq.item(m.key, m.value);
38465
+ if (((() => { let q = this.d._er.tryGetValue(m.key, p); p = q.p1; return q.ret; })())) {
38466
+ this.d._er.item(m.key, m.value);
38467
38467
  e.add(new KeyValuePair$2(Base.$, WorksheetRegionAddress.$, 1, m.key, p));
38468
38468
  }
38469
38469
  }
@@ -38519,10 +38519,10 @@ export let Worksheet_ResizeItemChangeContext = /*@__PURE__*/ (() => {
38519
38519
  }
38520
38520
  f() {
38521
38521
  if (this.d) {
38522
- this.a._io(this.e, this.b);
38522
+ this.a._ip(this.e, this.b);
38523
38523
  }
38524
38524
  else {
38525
- this.a._il(this.e, this.b);
38525
+ this.a._im(this.e, this.b);
38526
38526
  }
38527
38527
  }
38528
38528
  get workbook() {
@@ -38651,19 +38651,19 @@ export let Worksheet = /*@__PURE__*/ (() => {
38651
38651
  }
38652
38652
  constructor(a, b, c) {
38653
38653
  super(a, b, c);
38654
- this._fa = new List$1(WeakReference.$, 0);
38655
- this._er = null;
38656
- this._et = null;
38657
- this._ev = null;
38654
+ this._fb = new List$1(WeakReference.$, 0);
38655
+ this._es = null;
38656
+ this._eu = null;
38657
+ this._ew = null;
38658
38658
  this._ce = null;
38659
38659
  this._cg = null;
38660
- this._fx = 0;
38661
- this._go = 0;
38662
- this._gq = 0;
38663
- this._f0 = 0;
38660
+ this._fy = 0;
38661
+ this._gp = 0;
38662
+ this._gr = 0;
38663
+ this._f1 = 0;
38664
38664
  this._du = false;
38665
38665
  this._ci = null;
38666
- this._jd = null;
38666
+ this._je = null;
38667
38667
  this._cs = null;
38668
38668
  this._bn = null;
38669
38669
  /**
@@ -38672,21 +38672,21 @@ export let Worksheet = /*@__PURE__*/ (() => {
38672
38672
  this._c7 = null;
38673
38673
  this._db = null;
38674
38674
  this._bq = 0;
38675
- this._el = false;
38675
+ this._em = false;
38676
38676
  this._bj = null;
38677
38677
  /**
38678
38678
  * @hidden
38679
38679
  */
38680
38680
  this._d7 = false;
38681
38681
  this._df = null;
38682
- this._fb = null;
38683
- this._fe = new List$1(WorksheetColumnBlock.$, 0);
38684
- this._ej = true;
38682
+ this._fc = null;
38683
+ this._ff = new List$1(WorksheetColumnBlock.$, 0);
38684
+ this._ek = true;
38685
38685
  this._b1 = null;
38686
38686
  this._bw = null;
38687
- this._g2 = null;
38688
- this._e5 = null;
38687
+ this._g3 = null;
38689
38688
  this._e6 = null;
38689
+ this._e7 = null;
38690
38690
  this._dj = false;
38691
38691
  this._dk = false;
38692
38692
  this._ay = null;
@@ -38695,16 +38695,16 @@ export let Worksheet = /*@__PURE__*/ (() => {
38695
38695
  /**
38696
38696
  * @hidden
38697
38697
  */
38698
- this._g1 = toNullable(WorksheetRegionAddress.$, null);
38698
+ this._g2 = toNullable(WorksheetRegionAddress.$, null);
38699
38699
  this._cl = null;
38700
- this._e9 = null;
38700
+ this._fa = null;
38701
38701
  this._cu = null;
38702
- this._jf = null;
38703
- this._e4 = null;
38702
+ this._jg = null;
38703
+ this._e5 = null;
38704
38704
  /**
38705
38705
  * @hidden
38706
38706
  */
38707
- this._eq = null;
38707
+ this._er = null;
38708
38708
  this._bl = null;
38709
38709
  this._bs = null;
38710
38710
  this._di = false;
@@ -38723,15 +38723,15 @@ export let Worksheet = /*@__PURE__*/ (() => {
38723
38723
  /**
38724
38724
  * @hidden
38725
38725
  */
38726
- this._eh = false;
38726
+ this._ei = false;
38727
38727
  this._c5 = null;
38728
38728
  this._bl = new WorksheetFilterSettings(this, false);
38729
38729
  this._bs = new WorksheetSortSettings(this, (d) => d._c(this._bs.region, this._bs.sortType));
38730
- this._f0 = -1;
38730
+ this._f1 = -1;
38731
38731
  this._ca();
38732
- this._iq(8, 2, true, false);
38732
+ this._ir(8, 2, true, false);
38733
38733
  this._cu = new WorksheetProtection(this);
38734
- this._eq = new Dictionary$2(Base.$, WorksheetRegionAddress.$, 0);
38734
+ this._er = new Dictionary$2(Base.$, WorksheetRegionAddress.$, 0);
38735
38735
  this._bp = new RegionLookupTable$1(WorksheetShape.$, this);
38736
38736
  this._c7 = new WorksheetRowCollection(this);
38737
38737
  this._bu = new SparklineGroupCollection(this);
@@ -38809,13 +38809,13 @@ export let Worksheet = /*@__PURE__*/ (() => {
38809
38809
  * @hidden
38810
38810
  */
38811
38811
  get sheetBackground() {
38812
- return this._jd;
38812
+ return this._je;
38813
38813
  }
38814
38814
  /**
38815
38815
  * @hidden
38816
38816
  */
38817
38817
  set sheetBackground(a) {
38818
- this._jd = a;
38818
+ this._je = a;
38819
38819
  }
38820
38820
  /**
38821
38821
  * Clears all conditional formatting rules from the [[Worksheet]] so they do not get saved.
@@ -38850,7 +38850,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
38850
38850
  if (a == null) {
38851
38851
  throw new ArgumentNullException(0, "region");
38852
38852
  }
38853
- this._he(a._h, b);
38853
+ this._hf(a._h, b);
38854
38854
  }
38855
38855
  /**
38856
38856
  * @hidden
@@ -38860,18 +38860,18 @@ export let Worksheet = /*@__PURE__*/ (() => {
38860
38860
  if (c == null) {
38861
38861
  throw new ArgumentException(1, "address");
38862
38862
  }
38863
- this._he(c._h, b);
38863
+ this._hf(c._h, b);
38864
38864
  }
38865
38865
  /**
38866
38866
  * @hidden
38867
38867
  */
38868
- _he(a, b) {
38869
- this._hf(a, b, toNullable(Worksheet_CellInsertDeleteChangeContext.$, null));
38868
+ _hf(a, b) {
38869
+ this._hg(a, b, toNullable(Worksheet_CellInsertDeleteChangeContext.$, null));
38870
38870
  }
38871
38871
  /**
38872
38872
  * @hidden
38873
38873
  */
38874
- _hf(a, b, c) {
38874
+ _hg(a, b, c) {
38875
38875
  let d = Worksheet._ax[4];
38876
38876
  let e = new Worksheet_CellInsertDeleteChangeContext(1, this, a, b);
38877
38877
  let f = new Worksheet_InsertRemoveOperationWrapper(d, e, false, nullableNotEquals(c, null));
@@ -38883,18 +38883,18 @@ export let Worksheet = /*@__PURE__*/ (() => {
38883
38883
  else {
38884
38884
  g = new CellShiftOperation(2, this, 3, null, a._ae + 1, Workbook.getMaxRowCount(this._o) - 1, a._w, a._x, -a._ad, false);
38885
38885
  }
38886
- this._hz(true);
38886
+ this._h0(true);
38887
38887
  let h = this._b8(g, 2, f, true);
38888
38888
  this._rows$i._ac(h.a);
38889
- this._h0();
38890
- this._h7();
38889
+ this._h1();
38890
+ this._h8();
38891
38891
  this._conditionalFormats$i._a7();
38892
38892
  d.e(Worksheet_CellInsertDeleteChangeContext.$, String_$type, e, null, a.toString());
38893
38893
  if (f.f != null) {
38894
38894
  d.d(this.workbook, f.f);
38895
38895
  }
38896
- this._ie();
38897
38896
  this._ig();
38897
+ this._ih();
38898
38898
  }
38899
38899
  getCell() {
38900
38900
  let n;
@@ -38948,7 +38948,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
38948
38948
  let d;
38949
38949
  let e;
38950
38950
  let f;
38951
- let g = this._hk(a, b, c, e, d, f);
38951
+ let g = this._hl(a, b, c, e, d, f);
38952
38952
  e = g.p3;
38953
38953
  d = g.p4;
38954
38954
  f = g.p5;
@@ -38995,8 +38995,8 @@ export let Worksheet = /*@__PURE__*/ (() => {
38995
38995
  if (c && !this._conditionalFormats$i._ac(a, b)) {
38996
38996
  return null;
38997
38997
  }
38998
- let d = Worksheet._e8;
38999
- Worksheet._e8 = null;
38998
+ let d = Worksheet._e9;
38999
+ Worksheet._e9 = null;
39000
39000
  if (d == null) {
39001
39001
  d = new List$1(ConditionBase.$, 0);
39002
39002
  }
@@ -39067,7 +39067,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39067
39067
  }
39068
39068
  finally {
39069
39069
  d.clear();
39070
- Worksheet._e8 = d;
39070
+ Worksheet._e9 = d;
39071
39071
  }
39072
39072
  }
39073
39073
  /**
@@ -39084,7 +39084,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39084
39084
  * @see [[WorksheetColumn.getWidth]]
39085
39085
  */
39086
39086
  getDefaultColumnWidth(units) {
39087
- let a = this._fl(this.defaultColumnWidth, units);
39087
+ let a = this._fm(this.defaultColumnWidth, units);
39088
39088
  if (isNaN_(a)) {
39089
39089
  return 0;
39090
39090
  }
@@ -39142,7 +39142,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39142
39142
  let d;
39143
39143
  let e;
39144
39144
  let f;
39145
- let g = this._hk(a, b, c, e, d, f);
39145
+ let g = this._hl(a, b, c, e, d, f);
39146
39146
  e = g.p3;
39147
39147
  d = g.p4;
39148
39148
  f = g.p5;
@@ -39209,7 +39209,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39209
39209
  let d;
39210
39210
  let e;
39211
39211
  let f;
39212
- let g = this._hk(a, b, c, e, d, f);
39212
+ let g = this._hl(a, b, c, e, d, f);
39213
39213
  e = g.p3;
39214
39214
  d = g.p4;
39215
39215
  f = g.p5;
@@ -39250,7 +39250,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39250
39250
  if (a == null) {
39251
39251
  throw new ArgumentNullException(0, "region");
39252
39252
  }
39253
- this._hr(a._h, b);
39253
+ this._hs(a._h, b);
39254
39254
  }
39255
39255
  /**
39256
39256
  * @hidden
@@ -39260,18 +39260,18 @@ export let Worksheet = /*@__PURE__*/ (() => {
39260
39260
  if (c == null) {
39261
39261
  throw new ArgumentException(1, "address");
39262
39262
  }
39263
- this._hr(c._h, b);
39263
+ this._hs(c._h, b);
39264
39264
  }
39265
39265
  /**
39266
39266
  * @hidden
39267
39267
  */
39268
- _hr(a, b) {
39269
- this._hs(a, b, toNullable(Worksheet_CellInsertDeleteChangeContext.$, null));
39268
+ _hs(a, b) {
39269
+ this._ht(a, b, toNullable(Worksheet_CellInsertDeleteChangeContext.$, null));
39270
39270
  }
39271
39271
  /**
39272
39272
  * @hidden
39273
39273
  */
39274
- _hs(a, b, c) {
39274
+ _ht(a, b, c) {
39275
39275
  let d = Worksheet._ax[8];
39276
39276
  let e = new Worksheet_CellInsertDeleteChangeContext(1, this, a, b);
39277
39277
  let f = new Worksheet_InsertRemoveOperationWrapper(d, e, true, nullableNotEquals(c, null));
@@ -39283,11 +39283,11 @@ export let Worksheet = /*@__PURE__*/ (() => {
39283
39283
  else {
39284
39284
  g = new CellShiftOperation(2, this, 3, null, a._ac, Workbook.getMaxRowCount(this._o) - (1 + a._ad), a._w, a._x, a._ad, false);
39285
39285
  }
39286
- this._hz(true);
39286
+ this._h0(true);
39287
39287
  let h = this._b8(g, 2, f, true);
39288
39288
  this._rows$i._ac(h.a);
39289
- this._h0();
39290
- this._h7();
39289
+ this._h1();
39290
+ this._h8();
39291
39291
  this._conditionalFormats$i._a7();
39292
39292
  d.e(Worksheet_CellInsertDeleteChangeContext.$, String_$type, e, null, a.toString());
39293
39293
  if (f.f != null) {
@@ -39316,7 +39316,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39316
39316
  * @hidden
39317
39317
  */
39318
39318
  _hideColumns$i(a = toNullable(Number_$type, null), b = toNullable(Number_$type, null)) {
39319
- this._hp(a, b, false, true);
39319
+ this._hq(a, b, false, true);
39320
39320
  }
39321
39321
  /**
39322
39322
  * Hides the rows in the specified range.
@@ -39340,7 +39340,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39340
39340
  * @hidden
39341
39341
  */
39342
39342
  _hideRows$i(a = toNullable(Number_$type, null), b = toNullable(Number_$type, null)) {
39343
- this._hp(a, b, true, true);
39343
+ this._hq(a, b, true, true);
39344
39344
  }
39345
39345
  /**
39346
39346
  * Moves the worksheet to a new position in the owning workbook's collections of worksheets.
@@ -39447,12 +39447,12 @@ export let Worksheet = /*@__PURE__*/ (() => {
39447
39447
  * @see [[WorksheetColumn.setWidth]]
39448
39448
  */
39449
39449
  setDefaultColumnWidth(value, units) {
39450
- this._iq(value, units, false, true);
39450
+ this._ir(value, units, false, true);
39451
39451
  }
39452
39452
  /**
39453
39453
  * @hidden
39454
39454
  */
39455
- _iq(a, b, c, d) {
39455
+ _ir(a, b, c, d) {
39456
39456
  if (isNaN_(a)) {
39457
39457
  throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_NaNDefaultColumnWidth"), "value");
39458
39458
  }
@@ -39460,14 +39460,14 @@ export let Worksheet = /*@__PURE__*/ (() => {
39460
39460
  if (d && this.workbook != null) {
39461
39461
  e = this.workbook._go(this, 90, "ColumnWidth");
39462
39462
  }
39463
- this._ir(this._fw(a, b), d);
39463
+ this._is(this._fx(a, b), d);
39464
39464
  if (this.workbook != null && this.workbook._c4 == false) {
39465
- this._ek = true;
39465
+ this._el = true;
39466
39466
  }
39467
39467
  if (c) {
39468
39468
  let f = this.getDefaultColumnWidth(3);
39469
39469
  f = Math.ceil(f / 8) * 8;
39470
- this._ir(this._fw(f, 3), d);
39470
+ this._is(this._fx(f, 3), d);
39471
39471
  }
39472
39472
  this._bw = new Worksheet_SetColumnWidthInfo(a, b, c);
39473
39473
  if (e != null) {
@@ -39496,7 +39496,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39496
39496
  * @hidden
39497
39497
  */
39498
39498
  _unhideColumns$i(a = toNullable(Number_$type, null), b = toNullable(Number_$type, null)) {
39499
- this._hp(a, b, false, false);
39499
+ this._hq(a, b, false, false);
39500
39500
  }
39501
39501
  /**
39502
39502
  * Unhides the rows in the specified range.
@@ -39520,15 +39520,15 @@ export let Worksheet = /*@__PURE__*/ (() => {
39520
39520
  * @hidden
39521
39521
  */
39522
39522
  _unhideRows$i(a = toNullable(Number_$type, null), b = toNullable(Number_$type, null)) {
39523
- this._hp(a, b, true, false);
39523
+ this._hq(a, b, true, false);
39524
39524
  }
39525
39525
  /**
39526
39526
  * @hidden
39527
39527
  */
39528
- _g5(a, b, c = false) {
39529
- let d = ((() => { let e = ExcelUtils.cy(WorksheetRegion.$, this._fa, a, WorksheetRegion_HorizontalSorter._a, c, b); b = e.p4; return e.ret; })());
39528
+ _g6(a, b, c = false) {
39529
+ let d = ((() => { let e = ExcelUtils.cy(WorksheetRegion.$, this._fb, a, WorksheetRegion_HorizontalSorter._a, c, b); b = e.p4; return e.ret; })());
39530
39530
  if (d < 0) {
39531
- this._fa.insert(~d, new WeakReference(a));
39531
+ this._fb.insert(~d, new WeakReference(a));
39532
39532
  }
39533
39533
  return {
39534
39534
  p1: b
@@ -39604,31 +39604,31 @@ export let Worksheet = /*@__PURE__*/ (() => {
39604
39604
  /**
39605
39605
  * @hidden
39606
39606
  */
39607
- _g6(a) {
39608
- if (this._e5 == null) {
39609
- this._e5 = new List$1(PivotTableInfo.$, 0);
39607
+ _g7(a) {
39608
+ if (this._e6 == null) {
39609
+ this._e6 = new List$1(PivotTableInfo.$, 0);
39610
39610
  }
39611
- this._e5.add(a);
39611
+ this._e6.add(a);
39612
39612
  }
39613
39613
  /**
39614
39614
  * @hidden
39615
39615
  */
39616
- _g7(a) {
39617
- if (this._e6 == null) {
39618
- this._e6 = new List$1(BinaryData.$, 0);
39616
+ _g8(a) {
39617
+ if (this._e7 == null) {
39618
+ this._e7 = new List$1(BinaryData.$, 0);
39619
39619
  }
39620
- this._e6.add(a);
39620
+ this._e7.add(a);
39621
39621
  }
39622
39622
  /**
39623
39623
  * @hidden
39624
39624
  */
39625
- _hc() {
39626
- if (this._e5 != null) {
39627
- this._e5.clear();
39628
- }
39625
+ _hd() {
39629
39626
  if (this._e6 != null) {
39630
39627
  this._e6.clear();
39631
39628
  }
39629
+ if (this._e7 != null) {
39630
+ this._e7.clear();
39631
+ }
39632
39632
  if (this._db != null) {
39633
39633
  this._db._ag();
39634
39634
  }
@@ -39638,7 +39638,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39638
39638
  */
39639
39639
  _a0(a, b) {
39640
39640
  let c;
39641
- let d = ((() => { let e = this._f8(a, b, false, c); c = e.p3; return e.ret; })());
39641
+ let d = ((() => { let e = this._f9(a, b, false, c); c = e.p3; return e.ret; })());
39642
39642
  let e = a;
39643
39643
  let f = (a + b - 1);
39644
39644
  let g;
@@ -39654,7 +39654,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39654
39654
  e = (e + i.u);
39655
39655
  while (j > 0) {
39656
39656
  d++;
39657
- c = this._fe._inner[d];
39657
+ c = this._ff._inner[d];
39658
39658
  i = c.d(this.workbook, e, Math.min(c.s, f));
39659
39659
  h.add(i);
39660
39660
  j -= i.u;
@@ -39667,9 +39667,9 @@ export let Worksheet = /*@__PURE__*/ (() => {
39667
39667
  /**
39668
39668
  * @hidden
39669
39669
  */
39670
- _fj(a) {
39671
- let b = this._g0;
39672
- let c = Worksheet._gf(b);
39670
+ _fk(a) {
39671
+ let b = this._g1;
39672
+ let c = Worksheet._gg(b);
39673
39673
  let d = b + c;
39674
39674
  let e;
39675
39675
  if (a < 1) {
@@ -39687,8 +39687,8 @@ export let Worksheet = /*@__PURE__*/ (() => {
39687
39687
  /**
39688
39688
  * @hidden
39689
39689
  */
39690
- _fk(a, b) {
39691
- let c = a * this._g0;
39690
+ _fl(a, b) {
39691
+ let c = a * this._g1;
39692
39692
  if (b) {
39693
39693
  c = MathUtilities.f(c);
39694
39694
  }
@@ -39700,7 +39700,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39700
39700
  /**
39701
39701
  * @hidden
39702
39702
  */
39703
- _fl(a, b, c = true) {
39703
+ _fm(a, b, c = true) {
39704
39704
  ExcelUtils.gv(b);
39705
39705
  if (a < 0) {
39706
39706
  return NaN;
@@ -39713,12 +39713,12 @@ export let Worksheet = /*@__PURE__*/ (() => {
39713
39713
  if (b == 0) {
39714
39714
  return e;
39715
39715
  }
39716
- let f = this._fk(e, c);
39716
+ let f = this._fl(e, c);
39717
39717
  if (b == 3) {
39718
39718
  return f;
39719
39719
  }
39720
39720
  if (b == 2) {
39721
- return this._fn(f);
39721
+ return this._fo(f);
39722
39722
  }
39723
39723
  let g = Workbook._ep(this.workbook, f, false);
39724
39724
  if (b == 5) {
@@ -39732,21 +39732,21 @@ export let Worksheet = /*@__PURE__*/ (() => {
39732
39732
  /**
39733
39733
  * @hidden
39734
39734
  */
39735
- _fm(a) {
39735
+ _fn(a) {
39736
39736
  if (this.displayOptions.showFormulasInCells) {
39737
39737
  a = Math.floor(a / 2);
39738
39738
  }
39739
- return a / this._g0;
39739
+ return a / this._g1;
39740
39740
  }
39741
39741
  /**
39742
39742
  * @hidden
39743
39743
  */
39744
- _fn(a) {
39744
+ _fo(a) {
39745
39745
  if (this.displayOptions.showFormulasInCells) {
39746
39746
  a = Math.floor(a / 2);
39747
39747
  }
39748
- let b = this._g0;
39749
- let c = Worksheet._gf(b);
39748
+ let b = this._g1;
39749
+ let c = Worksheet._gg(b);
39750
39750
  let d = b + c;
39751
39751
  let e;
39752
39752
  if (a < d) {
@@ -39760,7 +39760,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39760
39760
  /**
39761
39761
  * @hidden
39762
39762
  */
39763
- _fw(a, b, c = true) {
39763
+ _fx(a, b, c = true) {
39764
39764
  if (isInfinity(a)) {
39765
39765
  throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_InfiniteColumnWidth"), "value");
39766
39766
  }
@@ -39777,11 +39777,11 @@ export let Worksheet = /*@__PURE__*/ (() => {
39777
39777
  continue L0;
39778
39778
  case 1: return truncate(MathUtilities.j(a));
39779
39779
  case 2:
39780
- a = this._fj(a);
39780
+ a = this._fk(a);
39781
39781
  t1 = 3;
39782
39782
  continue L0;
39783
39783
  case 3:
39784
- a = this._fm(a);
39784
+ a = this._fn(a);
39785
39785
  t1 = 0;
39786
39786
  continue L0;
39787
39787
  case 4:
@@ -39820,13 +39820,13 @@ export let Worksheet = /*@__PURE__*/ (() => {
39820
39820
  /**
39821
39821
  * @hidden
39822
39822
  */
39823
- _hh() {
39824
- this._gq = -1;
39823
+ _hi() {
39824
+ this._gr = -1;
39825
39825
  }
39826
39826
  /**
39827
39827
  * @hidden
39828
39828
  */
39829
- _hi(a, b = null) {
39829
+ _hj(a, b = null) {
39830
39830
  if (this._d9) {
39831
39831
  let c = a;
39832
39832
  for (let d of fromEnum(this._mergedCellsRegions$i)) {
@@ -39855,7 +39855,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39855
39855
  }
39856
39856
  }
39857
39857
  if (WorksheetRegionAddress._q(a, c) && (b == null || b.count < this._mergedCellsRegions$i.count)) {
39858
- let j = this._hi(a, b);
39858
+ let j = this._hj(a, b);
39859
39859
  a = j.p0;
39860
39860
  }
39861
39861
  }
@@ -39875,7 +39875,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39875
39875
  _cx(a, b, c, d) {
39876
39876
  let e = new WorksheetRegion(this, a, b, c, d, false);
39877
39877
  let f;
39878
- let g = this._g5(e, f);
39878
+ let g = this._g6(e, f);
39879
39879
  f = g.p1;
39880
39880
  return f || e;
39881
39881
  }
@@ -39936,14 +39936,14 @@ export let Worksheet = /*@__PURE__*/ (() => {
39936
39936
  * @hidden
39937
39937
  */
39938
39938
  _cb(a) {
39939
- let b = this._f9(a);
39940
- return this._fe._inner[b];
39939
+ let b = this._ga(a);
39940
+ return this._ff._inner[b];
39941
39941
  }
39942
39942
  /**
39943
39943
  * @hidden
39944
39944
  */
39945
- _f9(a) {
39946
- let b = this._fu(a);
39945
+ _ga(a) {
39946
+ let b = this._fv(a);
39947
39947
  if (b < 0) {
39948
39948
  b = (~b - 1);
39949
39949
  }
@@ -39987,7 +39987,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
39987
39987
  /**
39988
39988
  * @hidden
39989
39989
  */
39990
- _e1(a, b, c = 0x7FFFFFFF) {
39990
+ _e2(a, b, c = 0x7FFFFFFF) {
39991
39991
  let d = new List$1(WorksheetItemPosition.$, 0);
39992
39992
  let e = a;
39993
39993
  let f = a + b;
@@ -40013,13 +40013,13 @@ export let Worksheet = /*@__PURE__*/ (() => {
40013
40013
  /**
40014
40014
  * @hidden
40015
40015
  */
40016
- _e0(a, b, c = 0x7FFFFFFF) {
40017
- return this._e1(this._cn(a)._m, b, c);
40016
+ _e1(a, b, c = 0x7FFFFFFF) {
40017
+ return this._e2(this._cn(a)._m, b, c);
40018
40018
  }
40019
40019
  /**
40020
40020
  * @hidden
40021
40021
  */
40022
- *__ex(a, b, c) {
40022
+ *__ey(a, b, c) {
40023
40023
  let d = c ? 1 : -1;
40024
40024
  let e = c ? a : b;
40025
40025
  let f = c ? b : a;
@@ -40039,20 +40039,20 @@ export let Worksheet = /*@__PURE__*/ (() => {
40039
40039
  }
40040
40040
  }
40041
40041
  }
40042
- _ex(a, b, c) {
40043
- return toEnum(() => this.__ex(a, b, c));
40042
+ _ey(a, b, c) {
40043
+ return toEnum(() => this.__ey(a, b, c));
40044
40044
  }
40045
40045
  /**
40046
40046
  * @hidden
40047
40047
  */
40048
- _gb(a, b = false) {
40048
+ _gc(a, b = false) {
40049
40049
  let c = a < 0 ? null : this._cb(a);
40050
- return this._ga(c, b);
40050
+ return this._gb(c, b);
40051
40051
  }
40052
40052
  /**
40053
40053
  * @hidden
40054
40054
  */
40055
- _ga(a, b = false) {
40055
+ _gb(a, b = false) {
40056
40056
  if (a != null) {
40057
40057
  if (b == false && a.j) {
40058
40058
  return 0;
@@ -40066,31 +40066,31 @@ export let Worksheet = /*@__PURE__*/ (() => {
40066
40066
  /**
40067
40067
  * @hidden
40068
40068
  */
40069
- _gd(a, b = false) {
40070
- let c = this._fp(a, b);
40069
+ _ge(a, b = false) {
40070
+ let c = this._fq(a, b);
40071
40071
  return truncate(Workbook._ep(this.workbook, c, false));
40072
40072
  }
40073
40073
  /**
40074
40074
  * @hidden
40075
40075
  */
40076
- _gc(a, b) {
40077
- let c = this._fo(a, b);
40076
+ _gd(a, b) {
40077
+ let c = this._fp(a, b);
40078
40078
  return truncate(Workbook._ep(this.workbook, c, false));
40079
40079
  }
40080
40080
  /**
40081
40081
  * @hidden
40082
40082
  */
40083
- _fp(a, b = false) {
40083
+ _fq(a, b = false) {
40084
40084
  let c = null;
40085
40085
  if (a >= 0) {
40086
40086
  c = this._cb(a);
40087
40087
  }
40088
- return this._fo(c, b);
40088
+ return this._fp(c, b);
40089
40089
  }
40090
40090
  /**
40091
40091
  * @hidden
40092
40092
  */
40093
- _fo(a, b) {
40093
+ _fp(a, b) {
40094
40094
  if (a != null) {
40095
40095
  return a.o(this, 3, b);
40096
40096
  }
@@ -40099,18 +40099,18 @@ export let Worksheet = /*@__PURE__*/ (() => {
40099
40099
  /**
40100
40100
  * @hidden
40101
40101
  */
40102
- _fq(a, b, c = false) {
40102
+ _fr(a, b, c = false) {
40103
40103
  let d, e;
40104
40104
  let f = this._columns$i._aq(a, b + 1, d, e, c);
40105
40105
  d = f.p2;
40106
40106
  e = f.p3;
40107
- return MathUtilities.f(this._fl(e - d, 3));
40107
+ return MathUtilities.f(this._fm(e - d, 3));
40108
40108
  }
40109
40109
  /**
40110
40110
  * @hidden
40111
40111
  */
40112
- _ge() {
40113
- return Worksheet._gf(this._g0);
40112
+ _gf() {
40113
+ return Worksheet._gg(this._g1);
40114
40114
  }
40115
40115
  /**
40116
40116
  * @hidden
@@ -40121,7 +40121,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
40121
40121
  }
40122
40122
  let c = new WorksheetCellAddress(1, a, b);
40123
40123
  let d;
40124
- if (((() => { let e = this._es.tryGetValue(c, d); d = e.p1; return e.ret; })())) {
40124
+ if (((() => { let e = this._et.tryGetValue(c, d); d = e.p1; return e.ret; })())) {
40125
40125
  return d;
40126
40126
  }
40127
40127
  return null;
@@ -40129,16 +40129,16 @@ export let Worksheet = /*@__PURE__*/ (() => {
40129
40129
  /**
40130
40130
  * @hidden
40131
40131
  */
40132
- _ey() {
40133
- if (this._e5 == null) {
40132
+ _ez() {
40133
+ if (this._e6 == null) {
40134
40134
  return Enumerable.k(PivotTableInfo.$);
40135
40135
  }
40136
- return this._e5;
40136
+ return this._e6;
40137
40137
  }
40138
40138
  /**
40139
40139
  * @hidden
40140
40140
  */
40141
- _gh(a, b = false, c = false) {
40141
+ _gi(a, b = false, c = false) {
40142
40142
  let d = null;
40143
40143
  if (a >= 0 && this._c7 != null) {
40144
40144
  d = this._c7._aj(a);
@@ -40162,7 +40162,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
40162
40162
  }
40163
40163
  }
40164
40164
  }
40165
- let i = this._gg(d, b);
40165
+ let i = this._gh(d, b);
40166
40166
  if (c && this.workbook != null) {
40167
40167
  if (d == null || (!d._bz && !this._d4)) {
40168
40168
  i = truncate(MathUtilities.f(i * (this.workbook._jr.height / Workbook._jo.height)));
@@ -40173,7 +40173,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
40173
40173
  /**
40174
40174
  * @hidden
40175
40175
  */
40176
- _gg(a, b) {
40176
+ _gh(a, b) {
40177
40177
  if (a == null) {
40178
40178
  if (b == false && this._dv) {
40179
40179
  return 0;
@@ -40185,14 +40185,14 @@ export let Worksheet = /*@__PURE__*/ (() => {
40185
40185
  /**
40186
40186
  * @hidden
40187
40187
  */
40188
- _fs(a, b = false) {
40189
- let c = this._gh(a, b);
40188
+ _ft(a, b = false) {
40189
+ let c = this._gi(a, b);
40190
40190
  return Workbook._er(this.workbook, c, true);
40191
40191
  }
40192
40192
  /**
40193
40193
  * @hidden
40194
40194
  */
40195
- _ft(a, b, c) {
40195
+ _fu(a, b, c) {
40196
40196
  {
40197
40197
  let d = Workbook._fc(this.workbook);
40198
40198
  try {
@@ -40226,7 +40226,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
40226
40226
  d = e.p2;
40227
40227
  c = e.p3;
40228
40228
  }
40229
- return new WorksheetItemPosition(1, a, c, this._gh(a));
40229
+ return new WorksheetItemPosition(1, a, c, this._gi(a));
40230
40230
  }
40231
40231
  finally {
40232
40232
  if (b != null) {
@@ -40248,12 +40248,12 @@ export let Worksheet = /*@__PURE__*/ (() => {
40248
40248
  c = f.p1;
40249
40249
  d = f.p2;
40250
40250
  e = f.p3;
40251
- return new WorksheetItemPosition(1, e, a - c, this._gh(e));
40251
+ return new WorksheetItemPosition(1, e, a - c, this._gi(e));
40252
40252
  }
40253
40253
  /**
40254
40254
  * @hidden
40255
40255
  */
40256
- _e3(a, b, c = 0x7FFFFFFF) {
40256
+ _e4(a, b, c = 0x7FFFFFFF) {
40257
40257
  let d = new List$1(WorksheetItemPosition.$, 0);
40258
40258
  let e = a;
40259
40259
  let f = a + b;
@@ -40268,7 +40268,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
40268
40268
  let k = Math.min(h, c);
40269
40269
  if (this._dv) {
40270
40270
  for (let l of fromEnum(this._rows$i._m(g, k))) {
40271
- let m = this._gg(l, false);
40271
+ let m = this._gh(l, false);
40272
40272
  if (m != 0) {
40273
40273
  d.add(new WorksheetItemPosition(1, l.index, j, m));
40274
40274
  }
@@ -40277,7 +40277,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
40277
40277
  }
40278
40278
  else {
40279
40279
  for (let n = g; n <= k; n++) {
40280
- let o = this._gh(n);
40280
+ let o = this._gi(n);
40281
40281
  if (o != 0) {
40282
40282
  d.add(new WorksheetItemPosition(1, n, j, o));
40283
40283
  }
@@ -40289,8 +40289,8 @@ export let Worksheet = /*@__PURE__*/ (() => {
40289
40289
  /**
40290
40290
  * @hidden
40291
40291
  */
40292
- _e2(a, b, c = 0x7FFFFFFF) {
40293
- return this._e3(this._cp(a)._m, b, c);
40292
+ _e3(a, b, c = 0x7FFFFFFF) {
40293
+ return this._e4(this._cp(a)._m, b, c);
40294
40294
  }
40295
40295
  /**
40296
40296
  * @hidden
@@ -40347,7 +40347,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
40347
40347
  */
40348
40348
  _c3(a) {
40349
40349
  let b = new WorksheetRegionAddress();
40350
- if (((() => { let c = this._eq.tryGetValue(a, b); b = c.p1; return c.ret; })())) {
40350
+ if (((() => { let c = this._er.tryGetValue(a, b); b = c.p1; return c.ret; })())) {
40351
40351
  return this._cw(b);
40352
40352
  }
40353
40353
  return null;
@@ -40355,24 +40355,24 @@ export let Worksheet = /*@__PURE__*/ (() => {
40355
40355
  /**
40356
40356
  * @hidden
40357
40357
  */
40358
- _ez() {
40359
- if (this._e6 == null) {
40358
+ _e0() {
40359
+ if (this._e7 == null) {
40360
40360
  return Enumerable.k(BinaryData.$);
40361
40361
  }
40362
- return this._e6;
40362
+ return this._e7;
40363
40363
  }
40364
40364
  /**
40365
40365
  * @hidden
40366
40366
  */
40367
- _fg() {
40367
+ _fh() {
40368
40368
  let a = new List$1(IEscherRecord_$type, 0);
40369
- Worksheet._hm(this._db, a);
40369
+ Worksheet._hn(this._db, a);
40370
40370
  return a;
40371
40371
  }
40372
40372
  /**
40373
40373
  * @hidden
40374
40374
  */
40375
- static _hm(a, b) {
40375
+ static _hn(a, b) {
40376
40376
  if (a == null) {
40377
40377
  return;
40378
40378
  }
@@ -40406,7 +40406,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
40406
40406
  let h = a;
40407
40407
  let i = d;
40408
40408
  let j = b;
40409
- let k = this._ff;
40409
+ let k = this._fg;
40410
40410
  let l = this._b3;
40411
40411
  for (let m = k.count - 1; m >= 0; m--) {
40412
40412
  let n = k._inner[m];
@@ -40464,7 +40464,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
40464
40464
  }
40465
40465
  }
40466
40466
  if (this._d2) {
40467
- for (let w of fromEnum(this._eu.keys)) {
40467
+ for (let w of fromEnum(this._ev.keys)) {
40468
40468
  if (w.o >= a && w.o <= b) {
40469
40469
  if (w.o < j) {
40470
40470
  j = w.o;
@@ -40482,7 +40482,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
40482
40482
  }
40483
40483
  }
40484
40484
  if (this._d1) {
40485
- for (let x of fromEnum(this._es)) {
40485
+ for (let x of fromEnum(this._et)) {
40486
40486
  let y = x.value._h;
40487
40487
  if (y._j(t)) {
40488
40488
  if (y._ac < j) {
@@ -40569,8 +40569,8 @@ export let Worksheet = /*@__PURE__*/ (() => {
40569
40569
  /**
40570
40570
  * @hidden
40571
40571
  */
40572
- _g8() {
40573
- let a = this._fd;
40572
+ _g9() {
40573
+ let a = this._fe;
40574
40574
  a.clear();
40575
40575
  if (this._d6) {
40576
40576
  let b = this._d9;
@@ -40622,14 +40622,14 @@ export let Worksheet = /*@__PURE__*/ (() => {
40622
40622
  /**
40623
40623
  * @hidden
40624
40624
  */
40625
- _eg(a) {
40625
+ _eh(a) {
40626
40626
  let b = this._rows$i._aj(a);
40627
- return this._ef(b);
40627
+ return this._eg(b);
40628
40628
  }
40629
40629
  /**
40630
40630
  * @hidden
40631
40631
  */
40632
- _ef(a) {
40632
+ _eg(a) {
40633
40633
  if (a == null) {
40634
40634
  return this._dv;
40635
40635
  }
@@ -40638,12 +40638,12 @@ export let Worksheet = /*@__PURE__*/ (() => {
40638
40638
  /**
40639
40639
  * @hidden
40640
40640
  */
40641
- _hw(a, b, c, d, e, f, g = false) {
40641
+ _hx(a, b, c, d, e, f, g = false) {
40642
40642
  let h = this._cc(a, b);
40643
40643
  if (f != null && f._cd == false) {
40644
40644
  let i = GenericCacheElementEx.q(WorksheetCellFormatData.$, h.b);
40645
40645
  h.b = GenericCacheElementEx.r(WorksheetCellFormatData.$, f, i);
40646
- this._hh();
40646
+ this._hi();
40647
40647
  }
40648
40648
  h.j = d;
40649
40649
  h.n = e;
@@ -40653,47 +40653,47 @@ export let Worksheet = /*@__PURE__*/ (() => {
40653
40653
  /**
40654
40654
  * @hidden
40655
40655
  */
40656
- _hx(a, b) {
40656
+ _hy(a, b) {
40657
40657
  let c;
40658
- let d = ((() => { let e = this._f8(a, b, true, c); c = e.p3; return e.ret; })());
40658
+ let d = ((() => { let e = this._f9(a, b, true, c); c = e.p3; return e.ret; })());
40659
40659
  let e = this.workbook._ff;
40660
40660
  let f = d;
40661
40661
  let g = (c.s + 1);
40662
40662
  let h = 0;
40663
- for (let i = d + 1; i < this._fe.count; i++) {
40663
+ for (let i = d + 1; i < this._ff.count; i++) {
40664
40664
  if (g >= e) {
40665
40665
  h++;
40666
40666
  continue;
40667
40667
  }
40668
- let j = this._fe._inner[i];
40668
+ let j = this._ff._inner[i];
40669
40669
  let k = j.s + 1 - j.r;
40670
40670
  j.r = g;
40671
40671
  j.s = Math.min(g + k - 1, e - 1);
40672
40672
  g = (j.s + 1);
40673
40673
  }
40674
40674
  while (h > 0) {
40675
- d = this._fe.count - 1;
40676
- this._id(d, this._fe._inner[d]);
40675
+ d = this._ff.count - 1;
40676
+ this._ie(d, this._ff._inner[d]);
40677
40677
  h--;
40678
40678
  }
40679
- this._hj(f);
40679
+ this._hk(f);
40680
40680
  }
40681
40681
  /**
40682
40682
  * @hidden
40683
40683
  */
40684
- _hy(a, b) {
40685
- let c = this._fu(a);
40684
+ _hz(a, b) {
40685
+ let c = this._fv(a);
40686
40686
  if (c < 0) {
40687
40687
  c = (~c - 1);
40688
40688
  }
40689
- let d = this._fe._inner[c];
40689
+ let d = this._ff._inner[c];
40690
40690
  let e = b;
40691
40691
  let f = c;
40692
40692
  if (d.r == a && d.r + b >= d.s + 1) {
40693
40693
  e -= d.u;
40694
- this._id(c, d);
40695
- if (c < this._fe.count) {
40696
- let g = this._fe._inner[c];
40694
+ this._ie(c, d);
40695
+ if (c < this._ff.count) {
40696
+ let g = this._ff._inner[c];
40697
40697
  let h = g.u;
40698
40698
  g.r = a;
40699
40699
  g.s = (a + h - 1);
@@ -40709,11 +40709,11 @@ export let Worksheet = /*@__PURE__*/ (() => {
40709
40709
  c++;
40710
40710
  }
40711
40711
  while (e > 0) {
40712
- d = this._fe._inner[c];
40712
+ d = this._ff._inner[c];
40713
40713
  let j = d.u;
40714
40714
  if (j <= e) {
40715
40715
  e -= j;
40716
- this._id(c, d);
40716
+ this._ie(c, d);
40717
40717
  }
40718
40718
  else {
40719
40719
  j -= e;
@@ -40721,28 +40721,28 @@ export let Worksheet = /*@__PURE__*/ (() => {
40721
40721
  d.s = (d.r + j - 1);
40722
40722
  }
40723
40723
  }
40724
- if (this._fe.count == 0) {
40724
+ if (this._ff.count == 0) {
40725
40725
  this._ca();
40726
40726
  }
40727
- this._hj(f);
40727
+ this._hk(f);
40728
40728
  }
40729
40729
  /**
40730
40730
  * @hidden
40731
40731
  */
40732
40732
  _ao(a) {
40733
- let b = this._fe._inner[this._fe.count - 1];
40733
+ let b = this._ff._inner[this._ff.count - 1];
40734
40734
  let c = (this.workbook._ff - 1);
40735
40735
  do {
40736
40736
  if (b.s <= c) {
40737
40737
  break;
40738
40738
  }
40739
- if (this._fe.count == 1) {
40739
+ if (this._ff.count == 1) {
40740
40740
  b.s = c;
40741
40741
  break;
40742
40742
  }
40743
40743
  GenericCacheElementEx.q(WorksheetCellFormatData.$, b.b);
40744
- this._fe.removeAt(this._fe.count - 1);
40745
- b = this._fe._inner[this._fe.count - 1];
40744
+ this._ff.removeAt(this._ff.count - 1);
40745
+ b = this._ff._inner[this._ff.count - 1];
40746
40746
  } while (true);
40747
40747
  if (b.s < c) {
40748
40748
  if (b.l) {
@@ -40751,7 +40751,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
40751
40751
  else {
40752
40752
  let d = new WorksheetColumnBlock(0, (b.s + 1), c, this.workbook._ca._p);
40753
40753
  d.b.k();
40754
- this._fe.add(d);
40754
+ this._ff.add(d);
40755
40755
  }
40756
40756
  }
40757
40757
  this._rows$i._ab();
@@ -40773,14 +40773,14 @@ export let Worksheet = /*@__PURE__*/ (() => {
40773
40773
  /**
40774
40774
  * @hidden
40775
40775
  */
40776
- _hz(a) {
40776
+ _h0(a) {
40777
40777
  this._dn = true;
40778
40778
  }
40779
40779
  /**
40780
40780
  * @hidden
40781
40781
  */
40782
- _h0() {
40783
- this._h5();
40782
+ _h1() {
40783
+ this._h6();
40784
40784
  if (this._cl != null) {
40785
40785
  this._cl._o();
40786
40786
  }
@@ -40794,7 +40794,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
40794
40794
  for (let c of fromEnum(this._rows$i)) {
40795
40795
  c._ea(b);
40796
40796
  }
40797
- for (let d of fromEnum(this._fe)) {
40797
+ for (let d of fromEnum(this._ff)) {
40798
40798
  GenericCacheElementEx.q(WorksheetCellFormatData.$, d.b);
40799
40799
  }
40800
40800
  for (let e of fromEnum(this._mergedCellsRegions$i)) {
@@ -40802,27 +40802,27 @@ export let Worksheet = /*@__PURE__*/ (() => {
40802
40802
  e._cellFormatInternal.i();
40803
40803
  }
40804
40804
  }
40805
- Worksheet._jb(this);
40805
+ Worksheet._jc(this);
40806
40806
  for (let f of fromEnum(this._tables$i)) {
40807
40807
  f._em(a);
40808
40808
  }
40809
- this._g1 = toNullable(WorksheetRegionAddress.$, null);
40809
+ this._g2 = toNullable(WorksheetRegionAddress.$, null);
40810
40810
  super._aq();
40811
40811
  }
40812
40812
  /**
40813
40813
  * @hidden
40814
40814
  */
40815
- _h2(a, b) {
40815
+ _h3(a, b) {
40816
40816
  let c = b != null ? b._h : WorksheetRegionAddress._b;
40817
- this._eq.item(a._bg, c);
40817
+ this._er.item(a._bg, c);
40818
40818
  }
40819
40819
  /**
40820
40820
  * @hidden
40821
40821
  */
40822
- _h3(a, b = true) {
40822
+ _h4(a, b = true) {
40823
40823
  let c = a._bg;
40824
40824
  let d = new WorksheetRegionAddress();
40825
- if (((() => { let e = this._eq.tryGetValue(c, d); d = e.p1; return e.ret; })())) {
40825
+ if (((() => { let e = this._er.tryGetValue(c, d); d = e.p1; return e.ret; })())) {
40826
40826
  let e = false;
40827
40827
  for (let f of fromEnum(this._rows$i._m(d._ac, d._ae))) {
40828
40828
  for (let g = d._w; g <= d._x; g++) {
@@ -40838,7 +40838,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
40838
40838
  }
40839
40839
  if (e == false) {
40840
40840
  if (!this._dn) {
40841
- this._eq.removeItem(c);
40841
+ this._er.removeItem(c);
40842
40842
  }
40843
40843
  a._bu();
40844
40844
  if (b && this.workbook != null && !this._dn) {
@@ -40852,13 +40852,13 @@ export let Worksheet = /*@__PURE__*/ (() => {
40852
40852
  /**
40853
40853
  * @hidden
40854
40854
  */
40855
- _g4(a, b = null) {
40855
+ _g5(a, b = null) {
40856
40856
  return this.workbook != null && this.workbook._cx ? this.workbook._go(this, a, b) : null;
40857
40857
  }
40858
40858
  /**
40859
40859
  * @hidden
40860
40860
  */
40861
- _h4(a) {
40861
+ _h5(a) {
40862
40862
  if (a != null) {
40863
40863
  if (this.workbook != null) {
40864
40864
  this.workbook._ih(a);
@@ -40868,10 +40868,10 @@ export let Worksheet = /*@__PURE__*/ (() => {
40868
40868
  /**
40869
40869
  * @hidden
40870
40870
  */
40871
- _h5() {
40871
+ _h6() {
40872
40872
  let a = null;
40873
40873
  let b = null;
40874
- for (let c of fromEnum(this._eu)) {
40874
+ for (let c of fromEnum(this._ev)) {
40875
40875
  if (WorksheetCell.l_op_Equality(c.value.cell, null) || !c.value.cell._e.e) {
40876
40876
  if (a == null) {
40877
40877
  a = new List$1(KeyValuePair$2.$.specialize(WorksheetCellAddress.$, WorksheetCellComment.$), 0);
@@ -40889,13 +40889,13 @@ export let Worksheet = /*@__PURE__*/ (() => {
40889
40889
  }
40890
40890
  if (b != null) {
40891
40891
  for (let d of fromEnum(b)) {
40892
- this._eu.removeItem(d.key);
40893
- this._eu.item(d.value.cell._e, d.value);
40892
+ this._ev.removeItem(d.key);
40893
+ this._ev.item(d.value.cell._e, d.value);
40894
40894
  }
40895
40895
  }
40896
40896
  if (a != null) {
40897
40897
  for (let e of fromEnum(a)) {
40898
- this._eu.removeItem(e.key);
40898
+ this._ev.removeItem(e.key);
40899
40899
  e.value.cell = null;
40900
40900
  }
40901
40901
  }
@@ -40912,9 +40912,9 @@ export let Worksheet = /*@__PURE__*/ (() => {
40912
40912
  /**
40913
40913
  * @hidden
40914
40914
  */
40915
- _h7() {
40915
+ _h8() {
40916
40916
  if (this._ay != null) {
40917
- this._h6(this._ay, false);
40917
+ this._h7(this._ay, false);
40918
40918
  this._ay = null;
40919
40919
  }
40920
40920
  if (this._az != null) {
@@ -40935,7 +40935,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
40935
40935
  /**
40936
40936
  * @hidden
40937
40937
  */
40938
- _h6(a, b) {
40938
+ _h7(a, b) {
40939
40939
  if (a != null) {
40940
40940
  if (b) {
40941
40941
  this._az = a;
@@ -40945,27 +40945,27 @@ export let Worksheet = /*@__PURE__*/ (() => {
40945
40945
  let e = c.value;
40946
40946
  let f = this._getCell1(e._d4.p(true, true, this.workbook.currentFormat, 1), 1);
40947
40947
  e._c4(f, e._aj, e._af);
40948
- this._eu.item(e._d4, e);
40948
+ this._ev.item(e._d4, e);
40949
40949
  }
40950
40950
  }
40951
40951
  }
40952
40952
  /**
40953
40953
  * @hidden
40954
40954
  */
40955
- _ia(a) {
40955
+ _ib(a) {
40956
40956
  for (let c = 0; c < a.length; c++) {
40957
40957
  let b = a[c];
40958
- this._h9(b);
40958
+ this._ia(b);
40959
40959
  }
40960
40960
  }
40961
40961
  /**
40962
40962
  * @hidden
40963
40963
  */
40964
- _h9(a) {
40964
+ _ia(a) {
40965
40965
  let b = a.r;
40966
40966
  let c = a.s;
40967
40967
  let d;
40968
- let e = ((() => { let f = this._f8(b, (c - (b + 1)), false, d); d = f.p3; return f.ret; })());
40968
+ let e = ((() => { let f = this._f9(b, (c - (b + 1)), false, d); d = f.p3; return f.ret; })());
40969
40969
  let f = d == a;
40970
40970
  let g = 0;
40971
40971
  if (f) {
@@ -40978,39 +40978,39 @@ export let Worksheet = /*@__PURE__*/ (() => {
40978
40978
  else {
40979
40979
  if (d.r == a.r) {
40980
40980
  if (d.s == a.s) {
40981
- this._fe._inner[e] = a;
40981
+ this._ff._inner[e] = a;
40982
40982
  return;
40983
40983
  }
40984
40984
  if (d.s > a.s) {
40985
- this._fe.insert(e, a);
40985
+ this._ff.insert(e, a);
40986
40986
  d.r = (a.s + 1);
40987
40987
  return;
40988
40988
  }
40989
40989
  g = a.s - d.s;
40990
- this._fe._inner[e] = a;
40990
+ this._ff._inner[e] = a;
40991
40991
  }
40992
40992
  else {
40993
40993
  if (a.s >= d.s) {
40994
40994
  g = a.s - d.s;
40995
40995
  d.s = (a.r - 1);
40996
- this._fe.insert(e + 1, a);
40996
+ this._ff.insert(e + 1, a);
40997
40997
  }
40998
40998
  else {
40999
40999
  let h = d.s;
41000
41000
  d.s = (a.r - 1);
41001
- this._fe.insert(e + 1, a);
41001
+ this._ff.insert(e + 1, a);
41002
41002
  if (h > a.s) {
41003
- this._fe.insert(e + 2, d.d(this.workbook, (a.s + 1), h));
41003
+ this._ff.insert(e + 2, d.d(this.workbook, (a.s + 1), h));
41004
41004
  }
41005
41005
  }
41006
41006
  }
41007
41007
  }
41008
41008
  while (g > 0) {
41009
41009
  e++;
41010
- d = this._fe._inner[e];
41010
+ d = this._ff._inner[e];
41011
41011
  if (g >= d.u) {
41012
41012
  g -= d.u;
41013
- this._fe.removeAt(e);
41013
+ this._ff.removeAt(e);
41014
41014
  }
41015
41015
  else {
41016
41016
  d.r += g;
@@ -41021,7 +41021,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41021
41021
  /**
41022
41022
  * @hidden
41023
41023
  */
41024
- _ib(a, b, c) {
41024
+ _ic(a, b, c) {
41025
41025
  if (this.workbook != null && this.workbook._c4) {
41026
41026
  return;
41027
41027
  }
@@ -41054,7 +41054,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41054
41054
  break;
41055
41055
  }
41056
41056
  }
41057
- if (j != this._ef(i)) {
41057
+ if (j != this._eg(i)) {
41058
41058
  if (i == null) {
41059
41059
  i = this._rows$i.item(h);
41060
41060
  }
@@ -41065,7 +41065,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41065
41065
  /**
41066
41066
  * @hidden
41067
41067
  */
41068
- _ic(a) {
41068
+ _id(a) {
41069
41069
  if (this._d9) {
41070
41070
  for (let b of fromEnum(this._mergedCellsRegions$i)) {
41071
41071
  let c = b._h;
@@ -41101,29 +41101,29 @@ export let Worksheet = /*@__PURE__*/ (() => {
41101
41101
  /**
41102
41102
  * @hidden
41103
41103
  */
41104
- _ei(a, b) {
41105
- if (this._e4 != null && this._e4.count > 0) {
41104
+ _ej(a, b) {
41105
+ if (this._e5 != null && this._e5.count > 0) {
41106
41106
  let c = this._rows$i._aj(a);
41107
- return ExcelUtils.br(this._e4, c, b);
41107
+ return ExcelUtils.br(this._e5, c, b);
41108
41108
  }
41109
41109
  return false;
41110
41110
  }
41111
41111
  /**
41112
41112
  * @hidden
41113
41113
  */
41114
- _ie() {
41115
- ExcelUtils.f6(this._e4);
41114
+ _ig() {
41115
+ ExcelUtils.f6(this._e5);
41116
41116
  }
41117
41117
  /**
41118
41118
  * @hidden
41119
41119
  */
41120
- _ig() {
41121
- ExcelUtils.f6(this._e9);
41120
+ _ih() {
41121
+ ExcelUtils.f6(this._fa);
41122
41122
  }
41123
41123
  /**
41124
41124
  * @hidden
41125
41125
  */
41126
- _ih(a, b = null) {
41126
+ _ii(a, b = null) {
41127
41127
  if (this._d9) {
41128
41128
  for (let c = this._mergedCellsRegions$i.count - 1; c >= 0; c--) {
41129
41129
  let d = this._cs.item(c);
@@ -41139,13 +41139,13 @@ export let Worksheet = /*@__PURE__*/ (() => {
41139
41139
  /**
41140
41140
  * @hidden
41141
41141
  */
41142
- _ii(a, b) {
41143
- ExcelUtils.br(this._e9, a, b);
41142
+ _ij(a, b) {
41143
+ ExcelUtils.br(this._fa, a, b);
41144
41144
  }
41145
41145
  /**
41146
41146
  * @hidden
41147
41147
  */
41148
- _ik(a, b) {
41148
+ _il(a, b) {
41149
41149
  if (b == 0) {
41150
41150
  for (let c of fromEnum(a)) {
41151
41151
  this._hideColumns$i(toNullable(Number_$type, c.a), toNullable(Number_$type, c.b - c.a + 1));
@@ -41153,24 +41153,24 @@ export let Worksheet = /*@__PURE__*/ (() => {
41153
41153
  return;
41154
41154
  }
41155
41155
  let d = WorksheetElementResizeContext.j(a, b, 65535);
41156
- this._il(d, null);
41156
+ this._im(d, null);
41157
41157
  }
41158
41158
  /**
41159
41159
  * @hidden
41160
41160
  */
41161
- _il(a, b) {
41161
+ _im(a, b) {
41162
41162
  let c = false;
41163
41163
  let d = null;
41164
41164
  let e = null;
41165
41165
  if (b != null) {
41166
- this._iv(true, false);
41166
+ this._iw(true, false);
41167
41167
  }
41168
41168
  else if (this._dz(false)) {
41169
41169
  if (d == null) {
41170
41170
  d = ((() => { let f = WorksheetElementResizeContext.o(this, a, c); c = f.p2; return f.ret; })());
41171
41171
  }
41172
41172
  e = WorksheetElementResizeContext.d(this, d, false, this.defaultColumnWidth);
41173
- this._iv(true, false);
41173
+ this._iw(true, false);
41174
41174
  }
41175
41175
  if (d == null) {
41176
41176
  d = ((() => { let f = WorksheetElementResizeContext.o(this, a, c); c = f.p2; return f.ret; })());
@@ -41179,7 +41179,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41179
41179
  let g = b != null ? b : new WorksheetResizeInfo();
41180
41180
  let h = new Worksheet_ResizeItemChangeContext(1, this, d, false, g, c);
41181
41181
  let i = f.b(this.workbook, this, null);
41182
- this._i0(g, false);
41182
+ this._i1(g, false);
41183
41183
  let j = false;
41184
41184
  if (this.workbook != null) {
41185
41185
  j = this.workbook._df;
@@ -41189,19 +41189,19 @@ export let Worksheet = /*@__PURE__*/ (() => {
41189
41189
  let l = a._inner[k];
41190
41190
  let m = l.d;
41191
41191
  let n = l.e;
41192
- let o = this._f9(m);
41193
- let p = this._ff._inner[o];
41192
+ let o = this._ga(m);
41193
+ let p = this._fg._inner[o];
41194
41194
  if (p.r < m) {
41195
41195
  this._cc(m, Math.min(p.s, n));
41196
41196
  o++;
41197
41197
  }
41198
- let q = this._f9(n);
41199
- p = this._ff._inner[q];
41198
+ let q = this._ga(n);
41199
+ p = this._fg._inner[q];
41200
41200
  if (p.s > n) {
41201
41201
  this._cc(Math.max(p.r, m), n);
41202
41202
  }
41203
41203
  for (let r = o; r <= q; r++) {
41204
- p = this._fe._inner[r];
41204
+ p = this._ff._inner[r];
41205
41205
  p.w = l.c;
41206
41206
  p.k = l.a;
41207
41207
  p.j = l.b;
@@ -41210,16 +41210,16 @@ export let Worksheet = /*@__PURE__*/ (() => {
41210
41210
  this._cd(m);
41211
41211
  }
41212
41212
  if (b != null) {
41213
- this._iv(false, false);
41213
+ this._iw(false, false);
41214
41214
  }
41215
41215
  else if (e != null) {
41216
- this._iv(false, false);
41216
+ this._iw(false, false);
41217
41217
  e.y();
41218
41218
  }
41219
41219
  if (this.workbook != null) {
41220
41220
  this.workbook._df = j;
41221
41221
  }
41222
- this._i0(null, false);
41222
+ this._i1(null, false);
41223
41223
  f.e(Worksheet_ResizeItemChangeContext.$, Base.$, h, null, null);
41224
41224
  if (i != null) {
41225
41225
  f.d(this.workbook, i);
@@ -41228,7 +41228,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41228
41228
  /**
41229
41229
  * @hidden
41230
41230
  */
41231
- _im(a, b) {
41231
+ _io(a, b) {
41232
41232
  if (b == 0) {
41233
41233
  for (let c of fromEnum(a)) {
41234
41234
  this._hideRows$i(toNullable(Number_$type, c.a), toNullable(Number_$type, c.b - c.a + 1));
@@ -41236,24 +41236,24 @@ export let Worksheet = /*@__PURE__*/ (() => {
41236
41236
  return;
41237
41237
  }
41238
41238
  let d = WorksheetElementResizeContext.j(a, b, 8192);
41239
- this._io(d, null);
41239
+ this._ip(d, null);
41240
41240
  }
41241
41241
  /**
41242
41242
  * @hidden
41243
41243
  */
41244
- _io(a, b) {
41244
+ _ip(a, b) {
41245
41245
  let c = null;
41246
41246
  let d = false;
41247
41247
  let e = null;
41248
41248
  if (b != null) {
41249
- this._ix(true, false);
41249
+ this._iy(true, false);
41250
41250
  }
41251
41251
  else if (this._dz(true)) {
41252
41252
  if (c == null) {
41253
41253
  c = ((() => { let f = WorksheetElementResizeContext.p(this, a, d); d = f.p2; return f.ret; })());
41254
41254
  }
41255
41255
  e = WorksheetElementResizeContext.d(this, c, true, this.defaultRowHeight);
41256
- this._ix(true, false);
41256
+ this._iy(true, false);
41257
41257
  }
41258
41258
  if (c == null) {
41259
41259
  c = ((() => { let f = WorksheetElementResizeContext.p(this, a, d); d = f.p2; return f.ret; })());
@@ -41262,7 +41262,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41262
41262
  let g = b != null ? b : new WorksheetResizeInfo();
41263
41263
  let h = new Worksheet_ResizeItemChangeContext(1, this, c, true, g, d);
41264
41264
  let i = f.b(this.workbook, this, null);
41265
- this._i0(g, false);
41265
+ this._i1(g, false);
41266
41266
  let j = false;
41267
41267
  if (this.workbook != null) {
41268
41268
  j = this.workbook._df;
@@ -41288,16 +41288,16 @@ export let Worksheet = /*@__PURE__*/ (() => {
41288
41288
  }
41289
41289
  }
41290
41290
  if (b != null) {
41291
- this._ix(false, false);
41291
+ this._iy(false, false);
41292
41292
  }
41293
41293
  else if (e != null) {
41294
- this._ix(false, false);
41294
+ this._iy(false, false);
41295
41295
  e.y();
41296
41296
  }
41297
41297
  if (this.workbook != null) {
41298
41298
  this.workbook._df = j;
41299
41299
  }
41300
- this._i0(null, false);
41300
+ this._i1(null, false);
41301
41301
  f.e(Worksheet_ResizeItemChangeContext.$, Base.$, h, null, null);
41302
41302
  if (i != null) {
41303
41303
  f.d(this.workbook, i);
@@ -41316,20 +41316,20 @@ export let Worksheet = /*@__PURE__*/ (() => {
41316
41316
  return new WorksheetCellShiftResult(1, j, null);
41317
41317
  }
41318
41318
  let k = new WorksheetCellShiftResult();
41319
- let l = this._eh;
41319
+ let l = this._ei;
41320
41320
  let m = c != null && c.isUndoOperation;
41321
41321
  let n = this._dx;
41322
41322
  let o = this._dw;
41323
41323
  try {
41324
- this._eh = true;
41324
+ this._ei = true;
41325
41325
  if (c != null) {
41326
41326
  c.onBeforeShift(a);
41327
41327
  }
41328
41328
  this.workbook._io(() => {
41329
- this._ix(true, !m);
41330
- this._iv(true, !m);
41329
+ this._iy(true, !m);
41330
+ this._iw(true, !m);
41331
41331
  if (!m) {
41332
- this._i0(new WorksheetResizeInfo(), true);
41332
+ this._i1(new WorksheetResizeInfo(), true);
41333
41333
  }
41334
41334
  });
41335
41335
  let p = a.x;
@@ -41342,9 +41342,9 @@ export let Worksheet = /*@__PURE__*/ (() => {
41342
41342
  this.workbook._df = true;
41343
41343
  let r = null;
41344
41344
  if (c == null || !c.isUndoOperation) {
41345
- if (this._eq.count > 0) {
41346
- r = new List$1(KeyValuePair$2.$.specialize(Base.$, WorksheetRegionAddress.$), 2, this._eq.count);
41347
- for (let s of fromEnum(this._eq)) {
41345
+ if (this._er.count > 0) {
41346
+ r = new List$1(KeyValuePair$2.$.specialize(Base.$, WorksheetRegionAddress.$), 2, this._er.count);
41347
+ for (let s of fromEnum(this._er)) {
41348
41348
  r.add(s);
41349
41349
  }
41350
41350
  }
@@ -41359,13 +41359,13 @@ export let Worksheet = /*@__PURE__*/ (() => {
41359
41359
  w._ap._ah(u);
41360
41360
  }
41361
41361
  }
41362
- for (let x of fromEnum(this._eu.values)) {
41362
+ for (let x of fromEnum(this._ev.values)) {
41363
41363
  t.item(x, x._getBoundsInTwips());
41364
41364
  x._dc();
41365
41365
  }
41366
41366
  }
41367
41367
  else {
41368
- for (let y of fromEnum(this._eu.values)) {
41368
+ for (let y of fromEnum(this._ev.values)) {
41369
41369
  y._dc();
41370
41370
  }
41371
41371
  }
@@ -41425,7 +41425,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41425
41425
  if (this.workbook != null) {
41426
41426
  let am = null;
41427
41427
  for (let an of fromEnum(this.workbook._worksheets$i)) {
41428
- for (let ao of fromEnum(an._eq)) {
41428
+ for (let ao of fromEnum(an._er)) {
41429
41429
  let ap = ao.value;
41430
41430
  for (let aq of fromEnum(an._rows$i._m(ap._ac, ap._ae))) {
41431
41431
  for (let ar = ap._w; ar <= ap._x; ar++) {
@@ -41443,7 +41443,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41443
41443
  }
41444
41444
  if (am != null) {
41445
41445
  for (let at of fromEnum(am)) {
41446
- an._h3(at, false);
41446
+ an._h4(at, false);
41447
41447
  at._bt(this.workbook);
41448
41448
  }
41449
41449
  am.clear();
@@ -41452,7 +41452,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41452
41452
  }
41453
41453
  if (WorksheetRegionAddress._r(p, toNullable(WorksheetRegionAddress.$, null)) && !q) {
41454
41454
  this.workbook._df = c != null && c.isUndoOperation;
41455
- this._ha(p.value, d, a.o, c != null && c.shiftsRows, toNullable(Number_$type, null), c != null && c.shiftsColumns && !c.shiftsRows, toNullable(Number_$type, null), e);
41455
+ this._hb(p.value, d, a.o, c != null && c.shiftsRows, toNullable(Number_$type, null), c != null && c.shiftsColumns && !c.shiftsRows, toNullable(Number_$type, null), e);
41456
41456
  this.workbook._df = true;
41457
41457
  }
41458
41458
  if (this._cl != null) {
@@ -41463,7 +41463,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41463
41463
  i.z(new RegionShiftComparer$1(WorksheetMergedCellsRegion.$, a));
41464
41464
  }
41465
41465
  this._mergedCellsRegions$i._s(a, c, i);
41466
- this._hu(runOn(new Worksheet_ShiftRegionHelper(a), new Worksheet_ShiftRegionHelper(a).b));
41466
+ this._hv(runOn(new Worksheet_ShiftRegionHelper(a), new Worksheet_ShiftRegionHelper(a).b));
41467
41467
  if (a.o) {
41468
41468
  this.printOptions._horizontalPageBreaks$i._t(a);
41469
41469
  if (this.workbook != null) {
@@ -41482,7 +41482,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41482
41482
  let ax = this._shapes$i.item(aw);
41483
41483
  let ay = ax._s(a, c, t);
41484
41484
  }
41485
- for (let az of fromEnum(this._eu.values)) {
41485
+ for (let az of fromEnum(this._ev.values)) {
41486
41486
  let a0 = az._s(a, c, t);
41487
41487
  }
41488
41488
  }
@@ -41570,7 +41570,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41570
41570
  }
41571
41571
  break;
41572
41572
  }
41573
- this._ha(a6, d, a.o, c != null && c.shiftsRows, a8, c != null && c.shiftsColumns && !c.shiftsRows, a9);
41573
+ this._hb(a6, d, a.o, c != null && c.shiftsRows, a8, c != null && c.shiftsColumns && !c.shiftsRows, a9);
41574
41574
  }
41575
41575
  for (let ba of fromEnum(h)) {
41576
41576
  let bb = ba._bk(a, c, c == null || false == c.shiftsColumns || !c.isUndoOperation);
@@ -41616,7 +41616,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41616
41616
  let bi = null;
41617
41617
  for (let bj of fromEnum(r)) {
41618
41618
  let bk = new WorksheetRegionAddress();
41619
- if (((() => { let bl = this._eq.tryGetValue(bj.key, bk); bk = bl.p1; return bl.ret; })())) {
41619
+ if (((() => { let bl = this._er.tryGetValue(bj.key, bk); bk = bl.p1; return bl.ret; })())) {
41620
41620
  let bl = ((() => { let bm = a.e(bk, false); bk = bm.p0; return bm.ret; })());
41621
41621
  if (bl.f) {
41622
41622
  if (bl.g) {
@@ -41630,7 +41630,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41630
41630
  bi = new List$1(KeyValuePair$2.$.specialize(Base.$, WorksheetRegionAddress.$), 0);
41631
41631
  }
41632
41632
  bi.add(bj);
41633
- this._eq.item(bj.key, bk);
41633
+ this._er.item(bj.key, bk);
41634
41634
  }
41635
41635
  }
41636
41636
  }
@@ -41643,7 +41643,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41643
41643
  }
41644
41644
  if (bh != null) {
41645
41645
  for (let bm of fromEnum(bh)) {
41646
- this._eq.removeItem(bm.key);
41646
+ this._er.removeItem(bm.key);
41647
41647
  }
41648
41648
  }
41649
41649
  if (bh != null || bi != null) {
@@ -41659,14 +41659,14 @@ export let Worksheet = /*@__PURE__*/ (() => {
41659
41659
  finally {
41660
41660
  this.workbook._io(() => {
41661
41661
  if (!m) {
41662
- this._i0(null, true);
41662
+ this._i1(null, true);
41663
41663
  }
41664
- this._ix(n, !m);
41665
- this._iv(o, !m);
41664
+ this._iy(n, !m);
41665
+ this._iw(o, !m);
41666
41666
  });
41667
- this._eh = l;
41667
+ this._ei = l;
41668
41668
  }
41669
- this._fc.add(a);
41669
+ this._fd.add(a);
41670
41670
  this.workbook._df = false;
41671
41671
  return k;
41672
41672
  }
@@ -41675,37 +41675,37 @@ export let Worksheet = /*@__PURE__*/ (() => {
41675
41675
  */
41676
41676
  _b9(a, b, c, d, e, f) {
41677
41677
  let g = new CellShiftOperation(1, this, 3, a, b, c, d, e);
41678
- this._hz(true);
41678
+ this._h0(true);
41679
41679
  let h = this._b8(g, f);
41680
- this._h0();
41681
- this._h7();
41680
+ this._h1();
41681
+ this._h8();
41682
41682
  return h;
41683
41683
  }
41684
41684
  /**
41685
41685
  * @hidden
41686
41686
  */
41687
41687
  _cc(a, b) {
41688
- let c = this._f9(a);
41689
- let d = this._fe._inner[c];
41688
+ let c = this._ga(a);
41689
+ let d = this._ff._inner[c];
41690
41690
  let e = d.s;
41691
41691
  if (d.r != a) {
41692
41692
  d.s = (a - 1);
41693
41693
  let f = new WorksheetColumnBlock(1, a, e, d);
41694
41694
  c++;
41695
- this._fe.insert(c, f);
41695
+ this._ff.insert(c, f);
41696
41696
  d = f;
41697
41697
  }
41698
41698
  if (d.s != b) {
41699
41699
  d.s = b;
41700
41700
  let g = new WorksheetColumnBlock(1, (b + 1), e, d);
41701
- this._fe.insert(c + 1, g);
41701
+ this._ff.insert(c + 1, g);
41702
41702
  }
41703
41703
  return d;
41704
41704
  }
41705
41705
  /**
41706
41706
  * @hidden
41707
41707
  */
41708
- _en(a, b, c, d = true) {
41708
+ _eo(a, b, c, d = true) {
41709
41709
  c = dateMinValue();
41710
41710
  let e = this.workbook;
41711
41711
  let f;
@@ -41748,13 +41748,13 @@ export let Worksheet = /*@__PURE__*/ (() => {
41748
41748
  * @hidden
41749
41749
  */
41750
41750
  _cd(a) {
41751
- let b = this._f9(a);
41752
- let c = this._fe._inner[b];
41751
+ let b = this._ga(a);
41752
+ let c = this._ff._inner[b];
41753
41753
  let d = this.defaultColumnWidth;
41754
41754
  if (c.r != 0) {
41755
41755
  let e = this._cb((c.r - 1));
41756
41756
  if (c.i(e, d)) {
41757
- this._ff.removeAt(b);
41757
+ this._fg.removeAt(b);
41758
41758
  GenericCacheElementEx.q(WorksheetCellFormatData.$, c.b);
41759
41759
  e.s = c.s;
41760
41760
  c = e;
@@ -41762,10 +41762,10 @@ export let Worksheet = /*@__PURE__*/ (() => {
41762
41762
  }
41763
41763
  let f = this._columns$i.maxCount - 1;
41764
41764
  if (c.s != f) {
41765
- let g = this._f9((c.s + 1));
41766
- let h = this._fe._inner[g];
41765
+ let g = this._ga((c.s + 1));
41766
+ let h = this._ff._inner[g];
41767
41767
  if (c.i(h, d)) {
41768
- this._ff.removeAt(g);
41768
+ this._fg.removeAt(g);
41769
41769
  GenericCacheElementEx.q(WorksheetCellFormatData.$, h.b);
41770
41770
  c.s = h.s;
41771
41771
  }
@@ -41787,8 +41787,8 @@ export let Worksheet = /*@__PURE__*/ (() => {
41787
41787
  /**
41788
41788
  * @hidden
41789
41789
  */
41790
- _eo(a, b, c) {
41791
- if (this._fv == c) {
41790
+ _ep(a, b, c) {
41791
+ if (this._fw == c) {
41792
41792
  return {
41793
41793
  ret: true,
41794
41794
  p0: a,
@@ -41796,11 +41796,11 @@ export let Worksheet = /*@__PURE__*/ (() => {
41796
41796
  p2: c
41797
41797
  };
41798
41798
  }
41799
- let d = this._fv;
41799
+ let d = this._fw;
41800
41800
  let e = a.index;
41801
41801
  let f = false;
41802
41802
  for (let g = c; g < d; g++) {
41803
- let h = this._fc._inner[g];
41803
+ let h = this._fd._inner[g];
41804
41804
  if (h.q) {
41805
41805
  continue;
41806
41806
  }
@@ -41923,12 +41923,12 @@ export let Worksheet = /*@__PURE__*/ (() => {
41923
41923
  }
41924
41924
  }
41925
41925
  for (let ab of fromEnum(this._shapes$i)) {
41926
- if (this._ep(ab, a) == false) {
41926
+ if (this._eq(ab, a) == false) {
41927
41927
  return 2;
41928
41928
  }
41929
41929
  }
41930
- for (let ac of fromEnum(this._eu.values)) {
41931
- if (this._ep(ac, a) == false) {
41930
+ for (let ac of fromEnum(this._ev.values)) {
41931
+ if (this._eq(ac, a) == false) {
41932
41932
  return 2;
41933
41933
  }
41934
41934
  }
@@ -41945,7 +41945,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41945
41945
  /**
41946
41946
  * @hidden
41947
41947
  */
41948
- _ep(a, b) {
41948
+ _eq(a, b) {
41949
41949
  let c = new WorksheetCellAddress();
41950
41950
  let d;
41951
41951
  let e = new WorksheetCellAddress();
@@ -41973,7 +41973,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
41973
41973
  /**
41974
41974
  * @hidden
41975
41975
  */
41976
- _jc(a, b, c) {
41976
+ _jd(a, b, c) {
41977
41977
  if (!this._di) {
41978
41978
  let d = this.workbook;
41979
41979
  if (d != null) {
@@ -41988,21 +41988,21 @@ export let Worksheet = /*@__PURE__*/ (() => {
41988
41988
  let b = this._b3;
41989
41989
  let c = new WorksheetColumnBlock(0, a, (this.workbook._ff - 1), b);
41990
41990
  c.b.k();
41991
- this._fe.add(c);
41991
+ this._ff.add(c);
41992
41992
  return c;
41993
41993
  }
41994
41994
  /**
41995
41995
  * @hidden
41996
41996
  */
41997
- _fu(a) {
41998
- if (this._fe == null) {
41997
+ _fv(a) {
41998
+ if (this._ff == null) {
41999
41999
  return -1;
42000
42000
  }
42001
42001
  let b = 0;
42002
- let c = this._fe.count - 1;
42002
+ let c = this._ff.count - 1;
42003
42003
  while (b <= c) {
42004
42004
  let d = b + (intDivide((c - b), 2));
42005
- let e = this._fe._inner[d];
42005
+ let e = this._ff._inner[d];
42006
42006
  if (e == null) {
42007
42007
  c = d - 1;
42008
42008
  continue;
@@ -42023,7 +42023,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
42023
42023
  /**
42024
42024
  * @hidden
42025
42025
  */
42026
- _ha(a, b, c, d, e, f, g = toNullable(Number_$type, null), h = 0) {
42026
+ _hb(a, b, c, d, e, f, g = toNullable(Number_$type, null), h = 0) {
42027
42027
  let i = e.hasValue && c ? this._rows$i._aj(e.value) : null;
42028
42028
  if (i != null && i._cells$i._count > 0) {
42029
42029
  for (let j = a._ac; j <= a._ae; j++) {
@@ -42044,8 +42044,8 @@ export let Worksheet = /*@__PURE__*/ (() => {
42044
42044
  /**
42045
42045
  * @hidden
42046
42046
  */
42047
- _g9() {
42048
- this._hu(null);
42047
+ _ha() {
42048
+ this._hv(null);
42049
42049
  }
42050
42050
  /**
42051
42051
  * @hidden
@@ -42088,38 +42088,38 @@ export let Worksheet = /*@__PURE__*/ (() => {
42088
42088
  */
42089
42089
  static _a1() {
42090
42090
  let a = new Array(19);
42091
- ChangeInfo.f(a, 0, SheetChangeInfoContext.a(Worksheet.$, Number_$type, "DefaultColumnWidth", 90, (b) => b.defaultColumnWidth, (b, c) => b._is(c, true), (b, c) => b._is(c, false), true, false));
42092
- ChangeInfo.f(a, 1, SheetChangeInfoContext.a(Worksheet.$, Number_$type, "DefaultRowHeight", 90, (b) => b.defaultRowHeight, (b, c) => b._it(c, true), (b, c) => b._it(c, false), true, false));
42093
- ChangeInfo.f(a, 2, SheetChangeInfoContext.a(Worksheet.$, Boolean_$type, "DefaultRowHidden", 90, (b) => b._dv, (b, c) => b._dv = c, (b, c) => b._iu(c)));
42094
- ChangeInfo.f(a, 3, Worksheet._a9(Number_$type, "DeleteCellComments", 3, (b) => b.a.length, (b, c) => Worksheet._i2(b, c), null, true, true));
42095
- ChangeInfo.f(a, 4, Worksheet._a8(String_$type, "DeleteCells", 94, (b) => b.b.toString(), (b, c) => Worksheet._i3(b, c), null, true, true));
42096
- ChangeInfo.f(a, 5, Worksheet._ba(String_$type, "Hidden", 26, (b) => b.i(), (b, c) => Worksheet._i5(b, c), null, true, true));
42097
- ChangeInfo.f(a, 6, Worksheet._ba(String_$type, "Hidden", 60, (b) => b.i(), (b, c) => Worksheet._i6(b, c), null, true, true));
42098
- ChangeInfo.f(a, 7, SheetChangeInfoContext.a(Worksheet.$, WBitmap.$, "ImageBackground", 90, (b) => b._je, (b, c) => b._je = c, (b, c) => b._iz(c)));
42099
- ChangeInfo.f(a, 8, Worksheet._a8(String_$type, "InsertCells", 93, (b) => b.b.toString(), (b, c) => Worksheet._i4(b, c), null, true, true));
42100
- ChangeInfo.f(a, 9, Worksheet._ba(String_$type, "Hidden", 26, (b) => b.i(), (b, c) => Worksheet._i7(b, c), null, true, true));
42101
- ChangeInfo.f(a, 10, Worksheet._ba(String_$type, "Hidden", 60, (b) => b.i(), (b, c) => Worksheet._i8(b, c), null, true, true));
42102
- ChangeInfo.f(a, 11, SheetChangeInfoContext.a(Worksheet.$, Point_$type, "ValidationInputMessagePosition", 90, (b) => b._jg, (b, c) => b._jg = c, null, false, false));
42091
+ ChangeInfo.f(a, 0, SheetChangeInfoContext.a(Worksheet.$, Number_$type, "DefaultColumnWidth", 90, (b) => b.defaultColumnWidth, (b, c) => b._it(c, true), (b, c) => b._it(c, false), true, false));
42092
+ ChangeInfo.f(a, 1, SheetChangeInfoContext.a(Worksheet.$, Number_$type, "DefaultRowHeight", 90, (b) => b.defaultRowHeight, (b, c) => b._iu(c, true), (b, c) => b._iu(c, false), true, false));
42093
+ ChangeInfo.f(a, 2, SheetChangeInfoContext.a(Worksheet.$, Boolean_$type, "DefaultRowHidden", 90, (b) => b._dv, (b, c) => b._dv = c, (b, c) => b._iv(c)));
42094
+ ChangeInfo.f(a, 3, Worksheet._a9(Number_$type, "DeleteCellComments", 3, (b) => b.a.length, (b, c) => Worksheet._i3(b, c), null, true, true));
42095
+ ChangeInfo.f(a, 4, Worksheet._a8(String_$type, "DeleteCells", 94, (b) => b.b.toString(), (b, c) => Worksheet._i4(b, c), null, true, true));
42096
+ ChangeInfo.f(a, 5, Worksheet._ba(String_$type, "Hidden", 26, (b) => b.i(), (b, c) => Worksheet._i6(b, c), null, true, true));
42097
+ ChangeInfo.f(a, 6, Worksheet._ba(String_$type, "Hidden", 60, (b) => b.i(), (b, c) => Worksheet._i7(b, c), null, true, true));
42098
+ ChangeInfo.f(a, 7, SheetChangeInfoContext.a(Worksheet.$, WBitmap.$, "ImageBackground", 90, (b) => b._jf, (b, c) => b._jf = c, (b, c) => b._i0(c)));
42099
+ ChangeInfo.f(a, 8, Worksheet._a8(String_$type, "InsertCells", 93, (b) => b.b.toString(), (b, c) => Worksheet._i5(b, c), null, true, true));
42100
+ ChangeInfo.f(a, 9, Worksheet._ba(String_$type, "Hidden", 26, (b) => b.i(), (b, c) => Worksheet._i8(b, c), null, true, true));
42101
+ ChangeInfo.f(a, 10, Worksheet._ba(String_$type, "Hidden", 60, (b) => b.i(), (b, c) => Worksheet._i9(b, c), null, true, true));
42102
+ ChangeInfo.f(a, 11, SheetChangeInfoContext.a(Worksheet.$, Point_$type, "ValidationInputMessagePosition", 90, (b) => b._jh, (b, c) => b._jh = c, null, false, false));
42103
42103
  ChangeInfo.f(a, 12, Worksheet._bc(Base.$, "SharedFormulaGroupRemoved", (b) => null, (b, c) => b.d()));
42104
42104
  ChangeInfo.f(a, 13, Worksheet._bd(Base.$, "SharedFormulasShift", (b) => null, (b, c) => b.e()));
42105
42105
  ChangeInfo.f(a, 14, Worksheet._bb(Base.$, "ResizeColumns", (b) => null, (b, c) => b.f()));
42106
42106
  ChangeInfo.f(a, 15, Worksheet._bb(Base.$, "ResizeRows", (b) => null, (b, c) => b.f()));
42107
- ChangeInfo.f(a, 16, SheetChangeInfoContext.a(Worksheet.$, WorksheetResizeInfo.$, "ResizeInfo", 90, (b) => b._c6, (b, c) => b._i0(c, true), (b, c) => b._i1(c), true, false));
42108
- ChangeInfo.f(a, 17, SheetChangeInfoContext.a(Worksheet.$, Boolean_$type, "DisableRowResizeNotifications", 90, (b) => b._dx, (b, c) => b._ix(c, true), (b, c) => b._iy(c), true, false));
42109
- ChangeInfo.f(a, 18, SheetChangeInfoContext.a(Worksheet.$, Boolean_$type, "DisableColumnResizeNotifications", 90, (b) => b._dw, (b, c) => b._iv(c, true), (b, c) => b._iw(c), true, false));
42107
+ ChangeInfo.f(a, 16, SheetChangeInfoContext.a(Worksheet.$, WorksheetResizeInfo.$, "ResizeInfo", 90, (b) => b._c6, (b, c) => b._i1(c, true), (b, c) => b._i2(c), true, false));
42108
+ ChangeInfo.f(a, 17, SheetChangeInfoContext.a(Worksheet.$, Boolean_$type, "DisableRowResizeNotifications", 90, (b) => b._dx, (b, c) => b._iy(c, true), (b, c) => b._iz(c), true, false));
42109
+ ChangeInfo.f(a, 18, SheetChangeInfoContext.a(Worksheet.$, Boolean_$type, "DisableColumnResizeNotifications", 90, (b) => b._dw, (b, c) => b._iw(c, true), (b, c) => b._ix(c), true, false));
42110
42110
  return a;
42111
42111
  }
42112
42112
  /**
42113
42113
  * @hidden
42114
42114
  */
42115
- _hj(a) {
42116
- let b = this._fe._inner[a];
42115
+ _hk(a) {
42116
+ let b = this._ff._inner[a];
42117
42117
  if (a == 0) {
42118
42118
  b.s -= b.r;
42119
42119
  b.r = 0;
42120
42120
  }
42121
- for (let c = a + 1; c < this._fe.count; c++) {
42122
- let d = this._fe._inner[c];
42121
+ for (let c = a + 1; c < this._ff.count; c++) {
42122
+ let d = this._ff._inner[c];
42123
42123
  let e = d.u;
42124
42124
  d.r = (b.s + 1);
42125
42125
  d.s = (d.r + e - 1);
@@ -42128,7 +42128,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
42128
42128
  if (b.s < this.workbook._ff - 1 && false == b.l) {
42129
42129
  b = this._ca((b.s + 1));
42130
42130
  if (b != this._cd(b.r)) {
42131
- b = this._ff._inner[this._ff.count - 1];
42131
+ b = this._fg._inner[this._fg.count - 1];
42132
42132
  }
42133
42133
  }
42134
42134
  b.s = (this.workbook._ff - 1);
@@ -42136,33 +42136,33 @@ export let Worksheet = /*@__PURE__*/ (() => {
42136
42136
  /**
42137
42137
  * @hidden
42138
42138
  */
42139
- _f8(a, b, c, d) {
42139
+ _f9(a, b, c, d) {
42140
42140
  let e;
42141
42141
  let f = this.workbook._ff;
42142
42142
  if (a == 0) {
42143
- d = this._fe._inner[0];
42143
+ d = this._ff._inner[0];
42144
42144
  if (c) {
42145
42145
  if (d.l) {
42146
42146
  d.s = Math.min(d.s + b, f - 1);
42147
42147
  }
42148
42148
  else {
42149
42149
  d = new WorksheetColumnBlock(0, a, (a + b - 1), this.workbook._ca._p);
42150
- this._fe.insert(0, d);
42150
+ this._ff.insert(0, d);
42151
42151
  }
42152
42152
  }
42153
42153
  e = 0;
42154
42154
  }
42155
42155
  else {
42156
42156
  if (c) {
42157
- e = this._fu((a - 1));
42157
+ e = this._fv((a - 1));
42158
42158
  }
42159
42159
  else {
42160
- e = this._fu(a);
42160
+ e = this._fv(a);
42161
42161
  }
42162
42162
  if (e < 0) {
42163
42163
  e = (~e - 1);
42164
42164
  }
42165
- d = this._fe._inner[e];
42165
+ d = this._ff._inner[e];
42166
42166
  if (c) {
42167
42167
  d.s = Math.min(d.s + b, f - 1);
42168
42168
  }
@@ -42175,7 +42175,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
42175
42175
  /**
42176
42176
  * @hidden
42177
42177
  */
42178
- _hk(a, b, c, d, e, f) {
42178
+ _hl(a, b, c, d, e, f) {
42179
42179
  if (WorksheetCell.l_op_Inequality(c, null) && c.worksheet == null) {
42180
42180
  throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_CellShiftedOffWorksheet"), "originCell");
42181
42181
  }
@@ -42188,7 +42188,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
42188
42188
  let h;
42189
42189
  let i;
42190
42190
  let j;
42191
- let k = this._hl(a, b, c, g, h, i, j);
42191
+ let k = this._hm(a, b, c, g, h, i, j);
42192
42192
  g = k.p3;
42193
42193
  h = k.p4;
42194
42194
  i = k.p5;
@@ -42291,7 +42291,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
42291
42291
  /**
42292
42292
  * @hidden
42293
42293
  */
42294
- _hl(a, b, c, d, e, f, g) {
42294
+ _hm(a, b, c, d, e, f, g) {
42295
42295
  if (EnumUtil.isDefined(CellReferenceMode_$type, enumGetBox(CellReferenceMode_$type, b)) == false) {
42296
42296
  throw new InvalidEnumArgumentException("cellReferenceMode", b, CellReferenceMode_$type);
42297
42297
  }
@@ -42328,13 +42328,13 @@ export let Worksheet = /*@__PURE__*/ (() => {
42328
42328
  /**
42329
42329
  * @hidden
42330
42330
  */
42331
- static _gf(a) {
42331
+ static _gg(a) {
42332
42332
  return truncate(Math.ceil(a / 4)) * 2 + 1;
42333
42333
  }
42334
42334
  /**
42335
42335
  * @hidden
42336
42336
  */
42337
- _hp(a, b, c, d) {
42337
+ _hq(a, b, c, d) {
42338
42338
  let e = c ? this._rows$i.maxCount : this._columns$i.maxCount;
42339
42339
  let f = !nullableIsNull(a) ? a.value : 0;
42340
42340
  let g = !nullableIsNull(b) ? b.value : (nullableEquals(a, null) ? e : 1);
@@ -42353,10 +42353,10 @@ export let Worksheet = /*@__PURE__*/ (() => {
42353
42353
  if (this._dz(c)) {
42354
42354
  k = c ? WorksheetElementResizeContext.e(this, f, h, toNullable(Boolean_$type, d), i) : WorksheetElementResizeContext.c(this, f, h, d);
42355
42355
  if (c) {
42356
- this._ix(true, false);
42356
+ this._iy(true, false);
42357
42357
  }
42358
42358
  else {
42359
- this._iv(true, false);
42359
+ this._iw(true, false);
42360
42360
  }
42361
42361
  }
42362
42362
  let l = k != null ? k.i : (c ? WorksheetElementResizeContext.n(this, f, h, toNullable(Boolean_$type, d), i) : WorksheetElementResizeContext.k(this, f, h, d));
@@ -42370,9 +42370,9 @@ export let Worksheet = /*@__PURE__*/ (() => {
42370
42370
  r = this.workbook._df;
42371
42371
  this.workbook._df = true;
42372
42372
  }
42373
- this._i0(o, false);
42373
+ this._i1(o, false);
42374
42374
  if (i) {
42375
- this._iu(d, false);
42375
+ this._iv(d, false);
42376
42376
  }
42377
42377
  if (c) {
42378
42378
  if (this._dv == d) {
@@ -42389,7 +42389,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
42389
42389
  else {
42390
42390
  this._cc(f, f);
42391
42391
  this._cc(h, h);
42392
- for (let u of fromEnum(this._ff)) {
42392
+ for (let u of fromEnum(this._fg)) {
42393
42393
  if (f <= u.r && u.s <= h) {
42394
42394
  u.j = d;
42395
42395
  }
@@ -42397,14 +42397,14 @@ export let Worksheet = /*@__PURE__*/ (() => {
42397
42397
  }
42398
42398
  if (k != null) {
42399
42399
  if (c) {
42400
- this._ix(false, false);
42400
+ this._iy(false, false);
42401
42401
  }
42402
42402
  else {
42403
- this._iv(false, false);
42403
+ this._iw(false, false);
42404
42404
  }
42405
42405
  k.y();
42406
42406
  }
42407
- this._i0(null, false);
42407
+ this._i1(null, false);
42408
42408
  if (this.workbook != null) {
42409
42409
  this.workbook._df = r;
42410
42410
  }
@@ -42416,15 +42416,15 @@ export let Worksheet = /*@__PURE__*/ (() => {
42416
42416
  /**
42417
42417
  * @hidden
42418
42418
  */
42419
- _hu(a) {
42420
- if (this._fa == null) {
42419
+ _hv(a) {
42420
+ if (this._fb == null) {
42421
42421
  return;
42422
42422
  }
42423
42423
  let b = null;
42424
- for (let c = this._fa.count - 1; c >= 0; c--) {
42425
- let d = ExcelUtils.d0(this._fa._inner[c]);
42424
+ for (let c = this._fb.count - 1; c >= 0; c--) {
42425
+ let d = ExcelUtils.d0(this._fb._inner[c]);
42426
42426
  if (d == null) {
42427
- this._fa.removeAt(c);
42427
+ this._fb.removeAt(c);
42428
42428
  continue;
42429
42429
  }
42430
42430
  if (a != null) {
@@ -42432,7 +42432,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
42432
42432
  let f = a(d, e);
42433
42433
  e = f.p1;
42434
42434
  if (e) {
42435
- this._fa.removeAt(c);
42435
+ this._fb.removeAt(c);
42436
42436
  if (d.worksheet != null) {
42437
42437
  if (b == null) {
42438
42438
  b = new List$1(WorksheetRegion.$, 0);
@@ -42446,7 +42446,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
42446
42446
  for (let g = 0; g < b.count; g++) {
42447
42447
  let h = b._inner[g];
42448
42448
  let i;
42449
- let j = this._g5(h, i, true);
42449
+ let j = this._g6(h, i, true);
42450
42450
  i = j.p1;
42451
42451
  }
42452
42452
  }
@@ -42454,16 +42454,16 @@ export let Worksheet = /*@__PURE__*/ (() => {
42454
42454
  /**
42455
42455
  * @hidden
42456
42456
  */
42457
- _h1() {
42457
+ _h2() {
42458
42458
  if (this._bw == null) {
42459
42459
  return;
42460
42460
  }
42461
- this._iq(this._bw.c, this._bw.a, this._bw.b, false);
42461
+ this._ir(this._bw.c, this._bw.a, this._bw.b, false);
42462
42462
  }
42463
42463
  /**
42464
42464
  * @hidden
42465
42465
  */
42466
- _id(a, b) {
42466
+ _ie(a, b) {
42467
42467
  let c = b.b;
42468
42468
  if (c != null) {
42469
42469
  GenericCacheElementEx.q(WorksheetCellFormatData.$, c);
@@ -42471,61 +42471,61 @@ export let Worksheet = /*@__PURE__*/ (() => {
42471
42471
  b.b = c._bu();
42472
42472
  }
42473
42473
  }
42474
- this._fe.removeAt(a);
42474
+ this._ff.removeAt(a);
42475
42475
  }
42476
42476
  /**
42477
42477
  * @hidden
42478
42478
  */
42479
- static _i4(a, b) {
42479
+ static _i5(a, b) {
42480
42480
  let c = a.b;
42481
- a.sheet._hf(c, a.c, toNullable(Worksheet_CellInsertDeleteChangeContext.$, a));
42481
+ a.sheet._hg(c, a.c, toNullable(Worksheet_CellInsertDeleteChangeContext.$, a));
42482
42482
  }
42483
42483
  /**
42484
42484
  * @hidden
42485
42485
  */
42486
- static _i2(a, b) {
42486
+ static _i3(a, b) {
42487
42487
  if (a.b._dn) {
42488
42488
  a.b._ay = a.a;
42489
42489
  }
42490
42490
  else {
42491
- a.b._h6(a.a, true);
42491
+ a.b._h7(a.a, true);
42492
42492
  }
42493
42493
  }
42494
42494
  /**
42495
42495
  * @hidden
42496
42496
  */
42497
- static _i3(a, b) {
42497
+ static _i4(a, b) {
42498
42498
  let c = a.b;
42499
- a.sheet._hs(c, a.c, toNullable(Worksheet_CellInsertDeleteChangeContext.$, a));
42499
+ a.sheet._ht(c, a.c, toNullable(Worksheet_CellInsertDeleteChangeContext.$, a));
42500
42500
  }
42501
42501
  /**
42502
42502
  * @hidden
42503
42503
  */
42504
- static _i5(a, b) {
42504
+ static _i6(a, b) {
42505
42505
  a.j(Worksheet._ax[9], false);
42506
42506
  }
42507
42507
  /**
42508
42508
  * @hidden
42509
42509
  */
42510
- static _i6(a, b) {
42510
+ static _i7(a, b) {
42511
42511
  a.j(Worksheet._ax[10], false);
42512
42512
  }
42513
42513
  /**
42514
42514
  * @hidden
42515
42515
  */
42516
- static _i7(a, b) {
42516
+ static _i8(a, b) {
42517
42517
  a.j(Worksheet._ax[5], true);
42518
42518
  }
42519
42519
  /**
42520
42520
  * @hidden
42521
42521
  */
42522
- static _i8(a, b) {
42522
+ static _i9(a, b) {
42523
42523
  a.j(Worksheet._ax[6], true);
42524
42524
  }
42525
42525
  /**
42526
42526
  * @hidden
42527
42527
  */
42528
- static _jb(a) {
42528
+ static _jc(a) {
42529
42529
  for (let b of fromEnum(a.ChildShapes)) {
42530
42530
  let c = typeCast(WorksheetShapeWithText.$, b);
42531
42531
  if (c != null && c.text != null) {
@@ -42533,7 +42533,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
42533
42533
  }
42534
42534
  let d = typeCast(WorksheetShapeGroupBase.$, b);
42535
42535
  if (d != null) {
42536
- Worksheet._jb(d);
42536
+ Worksheet._jc(d);
42537
42537
  }
42538
42538
  }
42539
42539
  }
@@ -42633,15 +42633,15 @@ export let Worksheet = /*@__PURE__*/ (() => {
42633
42633
  * @see [[Workbook.pixelsToCharacterWidth256ths]]
42634
42634
  */
42635
42635
  get defaultColumnWidth() {
42636
- return this._fx;
42636
+ return this._fy;
42637
42637
  }
42638
42638
  set defaultColumnWidth(a) {
42639
- this._ir(a, true);
42639
+ this._is(a, true);
42640
42640
  }
42641
42641
  /**
42642
42642
  * @hidden
42643
42643
  */
42644
- _ir(a, b) {
42644
+ _is(a, b) {
42645
42645
  if (a < 0) {
42646
42646
  a = 0;
42647
42647
  }
@@ -42652,24 +42652,24 @@ export let Worksheet = /*@__PURE__*/ (() => {
42652
42652
  let c = null;
42653
42653
  if (this._dz(false)) {
42654
42654
  let d = WorksheetElementResizeContext.l(this, 0, this._columns$i.maxCount - 1);
42655
- c = WorksheetElementResizeContext.d(this, d, false, this._fx);
42655
+ c = WorksheetElementResizeContext.d(this, d, false, this._fy);
42656
42656
  }
42657
42657
  let e = null;
42658
42658
  if (b) {
42659
- e = this._g4(90, "DefaultColumnWidth");
42660
- this._i0(new WorksheetResizeInfo(), true);
42659
+ e = this._g5(90, "DefaultColumnWidth");
42660
+ this._i1(new WorksheetResizeInfo(), true);
42661
42661
  }
42662
42662
  if (c != null) {
42663
- this._iv(true, b);
42663
+ this._iw(true, b);
42664
42664
  }
42665
- this._is(a, b);
42665
+ this._it(a, b);
42666
42666
  if (c != null) {
42667
42667
  c.y();
42668
- this._iv(false, b);
42668
+ this._iw(false, b);
42669
42669
  }
42670
42670
  if (b) {
42671
- this._i0(null, true);
42672
- this._h4(e);
42671
+ this._i1(null, true);
42672
+ this._h5(e);
42673
42673
  }
42674
42674
  else {
42675
42675
  }
@@ -42678,12 +42678,12 @@ export let Worksheet = /*@__PURE__*/ (() => {
42678
42678
  /**
42679
42679
  * @hidden
42680
42680
  */
42681
- _is(a, b) {
42681
+ _it(a, b) {
42682
42682
  if (b) {
42683
42683
  Worksheet._ax[0].h(SheetChangeInfoContext.$, Number_$type, this._h, a);
42684
42684
  return;
42685
42685
  }
42686
- this._fx = a;
42686
+ this._fy = a;
42687
42687
  this._bw = new Worksheet_SetColumnWidthInfo(a, 1, false);
42688
42688
  }
42689
42689
  /**
@@ -42700,28 +42700,28 @@ export let Worksheet = /*@__PURE__*/ (() => {
42700
42700
  * @throws [[ArgumentOutOfRangeException]] The value assigned is outside the value range of -1 and 8192.
42701
42701
  */
42702
42702
  get defaultRowHeight() {
42703
- if (this._f0 < 0) {
42704
- return this._gp;
42703
+ if (this._f1 < 0) {
42704
+ return this._gq;
42705
42705
  }
42706
- return this._f0;
42706
+ return this._f1;
42707
42707
  }
42708
42708
  set defaultRowHeight(a) {
42709
- if (this._f0 != a) {
42709
+ if (this._f1 != a) {
42710
42710
  if (a < -1 || 8192 < a) {
42711
42711
  throw ExcelUtils.w("value", a, ExcelUtils.eh("LE_ArgumentOutOfRangeException_DefaultRowHeight"));
42712
42712
  }
42713
42713
  let b = null;
42714
42714
  if (this._dz(true)) {
42715
42715
  let c = WorksheetElementResizeContext.m(this, 0, this._rows$i.maxCount - 1);
42716
- b = WorksheetElementResizeContext.d(this, c, true, this._f0);
42716
+ b = WorksheetElementResizeContext.d(this, c, true, this._f1);
42717
42717
  }
42718
- let d = this._g4(90, "DefaultRowHeight");
42719
- this._i0(new WorksheetResizeInfo(), true);
42718
+ let d = this._g5(90, "DefaultRowHeight");
42719
+ this._i1(new WorksheetResizeInfo(), true);
42720
42720
  if (b != null) {
42721
- this._ix(true, true);
42721
+ this._iy(true, true);
42722
42722
  }
42723
- let e = this._f0;
42724
- this._it(a, true);
42723
+ let e = this._f1;
42724
+ this._iu(a, true);
42725
42725
  for (let f of fromEnum(this._rows$i)) {
42726
42726
  if (f.height < 0 || f.height == e) {
42727
42727
  f.height = a;
@@ -42732,28 +42732,28 @@ export let Worksheet = /*@__PURE__*/ (() => {
42732
42732
  }
42733
42733
  if (b != null) {
42734
42734
  b.y();
42735
- this._ix(false, true);
42735
+ this._iy(false, true);
42736
42736
  }
42737
- this._i0(null, true);
42738
- this._h4(d);
42737
+ this._i1(null, true);
42738
+ this._h5(d);
42739
42739
  }
42740
42740
  }
42741
42741
  /**
42742
42742
  * @hidden
42743
42743
  */
42744
- _it(a, b) {
42744
+ _iu(a, b) {
42745
42745
  if (b) {
42746
42746
  Worksheet._ax[1].h(SheetChangeInfoContext.$, Number_$type, this._h, a);
42747
42747
  return;
42748
42748
  }
42749
- this._f0 = a;
42749
+ this._f1 = a;
42750
42750
  this._rows$i._av();
42751
42751
  }
42752
42752
  /**
42753
42753
  * @hidden
42754
42754
  */
42755
42755
  get _d4() {
42756
- return 0 <= this._f0;
42756
+ return 0 <= this._f1;
42757
42757
  }
42758
42758
  /**
42759
42759
  * Gets the object which controls the display of the worksheet.
@@ -42801,22 +42801,22 @@ export let Worksheet = /*@__PURE__*/ (() => {
42801
42801
  /**
42802
42802
  * @hidden
42803
42803
  */
42804
- get _je() {
42805
- return ExcelUtils.g9(this._jd);
42804
+ get _jf() {
42805
+ return ExcelUtils.g9(this._je);
42806
42806
  }
42807
42807
  /**
42808
42808
  * @hidden
42809
42809
  */
42810
- set _je(a) {
42811
- if (a != ExcelUtils.g9(this._jd)) {
42810
+ set _jf(a) {
42811
+ if (a != ExcelUtils.g9(this._je)) {
42812
42812
  Worksheet._ax[7].h(SheetChangeInfoContext.$, WBitmap.$, this._h, a);
42813
42813
  }
42814
42814
  }
42815
42815
  /**
42816
42816
  * @hidden
42817
42817
  */
42818
- _iz(a) {
42819
- this._jd = ExcelUtils.g8(a);
42818
+ _i0(a) {
42819
+ this._je = ExcelUtils.g8(a);
42820
42820
  this._dh = null;
42821
42821
  }
42822
42822
  /**
@@ -42978,80 +42978,80 @@ export let Worksheet = /*@__PURE__*/ (() => {
42978
42978
  /**
42979
42979
  * @hidden
42980
42980
  */
42981
- get _es() {
42982
- if (this._er == null) {
42983
- this._er = new Dictionary$2(WorksheetCellAddress.$, WorksheetMergedCellsRegion.$, 0);
42981
+ get _et() {
42982
+ if (this._es == null) {
42983
+ this._es = new Dictionary$2(WorksheetCellAddress.$, WorksheetMergedCellsRegion.$, 0);
42984
42984
  }
42985
- return this._er;
42985
+ return this._es;
42986
42986
  }
42987
42987
  /**
42988
42988
  * @hidden
42989
42989
  */
42990
42990
  get _d1() {
42991
- return this._er != null && this._er.count > 0;
42991
+ return this._es != null && this._es.count > 0;
42992
42992
  }
42993
42993
  /**
42994
42994
  * @hidden
42995
42995
  */
42996
- get _fc() {
42997
- if (this._fb == null) {
42998
- this._fb = new List$1(CellShiftOperation.$, 0);
42996
+ get _fd() {
42997
+ if (this._fc == null) {
42998
+ this._fc = new List$1(CellShiftOperation.$, 0);
42999
42999
  }
43000
- return this._fb;
43000
+ return this._fc;
43001
43001
  }
43002
43002
  /**
43003
43003
  * @hidden
43004
43004
  */
43005
- get _fv() {
43006
- if (this._fb == null) {
43005
+ get _fw() {
43006
+ if (this._fc == null) {
43007
43007
  return 0;
43008
43008
  }
43009
- return this._fb.count;
43009
+ return this._fc.count;
43010
43010
  }
43011
43011
  /**
43012
43012
  * @hidden
43013
43013
  */
43014
- get _eu() {
43015
- if (this._et == null) {
43016
- this._et = new Dictionary$2(WorksheetCellAddress.$, WorksheetCellComment.$, 0);
43014
+ get _ev() {
43015
+ if (this._eu == null) {
43016
+ this._eu = new Dictionary$2(WorksheetCellAddress.$, WorksheetCellComment.$, 0);
43017
43017
  }
43018
- return this._et;
43018
+ return this._eu;
43019
43019
  }
43020
43020
  /**
43021
43021
  * @hidden
43022
43022
  */
43023
43023
  get _d2() {
43024
- return this._et != null && this._et.count > 0;
43024
+ return this._eu != null && this._eu.count > 0;
43025
43025
  }
43026
43026
  /**
43027
43027
  * @hidden
43028
43028
  */
43029
- get _ew() {
43030
- if (this._ev == null) {
43031
- this._ev = new Dictionary$2(ValueTuple$2.$.specialize(WorksheetRow.$, Number_$type), Base.$, 0);
43029
+ get _ex() {
43030
+ if (this._ew == null) {
43031
+ this._ew = new Dictionary$2(ValueTuple$2.$.specialize(WorksheetRow.$, Number_$type), Base.$, 0);
43032
43032
  }
43033
- return this._ev;
43033
+ return this._ew;
43034
43034
  }
43035
43035
  /**
43036
43036
  * @hidden
43037
43037
  */
43038
43038
  get _d3() {
43039
- return this._ev != null && this._ev.count > 0;
43039
+ return this._ew != null && this._ew.count > 0;
43040
43040
  }
43041
43041
  /**
43042
43042
  * @hidden
43043
43043
  */
43044
- get _fd() {
43045
- if (this._e4 == null) {
43046
- this._e4 = new List$1(WorksheetCell.$, 0);
43044
+ get _fe() {
43045
+ if (this._e5 == null) {
43046
+ this._e5 = new List$1(WorksheetCell.$, 0);
43047
43047
  }
43048
- return this._e4;
43048
+ return this._e5;
43049
43049
  }
43050
43050
  /**
43051
43051
  * @hidden
43052
43052
  */
43053
- get _ff() {
43054
- return this._fe;
43053
+ get _fg() {
43054
+ return this._ff;
43055
43055
  }
43056
43056
  /**
43057
43057
  * @hidden
@@ -43070,9 +43070,9 @@ export let Worksheet = /*@__PURE__*/ (() => {
43070
43070
  */
43071
43071
  get _b3() {
43072
43072
  let a = 0;
43073
- let b = this._ff.count == 0 ? null : this._ff._inner[0].b;
43074
- for (let c = 0; c < this._ff.count; c++) {
43075
- let d = this._ff._inner[c];
43073
+ let b = this._fg.count == 0 ? null : this._fg._inner[0].b;
43074
+ for (let c = 0; c < this._fg.count; c++) {
43075
+ let d = this._fg._inner[c];
43076
43076
  if (a <= d.u) {
43077
43077
  a = d.u;
43078
43078
  b = d.b;
@@ -43098,9 +43098,9 @@ export let Worksheet = /*@__PURE__*/ (() => {
43098
43098
  /**
43099
43099
  * @hidden
43100
43100
  */
43101
- get _gp() {
43102
- if (this._go == 0 || this._gq != this.workbook._fp) {
43103
- this._gq = this.workbook._fp;
43101
+ get _gq() {
43102
+ if (this._gp == 0 || this._gr != this.workbook._fp) {
43103
+ this._gr = this.workbook._fp;
43104
43104
  let a = this.workbook._styles$i.normalStyle._i;
43105
43105
  let b = a._df;
43106
43106
  let c = a._cq;
@@ -43110,7 +43110,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
43110
43110
  let g = f != null ? f._bq : null;
43111
43111
  let h = g || Workbook._br(f);
43112
43112
  try {
43113
- for (let i of fromEnum(this._ff)) {
43113
+ for (let i of fromEnum(this._fg)) {
43114
43114
  let j = i.b;
43115
43115
  let k = j._df;
43116
43116
  let l = j._cq;
@@ -43133,15 +43133,15 @@ export let Worksheet = /*@__PURE__*/ (() => {
43133
43133
  if (this._ds) {
43134
43134
  d++;
43135
43135
  }
43136
- this._go = Math.min(truncate(Workbook._ep(this.workbook, d, true)), 8192);
43136
+ this._gp = Math.min(truncate(Workbook._ep(this.workbook, d, true)), 8192);
43137
43137
  }
43138
- return this._go;
43138
+ return this._gp;
43139
43139
  }
43140
43140
  /**
43141
43141
  * @hidden
43142
43142
  */
43143
- _ij() {
43144
- this._go = 0;
43143
+ _ik() {
43144
+ this._gp = 0;
43145
43145
  }
43146
43146
  /**
43147
43147
  * @hidden
@@ -43157,7 +43157,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
43157
43157
  return;
43158
43158
  }
43159
43159
  this._dj = a;
43160
- this._ij();
43160
+ this._ik();
43161
43161
  }
43162
43162
  /**
43163
43163
  * @hidden
@@ -43173,7 +43173,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
43173
43173
  return;
43174
43174
  }
43175
43175
  this._dk = a;
43176
- this._ij();
43176
+ this._ik();
43177
43177
  }
43178
43178
  /**
43179
43179
  * @hidden
@@ -43193,7 +43193,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
43193
43193
  /**
43194
43194
  * @hidden
43195
43195
  */
43196
- _iu(a, b = true) {
43196
+ _iv(a, b = true) {
43197
43197
  if (this._dv == a) {
43198
43198
  return;
43199
43199
  }
@@ -43216,18 +43216,18 @@ export let Worksheet = /*@__PURE__*/ (() => {
43216
43216
  /**
43217
43217
  * @hidden
43218
43218
  */
43219
- _iv(a, b) {
43219
+ _iw(a, b) {
43220
43220
  if (b) {
43221
43221
  Worksheet._ax[18].h(SheetChangeInfoContext.$, Boolean_$type, this._h, a);
43222
43222
  }
43223
43223
  else {
43224
- this._iw(a);
43224
+ this._ix(a);
43225
43225
  }
43226
43226
  }
43227
43227
  /**
43228
43228
  * @hidden
43229
43229
  */
43230
- _iw(a) {
43230
+ _ix(a) {
43231
43231
  this._dl = a;
43232
43232
  }
43233
43233
  /**
@@ -43239,18 +43239,18 @@ export let Worksheet = /*@__PURE__*/ (() => {
43239
43239
  /**
43240
43240
  * @hidden
43241
43241
  */
43242
- _ix(a, b) {
43242
+ _iy(a, b) {
43243
43243
  if (b) {
43244
43244
  Worksheet._ax[17].h(SheetChangeInfoContext.$, Boolean_$type, this._h, a);
43245
43245
  }
43246
43246
  else {
43247
- this._iy(a);
43247
+ this._iz(a);
43248
43248
  }
43249
43249
  }
43250
43250
  /**
43251
43251
  * @hidden
43252
43252
  */
43253
- _iy(a) {
43253
+ _iz(a) {
43254
43254
  this._dm = a;
43255
43255
  }
43256
43256
  /**
@@ -43286,43 +43286,49 @@ export let Worksheet = /*@__PURE__*/ (() => {
43286
43286
  if (this._t) {
43287
43287
  return false;
43288
43288
  }
43289
- return (this._db != null && this._db.count != 0) || (this._et != null && this._et.count != 0);
43289
+ return (this._db != null && this._db.count != 0) || (this._eu != null && this._eu.count != 0);
43290
43290
  }
43291
43291
  /**
43292
43292
  * @hidden
43293
43293
  */
43294
43294
  get _ea() {
43295
- return this._eq.count != 0;
43295
+ return this._er.count != 0;
43296
43296
  }
43297
43297
  /**
43298
43298
  * @hidden
43299
43299
  */
43300
43300
  get _eb() {
43301
- return this._e6 != null && this._e6.count != 0;
43301
+ return this._e7 != null && this._e7.count != 0;
43302
43302
  }
43303
43303
  /**
43304
43304
  * @hidden
43305
43305
  */
43306
- get _gl() {
43306
+ get _gm() {
43307
43307
  return 9;
43308
43308
  }
43309
43309
  /**
43310
43310
  * @hidden
43311
43311
  */
43312
- get _ee() {
43312
+ get _ef() {
43313
43313
  return this._dn;
43314
43314
  }
43315
43315
  /**
43316
43316
  * @hidden
43317
43317
  */
43318
- get _g3() {
43319
- return this._g2;
43318
+ get _ee() {
43319
+ return this._bl.region != null;
43320
43320
  }
43321
43321
  /**
43322
43322
  * @hidden
43323
43323
  */
43324
- set _g3(a) {
43325
- this._g2 = a;
43324
+ get _g4() {
43325
+ return this._g3;
43326
+ }
43327
+ /**
43328
+ * @hidden
43329
+ */
43330
+ set _g4(a) {
43331
+ this._g3 = a;
43326
43332
  }
43327
43333
  /**
43328
43334
  * @hidden
@@ -43345,18 +43351,18 @@ export let Worksheet = /*@__PURE__*/ (() => {
43345
43351
  /**
43346
43352
  * @hidden
43347
43353
  */
43348
- _i0(a, b) {
43354
+ _i1(a, b) {
43349
43355
  if (b) {
43350
43356
  Worksheet._ax[16].h(SheetChangeInfoContext.$, WorksheetResizeInfo.$, this._h, a);
43351
43357
  }
43352
43358
  else {
43353
- this._i1(a);
43359
+ this._i2(a);
43354
43360
  }
43355
43361
  }
43356
43362
  /**
43357
43363
  * @hidden
43358
43364
  */
43359
- _i1(a) {
43365
+ _i2(a) {
43360
43366
  if (this._c5 != null) {
43361
43367
  this._c5.h();
43362
43368
  }
@@ -43392,35 +43398,35 @@ export let Worksheet = /*@__PURE__*/ (() => {
43392
43398
  /**
43393
43399
  * @hidden
43394
43400
  */
43395
- get _ek() {
43396
- return this._ej;
43401
+ get _el() {
43402
+ return this._ek;
43397
43403
  }
43398
43404
  /**
43399
43405
  * @hidden
43400
43406
  */
43401
- set _ek(a) {
43402
- this._ej = a;
43407
+ set _el(a) {
43408
+ this._ek = a;
43403
43409
  }
43404
43410
  /**
43405
43411
  * @hidden
43406
43412
  */
43407
- get _em() {
43408
- return this._el;
43413
+ get _en() {
43414
+ return this._em;
43409
43415
  }
43410
43416
  /**
43411
43417
  * @hidden
43412
43418
  */
43413
- set _em(a) {
43414
- this._el = a;
43419
+ set _en(a) {
43420
+ this._em = a;
43415
43421
  }
43416
43422
  /**
43417
43423
  * @hidden
43418
43424
  */
43419
- static get _fh() {
43420
- if (Worksheet._e7 == null) {
43421
- Worksheet._e7 = new List$1(Tuple$3.$.specialize(Worksheet.$, WorksheetRegionAddress.$, String_$type), 0);
43425
+ static get _fi() {
43426
+ if (Worksheet._e8 == null) {
43427
+ Worksheet._e8 = new List$1(Tuple$3.$.specialize(Worksheet.$, WorksheetRegionAddress.$, String_$type), 0);
43422
43428
  }
43423
- return Worksheet._e7;
43429
+ return Worksheet._e8;
43424
43430
  }
43425
43431
  /**
43426
43432
  * @hidden
@@ -43443,32 +43449,32 @@ export let Worksheet = /*@__PURE__*/ (() => {
43443
43449
  /**
43444
43450
  * @hidden
43445
43451
  */
43446
- get _jg() {
43447
- return this._jf;
43452
+ get _jh() {
43453
+ return this._jg;
43448
43454
  }
43449
43455
  /**
43450
43456
  * @hidden
43451
43457
  */
43452
- set _jg(a) {
43453
- if (PointUtil.equals(this._jg, a)) {
43458
+ set _jh(a) {
43459
+ if (PointUtil.equals(this._jh, a)) {
43454
43460
  return;
43455
43461
  }
43456
- let b = Worksheet._ax[11].g(SheetChangeInfoContext.$, Point_$type, this._h, this._jf, a);
43457
- this._jf = b.p1;
43462
+ let b = Worksheet._ax[11].g(SheetChangeInfoContext.$, Point_$type, this._h, this._jg, a);
43463
+ this._jg = b.p1;
43458
43464
  }
43459
43465
  /**
43460
43466
  * @hidden
43461
43467
  */
43462
- get _fi() {
43463
- if (this._e9 == null) {
43464
- this._e9 = new List$1(WorksheetCell.$, 0);
43468
+ get _fj() {
43469
+ if (this._fa == null) {
43470
+ this._fa = new List$1(WorksheetCell.$, 0);
43465
43471
  }
43466
- return this._e9;
43472
+ return this._fa;
43467
43473
  }
43468
43474
  /**
43469
43475
  * @hidden
43470
43476
  */
43471
- get _g0() {
43477
+ get _g1() {
43472
43478
  if (this.workbook == null) {
43473
43479
  return 7;
43474
43480
  }
@@ -43479,83 +43485,83 @@ export let Worksheet = /*@__PURE__*/ (() => {
43479
43485
  /**
43480
43486
  * @hidden
43481
43487
  */
43482
- Worksheet._fz = 0;
43488
+ Worksheet._f0 = 0;
43483
43489
  /**
43484
43490
  * @hidden
43485
43491
  */
43486
- Worksheet._f2 = 1;
43492
+ Worksheet._f3 = 1;
43487
43493
  /**
43488
43494
  * @hidden
43489
43495
  */
43490
- Worksheet._f3 = 2;
43496
+ Worksheet._f4 = 2;
43491
43497
  /**
43492
43498
  * @hidden
43493
43499
  */
43494
- Worksheet._f4 = 3;
43500
+ Worksheet._f5 = 3;
43495
43501
  /**
43496
43502
  * @hidden
43497
43503
  */
43498
- Worksheet._f5 = 4;
43504
+ Worksheet._f6 = 4;
43499
43505
  /**
43500
43506
  * @hidden
43501
43507
  */
43502
- Worksheet._gi = 5;
43508
+ Worksheet._gj = 5;
43503
43509
  /**
43504
43510
  * @hidden
43505
43511
  */
43506
- Worksheet._gj = 6;
43512
+ Worksheet._gk = 6;
43507
43513
  /**
43508
43514
  * @hidden
43509
43515
  */
43510
- Worksheet._gk = 7;
43516
+ Worksheet._gl = 7;
43511
43517
  /**
43512
43518
  * @hidden
43513
43519
  */
43514
- Worksheet._gn = 8;
43520
+ Worksheet._go = 8;
43515
43521
  /**
43516
43522
  * @hidden
43517
43523
  */
43518
- Worksheet._gx = 9;
43524
+ Worksheet._gy = 9;
43519
43525
  /**
43520
43526
  * @hidden
43521
43527
  */
43522
- Worksheet._gy = 10;
43528
+ Worksheet._gz = 10;
43523
43529
  /**
43524
43530
  * @hidden
43525
43531
  */
43526
- Worksheet._gz = 11;
43532
+ Worksheet._g0 = 11;
43527
43533
  /**
43528
43534
  * @hidden
43529
43535
  */
43530
- Worksheet._gv = 12;
43536
+ Worksheet._gw = 12;
43531
43537
  /**
43532
43538
  * @hidden
43533
43539
  */
43534
- Worksheet._gw = 13;
43540
+ Worksheet._gx = 13;
43535
43541
  /**
43536
43542
  * @hidden
43537
43543
  */
43538
- Worksheet._gs = 14;
43544
+ Worksheet._gt = 14;
43539
43545
  /**
43540
43546
  * @hidden
43541
43547
  */
43542
- Worksheet._gu = 15;
43548
+ Worksheet._gv = 15;
43543
43549
  /**
43544
43550
  * @hidden
43545
43551
  */
43546
- Worksheet._gt = 16;
43552
+ Worksheet._gu = 16;
43547
43553
  /**
43548
43554
  * @hidden
43549
43555
  */
43550
- Worksheet._f7 = 17;
43556
+ Worksheet._f8 = 17;
43551
43557
  /**
43552
43558
  * @hidden
43553
43559
  */
43554
- Worksheet._f6 = 18;
43560
+ Worksheet._f7 = 18;
43555
43561
  /**
43556
43562
  * @hidden
43557
43563
  */
43558
- Worksheet._gr = 19;
43564
+ Worksheet._gs = 19;
43559
43565
  /**
43560
43566
  * @hidden
43561
43567
  */
@@ -43563,11 +43569,11 @@ export let Worksheet = /*@__PURE__*/ (() => {
43563
43569
  /**
43564
43570
  * @hidden
43565
43571
  */
43566
- Worksheet._e8 = null;
43572
+ Worksheet._e9 = null;
43567
43573
  /**
43568
43574
  * @hidden
43569
43575
  */
43570
- Worksheet._e7 = null;
43576
+ Worksheet._e8 = null;
43571
43577
  return Worksheet;
43572
43578
  })();
43573
43579
  /**
@@ -43584,7 +43590,7 @@ export let WorksheetCell = /*@__PURE__*/ (() => {
43584
43590
  this._aa = b;
43585
43591
  this._n = a;
43586
43592
  if (this._n != null) {
43587
- this._ac = this._n.worksheet._fv;
43593
+ this._ac = this._n.worksheet._fw;
43588
43594
  }
43589
43595
  }
43590
43596
  /**
@@ -43965,7 +43971,7 @@ export let WorksheetCell = /*@__PURE__*/ (() => {
43965
43971
  return;
43966
43972
  }
43967
43973
  let a = this._n.worksheet;
43968
- if (a == null || ((() => { let b = a._eo(this._n, this._aa, this._ac); this._n = b.p0; this._aa = b.p1; this._ac = b.p2; return b.ret; })()) == false) {
43974
+ if (a == null || ((() => { let b = a._ep(this._n, this._aa, this._ac); this._n = b.p0; this._aa = b.p1; this._ac = b.p2; return b.ret; })()) == false) {
43969
43975
  this._aq();
43970
43976
  }
43971
43977
  }
@@ -44436,7 +44442,7 @@ export let WorksheetRegion = /*@__PURE__*/ (() => {
44436
44442
  this._i = new WorksheetRegionAddress(1, firstRow, lastRow, firstColumn, lastColumn);
44437
44443
  if (addCachedRegion) {
44438
44444
  let c;
44439
- let d = this._e._g5(this, c);
44445
+ let d = this._e._g6(this, c);
44440
44446
  c = d.p1;
44441
44447
  }
44442
44448
  }
@@ -44463,7 +44469,7 @@ export let WorksheetRegion = /*@__PURE__*/ (() => {
44463
44469
  this._i = new WorksheetRegionAddress(1, firstRow, lastRow, firstColumn, lastColumn);
44464
44470
  if (addCachedRegion) {
44465
44471
  let b;
44466
- let c = this._e._g5(this, b);
44472
+ let c = this._e._g6(this, b);
44467
44473
  b = c.p1;
44468
44474
  }
44469
44475
  }
@@ -44706,13 +44712,13 @@ export let WorksheetRegion = /*@__PURE__*/ (() => {
44706
44712
  let m = this._e._rows$i.item(this.firstRow);
44707
44713
  for (let n = e; n <= this._w; n++) {
44708
44714
  if (j && (n - k) >= 32) {
44709
- this._e._h2(l, this._e._cx(this.firstRow, k, this.firstRow, n - 1));
44715
+ this._e._h3(l, this._e._cx(this.firstRow, k, this.firstRow, n - 1));
44710
44716
  l = new SingleTargetFormula(3, l, true);
44711
44717
  k = n;
44712
44718
  }
44713
44719
  l._bq(b, c, m, n, d);
44714
44720
  }
44715
- this._e._h2(l, this._e._cx(this.firstRow, k, this.firstRow, this.lastColumn));
44721
+ this._e._h3(l, this._e._cx(this.firstRow, k, this.firstRow, this.lastColumn));
44716
44722
  }
44717
44723
  else {
44718
44724
  let o = this._aa > 48;
@@ -44726,7 +44732,7 @@ export let WorksheetRegion = /*@__PURE__*/ (() => {
44726
44732
  if (o && (s - p) >= 32) {
44727
44733
  for (let u = 0; u < q.length; u++) {
44728
44734
  let v = e + u;
44729
- this._e._h2(q[u], this._e._cx(p, v, s - 1, v));
44735
+ this._e._h3(q[u], this._e._cx(p, v, s - 1, v));
44730
44736
  q[u] = new SingleTargetFormula(3, q[u], true);
44731
44737
  }
44732
44738
  p = s;
@@ -44737,7 +44743,7 @@ export let WorksheetRegion = /*@__PURE__*/ (() => {
44737
44743
  }
44738
44744
  for (let x = 0; x < q.length; x++) {
44739
44745
  let y = e + x;
44740
- this._e._h2(q[x], this._e._cx(p, y, this.lastRow, y));
44746
+ this._e._h3(q[x], this._e._cx(p, y, this.lastRow, y));
44741
44747
  }
44742
44748
  }
44743
44749
  return {
@@ -51935,7 +51941,7 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
51935
51941
  }
51936
51942
  try {
51937
51943
  WorksheetCellBlock.az(this, a, a);
51938
- b._jc(this, a._k, a._v);
51944
+ b._jd(this, a._k, a._v);
51939
51945
  this._ck = a;
51940
51946
  for (let h = a.lastRow; h >= a.firstRow; h--) {
51941
51947
  let i = b._rows$i.item(h);
@@ -55521,7 +55527,7 @@ export let WorksheetColumn = /*@__PURE__*/ (() => {
55521
55527
  break;
55522
55528
  case 512:
55523
55529
  case 2048:
55524
- d._ij();
55530
+ d._ik();
55525
55531
  t1 = void 0;
55526
55532
  continue L0;
55527
55533
  default:
@@ -55713,7 +55719,7 @@ export let WorksheetColumn = /*@__PURE__*/ (() => {
55713
55719
  if (a == null) {
55714
55720
  return 0;
55715
55721
  }
55716
- return a._fl(this.width, units);
55722
+ return a._fm(this.width, units);
55717
55723
  }
55718
55724
  /**
55719
55725
  * Sets the column width in the specified units.
@@ -55731,7 +55737,7 @@ export let WorksheetColumn = /*@__PURE__*/ (() => {
55731
55737
  */
55732
55738
  setWidth(value, units) {
55733
55739
  this._ad();
55734
- this.width = this.worksheet._fw(value, units);
55740
+ this.width = this.worksheet._fx(value, units);
55735
55741
  }
55736
55742
  /**
55737
55743
  * @hidden
@@ -55752,10 +55758,10 @@ export let WorksheetColumn = /*@__PURE__*/ (() => {
55752
55758
  }
55753
55759
  let e = 0;
55754
55760
  let f = this.index;
55755
- let g = d._gb(f);
55756
- let h = truncate(Math.floor(this.worksheet._g0 * 0.35));
55757
- let i = truncate(this.worksheet._fl(g, 3));
55758
- let j = i - d._ge() - h;
55761
+ let g = d._gc(f);
55762
+ let h = truncate(Math.floor(this.worksheet._g1 * 0.35));
55763
+ let i = truncate(this.worksheet._fm(g, 3));
55764
+ let j = i - d._gf() - h;
55759
55765
  let k = new GetCellTextParameters(f);
55760
55766
  k.c = 1;
55761
55767
  k.b = 0;
@@ -55797,7 +55803,7 @@ export let WorksheetColumn = /*@__PURE__*/ (() => {
55797
55803
  let z = y.i != null ? y.i : y.j;
55798
55804
  if (!stringIsNullOrEmpty(z)) {
55799
55805
  let aa = v._a7(f);
55800
- let ab = (aa._cm + aa._cn) * this.worksheet._gl;
55806
+ let ab = (aa._cm + aa._cn) * this.worksheet._gm;
55801
55807
  let ac = j - ab;
55802
55808
  let ad = v._ct(true);
55803
55809
  let ae = Math.ceil(c.e(aa, z, ad, ac) + ab);
@@ -55824,7 +55830,7 @@ export let WorksheetColumn = /*@__PURE__*/ (() => {
55824
55830
  let ah = truncate(((e - ag) / 28 + 1));
55825
55831
  e = MathUtilities.f(e + ah);
55826
55832
  }
55827
- return toNullable(Number_$type, this.worksheet._fw(e, 3));
55833
+ return toNullable(Number_$type, this.worksheet._fx(e, 3));
55828
55834
  }
55829
55835
  /**
55830
55836
  * @hidden
@@ -56234,7 +56240,7 @@ export let HiddenColumnCollection = /*@__PURE__*/ (() => {
56234
56240
  * @hidden
56235
56241
  */
56236
56242
  _n(a) {
56237
- for (let b of fromEnum(a._ff)) {
56243
+ for (let b of fromEnum(a._fg)) {
56238
56244
  if (b.j) {
56239
56245
  for (let c = b.r; c <= b.s; c++) {
56240
56246
  this.add_1(a._columns$i.item(c));
@@ -57933,6 +57939,9 @@ export let NamedReference = /*@__PURE__*/ (() => {
57933
57939
  if (b != null && c != null) {
57934
57940
  switch (this._c) {
57935
57941
  case 13:
57942
+ if (c._c4) {
57943
+ return;
57944
+ }
57936
57945
  b.filterSettings._bs(this, a);
57937
57946
  break;
57938
57947
  case 6:
@@ -65281,7 +65290,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
65281
65290
  e.add(g);
65282
65291
  }
65283
65292
  }
65284
- this._bn._ib(b, c, e);
65293
+ this._bn._ic(b, c, e);
65285
65294
  this._et(a);
65286
65295
  }
65287
65296
  /**
@@ -65411,11 +65420,11 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
65411
65420
  m = toNullable(CellShiftOperation.$, new CellShiftOperation(2, c, 1, l, this._bw._ac, this._bw._ae, this._bw._w, this._bw._x, 0, false));
65412
65421
  }
65413
65422
  this._bn._conditionalFormats$i._a6(true);
65414
- this._bn._hz(true);
65423
+ this._bn._h0(true);
65415
65424
  let o = c._b8(m.value, 0);
65416
65425
  this._bn._conditionalFormats$i._a7();
65417
- this._bn._h0();
65418
- this._bn._h7();
65426
+ this._bn._h1();
65427
+ this._bn._h8();
65419
65428
  let t1 = o.a;
65420
65429
  L0: while (true) {
65421
65430
  switch (t1) {
@@ -66108,11 +66117,11 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
66108
66117
  if (e) {
66109
66118
  j = 0;
66110
66119
  }
66111
- this._bn._hz(true);
66120
+ this._bn._h0(true);
66112
66121
  let k = this._bn._b8(f, j, null);
66113
66122
  this._bn._conditionalFormats$i._a7();
66114
- this._bn._h0();
66115
- this._bn._h7();
66123
+ this._bn._h1();
66124
+ this._bn._h8();
66116
66125
  if (d) {
66117
66126
  this._bn._columns$i._ac(k.a);
66118
66127
  }
@@ -66845,7 +66854,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
66845
66854
  continue;
66846
66855
  }
66847
66856
  let o;
66848
- let p = ExcelUtils.bb(n) && ((() => { let q = l._en(m, g._at, o); o = q.p2; return q.ret; })()) == false;
66857
+ let p = ExcelUtils.bb(n) && ((() => { let q = l._eo(m, g._at, o); o = q.p2; return q.ret; })()) == false;
66849
66858
  if (p) {
66850
66859
  h = 6;
66851
66860
  continue;
@@ -67639,7 +67648,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
67639
67648
  if (this.isTotalsRowVisible) {
67640
67649
  a--;
67641
67650
  }
67642
- while (a != this._bw._ac && this._bn._eg(a)) {
67651
+ while (a != this._bw._ac && this._bn._eh(a)) {
67643
67652
  a--;
67644
67653
  }
67645
67654
  return this._bn._cx(this._bw._ac, this._bw._w, a, this._bw._x);
@@ -69173,7 +69182,7 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
69173
69182
  }
69174
69183
  else {
69175
69184
  if (h && (k - i) >= 32) {
69176
- f._h2(g, f._cx(i, this._as, k - 1, this._as));
69185
+ f._h3(g, f._cx(i, this._as, k - 1, this._as));
69177
69186
  g = new SingleTargetFormula(3, g, true);
69178
69187
  i = k;
69179
69188
  }
@@ -69181,7 +69190,7 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
69181
69190
  }
69182
69191
  }
69183
69192
  if (g != null) {
69184
- f._h2(g, f._cx(i, this._as, e.lastRow, this._as));
69193
+ f._h3(g, f._cx(i, this._as, e.lastRow, this._as));
69185
69194
  }
69186
69195
  }
69187
69196
  this._w = a;
@@ -86584,7 +86593,7 @@ export let WorksheetRowCollection = /*@__PURE__*/ (() => {
86584
86593
  let j = new WorksheetRowCollection_CollectionChangeContext(1, this, a, b, f.toArray());
86585
86594
  let k = new WorksheetRowCollection_InsertRemoveOperationWrapper(i, j, true, nullableNotEquals(c, null), null);
86586
86595
  let l = this._e._b8(new CellShiftOperation(2, this._e, 3, null, a, d - (b + 1), 0, (Workbook.getMaxColumnCount(this._e._o) - 1), b, true), 2, k);
86587
- this._e._h0();
86596
+ this._e._h1();
86588
86597
  this._ac(l.a);
86589
86598
  i.e(WorksheetRowCollection_CollectionChangeContext.$, Number_$type, j, -1, a);
86590
86599
  if (e != null) {
@@ -86614,8 +86623,8 @@ export let WorksheetRowCollection = /*@__PURE__*/ (() => {
86614
86623
  if (r != null) {
86615
86624
  r._hn((s, t) => t._b6(r), true);
86616
86625
  }
86617
- this._e._ig();
86618
- this._e._h7();
86626
+ this._e._ih();
86627
+ this._e._h8();
86619
86628
  }
86620
86629
  /**
86621
86630
  * @hidden
@@ -86740,7 +86749,7 @@ export let WorksheetRowCollection = /*@__PURE__*/ (() => {
86740
86749
  let i = new WorksheetRowCollection_CollectionChangeContext(1, this, a, b, e.toArray());
86741
86750
  let j = new WorksheetRowCollection_InsertRemoveOperationWrapper(h, i, false, nullableNotEquals(c, null), d);
86742
86751
  let k = this._e._b8(new CellShiftOperation(2, this._e, 3, null, a + b, this.maxCount - 1, 0, (Workbook.getMaxColumnCount(this._e._o) - 1), -b, true), 0, j);
86743
- this._e._h0();
86752
+ this._e._h1();
86744
86753
  this._ac(k.a);
86745
86754
  for (let l of fromEnum(e)) {
86746
86755
  l._du(i.c);
@@ -86751,7 +86760,7 @@ export let WorksheetRowCollection = /*@__PURE__*/ (() => {
86751
86760
  h.e(WorksheetRowCollection_CollectionChangeContext.$, Number_$type, i, -1, a);
86752
86761
  this._al._ba();
86753
86762
  this._al._au(false);
86754
- this._e._h5();
86763
+ this._e._h6();
86755
86764
  j.h();
86756
86765
  if (j.g != null) {
86757
86766
  h.d(this._e.workbook, j.g);
@@ -86763,7 +86772,7 @@ export let WorksheetRowCollection = /*@__PURE__*/ (() => {
86763
86772
  if (n != null) {
86764
86773
  n._hn((o, p) => p._b6(n), true);
86765
86774
  }
86766
- this._e._ig();
86775
+ this._e._ih();
86767
86776
  }
86768
86777
  /**
86769
86778
  * @hidden
@@ -86893,7 +86902,7 @@ export let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
86893
86902
  }
86894
86903
  static k(a, b, c, d) {
86895
86904
  let e = new List$1(IndexRange.$, 0);
86896
- for (let f of fromEnum(a._ff)) {
86905
+ for (let f of fromEnum(a._fg)) {
86897
86906
  if (f.s < b) {
86898
86907
  continue;
86899
86908
  }
@@ -86950,7 +86959,7 @@ export let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
86950
86959
  let e = b;
86951
86960
  let f = a._dv;
86952
86961
  let g = a.defaultRowHeight;
86953
- for (let h of fromEnum(a._ff)) {
86962
+ for (let h of fromEnum(a._fg)) {
86954
86963
  let i = h.r;
86955
86964
  let j = h.s;
86956
86965
  if (j < b) {
@@ -87019,8 +87028,8 @@ export let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
87019
87028
  for (let e = 0; e < b.count; e++) {
87020
87029
  let f = b._inner[e];
87021
87030
  let g = f.d;
87022
- let h = a._f9(g);
87023
- let i = a._ff._inner[h];
87031
+ let h = a._ga(g);
87032
+ let i = a._fg._inner[h];
87024
87033
  let j = d.count;
87025
87034
  while (true) {
87026
87035
  let k = i.w;
@@ -87028,7 +87037,7 @@ export let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
87028
87037
  let m = i.k;
87029
87038
  if (i.s < f.e) {
87030
87039
  h++;
87031
- i = a._ff._inner[h];
87040
+ i = a._fg._inner[h];
87032
87041
  if (i.w != k || i.j != l || i.k != m) {
87033
87042
  d.add(new WorksheetElementResizeState(g, i.r - 1, k, l, m));
87034
87043
  g = i.r;
@@ -87126,12 +87135,12 @@ export let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
87126
87135
  return a;
87127
87136
  }
87128
87137
  else {
87129
- return truncate(MathUtilities.f(this.a._fl(a, 5, false)));
87138
+ return truncate(MathUtilities.f(this.a._fm(a, 5, false)));
87130
87139
  }
87131
87140
  }
87132
87141
  f(a) {
87133
87142
  if (this.h) {
87134
- return this.a._eg(a);
87143
+ return this.a._eh(a);
87135
87144
  }
87136
87145
  else {
87137
87146
  return this.a._ec(a);
@@ -87139,10 +87148,10 @@ export let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
87139
87148
  }
87140
87149
  s(a, b = false) {
87141
87150
  if (this.h) {
87142
- return this.a._gh(a, b);
87151
+ return this.a._gi(a, b);
87143
87152
  }
87144
87153
  else {
87145
- return this.a._gb(a, b);
87154
+ return this.a._gc(a, b);
87146
87155
  }
87147
87156
  }
87148
87157
  t(a, b, c = false) {
@@ -87172,7 +87181,7 @@ export let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
87172
87181
  }
87173
87182
  }
87174
87183
  a.dispose();
87175
- for (let d of fromEnum(this.a._eu.values)) {
87184
+ for (let d of fromEnum(this.a._ev.values)) {
87176
87185
  if (this.h) {
87177
87186
  if (d._ad.o < this.r) {
87178
87187
  continue;
@@ -87197,7 +87206,7 @@ export let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
87197
87206
  }
87198
87207
  }
87199
87208
  a.dispose();
87200
- for (let e of fromEnum(this.a._eu.values)) {
87209
+ for (let e of fromEnum(this.a._ev.values)) {
87201
87210
  if (this.h) {
87202
87211
  if (e._ad.o < this.r) {
87203
87212
  continue;
@@ -88628,7 +88637,7 @@ export let WorksheetColumnBlock = /*@__PURE__*/ (() => {
88628
88637
  if (c == false && this.j) {
88629
88638
  return 0;
88630
88639
  }
88631
- return a._fl(this.w < 0 ? a.defaultColumnWidth : this.w, b);
88640
+ return a._fm(this.w < 0 ? a.defaultColumnWidth : this.w, b);
88632
88641
  }
88633
88642
  y(a, b) {
88634
88643
  if (this.l) {
@@ -89238,7 +89247,7 @@ export let WorksheetCellBlock = /*@__PURE__*/ (() => {
89238
89247
  let q = 0;
89239
89248
  if (p != null) {
89240
89249
  for (let r = p._v; r <= p._w; r++) {
89241
- q += a._fp(r);
89250
+ q += a._fq(r);
89242
89251
  }
89243
89252
  k = p._cellFormatInternal.d;
89244
89253
  }
@@ -89246,21 +89255,21 @@ export let WorksheetCellBlock = /*@__PURE__*/ (() => {
89246
89255
  if (k == null) {
89247
89256
  k = a._b4(b, d.e);
89248
89257
  }
89249
- q = a._fp(d.e);
89258
+ q = a._fq(d.e);
89250
89259
  if (k._a4 == 6) {
89251
89260
  let s = (d.e + 1);
89252
89261
  while (s < a._columns$i.maxCount) {
89253
89262
  if (a._b4(b, s)._a4 != 6 || (b != null && b._c6(s) != null)) {
89254
89263
  break;
89255
89264
  }
89256
- q += a._fp(s);
89265
+ q += a._fq(s);
89257
89266
  s++;
89258
89267
  }
89259
89268
  }
89260
89269
  }
89261
89270
  q -= d.f;
89262
- q -= (k._cm + k._cn) * a._gl;
89263
- o = Math.max(0, truncate(q) - a._ge());
89271
+ q -= (k._cm + k._cn) * a._gm;
89272
+ o = Math.max(0, truncate(q) - a._gf());
89264
89273
  }
89265
89274
  let t = false;
89266
89275
  let u;
@@ -89611,7 +89620,7 @@ export let WorksheetCellBlock = /*@__PURE__*/ (() => {
89611
89620
  }
89612
89621
  }
89613
89622
  }
89614
- if ((typeof c === 'string' || typeCast(FormattedString.$, c) !== null || typeCast(StringElement.$, c) !== null) && a.worksheet._eh == false) {
89623
+ if ((typeof c === 'string' || typeCast(FormattedString.$, c) !== null || typeCast(StringElement.$, c) !== null) && a.worksheet._ei == false) {
89615
89624
  let x = c.toString();
89616
89625
  if (x.indexOf('\n') >= 0) {
89617
89626
  let y = a._bc(b);
@@ -89620,7 +89629,7 @@ export let WorksheetCellBlock = /*@__PURE__*/ (() => {
89620
89629
  }
89621
89630
  }
89622
89631
  }
89623
- if (ExcelUtils.ba(c) && a.worksheet._eh == false) {
89632
+ if (ExcelUtils.ba(c) && a.worksheet._ei == false) {
89624
89633
  let z = a.worksheet._hyperlinks$i;
89625
89634
  for (let aa = z.count - 1; aa >= 0; aa--) {
89626
89635
  if (z.item(aa).sourceRegion._p(a, b)) {
@@ -89682,7 +89691,7 @@ export let WorksheetCellBlock = /*@__PURE__*/ (() => {
89682
89691
  if (h == false) {
89683
89692
  let n = typeCast(Formula.$, d);
89684
89693
  if (n != null && n._ai) {
89685
- a.worksheet._ii(a, b);
89694
+ a.worksheet._ij(a, b);
89686
89695
  }
89687
89696
  }
89688
89697
  }
@@ -89911,7 +89920,7 @@ export let WorksheetCellBlock = /*@__PURE__*/ (() => {
89911
89920
  case 15:
89912
89921
  case 16:
89913
89922
  case 17:
89914
- a.worksheet._ew.removeItem(ValueTuple.a(WorksheetRow.$, Number_$type, a, b));
89923
+ a.worksheet._ex.removeItem(ValueTuple.a(WorksheetRow.$, Number_$type, a, b));
89915
89924
  break;
89916
89925
  default: break;
89917
89926
  }
@@ -89980,13 +89989,13 @@ export let WorksheetCellBlock = /*@__PURE__*/ (() => {
89980
89989
  return null;
89981
89990
  }
89982
89991
  let c;
89983
- if (((() => { let d = a.worksheet._ew.tryGetValue(ValueTuple.a(WorksheetRow.$, Number_$type, a, b), c); c = d.p1; return d.ret; })())) {
89992
+ if (((() => { let d = a.worksheet._ex.tryGetValue(ValueTuple.a(WorksheetRow.$, Number_$type, a, b), c); c = d.p1; return d.ret; })())) {
89984
89993
  return c;
89985
89994
  }
89986
89995
  return null;
89987
89996
  }
89988
89997
  au(a, b, c) {
89989
- a.worksheet._ew.item(ValueTuple.a(WorksheetRow.$, Number_$type, a, b), c);
89998
+ a.worksheet._ex.item(ValueTuple.a(WorksheetRow.$, Number_$type, a, b), c);
89990
89999
  }
89991
90000
  static t(a, b, c) {
89992
90001
  if (WorksheetCellBlock.q(a._a7(b)._dg)) {
@@ -90350,9 +90359,9 @@ export let WorksheetMergedCellsRegion = /*@__PURE__*/ (() => {
90350
90359
  }
90351
90360
  let ae = t.workbook;
90352
90361
  let af = ae == null || ae._c4 == false;
90353
- let ag = t._eh;
90362
+ let ag = t._ei;
90354
90363
  try {
90355
- t._eh = true;
90364
+ t._ei = true;
90356
90365
  for (let ah = b; ah <= d; ah++) {
90357
90366
  let ai = t._rows$i.item(ah);
90358
90367
  for (let aj = c; aj <= e; aj++) {
@@ -90378,7 +90387,7 @@ export let WorksheetMergedCellsRegion = /*@__PURE__*/ (() => {
90378
90387
  }
90379
90388
  }
90380
90389
  finally {
90381
- t._eh = ag;
90390
+ t._ei = ag;
90382
90391
  }
90383
90392
  if (a) {
90384
90393
  this._ay = true;
@@ -91847,7 +91856,7 @@ export let WorkbookSaveManager = /*@__PURE__*/ (() => {
91847
91856
  }
91848
91857
  }
91849
91858
  _b1(a) {
91850
- a._g9();
91859
+ a._ha();
91851
91860
  this._bq(a._shapes$i);
91852
91861
  let b = toNullable(Number_$type, null);
91853
91862
  let c = toNullable(Number_$type, null);
@@ -91856,7 +91865,7 @@ export let WorkbookSaveManager = /*@__PURE__*/ (() => {
91856
91865
  let f = 0;
91857
91866
  let g = 0;
91858
91867
  let h = null;
91859
- for (let i of fromEnum(a._ff)) {
91868
+ for (let i of fromEnum(a._fg)) {
91860
91869
  if (this._ah(a, i, h)) {
91861
91870
  f = Math.max(i.n, f);
91862
91871
  if (nullableEquals(b, null)) {
@@ -91944,7 +91953,7 @@ export let WorkbookSaveManager = /*@__PURE__*/ (() => {
91944
91953
  this._ao.item(a, z);
91945
91954
  if (a._d2) {
91946
91955
  this._ad = true;
91947
- z.j.o(a._eu.values);
91956
+ z.j.o(a._ev.values);
91948
91957
  for (let aa of fromEnum(z.j)) {
91949
91958
  aa._am(WorkbookSaveManager.$, Boolean_$type, WorkbookSaveManager_InitSerializationCacheHelper.d, this);
91950
91959
  }
@@ -97038,7 +97047,7 @@ export let WorksheetColumnCollection = /*@__PURE__*/ (() => {
97038
97047
  * @hidden
97039
97048
  */
97040
97049
  _n(a, b, c) {
97041
- return this._e._ex(a, b, c);
97050
+ return this._e._ey(a, b, c);
97042
97051
  }
97043
97052
  /**
97044
97053
  * @hidden
@@ -97083,7 +97092,7 @@ export let WorksheetColumnCollection = /*@__PURE__*/ (() => {
97083
97092
  * @hidden
97084
97093
  */
97085
97094
  _af(a, b) {
97086
- for (let c of fromEnum(this._e._ff)) {
97095
+ for (let c of fromEnum(this._e._fg)) {
97087
97096
  c.y(a, b);
97088
97097
  }
97089
97098
  }
@@ -97122,7 +97131,7 @@ export let WorksheetColumnCollection = /*@__PURE__*/ (() => {
97122
97131
  c = 0;
97123
97132
  d = 0;
97124
97133
  let f = this._e.defaultColumnWidth;
97125
- for (let g of fromEnum(this._e._ff)) {
97134
+ for (let g of fromEnum(this._e._fg)) {
97126
97135
  let h = 0;
97127
97136
  if (e || g.j == false) {
97128
97137
  if (g.w < 0) {
@@ -97153,7 +97162,7 @@ export let WorksheetColumnCollection = /*@__PURE__*/ (() => {
97153
97162
  d = 0;
97154
97163
  let f = false;
97155
97164
  let g = this._e.defaultColumnWidth;
97156
- for (let h of fromEnum(this._e._ff)) {
97165
+ for (let h of fromEnum(this._e._fg)) {
97157
97166
  let i = 0;
97158
97167
  if (e || h.j == false) {
97159
97168
  if (h.w < 0) {
@@ -97208,7 +97217,7 @@ export let WorksheetColumnCollection = /*@__PURE__*/ (() => {
97208
97217
  */
97209
97218
  _as(a) {
97210
97219
  let b = new HashSet$1(WorksheetColumn.$, 0);
97211
- for (let c of fromEnum(this._e._ff)) {
97220
+ for (let c of fromEnum(this._e._fg)) {
97212
97221
  if (c.j == false) {
97213
97222
  continue;
97214
97223
  }
@@ -97271,8 +97280,8 @@ export let WorksheetColumnCollection = /*@__PURE__*/ (() => {
97271
97280
  d.k();
97272
97281
  d.d.workbook._hn((o, p) => p._b6(d.d.workbook), true);
97273
97282
  }
97274
- this._e._ig();
97275
- this._e._h7();
97283
+ this._e._ih();
97284
+ this._e._h8();
97276
97285
  return d;
97277
97286
  }
97278
97287
  /**
@@ -97285,7 +97294,7 @@ export let WorksheetColumnCollection = /*@__PURE__*/ (() => {
97285
97294
  d._a3(this._e, c);
97286
97295
  let f = this._i(d, d.index);
97287
97296
  }
97288
- this._e._ia(b);
97297
+ this._e._ib(b);
97289
97298
  }
97290
97299
  remove() {
97291
97300
  let n;
@@ -97384,8 +97393,8 @@ export let WorksheetColumnCollection = /*@__PURE__*/ (() => {
97384
97393
  this._ak.k();
97385
97394
  a.a.e._aw(a.a);
97386
97395
  a.workbook._hn((d, e) => e._b6(a.workbook), true);
97387
- this._e._ig();
97388
- this._e._h7();
97396
+ this._e._ih();
97397
+ this._e._h8();
97389
97398
  this._ak = null;
97390
97399
  }
97391
97400
  }
@@ -101200,9 +101209,9 @@ export let WorksheetCellLocation = /*@__PURE__*/ (() => {
101200
101209
  }
101201
101210
  static k(a, b, c) {
101202
101211
  let d = typeCast(Formula.$, b);
101203
- let e = a.e.worksheet._eh;
101212
+ let e = a.e.worksheet._ei;
101204
101213
  try {
101205
- a.e.worksheet._eh = true;
101214
+ a.e.worksheet._ei = true;
101206
101215
  if (d != null) {
101207
101216
  try {
101208
101217
  if (c) {
@@ -101221,7 +101230,7 @@ export let WorksheetCellLocation = /*@__PURE__*/ (() => {
101221
101230
  }
101222
101231
  }
101223
101232
  finally {
101224
- a.e.worksheet._eh = e;
101233
+ a.e.worksheet._ei = e;
101225
101234
  }
101226
101235
  }
101227
101236
  static i(a, b) {
@@ -101525,7 +101534,7 @@ export let WorksheetCellOwnedFormatProxy = /*@__PURE__*/ (() => {
101525
101534
  this._bu = 0;
101526
101535
  this._bu = d;
101527
101536
  this._bs = e;
101528
- this._bw = c.worksheet._fv;
101537
+ this._bw = c.worksheet._fw;
101529
101538
  }
101530
101539
  g(a) {
101531
101540
  super.g(a);
@@ -101563,7 +101572,7 @@ export let WorksheetCellOwnedFormatProxy = /*@__PURE__*/ (() => {
101563
101572
  if (b != null) {
101564
101573
  let c = b.worksheet;
101565
101574
  if (c != null) {
101566
- this._bw = c._fv;
101575
+ this._bw = c._fw;
101567
101576
  this._bc(c._rows$i.item(a.value.o));
101568
101577
  this._bu = a.value.m;
101569
101578
  }
@@ -101591,7 +101600,7 @@ export let WorksheetCellOwnedFormatProxy = /*@__PURE__*/ (() => {
101591
101600
  let b = this._bu;
101592
101601
  let c = this._s;
101593
101602
  let d = c.worksheet;
101594
- if (d == null || ((() => { let e = d._eo(c, this._bu, this._bw); c = e.p0; this._bu = e.p1; this._bw = e.p2; return e.ret; })()) == false) {
101603
+ if (d == null || ((() => { let e = d._ep(c, this._bu, this._bw); c = e.p0; this._bu = e.p1; this._bw = e.p2; return e.ret; })()) == false) {
101595
101604
  this._bc(null);
101596
101605
  this._bu = -1;
101597
101606
  this._bs = null;
@@ -101671,7 +101680,7 @@ export let WorksheetColumnOwnedFormatProxy = /*@__PURE__*/ (() => {
101671
101680
  this._bs().b = this.c;
101672
101681
  let b = this._s._aj();
101673
101682
  this.c = b.b;
101674
- this._s.worksheet._hh();
101683
+ this._s.worksheet._hi();
101675
101684
  }
101676
101685
  b(a) {
101677
101686
  let b = this._s._ak();
@@ -101739,7 +101748,7 @@ export let WorksheetColumnCollection_InsertRemoveOperationWrapper = /*@__PURE__*
101739
101748
  i() {
101740
101749
  let a = this.d.sheet;
101741
101750
  this.h = this.c.b(this.d.workbook, a, null);
101742
- this.worksheet._hz(false);
101751
+ this.worksheet._h0(false);
101743
101752
  a.sortSettings._bl(true);
101744
101753
  a.filterSettings._bp();
101745
101754
  a._conditionalFormats$i._a6();
@@ -101753,7 +101762,7 @@ export let WorksheetColumnCollection_InsertRemoveOperationWrapper = /*@__PURE__*
101753
101762
  }
101754
101763
  k() {
101755
101764
  this.c.e(WorksheetColumnCollection_CollectionChangeContext.$, Number_$type, this.d, -1, this.g);
101756
- this.worksheet._h0();
101765
+ this.worksheet._h1();
101757
101766
  this.j();
101758
101767
  if (this.h != null) {
101759
101768
  this.c.d(this.d.workbook, this.h);
@@ -101795,11 +101804,11 @@ export let WorksheetColumnCollection_InsertRemoveOperationWrapper = /*@__PURE__*
101795
101804
  let d = this.d.a.e;
101796
101805
  if (this.e) {
101797
101806
  d._aa(this.index, this.count);
101798
- this.worksheet._hx(this.index, this.count);
101807
+ this.worksheet._hy(this.index, this.count);
101799
101808
  }
101800
101809
  else {
101801
101810
  d._ad(this.index, this.count);
101802
- this.worksheet._hy(this.index, this.count);
101811
+ this.worksheet._hz(this.index, this.count);
101803
101812
  }
101804
101813
  if (this.b != null) {
101805
101814
  this.d.a.e._au(this.b, this.a);
@@ -102618,7 +102627,7 @@ export let WorksheetHyperlink = /*@__PURE__*/ (() => {
102618
102627
  if (this.isSealed) {
102619
102628
  if (WorksheetCell.l_op_Inequality(this._h, null)) {
102620
102629
  let a = this._h.worksheet;
102621
- if (a != null && a._fi.contains(this._h)) {
102630
+ if (a != null && a._fj.contains(this._h)) {
102622
102631
  return true;
102623
102632
  }
102624
102633
  }
@@ -102655,8 +102664,8 @@ export let WorksheetHyperlink = /*@__PURE__*/ (() => {
102655
102664
  if (this.isSealed) {
102656
102665
  if (WorksheetCell.l_op_Inequality(this._h, null)) {
102657
102666
  let b = this._h.worksheet;
102658
- if (b != null && !b._fi.contains(this._h)) {
102659
- b._fi.add(this._h);
102667
+ if (b != null && !b._fj.contains(this._h)) {
102668
+ b._fj.add(this._h);
102660
102669
  a = true;
102661
102670
  }
102662
102671
  }
@@ -104611,7 +104620,7 @@ export let WorksheetRowCollection_InsertRemoveOperationWrapper = /*@__PURE__*/ (
104611
104620
  b.sortSettings._bl(false);
104612
104621
  b.filterSettings._bp();
104613
104622
  b._conditionalFormats$i._a6();
104614
- b._hz(false);
104623
+ b._h0(false);
104615
104624
  }
104616
104625
  performShift(a) {
104617
104626
  let b = this.c.workbook;
@@ -105041,7 +105050,7 @@ export let SparklineCollection = /*@__PURE__*/ (() => {
105041
105050
  let f = !nullableIsNull(d) ? d.value : e.workbook.cellReferenceMode;
105042
105051
  let g = null;
105043
105052
  let h = new WorksheetRegionAddress();
105044
- let i = Worksheet._fh;
105053
+ let i = Worksheet._fi;
105045
105054
  try {
105046
105055
  i.clear();
105047
105056
  let j = ExcelUtils.t(c, e, a, b, f, "dataRange", "LE_InvalidRegion", i);
@@ -108253,13 +108262,13 @@ export let SortSettings$1 = /*@__PURE__*/ (() => {
108253
108262
  if (m.o && m.d.l(m.h, m.f)) {
108254
108263
  let n = typeCast(Formula.$, m.t(l));
108255
108264
  if (n._as) {
108256
- l.worksheet._h3(n, false);
108265
+ l.worksheet._h4(n, false);
108257
108266
  n._bt(e);
108258
108267
  }
108259
108268
  }
108260
108269
  }
108261
108270
  }
108262
- if (b._eg(k)) {
108271
+ if (b._eh(k)) {
108263
108272
  if (j != null) {
108264
108273
  h.add(j);
108265
108274
  j = null;
@@ -119636,7 +119645,7 @@ export let DatePeriodFilter = /*@__PURE__*/ (() => {
119636
119645
  */
119637
119646
  _f(a, b, c, d) {
119638
119647
  let e;
119639
- if (((() => { let f = a._en(b, d, e); e = f.p2; return f.ret; })())) {
119648
+ if (((() => { let f = a._eo(b, d, e); e = f.p2; return f.ret; })())) {
119640
119649
  switch (this.type) {
119641
119650
  case 0: return dateGetMonth(e) == this.value;
119642
119651
  case 1: return ExcelUtils.df(e) == this.value;
@@ -119826,7 +119835,7 @@ export let DateRangeFilter = /*@__PURE__*/ (() => {
119826
119835
  */
119827
119836
  _f(a, b, c, d) {
119828
119837
  let e;
119829
- if (((() => { let f = a._en(b, d, e); e = f.p2; return f.ret; })())) {
119838
+ if (((() => { let f = a._eo(b, d, e); e = f.p2; return f.ret; })())) {
119830
119839
  if (this._t <= e && e < this._s) {
119831
119840
  return true;
119832
119841
  }
@@ -122357,7 +122366,7 @@ export let WorksheetFilterSettings = /*@__PURE__*/ (() => {
122357
122366
  }
122358
122367
  let a = this._a2(1);
122359
122368
  let b = new List$1(IFilterable_$type, 1, this._ai._j);
122360
- this._ac._ib(this._az.value._ac + 1, this._az.value._ae, b);
122369
+ this._ac._ic(this._az.value._ac + 1, this._az.value._ae, b);
122361
122370
  this._bd(a);
122362
122371
  }
122363
122372
  /**
@@ -125912,7 +125921,7 @@ export let DateTimeConditionalFormat = /*@__PURE__*/ (() => {
125912
125921
  return ConditionMatchResult.f;
125913
125922
  }
125914
125923
  let e;
125915
- if (((() => { let f = this.worksheet._en(this.worksheet._rows$i.item(b), c, e, false); e = f.p2; return f.ret; })())) {
125924
+ if (((() => { let f = this.worksheet._eo(this.worksheet._rows$i.item(b), c, e, false); e = f.p2; return f.ret; })())) {
125916
125925
  let f = dateGetDate(e);
125917
125926
  let g = dateGetDate(dateToday());
125918
125927
  let h = false;