igniteui-webcomponents-excel 4.7.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.
@@ -61736,7 +61736,7 @@ let ExcelUtils = /*@__PURE__*/ (() => {
61736
61736
  return a.isEmpty || a.height == 0 || a.width == 0;
61737
61737
  }
61738
61738
  static ge(a, b, c, d, e, f, g, h, i) {
61739
- let j = Worksheet._fh;
61739
+ let j = Worksheet._fi;
61740
61740
  j.clear();
61741
61741
  let k = e == null || (e._ad > 0 && e._aa > 0);
61742
61742
  if (e != null) {
@@ -63327,7 +63327,7 @@ let Workbook = /*@__PURE__*/ (() => {
63327
63327
  this._ed.clear();
63328
63328
  }
63329
63329
  for (let a of fromEnum(this._worksheets$i)) {
63330
- a._hc();
63330
+ a._hd();
63331
63331
  }
63332
63332
  }
63333
63333
  /**
@@ -64856,7 +64856,7 @@ let Workbook = /*@__PURE__*/ (() => {
64856
64856
  }
64857
64857
  }
64858
64858
  }
64859
- for (let r of fromEnum(i._ff)) {
64859
+ for (let r of fromEnum(i._fg)) {
64860
64860
  let s = r.b;
64861
64861
  if (s.style != a) {
64862
64862
  continue;
@@ -66251,7 +66251,7 @@ let Workbook = /*@__PURE__*/ (() => {
66251
66251
  this._jm = a;
66252
66252
  this._iy();
66253
66253
  for (let b of fromEnum(this._worksheets$i)) {
66254
- b._h1();
66254
+ b._h2();
66255
66255
  }
66256
66256
  }
66257
66257
  /**
@@ -75913,15 +75913,15 @@ let WorksheetShape = /*@__PURE__*/ (() => {
75913
75913
  let i = (g & 1) != 0;
75914
75914
  let j;
75915
75915
  let k;
75916
- let l = h._fw(b.left, 5, false);
75917
- let m = h._fw(b.right, 5, false);
75916
+ let l = h._fx(b.left, 5, false);
75917
+ let m = h._fx(b.right, 5, false);
75918
75918
  let n = h._columns$i._ar(l, m, j, k, i);
75919
75919
  l = n.p0;
75920
75920
  m = n.p1;
75921
75921
  j = n.p2;
75922
75922
  k = n.p3;
75923
- let o = (l * 100) / h._gb(j, true);
75924
- let p = (m * 100) / h._gb(k, true);
75923
+ let o = (l * 100) / h._gc(j, true);
75924
+ let p = (m * 100) / h._gc(k, true);
75925
75925
  let q;
75926
75926
  let r;
75927
75927
  let s = truncate(b.top);
@@ -75931,8 +75931,8 @@ let WorksheetShape = /*@__PURE__*/ (() => {
75931
75931
  t = u.p1;
75932
75932
  q = u.p2;
75933
75933
  r = u.p3;
75934
- let v = (s * 100) / h._gh(q, true);
75935
- let w = (t * 100) / h._gh(r, true);
75934
+ let v = (s * 100) / h._gi(q, true);
75935
+ let w = (t * 100) / h._gi(r, true);
75936
75936
  d = { $type: Point_$type, x: o, y: v };
75937
75937
  f = { $type: Point_$type, x: p, y: w };
75938
75938
  let x = Workbook.getMaxRowCount(h._o) - 1;
@@ -76058,20 +76058,20 @@ let WorksheetShape = /*@__PURE__*/ (() => {
76058
76058
  let m = i._columns$i._aq(c, f, k, l, j);
76059
76059
  k = m.p2;
76060
76060
  l = m.p3;
76061
- let n = (i._gb(c, j) * Math.min(d.x, 100)) / 100;
76061
+ let n = (i._gc(c, j) * Math.min(d.x, 100)) / 100;
76062
76062
  k += truncate(MathUtilities.o(n));
76063
- let o = (i._gb(f, j) * Math.min(g.x, 100)) / 100;
76063
+ let o = (i._gc(f, j) * Math.min(g.x, 100)) / 100;
76064
76064
  l += truncate(MathUtilities.o(o));
76065
- let p = truncate(MathUtilities.f(i._fl(k, 5, false)));
76066
- let q = truncate(MathUtilities.f(i._fl(l, 5, false)));
76065
+ let p = truncate(MathUtilities.f(i._fm(k, 5, false)));
76066
+ let q = truncate(MathUtilities.f(i._fm(l, 5, false)));
76067
76067
  let r;
76068
76068
  let s;
76069
76069
  let t = i._rows$i._aq(b, e, r, s, j);
76070
76070
  r = t.p2;
76071
76071
  s = t.p3;
76072
- let u = (i._gh(b, j) * Math.min(d.y, 100)) / 100;
76072
+ let u = (i._gi(b, j) * Math.min(d.y, 100)) / 100;
76073
76073
  r += truncate(MathUtilities.o(u));
76074
- let v = (i._gh(e, j) * Math.min(g.y, 100)) / 100;
76074
+ let v = (i._gi(e, j) * Math.min(g.y, 100)) / 100;
76075
76075
  s += truncate(MathUtilities.o(v));
76076
76076
  return new Rect(0, p, Math.min(r, 0x7FFFFFFF), q - p, Math.min(s - r, 0x7FFFFFFF));
76077
76077
  }
@@ -77785,7 +77785,7 @@ let WorksheetShapeGroupBase = /*@__PURE__*/ (() => {
77785
77785
  * @hidden
77786
77786
  */
77787
77787
  _d2(a) {
77788
- Worksheet._hm(this._dw, a);
77788
+ Worksheet._hn(this._dw, a);
77789
77789
  }
77790
77790
  /**
77791
77791
  * @hidden
@@ -78414,7 +78414,7 @@ let Formula = /*@__PURE__*/ (() => {
78414
78414
  * @hidden
78415
78415
  */
78416
78416
  _bp(a, b, c = 0) {
78417
- a.worksheet._jc(this, a, b);
78417
+ a.worksheet._jd(this, a, b);
78418
78418
  let d = typeCast(IRegionBlockingSingleCellComponent_$type, a._c6(b));
78419
78419
  if (d != null) {
78420
78420
  let e = d.owningValue.blockedRegion;
@@ -78424,10 +78424,10 @@ let Formula = /*@__PURE__*/ (() => {
78424
78424
  }
78425
78425
  let f = null;
78426
78426
  if (this._ai) {
78427
- f = a.worksheet._g4(5);
78427
+ f = a.worksheet._g5(5);
78428
78428
  }
78429
78429
  this._bq(a, b, a, b, c);
78430
- a.worksheet._h4(f);
78430
+ a.worksheet._h5(f);
78431
78431
  }
78432
78432
  /**
78433
78433
  * @hidden
@@ -78553,7 +78553,7 @@ let Formula = /*@__PURE__*/ (() => {
78553
78553
  ExcelUtils.gj(a);
78554
78554
  let i = null;
78555
78555
  if (this._ai || a.length > 1 || a[0]._u == false) {
78556
- i = g._g4(5);
78556
+ i = g._g5(5);
78557
78557
  }
78558
78558
  let j = g.workbook;
78559
78559
  let k = typeCast(SingleTargetFormula.$, this);
@@ -78585,7 +78585,7 @@ let Formula = /*@__PURE__*/ (() => {
78585
78585
  }
78586
78586
  }
78587
78587
  }
78588
- g._h4(i);
78588
+ g._h5(i);
78589
78589
  }
78590
78590
  /**
78591
78591
  * @hidden
@@ -79868,7 +79868,7 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
79868
79868
  if (d != null) {
79869
79869
  if (this._as) {
79870
79870
  if (a == null && d._u != null && !c) {
79871
- d._u._h3(this);
79871
+ d._u._h4(this);
79872
79872
  }
79873
79873
  }
79874
79874
  else {
@@ -87389,7 +87389,7 @@ let DisplayOptions = /*@__PURE__*/ (() => {
87389
87389
  if (nullableNotEquals(this._bl, null)) {
87390
87390
  return nullableEquals(this._bl, true);
87391
87391
  }
87392
- return this._ae._em;
87392
+ return this._ae._en;
87393
87393
  }
87394
87394
  /**
87395
87395
  * @hidden
@@ -87525,7 +87525,7 @@ let DisplayOptions = /*@__PURE__*/ (() => {
87525
87525
  if ((l._w == 0 && l._x >= i) || (l._ac == 0 && l._ae >= h)) {
87526
87526
  }
87527
87527
  else {
87528
- let m = this._ad._hi(l);
87528
+ let m = this._ad._hj(l);
87529
87529
  l = m.p0;
87530
87530
  j.d.item(k, l);
87531
87531
  }
@@ -90599,7 +90599,7 @@ let WorksheetRow = /*@__PURE__*/ (() => {
90599
90599
  */
90600
90600
  _h(a) {
90601
90601
  let b = a != null ? a._p : null;
90602
- for (let c of fromEnum(this.worksheet._ff)) {
90602
+ for (let c of fromEnum(this.worksheet._fg)) {
90603
90603
  if (c.b._ca(b) == false) {
90604
90604
  for (let d of fromEnum(this._ch(c.r, c.s, true))) {
90605
90605
  this._bc(d.r);
@@ -90769,7 +90769,7 @@ let WorksheetRow = /*@__PURE__*/ (() => {
90769
90769
  super._u();
90770
90770
  let a = this.worksheet;
90771
90771
  if (a != null && a._t == false && this != WorksheetRow._bm) {
90772
- for (let b of fromEnum(a._ff)) {
90772
+ for (let b of fromEnum(a._fg)) {
90773
90773
  if (b.b._cd == false) {
90774
90774
  for (let c = b.r; c <= b.s; c++) {
90775
90775
  this._bc(c);
@@ -90890,7 +90890,7 @@ let WorksheetRow = /*@__PURE__*/ (() => {
90890
90890
  }
90891
90891
  let y = a.formatOptions & ~this._cd;
90892
90892
  if (y != 0 && this != WorksheetRow._bm) {
90893
- for (let z of fromEnum(this.worksheet._ff)) {
90893
+ for (let z of fromEnum(this.worksheet._fg)) {
90894
90894
  if ((z.b.formatOptions & y) == 0) {
90895
90895
  continue;
90896
90896
  }
@@ -91160,7 +91160,7 @@ let WorksheetRow = /*@__PURE__*/ (() => {
91160
91160
  }
91161
91161
  let b = new WorksheetCellAddress(1, this.index, a);
91162
91162
  let c;
91163
- if (((() => { let d = this.worksheet._eu.tryGetValue(b, c); c = d.p1; return d.ret; })())) {
91163
+ if (((() => { let d = this.worksheet._ev.tryGetValue(b, c); c = d.p1; return d.ret; })())) {
91164
91164
  return c;
91165
91165
  }
91166
91166
  return null;
@@ -91488,11 +91488,11 @@ let WorksheetRow = /*@__PURE__*/ (() => {
91488
91488
  let e = new WorksheetCellAddress(1, this.index, a);
91489
91489
  if (b == null) {
91490
91490
  if (d._d2) {
91491
- d._eu.removeItem(e);
91491
+ d._ev.removeItem(e);
91492
91492
  }
91493
91493
  }
91494
91494
  else {
91495
- d._eu.item(e, b);
91495
+ d._ev.item(e, b);
91496
91496
  }
91497
91497
  let f = d.workbook;
91498
91498
  if (b != null) {
@@ -91627,7 +91627,7 @@ let WorksheetRow = /*@__PURE__*/ (() => {
91627
91627
  }
91628
91628
  let d;
91629
91629
  if (this._cm < 0) {
91630
- d = this.worksheet._gp;
91630
+ d = this.worksheet._gq;
91631
91631
  if (this.worksheet._dt || this.worksheet._ds) {
91632
91632
  let e = Workbook._eu(a, true);
91633
91633
  if (this.worksheet._dt && this.worksheet._ds) {
@@ -91667,9 +91667,9 @@ let WorksheetRow = /*@__PURE__*/ (() => {
91667
91667
  let c = this._cellFormatInternal.d;
91668
91668
  a = b.k(c);
91669
91669
  }
91670
- let d = truncate(Math.floor(this.worksheet._g0 * 0.35));
91670
+ let d = truncate(Math.floor(this.worksheet._g1 * 0.35));
91671
91671
  let e = Workbook.getMaxColumnCount(this.worksheet._o);
91672
- let f = this.worksheet._ge();
91672
+ let f = this.worksheet._gf();
91673
91673
  for (let g of fromEnum(this._ch(void 0, void 0, true))) {
91674
91674
  let h = g.r;
91675
91675
  let i = g.j || this._a7(h);
@@ -91679,9 +91679,9 @@ let WorksheetRow = /*@__PURE__*/ (() => {
91679
91679
  }
91680
91680
  let k = 0;
91681
91681
  for (let l = h; l <= j; l++) {
91682
- k += this.worksheet._gb(l);
91682
+ k += this.worksheet._gc(l);
91683
91683
  }
91684
- let m = truncate(this.worksheet._fl(k, 3)) - (i._cm + i._cn) * this.worksheet._gl - f - d;
91684
+ let m = truncate(this.worksheet._fm(k, 3)) - (i._cm + i._cn) * this.worksheet._gm - f - d;
91685
91685
  m = Math.max(m, 0);
91686
91686
  let n = this._db(h, g.d, i);
91687
91687
  let o = n == null ? b.k(i) : b.l(i, n, m);
@@ -91706,13 +91706,13 @@ let WorksheetRow = /*@__PURE__*/ (() => {
91706
91706
  */
91707
91707
  _de() {
91708
91708
  let a = this.worksheet;
91709
- let b = a._g4(60);
91709
+ let b = a._g5(60);
91710
91710
  for (let c of fromEnum(this._ch(0, a._columns$i.maxCount, true))) {
91711
91711
  if (c.d != null) {
91712
91712
  c.d.aj(this, c.r);
91713
91713
  }
91714
91714
  }
91715
- a._h4(b);
91715
+ a._h5(b);
91716
91716
  }
91717
91717
  /**
91718
91718
  * @hidden
@@ -92831,11 +92831,11 @@ let WorksheetRow = /*@__PURE__*/ (() => {
92831
92831
  let c = new WorksheetCellAddress(1, this.index, a);
92832
92832
  if (b == null) {
92833
92833
  if (this.worksheet._d1) {
92834
- this.worksheet._es.removeItem(c);
92834
+ this.worksheet._et.removeItem(c);
92835
92835
  }
92836
92836
  }
92837
92837
  else {
92838
- this.worksheet._es.item(c, b);
92838
+ this.worksheet._et.item(c, b);
92839
92839
  }
92840
92840
  }
92841
92841
  /**
@@ -95513,16 +95513,16 @@ let Worksheet_HideUnhideChangeContext = /*@__PURE__*/ (() => {
95513
95513
  e = this.workbook._df;
95514
95514
  this.a.workbook._df = true;
95515
95515
  }
95516
- this.a._i0(this.c, false);
95516
+ this.a._i1(this.c, false);
95517
95517
  if (c) {
95518
- this.a._ix(true, false);
95518
+ this.a._iy(true, false);
95519
95519
  }
95520
95520
  else {
95521
- this.a._iv(true, false);
95521
+ this.a._iw(true, false);
95522
95522
  }
95523
95523
  if (c) {
95524
95524
  if (this.d) {
95525
- this.a._iu(this.a._dv == false, false);
95525
+ this.a._iv(this.a._dv == false, false);
95526
95526
  }
95527
95527
  for (let f of fromEnum(this.f)) {
95528
95528
  for (let g of fromEnum(this.a._rows$i._m(f.a, f.b))) {
@@ -95533,7 +95533,7 @@ let Worksheet_HideUnhideChangeContext = /*@__PURE__*/ (() => {
95533
95533
  else {
95534
95534
  this.a._cc(this.g, this.g);
95535
95535
  this.a._cc(this.h, this.h);
95536
- for (let h of fromEnum(this.a._ff)) {
95536
+ for (let h of fromEnum(this.a._fg)) {
95537
95537
  let i = false;
95538
95538
  for (let j of fromEnum(this.f)) {
95539
95539
  if (j.a <= h.s && h.r <= j.b) {
@@ -95547,12 +95547,12 @@ let Worksheet_HideUnhideChangeContext = /*@__PURE__*/ (() => {
95547
95547
  }
95548
95548
  }
95549
95549
  if (c) {
95550
- this.a._ix(false, false);
95550
+ this.a._iy(false, false);
95551
95551
  }
95552
95552
  else {
95553
- this.a._iv(false, false);
95553
+ this.a._iw(false, false);
95554
95554
  }
95555
- this.a._i0(null, false);
95555
+ this.a._i1(null, false);
95556
95556
  if (this.a.workbook != null) {
95557
95557
  this.a.workbook._df = e;
95558
95558
  }
@@ -95610,7 +95610,7 @@ let Worksheet_SharedFormulaGroupChangeContext = /*@__PURE__*/ (() => {
95610
95610
  if (a == null) {
95611
95611
  return;
95612
95612
  }
95613
- a._eq.item(this.c, this.b);
95613
+ a._er.item(this.c, this.b);
95614
95614
  }
95615
95615
  get workbook() {
95616
95616
  return this.a.workbook;
@@ -95668,8 +95668,8 @@ let Worksheet_SharedFormulasShiftChangeContext = /*@__PURE__*/ (() => {
95668
95668
  for (let g = 0; g < h.length; g++) {
95669
95669
  let f = h[g];
95670
95670
  let i = new WorksheetRegionAddress();
95671
- if (((() => { let j = this.d._eq.tryGetValue(f, i); i = j.p1; return j.ret; })())) {
95672
- this.d._eq.removeItem(f);
95671
+ if (((() => { let j = this.d._er.tryGetValue(f, i); i = j.p1; return j.ret; })())) {
95672
+ this.d._er.removeItem(f);
95673
95673
  d.add(new KeyValuePair$2(Base.$, WorksheetRegionAddress.$, 1, f, i));
95674
95674
  }
95675
95675
  }
@@ -95678,7 +95678,7 @@ let Worksheet_SharedFormulasShiftChangeContext = /*@__PURE__*/ (() => {
95678
95678
  let l = this.b;
95679
95679
  for (let k = 0; k < l.length; k++) {
95680
95680
  let j = l[k];
95681
- this.d._eq.item(j.key, j.value);
95681
+ this.d._er.item(j.key, j.value);
95682
95682
  c.add1(j.key);
95683
95683
  }
95684
95684
  }
@@ -95687,8 +95687,8 @@ let Worksheet_SharedFormulasShiftChangeContext = /*@__PURE__*/ (() => {
95687
95687
  for (let n = 0; n < o.length; n++) {
95688
95688
  let m = o[n];
95689
95689
  let p = new WorksheetRegionAddress();
95690
- if (((() => { let q = this.d._eq.tryGetValue(m.key, p); p = q.p1; return q.ret; })())) {
95691
- this.d._eq.item(m.key, m.value);
95690
+ if (((() => { let q = this.d._er.tryGetValue(m.key, p); p = q.p1; return q.ret; })())) {
95691
+ this.d._er.item(m.key, m.value);
95692
95692
  e.add(new KeyValuePair$2(Base.$, WorksheetRegionAddress.$, 1, m.key, p));
95693
95693
  }
95694
95694
  }
@@ -95744,10 +95744,10 @@ let Worksheet_ResizeItemChangeContext = /*@__PURE__*/ (() => {
95744
95744
  }
95745
95745
  f() {
95746
95746
  if (this.d) {
95747
- this.a._io(this.e, this.b);
95747
+ this.a._ip(this.e, this.b);
95748
95748
  }
95749
95749
  else {
95750
- this.a._il(this.e, this.b);
95750
+ this.a._im(this.e, this.b);
95751
95751
  }
95752
95752
  }
95753
95753
  get workbook() {
@@ -95876,19 +95876,19 @@ let Worksheet = /*@__PURE__*/ (() => {
95876
95876
  }
95877
95877
  constructor(a, b, c) {
95878
95878
  super(a, b, c);
95879
- this._fa = new List$1(WeakReference.$, 0);
95880
- this._er = null;
95881
- this._et = null;
95882
- this._ev = null;
95879
+ this._fb = new List$1(WeakReference.$, 0);
95880
+ this._es = null;
95881
+ this._eu = null;
95882
+ this._ew = null;
95883
95883
  this._ce = null;
95884
95884
  this._cg = null;
95885
- this._fx = 0;
95886
- this._go = 0;
95887
- this._gq = 0;
95888
- this._f0 = 0;
95885
+ this._fy = 0;
95886
+ this._gp = 0;
95887
+ this._gr = 0;
95888
+ this._f1 = 0;
95889
95889
  this._du = false;
95890
95890
  this._ci = null;
95891
- this._jd = null;
95891
+ this._je = null;
95892
95892
  this._cs = null;
95893
95893
  this._bn = null;
95894
95894
  /**
@@ -95897,21 +95897,21 @@ let Worksheet = /*@__PURE__*/ (() => {
95897
95897
  this._c7 = null;
95898
95898
  this._db = null;
95899
95899
  this._bq = 0;
95900
- this._el = false;
95900
+ this._em = false;
95901
95901
  this._bj = null;
95902
95902
  /**
95903
95903
  * @hidden
95904
95904
  */
95905
95905
  this._d7 = false;
95906
95906
  this._df = null;
95907
- this._fb = null;
95908
- this._fe = new List$1(WorksheetColumnBlock.$, 0);
95909
- this._ej = true;
95907
+ this._fc = null;
95908
+ this._ff = new List$1(WorksheetColumnBlock.$, 0);
95909
+ this._ek = true;
95910
95910
  this._b1 = null;
95911
95911
  this._bw = null;
95912
- this._g2 = null;
95913
- this._e5 = null;
95912
+ this._g3 = null;
95914
95913
  this._e6 = null;
95914
+ this._e7 = null;
95915
95915
  this._dj = false;
95916
95916
  this._dk = false;
95917
95917
  this._ay = null;
@@ -95920,16 +95920,16 @@ let Worksheet = /*@__PURE__*/ (() => {
95920
95920
  /**
95921
95921
  * @hidden
95922
95922
  */
95923
- this._g1 = toNullable(WorksheetRegionAddress.$, null);
95923
+ this._g2 = toNullable(WorksheetRegionAddress.$, null);
95924
95924
  this._cl = null;
95925
- this._e9 = null;
95925
+ this._fa = null;
95926
95926
  this._cu = null;
95927
- this._jf = null;
95928
- this._e4 = null;
95927
+ this._jg = null;
95928
+ this._e5 = null;
95929
95929
  /**
95930
95930
  * @hidden
95931
95931
  */
95932
- this._eq = null;
95932
+ this._er = null;
95933
95933
  this._bl = null;
95934
95934
  this._bs = null;
95935
95935
  this._di = false;
@@ -95948,15 +95948,15 @@ let Worksheet = /*@__PURE__*/ (() => {
95948
95948
  /**
95949
95949
  * @hidden
95950
95950
  */
95951
- this._eh = false;
95951
+ this._ei = false;
95952
95952
  this._c5 = null;
95953
95953
  this._bl = new WorksheetFilterSettings(this, false);
95954
95954
  this._bs = new WorksheetSortSettings(this, (d) => d._c(this._bs.region, this._bs.sortType));
95955
- this._f0 = -1;
95955
+ this._f1 = -1;
95956
95956
  this._ca();
95957
- this._iq(8, 2, true, false);
95957
+ this._ir(8, 2, true, false);
95958
95958
  this._cu = new WorksheetProtection(this);
95959
- this._eq = new Dictionary$2(Base.$, WorksheetRegionAddress.$, 0);
95959
+ this._er = new Dictionary$2(Base.$, WorksheetRegionAddress.$, 0);
95960
95960
  this._bp = new RegionLookupTable$1(WorksheetShape.$, this);
95961
95961
  this._c7 = new WorksheetRowCollection(this);
95962
95962
  this._bu = new SparklineGroupCollection(this);
@@ -96034,13 +96034,13 @@ let Worksheet = /*@__PURE__*/ (() => {
96034
96034
  * @hidden
96035
96035
  */
96036
96036
  get sheetBackground() {
96037
- return this._jd;
96037
+ return this._je;
96038
96038
  }
96039
96039
  /**
96040
96040
  * @hidden
96041
96041
  */
96042
96042
  set sheetBackground(a) {
96043
- this._jd = a;
96043
+ this._je = a;
96044
96044
  }
96045
96045
  /**
96046
96046
  * Clears all conditional formatting rules from the [[Worksheet]] so they do not get saved.
@@ -96075,7 +96075,7 @@ let Worksheet = /*@__PURE__*/ (() => {
96075
96075
  if (a == null) {
96076
96076
  throw new ArgumentNullException(0, "region");
96077
96077
  }
96078
- this._he(a._h, b);
96078
+ this._hf(a._h, b);
96079
96079
  }
96080
96080
  /**
96081
96081
  * @hidden
@@ -96085,18 +96085,18 @@ let Worksheet = /*@__PURE__*/ (() => {
96085
96085
  if (c == null) {
96086
96086
  throw new ArgumentException(1, "address");
96087
96087
  }
96088
- this._he(c._h, b);
96088
+ this._hf(c._h, b);
96089
96089
  }
96090
96090
  /**
96091
96091
  * @hidden
96092
96092
  */
96093
- _he(a, b) {
96094
- this._hf(a, b, toNullable(Worksheet_CellInsertDeleteChangeContext.$, null));
96093
+ _hf(a, b) {
96094
+ this._hg(a, b, toNullable(Worksheet_CellInsertDeleteChangeContext.$, null));
96095
96095
  }
96096
96096
  /**
96097
96097
  * @hidden
96098
96098
  */
96099
- _hf(a, b, c) {
96099
+ _hg(a, b, c) {
96100
96100
  let d = Worksheet._ax[4];
96101
96101
  let e = new Worksheet_CellInsertDeleteChangeContext(1, this, a, b);
96102
96102
  let f = new Worksheet_InsertRemoveOperationWrapper(d, e, false, nullableNotEquals(c, null));
@@ -96108,18 +96108,18 @@ let Worksheet = /*@__PURE__*/ (() => {
96108
96108
  else {
96109
96109
  g = new CellShiftOperation(2, this, 3, null, a._ae + 1, Workbook.getMaxRowCount(this._o) - 1, a._w, a._x, -a._ad, false);
96110
96110
  }
96111
- this._hz(true);
96111
+ this._h0(true);
96112
96112
  let h = this._b8(g, 2, f, true);
96113
96113
  this._rows$i._ac(h.a);
96114
- this._h0();
96115
- this._h7();
96114
+ this._h1();
96115
+ this._h8();
96116
96116
  this._conditionalFormats$i._a7();
96117
96117
  d.e(Worksheet_CellInsertDeleteChangeContext.$, String_$type, e, null, a.toString());
96118
96118
  if (f.f != null) {
96119
96119
  d.d(this.workbook, f.f);
96120
96120
  }
96121
- this._ie();
96122
96121
  this._ig();
96122
+ this._ih();
96123
96123
  }
96124
96124
  getCell() {
96125
96125
  let n;
@@ -96173,7 +96173,7 @@ let Worksheet = /*@__PURE__*/ (() => {
96173
96173
  let d;
96174
96174
  let e;
96175
96175
  let f;
96176
- let g = this._hk(a, b, c, e, d, f);
96176
+ let g = this._hl(a, b, c, e, d, f);
96177
96177
  e = g.p3;
96178
96178
  d = g.p4;
96179
96179
  f = g.p5;
@@ -96220,8 +96220,8 @@ let Worksheet = /*@__PURE__*/ (() => {
96220
96220
  if (c && !this._conditionalFormats$i._ac(a, b)) {
96221
96221
  return null;
96222
96222
  }
96223
- let d = Worksheet._e8;
96224
- Worksheet._e8 = null;
96223
+ let d = Worksheet._e9;
96224
+ Worksheet._e9 = null;
96225
96225
  if (d == null) {
96226
96226
  d = new List$1(ConditionBase.$, 0);
96227
96227
  }
@@ -96292,7 +96292,7 @@ let Worksheet = /*@__PURE__*/ (() => {
96292
96292
  }
96293
96293
  finally {
96294
96294
  d.clear();
96295
- Worksheet._e8 = d;
96295
+ Worksheet._e9 = d;
96296
96296
  }
96297
96297
  }
96298
96298
  /**
@@ -96309,7 +96309,7 @@ let Worksheet = /*@__PURE__*/ (() => {
96309
96309
  * @see [[WorksheetColumn.getWidth]]
96310
96310
  */
96311
96311
  getDefaultColumnWidth(units) {
96312
- let a = this._fl(this.defaultColumnWidth, units);
96312
+ let a = this._fm(this.defaultColumnWidth, units);
96313
96313
  if (isNaN_(a)) {
96314
96314
  return 0;
96315
96315
  }
@@ -96367,7 +96367,7 @@ let Worksheet = /*@__PURE__*/ (() => {
96367
96367
  let d;
96368
96368
  let e;
96369
96369
  let f;
96370
- let g = this._hk(a, b, c, e, d, f);
96370
+ let g = this._hl(a, b, c, e, d, f);
96371
96371
  e = g.p3;
96372
96372
  d = g.p4;
96373
96373
  f = g.p5;
@@ -96434,7 +96434,7 @@ let Worksheet = /*@__PURE__*/ (() => {
96434
96434
  let d;
96435
96435
  let e;
96436
96436
  let f;
96437
- let g = this._hk(a, b, c, e, d, f);
96437
+ let g = this._hl(a, b, c, e, d, f);
96438
96438
  e = g.p3;
96439
96439
  d = g.p4;
96440
96440
  f = g.p5;
@@ -96475,7 +96475,7 @@ let Worksheet = /*@__PURE__*/ (() => {
96475
96475
  if (a == null) {
96476
96476
  throw new ArgumentNullException(0, "region");
96477
96477
  }
96478
- this._hr(a._h, b);
96478
+ this._hs(a._h, b);
96479
96479
  }
96480
96480
  /**
96481
96481
  * @hidden
@@ -96485,18 +96485,18 @@ let Worksheet = /*@__PURE__*/ (() => {
96485
96485
  if (c == null) {
96486
96486
  throw new ArgumentException(1, "address");
96487
96487
  }
96488
- this._hr(c._h, b);
96488
+ this._hs(c._h, b);
96489
96489
  }
96490
96490
  /**
96491
96491
  * @hidden
96492
96492
  */
96493
- _hr(a, b) {
96494
- this._hs(a, b, toNullable(Worksheet_CellInsertDeleteChangeContext.$, null));
96493
+ _hs(a, b) {
96494
+ this._ht(a, b, toNullable(Worksheet_CellInsertDeleteChangeContext.$, null));
96495
96495
  }
96496
96496
  /**
96497
96497
  * @hidden
96498
96498
  */
96499
- _hs(a, b, c) {
96499
+ _ht(a, b, c) {
96500
96500
  let d = Worksheet._ax[8];
96501
96501
  let e = new Worksheet_CellInsertDeleteChangeContext(1, this, a, b);
96502
96502
  let f = new Worksheet_InsertRemoveOperationWrapper(d, e, true, nullableNotEquals(c, null));
@@ -96508,11 +96508,11 @@ let Worksheet = /*@__PURE__*/ (() => {
96508
96508
  else {
96509
96509
  g = new CellShiftOperation(2, this, 3, null, a._ac, Workbook.getMaxRowCount(this._o) - (1 + a._ad), a._w, a._x, a._ad, false);
96510
96510
  }
96511
- this._hz(true);
96511
+ this._h0(true);
96512
96512
  let h = this._b8(g, 2, f, true);
96513
96513
  this._rows$i._ac(h.a);
96514
- this._h0();
96515
- this._h7();
96514
+ this._h1();
96515
+ this._h8();
96516
96516
  this._conditionalFormats$i._a7();
96517
96517
  d.e(Worksheet_CellInsertDeleteChangeContext.$, String_$type, e, null, a.toString());
96518
96518
  if (f.f != null) {
@@ -96541,7 +96541,7 @@ let Worksheet = /*@__PURE__*/ (() => {
96541
96541
  * @hidden
96542
96542
  */
96543
96543
  _hideColumns$i(a = toNullable(Number_$type, null), b = toNullable(Number_$type, null)) {
96544
- this._hp(a, b, false, true);
96544
+ this._hq(a, b, false, true);
96545
96545
  }
96546
96546
  /**
96547
96547
  * Hides the rows in the specified range.
@@ -96565,7 +96565,7 @@ let Worksheet = /*@__PURE__*/ (() => {
96565
96565
  * @hidden
96566
96566
  */
96567
96567
  _hideRows$i(a = toNullable(Number_$type, null), b = toNullable(Number_$type, null)) {
96568
- this._hp(a, b, true, true);
96568
+ this._hq(a, b, true, true);
96569
96569
  }
96570
96570
  /**
96571
96571
  * Moves the worksheet to a new position in the owning workbook's collections of worksheets.
@@ -96672,12 +96672,12 @@ let Worksheet = /*@__PURE__*/ (() => {
96672
96672
  * @see [[WorksheetColumn.setWidth]]
96673
96673
  */
96674
96674
  setDefaultColumnWidth(value, units) {
96675
- this._iq(value, units, false, true);
96675
+ this._ir(value, units, false, true);
96676
96676
  }
96677
96677
  /**
96678
96678
  * @hidden
96679
96679
  */
96680
- _iq(a, b, c, d) {
96680
+ _ir(a, b, c, d) {
96681
96681
  if (isNaN_(a)) {
96682
96682
  throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_NaNDefaultColumnWidth"), "value");
96683
96683
  }
@@ -96685,14 +96685,14 @@ let Worksheet = /*@__PURE__*/ (() => {
96685
96685
  if (d && this.workbook != null) {
96686
96686
  e = this.workbook._go(this, 90, "ColumnWidth");
96687
96687
  }
96688
- this._ir(this._fw(a, b), d);
96688
+ this._is(this._fx(a, b), d);
96689
96689
  if (this.workbook != null && this.workbook._c4 == false) {
96690
- this._ek = true;
96690
+ this._el = true;
96691
96691
  }
96692
96692
  if (c) {
96693
96693
  let f = this.getDefaultColumnWidth(3);
96694
96694
  f = Math.ceil(f / 8) * 8;
96695
- this._ir(this._fw(f, 3), d);
96695
+ this._is(this._fx(f, 3), d);
96696
96696
  }
96697
96697
  this._bw = new Worksheet_SetColumnWidthInfo(a, b, c);
96698
96698
  if (e != null) {
@@ -96721,7 +96721,7 @@ let Worksheet = /*@__PURE__*/ (() => {
96721
96721
  * @hidden
96722
96722
  */
96723
96723
  _unhideColumns$i(a = toNullable(Number_$type, null), b = toNullable(Number_$type, null)) {
96724
- this._hp(a, b, false, false);
96724
+ this._hq(a, b, false, false);
96725
96725
  }
96726
96726
  /**
96727
96727
  * Unhides the rows in the specified range.
@@ -96745,15 +96745,15 @@ let Worksheet = /*@__PURE__*/ (() => {
96745
96745
  * @hidden
96746
96746
  */
96747
96747
  _unhideRows$i(a = toNullable(Number_$type, null), b = toNullable(Number_$type, null)) {
96748
- this._hp(a, b, true, false);
96748
+ this._hq(a, b, true, false);
96749
96749
  }
96750
96750
  /**
96751
96751
  * @hidden
96752
96752
  */
96753
- _g5(a, b, c = false) {
96754
- let d = ((() => { let e = ExcelUtils.cy(WorksheetRegion.$, this._fa, a, WorksheetRegion_HorizontalSorter._a, c, b); b = e.p4; return e.ret; })());
96753
+ _g6(a, b, c = false) {
96754
+ let d = ((() => { let e = ExcelUtils.cy(WorksheetRegion.$, this._fb, a, WorksheetRegion_HorizontalSorter._a, c, b); b = e.p4; return e.ret; })());
96755
96755
  if (d < 0) {
96756
- this._fa.insert(~d, new WeakReference(a));
96756
+ this._fb.insert(~d, new WeakReference(a));
96757
96757
  }
96758
96758
  return {
96759
96759
  p1: b
@@ -96829,31 +96829,31 @@ let Worksheet = /*@__PURE__*/ (() => {
96829
96829
  /**
96830
96830
  * @hidden
96831
96831
  */
96832
- _g6(a) {
96833
- if (this._e5 == null) {
96834
- this._e5 = new List$1(PivotTableInfo.$, 0);
96832
+ _g7(a) {
96833
+ if (this._e6 == null) {
96834
+ this._e6 = new List$1(PivotTableInfo.$, 0);
96835
96835
  }
96836
- this._e5.add(a);
96836
+ this._e6.add(a);
96837
96837
  }
96838
96838
  /**
96839
96839
  * @hidden
96840
96840
  */
96841
- _g7(a) {
96842
- if (this._e6 == null) {
96843
- this._e6 = new List$1(BinaryData.$, 0);
96841
+ _g8(a) {
96842
+ if (this._e7 == null) {
96843
+ this._e7 = new List$1(BinaryData.$, 0);
96844
96844
  }
96845
- this._e6.add(a);
96845
+ this._e7.add(a);
96846
96846
  }
96847
96847
  /**
96848
96848
  * @hidden
96849
96849
  */
96850
- _hc() {
96851
- if (this._e5 != null) {
96852
- this._e5.clear();
96853
- }
96850
+ _hd() {
96854
96851
  if (this._e6 != null) {
96855
96852
  this._e6.clear();
96856
96853
  }
96854
+ if (this._e7 != null) {
96855
+ this._e7.clear();
96856
+ }
96857
96857
  if (this._db != null) {
96858
96858
  this._db._ag();
96859
96859
  }
@@ -96863,7 +96863,7 @@ let Worksheet = /*@__PURE__*/ (() => {
96863
96863
  */
96864
96864
  _a0(a, b) {
96865
96865
  let c;
96866
- let d = ((() => { let e = this._f8(a, b, false, c); c = e.p3; return e.ret; })());
96866
+ let d = ((() => { let e = this._f9(a, b, false, c); c = e.p3; return e.ret; })());
96867
96867
  let e = a;
96868
96868
  let f = (a + b - 1);
96869
96869
  let g;
@@ -96879,7 +96879,7 @@ let Worksheet = /*@__PURE__*/ (() => {
96879
96879
  e = (e + i.u);
96880
96880
  while (j > 0) {
96881
96881
  d++;
96882
- c = this._fe._inner[d];
96882
+ c = this._ff._inner[d];
96883
96883
  i = c.d(this.workbook, e, Math.min(c.s, f));
96884
96884
  h.add(i);
96885
96885
  j -= i.u;
@@ -96892,9 +96892,9 @@ let Worksheet = /*@__PURE__*/ (() => {
96892
96892
  /**
96893
96893
  * @hidden
96894
96894
  */
96895
- _fj(a) {
96896
- let b = this._g0;
96897
- let c = Worksheet._gf(b);
96895
+ _fk(a) {
96896
+ let b = this._g1;
96897
+ let c = Worksheet._gg(b);
96898
96898
  let d = b + c;
96899
96899
  let e;
96900
96900
  if (a < 1) {
@@ -96912,8 +96912,8 @@ let Worksheet = /*@__PURE__*/ (() => {
96912
96912
  /**
96913
96913
  * @hidden
96914
96914
  */
96915
- _fk(a, b) {
96916
- let c = a * this._g0;
96915
+ _fl(a, b) {
96916
+ let c = a * this._g1;
96917
96917
  if (b) {
96918
96918
  c = MathUtilities.f(c);
96919
96919
  }
@@ -96925,7 +96925,7 @@ let Worksheet = /*@__PURE__*/ (() => {
96925
96925
  /**
96926
96926
  * @hidden
96927
96927
  */
96928
- _fl(a, b, c = true) {
96928
+ _fm(a, b, c = true) {
96929
96929
  ExcelUtils.gv(b);
96930
96930
  if (a < 0) {
96931
96931
  return NaN;
@@ -96938,12 +96938,12 @@ let Worksheet = /*@__PURE__*/ (() => {
96938
96938
  if (b == 0) {
96939
96939
  return e;
96940
96940
  }
96941
- let f = this._fk(e, c);
96941
+ let f = this._fl(e, c);
96942
96942
  if (b == 3) {
96943
96943
  return f;
96944
96944
  }
96945
96945
  if (b == 2) {
96946
- return this._fn(f);
96946
+ return this._fo(f);
96947
96947
  }
96948
96948
  let g = Workbook._ep(this.workbook, f, false);
96949
96949
  if (b == 5) {
@@ -96957,21 +96957,21 @@ let Worksheet = /*@__PURE__*/ (() => {
96957
96957
  /**
96958
96958
  * @hidden
96959
96959
  */
96960
- _fm(a) {
96960
+ _fn(a) {
96961
96961
  if (this.displayOptions.showFormulasInCells) {
96962
96962
  a = Math.floor(a / 2);
96963
96963
  }
96964
- return a / this._g0;
96964
+ return a / this._g1;
96965
96965
  }
96966
96966
  /**
96967
96967
  * @hidden
96968
96968
  */
96969
- _fn(a) {
96969
+ _fo(a) {
96970
96970
  if (this.displayOptions.showFormulasInCells) {
96971
96971
  a = Math.floor(a / 2);
96972
96972
  }
96973
- let b = this._g0;
96974
- let c = Worksheet._gf(b);
96973
+ let b = this._g1;
96974
+ let c = Worksheet._gg(b);
96975
96975
  let d = b + c;
96976
96976
  let e;
96977
96977
  if (a < d) {
@@ -96985,7 +96985,7 @@ let Worksheet = /*@__PURE__*/ (() => {
96985
96985
  /**
96986
96986
  * @hidden
96987
96987
  */
96988
- _fw(a, b, c = true) {
96988
+ _fx(a, b, c = true) {
96989
96989
  if (isInfinity(a)) {
96990
96990
  throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_InfiniteColumnWidth"), "value");
96991
96991
  }
@@ -97002,11 +97002,11 @@ let Worksheet = /*@__PURE__*/ (() => {
97002
97002
  continue L0;
97003
97003
  case 1: return truncate(MathUtilities.j(a));
97004
97004
  case 2:
97005
- a = this._fj(a);
97005
+ a = this._fk(a);
97006
97006
  t1 = 3;
97007
97007
  continue L0;
97008
97008
  case 3:
97009
- a = this._fm(a);
97009
+ a = this._fn(a);
97010
97010
  t1 = 0;
97011
97011
  continue L0;
97012
97012
  case 4:
@@ -97045,13 +97045,13 @@ let Worksheet = /*@__PURE__*/ (() => {
97045
97045
  /**
97046
97046
  * @hidden
97047
97047
  */
97048
- _hh() {
97049
- this._gq = -1;
97048
+ _hi() {
97049
+ this._gr = -1;
97050
97050
  }
97051
97051
  /**
97052
97052
  * @hidden
97053
97053
  */
97054
- _hi(a, b = null) {
97054
+ _hj(a, b = null) {
97055
97055
  if (this._d9) {
97056
97056
  let c = a;
97057
97057
  for (let d of fromEnum(this._mergedCellsRegions$i)) {
@@ -97080,7 +97080,7 @@ let Worksheet = /*@__PURE__*/ (() => {
97080
97080
  }
97081
97081
  }
97082
97082
  if (WorksheetRegionAddress._q(a, c) && (b == null || b.count < this._mergedCellsRegions$i.count)) {
97083
- let j = this._hi(a, b);
97083
+ let j = this._hj(a, b);
97084
97084
  a = j.p0;
97085
97085
  }
97086
97086
  }
@@ -97100,7 +97100,7 @@ let Worksheet = /*@__PURE__*/ (() => {
97100
97100
  _cx(a, b, c, d) {
97101
97101
  let e = new WorksheetRegion(this, a, b, c, d, false);
97102
97102
  let f;
97103
- let g = this._g5(e, f);
97103
+ let g = this._g6(e, f);
97104
97104
  f = g.p1;
97105
97105
  return f || e;
97106
97106
  }
@@ -97161,14 +97161,14 @@ let Worksheet = /*@__PURE__*/ (() => {
97161
97161
  * @hidden
97162
97162
  */
97163
97163
  _cb(a) {
97164
- let b = this._f9(a);
97165
- return this._fe._inner[b];
97164
+ let b = this._ga(a);
97165
+ return this._ff._inner[b];
97166
97166
  }
97167
97167
  /**
97168
97168
  * @hidden
97169
97169
  */
97170
- _f9(a) {
97171
- let b = this._fu(a);
97170
+ _ga(a) {
97171
+ let b = this._fv(a);
97172
97172
  if (b < 0) {
97173
97173
  b = (~b - 1);
97174
97174
  }
@@ -97212,7 +97212,7 @@ let Worksheet = /*@__PURE__*/ (() => {
97212
97212
  /**
97213
97213
  * @hidden
97214
97214
  */
97215
- _e1(a, b, c = 0x7FFFFFFF) {
97215
+ _e2(a, b, c = 0x7FFFFFFF) {
97216
97216
  let d = new List$1(WorksheetItemPosition.$, 0);
97217
97217
  let e = a;
97218
97218
  let f = a + b;
@@ -97238,13 +97238,13 @@ let Worksheet = /*@__PURE__*/ (() => {
97238
97238
  /**
97239
97239
  * @hidden
97240
97240
  */
97241
- _e0(a, b, c = 0x7FFFFFFF) {
97242
- return this._e1(this._cn(a)._m, b, c);
97241
+ _e1(a, b, c = 0x7FFFFFFF) {
97242
+ return this._e2(this._cn(a)._m, b, c);
97243
97243
  }
97244
97244
  /**
97245
97245
  * @hidden
97246
97246
  */
97247
- *__ex(a, b, c) {
97247
+ *__ey(a, b, c) {
97248
97248
  let d = c ? 1 : -1;
97249
97249
  let e = c ? a : b;
97250
97250
  let f = c ? b : a;
@@ -97264,20 +97264,20 @@ let Worksheet = /*@__PURE__*/ (() => {
97264
97264
  }
97265
97265
  }
97266
97266
  }
97267
- _ex(a, b, c) {
97268
- return toEnum(() => this.__ex(a, b, c));
97267
+ _ey(a, b, c) {
97268
+ return toEnum(() => this.__ey(a, b, c));
97269
97269
  }
97270
97270
  /**
97271
97271
  * @hidden
97272
97272
  */
97273
- _gb(a, b = false) {
97273
+ _gc(a, b = false) {
97274
97274
  let c = a < 0 ? null : this._cb(a);
97275
- return this._ga(c, b);
97275
+ return this._gb(c, b);
97276
97276
  }
97277
97277
  /**
97278
97278
  * @hidden
97279
97279
  */
97280
- _ga(a, b = false) {
97280
+ _gb(a, b = false) {
97281
97281
  if (a != null) {
97282
97282
  if (b == false && a.j) {
97283
97283
  return 0;
@@ -97291,31 +97291,31 @@ let Worksheet = /*@__PURE__*/ (() => {
97291
97291
  /**
97292
97292
  * @hidden
97293
97293
  */
97294
- _gd(a, b = false) {
97295
- let c = this._fp(a, b);
97294
+ _ge(a, b = false) {
97295
+ let c = this._fq(a, b);
97296
97296
  return truncate(Workbook._ep(this.workbook, c, false));
97297
97297
  }
97298
97298
  /**
97299
97299
  * @hidden
97300
97300
  */
97301
- _gc(a, b) {
97302
- let c = this._fo(a, b);
97301
+ _gd(a, b) {
97302
+ let c = this._fp(a, b);
97303
97303
  return truncate(Workbook._ep(this.workbook, c, false));
97304
97304
  }
97305
97305
  /**
97306
97306
  * @hidden
97307
97307
  */
97308
- _fp(a, b = false) {
97308
+ _fq(a, b = false) {
97309
97309
  let c = null;
97310
97310
  if (a >= 0) {
97311
97311
  c = this._cb(a);
97312
97312
  }
97313
- return this._fo(c, b);
97313
+ return this._fp(c, b);
97314
97314
  }
97315
97315
  /**
97316
97316
  * @hidden
97317
97317
  */
97318
- _fo(a, b) {
97318
+ _fp(a, b) {
97319
97319
  if (a != null) {
97320
97320
  return a.o(this, 3, b);
97321
97321
  }
@@ -97324,18 +97324,18 @@ let Worksheet = /*@__PURE__*/ (() => {
97324
97324
  /**
97325
97325
  * @hidden
97326
97326
  */
97327
- _fq(a, b, c = false) {
97327
+ _fr(a, b, c = false) {
97328
97328
  let d, e;
97329
97329
  let f = this._columns$i._aq(a, b + 1, d, e, c);
97330
97330
  d = f.p2;
97331
97331
  e = f.p3;
97332
- return MathUtilities.f(this._fl(e - d, 3));
97332
+ return MathUtilities.f(this._fm(e - d, 3));
97333
97333
  }
97334
97334
  /**
97335
97335
  * @hidden
97336
97336
  */
97337
- _ge() {
97338
- return Worksheet._gf(this._g0);
97337
+ _gf() {
97338
+ return Worksheet._gg(this._g1);
97339
97339
  }
97340
97340
  /**
97341
97341
  * @hidden
@@ -97346,7 +97346,7 @@ let Worksheet = /*@__PURE__*/ (() => {
97346
97346
  }
97347
97347
  let c = new WorksheetCellAddress(1, a, b);
97348
97348
  let d;
97349
- if (((() => { let e = this._es.tryGetValue(c, d); d = e.p1; return e.ret; })())) {
97349
+ if (((() => { let e = this._et.tryGetValue(c, d); d = e.p1; return e.ret; })())) {
97350
97350
  return d;
97351
97351
  }
97352
97352
  return null;
@@ -97354,16 +97354,16 @@ let Worksheet = /*@__PURE__*/ (() => {
97354
97354
  /**
97355
97355
  * @hidden
97356
97356
  */
97357
- _ey() {
97358
- if (this._e5 == null) {
97357
+ _ez() {
97358
+ if (this._e6 == null) {
97359
97359
  return Enumerable.k(PivotTableInfo.$);
97360
97360
  }
97361
- return this._e5;
97361
+ return this._e6;
97362
97362
  }
97363
97363
  /**
97364
97364
  * @hidden
97365
97365
  */
97366
- _gh(a, b = false, c = false) {
97366
+ _gi(a, b = false, c = false) {
97367
97367
  let d = null;
97368
97368
  if (a >= 0 && this._c7 != null) {
97369
97369
  d = this._c7._aj(a);
@@ -97387,7 +97387,7 @@ let Worksheet = /*@__PURE__*/ (() => {
97387
97387
  }
97388
97388
  }
97389
97389
  }
97390
- let i = this._gg(d, b);
97390
+ let i = this._gh(d, b);
97391
97391
  if (c && this.workbook != null) {
97392
97392
  if (d == null || (!d._bz && !this._d4)) {
97393
97393
  i = truncate(MathUtilities.f(i * (this.workbook._jr.height / Workbook._jo.height)));
@@ -97398,7 +97398,7 @@ let Worksheet = /*@__PURE__*/ (() => {
97398
97398
  /**
97399
97399
  * @hidden
97400
97400
  */
97401
- _gg(a, b) {
97401
+ _gh(a, b) {
97402
97402
  if (a == null) {
97403
97403
  if (b == false && this._dv) {
97404
97404
  return 0;
@@ -97410,14 +97410,14 @@ let Worksheet = /*@__PURE__*/ (() => {
97410
97410
  /**
97411
97411
  * @hidden
97412
97412
  */
97413
- _fs(a, b = false) {
97414
- let c = this._gh(a, b);
97413
+ _ft(a, b = false) {
97414
+ let c = this._gi(a, b);
97415
97415
  return Workbook._er(this.workbook, c, true);
97416
97416
  }
97417
97417
  /**
97418
97418
  * @hidden
97419
97419
  */
97420
- _ft(a, b, c) {
97420
+ _fu(a, b, c) {
97421
97421
  {
97422
97422
  let d = Workbook._fc(this.workbook);
97423
97423
  try {
@@ -97451,7 +97451,7 @@ let Worksheet = /*@__PURE__*/ (() => {
97451
97451
  d = e.p2;
97452
97452
  c = e.p3;
97453
97453
  }
97454
- return new WorksheetItemPosition(1, a, c, this._gh(a));
97454
+ return new WorksheetItemPosition(1, a, c, this._gi(a));
97455
97455
  }
97456
97456
  finally {
97457
97457
  if (b != null) {
@@ -97473,12 +97473,12 @@ let Worksheet = /*@__PURE__*/ (() => {
97473
97473
  c = f.p1;
97474
97474
  d = f.p2;
97475
97475
  e = f.p3;
97476
- return new WorksheetItemPosition(1, e, a - c, this._gh(e));
97476
+ return new WorksheetItemPosition(1, e, a - c, this._gi(e));
97477
97477
  }
97478
97478
  /**
97479
97479
  * @hidden
97480
97480
  */
97481
- _e3(a, b, c = 0x7FFFFFFF) {
97481
+ _e4(a, b, c = 0x7FFFFFFF) {
97482
97482
  let d = new List$1(WorksheetItemPosition.$, 0);
97483
97483
  let e = a;
97484
97484
  let f = a + b;
@@ -97493,7 +97493,7 @@ let Worksheet = /*@__PURE__*/ (() => {
97493
97493
  let k = Math.min(h, c);
97494
97494
  if (this._dv) {
97495
97495
  for (let l of fromEnum(this._rows$i._m(g, k))) {
97496
- let m = this._gg(l, false);
97496
+ let m = this._gh(l, false);
97497
97497
  if (m != 0) {
97498
97498
  d.add(new WorksheetItemPosition(1, l.index, j, m));
97499
97499
  }
@@ -97502,7 +97502,7 @@ let Worksheet = /*@__PURE__*/ (() => {
97502
97502
  }
97503
97503
  else {
97504
97504
  for (let n = g; n <= k; n++) {
97505
- let o = this._gh(n);
97505
+ let o = this._gi(n);
97506
97506
  if (o != 0) {
97507
97507
  d.add(new WorksheetItemPosition(1, n, j, o));
97508
97508
  }
@@ -97514,8 +97514,8 @@ let Worksheet = /*@__PURE__*/ (() => {
97514
97514
  /**
97515
97515
  * @hidden
97516
97516
  */
97517
- _e2(a, b, c = 0x7FFFFFFF) {
97518
- return this._e3(this._cp(a)._m, b, c);
97517
+ _e3(a, b, c = 0x7FFFFFFF) {
97518
+ return this._e4(this._cp(a)._m, b, c);
97519
97519
  }
97520
97520
  /**
97521
97521
  * @hidden
@@ -97572,7 +97572,7 @@ let Worksheet = /*@__PURE__*/ (() => {
97572
97572
  */
97573
97573
  _c3(a) {
97574
97574
  let b = new WorksheetRegionAddress();
97575
- if (((() => { let c = this._eq.tryGetValue(a, b); b = c.p1; return c.ret; })())) {
97575
+ if (((() => { let c = this._er.tryGetValue(a, b); b = c.p1; return c.ret; })())) {
97576
97576
  return this._cw(b);
97577
97577
  }
97578
97578
  return null;
@@ -97580,24 +97580,24 @@ let Worksheet = /*@__PURE__*/ (() => {
97580
97580
  /**
97581
97581
  * @hidden
97582
97582
  */
97583
- _ez() {
97584
- if (this._e6 == null) {
97583
+ _e0() {
97584
+ if (this._e7 == null) {
97585
97585
  return Enumerable.k(BinaryData.$);
97586
97586
  }
97587
- return this._e6;
97587
+ return this._e7;
97588
97588
  }
97589
97589
  /**
97590
97590
  * @hidden
97591
97591
  */
97592
- _fg() {
97592
+ _fh() {
97593
97593
  let a = new List$1(IEscherRecord_$type, 0);
97594
- Worksheet._hm(this._db, a);
97594
+ Worksheet._hn(this._db, a);
97595
97595
  return a;
97596
97596
  }
97597
97597
  /**
97598
97598
  * @hidden
97599
97599
  */
97600
- static _hm(a, b) {
97600
+ static _hn(a, b) {
97601
97601
  if (a == null) {
97602
97602
  return;
97603
97603
  }
@@ -97631,7 +97631,7 @@ let Worksheet = /*@__PURE__*/ (() => {
97631
97631
  let h = a;
97632
97632
  let i = d;
97633
97633
  let j = b;
97634
- let k = this._ff;
97634
+ let k = this._fg;
97635
97635
  let l = this._b3;
97636
97636
  for (let m = k.count - 1; m >= 0; m--) {
97637
97637
  let n = k._inner[m];
@@ -97689,7 +97689,7 @@ let Worksheet = /*@__PURE__*/ (() => {
97689
97689
  }
97690
97690
  }
97691
97691
  if (this._d2) {
97692
- for (let w of fromEnum(this._eu.keys)) {
97692
+ for (let w of fromEnum(this._ev.keys)) {
97693
97693
  if (w.o >= a && w.o <= b) {
97694
97694
  if (w.o < j) {
97695
97695
  j = w.o;
@@ -97707,7 +97707,7 @@ let Worksheet = /*@__PURE__*/ (() => {
97707
97707
  }
97708
97708
  }
97709
97709
  if (this._d1) {
97710
- for (let x of fromEnum(this._es)) {
97710
+ for (let x of fromEnum(this._et)) {
97711
97711
  let y = x.value._h;
97712
97712
  if (y._j(t)) {
97713
97713
  if (y._ac < j) {
@@ -97794,8 +97794,8 @@ let Worksheet = /*@__PURE__*/ (() => {
97794
97794
  /**
97795
97795
  * @hidden
97796
97796
  */
97797
- _g8() {
97798
- let a = this._fd;
97797
+ _g9() {
97798
+ let a = this._fe;
97799
97799
  a.clear();
97800
97800
  if (this._d6) {
97801
97801
  let b = this._d9;
@@ -97847,14 +97847,14 @@ let Worksheet = /*@__PURE__*/ (() => {
97847
97847
  /**
97848
97848
  * @hidden
97849
97849
  */
97850
- _eg(a) {
97850
+ _eh(a) {
97851
97851
  let b = this._rows$i._aj(a);
97852
- return this._ef(b);
97852
+ return this._eg(b);
97853
97853
  }
97854
97854
  /**
97855
97855
  * @hidden
97856
97856
  */
97857
- _ef(a) {
97857
+ _eg(a) {
97858
97858
  if (a == null) {
97859
97859
  return this._dv;
97860
97860
  }
@@ -97863,12 +97863,12 @@ let Worksheet = /*@__PURE__*/ (() => {
97863
97863
  /**
97864
97864
  * @hidden
97865
97865
  */
97866
- _hw(a, b, c, d, e, f, g = false) {
97866
+ _hx(a, b, c, d, e, f, g = false) {
97867
97867
  let h = this._cc(a, b);
97868
97868
  if (f != null && f._cd == false) {
97869
97869
  let i = GenericCacheElementEx.q(WorksheetCellFormatData.$, h.b);
97870
97870
  h.b = GenericCacheElementEx.r(WorksheetCellFormatData.$, f, i);
97871
- this._hh();
97871
+ this._hi();
97872
97872
  }
97873
97873
  h.j = d;
97874
97874
  h.n = e;
@@ -97878,47 +97878,47 @@ let Worksheet = /*@__PURE__*/ (() => {
97878
97878
  /**
97879
97879
  * @hidden
97880
97880
  */
97881
- _hx(a, b) {
97881
+ _hy(a, b) {
97882
97882
  let c;
97883
- let d = ((() => { let e = this._f8(a, b, true, c); c = e.p3; return e.ret; })());
97883
+ let d = ((() => { let e = this._f9(a, b, true, c); c = e.p3; return e.ret; })());
97884
97884
  let e = this.workbook._ff;
97885
97885
  let f = d;
97886
97886
  let g = (c.s + 1);
97887
97887
  let h = 0;
97888
- for (let i = d + 1; i < this._fe.count; i++) {
97888
+ for (let i = d + 1; i < this._ff.count; i++) {
97889
97889
  if (g >= e) {
97890
97890
  h++;
97891
97891
  continue;
97892
97892
  }
97893
- let j = this._fe._inner[i];
97893
+ let j = this._ff._inner[i];
97894
97894
  let k = j.s + 1 - j.r;
97895
97895
  j.r = g;
97896
97896
  j.s = Math.min(g + k - 1, e - 1);
97897
97897
  g = (j.s + 1);
97898
97898
  }
97899
97899
  while (h > 0) {
97900
- d = this._fe.count - 1;
97901
- this._id(d, this._fe._inner[d]);
97900
+ d = this._ff.count - 1;
97901
+ this._ie(d, this._ff._inner[d]);
97902
97902
  h--;
97903
97903
  }
97904
- this._hj(f);
97904
+ this._hk(f);
97905
97905
  }
97906
97906
  /**
97907
97907
  * @hidden
97908
97908
  */
97909
- _hy(a, b) {
97910
- let c = this._fu(a);
97909
+ _hz(a, b) {
97910
+ let c = this._fv(a);
97911
97911
  if (c < 0) {
97912
97912
  c = (~c - 1);
97913
97913
  }
97914
- let d = this._fe._inner[c];
97914
+ let d = this._ff._inner[c];
97915
97915
  let e = b;
97916
97916
  let f = c;
97917
97917
  if (d.r == a && d.r + b >= d.s + 1) {
97918
97918
  e -= d.u;
97919
- this._id(c, d);
97920
- if (c < this._fe.count) {
97921
- let g = this._fe._inner[c];
97919
+ this._ie(c, d);
97920
+ if (c < this._ff.count) {
97921
+ let g = this._ff._inner[c];
97922
97922
  let h = g.u;
97923
97923
  g.r = a;
97924
97924
  g.s = (a + h - 1);
@@ -97934,11 +97934,11 @@ let Worksheet = /*@__PURE__*/ (() => {
97934
97934
  c++;
97935
97935
  }
97936
97936
  while (e > 0) {
97937
- d = this._fe._inner[c];
97937
+ d = this._ff._inner[c];
97938
97938
  let j = d.u;
97939
97939
  if (j <= e) {
97940
97940
  e -= j;
97941
- this._id(c, d);
97941
+ this._ie(c, d);
97942
97942
  }
97943
97943
  else {
97944
97944
  j -= e;
@@ -97946,28 +97946,28 @@ let Worksheet = /*@__PURE__*/ (() => {
97946
97946
  d.s = (d.r + j - 1);
97947
97947
  }
97948
97948
  }
97949
- if (this._fe.count == 0) {
97949
+ if (this._ff.count == 0) {
97950
97950
  this._ca();
97951
97951
  }
97952
- this._hj(f);
97952
+ this._hk(f);
97953
97953
  }
97954
97954
  /**
97955
97955
  * @hidden
97956
97956
  */
97957
97957
  _ao(a) {
97958
- let b = this._fe._inner[this._fe.count - 1];
97958
+ let b = this._ff._inner[this._ff.count - 1];
97959
97959
  let c = (this.workbook._ff - 1);
97960
97960
  do {
97961
97961
  if (b.s <= c) {
97962
97962
  break;
97963
97963
  }
97964
- if (this._fe.count == 1) {
97964
+ if (this._ff.count == 1) {
97965
97965
  b.s = c;
97966
97966
  break;
97967
97967
  }
97968
97968
  GenericCacheElementEx.q(WorksheetCellFormatData.$, b.b);
97969
- this._fe.removeAt(this._fe.count - 1);
97970
- b = this._fe._inner[this._fe.count - 1];
97969
+ this._ff.removeAt(this._ff.count - 1);
97970
+ b = this._ff._inner[this._ff.count - 1];
97971
97971
  } while (true);
97972
97972
  if (b.s < c) {
97973
97973
  if (b.l) {
@@ -97976,7 +97976,7 @@ let Worksheet = /*@__PURE__*/ (() => {
97976
97976
  else {
97977
97977
  let d = new WorksheetColumnBlock(0, (b.s + 1), c, this.workbook._ca._p);
97978
97978
  d.b.k();
97979
- this._fe.add(d);
97979
+ this._ff.add(d);
97980
97980
  }
97981
97981
  }
97982
97982
  this._rows$i._ab();
@@ -97998,14 +97998,14 @@ let Worksheet = /*@__PURE__*/ (() => {
97998
97998
  /**
97999
97999
  * @hidden
98000
98000
  */
98001
- _hz(a) {
98001
+ _h0(a) {
98002
98002
  this._dn = true;
98003
98003
  }
98004
98004
  /**
98005
98005
  * @hidden
98006
98006
  */
98007
- _h0() {
98008
- this._h5();
98007
+ _h1() {
98008
+ this._h6();
98009
98009
  if (this._cl != null) {
98010
98010
  this._cl._o();
98011
98011
  }
@@ -98019,7 +98019,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98019
98019
  for (let c of fromEnum(this._rows$i)) {
98020
98020
  c._ea(b);
98021
98021
  }
98022
- for (let d of fromEnum(this._fe)) {
98022
+ for (let d of fromEnum(this._ff)) {
98023
98023
  GenericCacheElementEx.q(WorksheetCellFormatData.$, d.b);
98024
98024
  }
98025
98025
  for (let e of fromEnum(this._mergedCellsRegions$i)) {
@@ -98027,27 +98027,27 @@ let Worksheet = /*@__PURE__*/ (() => {
98027
98027
  e._cellFormatInternal.i();
98028
98028
  }
98029
98029
  }
98030
- Worksheet._jb(this);
98030
+ Worksheet._jc(this);
98031
98031
  for (let f of fromEnum(this._tables$i)) {
98032
98032
  f._em(a);
98033
98033
  }
98034
- this._g1 = toNullable(WorksheetRegionAddress.$, null);
98034
+ this._g2 = toNullable(WorksheetRegionAddress.$, null);
98035
98035
  super._aq();
98036
98036
  }
98037
98037
  /**
98038
98038
  * @hidden
98039
98039
  */
98040
- _h2(a, b) {
98040
+ _h3(a, b) {
98041
98041
  let c = b != null ? b._h : WorksheetRegionAddress._b;
98042
- this._eq.item(a._bg, c);
98042
+ this._er.item(a._bg, c);
98043
98043
  }
98044
98044
  /**
98045
98045
  * @hidden
98046
98046
  */
98047
- _h3(a, b = true) {
98047
+ _h4(a, b = true) {
98048
98048
  let c = a._bg;
98049
98049
  let d = new WorksheetRegionAddress();
98050
- if (((() => { let e = this._eq.tryGetValue(c, d); d = e.p1; return e.ret; })())) {
98050
+ if (((() => { let e = this._er.tryGetValue(c, d); d = e.p1; return e.ret; })())) {
98051
98051
  let e = false;
98052
98052
  for (let f of fromEnum(this._rows$i._m(d._ac, d._ae))) {
98053
98053
  for (let g = d._w; g <= d._x; g++) {
@@ -98063,7 +98063,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98063
98063
  }
98064
98064
  if (e == false) {
98065
98065
  if (!this._dn) {
98066
- this._eq.removeItem(c);
98066
+ this._er.removeItem(c);
98067
98067
  }
98068
98068
  a._bu();
98069
98069
  if (b && this.workbook != null && !this._dn) {
@@ -98077,13 +98077,13 @@ let Worksheet = /*@__PURE__*/ (() => {
98077
98077
  /**
98078
98078
  * @hidden
98079
98079
  */
98080
- _g4(a, b = null) {
98080
+ _g5(a, b = null) {
98081
98081
  return this.workbook != null && this.workbook._cx ? this.workbook._go(this, a, b) : null;
98082
98082
  }
98083
98083
  /**
98084
98084
  * @hidden
98085
98085
  */
98086
- _h4(a) {
98086
+ _h5(a) {
98087
98087
  if (a != null) {
98088
98088
  if (this.workbook != null) {
98089
98089
  this.workbook._ih(a);
@@ -98093,10 +98093,10 @@ let Worksheet = /*@__PURE__*/ (() => {
98093
98093
  /**
98094
98094
  * @hidden
98095
98095
  */
98096
- _h5() {
98096
+ _h6() {
98097
98097
  let a = null;
98098
98098
  let b = null;
98099
- for (let c of fromEnum(this._eu)) {
98099
+ for (let c of fromEnum(this._ev)) {
98100
98100
  if (WorksheetCell.l_op_Equality(c.value.cell, null) || !c.value.cell._e.e) {
98101
98101
  if (a == null) {
98102
98102
  a = new List$1(KeyValuePair$2.$.specialize(WorksheetCellAddress.$, WorksheetCellComment.$), 0);
@@ -98114,13 +98114,13 @@ let Worksheet = /*@__PURE__*/ (() => {
98114
98114
  }
98115
98115
  if (b != null) {
98116
98116
  for (let d of fromEnum(b)) {
98117
- this._eu.removeItem(d.key);
98118
- this._eu.item(d.value.cell._e, d.value);
98117
+ this._ev.removeItem(d.key);
98118
+ this._ev.item(d.value.cell._e, d.value);
98119
98119
  }
98120
98120
  }
98121
98121
  if (a != null) {
98122
98122
  for (let e of fromEnum(a)) {
98123
- this._eu.removeItem(e.key);
98123
+ this._ev.removeItem(e.key);
98124
98124
  e.value.cell = null;
98125
98125
  }
98126
98126
  }
@@ -98137,9 +98137,9 @@ let Worksheet = /*@__PURE__*/ (() => {
98137
98137
  /**
98138
98138
  * @hidden
98139
98139
  */
98140
- _h7() {
98140
+ _h8() {
98141
98141
  if (this._ay != null) {
98142
- this._h6(this._ay, false);
98142
+ this._h7(this._ay, false);
98143
98143
  this._ay = null;
98144
98144
  }
98145
98145
  if (this._az != null) {
@@ -98160,7 +98160,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98160
98160
  /**
98161
98161
  * @hidden
98162
98162
  */
98163
- _h6(a, b) {
98163
+ _h7(a, b) {
98164
98164
  if (a != null) {
98165
98165
  if (b) {
98166
98166
  this._az = a;
@@ -98170,27 +98170,27 @@ let Worksheet = /*@__PURE__*/ (() => {
98170
98170
  let e = c.value;
98171
98171
  let f = this._getCell1(e._d4.p(true, true, this.workbook.currentFormat, 1), 1);
98172
98172
  e._c4(f, e._aj, e._af);
98173
- this._eu.item(e._d4, e);
98173
+ this._ev.item(e._d4, e);
98174
98174
  }
98175
98175
  }
98176
98176
  }
98177
98177
  /**
98178
98178
  * @hidden
98179
98179
  */
98180
- _ia(a) {
98180
+ _ib(a) {
98181
98181
  for (let c = 0; c < a.length; c++) {
98182
98182
  let b = a[c];
98183
- this._h9(b);
98183
+ this._ia(b);
98184
98184
  }
98185
98185
  }
98186
98186
  /**
98187
98187
  * @hidden
98188
98188
  */
98189
- _h9(a) {
98189
+ _ia(a) {
98190
98190
  let b = a.r;
98191
98191
  let c = a.s;
98192
98192
  let d;
98193
- let e = ((() => { let f = this._f8(b, (c - (b + 1)), false, d); d = f.p3; return f.ret; })());
98193
+ let e = ((() => { let f = this._f9(b, (c - (b + 1)), false, d); d = f.p3; return f.ret; })());
98194
98194
  let f = d == a;
98195
98195
  let g = 0;
98196
98196
  if (f) {
@@ -98203,39 +98203,39 @@ let Worksheet = /*@__PURE__*/ (() => {
98203
98203
  else {
98204
98204
  if (d.r == a.r) {
98205
98205
  if (d.s == a.s) {
98206
- this._fe._inner[e] = a;
98206
+ this._ff._inner[e] = a;
98207
98207
  return;
98208
98208
  }
98209
98209
  if (d.s > a.s) {
98210
- this._fe.insert(e, a);
98210
+ this._ff.insert(e, a);
98211
98211
  d.r = (a.s + 1);
98212
98212
  return;
98213
98213
  }
98214
98214
  g = a.s - d.s;
98215
- this._fe._inner[e] = a;
98215
+ this._ff._inner[e] = a;
98216
98216
  }
98217
98217
  else {
98218
98218
  if (a.s >= d.s) {
98219
98219
  g = a.s - d.s;
98220
98220
  d.s = (a.r - 1);
98221
- this._fe.insert(e + 1, a);
98221
+ this._ff.insert(e + 1, a);
98222
98222
  }
98223
98223
  else {
98224
98224
  let h = d.s;
98225
98225
  d.s = (a.r - 1);
98226
- this._fe.insert(e + 1, a);
98226
+ this._ff.insert(e + 1, a);
98227
98227
  if (h > a.s) {
98228
- this._fe.insert(e + 2, d.d(this.workbook, (a.s + 1), h));
98228
+ this._ff.insert(e + 2, d.d(this.workbook, (a.s + 1), h));
98229
98229
  }
98230
98230
  }
98231
98231
  }
98232
98232
  }
98233
98233
  while (g > 0) {
98234
98234
  e++;
98235
- d = this._fe._inner[e];
98235
+ d = this._ff._inner[e];
98236
98236
  if (g >= d.u) {
98237
98237
  g -= d.u;
98238
- this._fe.removeAt(e);
98238
+ this._ff.removeAt(e);
98239
98239
  }
98240
98240
  else {
98241
98241
  d.r += g;
@@ -98246,7 +98246,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98246
98246
  /**
98247
98247
  * @hidden
98248
98248
  */
98249
- _ib(a, b, c) {
98249
+ _ic(a, b, c) {
98250
98250
  if (this.workbook != null && this.workbook._c4) {
98251
98251
  return;
98252
98252
  }
@@ -98279,7 +98279,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98279
98279
  break;
98280
98280
  }
98281
98281
  }
98282
- if (j != this._ef(i)) {
98282
+ if (j != this._eg(i)) {
98283
98283
  if (i == null) {
98284
98284
  i = this._rows$i.item(h);
98285
98285
  }
@@ -98290,7 +98290,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98290
98290
  /**
98291
98291
  * @hidden
98292
98292
  */
98293
- _ic(a) {
98293
+ _id(a) {
98294
98294
  if (this._d9) {
98295
98295
  for (let b of fromEnum(this._mergedCellsRegions$i)) {
98296
98296
  let c = b._h;
@@ -98326,29 +98326,29 @@ let Worksheet = /*@__PURE__*/ (() => {
98326
98326
  /**
98327
98327
  * @hidden
98328
98328
  */
98329
- _ei(a, b) {
98330
- if (this._e4 != null && this._e4.count > 0) {
98329
+ _ej(a, b) {
98330
+ if (this._e5 != null && this._e5.count > 0) {
98331
98331
  let c = this._rows$i._aj(a);
98332
- return ExcelUtils.br(this._e4, c, b);
98332
+ return ExcelUtils.br(this._e5, c, b);
98333
98333
  }
98334
98334
  return false;
98335
98335
  }
98336
98336
  /**
98337
98337
  * @hidden
98338
98338
  */
98339
- _ie() {
98340
- ExcelUtils.f6(this._e4);
98339
+ _ig() {
98340
+ ExcelUtils.f6(this._e5);
98341
98341
  }
98342
98342
  /**
98343
98343
  * @hidden
98344
98344
  */
98345
- _ig() {
98346
- ExcelUtils.f6(this._e9);
98345
+ _ih() {
98346
+ ExcelUtils.f6(this._fa);
98347
98347
  }
98348
98348
  /**
98349
98349
  * @hidden
98350
98350
  */
98351
- _ih(a, b = null) {
98351
+ _ii(a, b = null) {
98352
98352
  if (this._d9) {
98353
98353
  for (let c = this._mergedCellsRegions$i.count - 1; c >= 0; c--) {
98354
98354
  let d = this._cs.item(c);
@@ -98364,13 +98364,13 @@ let Worksheet = /*@__PURE__*/ (() => {
98364
98364
  /**
98365
98365
  * @hidden
98366
98366
  */
98367
- _ii(a, b) {
98368
- ExcelUtils.br(this._e9, a, b);
98367
+ _ij(a, b) {
98368
+ ExcelUtils.br(this._fa, a, b);
98369
98369
  }
98370
98370
  /**
98371
98371
  * @hidden
98372
98372
  */
98373
- _ik(a, b) {
98373
+ _il(a, b) {
98374
98374
  if (b == 0) {
98375
98375
  for (let c of fromEnum(a)) {
98376
98376
  this._hideColumns$i(toNullable(Number_$type, c.a), toNullable(Number_$type, c.b - c.a + 1));
@@ -98378,24 +98378,24 @@ let Worksheet = /*@__PURE__*/ (() => {
98378
98378
  return;
98379
98379
  }
98380
98380
  let d = WorksheetElementResizeContext.j(a, b, 65535);
98381
- this._il(d, null);
98381
+ this._im(d, null);
98382
98382
  }
98383
98383
  /**
98384
98384
  * @hidden
98385
98385
  */
98386
- _il(a, b) {
98386
+ _im(a, b) {
98387
98387
  let c = false;
98388
98388
  let d = null;
98389
98389
  let e = null;
98390
98390
  if (b != null) {
98391
- this._iv(true, false);
98391
+ this._iw(true, false);
98392
98392
  }
98393
98393
  else if (this._dz(false)) {
98394
98394
  if (d == null) {
98395
98395
  d = ((() => { let f = WorksheetElementResizeContext.o(this, a, c); c = f.p2; return f.ret; })());
98396
98396
  }
98397
98397
  e = WorksheetElementResizeContext.d(this, d, false, this.defaultColumnWidth);
98398
- this._iv(true, false);
98398
+ this._iw(true, false);
98399
98399
  }
98400
98400
  if (d == null) {
98401
98401
  d = ((() => { let f = WorksheetElementResizeContext.o(this, a, c); c = f.p2; return f.ret; })());
@@ -98404,7 +98404,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98404
98404
  let g = b != null ? b : new WorksheetResizeInfo();
98405
98405
  let h = new Worksheet_ResizeItemChangeContext(1, this, d, false, g, c);
98406
98406
  let i = f.b(this.workbook, this, null);
98407
- this._i0(g, false);
98407
+ this._i1(g, false);
98408
98408
  let j = false;
98409
98409
  if (this.workbook != null) {
98410
98410
  j = this.workbook._df;
@@ -98414,19 +98414,19 @@ let Worksheet = /*@__PURE__*/ (() => {
98414
98414
  let l = a._inner[k];
98415
98415
  let m = l.d;
98416
98416
  let n = l.e;
98417
- let o = this._f9(m);
98418
- let p = this._ff._inner[o];
98417
+ let o = this._ga(m);
98418
+ let p = this._fg._inner[o];
98419
98419
  if (p.r < m) {
98420
98420
  this._cc(m, Math.min(p.s, n));
98421
98421
  o++;
98422
98422
  }
98423
- let q = this._f9(n);
98424
- p = this._ff._inner[q];
98423
+ let q = this._ga(n);
98424
+ p = this._fg._inner[q];
98425
98425
  if (p.s > n) {
98426
98426
  this._cc(Math.max(p.r, m), n);
98427
98427
  }
98428
98428
  for (let r = o; r <= q; r++) {
98429
- p = this._fe._inner[r];
98429
+ p = this._ff._inner[r];
98430
98430
  p.w = l.c;
98431
98431
  p.k = l.a;
98432
98432
  p.j = l.b;
@@ -98435,16 +98435,16 @@ let Worksheet = /*@__PURE__*/ (() => {
98435
98435
  this._cd(m);
98436
98436
  }
98437
98437
  if (b != null) {
98438
- this._iv(false, false);
98438
+ this._iw(false, false);
98439
98439
  }
98440
98440
  else if (e != null) {
98441
- this._iv(false, false);
98441
+ this._iw(false, false);
98442
98442
  e.y();
98443
98443
  }
98444
98444
  if (this.workbook != null) {
98445
98445
  this.workbook._df = j;
98446
98446
  }
98447
- this._i0(null, false);
98447
+ this._i1(null, false);
98448
98448
  f.e(Worksheet_ResizeItemChangeContext.$, Base.$, h, null, null);
98449
98449
  if (i != null) {
98450
98450
  f.d(this.workbook, i);
@@ -98453,7 +98453,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98453
98453
  /**
98454
98454
  * @hidden
98455
98455
  */
98456
- _im(a, b) {
98456
+ _io(a, b) {
98457
98457
  if (b == 0) {
98458
98458
  for (let c of fromEnum(a)) {
98459
98459
  this._hideRows$i(toNullable(Number_$type, c.a), toNullable(Number_$type, c.b - c.a + 1));
@@ -98461,24 +98461,24 @@ let Worksheet = /*@__PURE__*/ (() => {
98461
98461
  return;
98462
98462
  }
98463
98463
  let d = WorksheetElementResizeContext.j(a, b, 8192);
98464
- this._io(d, null);
98464
+ this._ip(d, null);
98465
98465
  }
98466
98466
  /**
98467
98467
  * @hidden
98468
98468
  */
98469
- _io(a, b) {
98469
+ _ip(a, b) {
98470
98470
  let c = null;
98471
98471
  let d = false;
98472
98472
  let e = null;
98473
98473
  if (b != null) {
98474
- this._ix(true, false);
98474
+ this._iy(true, false);
98475
98475
  }
98476
98476
  else if (this._dz(true)) {
98477
98477
  if (c == null) {
98478
98478
  c = ((() => { let f = WorksheetElementResizeContext.p(this, a, d); d = f.p2; return f.ret; })());
98479
98479
  }
98480
98480
  e = WorksheetElementResizeContext.d(this, c, true, this.defaultRowHeight);
98481
- this._ix(true, false);
98481
+ this._iy(true, false);
98482
98482
  }
98483
98483
  if (c == null) {
98484
98484
  c = ((() => { let f = WorksheetElementResizeContext.p(this, a, d); d = f.p2; return f.ret; })());
@@ -98487,7 +98487,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98487
98487
  let g = b != null ? b : new WorksheetResizeInfo();
98488
98488
  let h = new Worksheet_ResizeItemChangeContext(1, this, c, true, g, d);
98489
98489
  let i = f.b(this.workbook, this, null);
98490
- this._i0(g, false);
98490
+ this._i1(g, false);
98491
98491
  let j = false;
98492
98492
  if (this.workbook != null) {
98493
98493
  j = this.workbook._df;
@@ -98513,16 +98513,16 @@ let Worksheet = /*@__PURE__*/ (() => {
98513
98513
  }
98514
98514
  }
98515
98515
  if (b != null) {
98516
- this._ix(false, false);
98516
+ this._iy(false, false);
98517
98517
  }
98518
98518
  else if (e != null) {
98519
- this._ix(false, false);
98519
+ this._iy(false, false);
98520
98520
  e.y();
98521
98521
  }
98522
98522
  if (this.workbook != null) {
98523
98523
  this.workbook._df = j;
98524
98524
  }
98525
- this._i0(null, false);
98525
+ this._i1(null, false);
98526
98526
  f.e(Worksheet_ResizeItemChangeContext.$, Base.$, h, null, null);
98527
98527
  if (i != null) {
98528
98528
  f.d(this.workbook, i);
@@ -98541,20 +98541,20 @@ let Worksheet = /*@__PURE__*/ (() => {
98541
98541
  return new WorksheetCellShiftResult(1, j, null);
98542
98542
  }
98543
98543
  let k = new WorksheetCellShiftResult();
98544
- let l = this._eh;
98544
+ let l = this._ei;
98545
98545
  let m = c != null && c.isUndoOperation;
98546
98546
  let n = this._dx;
98547
98547
  let o = this._dw;
98548
98548
  try {
98549
- this._eh = true;
98549
+ this._ei = true;
98550
98550
  if (c != null) {
98551
98551
  c.onBeforeShift(a);
98552
98552
  }
98553
98553
  this.workbook._io(() => {
98554
- this._ix(true, !m);
98555
- this._iv(true, !m);
98554
+ this._iy(true, !m);
98555
+ this._iw(true, !m);
98556
98556
  if (!m) {
98557
- this._i0(new WorksheetResizeInfo(), true);
98557
+ this._i1(new WorksheetResizeInfo(), true);
98558
98558
  }
98559
98559
  });
98560
98560
  let p = a.x;
@@ -98567,9 +98567,9 @@ let Worksheet = /*@__PURE__*/ (() => {
98567
98567
  this.workbook._df = true;
98568
98568
  let r = null;
98569
98569
  if (c == null || !c.isUndoOperation) {
98570
- if (this._eq.count > 0) {
98571
- r = new List$1(KeyValuePair$2.$.specialize(Base.$, WorksheetRegionAddress.$), 2, this._eq.count);
98572
- for (let s of fromEnum(this._eq)) {
98570
+ if (this._er.count > 0) {
98571
+ r = new List$1(KeyValuePair$2.$.specialize(Base.$, WorksheetRegionAddress.$), 2, this._er.count);
98572
+ for (let s of fromEnum(this._er)) {
98573
98573
  r.add(s);
98574
98574
  }
98575
98575
  }
@@ -98584,13 +98584,13 @@ let Worksheet = /*@__PURE__*/ (() => {
98584
98584
  w._ap._ah(u);
98585
98585
  }
98586
98586
  }
98587
- for (let x of fromEnum(this._eu.values)) {
98587
+ for (let x of fromEnum(this._ev.values)) {
98588
98588
  t.item(x, x._getBoundsInTwips());
98589
98589
  x._dc();
98590
98590
  }
98591
98591
  }
98592
98592
  else {
98593
- for (let y of fromEnum(this._eu.values)) {
98593
+ for (let y of fromEnum(this._ev.values)) {
98594
98594
  y._dc();
98595
98595
  }
98596
98596
  }
@@ -98650,7 +98650,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98650
98650
  if (this.workbook != null) {
98651
98651
  let am = null;
98652
98652
  for (let an of fromEnum(this.workbook._worksheets$i)) {
98653
- for (let ao of fromEnum(an._eq)) {
98653
+ for (let ao of fromEnum(an._er)) {
98654
98654
  let ap = ao.value;
98655
98655
  for (let aq of fromEnum(an._rows$i._m(ap._ac, ap._ae))) {
98656
98656
  for (let ar = ap._w; ar <= ap._x; ar++) {
@@ -98668,7 +98668,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98668
98668
  }
98669
98669
  if (am != null) {
98670
98670
  for (let at of fromEnum(am)) {
98671
- an._h3(at, false);
98671
+ an._h4(at, false);
98672
98672
  at._bt(this.workbook);
98673
98673
  }
98674
98674
  am.clear();
@@ -98677,7 +98677,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98677
98677
  }
98678
98678
  if (WorksheetRegionAddress._r(p, toNullable(WorksheetRegionAddress.$, null)) && !q) {
98679
98679
  this.workbook._df = c != null && c.isUndoOperation;
98680
- 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);
98680
+ 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);
98681
98681
  this.workbook._df = true;
98682
98682
  }
98683
98683
  if (this._cl != null) {
@@ -98688,7 +98688,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98688
98688
  i.z(new RegionShiftComparer$1(WorksheetMergedCellsRegion.$, a));
98689
98689
  }
98690
98690
  this._mergedCellsRegions$i._s(a, c, i);
98691
- this._hu(runOn(new Worksheet_ShiftRegionHelper(a), new Worksheet_ShiftRegionHelper(a).b));
98691
+ this._hv(runOn(new Worksheet_ShiftRegionHelper(a), new Worksheet_ShiftRegionHelper(a).b));
98692
98692
  if (a.o) {
98693
98693
  this.printOptions._horizontalPageBreaks$i._t(a);
98694
98694
  if (this.workbook != null) {
@@ -98707,7 +98707,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98707
98707
  let ax = this._shapes$i.item(aw);
98708
98708
  let ay = ax._s(a, c, t);
98709
98709
  }
98710
- for (let az of fromEnum(this._eu.values)) {
98710
+ for (let az of fromEnum(this._ev.values)) {
98711
98711
  let a0 = az._s(a, c, t);
98712
98712
  }
98713
98713
  }
@@ -98795,7 +98795,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98795
98795
  }
98796
98796
  break;
98797
98797
  }
98798
- this._ha(a6, d, a.o, c != null && c.shiftsRows, a8, c != null && c.shiftsColumns && !c.shiftsRows, a9);
98798
+ this._hb(a6, d, a.o, c != null && c.shiftsRows, a8, c != null && c.shiftsColumns && !c.shiftsRows, a9);
98799
98799
  }
98800
98800
  for (let ba of fromEnum(h)) {
98801
98801
  let bb = ba._bk(a, c, c == null || false == c.shiftsColumns || !c.isUndoOperation);
@@ -98841,7 +98841,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98841
98841
  let bi = null;
98842
98842
  for (let bj of fromEnum(r)) {
98843
98843
  let bk = new WorksheetRegionAddress();
98844
- if (((() => { let bl = this._eq.tryGetValue(bj.key, bk); bk = bl.p1; return bl.ret; })())) {
98844
+ if (((() => { let bl = this._er.tryGetValue(bj.key, bk); bk = bl.p1; return bl.ret; })())) {
98845
98845
  let bl = ((() => { let bm = a.e(bk, false); bk = bm.p0; return bm.ret; })());
98846
98846
  if (bl.f) {
98847
98847
  if (bl.g) {
@@ -98855,7 +98855,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98855
98855
  bi = new List$1(KeyValuePair$2.$.specialize(Base.$, WorksheetRegionAddress.$), 0);
98856
98856
  }
98857
98857
  bi.add(bj);
98858
- this._eq.item(bj.key, bk);
98858
+ this._er.item(bj.key, bk);
98859
98859
  }
98860
98860
  }
98861
98861
  }
@@ -98868,7 +98868,7 @@ let Worksheet = /*@__PURE__*/ (() => {
98868
98868
  }
98869
98869
  if (bh != null) {
98870
98870
  for (let bm of fromEnum(bh)) {
98871
- this._eq.removeItem(bm.key);
98871
+ this._er.removeItem(bm.key);
98872
98872
  }
98873
98873
  }
98874
98874
  if (bh != null || bi != null) {
@@ -98884,14 +98884,14 @@ let Worksheet = /*@__PURE__*/ (() => {
98884
98884
  finally {
98885
98885
  this.workbook._io(() => {
98886
98886
  if (!m) {
98887
- this._i0(null, true);
98887
+ this._i1(null, true);
98888
98888
  }
98889
- this._ix(n, !m);
98890
- this._iv(o, !m);
98889
+ this._iy(n, !m);
98890
+ this._iw(o, !m);
98891
98891
  });
98892
- this._eh = l;
98892
+ this._ei = l;
98893
98893
  }
98894
- this._fc.add(a);
98894
+ this._fd.add(a);
98895
98895
  this.workbook._df = false;
98896
98896
  return k;
98897
98897
  }
@@ -98900,37 +98900,37 @@ let Worksheet = /*@__PURE__*/ (() => {
98900
98900
  */
98901
98901
  _b9(a, b, c, d, e, f) {
98902
98902
  let g = new CellShiftOperation(1, this, 3, a, b, c, d, e);
98903
- this._hz(true);
98903
+ this._h0(true);
98904
98904
  let h = this._b8(g, f);
98905
- this._h0();
98906
- this._h7();
98905
+ this._h1();
98906
+ this._h8();
98907
98907
  return h;
98908
98908
  }
98909
98909
  /**
98910
98910
  * @hidden
98911
98911
  */
98912
98912
  _cc(a, b) {
98913
- let c = this._f9(a);
98914
- let d = this._fe._inner[c];
98913
+ let c = this._ga(a);
98914
+ let d = this._ff._inner[c];
98915
98915
  let e = d.s;
98916
98916
  if (d.r != a) {
98917
98917
  d.s = (a - 1);
98918
98918
  let f = new WorksheetColumnBlock(1, a, e, d);
98919
98919
  c++;
98920
- this._fe.insert(c, f);
98920
+ this._ff.insert(c, f);
98921
98921
  d = f;
98922
98922
  }
98923
98923
  if (d.s != b) {
98924
98924
  d.s = b;
98925
98925
  let g = new WorksheetColumnBlock(1, (b + 1), e, d);
98926
- this._fe.insert(c + 1, g);
98926
+ this._ff.insert(c + 1, g);
98927
98927
  }
98928
98928
  return d;
98929
98929
  }
98930
98930
  /**
98931
98931
  * @hidden
98932
98932
  */
98933
- _en(a, b, c, d = true) {
98933
+ _eo(a, b, c, d = true) {
98934
98934
  c = dateMinValue();
98935
98935
  let e = this.workbook;
98936
98936
  let f;
@@ -98973,13 +98973,13 @@ let Worksheet = /*@__PURE__*/ (() => {
98973
98973
  * @hidden
98974
98974
  */
98975
98975
  _cd(a) {
98976
- let b = this._f9(a);
98977
- let c = this._fe._inner[b];
98976
+ let b = this._ga(a);
98977
+ let c = this._ff._inner[b];
98978
98978
  let d = this.defaultColumnWidth;
98979
98979
  if (c.r != 0) {
98980
98980
  let e = this._cb((c.r - 1));
98981
98981
  if (c.i(e, d)) {
98982
- this._ff.removeAt(b);
98982
+ this._fg.removeAt(b);
98983
98983
  GenericCacheElementEx.q(WorksheetCellFormatData.$, c.b);
98984
98984
  e.s = c.s;
98985
98985
  c = e;
@@ -98987,10 +98987,10 @@ let Worksheet = /*@__PURE__*/ (() => {
98987
98987
  }
98988
98988
  let f = this._columns$i.maxCount - 1;
98989
98989
  if (c.s != f) {
98990
- let g = this._f9((c.s + 1));
98991
- let h = this._fe._inner[g];
98990
+ let g = this._ga((c.s + 1));
98991
+ let h = this._ff._inner[g];
98992
98992
  if (c.i(h, d)) {
98993
- this._ff.removeAt(g);
98993
+ this._fg.removeAt(g);
98994
98994
  GenericCacheElementEx.q(WorksheetCellFormatData.$, h.b);
98995
98995
  c.s = h.s;
98996
98996
  }
@@ -99012,8 +99012,8 @@ let Worksheet = /*@__PURE__*/ (() => {
99012
99012
  /**
99013
99013
  * @hidden
99014
99014
  */
99015
- _eo(a, b, c) {
99016
- if (this._fv == c) {
99015
+ _ep(a, b, c) {
99016
+ if (this._fw == c) {
99017
99017
  return {
99018
99018
  ret: true,
99019
99019
  p0: a,
@@ -99021,11 +99021,11 @@ let Worksheet = /*@__PURE__*/ (() => {
99021
99021
  p2: c
99022
99022
  };
99023
99023
  }
99024
- let d = this._fv;
99024
+ let d = this._fw;
99025
99025
  let e = a.index;
99026
99026
  let f = false;
99027
99027
  for (let g = c; g < d; g++) {
99028
- let h = this._fc._inner[g];
99028
+ let h = this._fd._inner[g];
99029
99029
  if (h.q) {
99030
99030
  continue;
99031
99031
  }
@@ -99148,12 +99148,12 @@ let Worksheet = /*@__PURE__*/ (() => {
99148
99148
  }
99149
99149
  }
99150
99150
  for (let ab of fromEnum(this._shapes$i)) {
99151
- if (this._ep(ab, a) == false) {
99151
+ if (this._eq(ab, a) == false) {
99152
99152
  return 2;
99153
99153
  }
99154
99154
  }
99155
- for (let ac of fromEnum(this._eu.values)) {
99156
- if (this._ep(ac, a) == false) {
99155
+ for (let ac of fromEnum(this._ev.values)) {
99156
+ if (this._eq(ac, a) == false) {
99157
99157
  return 2;
99158
99158
  }
99159
99159
  }
@@ -99170,7 +99170,7 @@ let Worksheet = /*@__PURE__*/ (() => {
99170
99170
  /**
99171
99171
  * @hidden
99172
99172
  */
99173
- _ep(a, b) {
99173
+ _eq(a, b) {
99174
99174
  let c = new WorksheetCellAddress();
99175
99175
  let d;
99176
99176
  let e = new WorksheetCellAddress();
@@ -99198,7 +99198,7 @@ let Worksheet = /*@__PURE__*/ (() => {
99198
99198
  /**
99199
99199
  * @hidden
99200
99200
  */
99201
- _jc(a, b, c) {
99201
+ _jd(a, b, c) {
99202
99202
  if (!this._di) {
99203
99203
  let d = this.workbook;
99204
99204
  if (d != null) {
@@ -99213,21 +99213,21 @@ let Worksheet = /*@__PURE__*/ (() => {
99213
99213
  let b = this._b3;
99214
99214
  let c = new WorksheetColumnBlock(0, a, (this.workbook._ff - 1), b);
99215
99215
  c.b.k();
99216
- this._fe.add(c);
99216
+ this._ff.add(c);
99217
99217
  return c;
99218
99218
  }
99219
99219
  /**
99220
99220
  * @hidden
99221
99221
  */
99222
- _fu(a) {
99223
- if (this._fe == null) {
99222
+ _fv(a) {
99223
+ if (this._ff == null) {
99224
99224
  return -1;
99225
99225
  }
99226
99226
  let b = 0;
99227
- let c = this._fe.count - 1;
99227
+ let c = this._ff.count - 1;
99228
99228
  while (b <= c) {
99229
99229
  let d = b + (intDivide((c - b), 2));
99230
- let e = this._fe._inner[d];
99230
+ let e = this._ff._inner[d];
99231
99231
  if (e == null) {
99232
99232
  c = d - 1;
99233
99233
  continue;
@@ -99248,7 +99248,7 @@ let Worksheet = /*@__PURE__*/ (() => {
99248
99248
  /**
99249
99249
  * @hidden
99250
99250
  */
99251
- _ha(a, b, c, d, e, f, g = toNullable(Number_$type, null), h = 0) {
99251
+ _hb(a, b, c, d, e, f, g = toNullable(Number_$type, null), h = 0) {
99252
99252
  let i = e.hasValue && c ? this._rows$i._aj(e.value) : null;
99253
99253
  if (i != null && i._cells$i._count > 0) {
99254
99254
  for (let j = a._ac; j <= a._ae; j++) {
@@ -99269,8 +99269,8 @@ let Worksheet = /*@__PURE__*/ (() => {
99269
99269
  /**
99270
99270
  * @hidden
99271
99271
  */
99272
- _g9() {
99273
- this._hu(null);
99272
+ _ha() {
99273
+ this._hv(null);
99274
99274
  }
99275
99275
  /**
99276
99276
  * @hidden
@@ -99313,38 +99313,38 @@ let Worksheet = /*@__PURE__*/ (() => {
99313
99313
  */
99314
99314
  static _a1() {
99315
99315
  let a = new Array(19);
99316
- 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));
99317
- 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));
99318
- ChangeInfo.f(a, 2, SheetChangeInfoContext.a(Worksheet.$, Boolean_$type, "DefaultRowHidden", 90, (b) => b._dv, (b, c) => b._dv = c, (b, c) => b._iu(c)));
99319
- ChangeInfo.f(a, 3, Worksheet._a9(Number_$type, "DeleteCellComments", 3, (b) => b.a.length, (b, c) => Worksheet._i2(b, c), null, true, true));
99320
- ChangeInfo.f(a, 4, Worksheet._a8(String_$type, "DeleteCells", 94, (b) => b.b.toString(), (b, c) => Worksheet._i3(b, c), null, true, true));
99321
- ChangeInfo.f(a, 5, Worksheet._ba(String_$type, "Hidden", 26, (b) => b.i(), (b, c) => Worksheet._i5(b, c), null, true, true));
99322
- ChangeInfo.f(a, 6, Worksheet._ba(String_$type, "Hidden", 60, (b) => b.i(), (b, c) => Worksheet._i6(b, c), null, true, true));
99323
- ChangeInfo.f(a, 7, SheetChangeInfoContext.a(Worksheet.$, WBitmap.$, "ImageBackground", 90, (b) => b._je, (b, c) => b._je = c, (b, c) => b._iz(c)));
99324
- ChangeInfo.f(a, 8, Worksheet._a8(String_$type, "InsertCells", 93, (b) => b.b.toString(), (b, c) => Worksheet._i4(b, c), null, true, true));
99325
- ChangeInfo.f(a, 9, Worksheet._ba(String_$type, "Hidden", 26, (b) => b.i(), (b, c) => Worksheet._i7(b, c), null, true, true));
99326
- ChangeInfo.f(a, 10, Worksheet._ba(String_$type, "Hidden", 60, (b) => b.i(), (b, c) => Worksheet._i8(b, c), null, true, true));
99327
- ChangeInfo.f(a, 11, SheetChangeInfoContext.a(Worksheet.$, Point_$type, "ValidationInputMessagePosition", 90, (b) => b._jg, (b, c) => b._jg = c, null, false, false));
99316
+ 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));
99317
+ 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));
99318
+ ChangeInfo.f(a, 2, SheetChangeInfoContext.a(Worksheet.$, Boolean_$type, "DefaultRowHidden", 90, (b) => b._dv, (b, c) => b._dv = c, (b, c) => b._iv(c)));
99319
+ ChangeInfo.f(a, 3, Worksheet._a9(Number_$type, "DeleteCellComments", 3, (b) => b.a.length, (b, c) => Worksheet._i3(b, c), null, true, true));
99320
+ ChangeInfo.f(a, 4, Worksheet._a8(String_$type, "DeleteCells", 94, (b) => b.b.toString(), (b, c) => Worksheet._i4(b, c), null, true, true));
99321
+ ChangeInfo.f(a, 5, Worksheet._ba(String_$type, "Hidden", 26, (b) => b.i(), (b, c) => Worksheet._i6(b, c), null, true, true));
99322
+ ChangeInfo.f(a, 6, Worksheet._ba(String_$type, "Hidden", 60, (b) => b.i(), (b, c) => Worksheet._i7(b, c), null, true, true));
99323
+ ChangeInfo.f(a, 7, SheetChangeInfoContext.a(Worksheet.$, WBitmap.$, "ImageBackground", 90, (b) => b._jf, (b, c) => b._jf = c, (b, c) => b._i0(c)));
99324
+ ChangeInfo.f(a, 8, Worksheet._a8(String_$type, "InsertCells", 93, (b) => b.b.toString(), (b, c) => Worksheet._i5(b, c), null, true, true));
99325
+ ChangeInfo.f(a, 9, Worksheet._ba(String_$type, "Hidden", 26, (b) => b.i(), (b, c) => Worksheet._i8(b, c), null, true, true));
99326
+ ChangeInfo.f(a, 10, Worksheet._ba(String_$type, "Hidden", 60, (b) => b.i(), (b, c) => Worksheet._i9(b, c), null, true, true));
99327
+ ChangeInfo.f(a, 11, SheetChangeInfoContext.a(Worksheet.$, Point_$type, "ValidationInputMessagePosition", 90, (b) => b._jh, (b, c) => b._jh = c, null, false, false));
99328
99328
  ChangeInfo.f(a, 12, Worksheet._bc(Base.$, "SharedFormulaGroupRemoved", (b) => null, (b, c) => b.d()));
99329
99329
  ChangeInfo.f(a, 13, Worksheet._bd(Base.$, "SharedFormulasShift", (b) => null, (b, c) => b.e()));
99330
99330
  ChangeInfo.f(a, 14, Worksheet._bb(Base.$, "ResizeColumns", (b) => null, (b, c) => b.f()));
99331
99331
  ChangeInfo.f(a, 15, Worksheet._bb(Base.$, "ResizeRows", (b) => null, (b, c) => b.f()));
99332
- 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));
99333
- 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));
99334
- 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));
99332
+ 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));
99333
+ 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));
99334
+ 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));
99335
99335
  return a;
99336
99336
  }
99337
99337
  /**
99338
99338
  * @hidden
99339
99339
  */
99340
- _hj(a) {
99341
- let b = this._fe._inner[a];
99340
+ _hk(a) {
99341
+ let b = this._ff._inner[a];
99342
99342
  if (a == 0) {
99343
99343
  b.s -= b.r;
99344
99344
  b.r = 0;
99345
99345
  }
99346
- for (let c = a + 1; c < this._fe.count; c++) {
99347
- let d = this._fe._inner[c];
99346
+ for (let c = a + 1; c < this._ff.count; c++) {
99347
+ let d = this._ff._inner[c];
99348
99348
  let e = d.u;
99349
99349
  d.r = (b.s + 1);
99350
99350
  d.s = (d.r + e - 1);
@@ -99353,7 +99353,7 @@ let Worksheet = /*@__PURE__*/ (() => {
99353
99353
  if (b.s < this.workbook._ff - 1 && false == b.l) {
99354
99354
  b = this._ca((b.s + 1));
99355
99355
  if (b != this._cd(b.r)) {
99356
- b = this._ff._inner[this._ff.count - 1];
99356
+ b = this._fg._inner[this._fg.count - 1];
99357
99357
  }
99358
99358
  }
99359
99359
  b.s = (this.workbook._ff - 1);
@@ -99361,33 +99361,33 @@ let Worksheet = /*@__PURE__*/ (() => {
99361
99361
  /**
99362
99362
  * @hidden
99363
99363
  */
99364
- _f8(a, b, c, d) {
99364
+ _f9(a, b, c, d) {
99365
99365
  let e;
99366
99366
  let f = this.workbook._ff;
99367
99367
  if (a == 0) {
99368
- d = this._fe._inner[0];
99368
+ d = this._ff._inner[0];
99369
99369
  if (c) {
99370
99370
  if (d.l) {
99371
99371
  d.s = Math.min(d.s + b, f - 1);
99372
99372
  }
99373
99373
  else {
99374
99374
  d = new WorksheetColumnBlock(0, a, (a + b - 1), this.workbook._ca._p);
99375
- this._fe.insert(0, d);
99375
+ this._ff.insert(0, d);
99376
99376
  }
99377
99377
  }
99378
99378
  e = 0;
99379
99379
  }
99380
99380
  else {
99381
99381
  if (c) {
99382
- e = this._fu((a - 1));
99382
+ e = this._fv((a - 1));
99383
99383
  }
99384
99384
  else {
99385
- e = this._fu(a);
99385
+ e = this._fv(a);
99386
99386
  }
99387
99387
  if (e < 0) {
99388
99388
  e = (~e - 1);
99389
99389
  }
99390
- d = this._fe._inner[e];
99390
+ d = this._ff._inner[e];
99391
99391
  if (c) {
99392
99392
  d.s = Math.min(d.s + b, f - 1);
99393
99393
  }
@@ -99400,7 +99400,7 @@ let Worksheet = /*@__PURE__*/ (() => {
99400
99400
  /**
99401
99401
  * @hidden
99402
99402
  */
99403
- _hk(a, b, c, d, e, f) {
99403
+ _hl(a, b, c, d, e, f) {
99404
99404
  if (WorksheetCell.l_op_Inequality(c, null) && c.worksheet == null) {
99405
99405
  throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_CellShiftedOffWorksheet"), "originCell");
99406
99406
  }
@@ -99413,7 +99413,7 @@ let Worksheet = /*@__PURE__*/ (() => {
99413
99413
  let h;
99414
99414
  let i;
99415
99415
  let j;
99416
- let k = this._hl(a, b, c, g, h, i, j);
99416
+ let k = this._hm(a, b, c, g, h, i, j);
99417
99417
  g = k.p3;
99418
99418
  h = k.p4;
99419
99419
  i = k.p5;
@@ -99516,7 +99516,7 @@ let Worksheet = /*@__PURE__*/ (() => {
99516
99516
  /**
99517
99517
  * @hidden
99518
99518
  */
99519
- _hl(a, b, c, d, e, f, g) {
99519
+ _hm(a, b, c, d, e, f, g) {
99520
99520
  if (EnumUtil.isDefined(CellReferenceMode_$type, enumGetBox(CellReferenceMode_$type, b)) == false) {
99521
99521
  throw new InvalidEnumArgumentException("cellReferenceMode", b, CellReferenceMode_$type);
99522
99522
  }
@@ -99553,13 +99553,13 @@ let Worksheet = /*@__PURE__*/ (() => {
99553
99553
  /**
99554
99554
  * @hidden
99555
99555
  */
99556
- static _gf(a) {
99556
+ static _gg(a) {
99557
99557
  return truncate(Math.ceil(a / 4)) * 2 + 1;
99558
99558
  }
99559
99559
  /**
99560
99560
  * @hidden
99561
99561
  */
99562
- _hp(a, b, c, d) {
99562
+ _hq(a, b, c, d) {
99563
99563
  let e = c ? this._rows$i.maxCount : this._columns$i.maxCount;
99564
99564
  let f = !nullableIsNull(a) ? a.value : 0;
99565
99565
  let g = !nullableIsNull(b) ? b.value : (nullableEquals(a, null) ? e : 1);
@@ -99578,10 +99578,10 @@ let Worksheet = /*@__PURE__*/ (() => {
99578
99578
  if (this._dz(c)) {
99579
99579
  k = c ? WorksheetElementResizeContext.e(this, f, h, toNullable(Boolean_$type, d), i) : WorksheetElementResizeContext.c(this, f, h, d);
99580
99580
  if (c) {
99581
- this._ix(true, false);
99581
+ this._iy(true, false);
99582
99582
  }
99583
99583
  else {
99584
- this._iv(true, false);
99584
+ this._iw(true, false);
99585
99585
  }
99586
99586
  }
99587
99587
  let l = k != null ? k.i : (c ? WorksheetElementResizeContext.n(this, f, h, toNullable(Boolean_$type, d), i) : WorksheetElementResizeContext.k(this, f, h, d));
@@ -99595,9 +99595,9 @@ let Worksheet = /*@__PURE__*/ (() => {
99595
99595
  r = this.workbook._df;
99596
99596
  this.workbook._df = true;
99597
99597
  }
99598
- this._i0(o, false);
99598
+ this._i1(o, false);
99599
99599
  if (i) {
99600
- this._iu(d, false);
99600
+ this._iv(d, false);
99601
99601
  }
99602
99602
  if (c) {
99603
99603
  if (this._dv == d) {
@@ -99614,7 +99614,7 @@ let Worksheet = /*@__PURE__*/ (() => {
99614
99614
  else {
99615
99615
  this._cc(f, f);
99616
99616
  this._cc(h, h);
99617
- for (let u of fromEnum(this._ff)) {
99617
+ for (let u of fromEnum(this._fg)) {
99618
99618
  if (f <= u.r && u.s <= h) {
99619
99619
  u.j = d;
99620
99620
  }
@@ -99622,14 +99622,14 @@ let Worksheet = /*@__PURE__*/ (() => {
99622
99622
  }
99623
99623
  if (k != null) {
99624
99624
  if (c) {
99625
- this._ix(false, false);
99625
+ this._iy(false, false);
99626
99626
  }
99627
99627
  else {
99628
- this._iv(false, false);
99628
+ this._iw(false, false);
99629
99629
  }
99630
99630
  k.y();
99631
99631
  }
99632
- this._i0(null, false);
99632
+ this._i1(null, false);
99633
99633
  if (this.workbook != null) {
99634
99634
  this.workbook._df = r;
99635
99635
  }
@@ -99641,15 +99641,15 @@ let Worksheet = /*@__PURE__*/ (() => {
99641
99641
  /**
99642
99642
  * @hidden
99643
99643
  */
99644
- _hu(a) {
99645
- if (this._fa == null) {
99644
+ _hv(a) {
99645
+ if (this._fb == null) {
99646
99646
  return;
99647
99647
  }
99648
99648
  let b = null;
99649
- for (let c = this._fa.count - 1; c >= 0; c--) {
99650
- let d = ExcelUtils.d0(this._fa._inner[c]);
99649
+ for (let c = this._fb.count - 1; c >= 0; c--) {
99650
+ let d = ExcelUtils.d0(this._fb._inner[c]);
99651
99651
  if (d == null) {
99652
- this._fa.removeAt(c);
99652
+ this._fb.removeAt(c);
99653
99653
  continue;
99654
99654
  }
99655
99655
  if (a != null) {
@@ -99657,7 +99657,7 @@ let Worksheet = /*@__PURE__*/ (() => {
99657
99657
  let f = a(d, e);
99658
99658
  e = f.p1;
99659
99659
  if (e) {
99660
- this._fa.removeAt(c);
99660
+ this._fb.removeAt(c);
99661
99661
  if (d.worksheet != null) {
99662
99662
  if (b == null) {
99663
99663
  b = new List$1(WorksheetRegion.$, 0);
@@ -99671,7 +99671,7 @@ let Worksheet = /*@__PURE__*/ (() => {
99671
99671
  for (let g = 0; g < b.count; g++) {
99672
99672
  let h = b._inner[g];
99673
99673
  let i;
99674
- let j = this._g5(h, i, true);
99674
+ let j = this._g6(h, i, true);
99675
99675
  i = j.p1;
99676
99676
  }
99677
99677
  }
@@ -99679,16 +99679,16 @@ let Worksheet = /*@__PURE__*/ (() => {
99679
99679
  /**
99680
99680
  * @hidden
99681
99681
  */
99682
- _h1() {
99682
+ _h2() {
99683
99683
  if (this._bw == null) {
99684
99684
  return;
99685
99685
  }
99686
- this._iq(this._bw.c, this._bw.a, this._bw.b, false);
99686
+ this._ir(this._bw.c, this._bw.a, this._bw.b, false);
99687
99687
  }
99688
99688
  /**
99689
99689
  * @hidden
99690
99690
  */
99691
- _id(a, b) {
99691
+ _ie(a, b) {
99692
99692
  let c = b.b;
99693
99693
  if (c != null) {
99694
99694
  GenericCacheElementEx.q(WorksheetCellFormatData.$, c);
@@ -99696,61 +99696,61 @@ let Worksheet = /*@__PURE__*/ (() => {
99696
99696
  b.b = c._bu();
99697
99697
  }
99698
99698
  }
99699
- this._fe.removeAt(a);
99699
+ this._ff.removeAt(a);
99700
99700
  }
99701
99701
  /**
99702
99702
  * @hidden
99703
99703
  */
99704
- static _i4(a, b) {
99704
+ static _i5(a, b) {
99705
99705
  let c = a.b;
99706
- a.sheet._hf(c, a.c, toNullable(Worksheet_CellInsertDeleteChangeContext.$, a));
99706
+ a.sheet._hg(c, a.c, toNullable(Worksheet_CellInsertDeleteChangeContext.$, a));
99707
99707
  }
99708
99708
  /**
99709
99709
  * @hidden
99710
99710
  */
99711
- static _i2(a, b) {
99711
+ static _i3(a, b) {
99712
99712
  if (a.b._dn) {
99713
99713
  a.b._ay = a.a;
99714
99714
  }
99715
99715
  else {
99716
- a.b._h6(a.a, true);
99716
+ a.b._h7(a.a, true);
99717
99717
  }
99718
99718
  }
99719
99719
  /**
99720
99720
  * @hidden
99721
99721
  */
99722
- static _i3(a, b) {
99722
+ static _i4(a, b) {
99723
99723
  let c = a.b;
99724
- a.sheet._hs(c, a.c, toNullable(Worksheet_CellInsertDeleteChangeContext.$, a));
99724
+ a.sheet._ht(c, a.c, toNullable(Worksheet_CellInsertDeleteChangeContext.$, a));
99725
99725
  }
99726
99726
  /**
99727
99727
  * @hidden
99728
99728
  */
99729
- static _i5(a, b) {
99729
+ static _i6(a, b) {
99730
99730
  a.j(Worksheet._ax[9], false);
99731
99731
  }
99732
99732
  /**
99733
99733
  * @hidden
99734
99734
  */
99735
- static _i6(a, b) {
99735
+ static _i7(a, b) {
99736
99736
  a.j(Worksheet._ax[10], false);
99737
99737
  }
99738
99738
  /**
99739
99739
  * @hidden
99740
99740
  */
99741
- static _i7(a, b) {
99741
+ static _i8(a, b) {
99742
99742
  a.j(Worksheet._ax[5], true);
99743
99743
  }
99744
99744
  /**
99745
99745
  * @hidden
99746
99746
  */
99747
- static _i8(a, b) {
99747
+ static _i9(a, b) {
99748
99748
  a.j(Worksheet._ax[6], true);
99749
99749
  }
99750
99750
  /**
99751
99751
  * @hidden
99752
99752
  */
99753
- static _jb(a) {
99753
+ static _jc(a) {
99754
99754
  for (let b of fromEnum(a.ChildShapes)) {
99755
99755
  let c = typeCast(WorksheetShapeWithText.$, b);
99756
99756
  if (c != null && c.text != null) {
@@ -99758,7 +99758,7 @@ let Worksheet = /*@__PURE__*/ (() => {
99758
99758
  }
99759
99759
  let d = typeCast(WorksheetShapeGroupBase.$, b);
99760
99760
  if (d != null) {
99761
- Worksheet._jb(d);
99761
+ Worksheet._jc(d);
99762
99762
  }
99763
99763
  }
99764
99764
  }
@@ -99858,15 +99858,15 @@ let Worksheet = /*@__PURE__*/ (() => {
99858
99858
  * @see [[Workbook.pixelsToCharacterWidth256ths]]
99859
99859
  */
99860
99860
  get defaultColumnWidth() {
99861
- return this._fx;
99861
+ return this._fy;
99862
99862
  }
99863
99863
  set defaultColumnWidth(a) {
99864
- this._ir(a, true);
99864
+ this._is(a, true);
99865
99865
  }
99866
99866
  /**
99867
99867
  * @hidden
99868
99868
  */
99869
- _ir(a, b) {
99869
+ _is(a, b) {
99870
99870
  if (a < 0) {
99871
99871
  a = 0;
99872
99872
  }
@@ -99877,24 +99877,24 @@ let Worksheet = /*@__PURE__*/ (() => {
99877
99877
  let c = null;
99878
99878
  if (this._dz(false)) {
99879
99879
  let d = WorksheetElementResizeContext.l(this, 0, this._columns$i.maxCount - 1);
99880
- c = WorksheetElementResizeContext.d(this, d, false, this._fx);
99880
+ c = WorksheetElementResizeContext.d(this, d, false, this._fy);
99881
99881
  }
99882
99882
  let e = null;
99883
99883
  if (b) {
99884
- e = this._g4(90, "DefaultColumnWidth");
99885
- this._i0(new WorksheetResizeInfo(), true);
99884
+ e = this._g5(90, "DefaultColumnWidth");
99885
+ this._i1(new WorksheetResizeInfo(), true);
99886
99886
  }
99887
99887
  if (c != null) {
99888
- this._iv(true, b);
99888
+ this._iw(true, b);
99889
99889
  }
99890
- this._is(a, b);
99890
+ this._it(a, b);
99891
99891
  if (c != null) {
99892
99892
  c.y();
99893
- this._iv(false, b);
99893
+ this._iw(false, b);
99894
99894
  }
99895
99895
  if (b) {
99896
- this._i0(null, true);
99897
- this._h4(e);
99896
+ this._i1(null, true);
99897
+ this._h5(e);
99898
99898
  }
99899
99899
  else {
99900
99900
  }
@@ -99903,12 +99903,12 @@ let Worksheet = /*@__PURE__*/ (() => {
99903
99903
  /**
99904
99904
  * @hidden
99905
99905
  */
99906
- _is(a, b) {
99906
+ _it(a, b) {
99907
99907
  if (b) {
99908
99908
  Worksheet._ax[0].h(SheetChangeInfoContext.$, Number_$type, this._h, a);
99909
99909
  return;
99910
99910
  }
99911
- this._fx = a;
99911
+ this._fy = a;
99912
99912
  this._bw = new Worksheet_SetColumnWidthInfo(a, 1, false);
99913
99913
  }
99914
99914
  /**
@@ -99925,28 +99925,28 @@ let Worksheet = /*@__PURE__*/ (() => {
99925
99925
  * @throws [[ArgumentOutOfRangeException]] The value assigned is outside the value range of -1 and 8192.
99926
99926
  */
99927
99927
  get defaultRowHeight() {
99928
- if (this._f0 < 0) {
99929
- return this._gp;
99928
+ if (this._f1 < 0) {
99929
+ return this._gq;
99930
99930
  }
99931
- return this._f0;
99931
+ return this._f1;
99932
99932
  }
99933
99933
  set defaultRowHeight(a) {
99934
- if (this._f0 != a) {
99934
+ if (this._f1 != a) {
99935
99935
  if (a < -1 || 8192 < a) {
99936
99936
  throw ExcelUtils.w("value", a, ExcelUtils.eh("LE_ArgumentOutOfRangeException_DefaultRowHeight"));
99937
99937
  }
99938
99938
  let b = null;
99939
99939
  if (this._dz(true)) {
99940
99940
  let c = WorksheetElementResizeContext.m(this, 0, this._rows$i.maxCount - 1);
99941
- b = WorksheetElementResizeContext.d(this, c, true, this._f0);
99941
+ b = WorksheetElementResizeContext.d(this, c, true, this._f1);
99942
99942
  }
99943
- let d = this._g4(90, "DefaultRowHeight");
99944
- this._i0(new WorksheetResizeInfo(), true);
99943
+ let d = this._g5(90, "DefaultRowHeight");
99944
+ this._i1(new WorksheetResizeInfo(), true);
99945
99945
  if (b != null) {
99946
- this._ix(true, true);
99946
+ this._iy(true, true);
99947
99947
  }
99948
- let e = this._f0;
99949
- this._it(a, true);
99948
+ let e = this._f1;
99949
+ this._iu(a, true);
99950
99950
  for (let f of fromEnum(this._rows$i)) {
99951
99951
  if (f.height < 0 || f.height == e) {
99952
99952
  f.height = a;
@@ -99957,28 +99957,28 @@ let Worksheet = /*@__PURE__*/ (() => {
99957
99957
  }
99958
99958
  if (b != null) {
99959
99959
  b.y();
99960
- this._ix(false, true);
99960
+ this._iy(false, true);
99961
99961
  }
99962
- this._i0(null, true);
99963
- this._h4(d);
99962
+ this._i1(null, true);
99963
+ this._h5(d);
99964
99964
  }
99965
99965
  }
99966
99966
  /**
99967
99967
  * @hidden
99968
99968
  */
99969
- _it(a, b) {
99969
+ _iu(a, b) {
99970
99970
  if (b) {
99971
99971
  Worksheet._ax[1].h(SheetChangeInfoContext.$, Number_$type, this._h, a);
99972
99972
  return;
99973
99973
  }
99974
- this._f0 = a;
99974
+ this._f1 = a;
99975
99975
  this._rows$i._av();
99976
99976
  }
99977
99977
  /**
99978
99978
  * @hidden
99979
99979
  */
99980
99980
  get _d4() {
99981
- return 0 <= this._f0;
99981
+ return 0 <= this._f1;
99982
99982
  }
99983
99983
  /**
99984
99984
  * Gets the object which controls the display of the worksheet.
@@ -100026,22 +100026,22 @@ let Worksheet = /*@__PURE__*/ (() => {
100026
100026
  /**
100027
100027
  * @hidden
100028
100028
  */
100029
- get _je() {
100030
- return ExcelUtils.g9(this._jd);
100029
+ get _jf() {
100030
+ return ExcelUtils.g9(this._je);
100031
100031
  }
100032
100032
  /**
100033
100033
  * @hidden
100034
100034
  */
100035
- set _je(a) {
100036
- if (a != ExcelUtils.g9(this._jd)) {
100035
+ set _jf(a) {
100036
+ if (a != ExcelUtils.g9(this._je)) {
100037
100037
  Worksheet._ax[7].h(SheetChangeInfoContext.$, WBitmap.$, this._h, a);
100038
100038
  }
100039
100039
  }
100040
100040
  /**
100041
100041
  * @hidden
100042
100042
  */
100043
- _iz(a) {
100044
- this._jd = ExcelUtils.g8(a);
100043
+ _i0(a) {
100044
+ this._je = ExcelUtils.g8(a);
100045
100045
  this._dh = null;
100046
100046
  }
100047
100047
  /**
@@ -100203,80 +100203,80 @@ let Worksheet = /*@__PURE__*/ (() => {
100203
100203
  /**
100204
100204
  * @hidden
100205
100205
  */
100206
- get _es() {
100207
- if (this._er == null) {
100208
- this._er = new Dictionary$2(WorksheetCellAddress.$, WorksheetMergedCellsRegion.$, 0);
100206
+ get _et() {
100207
+ if (this._es == null) {
100208
+ this._es = new Dictionary$2(WorksheetCellAddress.$, WorksheetMergedCellsRegion.$, 0);
100209
100209
  }
100210
- return this._er;
100210
+ return this._es;
100211
100211
  }
100212
100212
  /**
100213
100213
  * @hidden
100214
100214
  */
100215
100215
  get _d1() {
100216
- return this._er != null && this._er.count > 0;
100216
+ return this._es != null && this._es.count > 0;
100217
100217
  }
100218
100218
  /**
100219
100219
  * @hidden
100220
100220
  */
100221
- get _fc() {
100222
- if (this._fb == null) {
100223
- this._fb = new List$1(CellShiftOperation.$, 0);
100221
+ get _fd() {
100222
+ if (this._fc == null) {
100223
+ this._fc = new List$1(CellShiftOperation.$, 0);
100224
100224
  }
100225
- return this._fb;
100225
+ return this._fc;
100226
100226
  }
100227
100227
  /**
100228
100228
  * @hidden
100229
100229
  */
100230
- get _fv() {
100231
- if (this._fb == null) {
100230
+ get _fw() {
100231
+ if (this._fc == null) {
100232
100232
  return 0;
100233
100233
  }
100234
- return this._fb.count;
100234
+ return this._fc.count;
100235
100235
  }
100236
100236
  /**
100237
100237
  * @hidden
100238
100238
  */
100239
- get _eu() {
100240
- if (this._et == null) {
100241
- this._et = new Dictionary$2(WorksheetCellAddress.$, WorksheetCellComment.$, 0);
100239
+ get _ev() {
100240
+ if (this._eu == null) {
100241
+ this._eu = new Dictionary$2(WorksheetCellAddress.$, WorksheetCellComment.$, 0);
100242
100242
  }
100243
- return this._et;
100243
+ return this._eu;
100244
100244
  }
100245
100245
  /**
100246
100246
  * @hidden
100247
100247
  */
100248
100248
  get _d2() {
100249
- return this._et != null && this._et.count > 0;
100249
+ return this._eu != null && this._eu.count > 0;
100250
100250
  }
100251
100251
  /**
100252
100252
  * @hidden
100253
100253
  */
100254
- get _ew() {
100255
- if (this._ev == null) {
100256
- this._ev = new Dictionary$2(ValueTuple$2.$.specialize(WorksheetRow.$, Number_$type), Base.$, 0);
100254
+ get _ex() {
100255
+ if (this._ew == null) {
100256
+ this._ew = new Dictionary$2(ValueTuple$2.$.specialize(WorksheetRow.$, Number_$type), Base.$, 0);
100257
100257
  }
100258
- return this._ev;
100258
+ return this._ew;
100259
100259
  }
100260
100260
  /**
100261
100261
  * @hidden
100262
100262
  */
100263
100263
  get _d3() {
100264
- return this._ev != null && this._ev.count > 0;
100264
+ return this._ew != null && this._ew.count > 0;
100265
100265
  }
100266
100266
  /**
100267
100267
  * @hidden
100268
100268
  */
100269
- get _fd() {
100270
- if (this._e4 == null) {
100271
- this._e4 = new List$1(WorksheetCell.$, 0);
100269
+ get _fe() {
100270
+ if (this._e5 == null) {
100271
+ this._e5 = new List$1(WorksheetCell.$, 0);
100272
100272
  }
100273
- return this._e4;
100273
+ return this._e5;
100274
100274
  }
100275
100275
  /**
100276
100276
  * @hidden
100277
100277
  */
100278
- get _ff() {
100279
- return this._fe;
100278
+ get _fg() {
100279
+ return this._ff;
100280
100280
  }
100281
100281
  /**
100282
100282
  * @hidden
@@ -100295,9 +100295,9 @@ let Worksheet = /*@__PURE__*/ (() => {
100295
100295
  */
100296
100296
  get _b3() {
100297
100297
  let a = 0;
100298
- let b = this._ff.count == 0 ? null : this._ff._inner[0].b;
100299
- for (let c = 0; c < this._ff.count; c++) {
100300
- let d = this._ff._inner[c];
100298
+ let b = this._fg.count == 0 ? null : this._fg._inner[0].b;
100299
+ for (let c = 0; c < this._fg.count; c++) {
100300
+ let d = this._fg._inner[c];
100301
100301
  if (a <= d.u) {
100302
100302
  a = d.u;
100303
100303
  b = d.b;
@@ -100323,9 +100323,9 @@ let Worksheet = /*@__PURE__*/ (() => {
100323
100323
  /**
100324
100324
  * @hidden
100325
100325
  */
100326
- get _gp() {
100327
- if (this._go == 0 || this._gq != this.workbook._fp) {
100328
- this._gq = this.workbook._fp;
100326
+ get _gq() {
100327
+ if (this._gp == 0 || this._gr != this.workbook._fp) {
100328
+ this._gr = this.workbook._fp;
100329
100329
  let a = this.workbook._styles$i.normalStyle._i;
100330
100330
  let b = a._df;
100331
100331
  let c = a._cq;
@@ -100335,7 +100335,7 @@ let Worksheet = /*@__PURE__*/ (() => {
100335
100335
  let g = f != null ? f._bq : null;
100336
100336
  let h = g || Workbook._br(f);
100337
100337
  try {
100338
- for (let i of fromEnum(this._ff)) {
100338
+ for (let i of fromEnum(this._fg)) {
100339
100339
  let j = i.b;
100340
100340
  let k = j._df;
100341
100341
  let l = j._cq;
@@ -100358,15 +100358,15 @@ let Worksheet = /*@__PURE__*/ (() => {
100358
100358
  if (this._ds) {
100359
100359
  d++;
100360
100360
  }
100361
- this._go = Math.min(truncate(Workbook._ep(this.workbook, d, true)), 8192);
100361
+ this._gp = Math.min(truncate(Workbook._ep(this.workbook, d, true)), 8192);
100362
100362
  }
100363
- return this._go;
100363
+ return this._gp;
100364
100364
  }
100365
100365
  /**
100366
100366
  * @hidden
100367
100367
  */
100368
- _ij() {
100369
- this._go = 0;
100368
+ _ik() {
100369
+ this._gp = 0;
100370
100370
  }
100371
100371
  /**
100372
100372
  * @hidden
@@ -100382,7 +100382,7 @@ let Worksheet = /*@__PURE__*/ (() => {
100382
100382
  return;
100383
100383
  }
100384
100384
  this._dj = a;
100385
- this._ij();
100385
+ this._ik();
100386
100386
  }
100387
100387
  /**
100388
100388
  * @hidden
@@ -100398,7 +100398,7 @@ let Worksheet = /*@__PURE__*/ (() => {
100398
100398
  return;
100399
100399
  }
100400
100400
  this._dk = a;
100401
- this._ij();
100401
+ this._ik();
100402
100402
  }
100403
100403
  /**
100404
100404
  * @hidden
@@ -100418,7 +100418,7 @@ let Worksheet = /*@__PURE__*/ (() => {
100418
100418
  /**
100419
100419
  * @hidden
100420
100420
  */
100421
- _iu(a, b = true) {
100421
+ _iv(a, b = true) {
100422
100422
  if (this._dv == a) {
100423
100423
  return;
100424
100424
  }
@@ -100441,18 +100441,18 @@ let Worksheet = /*@__PURE__*/ (() => {
100441
100441
  /**
100442
100442
  * @hidden
100443
100443
  */
100444
- _iv(a, b) {
100444
+ _iw(a, b) {
100445
100445
  if (b) {
100446
100446
  Worksheet._ax[18].h(SheetChangeInfoContext.$, Boolean_$type, this._h, a);
100447
100447
  }
100448
100448
  else {
100449
- this._iw(a);
100449
+ this._ix(a);
100450
100450
  }
100451
100451
  }
100452
100452
  /**
100453
100453
  * @hidden
100454
100454
  */
100455
- _iw(a) {
100455
+ _ix(a) {
100456
100456
  this._dl = a;
100457
100457
  }
100458
100458
  /**
@@ -100464,18 +100464,18 @@ let Worksheet = /*@__PURE__*/ (() => {
100464
100464
  /**
100465
100465
  * @hidden
100466
100466
  */
100467
- _ix(a, b) {
100467
+ _iy(a, b) {
100468
100468
  if (b) {
100469
100469
  Worksheet._ax[17].h(SheetChangeInfoContext.$, Boolean_$type, this._h, a);
100470
100470
  }
100471
100471
  else {
100472
- this._iy(a);
100472
+ this._iz(a);
100473
100473
  }
100474
100474
  }
100475
100475
  /**
100476
100476
  * @hidden
100477
100477
  */
100478
- _iy(a) {
100478
+ _iz(a) {
100479
100479
  this._dm = a;
100480
100480
  }
100481
100481
  /**
@@ -100511,43 +100511,49 @@ let Worksheet = /*@__PURE__*/ (() => {
100511
100511
  if (this._t) {
100512
100512
  return false;
100513
100513
  }
100514
- return (this._db != null && this._db.count != 0) || (this._et != null && this._et.count != 0);
100514
+ return (this._db != null && this._db.count != 0) || (this._eu != null && this._eu.count != 0);
100515
100515
  }
100516
100516
  /**
100517
100517
  * @hidden
100518
100518
  */
100519
100519
  get _ea() {
100520
- return this._eq.count != 0;
100520
+ return this._er.count != 0;
100521
100521
  }
100522
100522
  /**
100523
100523
  * @hidden
100524
100524
  */
100525
100525
  get _eb() {
100526
- return this._e6 != null && this._e6.count != 0;
100526
+ return this._e7 != null && this._e7.count != 0;
100527
100527
  }
100528
100528
  /**
100529
100529
  * @hidden
100530
100530
  */
100531
- get _gl() {
100531
+ get _gm() {
100532
100532
  return 9;
100533
100533
  }
100534
100534
  /**
100535
100535
  * @hidden
100536
100536
  */
100537
- get _ee() {
100537
+ get _ef() {
100538
100538
  return this._dn;
100539
100539
  }
100540
100540
  /**
100541
100541
  * @hidden
100542
100542
  */
100543
- get _g3() {
100544
- return this._g2;
100543
+ get _ee() {
100544
+ return this._bl.region != null;
100545
100545
  }
100546
100546
  /**
100547
100547
  * @hidden
100548
100548
  */
100549
- set _g3(a) {
100550
- this._g2 = a;
100549
+ get _g4() {
100550
+ return this._g3;
100551
+ }
100552
+ /**
100553
+ * @hidden
100554
+ */
100555
+ set _g4(a) {
100556
+ this._g3 = a;
100551
100557
  }
100552
100558
  /**
100553
100559
  * @hidden
@@ -100570,18 +100576,18 @@ let Worksheet = /*@__PURE__*/ (() => {
100570
100576
  /**
100571
100577
  * @hidden
100572
100578
  */
100573
- _i0(a, b) {
100579
+ _i1(a, b) {
100574
100580
  if (b) {
100575
100581
  Worksheet._ax[16].h(SheetChangeInfoContext.$, WorksheetResizeInfo.$, this._h, a);
100576
100582
  }
100577
100583
  else {
100578
- this._i1(a);
100584
+ this._i2(a);
100579
100585
  }
100580
100586
  }
100581
100587
  /**
100582
100588
  * @hidden
100583
100589
  */
100584
- _i1(a) {
100590
+ _i2(a) {
100585
100591
  if (this._c5 != null) {
100586
100592
  this._c5.h();
100587
100593
  }
@@ -100617,35 +100623,35 @@ let Worksheet = /*@__PURE__*/ (() => {
100617
100623
  /**
100618
100624
  * @hidden
100619
100625
  */
100620
- get _ek() {
100621
- return this._ej;
100626
+ get _el() {
100627
+ return this._ek;
100622
100628
  }
100623
100629
  /**
100624
100630
  * @hidden
100625
100631
  */
100626
- set _ek(a) {
100627
- this._ej = a;
100632
+ set _el(a) {
100633
+ this._ek = a;
100628
100634
  }
100629
100635
  /**
100630
100636
  * @hidden
100631
100637
  */
100632
- get _em() {
100633
- return this._el;
100638
+ get _en() {
100639
+ return this._em;
100634
100640
  }
100635
100641
  /**
100636
100642
  * @hidden
100637
100643
  */
100638
- set _em(a) {
100639
- this._el = a;
100644
+ set _en(a) {
100645
+ this._em = a;
100640
100646
  }
100641
100647
  /**
100642
100648
  * @hidden
100643
100649
  */
100644
- static get _fh() {
100645
- if (Worksheet._e7 == null) {
100646
- Worksheet._e7 = new List$1(Tuple$3.$.specialize(Worksheet.$, WorksheetRegionAddress.$, String_$type), 0);
100650
+ static get _fi() {
100651
+ if (Worksheet._e8 == null) {
100652
+ Worksheet._e8 = new List$1(Tuple$3.$.specialize(Worksheet.$, WorksheetRegionAddress.$, String_$type), 0);
100647
100653
  }
100648
- return Worksheet._e7;
100654
+ return Worksheet._e8;
100649
100655
  }
100650
100656
  /**
100651
100657
  * @hidden
@@ -100668,32 +100674,32 @@ let Worksheet = /*@__PURE__*/ (() => {
100668
100674
  /**
100669
100675
  * @hidden
100670
100676
  */
100671
- get _jg() {
100672
- return this._jf;
100677
+ get _jh() {
100678
+ return this._jg;
100673
100679
  }
100674
100680
  /**
100675
100681
  * @hidden
100676
100682
  */
100677
- set _jg(a) {
100678
- if (PointUtil.equals(this._jg, a)) {
100683
+ set _jh(a) {
100684
+ if (PointUtil.equals(this._jh, a)) {
100679
100685
  return;
100680
100686
  }
100681
- let b = Worksheet._ax[11].g(SheetChangeInfoContext.$, Point_$type, this._h, this._jf, a);
100682
- this._jf = b.p1;
100687
+ let b = Worksheet._ax[11].g(SheetChangeInfoContext.$, Point_$type, this._h, this._jg, a);
100688
+ this._jg = b.p1;
100683
100689
  }
100684
100690
  /**
100685
100691
  * @hidden
100686
100692
  */
100687
- get _fi() {
100688
- if (this._e9 == null) {
100689
- this._e9 = new List$1(WorksheetCell.$, 0);
100693
+ get _fj() {
100694
+ if (this._fa == null) {
100695
+ this._fa = new List$1(WorksheetCell.$, 0);
100690
100696
  }
100691
- return this._e9;
100697
+ return this._fa;
100692
100698
  }
100693
100699
  /**
100694
100700
  * @hidden
100695
100701
  */
100696
- get _g0() {
100702
+ get _g1() {
100697
100703
  if (this.workbook == null) {
100698
100704
  return 7;
100699
100705
  }
@@ -100704,83 +100710,83 @@ let Worksheet = /*@__PURE__*/ (() => {
100704
100710
  /**
100705
100711
  * @hidden
100706
100712
  */
100707
- Worksheet._fz = 0;
100713
+ Worksheet._f0 = 0;
100708
100714
  /**
100709
100715
  * @hidden
100710
100716
  */
100711
- Worksheet._f2 = 1;
100717
+ Worksheet._f3 = 1;
100712
100718
  /**
100713
100719
  * @hidden
100714
100720
  */
100715
- Worksheet._f3 = 2;
100721
+ Worksheet._f4 = 2;
100716
100722
  /**
100717
100723
  * @hidden
100718
100724
  */
100719
- Worksheet._f4 = 3;
100725
+ Worksheet._f5 = 3;
100720
100726
  /**
100721
100727
  * @hidden
100722
100728
  */
100723
- Worksheet._f5 = 4;
100729
+ Worksheet._f6 = 4;
100724
100730
  /**
100725
100731
  * @hidden
100726
100732
  */
100727
- Worksheet._gi = 5;
100733
+ Worksheet._gj = 5;
100728
100734
  /**
100729
100735
  * @hidden
100730
100736
  */
100731
- Worksheet._gj = 6;
100737
+ Worksheet._gk = 6;
100732
100738
  /**
100733
100739
  * @hidden
100734
100740
  */
100735
- Worksheet._gk = 7;
100741
+ Worksheet._gl = 7;
100736
100742
  /**
100737
100743
  * @hidden
100738
100744
  */
100739
- Worksheet._gn = 8;
100745
+ Worksheet._go = 8;
100740
100746
  /**
100741
100747
  * @hidden
100742
100748
  */
100743
- Worksheet._gx = 9;
100749
+ Worksheet._gy = 9;
100744
100750
  /**
100745
100751
  * @hidden
100746
100752
  */
100747
- Worksheet._gy = 10;
100753
+ Worksheet._gz = 10;
100748
100754
  /**
100749
100755
  * @hidden
100750
100756
  */
100751
- Worksheet._gz = 11;
100757
+ Worksheet._g0 = 11;
100752
100758
  /**
100753
100759
  * @hidden
100754
100760
  */
100755
- Worksheet._gv = 12;
100761
+ Worksheet._gw = 12;
100756
100762
  /**
100757
100763
  * @hidden
100758
100764
  */
100759
- Worksheet._gw = 13;
100765
+ Worksheet._gx = 13;
100760
100766
  /**
100761
100767
  * @hidden
100762
100768
  */
100763
- Worksheet._gs = 14;
100769
+ Worksheet._gt = 14;
100764
100770
  /**
100765
100771
  * @hidden
100766
100772
  */
100767
- Worksheet._gu = 15;
100773
+ Worksheet._gv = 15;
100768
100774
  /**
100769
100775
  * @hidden
100770
100776
  */
100771
- Worksheet._gt = 16;
100777
+ Worksheet._gu = 16;
100772
100778
  /**
100773
100779
  * @hidden
100774
100780
  */
100775
- Worksheet._f7 = 17;
100781
+ Worksheet._f8 = 17;
100776
100782
  /**
100777
100783
  * @hidden
100778
100784
  */
100779
- Worksheet._f6 = 18;
100785
+ Worksheet._f7 = 18;
100780
100786
  /**
100781
100787
  * @hidden
100782
100788
  */
100783
- Worksheet._gr = 19;
100789
+ Worksheet._gs = 19;
100784
100790
  /**
100785
100791
  * @hidden
100786
100792
  */
@@ -100788,11 +100794,11 @@ let Worksheet = /*@__PURE__*/ (() => {
100788
100794
  /**
100789
100795
  * @hidden
100790
100796
  */
100791
- Worksheet._e8 = null;
100797
+ Worksheet._e9 = null;
100792
100798
  /**
100793
100799
  * @hidden
100794
100800
  */
100795
- Worksheet._e7 = null;
100801
+ Worksheet._e8 = null;
100796
100802
  return Worksheet;
100797
100803
  })();
100798
100804
  /**
@@ -100809,7 +100815,7 @@ let WorksheetCell = /*@__PURE__*/ (() => {
100809
100815
  this._aa = b;
100810
100816
  this._n = a;
100811
100817
  if (this._n != null) {
100812
- this._ac = this._n.worksheet._fv;
100818
+ this._ac = this._n.worksheet._fw;
100813
100819
  }
100814
100820
  }
100815
100821
  /**
@@ -101190,7 +101196,7 @@ let WorksheetCell = /*@__PURE__*/ (() => {
101190
101196
  return;
101191
101197
  }
101192
101198
  let a = this._n.worksheet;
101193
- 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) {
101199
+ 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) {
101194
101200
  this._aq();
101195
101201
  }
101196
101202
  }
@@ -101661,7 +101667,7 @@ let WorksheetRegion = /*@__PURE__*/ (() => {
101661
101667
  this._i = new WorksheetRegionAddress(1, firstRow, lastRow, firstColumn, lastColumn);
101662
101668
  if (addCachedRegion) {
101663
101669
  let c;
101664
- let d = this._e._g5(this, c);
101670
+ let d = this._e._g6(this, c);
101665
101671
  c = d.p1;
101666
101672
  }
101667
101673
  }
@@ -101688,7 +101694,7 @@ let WorksheetRegion = /*@__PURE__*/ (() => {
101688
101694
  this._i = new WorksheetRegionAddress(1, firstRow, lastRow, firstColumn, lastColumn);
101689
101695
  if (addCachedRegion) {
101690
101696
  let b;
101691
- let c = this._e._g5(this, b);
101697
+ let c = this._e._g6(this, b);
101692
101698
  b = c.p1;
101693
101699
  }
101694
101700
  }
@@ -101931,13 +101937,13 @@ let WorksheetRegion = /*@__PURE__*/ (() => {
101931
101937
  let m = this._e._rows$i.item(this.firstRow);
101932
101938
  for (let n = e; n <= this._w; n++) {
101933
101939
  if (j && (n - k) >= 32) {
101934
- this._e._h2(l, this._e._cx(this.firstRow, k, this.firstRow, n - 1));
101940
+ this._e._h3(l, this._e._cx(this.firstRow, k, this.firstRow, n - 1));
101935
101941
  l = new SingleTargetFormula(3, l, true);
101936
101942
  k = n;
101937
101943
  }
101938
101944
  l._bq(b, c, m, n, d);
101939
101945
  }
101940
- this._e._h2(l, this._e._cx(this.firstRow, k, this.firstRow, this.lastColumn));
101946
+ this._e._h3(l, this._e._cx(this.firstRow, k, this.firstRow, this.lastColumn));
101941
101947
  }
101942
101948
  else {
101943
101949
  let o = this._aa > 48;
@@ -101951,7 +101957,7 @@ let WorksheetRegion = /*@__PURE__*/ (() => {
101951
101957
  if (o && (s - p) >= 32) {
101952
101958
  for (let u = 0; u < q.length; u++) {
101953
101959
  let v = e + u;
101954
- this._e._h2(q[u], this._e._cx(p, v, s - 1, v));
101960
+ this._e._h3(q[u], this._e._cx(p, v, s - 1, v));
101955
101961
  q[u] = new SingleTargetFormula(3, q[u], true);
101956
101962
  }
101957
101963
  p = s;
@@ -101962,7 +101968,7 @@ let WorksheetRegion = /*@__PURE__*/ (() => {
101962
101968
  }
101963
101969
  for (let x = 0; x < q.length; x++) {
101964
101970
  let y = e + x;
101965
- this._e._h2(q[x], this._e._cx(p, y, this.lastRow, y));
101971
+ this._e._h3(q[x], this._e._cx(p, y, this.lastRow, y));
101966
101972
  }
101967
101973
  }
101968
101974
  return {
@@ -109160,7 +109166,7 @@ let ArrayFormula = /*@__PURE__*/ (() => {
109160
109166
  }
109161
109167
  try {
109162
109168
  WorksheetCellBlock.az(this, a, a);
109163
- b._jc(this, a._k, a._v);
109169
+ b._jd(this, a._k, a._v);
109164
109170
  this._ck = a;
109165
109171
  for (let h = a.lastRow; h >= a.firstRow; h--) {
109166
109172
  let i = b._rows$i.item(h);
@@ -112746,7 +112752,7 @@ let WorksheetColumn = /*@__PURE__*/ (() => {
112746
112752
  break;
112747
112753
  case 512:
112748
112754
  case 2048:
112749
- d._ij();
112755
+ d._ik();
112750
112756
  t1 = void 0;
112751
112757
  continue L0;
112752
112758
  default:
@@ -112938,7 +112944,7 @@ let WorksheetColumn = /*@__PURE__*/ (() => {
112938
112944
  if (a == null) {
112939
112945
  return 0;
112940
112946
  }
112941
- return a._fl(this.width, units);
112947
+ return a._fm(this.width, units);
112942
112948
  }
112943
112949
  /**
112944
112950
  * Sets the column width in the specified units.
@@ -112956,7 +112962,7 @@ let WorksheetColumn = /*@__PURE__*/ (() => {
112956
112962
  */
112957
112963
  setWidth(value, units) {
112958
112964
  this._ad();
112959
- this.width = this.worksheet._fw(value, units);
112965
+ this.width = this.worksheet._fx(value, units);
112960
112966
  }
112961
112967
  /**
112962
112968
  * @hidden
@@ -112977,10 +112983,10 @@ let WorksheetColumn = /*@__PURE__*/ (() => {
112977
112983
  }
112978
112984
  let e = 0;
112979
112985
  let f = this.index;
112980
- let g = d._gb(f);
112981
- let h = truncate(Math.floor(this.worksheet._g0 * 0.35));
112982
- let i = truncate(this.worksheet._fl(g, 3));
112983
- let j = i - d._ge() - h;
112986
+ let g = d._gc(f);
112987
+ let h = truncate(Math.floor(this.worksheet._g1 * 0.35));
112988
+ let i = truncate(this.worksheet._fm(g, 3));
112989
+ let j = i - d._gf() - h;
112984
112990
  let k = new GetCellTextParameters(f);
112985
112991
  k.c = 1;
112986
112992
  k.b = 0;
@@ -113022,7 +113028,7 @@ let WorksheetColumn = /*@__PURE__*/ (() => {
113022
113028
  let z = y.i != null ? y.i : y.j;
113023
113029
  if (!stringIsNullOrEmpty(z)) {
113024
113030
  let aa = v._a7(f);
113025
- let ab = (aa._cm + aa._cn) * this.worksheet._gl;
113031
+ let ab = (aa._cm + aa._cn) * this.worksheet._gm;
113026
113032
  let ac = j - ab;
113027
113033
  let ad = v._ct(true);
113028
113034
  let ae = Math.ceil(c.e(aa, z, ad, ac) + ab);
@@ -113049,7 +113055,7 @@ let WorksheetColumn = /*@__PURE__*/ (() => {
113049
113055
  let ah = truncate(((e - ag) / 28 + 1));
113050
113056
  e = MathUtilities.f(e + ah);
113051
113057
  }
113052
- return toNullable(Number_$type, this.worksheet._fw(e, 3));
113058
+ return toNullable(Number_$type, this.worksheet._fx(e, 3));
113053
113059
  }
113054
113060
  /**
113055
113061
  * @hidden
@@ -113459,7 +113465,7 @@ let HiddenColumnCollection = /*@__PURE__*/ (() => {
113459
113465
  * @hidden
113460
113466
  */
113461
113467
  _n(a) {
113462
- for (let b of fromEnum(a._ff)) {
113468
+ for (let b of fromEnum(a._fg)) {
113463
113469
  if (b.j) {
113464
113470
  for (let c = b.r; c <= b.s; c++) {
113465
113471
  this.add_1(a._columns$i.item(c));
@@ -115158,6 +115164,9 @@ let NamedReference = /*@__PURE__*/ (() => {
115158
115164
  if (b != null && c != null) {
115159
115165
  switch (this._c) {
115160
115166
  case 13:
115167
+ if (c._c4) {
115168
+ return;
115169
+ }
115161
115170
  b.filterSettings._bs(this, a);
115162
115171
  break;
115163
115172
  case 6:
@@ -122506,7 +122515,7 @@ let WorksheetTable = /*@__PURE__*/ (() => {
122506
122515
  e.add(g);
122507
122516
  }
122508
122517
  }
122509
- this._bn._ib(b, c, e);
122518
+ this._bn._ic(b, c, e);
122510
122519
  this._et(a);
122511
122520
  }
122512
122521
  /**
@@ -122636,11 +122645,11 @@ let WorksheetTable = /*@__PURE__*/ (() => {
122636
122645
  m = toNullable(CellShiftOperation.$, new CellShiftOperation(2, c, 1, l, this._bw._ac, this._bw._ae, this._bw._w, this._bw._x, 0, false));
122637
122646
  }
122638
122647
  this._bn._conditionalFormats$i._a6(true);
122639
- this._bn._hz(true);
122648
+ this._bn._h0(true);
122640
122649
  let o = c._b8(m.value, 0);
122641
122650
  this._bn._conditionalFormats$i._a7();
122642
- this._bn._h0();
122643
- this._bn._h7();
122651
+ this._bn._h1();
122652
+ this._bn._h8();
122644
122653
  let t1 = o.a;
122645
122654
  L0: while (true) {
122646
122655
  switch (t1) {
@@ -123333,11 +123342,11 @@ let WorksheetTable = /*@__PURE__*/ (() => {
123333
123342
  if (e) {
123334
123343
  j = 0;
123335
123344
  }
123336
- this._bn._hz(true);
123345
+ this._bn._h0(true);
123337
123346
  let k = this._bn._b8(f, j, null);
123338
123347
  this._bn._conditionalFormats$i._a7();
123339
- this._bn._h0();
123340
- this._bn._h7();
123348
+ this._bn._h1();
123349
+ this._bn._h8();
123341
123350
  if (d) {
123342
123351
  this._bn._columns$i._ac(k.a);
123343
123352
  }
@@ -124070,7 +124079,7 @@ let WorksheetTable = /*@__PURE__*/ (() => {
124070
124079
  continue;
124071
124080
  }
124072
124081
  let o;
124073
- let p = ExcelUtils.bb(n) && ((() => { let q = l._en(m, g._at, o); o = q.p2; return q.ret; })()) == false;
124082
+ let p = ExcelUtils.bb(n) && ((() => { let q = l._eo(m, g._at, o); o = q.p2; return q.ret; })()) == false;
124074
124083
  if (p) {
124075
124084
  h = 6;
124076
124085
  continue;
@@ -124864,7 +124873,7 @@ let WorksheetTable = /*@__PURE__*/ (() => {
124864
124873
  if (this.isTotalsRowVisible) {
124865
124874
  a--;
124866
124875
  }
124867
- while (a != this._bw._ac && this._bn._eg(a)) {
124876
+ while (a != this._bw._ac && this._bn._eh(a)) {
124868
124877
  a--;
124869
124878
  }
124870
124879
  return this._bn._cx(this._bw._ac, this._bw._w, a, this._bw._x);
@@ -126398,7 +126407,7 @@ let WorksheetTableColumn = /*@__PURE__*/ (() => {
126398
126407
  }
126399
126408
  else {
126400
126409
  if (h && (k - i) >= 32) {
126401
- f._h2(g, f._cx(i, this._as, k - 1, this._as));
126410
+ f._h3(g, f._cx(i, this._as, k - 1, this._as));
126402
126411
  g = new SingleTargetFormula(3, g, true);
126403
126412
  i = k;
126404
126413
  }
@@ -126406,7 +126415,7 @@ let WorksheetTableColumn = /*@__PURE__*/ (() => {
126406
126415
  }
126407
126416
  }
126408
126417
  if (g != null) {
126409
- f._h2(g, f._cx(i, this._as, e.lastRow, this._as));
126418
+ f._h3(g, f._cx(i, this._as, e.lastRow, this._as));
126410
126419
  }
126411
126420
  }
126412
126421
  this._w = a;
@@ -143809,7 +143818,7 @@ let WorksheetRowCollection = /*@__PURE__*/ (() => {
143809
143818
  let j = new WorksheetRowCollection_CollectionChangeContext(1, this, a, b, f.toArray());
143810
143819
  let k = new WorksheetRowCollection_InsertRemoveOperationWrapper(i, j, true, nullableNotEquals(c, null), null);
143811
143820
  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);
143812
- this._e._h0();
143821
+ this._e._h1();
143813
143822
  this._ac(l.a);
143814
143823
  i.e(WorksheetRowCollection_CollectionChangeContext.$, Number_$type, j, -1, a);
143815
143824
  if (e != null) {
@@ -143839,8 +143848,8 @@ let WorksheetRowCollection = /*@__PURE__*/ (() => {
143839
143848
  if (r != null) {
143840
143849
  r._hn((s, t) => t._b6(r), true);
143841
143850
  }
143842
- this._e._ig();
143843
- this._e._h7();
143851
+ this._e._ih();
143852
+ this._e._h8();
143844
143853
  }
143845
143854
  /**
143846
143855
  * @hidden
@@ -143965,7 +143974,7 @@ let WorksheetRowCollection = /*@__PURE__*/ (() => {
143965
143974
  let i = new WorksheetRowCollection_CollectionChangeContext(1, this, a, b, e.toArray());
143966
143975
  let j = new WorksheetRowCollection_InsertRemoveOperationWrapper(h, i, false, nullableNotEquals(c, null), d);
143967
143976
  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);
143968
- this._e._h0();
143977
+ this._e._h1();
143969
143978
  this._ac(k.a);
143970
143979
  for (let l of fromEnum(e)) {
143971
143980
  l._du(i.c);
@@ -143976,7 +143985,7 @@ let WorksheetRowCollection = /*@__PURE__*/ (() => {
143976
143985
  h.e(WorksheetRowCollection_CollectionChangeContext.$, Number_$type, i, -1, a);
143977
143986
  this._al._ba();
143978
143987
  this._al._au(false);
143979
- this._e._h5();
143988
+ this._e._h6();
143980
143989
  j.h();
143981
143990
  if (j.g != null) {
143982
143991
  h.d(this._e.workbook, j.g);
@@ -143988,7 +143997,7 @@ let WorksheetRowCollection = /*@__PURE__*/ (() => {
143988
143997
  if (n != null) {
143989
143998
  n._hn((o, p) => p._b6(n), true);
143990
143999
  }
143991
- this._e._ig();
144000
+ this._e._ih();
143992
144001
  }
143993
144002
  /**
143994
144003
  * @hidden
@@ -144118,7 +144127,7 @@ let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
144118
144127
  }
144119
144128
  static k(a, b, c, d) {
144120
144129
  let e = new List$1(IndexRange.$, 0);
144121
- for (let f of fromEnum(a._ff)) {
144130
+ for (let f of fromEnum(a._fg)) {
144122
144131
  if (f.s < b) {
144123
144132
  continue;
144124
144133
  }
@@ -144175,7 +144184,7 @@ let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
144175
144184
  let e = b;
144176
144185
  let f = a._dv;
144177
144186
  let g = a.defaultRowHeight;
144178
- for (let h of fromEnum(a._ff)) {
144187
+ for (let h of fromEnum(a._fg)) {
144179
144188
  let i = h.r;
144180
144189
  let j = h.s;
144181
144190
  if (j < b) {
@@ -144244,8 +144253,8 @@ let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
144244
144253
  for (let e = 0; e < b.count; e++) {
144245
144254
  let f = b._inner[e];
144246
144255
  let g = f.d;
144247
- let h = a._f9(g);
144248
- let i = a._ff._inner[h];
144256
+ let h = a._ga(g);
144257
+ let i = a._fg._inner[h];
144249
144258
  let j = d.count;
144250
144259
  while (true) {
144251
144260
  let k = i.w;
@@ -144253,7 +144262,7 @@ let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
144253
144262
  let m = i.k;
144254
144263
  if (i.s < f.e) {
144255
144264
  h++;
144256
- i = a._ff._inner[h];
144265
+ i = a._fg._inner[h];
144257
144266
  if (i.w != k || i.j != l || i.k != m) {
144258
144267
  d.add(new WorksheetElementResizeState(g, i.r - 1, k, l, m));
144259
144268
  g = i.r;
@@ -144351,12 +144360,12 @@ let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
144351
144360
  return a;
144352
144361
  }
144353
144362
  else {
144354
- return truncate(MathUtilities.f(this.a._fl(a, 5, false)));
144363
+ return truncate(MathUtilities.f(this.a._fm(a, 5, false)));
144355
144364
  }
144356
144365
  }
144357
144366
  f(a) {
144358
144367
  if (this.h) {
144359
- return this.a._eg(a);
144368
+ return this.a._eh(a);
144360
144369
  }
144361
144370
  else {
144362
144371
  return this.a._ec(a);
@@ -144364,10 +144373,10 @@ let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
144364
144373
  }
144365
144374
  s(a, b = false) {
144366
144375
  if (this.h) {
144367
- return this.a._gh(a, b);
144376
+ return this.a._gi(a, b);
144368
144377
  }
144369
144378
  else {
144370
- return this.a._gb(a, b);
144379
+ return this.a._gc(a, b);
144371
144380
  }
144372
144381
  }
144373
144382
  t(a, b, c = false) {
@@ -144397,7 +144406,7 @@ let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
144397
144406
  }
144398
144407
  }
144399
144408
  a.dispose();
144400
- for (let d of fromEnum(this.a._eu.values)) {
144409
+ for (let d of fromEnum(this.a._ev.values)) {
144401
144410
  if (this.h) {
144402
144411
  if (d._ad.o < this.r) {
144403
144412
  continue;
@@ -144422,7 +144431,7 @@ let WorksheetElementResizeContext = /*@__PURE__*/ (() => {
144422
144431
  }
144423
144432
  }
144424
144433
  a.dispose();
144425
- for (let e of fromEnum(this.a._eu.values)) {
144434
+ for (let e of fromEnum(this.a._ev.values)) {
144426
144435
  if (this.h) {
144427
144436
  if (e._ad.o < this.r) {
144428
144437
  continue;
@@ -145853,7 +145862,7 @@ let WorksheetColumnBlock = /*@__PURE__*/ (() => {
145853
145862
  if (c == false && this.j) {
145854
145863
  return 0;
145855
145864
  }
145856
- return a._fl(this.w < 0 ? a.defaultColumnWidth : this.w, b);
145865
+ return a._fm(this.w < 0 ? a.defaultColumnWidth : this.w, b);
145857
145866
  }
145858
145867
  y(a, b) {
145859
145868
  if (this.l) {
@@ -146463,7 +146472,7 @@ let WorksheetCellBlock = /*@__PURE__*/ (() => {
146463
146472
  let q = 0;
146464
146473
  if (p != null) {
146465
146474
  for (let r = p._v; r <= p._w; r++) {
146466
- q += a._fp(r);
146475
+ q += a._fq(r);
146467
146476
  }
146468
146477
  k = p._cellFormatInternal.d;
146469
146478
  }
@@ -146471,21 +146480,21 @@ let WorksheetCellBlock = /*@__PURE__*/ (() => {
146471
146480
  if (k == null) {
146472
146481
  k = a._b4(b, d.e);
146473
146482
  }
146474
- q = a._fp(d.e);
146483
+ q = a._fq(d.e);
146475
146484
  if (k._a4 == 6) {
146476
146485
  let s = (d.e + 1);
146477
146486
  while (s < a._columns$i.maxCount) {
146478
146487
  if (a._b4(b, s)._a4 != 6 || (b != null && b._c6(s) != null)) {
146479
146488
  break;
146480
146489
  }
146481
- q += a._fp(s);
146490
+ q += a._fq(s);
146482
146491
  s++;
146483
146492
  }
146484
146493
  }
146485
146494
  }
146486
146495
  q -= d.f;
146487
- q -= (k._cm + k._cn) * a._gl;
146488
- o = Math.max(0, truncate(q) - a._ge());
146496
+ q -= (k._cm + k._cn) * a._gm;
146497
+ o = Math.max(0, truncate(q) - a._gf());
146489
146498
  }
146490
146499
  let t = false;
146491
146500
  let u;
@@ -146836,7 +146845,7 @@ let WorksheetCellBlock = /*@__PURE__*/ (() => {
146836
146845
  }
146837
146846
  }
146838
146847
  }
146839
- if ((typeof c === 'string' || typeCast(FormattedString.$, c) !== null || typeCast(StringElement.$, c) !== null) && a.worksheet._eh == false) {
146848
+ if ((typeof c === 'string' || typeCast(FormattedString.$, c) !== null || typeCast(StringElement.$, c) !== null) && a.worksheet._ei == false) {
146840
146849
  let x = c.toString();
146841
146850
  if (x.indexOf('\n') >= 0) {
146842
146851
  let y = a._bc(b);
@@ -146845,7 +146854,7 @@ let WorksheetCellBlock = /*@__PURE__*/ (() => {
146845
146854
  }
146846
146855
  }
146847
146856
  }
146848
- if (ExcelUtils.ba(c) && a.worksheet._eh == false) {
146857
+ if (ExcelUtils.ba(c) && a.worksheet._ei == false) {
146849
146858
  let z = a.worksheet._hyperlinks$i;
146850
146859
  for (let aa = z.count - 1; aa >= 0; aa--) {
146851
146860
  if (z.item(aa).sourceRegion._p(a, b)) {
@@ -146907,7 +146916,7 @@ let WorksheetCellBlock = /*@__PURE__*/ (() => {
146907
146916
  if (h == false) {
146908
146917
  let n = typeCast(Formula.$, d);
146909
146918
  if (n != null && n._ai) {
146910
- a.worksheet._ii(a, b);
146919
+ a.worksheet._ij(a, b);
146911
146920
  }
146912
146921
  }
146913
146922
  }
@@ -147136,7 +147145,7 @@ let WorksheetCellBlock = /*@__PURE__*/ (() => {
147136
147145
  case 15:
147137
147146
  case 16:
147138
147147
  case 17:
147139
- a.worksheet._ew.removeItem(ValueTuple.a(WorksheetRow.$, Number_$type, a, b));
147148
+ a.worksheet._ex.removeItem(ValueTuple.a(WorksheetRow.$, Number_$type, a, b));
147140
147149
  break;
147141
147150
  default: break;
147142
147151
  }
@@ -147205,13 +147214,13 @@ let WorksheetCellBlock = /*@__PURE__*/ (() => {
147205
147214
  return null;
147206
147215
  }
147207
147216
  let c;
147208
- if (((() => { let d = a.worksheet._ew.tryGetValue(ValueTuple.a(WorksheetRow.$, Number_$type, a, b), c); c = d.p1; return d.ret; })())) {
147217
+ if (((() => { let d = a.worksheet._ex.tryGetValue(ValueTuple.a(WorksheetRow.$, Number_$type, a, b), c); c = d.p1; return d.ret; })())) {
147209
147218
  return c;
147210
147219
  }
147211
147220
  return null;
147212
147221
  }
147213
147222
  au(a, b, c) {
147214
- a.worksheet._ew.item(ValueTuple.a(WorksheetRow.$, Number_$type, a, b), c);
147223
+ a.worksheet._ex.item(ValueTuple.a(WorksheetRow.$, Number_$type, a, b), c);
147215
147224
  }
147216
147225
  static t(a, b, c) {
147217
147226
  if (WorksheetCellBlock.q(a._a7(b)._dg)) {
@@ -147575,9 +147584,9 @@ let WorksheetMergedCellsRegion = /*@__PURE__*/ (() => {
147575
147584
  }
147576
147585
  let ae = t.workbook;
147577
147586
  let af = ae == null || ae._c4 == false;
147578
- let ag = t._eh;
147587
+ let ag = t._ei;
147579
147588
  try {
147580
- t._eh = true;
147589
+ t._ei = true;
147581
147590
  for (let ah = b; ah <= d; ah++) {
147582
147591
  let ai = t._rows$i.item(ah);
147583
147592
  for (let aj = c; aj <= e; aj++) {
@@ -147603,7 +147612,7 @@ let WorksheetMergedCellsRegion = /*@__PURE__*/ (() => {
147603
147612
  }
147604
147613
  }
147605
147614
  finally {
147606
- t._eh = ag;
147615
+ t._ei = ag;
147607
147616
  }
147608
147617
  if (a) {
147609
147618
  this._ay = true;
@@ -149072,7 +149081,7 @@ let WorkbookSaveManager = /*@__PURE__*/ (() => {
149072
149081
  }
149073
149082
  }
149074
149083
  _b1(a) {
149075
- a._g9();
149084
+ a._ha();
149076
149085
  this._bq(a._shapes$i);
149077
149086
  let b = toNullable(Number_$type, null);
149078
149087
  let c = toNullable(Number_$type, null);
@@ -149081,7 +149090,7 @@ let WorkbookSaveManager = /*@__PURE__*/ (() => {
149081
149090
  let f = 0;
149082
149091
  let g = 0;
149083
149092
  let h = null;
149084
- for (let i of fromEnum(a._ff)) {
149093
+ for (let i of fromEnum(a._fg)) {
149085
149094
  if (this._ah(a, i, h)) {
149086
149095
  f = Math.max(i.n, f);
149087
149096
  if (nullableEquals(b, null)) {
@@ -149169,7 +149178,7 @@ let WorkbookSaveManager = /*@__PURE__*/ (() => {
149169
149178
  this._ao.item(a, z);
149170
149179
  if (a._d2) {
149171
149180
  this._ad = true;
149172
- z.j.o(a._eu.values);
149181
+ z.j.o(a._ev.values);
149173
149182
  for (let aa of fromEnum(z.j)) {
149174
149183
  aa._am(WorkbookSaveManager.$, Boolean_$type, WorkbookSaveManager_InitSerializationCacheHelper.d, this);
149175
149184
  }
@@ -154263,7 +154272,7 @@ let WorksheetColumnCollection = /*@__PURE__*/ (() => {
154263
154272
  * @hidden
154264
154273
  */
154265
154274
  _n(a, b, c) {
154266
- return this._e._ex(a, b, c);
154275
+ return this._e._ey(a, b, c);
154267
154276
  }
154268
154277
  /**
154269
154278
  * @hidden
@@ -154308,7 +154317,7 @@ let WorksheetColumnCollection = /*@__PURE__*/ (() => {
154308
154317
  * @hidden
154309
154318
  */
154310
154319
  _af(a, b) {
154311
- for (let c of fromEnum(this._e._ff)) {
154320
+ for (let c of fromEnum(this._e._fg)) {
154312
154321
  c.y(a, b);
154313
154322
  }
154314
154323
  }
@@ -154347,7 +154356,7 @@ let WorksheetColumnCollection = /*@__PURE__*/ (() => {
154347
154356
  c = 0;
154348
154357
  d = 0;
154349
154358
  let f = this._e.defaultColumnWidth;
154350
- for (let g of fromEnum(this._e._ff)) {
154359
+ for (let g of fromEnum(this._e._fg)) {
154351
154360
  let h = 0;
154352
154361
  if (e || g.j == false) {
154353
154362
  if (g.w < 0) {
@@ -154378,7 +154387,7 @@ let WorksheetColumnCollection = /*@__PURE__*/ (() => {
154378
154387
  d = 0;
154379
154388
  let f = false;
154380
154389
  let g = this._e.defaultColumnWidth;
154381
- for (let h of fromEnum(this._e._ff)) {
154390
+ for (let h of fromEnum(this._e._fg)) {
154382
154391
  let i = 0;
154383
154392
  if (e || h.j == false) {
154384
154393
  if (h.w < 0) {
@@ -154433,7 +154442,7 @@ let WorksheetColumnCollection = /*@__PURE__*/ (() => {
154433
154442
  */
154434
154443
  _as(a) {
154435
154444
  let b = new HashSet$1(WorksheetColumn.$, 0);
154436
- for (let c of fromEnum(this._e._ff)) {
154445
+ for (let c of fromEnum(this._e._fg)) {
154437
154446
  if (c.j == false) {
154438
154447
  continue;
154439
154448
  }
@@ -154496,8 +154505,8 @@ let WorksheetColumnCollection = /*@__PURE__*/ (() => {
154496
154505
  d.k();
154497
154506
  d.d.workbook._hn((o, p) => p._b6(d.d.workbook), true);
154498
154507
  }
154499
- this._e._ig();
154500
- this._e._h7();
154508
+ this._e._ih();
154509
+ this._e._h8();
154501
154510
  return d;
154502
154511
  }
154503
154512
  /**
@@ -154510,7 +154519,7 @@ let WorksheetColumnCollection = /*@__PURE__*/ (() => {
154510
154519
  d._a3(this._e, c);
154511
154520
  let f = this._i(d, d.index);
154512
154521
  }
154513
- this._e._ia(b);
154522
+ this._e._ib(b);
154514
154523
  }
154515
154524
  remove() {
154516
154525
  let n;
@@ -154609,8 +154618,8 @@ let WorksheetColumnCollection = /*@__PURE__*/ (() => {
154609
154618
  this._ak.k();
154610
154619
  a.a.e._aw(a.a);
154611
154620
  a.workbook._hn((d, e) => e._b6(a.workbook), true);
154612
- this._e._ig();
154613
- this._e._h7();
154621
+ this._e._ih();
154622
+ this._e._h8();
154614
154623
  this._ak = null;
154615
154624
  }
154616
154625
  }
@@ -158425,9 +158434,9 @@ let WorksheetCellLocation = /*@__PURE__*/ (() => {
158425
158434
  }
158426
158435
  static k(a, b, c) {
158427
158436
  let d = typeCast(Formula.$, b);
158428
- let e = a.e.worksheet._eh;
158437
+ let e = a.e.worksheet._ei;
158429
158438
  try {
158430
- a.e.worksheet._eh = true;
158439
+ a.e.worksheet._ei = true;
158431
158440
  if (d != null) {
158432
158441
  try {
158433
158442
  if (c) {
@@ -158446,7 +158455,7 @@ let WorksheetCellLocation = /*@__PURE__*/ (() => {
158446
158455
  }
158447
158456
  }
158448
158457
  finally {
158449
- a.e.worksheet._eh = e;
158458
+ a.e.worksheet._ei = e;
158450
158459
  }
158451
158460
  }
158452
158461
  static i(a, b) {
@@ -158750,7 +158759,7 @@ let WorksheetCellOwnedFormatProxy = /*@__PURE__*/ (() => {
158750
158759
  this._bu = 0;
158751
158760
  this._bu = d;
158752
158761
  this._bs = e;
158753
- this._bw = c.worksheet._fv;
158762
+ this._bw = c.worksheet._fw;
158754
158763
  }
158755
158764
  g(a) {
158756
158765
  super.g(a);
@@ -158788,7 +158797,7 @@ let WorksheetCellOwnedFormatProxy = /*@__PURE__*/ (() => {
158788
158797
  if (b != null) {
158789
158798
  let c = b.worksheet;
158790
158799
  if (c != null) {
158791
- this._bw = c._fv;
158800
+ this._bw = c._fw;
158792
158801
  this._bc(c._rows$i.item(a.value.o));
158793
158802
  this._bu = a.value.m;
158794
158803
  }
@@ -158816,7 +158825,7 @@ let WorksheetCellOwnedFormatProxy = /*@__PURE__*/ (() => {
158816
158825
  let b = this._bu;
158817
158826
  let c = this._s;
158818
158827
  let d = c.worksheet;
158819
- 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) {
158828
+ 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) {
158820
158829
  this._bc(null);
158821
158830
  this._bu = -1;
158822
158831
  this._bs = null;
@@ -158896,7 +158905,7 @@ let WorksheetColumnOwnedFormatProxy = /*@__PURE__*/ (() => {
158896
158905
  this._bs().b = this.c;
158897
158906
  let b = this._s._aj();
158898
158907
  this.c = b.b;
158899
- this._s.worksheet._hh();
158908
+ this._s.worksheet._hi();
158900
158909
  }
158901
158910
  b(a) {
158902
158911
  let b = this._s._ak();
@@ -158964,7 +158973,7 @@ let WorksheetColumnCollection_InsertRemoveOperationWrapper = /*@__PURE__*/ (() =
158964
158973
  i() {
158965
158974
  let a = this.d.sheet;
158966
158975
  this.h = this.c.b(this.d.workbook, a, null);
158967
- this.worksheet._hz(false);
158976
+ this.worksheet._h0(false);
158968
158977
  a.sortSettings._bl(true);
158969
158978
  a.filterSettings._bp();
158970
158979
  a._conditionalFormats$i._a6();
@@ -158978,7 +158987,7 @@ let WorksheetColumnCollection_InsertRemoveOperationWrapper = /*@__PURE__*/ (() =
158978
158987
  }
158979
158988
  k() {
158980
158989
  this.c.e(WorksheetColumnCollection_CollectionChangeContext.$, Number_$type, this.d, -1, this.g);
158981
- this.worksheet._h0();
158990
+ this.worksheet._h1();
158982
158991
  this.j();
158983
158992
  if (this.h != null) {
158984
158993
  this.c.d(this.d.workbook, this.h);
@@ -159020,11 +159029,11 @@ let WorksheetColumnCollection_InsertRemoveOperationWrapper = /*@__PURE__*/ (() =
159020
159029
  let d = this.d.a.e;
159021
159030
  if (this.e) {
159022
159031
  d._aa(this.index, this.count);
159023
- this.worksheet._hx(this.index, this.count);
159032
+ this.worksheet._hy(this.index, this.count);
159024
159033
  }
159025
159034
  else {
159026
159035
  d._ad(this.index, this.count);
159027
- this.worksheet._hy(this.index, this.count);
159036
+ this.worksheet._hz(this.index, this.count);
159028
159037
  }
159029
159038
  if (this.b != null) {
159030
159039
  this.d.a.e._au(this.b, this.a);
@@ -159843,7 +159852,7 @@ let WorksheetHyperlink = /*@__PURE__*/ (() => {
159843
159852
  if (this.isSealed) {
159844
159853
  if (WorksheetCell.l_op_Inequality(this._h, null)) {
159845
159854
  let a = this._h.worksheet;
159846
- if (a != null && a._fi.contains(this._h)) {
159855
+ if (a != null && a._fj.contains(this._h)) {
159847
159856
  return true;
159848
159857
  }
159849
159858
  }
@@ -159880,8 +159889,8 @@ let WorksheetHyperlink = /*@__PURE__*/ (() => {
159880
159889
  if (this.isSealed) {
159881
159890
  if (WorksheetCell.l_op_Inequality(this._h, null)) {
159882
159891
  let b = this._h.worksheet;
159883
- if (b != null && !b._fi.contains(this._h)) {
159884
- b._fi.add(this._h);
159892
+ if (b != null && !b._fj.contains(this._h)) {
159893
+ b._fj.add(this._h);
159885
159894
  a = true;
159886
159895
  }
159887
159896
  }
@@ -161836,7 +161845,7 @@ let WorksheetRowCollection_InsertRemoveOperationWrapper = /*@__PURE__*/ (() => {
161836
161845
  b.sortSettings._bl(false);
161837
161846
  b.filterSettings._bp();
161838
161847
  b._conditionalFormats$i._a6();
161839
- b._hz(false);
161848
+ b._h0(false);
161840
161849
  }
161841
161850
  performShift(a) {
161842
161851
  let b = this.c.workbook;
@@ -162266,7 +162275,7 @@ let SparklineCollection = /*@__PURE__*/ (() => {
162266
162275
  let f = !nullableIsNull(d) ? d.value : e.workbook.cellReferenceMode;
162267
162276
  let g = null;
162268
162277
  let h = new WorksheetRegionAddress();
162269
- let i = Worksheet._fh;
162278
+ let i = Worksheet._fi;
162270
162279
  try {
162271
162280
  i.clear();
162272
162281
  let j = ExcelUtils.t(c, e, a, b, f, "dataRange", "LE_InvalidRegion", i);
@@ -165478,13 +165487,13 @@ let SortSettings$1 = /*@__PURE__*/ (() => {
165478
165487
  if (m.o && m.d.l(m.h, m.f)) {
165479
165488
  let n = typeCast(Formula.$, m.t(l));
165480
165489
  if (n._as) {
165481
- l.worksheet._h3(n, false);
165490
+ l.worksheet._h4(n, false);
165482
165491
  n._bt(e);
165483
165492
  }
165484
165493
  }
165485
165494
  }
165486
165495
  }
165487
- if (b._eg(k)) {
165496
+ if (b._eh(k)) {
165488
165497
  if (j != null) {
165489
165498
  h.add(j);
165490
165499
  j = null;
@@ -176861,7 +176870,7 @@ let DatePeriodFilter = /*@__PURE__*/ (() => {
176861
176870
  */
176862
176871
  _f(a, b, c, d) {
176863
176872
  let e;
176864
- if (((() => { let f = a._en(b, d, e); e = f.p2; return f.ret; })())) {
176873
+ if (((() => { let f = a._eo(b, d, e); e = f.p2; return f.ret; })())) {
176865
176874
  switch (this.type) {
176866
176875
  case 0: return dateGetMonth(e) == this.value;
176867
176876
  case 1: return ExcelUtils.df(e) == this.value;
@@ -177051,7 +177060,7 @@ let DateRangeFilter = /*@__PURE__*/ (() => {
177051
177060
  */
177052
177061
  _f(a, b, c, d) {
177053
177062
  let e;
177054
- if (((() => { let f = a._en(b, d, e); e = f.p2; return f.ret; })())) {
177063
+ if (((() => { let f = a._eo(b, d, e); e = f.p2; return f.ret; })())) {
177055
177064
  if (this._t <= e && e < this._s) {
177056
177065
  return true;
177057
177066
  }
@@ -179582,7 +179591,7 @@ let WorksheetFilterSettings = /*@__PURE__*/ (() => {
179582
179591
  }
179583
179592
  let a = this._a2(1);
179584
179593
  let b = new List$1(IFilterable_$type, 1, this._ai._j);
179585
- this._ac._ib(this._az.value._ac + 1, this._az.value._ae, b);
179594
+ this._ac._ic(this._az.value._ac + 1, this._az.value._ae, b);
179586
179595
  this._bd(a);
179587
179596
  }
179588
179597
  /**
@@ -183137,7 +183146,7 @@ let DateTimeConditionalFormat = /*@__PURE__*/ (() => {
183137
183146
  return ConditionMatchResult.f;
183138
183147
  }
183139
183148
  let e;
183140
- if (((() => { let f = this.worksheet._en(this.worksheet._rows$i.item(b), c, e, false); e = f.p2; return f.ret; })())) {
183149
+ if (((() => { let f = this.worksheet._eo(this.worksheet._rows$i.item(b), c, e, false); e = f.p2; return f.ret; })())) {
183141
183150
  let f = dateGetDate(e);
183142
183151
  let g = dateGetDate(dateToday());
183143
183152
  let h = false;
@@ -208334,8 +208343,8 @@ let UltraCalcFunctionCell = /*@__PURE__*/ (() => {
208334
208343
  m = new ExcelCalcErrorValue(3);
208335
208344
  }
208336
208345
  else {
208337
- let ab = h._fp(j, false);
208338
- m = MathUtilities.f(h._fn(ab));
208346
+ let ab = h._fq(j, false);
208347
+ m = MathUtilities.f(h._fo(ab));
208339
208348
  }
208340
208349
  break;
208341
208350
  }
@@ -224619,8 +224628,8 @@ let XlsxUtilities = /*@__PURE__*/ (() => {
224619
224628
  }
224620
224629
  static bf(a, b) {
224621
224630
  let c = new WorksheetCellAddress(1, a.d, a.c);
224622
- let d = b._gd(a.c, true);
224623
- let e = b._gh(a.d, true, true);
224631
+ let d = b._ge(a.c, true);
224632
+ let e = b._gi(a.d, true, true);
224624
224633
  let f = a.a.k();
224625
224634
  let g = a.b.k();
224626
224635
  let h = { $type: Point_$type, x: d == 0 ? 0 : ((f * 100) / d), y: e == 0 ? 0 : ((g * 100) / e) };
@@ -227462,16 +227471,16 @@ let LegacyShapeData = /*@__PURE__*/ (() => {
227462
227471
  this.a[2] = a._ah.o;
227463
227472
  this.a[4] = a._ad.m;
227464
227473
  this.a[6] = a._ad.o;
227465
- let c = b._fp(a._ah.m, true);
227474
+ let c = b._fq(a._ah.m, true);
227466
227475
  let d = ((c * a._topLeftCornerPosition$i.x) / 100);
227467
227476
  this.a[1] = truncate(MathUtilities.f(d));
227468
- let e = b._fs(a._ah.o, true);
227477
+ let e = b._ft(a._ah.o, true);
227469
227478
  let f = ((e * a._topLeftCornerPosition$i.y) / 100);
227470
227479
  this.a[3] = truncate(MathUtilities.f(f));
227471
- let g = b._fp(a._ad.m, true);
227480
+ let g = b._fq(a._ad.m, true);
227472
227481
  let h = ((g * a._bottomRightCornerPosition$i.x) / 100);
227473
227482
  this.a[5] = truncate(MathUtilities.f(h));
227474
- let i = b._fs(a._ad.o, true);
227483
+ let i = b._ft(a._ad.o, true);
227475
227484
  let j = ((i * a._bottomRightCornerPosition$i.y) / 100);
227476
227485
  this.a[7] = truncate(MathUtilities.f(j));
227477
227486
  }
@@ -241140,7 +241149,7 @@ let ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData = /*@__PURE__*/ (() =
241140
241149
  }
241141
241150
  b.s = toNullable(Boolean_$type, c._ec(a.cell._ab));
241142
241151
  b.t = toNullable(Number_$type, a.cell._ab);
241143
- b.ai = toNullable(Boolean_$type, c._eg(a.cell.rowIndex));
241152
+ b.ai = toNullable(Boolean_$type, c._eh(a.cell.rowIndex));
241144
241153
  b.ah = toNullable(Number_$type, a.cell.rowIndex);
241145
241154
  b.k = true;
241146
241155
  b.z = toNullable(ST_InsetMode_$type, 0);
@@ -244786,7 +244795,7 @@ let SparklineExtensions = /*@__PURE__*/ (() => {
244786
244795
  }
244787
244796
  }
244788
244797
  e = b.c;
244789
- let i = Worksheet._fh;
244798
+ let i = Worksheet._fi;
244790
244799
  try {
244791
244800
  let j = ExcelUtils.t(e, c, g.firstRow, g._v, 1, "dataRange", "LE_InvalidRegion", i, d);
244792
244801
  let k = null;
@@ -245101,7 +245110,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
245101
245110
  let i = new SheetRelationships();
245102
245111
  let j = b;
245103
245112
  let k = j.sheetBackground == null ? null : ExcelUtils.z(j.sheetBackground, b._dh);
245104
- return WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(Async.g(k != null, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._b0(k, b._dh), (l) => e.a = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d)), () => Async.g(f, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._j(ObjectModelDrawingPartManager.bg, b), (l) => i.a = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d))), () => Async.g(e.j.count != 0, () => c._j(ObjectModelCommentsPartManager.a9, b))), () => Async.g(this.bu.count != 0, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._j(ObjectModelVmlDrawingPartManager.bb, this.bu), (l) => i.c = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d))), () => Async.g(b._g3 != null, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._j(ObjectModelVmlDrawingPartManager.bb, b._g3), (l) => i.b = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d))), () => Async.c(0, b._tables$i.count, 1, (l) => c._j(ObjectModelTablePartManager.ba, b._tables$i._item(l)))), () => Async.d(PivotTableInfo.$, b._ey(), (l) => c._j(ObjectModelPivotTablePartManager.ba, l))), () => this.bd(d, i));
245113
+ return WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(WorkItemExtensions.c(Async.g(k != null, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._b0(k, b._dh), (l) => e.a = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d)), () => Async.g(f, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._j(ObjectModelDrawingPartManager.bg, b), (l) => i.a = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d))), () => Async.g(e.j.count != 0, () => c._j(ObjectModelCommentsPartManager.a9, b))), () => Async.g(this.bu.count != 0, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._j(ObjectModelVmlDrawingPartManager.bb, this.bu), (l) => i.c = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d))), () => Async.g(b._g4 != null, () => WorkItemExtensions.k(Tuple$2.$.specialize(Uri.$, String_$type), String_$type, c._j(ObjectModelVmlDrawingPartManager.bb, b._g4), (l) => i.b = WorkItemExtensions.m(Tuple$2.$.specialize(Uri.$, String_$type), l).d))), () => Async.c(0, b._tables$i.count, 1, (l) => c._j(ObjectModelTablePartManager.ba, b._tables$i._item(l)))), () => Async.d(PivotTableInfo.$, b._ez(), (l) => c._j(ObjectModelPivotTablePartManager.ba, l))), () => this.bd(d, i));
245105
245114
  }
245106
245115
  ai(a) {
245107
245116
  switch (a) {
@@ -245244,11 +245253,11 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
245244
245253
  let r = b.b[7];
245245
245254
  a.topLeftCornerCell = this.bl._rows$i.item(m)._cells$i.item(k);
245246
245255
  a.bottomRightCornerCell = this.bl._rows$i.item(q)._cells$i.item(o);
245247
- let s = this.bl._fp(k, true);
245248
- let t = this.bl._fs(m, true);
245256
+ let s = this.bl._fq(k, true);
245257
+ let t = this.bl._ft(m, true);
245249
245258
  a._topLeftCornerPosition$i = ExcelUtils.hc((s == 0 ? 0 : (100 * l) / s), (t == 0 ? 0 : (100 * n) / t));
245250
- let u = this.bl._fp(o, true);
245251
- let v = this.bl._fs(q, true);
245259
+ let u = this.bl._fq(o, true);
245260
+ let v = this.bl._ft(q, true);
245252
245261
  a._bottomRightCornerPosition$i = ExcelUtils.hc((u == 0 ? 0 : (100 * p) / u), (v == 0 ? 0 : (100 * r) / v));
245253
245262
  let w = ObjectModelWorksheetPartManager.by(b);
245254
245263
  if (nullableNotEquals(w, null)) {
@@ -245495,7 +245504,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
245495
245504
  if (o == false) {
245496
245505
  return;
245497
245506
  }
245498
- this.bl._hw((a - 1), (b - 1), n, e, i, p, g);
245507
+ this.bl._hx((a - 1), (b - 1), n, e, i, p, g);
245499
245508
  }
245500
245509
  static cw(a) {
245501
245510
  }
@@ -246388,7 +246397,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
246388
246397
  if (m) {
246389
246398
  ac._an = m;
246390
246399
  }
246391
- r._h2(ac, r._getRegion1(f, 1));
246400
+ r._h3(ac, r._getRegion1(f, 1));
246392
246401
  ac._bp(c, b.bv);
246393
246402
  if (nullableNotEquals(n, null)) {
246394
246403
  b.bs.addItem(n.value, c._ar(b.bv));
@@ -246707,7 +246716,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
246707
246716
  let f = PackageUtilities.ak(d).originalString;
246708
246717
  let g;
246709
246718
  if (((() => { let h = c._b7._a5.tryGetValue(f, g); g = h.p1; return h.ret; })())) {
246710
- this.bl._g3 = new LegacyDrawingHFInfo(g, e);
246719
+ this.bl._g4 = new LegacyDrawingHFInfo(g, e);
246711
246720
  c._b7._a5.removeItem(f);
246712
246721
  }
246713
246722
  else {
@@ -246765,7 +246774,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
246765
246774
  b = e.p2;
246766
246775
  c = e.p3;
246767
246776
  d = e.p4;
246768
- this.bl._em = b;
246777
+ this.bl._en = b;
246769
246778
  this.bl.displayOptions._showExpansionIndicatorBelowGroupedRows$i = XlsxUtilities.a8(b);
246770
246779
  this.bl.displayOptions._showExpansionIndicatorToRightOfGroupedColumns$i = XlsxUtilities.a8(c);
246771
246780
  this.bl.displayOptions.showOutlineSymbols = d;
@@ -247096,7 +247105,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
247096
247105
  else if (this.bl._d4) {
247097
247106
  o._bz = g;
247098
247107
  if (this.bw >= 0) {
247099
- o._cm = this.bl._gp;
247108
+ o._cm = this.bl._gq;
247100
247109
  }
247101
247110
  }
247102
247111
  o._b1 = k;
@@ -247183,7 +247192,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
247183
247192
  if (this.bw >= 0) {
247184
247193
  for (let a of fromEnum(this.bl._rows$i._m(0, this.bw))) {
247185
247194
  if (!a._bz) {
247186
- a._cm = this.bl._gp;
247195
+ a._cm = this.bl._gq;
247187
247196
  }
247188
247197
  }
247189
247198
  }
@@ -247214,11 +247223,11 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
247214
247223
  i = j.p9;
247215
247224
  if (nullableNotEquals(c, null)) {
247216
247225
  this.bl._d7 = true;
247217
- this.bl._ek = true;
247226
+ this.bl._el = true;
247218
247227
  this.bl.setDefaultColumnWidth(c.value, 0);
247219
247228
  }
247220
247229
  else if (b > 0) {
247221
- this.bl._iq(b, 2, true, false);
247230
+ this.bl._ir(b, 2, true, false);
247222
247231
  }
247223
247232
  if (d && a > 0) {
247224
247233
  this.bl.defaultRowHeight = truncate((a * 20));
@@ -247425,7 +247434,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
247425
247434
  a = b.p1;
247426
247435
  let c = typeCast(BinaryData.$, this.bh._au(a));
247427
247436
  if (c != null) {
247428
- this.bl._g7(c);
247437
+ this.bl._g8(c);
247429
247438
  }
247430
247439
  }
247431
247440
  static fm(a) {
@@ -247619,7 +247628,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
247619
247628
  a.fw();
247620
247629
  }
247621
247630
  fw() {
247622
- this.bl._em = true;
247631
+ this.bl._en = true;
247623
247632
  this.s.k(this.bl.printOptions);
247624
247633
  }
247625
247634
  static fz(a) {
@@ -247760,7 +247769,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
247760
247769
  this.ad.k();
247761
247770
  }
247762
247771
  f7(a) {
247763
- let b = this.bl._ff;
247772
+ let b = this.bl._fg;
247764
247773
  if (b.count == 1 && b._inner[0].l) {
247765
247774
  return;
247766
247775
  }
@@ -247932,7 +247941,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
247932
247941
  SpreadsheetMLMain.abb(this, "{A8765BA9-456A-4dab-B4F3-ACF838C121DE}");
247933
247942
  this.ad.l(SpreadsheetML2009Main.ao);
247934
247943
  SpreadsheetML2009Main.ds(this);
247935
- return WorkItemExtensions.a(Async.d(BinaryData.$, this.bl._ez(), runOn(this, this.bc)), () => {
247944
+ return WorkItemExtensions.a(Async.d(BinaryData.$, this.bl._e0(), runOn(this, this.bc)), () => {
247936
247945
  this.ad.k();
247937
247946
  this.ad.k();
247938
247947
  });
@@ -248311,8 +248320,8 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
248311
248320
  }), () => this.ad.k());
248312
248321
  }
248313
248322
  g1() {
248314
- let at = this.bl._ek ? toNullable(Number_$type, this.bl.getDefaultColumnWidth(0)) : toNullable(Number_$type, null);
248315
- if (nullableNotEquals(at, null) && Enumerable.b(WorksheetColumnBlock.$, this.bl._ff, (au) => au.j)) {
248323
+ let at = this.bl._el ? toNullable(Number_$type, this.bl.getDefaultColumnWidth(0)) : toNullable(Number_$type, null);
248324
+ if (nullableNotEquals(at, null) && Enumerable.b(WorksheetColumnBlock.$, this.bl._fg, (au) => au.j)) {
248316
248325
  at = toNullable(Number_$type, 0);
248317
248326
  }
248318
248327
  SpreadsheetMLMain.adj(this, this.bl.defaultRowHeight / 20, truncate(MathUtilities.j(this.bl.getDefaultColumnWidth(2))), at, this.bl._d4, this.bl._dv, this.bl._dt, this.bl._ds);
@@ -297322,8 +297331,8 @@ let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
297322
297331
  }
297323
297332
  static b0(a, b, c, d) {
297324
297333
  let e = a.worksheet;
297325
- let f = e._gd(a.columnIndex);
297326
- let g = e._gh(a.rowIndex, false, true);
297334
+ let f = e._ge(a.columnIndex);
297335
+ let g = e._gi(a.rowIndex, false, true);
297327
297336
  let h = b.x / 100;
297328
297337
  let i = b.y / 100;
297329
297338
  c = ExcelUtils.dp(MathUtilities.f(h * f));
@@ -299052,7 +299061,7 @@ let ObjectModelWorkbookPartManagerBase = /*@__PURE__*/ (() => {
299052
299061
  }
299053
299062
  let j = b._sheets$i._add2(c, d, i);
299054
299063
  if (j.type == 0) {
299055
- j._ek = false;
299064
+ j._el = false;
299056
299065
  }
299057
299066
  j._e.visibility = XlsxUtilities.af(e);
299058
299067
  let k = PackageUtilities.ak(h).originalString;
@@ -299492,7 +299501,7 @@ let ObjectModelPivotTablePartManager = /*@__PURE__*/ (() => {
299492
299501
  if (b == null) {
299493
299502
  return;
299494
299503
  }
299495
- b._g6(new PivotTableInfo(a, this.a7()));
299504
+ b._g7(new PivotTableInfo(a, this.a7()));
299496
299505
  }
299497
299506
  u(a) {
299498
299507
  let b = typeCast(PivotTableInfo.$, a);
@@ -307162,7 +307171,7 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
307162
307171
  this._dm(a);
307163
307172
  this._dt(a.displayOptions);
307164
307173
  this._di(a);
307165
- if (a._ek) {
307174
+ if (a._el) {
307166
307175
  this._ds(153);
307167
307176
  }
307168
307177
  if (this._af(a)) {
@@ -307326,7 +307335,7 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
307326
307335
  return b;
307327
307336
  }
307328
307337
  _dg(a) {
307329
- let b = new List$1(WorksheetColumnBlock.$, 1, a._ff);
307338
+ let b = new List$1(WorksheetColumnBlock.$, 1, a._fg);
307330
307339
  if (b.count == 1 && b._inner[0].l) {
307331
307340
  return;
307332
307341
  }
@@ -315897,7 +315906,7 @@ let SolverContainer = /*@__PURE__*/ (() => {
315897
315906
  {
315898
315907
  let c = _rest[0];
315899
315908
  super(15, 0, 0);
315900
- let d = c._fg();
315909
+ let d = c._fh();
315901
315910
  for (let e of fromEnum(d)) {
315902
315911
  this.r(e);
315903
315912
  }
@@ -316775,6 +316784,19 @@ let AUTOFILTERINFORecord = /*@__PURE__*/ (() => {
316775
316784
  class AUTOFILTERINFORecord extends Biff8RecordBase {
316776
316785
  h(a) {
316777
316786
  let b = a._aw._readUInt16();
316787
+ let c = a._aj.a(Worksheet.$);
316788
+ if (c != null) {
316789
+ let d = a._aj.a(CustomView.$);
316790
+ if (d == null) {
316791
+ let e = typeCast(NamedReference.$, a._b._a2("_FilterDatabase", c));
316792
+ if (e != null) {
316793
+ c.filterSettings._bs(e, false);
316794
+ }
316795
+ }
316796
+ else {
316797
+ let f = d._e(c, false);
316798
+ }
316799
+ }
316778
316800
  }
316779
316801
  i(a) {
316780
316802
  let b = a._ca.a(Worksheet.$);
@@ -317227,12 +317249,12 @@ let BOUNDSHEETRecord = /*@__PURE__*/ (() => {
317227
317249
  let g = a._b._sheets$i._add2(d._y, e, f);
317228
317250
  let h = g.type == 0 ? g : null;
317229
317251
  if (h != null) {
317230
- h._ek = false;
317252
+ h._el = false;
317231
317253
  h._br = c;
317232
317254
  }
317233
317255
  g._e.visibility = b;
317234
317256
  if (h != null) {
317235
- h._em = true;
317257
+ h._en = true;
317236
317258
  a._cv(h);
317237
317259
  }
317238
317260
  }
@@ -317471,7 +317493,7 @@ let COLINFORecord = /*@__PURE__*/ (() => {
317471
317493
  }
317472
317494
  if (c != 256) {
317473
317495
  d = Math.min(255, d);
317474
- b._hw(c, d, e, h, i, k);
317496
+ b._hx(c, d, e, h, i, k);
317475
317497
  }
317476
317498
  a._aw.seek(2, 1);
317477
317499
  }
@@ -317747,7 +317769,7 @@ let DEFCOLWIDTHRecord = /*@__PURE__*/ (() => {
317747
317769
  return;
317748
317770
  }
317749
317771
  let c = a._aw._readUInt16();
317750
- b._iq(c, 2, true, false);
317772
+ b._ir(c, 2, true, false);
317751
317773
  b._d7 = true;
317752
317774
  }
317753
317775
  i(a) {
@@ -321468,7 +321490,7 @@ let SHRFMLARecord = /*@__PURE__*/ (() => {
321468
321490
  c = j.p0;
321469
321491
  d = j.p1;
321470
321492
  let k = ((() => { let l = a._au(2, c, d); c = l.p1; d = l.p2; return l.ret; })());
321471
- b._h2(k, b._cx(e, g, f, h));
321493
+ b._h3(k, b._cx(e, g, f, h));
321472
321494
  let l = b._rows$i.item(e);
321473
321495
  a._bm.item(new WorksheetCellAddress(1, e, g), k);
321474
321496
  let m = new List$1(KeyValuePair$2.$.specialize(WorksheetCellAddress.$, ExcelCalcValue.$), 1, a._bl);
@@ -321689,7 +321711,7 @@ let STANDARDWIDTHRecord = /*@__PURE__*/ (() => {
321689
321711
  if (c != 0) {
321690
321712
  b.defaultColumnWidth = c;
321691
321713
  }
321692
- b._ek = true;
321714
+ b._el = true;
321693
321715
  }
321694
321716
  i(a) {
321695
321717
  let b = a._ca.a(Worksheet.$);
@@ -321697,7 +321719,7 @@ let STANDARDWIDTHRecord = /*@__PURE__*/ (() => {
321697
321719
  return;
321698
321720
  }
321699
321721
  let c = b.defaultColumnWidth;
321700
- if (Enumerable.b(WorksheetColumnBlock.$, b._ff, (d) => d.j)) {
321722
+ if (Enumerable.b(WorksheetColumnBlock.$, b._fg, (d) => d.j)) {
321701
321723
  c = 0;
321702
321724
  }
321703
321725
  a._cl._write17(c);
@@ -322875,7 +322897,7 @@ let USERSVIEWBEGINRecord = /*@__PURE__*/ (() => {
322875
322897
  ah.unfrozenPaneSettings.firstRowInBottomPane = ag;
322876
322898
  ah.unfrozenPaneSettings.topPaneHeight = 0;
322877
322899
  for (let ai = ab; ae > 0; ai++) {
322878
- let aj = e._gh(ai);
322900
+ let aj = e._gi(ai);
322879
322901
  let ak = Math.min(1, ae);
322880
322902
  ah.unfrozenPaneSettings.topPaneHeight += truncate((ak * aj));
322881
322903
  ae -= 1;
@@ -322889,7 +322911,7 @@ let USERSVIEWBEGINRecord = /*@__PURE__*/ (() => {
322889
322911
  ah.unfrozenPaneSettings.firstColumnInRightPane = af;
322890
322912
  ah.unfrozenPaneSettings.leftPaneWidth = 0;
322891
322913
  for (let al = ac; ad > 0; al++) {
322892
- let am = e._gd(al);
322914
+ let am = e._ge(al);
322893
322915
  let an = Math.min(1, ad);
322894
322916
  ah.unfrozenPaneSettings.leftPaneWidth += truncate((an * am));
322895
322917
  ad -= 1;
@@ -323026,7 +323048,7 @@ let USERSVIEWBEGINRecord = /*@__PURE__*/ (() => {
323026
323048
  let ao = an.unfrozenPaneSettings.topPaneHeight;
323027
323049
  ak = 0;
323028
323050
  for (let ap = ah;; ap++) {
323029
- let aq = c._gh(ap);
323051
+ let aq = c._gi(ap);
323030
323052
  if (aq < ao) {
323031
323053
  ak += 1;
323032
323054
  ao -= aq;
@@ -323049,7 +323071,7 @@ let USERSVIEWBEGINRecord = /*@__PURE__*/ (() => {
323049
323071
  let ar = an.unfrozenPaneSettings.leftPaneWidth;
323050
323072
  aj = 0;
323051
323073
  for (let as = ai;; as++) {
323052
- let at = c._gd(as);
323074
+ let at = c._ge(as);
323053
323075
  if (at < ar) {
323054
323076
  aj += 1;
323055
323077
  ar -= at;
@@ -323683,8 +323705,8 @@ let WSBOOLRecord = /*@__PURE__*/ (() => {
323683
323705
  return;
323684
323706
  }
323685
323707
  let c = a._aw._readUInt16();
323686
- b._em = (c & 64) == 64;
323687
- b.displayOptions._showExpansionIndicatorBelowGroupedRows$i = toNullable(Boolean_$type, b._em ? true : false);
323708
+ b._en = (c & 64) == 64;
323709
+ b.displayOptions._showExpansionIndicatorBelowGroupedRows$i = toNullable(Boolean_$type, b._en ? true : false);
323688
323710
  b.displayOptions._showExpansionIndicatorToRightOfGroupedColumns$i = toNullable(Boolean_$type, (c & 128) == 128 ? true : false);
323689
323711
  let d = (c & 256) == 256;
323690
323712
  if (d) {