igniteui-webcomponents-excel 4.7.2-beta.0 → 4.7.2-beta.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.
- package/bundles/igniteui-webcomponents-excel.umd.js +346 -295
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +328 -285
- package/esm2015/lib/Formula_VisitWorksheetVisitor.js +7 -0
- package/esm2015/lib/UltraCalcFunctionFormulaText.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +5 -5
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +4 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/DefaultStyleHelper_combined.js +329 -285
- package/esm5/lib/Formula_VisitWorksheetVisitor.js +7 -0
- package/esm5/lib/UltraCalcFunctionFormulaText.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +5 -5
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +4 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-excel.js +346 -296
- package/fesm5/igniteui-webcomponents-excel.js +346 -296
- package/lib/DefaultStyleHelper_combined.d.ts +67 -50
- package/lib/Formula_VisitWorksheetVisitor.d.ts +1 -0
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -61435,8 +61435,8 @@ let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
61435
61435
|
}
|
|
61436
61436
|
try {
|
|
61437
61437
|
let t = new TempCellCalcReference(true, b, new WorksheetCellAddress(1, c, d));
|
|
61438
|
-
l.
|
|
61439
|
-
let u = l.
|
|
61438
|
+
l._cz(t, k);
|
|
61439
|
+
let u = l._cg(k, t, false);
|
|
61440
61440
|
let v = typeCast(RefBase.$, u.toReference());
|
|
61441
61441
|
if (v != null) {
|
|
61442
61442
|
let w = v._am();
|
|
@@ -64647,7 +64647,7 @@ let Workbook = /*@__PURE__*/ (() => {
|
|
|
64647
64647
|
continue;
|
|
64648
64648
|
}
|
|
64649
64649
|
let r = q._formula;
|
|
64650
|
-
if (r != null && r.
|
|
64650
|
+
if (r != null && r._cl) {
|
|
64651
64651
|
a(e, r._i);
|
|
64652
64652
|
}
|
|
64653
64653
|
}
|
|
@@ -78539,14 +78539,14 @@ let Formula = /*@__PURE__*/ (() => {
|
|
|
78539
78539
|
let q;
|
|
78540
78540
|
let r = typeCast(CellCalcReference.$, p);
|
|
78541
78541
|
if (r != null) {
|
|
78542
|
-
if (r._t != n.
|
|
78542
|
+
if (r._t != n._ci._t) {
|
|
78543
78543
|
continue;
|
|
78544
78544
|
}
|
|
78545
78545
|
q = r._w._a7(r._ao)._di;
|
|
78546
78546
|
}
|
|
78547
78547
|
else {
|
|
78548
78548
|
let s = p._am();
|
|
78549
|
-
if (s == null || s.count == 0 || s.item(0).worksheet.workbook != n.
|
|
78549
|
+
if (s == null || s.count == 0 || s.item(0).worksheet.workbook != n._ci._t) {
|
|
78550
78550
|
continue;
|
|
78551
78551
|
}
|
|
78552
78552
|
let t = s.item(0);
|
|
@@ -78981,6 +78981,13 @@ let Formula = /*@__PURE__*/ (() => {
|
|
|
78981
78981
|
}
|
|
78982
78982
|
this._ac = true;
|
|
78983
78983
|
}
|
|
78984
|
+
/**
|
|
78985
|
+
* @hidden
|
|
78986
|
+
*/
|
|
78987
|
+
_cc(a) {
|
|
78988
|
+
let b = new FormulaContext(1, this._y, this);
|
|
78989
|
+
Formula_VisitWorksheetVisitor.a2(b, a);
|
|
78990
|
+
}
|
|
78984
78991
|
/**
|
|
78985
78992
|
* @hidden
|
|
78986
78993
|
*/
|
|
@@ -79545,39 +79552,39 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79545
79552
|
let c = _rest[0];
|
|
79546
79553
|
let d = _rest[1];
|
|
79547
79554
|
super(0, c, d);
|
|
79548
|
-
this.
|
|
79549
|
-
this.
|
|
79550
|
-
this.
|
|
79555
|
+
this._cd = null;
|
|
79556
|
+
this._cj = null;
|
|
79557
|
+
this._cm = null;
|
|
79558
|
+
this._co = 0;
|
|
79551
79559
|
this._cn = 0;
|
|
79552
|
-
this.
|
|
79553
|
-
this.
|
|
79554
|
-
this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
79560
|
+
this._ch = null;
|
|
79561
|
+
this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
79555
79562
|
}
|
|
79556
79563
|
break;
|
|
79557
79564
|
case 1:
|
|
79558
79565
|
{
|
|
79559
79566
|
let c = _rest[0];
|
|
79560
79567
|
super(1, c);
|
|
79561
|
-
this.
|
|
79562
|
-
this.
|
|
79563
|
-
this.
|
|
79568
|
+
this._cd = null;
|
|
79569
|
+
this._cj = null;
|
|
79570
|
+
this._cm = null;
|
|
79571
|
+
this._co = 0;
|
|
79564
79572
|
this._cn = 0;
|
|
79565
|
-
this.
|
|
79566
|
-
this.
|
|
79567
|
-
this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
79573
|
+
this._ch = null;
|
|
79574
|
+
this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
79568
79575
|
}
|
|
79569
79576
|
break;
|
|
79570
79577
|
case 2:
|
|
79571
79578
|
{
|
|
79572
79579
|
let c = _rest[0];
|
|
79573
79580
|
super(2, c);
|
|
79574
|
-
this.
|
|
79575
|
-
this.
|
|
79576
|
-
this.
|
|
79581
|
+
this._cd = null;
|
|
79582
|
+
this._cj = null;
|
|
79583
|
+
this._cm = null;
|
|
79584
|
+
this._co = 0;
|
|
79577
79585
|
this._cn = 0;
|
|
79578
|
-
this.
|
|
79579
|
-
this.
|
|
79580
|
-
this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
79586
|
+
this._ch = null;
|
|
79587
|
+
this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
79581
79588
|
}
|
|
79582
79589
|
break;
|
|
79583
79590
|
case 3:
|
|
@@ -79585,33 +79592,33 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79585
79592
|
let c = _rest[0];
|
|
79586
79593
|
let d = _rest[1];
|
|
79587
79594
|
super(3, c, d);
|
|
79588
|
-
this.
|
|
79589
|
-
this.
|
|
79590
|
-
this.
|
|
79595
|
+
this._cd = null;
|
|
79596
|
+
this._cj = null;
|
|
79597
|
+
this._cm = null;
|
|
79598
|
+
this._co = 0;
|
|
79591
79599
|
this._cn = 0;
|
|
79592
|
-
this.
|
|
79593
|
-
this.
|
|
79594
|
-
this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
79600
|
+
this._ch = null;
|
|
79601
|
+
this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
79595
79602
|
}
|
|
79596
79603
|
break;
|
|
79597
79604
|
}
|
|
79598
79605
|
}
|
|
79599
79606
|
addDynamicReferenceI(a) {
|
|
79600
79607
|
let b = null;
|
|
79601
|
-
let c = this.
|
|
79608
|
+
let c = this._ci._t;
|
|
79602
79609
|
if (c != null) {
|
|
79603
79610
|
b = c._w;
|
|
79604
79611
|
}
|
|
79605
79612
|
return this._addDynamicReference1(a, b);
|
|
79606
79613
|
}
|
|
79607
79614
|
get baseReference() {
|
|
79608
|
-
return this.
|
|
79615
|
+
return this._ci;
|
|
79609
79616
|
}
|
|
79610
79617
|
get dynamicReferences() {
|
|
79611
79618
|
return new SingleTargetFormula_DynamicReferenceCollection(this);
|
|
79612
79619
|
}
|
|
79613
79620
|
evaluate(a) {
|
|
79614
|
-
return this.
|
|
79621
|
+
return this._cg(this._ci._t, a, false);
|
|
79615
79622
|
}
|
|
79616
79623
|
get formulaString() {
|
|
79617
79624
|
return this._toString();
|
|
@@ -79620,17 +79627,17 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79620
79627
|
return new SingleTargetFormula_StaticReferenceCollection(this);
|
|
79621
79628
|
}
|
|
79622
79629
|
getEnumerator() {
|
|
79623
|
-
return this.
|
|
79630
|
+
return this._cm.getEnumerator();
|
|
79624
79631
|
}
|
|
79625
79632
|
getEnumeratorObject() {
|
|
79626
|
-
return this.
|
|
79633
|
+
return this._cm.getEnumerator();
|
|
79627
79634
|
}
|
|
79628
79635
|
_g() {
|
|
79629
79636
|
return new SingleTargetFormula(3, this, false);
|
|
79630
79637
|
}
|
|
79631
79638
|
get__z() {
|
|
79632
|
-
if (this.
|
|
79633
|
-
let a = this.
|
|
79639
|
+
if (this._ch != null) {
|
|
79640
|
+
let a = this._ch._t;
|
|
79634
79641
|
if (a != null) {
|
|
79635
79642
|
return a.currentFormat;
|
|
79636
79643
|
}
|
|
@@ -79641,11 +79648,11 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79641
79648
|
super.set__z(a);
|
|
79642
79649
|
}
|
|
79643
79650
|
get__bb() {
|
|
79644
|
-
let a = typeCast(CellCalcReference.$, this.
|
|
79651
|
+
let a = typeCast(CellCalcReference.$, this._ch);
|
|
79645
79652
|
if (a != null) {
|
|
79646
79653
|
return a._ao;
|
|
79647
79654
|
}
|
|
79648
|
-
let b = typeCast(TempCellCalcReference.$, this.
|
|
79655
|
+
let b = typeCast(TempCellCalcReference.$, this._ch);
|
|
79649
79656
|
if (b != null) {
|
|
79650
79657
|
return b._ao;
|
|
79651
79658
|
}
|
|
@@ -79655,11 +79662,11 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79655
79662
|
return this.get__bb();
|
|
79656
79663
|
}
|
|
79657
79664
|
get__ab() {
|
|
79658
|
-
let a = typeCast(CellCalcReference.$, this.
|
|
79665
|
+
let a = typeCast(CellCalcReference.$, this._ch);
|
|
79659
79666
|
if (a != null) {
|
|
79660
79667
|
return a._w;
|
|
79661
79668
|
}
|
|
79662
|
-
let b = typeCast(TempCellCalcReference.$, this.
|
|
79669
|
+
let b = typeCast(TempCellCalcReference.$, this._ch);
|
|
79663
79670
|
if (b != null && b._as >= 0) {
|
|
79664
79671
|
let c = b._u;
|
|
79665
79672
|
if (c != null) {
|
|
@@ -79672,11 +79679,11 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79672
79679
|
return this.get__ab();
|
|
79673
79680
|
}
|
|
79674
79681
|
get__aa() {
|
|
79675
|
-
let a = typeCast(CellCalcReference.$, this.
|
|
79682
|
+
let a = typeCast(CellCalcReference.$, this._ch);
|
|
79676
79683
|
if (a != null) {
|
|
79677
79684
|
return new WorksheetCellAddress(1, a._w.index, a._ao);
|
|
79678
79685
|
}
|
|
79679
|
-
let b = typeCast(TempCellCalcReference.$, this.
|
|
79686
|
+
let b = typeCast(TempCellCalcReference.$, this._ch);
|
|
79680
79687
|
if (b != null) {
|
|
79681
79688
|
return new WorksheetCellAddress(1, b._as, b._ao);
|
|
79682
79689
|
}
|
|
@@ -79686,15 +79693,15 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79686
79693
|
return this.get__aa();
|
|
79687
79694
|
}
|
|
79688
79695
|
_b7() {
|
|
79689
|
-
if (this.
|
|
79690
|
-
this.
|
|
79696
|
+
if (this._ch != null && this._ch._formula == this && this._ab != null) {
|
|
79697
|
+
this._ch._a0(this, false, true);
|
|
79691
79698
|
}
|
|
79692
79699
|
}
|
|
79693
79700
|
get__y() {
|
|
79694
|
-
return this.
|
|
79701
|
+
return this._ch != null ? this._ch._t : null;
|
|
79695
79702
|
}
|
|
79696
79703
|
get__t() {
|
|
79697
|
-
return this.
|
|
79704
|
+
return this._ch != null ? this._ch._r : null;
|
|
79698
79705
|
}
|
|
79699
79706
|
get _t() {
|
|
79700
79707
|
return this.get__t();
|
|
@@ -79705,18 +79712,18 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79705
79712
|
return false;
|
|
79706
79713
|
}
|
|
79707
79714
|
let e;
|
|
79708
|
-
for (e = 0; e < this.
|
|
79709
|
-
if (this.
|
|
79715
|
+
for (e = 0; e < this._co; e++) {
|
|
79716
|
+
if (this._cm._inner[e].isSubsetReference(d)) {
|
|
79710
79717
|
return false;
|
|
79711
79718
|
}
|
|
79712
79719
|
}
|
|
79713
|
-
let f = e + this.
|
|
79720
|
+
let f = e + this._cn;
|
|
79714
79721
|
for (; e < f; e++) {
|
|
79715
|
-
if (this.
|
|
79716
|
-
let g = this.
|
|
79717
|
-
if (!this.
|
|
79718
|
-
if (c && Base.equalsStatic(this.
|
|
79719
|
-
this.
|
|
79722
|
+
if (this._cm._inner[e].isSubsetReference(d)) {
|
|
79723
|
+
let g = this._cr(e);
|
|
79724
|
+
if (!this._cj.b(g)) {
|
|
79725
|
+
if (c && Base.equalsStatic(this._cm._inner[e], d)) {
|
|
79726
|
+
this._cy(g);
|
|
79720
79727
|
}
|
|
79721
79728
|
else {
|
|
79722
79729
|
continue;
|
|
@@ -79727,48 +79734,48 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79727
79734
|
}
|
|
79728
79735
|
let h = typeCast(CellCalcReference.$, d);
|
|
79729
79736
|
if (c) {
|
|
79730
|
-
this.
|
|
79731
|
-
this.
|
|
79732
|
-
this.
|
|
79737
|
+
this._cu(a, this._co + this._cn);
|
|
79738
|
+
this._cn++;
|
|
79739
|
+
this._cy(this._cn - 1);
|
|
79733
79740
|
}
|
|
79734
79741
|
else if (h != null) {
|
|
79735
|
-
let i = this.
|
|
79742
|
+
let i = this._cp(h);
|
|
79736
79743
|
if (0 <= i) {
|
|
79737
|
-
this.
|
|
79744
|
+
this._cy(this._cr(i));
|
|
79738
79745
|
return false;
|
|
79739
79746
|
}
|
|
79740
|
-
let j = this.
|
|
79741
|
-
this.
|
|
79747
|
+
let j = this._cu(h, ~i);
|
|
79748
|
+
this._cy(j);
|
|
79742
79749
|
}
|
|
79743
79750
|
else {
|
|
79744
|
-
let k = this.
|
|
79751
|
+
let k = this._cm.count;
|
|
79745
79752
|
for (let l = 0; e < k; e++, l++) {
|
|
79746
|
-
let m = this.
|
|
79753
|
+
let m = this._cm._inner[e];
|
|
79747
79754
|
if (typeCast(CellCalcReference.$, m) !== null) {
|
|
79748
79755
|
continue;
|
|
79749
79756
|
}
|
|
79750
79757
|
if (Base.equalsStatic(m, d)) {
|
|
79751
|
-
this.
|
|
79758
|
+
this._cy(l);
|
|
79752
79759
|
return false;
|
|
79753
79760
|
}
|
|
79754
79761
|
}
|
|
79755
|
-
let n = this.
|
|
79756
|
-
this.
|
|
79757
|
-
this.
|
|
79762
|
+
let n = this._cr(this._cm.count);
|
|
79763
|
+
this._cm.add(d);
|
|
79764
|
+
this._cy(n);
|
|
79758
79765
|
}
|
|
79759
79766
|
if (b != null) {
|
|
79760
|
-
b.ah(d, this.
|
|
79767
|
+
b.ah(d, this._ch);
|
|
79761
79768
|
}
|
|
79762
79769
|
else {
|
|
79763
79770
|
}
|
|
79764
79771
|
return true;
|
|
79765
79772
|
}
|
|
79766
|
-
|
|
79767
|
-
let b = this.
|
|
79768
|
-
let c = this.
|
|
79773
|
+
_cp(a) {
|
|
79774
|
+
let b = this._ct(this._cn);
|
|
79775
|
+
let c = this._cm.count - 1;
|
|
79769
79776
|
while (b <= c) {
|
|
79770
79777
|
let d = b + (intDivide((c - b), 2));
|
|
79771
|
-
let e = SingleTargetFormula.
|
|
79778
|
+
let e = SingleTargetFormula._cq(a, typeCast(CellCalcReference.$, this._cm._inner[d]));
|
|
79772
79779
|
if (e == 0) {
|
|
79773
79780
|
return d;
|
|
79774
79781
|
}
|
|
@@ -79781,25 +79788,25 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79781
79788
|
}
|
|
79782
79789
|
return ~b;
|
|
79783
79790
|
}
|
|
79784
|
-
|
|
79785
|
-
let b = this.
|
|
79786
|
-
if (this.
|
|
79791
|
+
_cv(a) {
|
|
79792
|
+
let b = this._cs();
|
|
79793
|
+
if (this._cj == null || b == 0) {
|
|
79787
79794
|
return;
|
|
79788
79795
|
}
|
|
79789
79796
|
for (let c = b - 1; c >= 0; c--) {
|
|
79790
|
-
if (this.
|
|
79791
|
-
if (c < this.
|
|
79792
|
-
this.
|
|
79797
|
+
if (this._cj.b(c) == false) {
|
|
79798
|
+
if (c < this._cn) {
|
|
79799
|
+
this._cn--;
|
|
79793
79800
|
}
|
|
79794
|
-
let d = this.
|
|
79795
|
-
let e = this.
|
|
79796
|
-
this.
|
|
79797
|
-
a.a0(e, this.
|
|
79801
|
+
let d = this._ct(c);
|
|
79802
|
+
let e = this._cm._inner[d];
|
|
79803
|
+
this._cm.removeAt(d);
|
|
79804
|
+
a.a0(e, this._ch);
|
|
79798
79805
|
}
|
|
79799
79806
|
}
|
|
79800
|
-
this.
|
|
79807
|
+
this._cj.h(false);
|
|
79801
79808
|
}
|
|
79802
|
-
static
|
|
79809
|
+
static _cq(a, b) {
|
|
79803
79810
|
if (a == b) {
|
|
79804
79811
|
return 0;
|
|
79805
79812
|
}
|
|
@@ -79816,32 +79823,32 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79816
79823
|
}
|
|
79817
79824
|
return b._u._am - a._u._am;
|
|
79818
79825
|
}
|
|
79819
|
-
|
|
79820
|
-
if (this.
|
|
79821
|
-
this.
|
|
79826
|
+
_cw(a) {
|
|
79827
|
+
if (this._cj == null) {
|
|
79828
|
+
this._cj = new SingleTargetFormula_SimpleBitArray(a + 1, false);
|
|
79822
79829
|
}
|
|
79823
|
-
else if (this.
|
|
79824
|
-
this.
|
|
79830
|
+
else if (this._cj.f <= a) {
|
|
79831
|
+
this._cj.f = Math.max(a + 1, this._cj.f * 2);
|
|
79825
79832
|
}
|
|
79826
79833
|
}
|
|
79827
79834
|
evaluateCore(a) {
|
|
79828
|
-
if (this.
|
|
79835
|
+
if (this._ch._aj) {
|
|
79829
79836
|
return null;
|
|
79830
79837
|
}
|
|
79831
|
-
return this.
|
|
79838
|
+
return this._cg(a, this._ch, false);
|
|
79832
79839
|
}
|
|
79833
|
-
|
|
79840
|
+
_cg(a, b, c) {
|
|
79834
79841
|
if (this._am) {
|
|
79835
|
-
return this.
|
|
79842
|
+
return this._cd;
|
|
79836
79843
|
}
|
|
79837
|
-
if (this.
|
|
79844
|
+
if (this._ci._ai) {
|
|
79838
79845
|
return new ExcelCalcValue(new ExcelCalcErrorValue(7));
|
|
79839
79846
|
}
|
|
79840
79847
|
try {
|
|
79841
79848
|
let d = new ExcelCalcNumberStack(b, this);
|
|
79842
79849
|
d._u = c;
|
|
79843
79850
|
let e;
|
|
79844
|
-
if (this.
|
|
79851
|
+
if (this._ch == b) {
|
|
79845
79852
|
e = new FormulaContext(1, a, this._i);
|
|
79846
79853
|
}
|
|
79847
79854
|
else {
|
|
@@ -79859,7 +79866,7 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79859
79866
|
}
|
|
79860
79867
|
}
|
|
79861
79868
|
}
|
|
79862
|
-
let h = FormulaEvaluator.a5(e, this.
|
|
79869
|
+
let h = FormulaEvaluator.a5(e, this._ci, d);
|
|
79863
79870
|
h.h();
|
|
79864
79871
|
if (d.count() == 0) {
|
|
79865
79872
|
return new ExcelCalcValue(new ExcelCalcErrorValue(1));
|
|
@@ -79874,41 +79881,41 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79874
79881
|
return new ExcelCalcValue(j);
|
|
79875
79882
|
}
|
|
79876
79883
|
}
|
|
79877
|
-
|
|
79878
|
-
return this.
|
|
79884
|
+
_cs() {
|
|
79885
|
+
return this._cm.count - this._co;
|
|
79879
79886
|
}
|
|
79880
|
-
|
|
79881
|
-
return a - this.
|
|
79887
|
+
_cr(a) {
|
|
79888
|
+
return a - this._co;
|
|
79882
79889
|
}
|
|
79883
|
-
|
|
79884
|
-
return a + this.
|
|
79890
|
+
_ct(a) {
|
|
79891
|
+
return a + this._co;
|
|
79885
79892
|
}
|
|
79886
|
-
|
|
79893
|
+
_cx(a) {
|
|
79887
79894
|
this._b6(a);
|
|
79888
79895
|
let b = new FormulaContext(1, a, this);
|
|
79889
79896
|
let c = SingleTargetFormula_StaticReferenceFinder.a3(b, this);
|
|
79890
79897
|
c.h();
|
|
79891
79898
|
}
|
|
79892
|
-
|
|
79893
|
-
let c = this.
|
|
79894
|
-
if (this.
|
|
79895
|
-
let d = this.
|
|
79896
|
-
this.
|
|
79897
|
-
this.
|
|
79899
|
+
_cu(a, b) {
|
|
79900
|
+
let c = this._cr(b);
|
|
79901
|
+
if (this._cj != null) {
|
|
79902
|
+
let d = this._cs();
|
|
79903
|
+
this._cw(d);
|
|
79904
|
+
this._cj.i(c);
|
|
79898
79905
|
}
|
|
79899
|
-
this.
|
|
79906
|
+
this._cm.insert(b, a);
|
|
79900
79907
|
return c;
|
|
79901
79908
|
}
|
|
79902
|
-
|
|
79903
|
-
this.
|
|
79904
|
-
this.
|
|
79909
|
+
_cy(a) {
|
|
79910
|
+
this._cw(a);
|
|
79911
|
+
this._cj.g(a, true);
|
|
79905
79912
|
}
|
|
79906
|
-
|
|
79907
|
-
if (this.
|
|
79913
|
+
_cz(a, b, c = false) {
|
|
79914
|
+
if (this._ch == a) {
|
|
79908
79915
|
return;
|
|
79909
79916
|
}
|
|
79910
|
-
let d = this.
|
|
79911
|
-
this.
|
|
79917
|
+
let d = this._ch;
|
|
79918
|
+
this._ch = a;
|
|
79912
79919
|
if (d != null) {
|
|
79913
79920
|
if (this._as) {
|
|
79914
79921
|
if (a == null && d._u != null && !c) {
|
|
@@ -79919,13 +79926,13 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79919
79926
|
this._bu();
|
|
79920
79927
|
}
|
|
79921
79928
|
}
|
|
79922
|
-
this.
|
|
79923
|
-
if (this.
|
|
79924
|
-
this.
|
|
79929
|
+
this._cm.clear();
|
|
79930
|
+
if (this._cj != null) {
|
|
79931
|
+
this._cj.h(false);
|
|
79925
79932
|
}
|
|
79926
|
-
if (this.
|
|
79933
|
+
if (this._ch != null) {
|
|
79927
79934
|
if (this._al == false) {
|
|
79928
|
-
this._b5(new FormulaContext(1, this.
|
|
79935
|
+
this._b5(new FormulaContext(1, this._ch._t, this));
|
|
79929
79936
|
}
|
|
79930
79937
|
if (this._i._aq == false) {
|
|
79931
79938
|
let e = new FormulaContext(1, b, this._i);
|
|
@@ -79933,31 +79940,31 @@ let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
79933
79940
|
f.h();
|
|
79934
79941
|
}
|
|
79935
79942
|
}
|
|
79936
|
-
this.
|
|
79943
|
+
this._co = this._cm.count;
|
|
79937
79944
|
}
|
|
79938
|
-
get
|
|
79939
|
-
return this.
|
|
79945
|
+
get _ce() {
|
|
79946
|
+
return this._cd;
|
|
79940
79947
|
}
|
|
79941
|
-
set
|
|
79942
|
-
if (this.
|
|
79943
|
-
this.
|
|
79944
|
-
if (this.
|
|
79948
|
+
set _ce(a) {
|
|
79949
|
+
if (this._ch != null && this._ch._ad) {
|
|
79950
|
+
this._ch._ad = false;
|
|
79951
|
+
if (this._cd != null && !this._ch._af) {
|
|
79945
79952
|
return;
|
|
79946
79953
|
}
|
|
79947
79954
|
}
|
|
79948
|
-
this.
|
|
79955
|
+
this._cd = a;
|
|
79949
79956
|
}
|
|
79950
79957
|
get hasAlwaysDirty() {
|
|
79951
79958
|
return this._ax;
|
|
79952
79959
|
}
|
|
79953
|
-
|
|
79960
|
+
get__cl() {
|
|
79954
79961
|
return true;
|
|
79955
79962
|
}
|
|
79956
|
-
get
|
|
79957
|
-
return this.
|
|
79963
|
+
get _cl() {
|
|
79964
|
+
return this.get__cl();
|
|
79958
79965
|
}
|
|
79959
|
-
get
|
|
79960
|
-
return this.
|
|
79966
|
+
get _ci() {
|
|
79967
|
+
return this._ch;
|
|
79961
79968
|
}
|
|
79962
79969
|
}
|
|
79963
79970
|
SingleTargetFormula.$t = /*@__PURE__*/ markType(SingleTargetFormula, 'SingleTargetFormula', Formula.$, [IExcelCalcFormula_$type, IExcelCalcReferenceCollectionEx_$type]);
|
|
@@ -80699,7 +80706,7 @@ let ChartTextAreaBase = /*@__PURE__*/ (() => {
|
|
|
80699
80706
|
*/
|
|
80700
80707
|
set _a5(a) {
|
|
80701
80708
|
if (a != this._a4) {
|
|
80702
|
-
if (a != null && a.
|
|
80709
|
+
if (a != null && a._ci == null) {
|
|
80703
80710
|
ChartTextAreaBase._a6(this.sheet, a);
|
|
80704
80711
|
}
|
|
80705
80712
|
let b = this._r(ChartTextAreaBase.$, SingleTargetFormula.$, this, 2, this._a4, a);
|
|
@@ -80848,7 +80855,7 @@ let ChartTextAreaBase = /*@__PURE__*/ (() => {
|
|
|
80848
80855
|
*/
|
|
80849
80856
|
get_text() {
|
|
80850
80857
|
if (this._a4 != null) {
|
|
80851
|
-
let a = this._a4.
|
|
80858
|
+
let a = this._a4._cg(this.workbook, null, false);
|
|
80852
80859
|
if (!a.isError) {
|
|
80853
80860
|
let b = a.toString();
|
|
80854
80861
|
if (b != this._b1) {
|
|
@@ -81136,7 +81143,7 @@ let ChartTextAreaBase = /*@__PURE__*/ (() => {
|
|
|
81136
81143
|
static _a6(a, b) {
|
|
81137
81144
|
if (b != null) {
|
|
81138
81145
|
let c = new TempCellCalcReference(true, a, new WorksheetCellAddress(1, 0, 0));
|
|
81139
|
-
b.
|
|
81146
|
+
b._cz(c, a.workbook);
|
|
81140
81147
|
}
|
|
81141
81148
|
return b;
|
|
81142
81149
|
}
|
|
@@ -90309,27 +90316,27 @@ let ArrayInteriorFormula = /*@__PURE__*/ (() => {
|
|
|
90309
90316
|
class ArrayInteriorFormula extends SingleTargetFormula {
|
|
90310
90317
|
constructor(a) {
|
|
90311
90318
|
super(1, a);
|
|
90312
|
-
this.
|
|
90313
|
-
this.
|
|
90319
|
+
this._c0 = null;
|
|
90320
|
+
this._c0 = a;
|
|
90314
90321
|
}
|
|
90315
90322
|
get owningValue() {
|
|
90316
|
-
return this.
|
|
90323
|
+
return this._c0;
|
|
90317
90324
|
}
|
|
90318
90325
|
_g() {
|
|
90319
|
-
return new ArrayInteriorFormula(this.
|
|
90326
|
+
return new ArrayInteriorFormula(this._c0);
|
|
90320
90327
|
}
|
|
90321
90328
|
get__i() {
|
|
90322
|
-
return this.
|
|
90329
|
+
return this._c0;
|
|
90323
90330
|
}
|
|
90324
90331
|
get__ak() {
|
|
90325
90332
|
return true;
|
|
90326
90333
|
}
|
|
90327
|
-
|
|
90328
|
-
let a = typeCast(CellCalcReference.$, this.
|
|
90329
|
-
return a != null && this.
|
|
90334
|
+
get__cl() {
|
|
90335
|
+
let a = typeCast(CellCalcReference.$, this._ci);
|
|
90336
|
+
return a != null && this._c0.cellRange != null && a._w.index == this._c0.cellRange.firstRow && a._ao == this._c0.cellRange._v;
|
|
90330
90337
|
}
|
|
90331
|
-
get
|
|
90332
|
-
return this.
|
|
90338
|
+
get _c1() {
|
|
90339
|
+
return this._c0;
|
|
90333
90340
|
}
|
|
90334
90341
|
}
|
|
90335
90342
|
ArrayInteriorFormula.$t = /*@__PURE__*/ markType(ArrayInteriorFormula, 'ArrayInteriorFormula', SingleTargetFormula.$, [IRegionBlockingSingleCellComponent_$type]);
|
|
@@ -90342,26 +90349,26 @@ let DataTableInteriorFormula = /*@__PURE__*/ (() => {
|
|
|
90342
90349
|
class DataTableInteriorFormula extends SingleTargetFormula {
|
|
90343
90350
|
constructor(a) {
|
|
90344
90351
|
super(2, a);
|
|
90345
|
-
this.
|
|
90346
|
-
this.
|
|
90347
|
-
this.
|
|
90352
|
+
this._c0 = null;
|
|
90353
|
+
this._c0 = a;
|
|
90354
|
+
this._ce = new ExcelCalcValue(0);
|
|
90348
90355
|
}
|
|
90349
90356
|
get owningValue() {
|
|
90350
|
-
return this.
|
|
90357
|
+
return this._c0;
|
|
90351
90358
|
}
|
|
90352
90359
|
_g() {
|
|
90353
|
-
return new DataTableInteriorFormula(this.
|
|
90360
|
+
return new DataTableInteriorFormula(this._c0);
|
|
90354
90361
|
}
|
|
90355
90362
|
get__am() {
|
|
90356
90363
|
return true;
|
|
90357
90364
|
}
|
|
90358
|
-
|
|
90359
|
-
let a = typeCast(CellCalcReference.$, this.
|
|
90360
|
-
let b = this.
|
|
90365
|
+
get__cl() {
|
|
90366
|
+
let a = typeCast(CellCalcReference.$, this._ci);
|
|
90367
|
+
let b = this._c0._h;
|
|
90361
90368
|
return a != null && b != null && a._w.index == b.firstRow && a._ao == b._v;
|
|
90362
90369
|
}
|
|
90363
|
-
get
|
|
90364
|
-
return this.
|
|
90370
|
+
get _c1() {
|
|
90371
|
+
return this._c0;
|
|
90365
90372
|
}
|
|
90366
90373
|
}
|
|
90367
90374
|
DataTableInteriorFormula.$t = /*@__PURE__*/ markType(DataTableInteriorFormula, 'DataTableInteriorFormula', SingleTargetFormula.$, [IRegionBlockingSingleCellComponent_$type]);
|
|
@@ -91119,7 +91126,7 @@ let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
91119
91126
|
if (c == null) {
|
|
91120
91127
|
return null;
|
|
91121
91128
|
}
|
|
91122
|
-
return c.
|
|
91129
|
+
return c._c1;
|
|
91123
91130
|
}
|
|
91124
91131
|
/**
|
|
91125
91132
|
* Gets the merged cells region which contains the cell at the specified index, or null if the cell is not merged.
|
|
@@ -91359,7 +91366,7 @@ let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
91359
91366
|
return null;
|
|
91360
91367
|
}
|
|
91361
91368
|
if (c._ak) {
|
|
91362
|
-
return c.
|
|
91369
|
+
return c._c1;
|
|
91363
91370
|
}
|
|
91364
91371
|
return c;
|
|
91365
91372
|
}
|
|
@@ -93158,7 +93165,7 @@ let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
93158
93165
|
if (b != null) {
|
|
93159
93166
|
b.addItem(new WorksheetCellAddress(1, this._cx, r._ao), s);
|
|
93160
93167
|
}
|
|
93161
|
-
if (s.
|
|
93168
|
+
if (s._cl) {
|
|
93162
93169
|
s._i._bu();
|
|
93163
93170
|
}
|
|
93164
93171
|
r._a0(null, false);
|
|
@@ -93860,10 +93867,10 @@ let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
93860
93867
|
if (g != null) {
|
|
93861
93868
|
if (g._ak) {
|
|
93862
93869
|
let h = g;
|
|
93863
|
-
if (!h.
|
|
93870
|
+
if (!h._cl) {
|
|
93864
93871
|
return;
|
|
93865
93872
|
}
|
|
93866
|
-
g = h.
|
|
93873
|
+
g = h._c1;
|
|
93867
93874
|
}
|
|
93868
93875
|
let i = this.worksheet._c;
|
|
93869
93876
|
g._ca(a, c, d, i, true);
|
|
@@ -94618,7 +94625,7 @@ let ConditionBase = /*@__PURE__*/ (() => {
|
|
|
94618
94625
|
}
|
|
94619
94626
|
if (d != null) {
|
|
94620
94627
|
if (c != null) {
|
|
94621
|
-
d.
|
|
94628
|
+
d._cz(c, a);
|
|
94622
94629
|
}
|
|
94623
94630
|
let e = d.evaluateCore(a);
|
|
94624
94631
|
if (e.isError || e.isNull) {
|
|
@@ -94641,9 +94648,9 @@ let ConditionBase = /*@__PURE__*/ (() => {
|
|
|
94641
94648
|
d = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b, c));
|
|
94642
94649
|
}
|
|
94643
94650
|
if (a._s != 7) {
|
|
94644
|
-
a.
|
|
94651
|
+
a._cz(d, this.workbook);
|
|
94645
94652
|
}
|
|
94646
|
-
let e = a.
|
|
94653
|
+
let e = a._cg(this.workbook, d, false);
|
|
94647
94654
|
if (false == e.isError && false == e.isNull) {
|
|
94648
94655
|
let f;
|
|
94649
94656
|
if (((() => { let g = e._toDouble1(f); f = g.p0; return g.ret; })())) {
|
|
@@ -94874,7 +94881,7 @@ let ConditionBase = /*@__PURE__*/ (() => {
|
|
|
94874
94881
|
if (a != null) {
|
|
94875
94882
|
let b = this._s();
|
|
94876
94883
|
let c = new TempCellCalcReference(true, this.worksheet, b);
|
|
94877
|
-
a.
|
|
94884
|
+
a._cz(c, this.workbook);
|
|
94878
94885
|
}
|
|
94879
94886
|
return a;
|
|
94880
94887
|
}
|
|
@@ -95306,16 +95313,16 @@ let ConditionBase = /*@__PURE__*/ (() => {
|
|
|
95306
95313
|
*/
|
|
95307
95314
|
_bp(a, b, c, d, e) {
|
|
95308
95315
|
if (c != null) {
|
|
95309
|
-
let f = c.
|
|
95316
|
+
let f = c._ci;
|
|
95310
95317
|
if (f != null) {
|
|
95311
|
-
c.
|
|
95318
|
+
c._cz(null, this.workbook);
|
|
95312
95319
|
}
|
|
95313
95320
|
let g = c._toString1(1);
|
|
95314
95321
|
if (c._av(this.worksheet, d, 0)) {
|
|
95315
95322
|
a(this, b, g);
|
|
95316
95323
|
}
|
|
95317
95324
|
if (f != null) {
|
|
95318
|
-
c.
|
|
95325
|
+
c._cz(f, this.workbook);
|
|
95319
95326
|
}
|
|
95320
95327
|
}
|
|
95321
95328
|
return {
|
|
@@ -95376,7 +95383,7 @@ let ConditionBase = /*@__PURE__*/ (() => {
|
|
|
95376
95383
|
_a3(a, b) {
|
|
95377
95384
|
let c = b != null ? b._toString2(1, this.workbook._e6) : null;
|
|
95378
95385
|
b = this._o(a, toNullable(CellReferenceMode_$type, 1));
|
|
95379
|
-
if (b != null && b.
|
|
95386
|
+
if (b != null && b._ci == null) {
|
|
95380
95387
|
this._m(b);
|
|
95381
95388
|
}
|
|
95382
95389
|
return {
|
|
@@ -98677,7 +98684,7 @@ let Worksheet = /*@__PURE__*/ (() => {
|
|
|
98677
98684
|
for (let ac = 0; ac < f.count; ac++) {
|
|
98678
98685
|
let ad = f._inner[ac];
|
|
98679
98686
|
let ae;
|
|
98680
|
-
if (((() => { let af = ad.
|
|
98687
|
+
if (((() => { let af = ad._cn(a, p, ae); ae = af.p2; return af.ret; })())) {
|
|
98681
98688
|
f.removeAt(ac);
|
|
98682
98689
|
ac--;
|
|
98683
98690
|
}
|
|
@@ -98872,7 +98879,7 @@ let Worksheet = /*@__PURE__*/ (() => {
|
|
|
98872
98879
|
let bb = ba._bk(a, c, c == null || false == c.shiftsColumns || !c.isUndoOperation);
|
|
98873
98880
|
}
|
|
98874
98881
|
for (let bc of fromEnum(f)) {
|
|
98875
|
-
bc.
|
|
98882
|
+
bc._c2(a, c, g.item(bc));
|
|
98876
98883
|
}
|
|
98877
98884
|
k = new WorksheetCellShiftResult(1, 0, h);
|
|
98878
98885
|
if (this.workbook != null) {
|
|
@@ -99206,7 +99213,7 @@ let Worksheet = /*@__PURE__*/ (() => {
|
|
|
99206
99213
|
let z = y.owningValue.blockedRegion;
|
|
99207
99214
|
let aa = typeCast(ArrayInteriorFormula.$, y);
|
|
99208
99215
|
if (aa != null) {
|
|
99209
|
-
if (a.s(ArrayFormula.$, e, b, aa.
|
|
99216
|
+
if (a.s(ArrayFormula.$, e, b, aa._c1, z._h) == false) {
|
|
99210
99217
|
return 6;
|
|
99211
99218
|
}
|
|
99212
99219
|
}
|
|
@@ -101873,7 +101880,7 @@ let WorksheetRegion = /*@__PURE__*/ (() => {
|
|
|
101873
101880
|
*/
|
|
101874
101881
|
applyArrayFormula(value) {
|
|
101875
101882
|
this._ao();
|
|
101876
|
-
let a = ArrayFormula.
|
|
101883
|
+
let a = ArrayFormula._cj(value, this._e.workbook);
|
|
101877
101884
|
a._applyTo3(this);
|
|
101878
101885
|
}
|
|
101879
101886
|
/**
|
|
@@ -108827,14 +108834,14 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
108827
108834
|
{
|
|
108828
108835
|
let c = _rest[0];
|
|
108829
108836
|
super(0, c, 1);
|
|
108830
|
-
this.
|
|
108837
|
+
this._cl = null;
|
|
108831
108838
|
}
|
|
108832
108839
|
break;
|
|
108833
108840
|
case 1:
|
|
108834
108841
|
{
|
|
108835
108842
|
let c = _rest[0];
|
|
108836
108843
|
super(3, c, false);
|
|
108837
|
-
this.
|
|
108844
|
+
this._cl = null;
|
|
108838
108845
|
}
|
|
108839
108846
|
break;
|
|
108840
108847
|
}
|
|
@@ -108855,17 +108862,17 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
108855
108862
|
if (a.length != 1) {
|
|
108856
108863
|
throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_ArrayFormulaMustHaveSingleRegion"), "regions");
|
|
108857
108864
|
}
|
|
108858
|
-
if (this.
|
|
108865
|
+
if (this._cl != null) {
|
|
108859
108866
|
throw new InvalidOperationException(1, ExcelUtils.eh("LE_InvalidOperationException_ArrayFormulaAlreadyApplied"));
|
|
108860
108867
|
}
|
|
108861
108868
|
let e = a[0];
|
|
108862
|
-
this.
|
|
108869
|
+
this._c0(e);
|
|
108863
108870
|
}
|
|
108864
108871
|
/**
|
|
108865
108872
|
* @hidden
|
|
108866
108873
|
*/
|
|
108867
108874
|
_br(a, b, c) {
|
|
108868
|
-
this.
|
|
108875
|
+
this._c0(a.worksheet._cx(a.index, b, a.index, b));
|
|
108869
108876
|
}
|
|
108870
108877
|
/**
|
|
108871
108878
|
* @hidden
|
|
@@ -108877,8 +108884,8 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
108877
108884
|
* @hidden
|
|
108878
108885
|
*/
|
|
108879
108886
|
get__z() {
|
|
108880
|
-
if (this.
|
|
108881
|
-
return this.
|
|
108887
|
+
if (this._cl != null && this._cl.worksheet != null) {
|
|
108888
|
+
return this._cl.worksheet._o;
|
|
108882
108889
|
}
|
|
108883
108890
|
return super.get__z();
|
|
108884
108891
|
}
|
|
@@ -108898,7 +108905,7 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
108898
108905
|
* @hidden
|
|
108899
108906
|
*/
|
|
108900
108907
|
get__bb() {
|
|
108901
|
-
return this.
|
|
108908
|
+
return this._cl != null ? this._cl._v : -1;
|
|
108902
108909
|
}
|
|
108903
108910
|
/**
|
|
108904
108911
|
* @hidden
|
|
@@ -108910,7 +108917,7 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
108910
108917
|
* @hidden
|
|
108911
108918
|
*/
|
|
108912
108919
|
get__ab() {
|
|
108913
|
-
return this.
|
|
108920
|
+
return this._cl != null ? this._cl._k : null;
|
|
108914
108921
|
}
|
|
108915
108922
|
/**
|
|
108916
108923
|
* @hidden
|
|
@@ -108922,7 +108929,7 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
108922
108929
|
* @hidden
|
|
108923
108930
|
*/
|
|
108924
108931
|
get__aa() {
|
|
108925
|
-
return this.
|
|
108932
|
+
return this._cl != null ? new WorksheetCellAddress(1, this._cl.firstRow, this._cl._v) : WorksheetCellAddress.b;
|
|
108926
108933
|
}
|
|
108927
108934
|
/**
|
|
108928
108935
|
* @hidden
|
|
@@ -108939,7 +108946,7 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
108939
108946
|
* @hidden
|
|
108940
108947
|
*/
|
|
108941
108948
|
get__t() {
|
|
108942
|
-
return this.
|
|
108949
|
+
return this._cl != null ? this._cl.worksheet : null;
|
|
108943
108950
|
}
|
|
108944
108951
|
/**
|
|
108945
108952
|
* @hidden
|
|
@@ -108975,7 +108982,7 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
108975
108982
|
* @hidden
|
|
108976
108983
|
*/
|
|
108977
108984
|
get blockedRegion() {
|
|
108978
|
-
return this.
|
|
108985
|
+
return this._cl;
|
|
108979
108986
|
}
|
|
108980
108987
|
/**
|
|
108981
108988
|
* Removes this array formula as the formula for the cells to which it was applied.
|
|
@@ -108984,12 +108991,12 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
108984
108991
|
* </p>
|
|
108985
108992
|
*/
|
|
108986
108993
|
clearCellRange() {
|
|
108987
|
-
if (this.
|
|
108994
|
+
if (this._cl == null) {
|
|
108988
108995
|
return;
|
|
108989
108996
|
}
|
|
108990
108997
|
let a = this._t;
|
|
108991
|
-
let b = ArrayFormula.
|
|
108992
|
-
let c = this.
|
|
108998
|
+
let b = ArrayFormula._cd[1];
|
|
108999
|
+
let c = this._cl;
|
|
108993
109000
|
let d = new ArrayFormula_FormulaChangeContext(1, this, c);
|
|
108994
109001
|
let e = a != null ? a.workbook : null;
|
|
108995
109002
|
let f = null;
|
|
@@ -109000,14 +109007,14 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109000
109007
|
e._df = true;
|
|
109001
109008
|
}
|
|
109002
109009
|
if (a != null) {
|
|
109003
|
-
for (let h = this.
|
|
109010
|
+
for (let h = this._cl.lastRow; h >= this._cl.firstRow; h--) {
|
|
109004
109011
|
let i = a._rows$i.item(h);
|
|
109005
|
-
for (let j = this.
|
|
109012
|
+
for (let j = this._cl._w; j >= this._cl._v; j--) {
|
|
109006
109013
|
i._d6(j, null, false);
|
|
109007
109014
|
}
|
|
109008
109015
|
}
|
|
109009
109016
|
}
|
|
109010
|
-
this.
|
|
109017
|
+
this._cl = null;
|
|
109011
109018
|
if (e != null) {
|
|
109012
109019
|
e._df = g;
|
|
109013
109020
|
}
|
|
@@ -109019,7 +109026,7 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109019
109026
|
/**
|
|
109020
109027
|
* @hidden
|
|
109021
109028
|
*/
|
|
109022
|
-
static
|
|
109029
|
+
static _cj(a, b) {
|
|
109023
109030
|
let c;
|
|
109024
109031
|
let d;
|
|
109025
109032
|
let e;
|
|
@@ -109084,7 +109091,7 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109084
109091
|
static _parse9(a, b, c, d) {
|
|
109085
109092
|
let e;
|
|
109086
109093
|
let f;
|
|
109087
|
-
if (((() => { let g = ArrayFormula.
|
|
109094
|
+
if (((() => { let g = ArrayFormula._ct(a, b, c, d, e, f); e = g.p4; f = g.p5; return g.ret; })())) {
|
|
109088
109095
|
return e;
|
|
109089
109096
|
}
|
|
109090
109097
|
throw f;
|
|
@@ -109092,27 +109099,27 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109092
109099
|
/**
|
|
109093
109100
|
* @hidden
|
|
109094
109101
|
*/
|
|
109095
|
-
static
|
|
109102
|
+
static _co(a, b, c) {
|
|
109096
109103
|
return {
|
|
109097
|
-
ret: ((() => { let d = ArrayFormula.
|
|
109104
|
+
ret: ((() => { let d = ArrayFormula._cv(a, b, ExcelUtils.cs, c); c = d.p3; return d.ret; })()),
|
|
109098
109105
|
p2: c
|
|
109099
109106
|
};
|
|
109100
109107
|
}
|
|
109101
109108
|
/**
|
|
109102
109109
|
* @hidden
|
|
109103
109110
|
*/
|
|
109104
|
-
static
|
|
109111
|
+
static _cv(a, b, c, d) {
|
|
109105
109112
|
return {
|
|
109106
|
-
ret: ((() => { let e = ArrayFormula.
|
|
109113
|
+
ret: ((() => { let e = ArrayFormula._cs(a, b, 2, c, d); d = e.p4; return e.ret; })()),
|
|
109107
109114
|
p3: d
|
|
109108
109115
|
};
|
|
109109
109116
|
}
|
|
109110
109117
|
/**
|
|
109111
109118
|
* @hidden
|
|
109112
109119
|
*/
|
|
109113
|
-
static
|
|
109120
|
+
static _cp(a, b, c, d) {
|
|
109114
109121
|
return {
|
|
109115
|
-
ret: ((() => { let e = ArrayFormula.
|
|
109122
|
+
ret: ((() => { let e = ArrayFormula._cw(a, b, ExcelUtils.cs, c, d); c = e.p3; d = e.p4; return e.ret; })()),
|
|
109116
109123
|
p2: c,
|
|
109117
109124
|
p3: d
|
|
109118
109125
|
};
|
|
@@ -109120,9 +109127,9 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109120
109127
|
/**
|
|
109121
109128
|
* @hidden
|
|
109122
109129
|
*/
|
|
109123
|
-
static
|
|
109130
|
+
static _cw(a, b, c, d, e) {
|
|
109124
109131
|
return {
|
|
109125
|
-
ret: ((() => { let f = ArrayFormula.
|
|
109132
|
+
ret: ((() => { let f = ArrayFormula._ct(a, b, 2, c, d, e); d = f.p4; e = f.p5; return f.ret; })()),
|
|
109126
109133
|
p3: d,
|
|
109127
109134
|
p4: e
|
|
109128
109135
|
};
|
|
@@ -109130,28 +109137,28 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109130
109137
|
/**
|
|
109131
109138
|
* @hidden
|
|
109132
109139
|
*/
|
|
109133
|
-
static
|
|
109140
|
+
static _cq(a, b, c, d) {
|
|
109134
109141
|
return {
|
|
109135
|
-
ret: ((() => { let e = ArrayFormula.
|
|
109142
|
+
ret: ((() => { let e = ArrayFormula._cs(a, b, c, ExcelUtils.cs, d); d = e.p4; return e.ret; })()),
|
|
109136
109143
|
p3: d
|
|
109137
109144
|
};
|
|
109138
109145
|
}
|
|
109139
109146
|
/**
|
|
109140
109147
|
* @hidden
|
|
109141
109148
|
*/
|
|
109142
|
-
static
|
|
109149
|
+
static _cs(a, b, c, d, e) {
|
|
109143
109150
|
let f;
|
|
109144
109151
|
return {
|
|
109145
|
-
ret: ((() => { let g = ArrayFormula.
|
|
109152
|
+
ret: ((() => { let g = ArrayFormula._ct(a, b, c, d, e, f); e = g.p4; f = g.p5; return g.ret; })()),
|
|
109146
109153
|
p4: e
|
|
109147
109154
|
};
|
|
109148
109155
|
}
|
|
109149
109156
|
/**
|
|
109150
109157
|
* @hidden
|
|
109151
109158
|
*/
|
|
109152
|
-
static
|
|
109159
|
+
static _cr(a, b, c, d, e) {
|
|
109153
109160
|
return {
|
|
109154
|
-
ret: ((() => { let f = ArrayFormula.
|
|
109161
|
+
ret: ((() => { let f = ArrayFormula._ct(a, b, c, ExcelUtils.cs, d, e); d = f.p4; e = f.p5; return f.ret; })()),
|
|
109155
109162
|
p3: d,
|
|
109156
109163
|
p4: e
|
|
109157
109164
|
};
|
|
@@ -109159,9 +109166,9 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109159
109166
|
/**
|
|
109160
109167
|
* @hidden
|
|
109161
109168
|
*/
|
|
109162
|
-
static
|
|
109169
|
+
static _ct(a, b, c, d, e, f) {
|
|
109163
109170
|
return {
|
|
109164
|
-
ret: ((() => { let g = ArrayFormula.
|
|
109171
|
+
ret: ((() => { let g = ArrayFormula._cu(a, b, c, d, e, f, null); e = g.p4; f = g.p5; return g.ret; })()),
|
|
109165
109172
|
p4: e,
|
|
109166
109173
|
p5: f
|
|
109167
109174
|
};
|
|
@@ -109169,7 +109176,7 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109169
109176
|
/**
|
|
109170
109177
|
* @hidden
|
|
109171
109178
|
*/
|
|
109172
|
-
static
|
|
109179
|
+
static _cu(a, b, c, d, e, f, g) {
|
|
109173
109180
|
let h;
|
|
109174
109181
|
let i = ((() => { let j = Formula._a0(a, b, 1, c, d, g, h, f); h = j.p6; f = j.p7; return j.ret; })());
|
|
109175
109182
|
let j = typeCast(ArrayFormula.$, h);
|
|
@@ -109183,7 +109190,7 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109183
109190
|
/**
|
|
109184
109191
|
* @hidden
|
|
109185
109192
|
*/
|
|
109186
|
-
|
|
109193
|
+
_c2(a, b, c) {
|
|
109187
109194
|
if (c != null) {
|
|
109188
109195
|
c.c(a, this);
|
|
109189
109196
|
}
|
|
@@ -109191,15 +109198,15 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109191
109198
|
/**
|
|
109192
109199
|
* @hidden
|
|
109193
109200
|
*/
|
|
109194
|
-
|
|
109201
|
+
_cn(a, b, c) {
|
|
109195
109202
|
c = null;
|
|
109196
|
-
if (this.
|
|
109203
|
+
if (this._cl == null || this._cl.worksheet == null) {
|
|
109197
109204
|
return {
|
|
109198
109205
|
ret: false,
|
|
109199
109206
|
p2: c
|
|
109200
109207
|
};
|
|
109201
109208
|
}
|
|
109202
|
-
if (WorksheetRegionAddress._r(b, toNullable(WorksheetRegionAddress.$, null)) && this.
|
|
109209
|
+
if (WorksheetRegionAddress._r(b, toNullable(WorksheetRegionAddress.$, null)) && this._cl.firstColumn >= b.value._w && this._cl.firstRow >= b.value._ac && this._cl.lastColumn <= b.value._x && this._cl.lastRow <= b.value._ae) {
|
|
109203
109210
|
let d = this._t.workbook;
|
|
109204
109211
|
let e = d._df;
|
|
109205
109212
|
d._df = false;
|
|
@@ -109210,7 +109217,7 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109210
109217
|
p2: c
|
|
109211
109218
|
};
|
|
109212
109219
|
}
|
|
109213
|
-
if (this.
|
|
109220
|
+
if (this._cl != null && this._cl.worksheet != null) {
|
|
109214
109221
|
c = new ShiftingArrayFormulaInfo(this);
|
|
109215
109222
|
this.clearCellRange();
|
|
109216
109223
|
}
|
|
@@ -109222,13 +109229,13 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109222
109229
|
/**
|
|
109223
109230
|
* @hidden
|
|
109224
109231
|
*/
|
|
109225
|
-
|
|
109232
|
+
_c0(a) {
|
|
109226
109233
|
let b = a.worksheet;
|
|
109227
109234
|
if (b == null) {
|
|
109228
109235
|
throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_RegionsShiftedOffWorksheet"), "regions");
|
|
109229
109236
|
}
|
|
109230
|
-
let c = this.
|
|
109231
|
-
let d = ArrayFormula.
|
|
109237
|
+
let c = this._cl;
|
|
109238
|
+
let d = ArrayFormula._cd[0];
|
|
109232
109239
|
let e = new ArrayFormula_FormulaChangeContext(1, this, a);
|
|
109233
109240
|
let f = b != null ? b.workbook : null;
|
|
109234
109241
|
let g = null;
|
|
@@ -109238,7 +109245,7 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109238
109245
|
try {
|
|
109239
109246
|
WorksheetCellBlock.az(this, a, a);
|
|
109240
109247
|
b._jd(this, a._k, a._v);
|
|
109241
|
-
this.
|
|
109248
|
+
this._cl = a;
|
|
109242
109249
|
for (let h = a.lastRow; h >= a.firstRow; h--) {
|
|
109243
109250
|
let i = b._rows$i.item(h);
|
|
109244
109251
|
for (let j = a._w; j >= a._v; j--) {
|
|
@@ -109256,29 +109263,29 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109256
109263
|
/**
|
|
109257
109264
|
* @hidden
|
|
109258
109265
|
*/
|
|
109259
|
-
static
|
|
109266
|
+
static _ck($tValue, a, b, c, d, e, f, g = true, h = true) {
|
|
109260
109267
|
return new ChangeInfo$2(ArrayFormula_FormulaChangeContext.$, $tValue, a, b, c, d, e, g, f, h, null, null);
|
|
109261
109268
|
}
|
|
109262
109269
|
/**
|
|
109263
109270
|
* @hidden
|
|
109264
109271
|
*/
|
|
109265
|
-
static
|
|
109272
|
+
static _ce() {
|
|
109266
109273
|
let a = new Array(2);
|
|
109267
|
-
ChangeInfo.f(a, 0, ArrayFormula.
|
|
109268
|
-
ChangeInfo.f(a, 1, ArrayFormula.
|
|
109274
|
+
ChangeInfo.f(a, 0, ArrayFormula._ck(WorksheetRegion.$, "Apply", 0, (b) => b.c(), (b, c) => ArrayFormula._c3(b, c), null, 8192));
|
|
109275
|
+
ChangeInfo.f(a, 1, ArrayFormula._ck(WorksheetRegion.$, "Clear", 10, (b) => b.c(), (b, c) => ArrayFormula._c4(b, c), null, 8192));
|
|
109269
109276
|
return a;
|
|
109270
109277
|
}
|
|
109271
109278
|
/**
|
|
109272
109279
|
* @hidden
|
|
109273
109280
|
*/
|
|
109274
|
-
static
|
|
109281
|
+
static _c3(a, b) {
|
|
109275
109282
|
a.a.clearCellRange();
|
|
109276
109283
|
}
|
|
109277
109284
|
/**
|
|
109278
109285
|
* @hidden
|
|
109279
109286
|
*/
|
|
109280
|
-
static
|
|
109281
|
-
a.a.
|
|
109287
|
+
static _c4(a, b) {
|
|
109288
|
+
a.a._c0(b);
|
|
109282
109289
|
}
|
|
109283
109290
|
/**
|
|
109284
109291
|
* Gets the cells to which the array formula is applied.
|
|
@@ -109288,26 +109295,26 @@ let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
109288
109295
|
* The cells to which the array formula is applied.
|
|
109289
109296
|
*/
|
|
109290
109297
|
get cellRange() {
|
|
109291
|
-
return this.
|
|
109298
|
+
return this._cl;
|
|
109292
109299
|
}
|
|
109293
109300
|
}
|
|
109294
109301
|
ArrayFormula.$t = /*@__PURE__*/ markType(ArrayFormula, 'ArrayFormula', Formula.$, [IRegionBlockingValue_$type]);
|
|
109295
109302
|
/**
|
|
109296
109303
|
* @hidden
|
|
109297
109304
|
*/
|
|
109298
|
-
ArrayFormula.
|
|
109305
|
+
ArrayFormula._cx = 0;
|
|
109299
109306
|
/**
|
|
109300
109307
|
* @hidden
|
|
109301
109308
|
*/
|
|
109302
|
-
ArrayFormula.
|
|
109309
|
+
ArrayFormula._cy = 1;
|
|
109303
109310
|
/**
|
|
109304
109311
|
* @hidden
|
|
109305
109312
|
*/
|
|
109306
|
-
ArrayFormula.
|
|
109313
|
+
ArrayFormula._cz = 2;
|
|
109307
109314
|
/**
|
|
109308
109315
|
* @hidden
|
|
109309
109316
|
*/
|
|
109310
|
-
ArrayFormula.
|
|
109317
|
+
ArrayFormula._cd = /*@__PURE__*/ ArrayFormula._ce();
|
|
109311
109318
|
return ArrayFormula;
|
|
109312
109319
|
})();
|
|
109313
109320
|
/**
|
|
@@ -109337,7 +109344,7 @@ let ShiftingArrayFormulaInfo = /*@__PURE__*/ (() => {
|
|
|
109337
109344
|
let f = this.a.worksheet._rows$i.item(d.o);
|
|
109338
109345
|
let g = f._as(d.m)._formula;
|
|
109339
109346
|
if (g != null) {
|
|
109340
|
-
g.
|
|
109347
|
+
g._ce = c.value;
|
|
109341
109348
|
}
|
|
109342
109349
|
else {
|
|
109343
109350
|
}
|
|
@@ -110974,6 +110981,42 @@ let Formula_VerifyFormatLimitsVisitor = /*@__PURE__*/ (() => {
|
|
|
110974
110981
|
Formula_VerifyFormatLimitsVisitor.a0 = null;
|
|
110975
110982
|
return Formula_VerifyFormatLimitsVisitor;
|
|
110976
110983
|
})();
|
|
110984
|
+
/**
|
|
110985
|
+
* @hidden
|
|
110986
|
+
*/
|
|
110987
|
+
let Formula_VisitWorksheetVisitor = /*@__PURE__*/ (() => {
|
|
110988
|
+
class Formula_VisitWorksheetVisitor extends FormulaTokenVisitor {
|
|
110989
|
+
constructor() {
|
|
110990
|
+
super();
|
|
110991
|
+
this.a1 = null;
|
|
110992
|
+
}
|
|
110993
|
+
g() {
|
|
110994
|
+
this.a1 = null;
|
|
110995
|
+
super.g();
|
|
110996
|
+
}
|
|
110997
|
+
aq(a) {
|
|
110998
|
+
let b = typeCast(WorksheetReferenceLocal.$, a.o);
|
|
110999
|
+
if (b != null) {
|
|
111000
|
+
this.a1(b.u);
|
|
111001
|
+
}
|
|
111002
|
+
}
|
|
111003
|
+
static a2(a, b) {
|
|
111004
|
+
let c = Formula_VisitWorksheetVisitor.a0(a, b);
|
|
111005
|
+
c.h();
|
|
111006
|
+
}
|
|
111007
|
+
static a0(a, b) {
|
|
111008
|
+
if (Formula_VisitWorksheetVisitor.az == null) {
|
|
111009
|
+
Formula_VisitWorksheetVisitor.az = new Formula_VisitWorksheetVisitor();
|
|
111010
|
+
}
|
|
111011
|
+
Formula_VisitWorksheetVisitor.az.b = a;
|
|
111012
|
+
Formula_VisitWorksheetVisitor.az.a1 = b;
|
|
111013
|
+
return Formula_VisitWorksheetVisitor.az;
|
|
111014
|
+
}
|
|
111015
|
+
}
|
|
111016
|
+
Formula_VisitWorksheetVisitor.$t = /*@__PURE__*/ markType(Formula_VisitWorksheetVisitor, 'Formula_VisitWorksheetVisitor', FormulaTokenVisitor.$);
|
|
111017
|
+
Formula_VisitWorksheetVisitor.az = null;
|
|
111018
|
+
return Formula_VisitWorksheetVisitor;
|
|
111019
|
+
})();
|
|
110977
111020
|
/**
|
|
110978
111021
|
* @hidden
|
|
110979
111022
|
*/
|
|
@@ -111351,7 +111394,7 @@ let NamedReferenceFormula = /*@__PURE__*/ (() => {
|
|
|
111351
111394
|
return new NamedReferenceFormula(1, this);
|
|
111352
111395
|
}
|
|
111353
111396
|
_b7() {
|
|
111354
|
-
let a = this.
|
|
111397
|
+
let a = this._ci;
|
|
111355
111398
|
if (a != null && a._formula == this) {
|
|
111356
111399
|
a._a0(this, false, true);
|
|
111357
111400
|
}
|
|
@@ -111490,8 +111533,8 @@ let SingleTargetFormula_DynamicReferenceCollection = /*@__PURE__*/ (() => {
|
|
|
111490
111533
|
this._a = a;
|
|
111491
111534
|
}
|
|
111492
111535
|
*_getEnumeratorObject() {
|
|
111493
|
-
for (let a = this._a.
|
|
111494
|
-
yield this._a.
|
|
111536
|
+
for (let a = this._a._co; a < this._a._cm.count; a++) {
|
|
111537
|
+
yield this._a._cm._inner[a];
|
|
111495
111538
|
}
|
|
111496
111539
|
}
|
|
111497
111540
|
getEnumeratorObject() {
|
|
@@ -111522,8 +111565,8 @@ let SingleTargetFormula_StaticReferenceCollection = /*@__PURE__*/ (() => {
|
|
|
111522
111565
|
this._a = a;
|
|
111523
111566
|
}
|
|
111524
111567
|
*_getEnumeratorObject() {
|
|
111525
|
-
for (let a = 0; a < this._a.
|
|
111526
|
-
yield this._a.
|
|
111568
|
+
for (let a = 0; a < this._a._co; a++) {
|
|
111569
|
+
yield this._a._cm._inner[a];
|
|
111527
111570
|
}
|
|
111528
111571
|
}
|
|
111529
111572
|
getEnumeratorObject() {
|
|
@@ -111567,7 +111610,7 @@ let SingleTargetFormula_StaticReferenceFinder = /*@__PURE__*/ (() => {
|
|
|
111567
111610
|
}
|
|
111568
111611
|
f() {
|
|
111569
111612
|
if (this.a5.f != 0) {
|
|
111570
|
-
this.a7(this.a5.e(), true, CalcUtilities.h(this.a1.
|
|
111613
|
+
this.a7(this.a5.e(), true, CalcUtilities.h(this.a1._ci));
|
|
111571
111614
|
}
|
|
111572
111615
|
for (let a = 0; a < this.az.length; a++) {
|
|
111573
111616
|
let b;
|
|
@@ -111647,12 +111690,12 @@ let SingleTargetFormula_StaticReferenceFinder = /*@__PURE__*/ (() => {
|
|
|
111647
111690
|
}
|
|
111648
111691
|
}
|
|
111649
111692
|
}
|
|
111650
|
-
for (let k = 0; k < this.a1.
|
|
111651
|
-
if (this.a1.
|
|
111693
|
+
for (let k = 0; k < this.a1._cm.count; k++) {
|
|
111694
|
+
if (this.a1._cm._inner[k].containsReference(c)) {
|
|
111652
111695
|
return;
|
|
111653
111696
|
}
|
|
111654
111697
|
}
|
|
111655
|
-
this.a1.
|
|
111698
|
+
this.a1._cm.add(c);
|
|
111656
111699
|
}
|
|
111657
111700
|
static a3(a, b) {
|
|
111658
111701
|
if (SingleTargetFormula_StaticReferenceFinder.a2 == null) {
|
|
@@ -111678,7 +111721,7 @@ let SingleTargetFormula_StaticReferenceFinder = /*@__PURE__*/ (() => {
|
|
|
111678
111721
|
if (d == null) {
|
|
111679
111722
|
return;
|
|
111680
111723
|
}
|
|
111681
|
-
if (this.a1.
|
|
111724
|
+
if (this.a1._ci._aj && d.p) {
|
|
111682
111725
|
return;
|
|
111683
111726
|
}
|
|
111684
111727
|
let e = typeCast(NameToken.$, d);
|
|
@@ -130964,7 +131007,7 @@ let ExcelCalcEngine = /*@__PURE__*/ (() => {
|
|
|
130964
131007
|
if (a == null) {
|
|
130965
131008
|
return;
|
|
130966
131009
|
}
|
|
130967
|
-
this.a2(a, a.
|
|
131010
|
+
this.a2(a, a._ci, true);
|
|
130968
131011
|
this.h.af(a);
|
|
130969
131012
|
}
|
|
130970
131013
|
v() {
|
|
@@ -131077,7 +131120,7 @@ let ExcelCalcEngine = /*@__PURE__*/ (() => {
|
|
|
131077
131120
|
if (a == null) {
|
|
131078
131121
|
return;
|
|
131079
131122
|
}
|
|
131080
|
-
this.a2(a, a.
|
|
131123
|
+
this.a2(a, a._ci, false);
|
|
131081
131124
|
this.h.ax(a);
|
|
131082
131125
|
}
|
|
131083
131126
|
a3() {
|
|
@@ -131110,7 +131153,7 @@ let ExcelCalcEngine = /*@__PURE__*/ (() => {
|
|
|
131110
131153
|
let f = c._as(d);
|
|
131111
131154
|
let g;
|
|
131112
131155
|
if (e._formula != null) {
|
|
131113
|
-
g = e._formula.
|
|
131156
|
+
g = e._formula._ce;
|
|
131114
131157
|
}
|
|
131115
131158
|
else {
|
|
131116
131159
|
g = new ExcelCalcValue(a._getCellValue1(b));
|
|
@@ -131256,7 +131299,7 @@ let ExcelCalcEngine = /*@__PURE__*/ (() => {
|
|
|
131256
131299
|
if (null == b) {
|
|
131257
131300
|
return;
|
|
131258
131301
|
}
|
|
131259
|
-
if (b.
|
|
131302
|
+
if (b._cs() != 0) {
|
|
131260
131303
|
this.ad.add_1(b);
|
|
131261
131304
|
}
|
|
131262
131305
|
let c;
|
|
@@ -131333,7 +131376,7 @@ let ExcelCalcEngine = /*@__PURE__*/ (() => {
|
|
|
131333
131376
|
}, () => this.c(e.current)), () => this.s = false);
|
|
131334
131377
|
}), () => WorkItemExtensions.a(this.a(), () => {
|
|
131335
131378
|
for (let d of fromEnum(this.ad)) {
|
|
131336
|
-
d.
|
|
131379
|
+
d._cv(this);
|
|
131337
131380
|
}
|
|
131338
131381
|
}));
|
|
131339
131382
|
}, () => {
|
|
@@ -131556,7 +131599,7 @@ let RefBase = /*@__PURE__*/ (() => {
|
|
|
131556
131599
|
if (a == null || e == null) {
|
|
131557
131600
|
return;
|
|
131558
131601
|
}
|
|
131559
|
-
a.
|
|
131602
|
+
a._cz(this, e, d);
|
|
131560
131603
|
this._az(a);
|
|
131561
131604
|
if (this._ak) {
|
|
131562
131605
|
e._g9(a);
|
|
@@ -131619,7 +131662,7 @@ let RefBase = /*@__PURE__*/ (() => {
|
|
|
131619
131662
|
if (c != null) {
|
|
131620
131663
|
c._iw(b);
|
|
131621
131664
|
}
|
|
131622
|
-
b.
|
|
131665
|
+
b._cz(null, c, a);
|
|
131623
131666
|
this._az(null);
|
|
131624
131667
|
}
|
|
131625
131668
|
_ay(a, b) {
|
|
@@ -132019,14 +132062,14 @@ let CellCalcReferenceBase = /*@__PURE__*/ (() => {
|
|
|
132019
132062
|
else if (typeCast(HyperlinkResult.$, b) !== null && (typeCast(HyperlinkResult.$, a.value) !== null) == false) {
|
|
132020
132063
|
b = b.toString();
|
|
132021
132064
|
}
|
|
132022
|
-
this._a2.
|
|
132065
|
+
this._a2._ce = new ExcelCalcValue(b);
|
|
132023
132066
|
}
|
|
132024
132067
|
get__c() {
|
|
132025
132068
|
if (this._a3.worksheet.workbook == null) {
|
|
132026
132069
|
return ExcelReferenceError._a2.value;
|
|
132027
132070
|
}
|
|
132028
132071
|
if (this._a2 != null) {
|
|
132029
|
-
return this._a2.
|
|
132072
|
+
return this._a2._ce;
|
|
132030
132073
|
}
|
|
132031
132074
|
return CalcUtilities.c(this._a3._c5(this._a8));
|
|
132032
132075
|
}
|
|
@@ -132046,7 +132089,7 @@ let CellCalcReferenceBase = /*@__PURE__*/ (() => {
|
|
|
132046
132089
|
p1: b
|
|
132047
132090
|
};
|
|
132048
132091
|
}
|
|
132049
|
-
let d = c.
|
|
132092
|
+
let d = c._c1.cellRange;
|
|
132050
132093
|
b = this._a3.index - d.firstRow;
|
|
132051
132094
|
a = this._a8 - d.firstColumn;
|
|
132052
132095
|
return {
|
|
@@ -132217,7 +132260,7 @@ let DependencyGraph = /*@__PURE__*/ (() => {
|
|
|
132217
132260
|
}
|
|
132218
132261
|
af(a) {
|
|
132219
132262
|
this.ao();
|
|
132220
|
-
let b = a.
|
|
132263
|
+
let b = a._ci;
|
|
132221
132264
|
if ((typeCast(NamedCalcReferenceBase.$, b) !== null) == false) {
|
|
132222
132265
|
b._ab = true;
|
|
132223
132266
|
}
|
|
@@ -132309,7 +132352,7 @@ let DependencyGraph = /*@__PURE__*/ (() => {
|
|
|
132309
132352
|
}
|
|
132310
132353
|
ax(a) {
|
|
132311
132354
|
this.ao();
|
|
132312
|
-
let b = a.
|
|
132355
|
+
let b = a._ci;
|
|
132313
132356
|
b._ab = false;
|
|
132314
132357
|
this.ap(b);
|
|
132315
132358
|
if (!this.t.remove(b)) {
|
|
@@ -146471,7 +146514,7 @@ let WorksheetCellBlock = /*@__PURE__*/ (() => {
|
|
|
146471
146514
|
}
|
|
146472
146515
|
if (d != null) {
|
|
146473
146516
|
if (d._formula != null) {
|
|
146474
|
-
let e = d._formula.
|
|
146517
|
+
let e = d._formula._ce;
|
|
146475
146518
|
if (e != null) {
|
|
146476
146519
|
return CalcUtilities.n(e.value, c);
|
|
146477
146520
|
}
|
|
@@ -155906,10 +155949,10 @@ let TempCellCalcReference = /*@__PURE__*/ (() => {
|
|
|
155906
155949
|
else if (typeCast(HyperlinkResult.$, b) !== null && (typeCast(HyperlinkResult.$, a.value) !== null) == false) {
|
|
155907
155950
|
b = b.toString();
|
|
155908
155951
|
}
|
|
155909
|
-
this._a3.
|
|
155952
|
+
this._a3._ce = new ExcelCalcValue(b);
|
|
155910
155953
|
}
|
|
155911
155954
|
get__c() {
|
|
155912
|
-
return this._formula.
|
|
155955
|
+
return this._formula._ce;
|
|
155913
155956
|
}
|
|
155914
155957
|
get _c() {
|
|
155915
155958
|
return this.get__c();
|
|
@@ -165478,7 +165521,7 @@ let SortSettings_ShiftFormulaChangeContext$1 = /*@__PURE__*/ (() => {
|
|
|
165478
165521
|
let b = new CellShiftOperation(1, this.sheet, 3, this.a.l._ac + a, this.a.l._ae + a, this.a.l._w, this.a.l._x, -a);
|
|
165479
165522
|
let c = typeCast(ArrayInteriorFormula.$, this.b);
|
|
165480
165523
|
if (c != null) {
|
|
165481
|
-
let d = c.
|
|
165524
|
+
let d = c._c1.cellRange._d(b, false);
|
|
165482
165525
|
}
|
|
165483
165526
|
this.b._av(this.sheet, b, 1);
|
|
165484
165527
|
SortSettings$1.$t.specialize(this.$t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1(this.$t, 1, b, this.b), null, null);
|
|
@@ -165740,7 +165783,7 @@ let SortSettings$1 = /*@__PURE__*/ (() => {
|
|
|
165740
165783
|
let p = new CellShiftOperation(1, d, 3, a.index, a.index, e, e, b.index - a.index);
|
|
165741
165784
|
let q = typeCast(ArrayInteriorFormula.$, o);
|
|
165742
165785
|
if (q != null) {
|
|
165743
|
-
let r = q.
|
|
165786
|
+
let r = q._c1.cellRange._d(p, false);
|
|
165744
165787
|
}
|
|
165745
165788
|
o._av(d, p, 1);
|
|
165746
165789
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, p, o), null, null);
|
|
@@ -165750,7 +165793,7 @@ let SortSettings$1 = /*@__PURE__*/ (() => {
|
|
|
165750
165793
|
let t = new CellShiftOperation(1, d, 3, b.index, b.index, e, e, a.index - b.index);
|
|
165751
165794
|
let u = typeCast(ArrayInteriorFormula.$, s);
|
|
165752
165795
|
if (u != null) {
|
|
165753
|
-
let v = u.
|
|
165796
|
+
let v = u._c1.cellRange._d(t, false);
|
|
165754
165797
|
}
|
|
165755
165798
|
s._av(d, t, 1);
|
|
165756
165799
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, t, s), null, null);
|
|
@@ -165787,7 +165830,7 @@ let SortSettings$1 = /*@__PURE__*/ (() => {
|
|
|
165787
165830
|
let q = new CellShiftOperation(1, d, 0, a.index, a.index, e, e, f - e);
|
|
165788
165831
|
let r = typeCast(ArrayInteriorFormula.$, p);
|
|
165789
165832
|
if (r != null) {
|
|
165790
|
-
let s = r.
|
|
165833
|
+
let s = r._c1.cellRange._d(q, false);
|
|
165791
165834
|
}
|
|
165792
165835
|
p._av(d, q, 1);
|
|
165793
165836
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, q, p), null, null);
|
|
@@ -165797,7 +165840,7 @@ let SortSettings$1 = /*@__PURE__*/ (() => {
|
|
|
165797
165840
|
let u = new CellShiftOperation(1, d, 0, a.index, a.index, f, f, e - f);
|
|
165798
165841
|
let v = typeCast(ArrayInteriorFormula.$, t);
|
|
165799
165842
|
if (v != null) {
|
|
165800
|
-
let w = v.
|
|
165843
|
+
let w = v._c1.cellRange._d(u, false);
|
|
165801
165844
|
}
|
|
165802
165845
|
t._av(d, u, 1);
|
|
165803
165846
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, u, t), null, null);
|
|
@@ -173342,7 +173385,7 @@ let DataValidationCalcReference = /*@__PURE__*/ (() => {
|
|
|
173342
173385
|
return false;
|
|
173343
173386
|
}
|
|
173344
173387
|
get__c() {
|
|
173345
|
-
return this._formula.
|
|
173388
|
+
return this._formula._ce;
|
|
173346
173389
|
}
|
|
173347
173390
|
}
|
|
173348
173391
|
DataValidationCalcReference.$t = /*@__PURE__*/ markType(DataValidationCalcReference, 'DataValidationCalcReference', CellCalcReferenceBase.$);
|
|
@@ -180804,7 +180847,7 @@ let ThresholdConditionBase = /*@__PURE__*/ (() => {
|
|
|
180804
180847
|
if (this._bx != null) {
|
|
180805
180848
|
let b = this.regions.item(0);
|
|
180806
180849
|
let c = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b.firstRow, b.firstColumn));
|
|
180807
|
-
this._bx.
|
|
180850
|
+
this._bx._cz(c, this.workbook);
|
|
180808
180851
|
a(this.worksheet, this._bx);
|
|
180809
180852
|
}
|
|
180810
180853
|
}
|
|
@@ -180881,7 +180924,7 @@ let ThresholdConditionBase = /*@__PURE__*/ (() => {
|
|
|
180881
180924
|
*/
|
|
180882
180925
|
set _by(a) {
|
|
180883
180926
|
if (a != this._bx) {
|
|
180884
|
-
if (a != null && a.
|
|
180927
|
+
if (a != null && a._ci == null) {
|
|
180885
180928
|
this._m(a);
|
|
180886
180929
|
}
|
|
180887
180930
|
let b = ThresholdConditionBase._bt[0].g(ThresholdConditionBase.$, SingleTargetFormula.$, this, this._bx, a);
|
|
@@ -181010,7 +181053,7 @@ let ThresholdConditionBase = /*@__PURE__*/ (() => {
|
|
|
181010
181053
|
*/
|
|
181011
181054
|
_bz(a) {
|
|
181012
181055
|
if (this._bx != null && a != null) {
|
|
181013
|
-
let b = this._bx.
|
|
181056
|
+
let b = this._bx._cg(this.workbook, a, false);
|
|
181014
181057
|
return b._al(this.workbook._e6);
|
|
181015
181058
|
}
|
|
181016
181059
|
return true;
|
|
@@ -182337,16 +182380,16 @@ let ConditionValue = /*@__PURE__*/ (() => {
|
|
|
182337
182380
|
*/
|
|
182338
182381
|
shiftFormulas(callback, shiftOperation, operationOverride) {
|
|
182339
182382
|
if (this._j != null) {
|
|
182340
|
-
let a = this._j.
|
|
182383
|
+
let a = this._j._ci;
|
|
182341
182384
|
if (a != null) {
|
|
182342
|
-
this._j.
|
|
182385
|
+
this._j._cz(null, this._h.workbook);
|
|
182343
182386
|
}
|
|
182344
182387
|
let b = this._j._toString2(1, this._h.workbook._e6);
|
|
182345
182388
|
if (this._j._av(this._h.worksheet, shiftOperation, 0)) {
|
|
182346
182389
|
callback(this, null, b);
|
|
182347
182390
|
}
|
|
182348
182391
|
if (a != null) {
|
|
182349
|
-
this._j.
|
|
182392
|
+
this._j._cz(a, this._h.workbook);
|
|
182350
182393
|
}
|
|
182351
182394
|
}
|
|
182352
182395
|
}
|
|
@@ -183514,7 +183557,7 @@ let FormulaConditionalFormat = /*@__PURE__*/ (() => {
|
|
|
183514
183557
|
*/
|
|
183515
183558
|
set _b5(a) {
|
|
183516
183559
|
if (a != this._b4) {
|
|
183517
|
-
if (a != null && a.
|
|
183560
|
+
if (a != null && a._ci == null) {
|
|
183518
183561
|
this._m(a);
|
|
183519
183562
|
}
|
|
183520
183563
|
let b = FormulaConditionalFormat._b0[0].g(FormulaConditionalFormat.$, SingleTargetFormula.$, this, this._b4, a);
|
|
@@ -183582,7 +183625,7 @@ let FormulaConditionalFormat = /*@__PURE__*/ (() => {
|
|
|
183582
183625
|
if (this._b4 != null) {
|
|
183583
183626
|
let b = this.regions.item(0);
|
|
183584
183627
|
let c = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b.firstRow, b.firstColumn));
|
|
183585
|
-
this._b4.
|
|
183628
|
+
this._b4._cz(c, this.workbook);
|
|
183586
183629
|
a(this.worksheet, this._b4);
|
|
183587
183630
|
}
|
|
183588
183631
|
}
|
|
@@ -183593,7 +183636,7 @@ let FormulaConditionalFormat = /*@__PURE__*/ (() => {
|
|
|
183593
183636
|
if (this._b4 == null) {
|
|
183594
183637
|
return ConditionMatchResult.f;
|
|
183595
183638
|
}
|
|
183596
|
-
let e = this._b4.
|
|
183639
|
+
let e = this._b4._cg(this.workbook, d, false);
|
|
183597
183640
|
return e._al(this.workbook._e6) ? ConditionMatchResult.e : ConditionMatchResult.f;
|
|
183598
183641
|
}
|
|
183599
183642
|
/**
|
|
@@ -185493,13 +185536,13 @@ let OperatorConditionalFormat = /*@__PURE__*/ (() => {
|
|
|
185493
185536
|
}
|
|
185494
185537
|
if (this._b4 == null) {
|
|
185495
185538
|
if (this._b2 != null) {
|
|
185496
|
-
this._b4 = this._cb.
|
|
185539
|
+
this._b4 = this._cb._cg(this.workbook, d, false);
|
|
185497
185540
|
}
|
|
185498
185541
|
if (this._b3 != null) {
|
|
185499
185542
|
if (this._cc == null) {
|
|
185500
185543
|
return ConditionMatchResult.f;
|
|
185501
185544
|
}
|
|
185502
|
-
this._b5 = this._cc.
|
|
185545
|
+
this._b5 = this._cc._cg(this.workbook, d, false);
|
|
185503
185546
|
}
|
|
185504
185547
|
}
|
|
185505
185548
|
if (this._b4 == null || this._b4.isError) {
|
|
@@ -185647,7 +185690,7 @@ let OperatorConditionalFormat = /*@__PURE__*/ (() => {
|
|
|
185647
185690
|
*/
|
|
185648
185691
|
set _cd(a) {
|
|
185649
185692
|
if (a != this._cb) {
|
|
185650
|
-
if (a != null && a.
|
|
185693
|
+
if (a != null && a._ci == null) {
|
|
185651
185694
|
this._m(a);
|
|
185652
185695
|
}
|
|
185653
185696
|
let b = OperatorConditionalFormat._b0[1].g(OperatorConditionalFormat.$, SingleTargetFormula.$, this, this._cb, a);
|
|
@@ -185698,7 +185741,7 @@ let OperatorConditionalFormat = /*@__PURE__*/ (() => {
|
|
|
185698
185741
|
*/
|
|
185699
185742
|
set _ce(a) {
|
|
185700
185743
|
if (a != this._cc) {
|
|
185701
|
-
if (a != null && a.
|
|
185744
|
+
if (a != null && a._ci == null) {
|
|
185702
185745
|
this._m(a);
|
|
185703
185746
|
}
|
|
185704
185747
|
let b = OperatorConditionalFormat._b0[2].g(OperatorConditionalFormat.$, SingleTargetFormula.$, this, this._cc, a);
|
|
@@ -189813,7 +189856,7 @@ let SeriesDataLabels = /*@__PURE__*/ (() => {
|
|
|
189813
189856
|
*/
|
|
189814
189857
|
set _d1(a) {
|
|
189815
189858
|
if (a != this._d0) {
|
|
189816
|
-
if (a != null && a.
|
|
189859
|
+
if (a != null && a._ci == null) {
|
|
189817
189860
|
SeriesDataLabels._d2(this.sheet, a);
|
|
189818
189861
|
}
|
|
189819
189862
|
let b = this._r(SeriesDataLabels.$, SingleTargetFormula.$, this, 29, this._d0, a);
|
|
@@ -189917,7 +189960,7 @@ let SeriesDataLabels = /*@__PURE__*/ (() => {
|
|
|
189917
189960
|
static _d2(a, b) {
|
|
189918
189961
|
if (b != null) {
|
|
189919
189962
|
let c = new TempCellCalcReference(true, a, new WorksheetCellAddress(1, 0, 0));
|
|
189920
|
-
b.
|
|
189963
|
+
b._cz(c, a.workbook);
|
|
189921
189964
|
}
|
|
189922
189965
|
return b;
|
|
189923
189966
|
}
|
|
@@ -193710,7 +193753,7 @@ let SeriesValuesBase = /*@__PURE__*/ (() => {
|
|
|
193710
193753
|
*/
|
|
193711
193754
|
static _b($t, a, b, c, d) {
|
|
193712
193755
|
let e = new TempCellCalcReference(false, b, new WorksheetCellAddress(1, 0, 0));
|
|
193713
|
-
let f = a.
|
|
193756
|
+
let f = a._cg(b.workbook, e, false);
|
|
193714
193757
|
if (f.isError) {
|
|
193715
193758
|
return new Array(0);
|
|
193716
193759
|
}
|
|
@@ -193884,7 +193927,7 @@ let SeriesValuesBase = /*@__PURE__*/ (() => {
|
|
|
193884
193927
|
_t() {
|
|
193885
193928
|
if (this._h != null) {
|
|
193886
193929
|
let a = new TempCellCalcReference(true, this._g, new WorksheetCellAddress(1, 0, 0));
|
|
193887
|
-
this._h.
|
|
193930
|
+
this._h._cz(a, this._g.workbook);
|
|
193888
193931
|
}
|
|
193889
193932
|
}
|
|
193890
193933
|
/**
|
|
@@ -194090,7 +194133,7 @@ let SeriesName = /*@__PURE__*/ (() => {
|
|
|
194090
194133
|
this._c = sheet;
|
|
194091
194134
|
this._d = formula;
|
|
194092
194135
|
let b = new TempCellCalcReference(true, this._c, new WorksheetCellAddress(1, 0, 0));
|
|
194093
|
-
this._d.
|
|
194136
|
+
this._d._cz(b, this._c.workbook);
|
|
194094
194137
|
}
|
|
194095
194138
|
break;
|
|
194096
194139
|
default: throw new Error('Invalid arguments');
|
|
@@ -194191,7 +194234,7 @@ let SeriesName = /*@__PURE__*/ (() => {
|
|
|
194191
194234
|
}
|
|
194192
194235
|
this._d = ConditionBase._n(a, this._c.workbook, b);
|
|
194193
194236
|
let c = new TempCellCalcReference(true, this._c, new WorksheetCellAddress(1, 0, 0));
|
|
194194
|
-
this._d.
|
|
194237
|
+
this._d._cz(c, this._c.workbook);
|
|
194195
194238
|
}
|
|
194196
194239
|
}
|
|
194197
194240
|
SeriesName.$t = /*@__PURE__*/ markType(SeriesName, 'SeriesName');
|
|
@@ -200595,7 +200638,7 @@ let ExcelCalcNumberStack = /*@__PURE__*/ (() => {
|
|
|
200595
200638
|
d = new TempCellCalcReference(true, e.worksheet, new WorksheetCellAddress(1, 0, 0));
|
|
200596
200639
|
}
|
|
200597
200640
|
}
|
|
200598
|
-
a = b.
|
|
200641
|
+
a = b._cg(c, d, this._u);
|
|
200599
200642
|
if (a.isReference) {
|
|
200600
200643
|
a._ac = true;
|
|
200601
200644
|
}
|
|
@@ -206882,7 +206925,7 @@ let UltraCalcFunctionFormulaText = /*@__PURE__*/ (() => {
|
|
|
206882
206925
|
}
|
|
206883
206926
|
let g;
|
|
206884
206927
|
if (typeCast(ArrayInteriorFormula.$, f) !== null) {
|
|
206885
|
-
g = "{" + f.
|
|
206928
|
+
g = "{" + f._c1._toString() + "}";
|
|
206886
206929
|
}
|
|
206887
206930
|
else {
|
|
206888
206931
|
g = f.formulaString;
|
|
@@ -243115,7 +243158,7 @@ let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
|
|
|
243115
243158
|
if (c) {
|
|
243116
243159
|
let e;
|
|
243117
243160
|
let f;
|
|
243118
|
-
if (!((() => { let g = ArrayFormula.
|
|
243161
|
+
if (!((() => { let g = ArrayFormula._cu("=" + b, 1, a.currentFormat, CultureInfo.invariantCulture, e, f, d); e = g.p4; f = g.p5; return g.ret; })())) {
|
|
243119
243162
|
throw f;
|
|
243120
243163
|
}
|
|
243121
243164
|
return e;
|
|
@@ -248063,7 +248106,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
248063
248106
|
}
|
|
248064
248107
|
gh(at, au, av, aw) {
|
|
248065
248108
|
let ax = typeCast(SingleTargetFormula.$, aw);
|
|
248066
|
-
if (ax == null || ax.
|
|
248109
|
+
if (ax == null || ax._cl == false) {
|
|
248067
248110
|
return;
|
|
248068
248111
|
}
|
|
248069
248112
|
let ay = null;
|
|
@@ -248075,7 +248118,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
248075
248118
|
let a4 = null;
|
|
248076
248119
|
let a5 = toNullable(Number_$type, null);
|
|
248077
248120
|
if (ax._am) {
|
|
248078
|
-
let a6 = ax.
|
|
248121
|
+
let a6 = ax._c1;
|
|
248079
248122
|
a0 = 2;
|
|
248080
248123
|
az = a6._h._toString2(1, false, true, true);
|
|
248081
248124
|
let a7 = a6.columnInputCell;
|
|
@@ -248090,7 +248133,7 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
|
|
|
248090
248133
|
}
|
|
248091
248134
|
else if (ax._ak) {
|
|
248092
248135
|
a0 = 1;
|
|
248093
|
-
let ba = ax.
|
|
248136
|
+
let ba = ax._c1;
|
|
248094
248137
|
az = ba.cellRange._toString2(1, false, true, true);
|
|
248095
248138
|
ay = at._cw(ba);
|
|
248096
248139
|
}
|
|
@@ -249717,7 +249760,7 @@ let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
|
|
|
249717
249760
|
}
|
|
249718
249761
|
for (let b of fromEnum(this._b._namedReferences$i)) {
|
|
249719
249762
|
if (b._j != null) {
|
|
249720
|
-
b._j.
|
|
249763
|
+
b._j._cx(this._b);
|
|
249721
249764
|
}
|
|
249722
249765
|
}
|
|
249723
249766
|
super._z();
|
|
@@ -307408,12 +307451,12 @@ let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
307408
307451
|
this._ds(6);
|
|
307409
307452
|
if (g._ak) {
|
|
307410
307453
|
let i = g;
|
|
307411
|
-
if (i.
|
|
307454
|
+
if (i._c1.cellRange.firstRow == this._cm.b.index && i._c1.cellRange.firstColumn == b) {
|
|
307412
307455
|
this._ds(545);
|
|
307413
307456
|
}
|
|
307414
307457
|
}
|
|
307415
307458
|
else if (g._am) {
|
|
307416
|
-
let j = g.
|
|
307459
|
+
let j = g._c1.cellsInTable;
|
|
307417
307460
|
if (j.firstRow == this._cm.b.index - 1 && j.firstColumn == b - 1) {
|
|
307418
307461
|
this._ds(566);
|
|
307419
307462
|
}
|
|
@@ -316459,7 +316502,7 @@ let ARRAYRecord = /*@__PURE__*/ (() => {
|
|
|
316459
316502
|
if (c == null) {
|
|
316460
316503
|
return;
|
|
316461
316504
|
}
|
|
316462
|
-
let d = c.
|
|
316505
|
+
let d = c._c1;
|
|
316463
316506
|
a._cl._write17(d.cellRange.firstRow);
|
|
316464
316507
|
a._cl._write17(d.cellRange.lastRow);
|
|
316465
316508
|
a._cl._write9(d.cellRange.firstColumn);
|
|
@@ -322218,7 +322261,7 @@ let TABLERecord = /*@__PURE__*/ (() => {
|
|
|
322218
322261
|
if (c == null) {
|
|
322219
322262
|
return;
|
|
322220
322263
|
}
|
|
322221
|
-
let d = c.
|
|
322264
|
+
let d = c._c1;
|
|
322222
322265
|
let e = d.cellsInTable;
|
|
322223
322266
|
a._cl._write17((e.firstRow + 1));
|
|
322224
322267
|
a._cl._write17(e.lastRow);
|
|
@@ -350794,6 +350837,13 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
350794
350837
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
350795
350838
|
*/
|
|
350796
350839
|
|
|
350840
|
+
/*
|
|
350841
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
350842
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
350843
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
350844
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
350845
|
+
*/
|
|
350846
|
+
|
|
350797
350847
|
/*
|
|
350798
350848
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
350799
350849
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -374925,4 +374975,4 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
374925
374975
|
*/
|
|
374926
374976
|
let ST_PivotEditValueType_$type = /*@__PURE__*/ markEnum('ST_PivotEditValueType', 'number,0|dateTime,1|string:string1,2|boolean:boolean1,3|error,4');
|
|
374927
374977
|
|
|
374928
|
-
export { ACTIVEXMARKERRecord, ARRAYRecord, AUTOFILTER12Record, AUTOFILTERINFORecord, AUTOFILTERRecord, AUTOFILTERRecordBase, ActiveCellChangedInfo, ActiveXBinaryPartManager, ActiveXPartManager, AddInFunctionNamedReference, AddInFunctionResolver, AddInFunctionsWorkbookReference, AddOperator, AlignmentInfo, AlternateContentChoice, AlternateGraphicalObjectContent, AnyValueDataValidationRule, ApplyFormulaFlags_$type, Area3DNToken, Area3DToken, AreaErr3DToken, AreaErrToken, AreaNToken, AreaToken, ArgumentExceptionExtension, ArgumentOutOfRangeExceptionExtension, ArithmeticException, ArrayFormula, ArrayFormula_FormulaChangeContext, ArrayInteriorFormula, ArrayProxy, ArrayToken, ArrayValueContext, Async, Async_ForEachHelper$1, Async_ForEachSliceHelper$1, Async_ForHelper, Async_ForSliceHelper, Async_UsingHelper$1, Async_UsingHelper$2, Async_WhileHelper, Async_WhileSliceHelper, AttDef, AttList, AttrChooseToken, AttrIfToken, AttrSkipToken, AttrSpaceToken, AttrSpaceVolitileToken, AttrSumToken, AttrTokenBase, AttrTokenBase_AttrType_$type, AttrVolatileToken, Attribute, AttributePresence_$type, AttributeType_$type, AttributeValue, AverageConditionalFormat, AverageFilter, AverageFilterType, AverageFilterType_$type, Axis, AxisCollection, AxisCollection_CollectionChangeContext, AxisCrosses, AxisCrosses_$type, AxisGroup, AxisGroupValidationResult, AxisGroup_$type, AxisPosition, AxisPosition_$type, AxisType, AxisType_$type, Axis_BitValues_$type, BACKUPRecord, BIFF8RecordType_$type, BITMAPRecord, BLANKRecord, BLIP, BLIPRecordType_$type, BLIPStoreContainer, BLIPStoreEntry, BLIPType_$type, BLIPUsage_$type, BOFRecord, BOFRecord_BiffVersion_$type, BOOKBOOLRecord, BOOKEXTRecord, BOOLERRRecord, BOTTOMMARGINRecord, BOUNDSHEETRecord, BarShape, BarShape_$type, Biff8RecordBase, Biff8RecordStream, Biff8RecordStream_AFDOper, Biff8RecordStream_Stxp, Biff8RecordStream_Ts, BiffRecordBase$3, BiffRecordStream, BiffRecordStream_FormattedStringInfo, BiffRecordStream_RecordBlockInfo, BiffSheetType_$type, BinaryData, BinaryOperatorToken, BitmapSource, BlanksConditionalFormat, BmpPartManager, BoolToken, BooleanConstant, BorderInfo, BorderLineStyle, BorderLineStyle_$type, BorderStyleInfo, BorderThickness_$type, BoxAndWhiskerSettings, BuiltInFunctionBase, BuiltInName_$type, BuiltInStyleInfo, BuiltInStyleType_$type, CALCCOUNTRecord, CALCMODERecord, CF12Record, CFEXRecord, CFExAveragesTemplateParams, CFExDateTemplateParams, CFExFilterParams, CFExTextTemplateParams, CFRecord, CFSerializer, CFUtils, CLRArrayProxy, CODEPAGERecord, COLINFORecord, CONDFMT12Record, CONDFMTRecord, CONDFMTSerializer, COUNTRYRecord, CRNRecord, CT_AbsSizeAnchor, CT_AbsoluteAnchor, CT_Address, CT_AdjPoint2D, CT_AdjustHandleList, CT_Aggregation, CT_AlphaBiLevelEffect, CT_AlphaCeilingEffect, CT_AlphaFloorEffect, CT_AlphaInverseEffect, CT_AlphaModulateEffect, CT_AlphaModulateFixedEffect, CT_AlphaOutsetEffect, CT_AlphaReplaceEffect, CT_AnchorClientData, CT_Angle, CT_AnimationChartBuildProperties, CT_AnimationChartElement, CT_AnimationDgmBuildProperties, CT_AnimationDgmElement, CT_AnimationElementChoice, CT_AnimationGraphicalObjectBuildProperties, CT_Area3DChart, CT_AreaChart, CT_AreaSer, CT_AudioCD, CT_AudioCDTime, CT_AudioFile, CT_AxDataSource, CT_AxPos, CT_Axis, CT_AxisTitle, CT_AxisUnit, CT_AxisUnits, CT_AxisUnitsLabel, CT_Backdrop, CT_BackgroundFillStyleList, CT_BackgroundFormatting, CT_BandFmt, CT_BandFmts, CT_Bar3DChart, CT_BarChart, CT_BarDir, CT_BarGrouping, CT_BarSer, CT_BaseStyles, CT_BaseStylesOverride, CT_Bevel, CT_BiLevelEffect, CT_Binning, CT_BlendEffect, CT_Blip, CT_BlipFillProperties, CT_BlipFillPropertiesBase, CT_BlipFillProperties_DML, CT_Blip_DML, CT_BlurEffect, CT_Boolean, CT_BooleanProperty, CT_Border, CT_BorderPr, CT_BubbleChart, CT_BubbleScale, CT_BubbleSer, CT_BuiltInUnit, CT_CacheField_SML2009, CT_CacheHierarchy_SML2009, CT_CacheSourceExt, CT_CalculatedMember_SML2009, CT_Camera, CT_CatAx, CT_CategoryAxisScaling, CT_CategoryFilterException, CT_CategoryFilterExceptions, CT_Cell3D, CT_CellAlignment, CT_CellProtection, CT_CfIcon, CT_CfRule, CT_CfRule_SML2009, CT_Cfvo, CT_Cfvo_SML2009, CT_Chart, CT_ChartData, CT_ChartDrawingAnchorBase, CT_ChartEx, CT_ChartLines, CT_ChartSpace, CT_ChartSpaceEx, CT_ChartStyle, CT_ChartTitle, CT_Clear, CT_ClipboardStyleSheet, CT_Color, CT_ColorChangeEffect, CT_ColorEffectBase, CT_ColorMRU, CT_ColorMapping, CT_ColorMappingOverride, CT_ColorReplaceEffect, CT_ColorScale, CT_ColorScale_SML2009, CT_ColorScheme, CT_ColorSchemeAndMapping, CT_ColorSchemeList, CT_ColorStyle, CT_ColorStyleVariation, CT_Color_DML, CT_CommonTypeBase, CT_ComplementTransform, CT_ConditionalFormat, CT_ConditionalFormat_SML2009, CT_ConditionalFormats, CT_ConditionalFormats_SML2009, CT_ConditionalFormatting, CT_ConditionalFormatting_SML2009, CT_ConditionalFormattings, CT_Connection, CT_ConnectionSite, CT_ConnectionSiteList, CT_Connector, CT_ConnectorLocking, CT_ConnectorNonVisual, CT_Copyrights, CT_CrossBetween, CT_Crosses, CT_CustSplit, CT_CustomColor, CT_CustomColorList, CT_CustomFilter, CT_CustomFilters_SML2009, CT_CustomGeometry2D, CT_DLbl, CT_DLblPos, CT_DLbls, CT_DMLColorBase, CT_DPt, CT_DTable, CT_DashStop, CT_DashStopList, CT_Data, CT_DataBar, CT_DataBar_SML2009, CT_DataField_SML2009, CT_DataId, CT_DataLabel, CT_DataLabelFieldTable, CT_DataLabelFieldTableEntry, CT_DataLabelHidden, CT_DataLabelVisibilities, CT_DataLabels, CT_DataPoint, CT_DataValidation, CT_DataValidationFormula, CT_DataValidation_SML2009, CT_DataValidations_SML2009, CT_DatastoreItem, CT_DateAx, CT_DdeValue, CT_DdeValues, CT_DefaultShapeDefinition, CT_DepthPercent, CT_DispBlanksAs, CT_DispUnits, CT_DispUnitsLbl, CT_Double, CT_DoughnutChart, CT_Drawing_ChartDrawing, CT_Drawing_SpreadsheetDrawing, CT_DuotoneEffect, CT_Dxf, CT_EffectContainer, CT_EffectList, CT_EffectProperties, CT_EffectReference, CT_EffectStyleItem, CT_EffectStyleList, CT_EmbeddedWAVAudioFile, CT_EmptyElement, CT_ErrBarType, CT_ErrBars, CT_ErrDir, CT_ErrValType, CT_Extension, CT_ExtensionList, CT_Extension_DataLabels, CT_Extension_DataLabelsRange, CT_ExternalData, CT_ExternalDataEx, CT_ExtremeValueColorPosition, CT_Fill, CT_FillEffect, CT_FillOverlayEffect, CT_FillProperties, CT_FillStyleList, CT_FilteredAreaSer, CT_FilteredBarSer, CT_FilteredBubbleSer, CT_FilteredCategoryTitle, CT_FilteredLineSer, CT_FilteredPieSer, CT_FilteredRadarSer, CT_FilteredScatterSer, CT_FilteredSeriesTitle, CT_FilteredSurfaceSer, CT_FirstSliceAng, CT_FixedPercentage, CT_FlatText, CT_Font, CT_FontCollection, CT_FontName, CT_FontReference, CT_FontReference_ChartStyle, CT_FontScheme, CT_FontScheme_SML, CT_FontSize, CT_FormControlPr, CT_FormatOverride, CT_FormatOverrides, CT_Formula, CT_FormulaRef, CT_FullRef, CT_GammaTransform, CT_GapAmount, CT_GeoCache, CT_GeoChildEntities, CT_GeoChildEntitiesQuery, CT_GeoChildEntitiesQueryResult, CT_GeoChildEntitiesQueryResults, CT_GeoChildTypes, CT_GeoData, CT_GeoDataEntityQuery, CT_GeoDataEntityQueryResult, CT_GeoDataEntityQueryResults, CT_GeoDataPointQuery, CT_GeoDataPointToEntityQuery, CT_GeoDataPointToEntityQueryResult, CT_GeoDataPointToEntityQueryResults, CT_GeoHierarchyEntity, CT_GeoLocation, CT_GeoLocationQuery, CT_GeoLocationQueryResult, CT_GeoLocationQueryResults, CT_GeoLocations, CT_GeoPolygon, CT_GeoPolygons, CT_Geography, CT_GeomGuide, CT_GeomGuideList, CT_GeomRect, CT_GlowEffect, CT_GradientFill, CT_GradientFillProperties, CT_GradientStop, CT_GradientStopList, CT_GraphicFrame, CT_GraphicFrameNonVisual, CT_GraphicalObject, CT_GraphicalObjectData, CT_GraphicalObjectFrame, CT_GraphicalObjectFrameLocking, CT_GraphicalObjectFrameNonVisual, CT_GrayscaleEffect, CT_GrayscaleTransform, CT_Gridlines, CT_GroupFillProperties, CT_GroupLocking, CT_GroupShape, CT_GroupShapeNonVisual, CT_GroupShapeProperties, CT_GroupTransform2D, CT_Grouping, CT_GvmlConnector, CT_GvmlConnectorNonVisual, CT_GvmlGraphicFrameNonVisual, CT_GvmlGraphicalObjectFrame, CT_GvmlGroupShape, CT_GvmlGroupShapeNonVisual, CT_GvmlPicture, CT_GvmlPictureNonVisual, CT_GvmlShape, CT_GvmlShapeNonVisual, CT_GvmlTextShape, CT_GvmlUseShapeRectangle, CT_HPercent, CT_HSLEffect, CT_HeaderFooter, CT_HeaderFooter_Chart, CT_HoleSize, CT_HslColor, CT_Hyperlink, CT_IconSet, CT_IconSet_SML2009, CT_IgnoredError, CT_IgnoredError_SML2009, CT_IgnoredErrors_SML2009, CT_Index, CT_InnerShadowEffect, CT_IntProperty, CT_InverseGammaTransform, CT_InverseTransform, CT_Layout, CT_LayoutMode, CT_LayoutTarget, CT_LblAlgn, CT_LblOffset, CT_Legend, CT_LegendEntry, CT_LegendEx, CT_LegendPos, CT_LevelRef, CT_LightRig, CT_Line3DChart, CT_LineChart, CT_LineEndProperties, CT_LineJoinBevel, CT_LineJoinMiterProperties, CT_LineJoinRound, CT_LineProperties, CT_LinePropertiesBase, CT_LineProperties_DML, CT_LineSer, CT_LineStyleList, CT_LinearShadeProperties, CT_ListItem, CT_ListItems, CT_LogBase, CT_LuminanceEffect, CT_Lvl, CT_ManualLayout, CT_Marker, CT_MarkerLayout, CT_MarkerSize, CT_MarkerStyle, CT_Marker_Chart, CT_MultiLvlStrData, CT_MultiLvlStrRef, CT_NoFillProperties, CT_NonVisualBase, CT_NonVisualConnectorProperties, CT_NonVisualDrawingProps, CT_NonVisualDrawingShapeProps, CT_NonVisualGraphicFrameProperties, CT_NonVisualGroupDrawingShapeProps, CT_NonVisualPictureProperties, CT_NumData, CT_NumDataSource, CT_NumFmt, CT_NumFmt_Chart, CT_NumRef, CT_NumVal, CT_NumberColorPosition, CT_NumberFormat, CT_NumericDimension, CT_NumericLevel, CT_NumericValue, CT_ObjectStyleDefaults, CT_OfPieChart, CT_OfPieType, CT_OfficeArtExtension, CT_OfficeArtExtensionList, CT_OfficeStyleSheet, CT_OlapSlicerCache, CT_OlapSlicerCacheItem, CT_OlapSlicerCacheItemParent, CT_OlapSlicerCacheLevelData, CT_OlapSlicerCacheLevelsData, CT_OlapSlicerCacheRange, CT_OlapSlicerCacheRanges, CT_OlapSlicerCacheSelection, CT_OlapSlicerCacheSelections, CT_OleItem, CT_OleItem_SML2009, CT_OneCellAnchor, CT_Order, CT_Orientation, CT_OuterShadowEffect, CT_Overlap, CT_PageMargins, CT_PageMargins_Chart, CT_PageSetup, CT_PageSetup_Chart, CT_ParentLabelLayout, CT_Path2D, CT_Path2DArcTo, CT_Path2DClose, CT_Path2DCubicBezierTo, CT_Path2DLineTo, CT_Path2DList, CT_Path2DMoveTo, CT_Path2DQuadBezierTo, CT_PathShadeProperties, CT_PatternFill, CT_PatternFillProperties, CT_Percentage, CT_PercentageColorPosition, CT_Period, CT_Perspective, CT_Picture, CT_PictureFormat, CT_PictureLocking, CT_PictureNonVisual, CT_PictureOptions, CT_PictureStackUnit, CT_Pie3DChart, CT_PieChart, CT_PieSer, CT_PivotArea, CT_PivotAreaReference, CT_PivotAreaReferences, CT_PivotAreas, CT_PivotCacheDefinition_SML2009, CT_PivotChange, CT_PivotChanges, CT_PivotEdit, CT_PivotEditValue, CT_PivotEdits, CT_PivotField_SML2009, CT_PivotFmt, CT_PivotFmts, CT_PivotHierarchy_SML2009, CT_PivotSource, CT_PivotTableDefinition, CT_PivotUserEdit, CT_PlotArea, CT_PlotAreaEx, CT_PlotAreaRegion, CT_PlotSurface, CT_Point2D, CT_Point3D, CT_PolarAdjustHandle, CT_PositiveFixedAngle, CT_PositiveFixedPercentage, CT_PositivePercentage, CT_PositiveSize2D, CT_PresetColor, CT_PresetColor_Core, CT_PresetGeometry2D, CT_PresetLineDashProperties, CT_PresetShadowEffect, CT_PresetTextShape, CT_PrintSettings, CT_PrintSettingsEx, CT_ProtectedRange, CT_ProtectedRange_SML2009, CT_ProtectedRanges_SML2009, CT_Protection, CT_QuickTimeFile, CT_RadarChart, CT_RadarSer, CT_RadarStyle, CT_Ratio, CT_Ref, CT_ReflectionEffect, CT_RegionLabelLayout, CT_RegularTextRun, CT_RegularTextRun_DML, CT_RelId, CT_RelSizeAnchor, CT_RelativeOffsetEffect, CT_RelativeRect, CT_RotX, CT_RotY, CT_SRgbColor, CT_SRgbColor_DML, CT_ScRgbColor, CT_Scale2D, CT_Scaling, CT_ScatterChart, CT_ScatterSer, CT_ScatterStyle, CT_Scene3D, CT_SchemeColor, CT_SchemeColor_DML, CT_SecondPieSize, CT_SerAx, CT_SerTx, CT_Series, CT_SeriesDataLabelsRange, CT_SeriesElementVisibilities, CT_SeriesLayoutProperties, CT_SetLevel, CT_SetLevels, CT_Shape, CT_Shape3D, CT_ShapeLocking, CT_ShapeNonVisual, CT_ShapeOutlineVisitor, CT_ShapeProperties, CT_ShapePropertiesBase, CT_ShapeProperties_DML, CT_ShapeStyle, CT_Shape_Chart, CT_Shape_ChartDrawing, CT_SizeRepresents, CT_Skip, CT_Slicer, CT_SlicerCache, CT_SlicerCacheData, CT_SlicerCacheDefinition, CT_SlicerCachePivotTable, CT_SlicerCachePivotTables, CT_SlicerCaches, CT_SlicerRef, CT_SlicerRefs, CT_SlicerStyle, CT_SlicerStyleElement, CT_SlicerStyleElements, CT_SlicerStyles, CT_Slicers, CT_SoftEdgesEffect, CT_SolidColorFillProperties, CT_SolidFillProperties, CT_SourceConnection, CT_Sparkline, CT_SparklineGroup, CT_SparklineGroups, CT_Sparklines, CT_SphereCoords, CT_SplitType, CT_Sqref, CT_Statistics, CT_StockChart, CT_StrData, CT_StrRef, CT_StrVal, CT_StretchInfoProperties, CT_StringDimension, CT_StringLevel, CT_StringValue, CT_Style, CT_StyleColor, CT_StyleEntry, CT_StyleMatrix, CT_StyleMatrixReference, CT_StyleMatrixReference_DML, CT_StyleReference, CT_Subtotals, CT_SupplementalFont, CT_Surface, CT_Surface3DChart, CT_SurfaceChart, CT_SurfaceSer, CT_SysColor, CT_SystemColor, CT_Table, CT_TableBackgroundStyle, CT_TableCell, CT_TableCellBorderStyle, CT_TableCellProperties, CT_TableCol, CT_TableGrid, CT_TablePartStyle, CT_TableProperties, CT_TableRow, CT_TableStyle, CT_TableStyleCellStyle, CT_TableStyleList, CT_TableStyleTextStyle, CT_Table_SML2009, CT_TabularSlicerCache, CT_TabularSlicerCacheItem, CT_TabularSlicerCacheItems, CT_Text, CT_TextAutonumberBullet, CT_TextBlipBullet, CT_TextBody, CT_TextBodyProperties, CT_TextBodyPropertiesBase, CT_TextBodyProperties_DML, CT_TextBody_DML, CT_TextBulletColorFollowText, CT_TextBulletSizeFollowText, CT_TextBulletSizePercent, CT_TextBulletSizePoint, CT_TextBulletTypefaceFollowText, CT_TextCharBullet, CT_TextCharacterProperties, CT_TextCharacterPropertiesBase, CT_TextCharacterProperties_DML, CT_TextData, CT_TextField, CT_TextFont, CT_TextLanguageID, CT_TextLineBreak, CT_TextListStyle, CT_TextListStyle_DML, CT_TextNoAutofit, CT_TextNoBullet, CT_TextNormalAutofit, CT_TextParagraph, CT_TextParagraphProperties, CT_TextParagraphProperties_DML, CT_TextParagraph_DML, CT_TextShapeAutofit, CT_TextSpacing, CT_TextSpacingPercent, CT_TextSpacingPoint, CT_TextTabStop, CT_TextTabStopList, CT_TextUnderlineFillFollowText, CT_TextUnderlineFillGroupWrapper, CT_TextUnderlineLineFollowText, CT_ThemeableLineStyle, CT_TickLabels, CT_TickLblPos, CT_TickMark, CT_TickMarks, CT_TileInfoProperties, CT_TimeUnit, CT_TintEffect, CT_Title, CT_Transform2D, CT_TransformEffect, CT_Trendline, CT_TrendlineLbl, CT_TrendlineType, CT_TupleItems, CT_TupleSet, CT_TupleSetHeader, CT_TupleSetHeaders, CT_TupleSetRow, CT_TupleSetRowItem, CT_TupleSetRows, CT_TwoCellAnchor, CT_Tx, CT_UnderlineProperty, CT_UnsignedInt, CT_UpDownBar, CT_UpDownBars, CT_ValAx, CT_ValueAxisScaling, CT_ValueColorEndPosition, CT_ValueColorMiddlePosition, CT_ValueColorPositions, CT_ValueColors, CT_Vector, CT_Vector3D, CT_VerticalAlignFontProperty, CT_VideoFile, CT_View3D, CT_WholeE2oFormatting, CT_WorkbookPr_SML2009, CT_X, CT_XYAdjustHandle, CachedLoadPackage, CachedLoadPackagePart, CachedLoadPackagePartEx, CalcArgumentFlags_$type, CalcArgumentHelper, CalcArgumentSource_$type, CalcChainPartManager, CalcDateUtilities, CalcFunctionUtilities, CalcManagerUtilities, CalcUtilities, CalculationContext, CalculationMode, CalculationMode_$type, CalculationNetworkLinkedList, CalendarEraInfo, CalendarType, CalendarType_$type, CalendarUtilities, CalloutRule, CaseFolding_$type, CategoryAxisBinning, CategoryType, CategoryType_$type, CellAddress, CellAddressRange, CellBorderLineStyle, CellBorderLineStyle_$type, CellCalcReference, CellCalcReferenceBase, CellConditionalFormat, CellContext, CellDataBarInfo, CellDataContext, CellDefinition, CellFill, CellFillGradient, CellFillGradientStop, CellFillLinearGradient, CellFillPattern, CellFillRectangularGradient, CellFormatCache, CellFormatContext, CellFormatValueChangedOptions_$type, CellFormatValue_$type, CellFormattingRunPlaceholder, CellFormattingRunPlaceholder_RunOwner, CellIconInfo, CellReferenceMode, CellReferenceMode_$type, CellReferenceToken, CellShiftDeleteReason_$type, CellShiftInitializeFormatType_$type, CellShiftOperation, CellShiftResult_$type, CellShiftType_$type, CellSizeMeasurementContext, CellValueRecordBase, CfColorScale, CfCommonProps, CfDataBar, CfDateOperator_$type, CfExNonCf12Wrapper, CfExWrapper, CfIconCriterion, CfIconSet, CfOperator_$type, CfRuleInfo, CfRuleInfo_ResolvedValues, CfTemplateParams, CfTemplate_$type, CfTextOperator_$type, CfType_$type, CfValueType_$type, CfVo, CfWrapper, CfvoWrapper, ChangeInfo, ChangeInfo$2, CharUnicodeInfo, ChartArea, ChartAreaBase, ChartAttributes, ChartBorder, ChartColorStylePartManager, ChartDeserializationCache, ChartDeserializer, ChartDrawingAttributes, ChartDrawingElements, ChartDropLines, ChartEmptyFill, ChartExAttributes, ChartExDataLabelBase, ChartExDeserializer, ChartExElements, ChartExExtensions, ChartExPartManager, ChartExSerializer, ChartExTitleBase, ChartExUtils, ChartFillBase, ChartGradientFill, ChartGridLines, ChartHighLowLines, ChartLabelBase, ChartLine, ChartLineBase, ChartObject, ChartPartManager, ChartSerializer, ChartSerializerExtensions, ChartSeriesLines, ChartSolidFill, ChartStyleAttributes, ChartStyleElements, ChartStyleExtensions, ChartStylePartManager, ChartStyleUtils, ChartTextAreaBase, ChartTickLines, ChartTitle, ChartType, ChartTypeContext_$type, ChartTypeValidationResult, ChartType_$type, ChartUserShapePartManager, Chartsheet, ChartsheetDisplayOptions, ChartsheetDisplayOptionsBase, ChartsheetPartManager, ChartsheetPrintOptions, ChartsheetProtection, ChartsheetProtectionType_$type, ChildAnchor, ClientAnchor, ClientData, ClientTextBox, CloneTokenVisitor, CodePageDoubleByte, CodePageEncoding, CodePageSingleByte, ColorInfo, ColorInfoExtensions, ColorScaleConditionalFormat, ColorScaleCriterion, ColorScaleCriterionThreshold, ColorScaleCriterionThreshold_$type, ColorScaleType, ColorScaleType_$type, ColorTransform_Alpha, ColorTransform_AlphaMod, ColorTransform_AlphaOff, ColorTransform_Blue, ColorTransform_BlueMod, ColorTransform_BlueOff, ColorTransform_Comp, ColorTransform_Gray, ColorTransform_Green, ColorTransform_GreenMod, ColorTransform_GreenOff, ColorTransform_Hue, ColorTransform_HueMod, ColorTransform_HueOff, ColorTransform_Inv, ColorTransform_Lum, ColorTransform_LumMod, ColorTransform_LumOff, ColorTransform_Red, ColorTransform_RedMod, ColorTransform_RedOff, ColorTransform_Sat, ColorTransform_SatMod, ColorTransform_SatOff, ColorTransform_Shade, ColorTransform_Tint, ColorableItem_$type, Colors, ColorsInternal, ComboChartGroup, ComboChartGroupCollection, ComboChartGroupCollection_CollectionChangeContext, ComboChartGroupValidationResult, ComboChartGroupValidator, ComboChartSerializer, CommentsPartManager, CommonAttributes, CompressionMode_$type, ConcatOperator, CondFmtBase, CondFmtWrapper, ConditionBase, ConditionBaseExtensions, ConditionBase_RegionChangeContext, ConditionBase_ShiftChangeContext, ConditionFactory_BIFF8, ConditionFactory_XLSX, ConditionMatchResult, ConditionPriority, ConditionPrioritySortComparer, ConditionSortContext, ConditionSortContextComparer, ConditionValue, ConditionValueExtensions, ConditionValueInfo, ConditionX14Wrapper, ConditionalFormatBase, ConditionalFormatCollection, ConditionalFormatCollection_CollectionChangeContext, ConditionalFormatCollection_PriorityChangeContext, ConditionalFormatCollection_PriorityConditionComparer, ConditionalFormatCollection_ShiftChangeContext, ConditionalFormatInfo, ConditionalFormatOwnedFormatProxy, ConditionalFormattingSerializer, ConditionalFormattingUtils, ConditionalFormattingWrapper, ConditionalFormattingWrapperBase, ConditionalFormattingX14Wrapper, ConditionalOperator, ConditionalOperator_$type, ConnectionsPartManager, ConnectorRule, Constant, ContentModel, ContentTypesWriter, ContextStack, CoreProperties, CorePropertiesPartManager, CriterionBase, CryptoUtilities, CtrlPropPartManager, CurrentWorkbookReference, CustomDataValidationRule, CustomExcelCalcFunction, CustomFilter, CustomFilterCondition, CustomListSortCondition, CustomTableStyleCollection, CustomTableStyleCollection_CollectionChangeContext, CustomView, CustomViewChartDisplayOptions, CustomViewCollection, CustomViewDisplayOptions, CustomViewWindowOptions, CustomXmlItemPartManager, CustomXmlItemPropsPartManager, DBCELLRecord, DBCELLRecord_DBCELLInfo, DBNumHelper, DEFAULTROWHEIGHTRecord, DEFCOLWIDTHRecord, DELTARecord, DIMENSIONSRecord, DMLAttributes, DMLChartDrawingUtils, DMLChartExtensions, DMLChartUtils, DMLExtensions, DMLSpreadsheetDrawingUtils, DMLUtils, DSFRecord, DVALRecord, DVRecord, DXFRecord, DXFRecordInfo, DataBarAxisPosition, DataBarAxisPosition_$type, DataBarConditionalFormat, DataBarDirection, DataBarDirection_$type, DataBarFillType, DataBarFillType_$type, DataBarNegativeBarColorType, DataBarNegativeBarColorType_$type, DataLabel, DataLabelPosition, DataLabelPosition_$type, DataPoint, DataPointCollection, DataPointCollection_UndoContext, DataTableInteriorFormula, DataValidationCalcReference, DataValidationCriteria, DataValidationCriteria_$type, DataValidationErrorStyle, DataValidationErrorStyle_$type, DataValidationImeMode, DataValidationImeMode_$type, DataValidationOperatorType_$type, DataValidationRule, DataValidationRuleCollection, DataValidationRuleCollection_CollectionChangeContext, DataValidationType_$type, DatabarWrapper, DateInterval_$type, DatePeriodFilter, DatePeriodFilterType, DatePeriodFilterType_$type, DateRange, DateRangeFilter, DateSystem, DateSystem_$type, DateTimeConditionalFormat, DayCountBasis_$type, DcDcmiType, DcElements, DcTerms, DdeItem, DdeLinkNamedReference, DdeLinkWorkbookReference, DeclaredContent_$type, DefRprFontResolver, DefaultStyleHelper, DefaultWorkbookSaveFilter, DependencyGraph, DependencyGraph_EvaluationEnumerator, DependencyGraph_FinishTimeSorter, DependencyGraph_StronglyConnectedComponent, DependencyGraph_StronglyConnectedComponentSorter, DependencyGraph_SuccessorsResolvedEnumerable, DeserializedChartInfo, DiagonalBorders, DiagonalBorders_$type, DiamondShape, Directory, DirectoryEntry, DirectoryEntryStream, DirectoryEntry_NameComparer, DirectoryStream, DirectoryStream_DirectoryEntryNode, DirectoryStream_NodeColor_$type, DirectoryStream_PropertyType_$type, DisplayBlanksAs, DisplayBlanksAs_$type, DisplayOptions, DisplayOptionsBase, DisplayUnit, DisplayUnitLabel, DisplayUnit_$type, DisplayValueCollection, DisplayValueCollection_CollectionChangeContext, DivOperator, DivideByZeroException, DocCoreExtensions, DocCoreUtils, DocumentEncryptedException, DocumentProperties, DocumentSummaryInformation, DocumentSummaryInformation_DocumentSummaryInformationProperties, DocumentSummaryPropertyType_$type, DocumentsCoreLocaleBg, DocumentsCoreLocaleCs, DocumentsCoreLocaleDa, DocumentsCoreLocaleDe, DocumentsCoreLocaleEn, DocumentsCoreLocaleEs, DocumentsCoreLocaleFr, DocumentsCoreLocaleHu, DocumentsCoreLocaleIt, DocumentsCoreLocaleJa, DocumentsCoreLocaleNb, DocumentsCoreLocaleNl, DocumentsCoreLocalePl, DocumentsCoreLocalePt, DocumentsCoreLocaleRo, DocumentsCoreLocaleRu, DocumentsCoreLocaleSv, DocumentsCoreLocaleTr, DocumentsCoreLocaleZhHans, DocumentsCoreLocaleZhHant, DomTextMetricsProvider, DoubleOrAutoBase, DownRevPartManager, Drawing, Drawing2010Main, Drawing2010Slicer, DrawingContainer, DrawingGroup, DrawingGroupContainer, DrawingMLChart, DrawingMLChart2012, DrawingMLChart2014, DrawingMLChartEx2015_10_21, DrawingMLChartEx2015_9_8, DrawingMLChartEx2016_5_10, DrawingMLMain, DrawingMLSpreadsheetDrawing, DrawingNamespaceDefinitionBase, DrawingPartManager, DrawingPartManagerHelpers, DrawingPartManagerHelpers_DrawingSerializationHelper, DueDate_$type, DuplicateConditionalFormat, DxfInfo, DynamicValuesFilter, EG_Anchor, EG_Anchor_ChartDrawing, EG_Anchor_SpreadsheetDrawing, EG_AreaChartShared, EG_AxShared, EG_BarChartShared, EG_ColorChoice, EG_ColorChoice_DML, EG_ColorTransform, EG_DLblShared, EG_Effect, EG_EffectProperties, EG_FillModeProperties, EG_FillProperties, EG_FillPropertiesBase, EG_Geometry, EG_LegendEntryData, EG_LineChartShared, EG_LineDashProperties, EG_LineFillProperties, EG_LineJoinProperties, EG_ObjectChoices, EG_OfficeArtExtensionList, EG_PieChartShared, EG_SerShared, EG_ShadeProperties, EG_SurfaceChartShared, EG_Text3D, EG_TextAutofit, EG_TextBullet, EG_TextBulletColor, EG_TextBulletSize, EG_TextBulletTypeface, EG_TextRun, EG_TextUnderlineFill, EG_TextUnderlineLine, EG_ThemeableEffectStyle, EG_ThemeableFillStyle, EG_ThemeableFontStyles, EOFRecord, EQOperator, EXCEL9FILERecord, EXTERNNAMERecord, EXTERNSHEETRecord, EXTSSTRecord, ElementDecl, ElementLoadCallbacks, ElementNamespaceContext_$type, ElementPosition, ElementPosition_$type, ElementPropertyIds_$type, EllipseShape, EmfPartManager, EmptyConstant, EmptyNamespace, EmptyReferencesCollection, EncodingProperty, EndOfStreamException, EndStyleCap, EndStyleCap_$type, Entity, EnumConverter, ErfUtils, ErrToken, ErrorAlertStyle_$type, ErrorBarDirection, ErrorBarDirection_$type, ErrorBars, ErrorConstant, ErrorValue, ErrorValueType, ErrorValueType_$type, ErrorsConditionalFormat, EscherRecordBase, EscherRecordContainerBase, EscherRecordType_$type, EscherShape, EscherSysIndex_$type, EvaluationResult$1, Excel2006Elements, Excel2006Main, Excel2007ChartData, ExcelCalcEngine, ExcelCalcErrorCode, ExcelCalcErrorCode_$type, ExcelCalcErrorValue, ExcelCalcFunction, ExcelCalcNumberStack, ExcelCalcValue, ExcelCalcValue_ArrayProxyGroup, ExcelChangeAction_$type, ExcelComparisonOperator, ExcelComparisonOperator_$type, ExcelDocumentManager, ExcelImage, ExcelLocaleBg, ExcelLocaleCs, ExcelLocaleDa, ExcelLocaleDe, ExcelLocaleEn, ExcelLocaleEs, ExcelLocaleFr, ExcelLocaleHu, ExcelLocaleIt, ExcelLocaleJa, ExcelLocaleNb, ExcelLocaleNl, ExcelLocalePl, ExcelLocalePt, ExcelLocaleRo, ExcelLocaleRu, ExcelLocaleSv, ExcelLocaleTr, ExcelLocaleZhHans, ExcelLocaleZhHant, ExcelNamespace, ExcelReferenceError, ExcelStylesPartManager, ExcelThemeDocumentManager, ExcelUtils, ExcelWorkbookDocumentManager, ExpToken, ExpectedParameterClassVisitor, ExtProp, ExtPropColor, ExtPropColorBase, ExtPropColorLoaded, ExtPropFontScheme, ExtPropGradientFill, ExtPropGradientFillBase, ExtPropGradientFillLoaded, ExtPropTextIndentationLevel, ExtPropType_$type, ExtendedPropertiesPartManager, Extensions_BIFF8, ExternalCellCalcReference, ExternalEventWorkItem, ExternalEventWorkItem$1, ExternalLinkPartManager, ExternalNamedCalcReference, ExternalNamedReference, ExternalRegionCalcReference, ExternalRegionCalcReference_ExternalRegionValuesArray, ExternalWorkbookReference, FEAT11Record, FEAT12Record, FEATHEADR11Record, FEATHEADRRecord, FEATRecord, FILEPASSRecord, FILESHARINGRecord, FILTERMODERecord, FNGROUPCOUNTRecord, FONTRecord, FONTRecordInfo, FOOTERRecord, FORMATRecord, FORMULARecord, FileAccess_$type, FileMode_$type, FillFilter, FillInfo, FillPatternStyle, FillPatternStyle_$type, FillSortCondition, Filter, FinancialUtils, FirstDayOfWeek_$type, FirstWeekOfYear_$type, FixedDateGroup, FixedDateGroupCollection, FixedDateGroupCollection_CollectionChangeContext, FixedDateGroupType, FixedDateGroupType_$type, FixedDateGroup_DateRange, FixedLengthSegmentTree$1, FixedLengthSegmentTree_SegmentTreeNode$1, FixedValuesFilter, FontColorFilter, FontColorSortCondition, FontFamilyInternal_$type, FontScheme_$type, FontSuperscriptSubscriptStyle, FontSuperscriptSubscriptStyle_$type, FontUnderlineStyle, FontUnderlineStyle_$type, FontXInfo, FormatConditionAboveBelow, FormatConditionAboveBelow_$type, FormatConditionIcon, FormatConditionIconSet, FormatConditionIconSet_$type, FormatConditionIcon_$type, FormatConditionNotificationType_$type, FormatConditionOperator, FormatConditionOperator_$type, FormatConditionTextOperator, FormatConditionTextOperator_$type, FormatConditionTimePeriod, FormatConditionTimePeriod_$type, FormatConditionTopBottom, FormatConditionTopBottom_$type, FormatConditionType, FormatConditionType_$type, FormatConditionValueType, FormatConditionValueType_$type, FormatInfo, FormatLimitErrors, FormatSchemeDeserializer, FormatSchemeSerializer, FormattedFontBase, FormattedString, FormattedStringElement, FormattedStringFont, FormattedStringRun, FormattedStringValueReference, FormattedText, FormattedTextFont, FormattedTextParagraph, FormattedTextParagraphCollection, FormattedTextParagraphCollection_CollectionChangeContext, FormattedTextRun, FormattingRunBase, Formula, FormulaConditionalFormat, FormulaContext, FormulaEvaluator, FormulaEvaluator_ShouldSplitParameterHelper, FormulaParseException, FormulaParser, FormulaParser_FormulaTokenInfo, FormulaParser_ParseFormulaValidator, FormulaParser_PositionInfo, FormulaParser_SelectorFunctionOptimizationInfo, FormulaParser_StructuredTableReferenceParser, FormulaParser_TextSpan, FormulaParser_WorksheetReferenceInfo, FormulaStringGenerator, FormulaToken, FormulaTokenEvaluator$1, FormulaTokenModifierVisitor, FormulaTokenVisitor, FormulaTokenVisitor$1, FormulaTokenVisitor$2, FormulaType_$type, Formula_AllReferencedRegionsChecker, Formula_CanShiftSafelyChecker, Formula_CellsShiftedVisitor, Formula_ConnectReferencesVisitor, Formula_ConvertTableReferencesToRangesVisitor, Formula_CurrentFormatChangedVisitor, Formula_FixPasteReferencesVisitor, Formula_InternalFlags_$type, Formula_IsReferencingAnythingInRegionChecker, Formula_NamedReferenceRemovedVisitor, Formula_OffsetReferencesVisitor, Formula_TableResizingVisitor, Formula_TokensReplacedChangeContext, Formula_VerifyFormatLimitsVisitor, Formula_WorksheetMovedVisitor, Formula_WorksheetRemovedVisitor, FrozenPaneSettings, FtCbls, FtCblsData, FtCf, FtCmo, FtEdoData, FtGboData, FtGmo, FtLbsData, FtMacro, FtNts, FtPictFmla, FtPioGrbit, FtRbo, FtRboData, FtSbs, FullColorExtInfo, Function, FunctionGroup_$type, FunctionOperator, FunctionVOperator, GEOperator, GRIDSETRecord, GTOperator, GUTSRecord, GZipStream, GenericCacheElement, GenericCacheElementEx, GenericCacheElementProxy$1, GenericCachedCollection$1, GenericCachedCollectionEx$1, GenericElementHashSet$1, GenericElementHashSet_Entry$1, GeographicMapColors, GeographicMapLabels, GeographicMapLabels_$type, GeographicMapProjection, GeographicMapProjection_$type, GeographicMapSeriesColor, GeographicMapSeriesColor_$type, GeographicMapSettings, GeographicMappingArea, GeographicMappingArea_$type, GetCalcFunctionVisitor, GetCellTextParameters, GetCellTextResult, GetFormulaStringInfo, GetXValuesResult, GifPartManager, GradStopInfo, GradientFillInfo, GradientStop, GradientStop_SortComparer, GradientType, GradientType_$type, GregorianCalendar, GregorianCalendarTypes_$type, GridLineType, GridLineType_$type, Group, GroupContainer, GroupSeriesMajorType_$type, GroupSeriesType_$type, GroupShape, GroupType_$type, Group_DLbl, Group_DLbls, HCENTERRecord, HEADERFOOTERRecord, HEADERRecord, HFPICTURERecord, HIDEOBJRecord, HLINKRecord, HLINKTOOLTIPRecord, HORIZONTALPAGEBREAKSRecord, HWStack, HashHelpers, HeartShape, HebrewCalendar, HiddenColumnCollection, HiddenRowCollection, HijriCalendar, HorizontalCellAlignment, HorizontalCellAlignment_$type, HorizontalPageBreak, HorizontalPageBreakCollection, HorizontalTextAlignment, HorizontalTextAlignment_$type, HorizontalTitleAlignment_$type, HtmlStream, HtmlTextMetricsProvider, HyperlinkResult, IAdjustHandle_$type, IAreaFormatsOwner$1_$type, IAxis_$type, IBiffRecordStream_$type, IBinaryTreeNodeOwner$1_$type, ICT_ShapePropertiesOwner_$type, ICT_ShapeStyleOwner_$type, ICalloutRule_$type, ICellFormatOwner_$type, ICellShiftOperationOverride_$type, IChangeInfoContext_$type, IChart3D_$type, IChartObject_$type, IChart_$type, IColorFilterVisitor$2_$type, IColorFilter_$type, IColorSortConditionVisitor$2_$type, IColorSortCondition_$type, IEG_AnchorVisitor$2_$type, IEG_ColorChoiceVisitor$2_$type, IEG_ColorChoice_$type, IEG_ColorTransformVisitor$2_$type, IEG_ColorTransform_$type, IEG_FillModePropertiesVisitor$2_$type, IEG_FillModeProperties_$type, IEG_FillPropertiesVisitor$2_$type, IEG_FillProperties_$type, IEG_GeometryVisitor$2_$type, IEG_Geometry_$type, IEG_LineDashPropertiesVisitor$2_$type, IEG_LineDashProperties_$type, IEG_LineFillPropertiesVisitor$2_$type, IEG_LineFillProperties_$type, IEG_LineJoinPropertiesVisitor$2_$type, IEG_LineJoinProperties_$type, IEG_ShapeFillVisitor, IEG_TextRunVisitor$2_$type, IEG_TextRun_$type, IEscherRecord_$type, IExcelCalcFormula_$type, IExcelCalcReferenceCollectionEx_$type, IExcelCalcReferenceCollection_$type, IExcelCalcReference_$type, IFilterable_$type, IFormattedItem_$type, IFormattedRunOwner_$type, IFormattedStringOwner_$type, IFormattedString_$type, IFormattedTextOwner_$type, IFunctionToken_$type, IGOfficeExtensions, IGTextAlignment_$type, IGVerticalTextAlignment_$type, IGenericCachedCollectionEx_$type, IGraphicalObjectContentVisitor$2_$type, IGraphicalObjectContent_$type, IImageEncoder_$type, IInvalidPackageRelationshipTarget_$type, ILegacyShapeData_$type, ILegendEntry_$type, ILoadOnDemandTreeOwner$1_$type, IMultiChartContext_$type, INDEXRecord, INTERFACEENDRecord, INTERFACEHDRRecord, IOException, IPackageFactory_$type, IPackagePartEx_$type, IPackagePart_$type, IPackageRelationship_$type, IPackage_$type, IPath2DCommandVisitor$2_$type, IPath2DCommand_$type, IProvideXValuesData_$type, IRegionAddress_$type, IRegionBlockingSingleCellComponent_$type, IRegionBlockingValue_$type, ISaveToXLSX_$type, ISelectorFunctionOptimizationToken_$type, ISeriesSortComparer, ISeries_$type, IShallowCloneable_$type, IShapeFillVisitor$2_$type, IShapeOutlineVisitor$2_$type, IShapesOwner_$type, ISheetBackground_$type, ISheetProvider_$type, ISortSettingsOwner_$type, ISortable_$type, IStringElementVisitor$2_$type, ISupportFormulaShifts_$type, ISupportSetProperty_$type, ITERATIONRecord, IValueFormatterSectionInfo_$type, IVariantValueContainer_$type, IWorkbookFontDefaultsResolver_$type, IWorkbookFont_$type, IWorkbookOwner_$type, IWorkbookProvider_$type, IWorksheetCellFormatProxyContext_$type, IWorksheetCellFormatProxyOwner_$type, IWorksheetCellFormat_$type, IWorksheetCellOwnedValue_$type, IWorksheetElementResizeContext_$type, IWorksheetImage_$type, IWorksheetProvider_$type, IWorksheetRegionAddressContext_$type, IWorksheetShapeOwner_$type, IWorksheetShapeVisitor$2_$type, IZipEntry_$type, IZipFile_$type, IconCriterion, IconCriterionExtensions, IconCriterionInfo, IconCriterionWrapper, IconFilter, IconSetConditionalFormat, IconSetConditionalFormat_IconSetChangeContext, IconSetCriterionCollection, IconSetCriterionCollectionExtensions, IconSetWrapper, IconSet_$type, IconSortCondition, IgcDocumentsCoreLocaleBgModule, IgcDocumentsCoreLocaleCsModule, IgcDocumentsCoreLocaleDaModule, IgcDocumentsCoreLocaleDeModule, IgcDocumentsCoreLocaleEnModule, IgcDocumentsCoreLocaleEsModule, IgcDocumentsCoreLocaleFrModule, IgcDocumentsCoreLocaleHuModule, IgcDocumentsCoreLocaleItModule, IgcDocumentsCoreLocaleJaModule, IgcDocumentsCoreLocaleNbModule, IgcDocumentsCoreLocaleNlModule, IgcDocumentsCoreLocalePlModule, IgcDocumentsCoreLocalePtModule, IgcDocumentsCoreLocaleRoModule, IgcDocumentsCoreLocaleRuModule, IgcDocumentsCoreLocaleSvModule, IgcDocumentsCoreLocaleTrModule, IgcDocumentsCoreLocaleZhHansModule, IgcDocumentsCoreLocaleZhHantModule, IgcExcelCoreModule, IgcExcelFunctionsModule, IgcExcelLocaleBgModule, IgcExcelLocaleCsModule, IgcExcelLocaleDaModule, IgcExcelLocaleDeModule, IgcExcelLocaleEnModule, IgcExcelLocaleEsModule, IgcExcelLocaleFrModule, IgcExcelLocaleHuModule, IgcExcelLocaleItModule, IgcExcelLocaleJaModule, IgcExcelLocaleNbModule, IgcExcelLocaleNlModule, IgcExcelLocalePlModule, IgcExcelLocalePtModule, IgcExcelLocaleRoModule, IgcExcelLocaleRuModule, IgcExcelLocaleSvModule, IgcExcelLocaleTrModule, IgcExcelLocaleZhHansModule, IgcExcelLocaleZhHantModule, IgcExcelModule, IgcExcelXlsModule, IgcExcelXlsxModule, IgnoreChildrenMarker, ImageData, ImageFormat, ImageHolder, ImagePartManagerBase, ImageSource, InPlaceTransform, InPlaceTransform_NoTransformImpl, IndexRange, InformationBase, InformationBase_PropertyDefinition, InformationBase_PropertySectionDefinition, IntToken, IntervalClosedSide_$type, InvalidCastException, InvalidEnumArgumentException, InvalidPackage, InvalidTargetPackageRelationship, InvalidXLSXElementException, IrregularSeal1Shape, IrregularSeal2Shape, IsectOperator, ItemsChoiceType_$type, JapaneseCalendar, JpegPartManager, KeyNotFoundException, KnownBoxes, KoreanCalendar, LABELRecord, LABELSSTRecord, LEFTMARGINRecord, LEOperator, LIST12Record, LIST12Record_LIST12DataType_$type, LTOperator, LbsDropData, LeaderLines, LegacyDrawingHFInfo, LegacyShapeData, LegacyShapeLockData, LegacyShapePathData, LegacyShapeStrokeData, LegacyShapeTypeData, Legend, LegendEntries, LegendEntry, LegendEntryProxy, LegendPosition, LegendPosition_$type, LengthType_$type, LfuCache$2, LfuCache_CacheNode$2, LfuCache_FrequencyNode$2, LightningBoltShape, LimitedValueDataValidationRule, LimitedValueDataValidationRule_FormulaChangeContext, LineShape, LineStyle, LineStyle_$type, LinkedList, LinkedListNode, ListDataValidationRule, LiteralType_$type, LoadOnDemandTree$1, LoadOnDemandTree_BinaryTreeNode$1, LoadOnDemandTree_ChangeAdjustmentPoint$1, LoadOnDemandTree_ChangeHistoryItem$1, LoadOnDemandTree_ChangeHistoryItemAdd$1, LoadOnDemandTree_ChangeHistoryItemRemove$1, LoadOnDemandTree_FindState_$type, LruCache$2, LruCache_LruCacheNode$2, MERGEDCELLSRecord, MMSRecord, MSODRAWINGGROUPRecord, MSODRAWINGRecord, MSODRAWINGSELECTIONRecord, MULBLANKRecord, MULRKRecord, MarkerStyle, MarkerStyle_$type, MarkupCompatibility2006, MasterSATStream, MathUtilities, MatrixRowSeparatorToken, MatrixUtilities, MemAreaOperator, MemErrOperator, MemFuncOperator, MemNoMemOperator, MemOperatorBase, MissArgToken, MulOperator, MultiSheetCellCalcReference, MultiSheetCellCalcReference_MultiSheetCellReferencesCollection, MultiSheetExternalCellCalcReference, MultiSheetExternalRegionCalcReference, MultiSheetRegionCalcReference, MultiSheetRegionCalcReference_MultiSheetRegionReferencesCollection, MultipleCellBlankInfo, MultipleCellRKInfo, MultipleCellValueInfo, MultipleCellValueRecordBase, MutableItemRange, MutableWorksheetRegionAddress, NAMEEXTRecord, NAMERecord, NEOperator, NOTERecord, NUMBERRecord, NameToken, NameType_$type, NameXToken, NamedCalcReference, NamedCalcReferenceBase, NamedCalcReferenceUnconnected, NamedReference, NamedReferenceBase, NamedReferenceCollection, NamedReferenceCollection_CollectionChangeContext, NamedReferenceFormula, NamedReferenceUnconnected, NamedReference_FormulaInfo, NegativeBarFormat, NoBlanksConditionalFormat, NoErrorsConditionalFormat, NoOpFontDefaultsResolver, Node, NodeState_$type, NonNumericElementBehavior_$type, NumberConstant, NumberToken, OBJPROTECTRecord, OBJRecord, OBJRecordType_$type, OBPROJRecord, OLESIZERecord, Obj, ObjExtensionMethods, ObjFmla, ObjLinkFmla, ObjUtilities, ObjectDisplayStyle, ObjectDisplayStyle_$type, ObjectModelActiveXBinaryPartManager, ObjectModelActiveXPartManager, ObjectModelCalcChainPartManager, ObjectModelChartColorStylePartManager, ObjectModelChartExPartManager, ObjectModelChartPartManager, ObjectModelChartStylePartManager, ObjectModelChartUserShapePartManager, ObjectModelChartsheetPartManager, ObjectModelCommentsPartManager, ObjectModelCommonPartHelpers, ObjectModelCommonPartHelpers_DoubleValueCache, ObjectModelConnectionsPartManager, ObjectModelCorePropertiesPartManager, ObjectModelCtrlPropPartManager, ObjectModelCustomXmlItemPartManager, ObjectModelCustomXmlItemPropsPartManager, ObjectModelDrawingPartManager, ObjectModelDrawingPartManager_ShapeIdentity, ObjectModelDrawingPartManager_ShapeLoadContext, ObjectModelDrawingPartManager_ShapeLoader, ObjectModelDrawingPartManager_ShapeLoader_RunCreator, ObjectModelDrawingPartManager_ShapeLoader_ShapeFillCreator, ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator, ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator, ObjectModelExcelDocumentManager, ObjectModelExtendedPropertiesPartManager, ObjectModelExternalLinkPartManager, ObjectModelMacroEnabledTemplatePartManager, ObjectModelMacroEnabledWorkbookPartManager, ObjectModelPivotCacheDefinitionPartManager, ObjectModelPivotCacheRecordsPartManager, ObjectModelPivotTablePartManager, ObjectModelPrinterSettingsPartManager, ObjectModelSharedStringsPartManager, ObjectModelSlicerCachePartManager, ObjectModelSlicerPartManager, ObjectModelStylesPartManager, ObjectModelStylesPartManager_TableStylesCollectionInfo, ObjectModelTablePartManager, ObjectModelTablePartManager_CustomFilterContext, ObjectModelTablePartManager_FilterColumnElementContext, ObjectModelTablePartManager_TableContext, ObjectModelTemplatePartManager, ObjectModelThemeManagerPartManager, ObjectModelThemePartManager, ObjectModelVbaProjectPartManager, ObjectModelVmlDrawingPartManager, ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData, ObjectModelWorkbookPartManager, ObjectModelWorkbookPartManagerBase, ObjectModelWorksheetPartManager, ObjectModelWorksheetPartManager_DVInfo, ObjectParsedFormula, ObjectPool$1, ObjectPool$2, ObjectType_$type, Occurrence_$type, Office2007ExtensibilityPartManager, Office2010ExtensibilityPartManager, OfficeApplication_$type, OfficeDocumentDocPropsVTypes, OfficeDocumentDocPropsVTypes_VariantPlaceholder, OfficeDocumentExtendedProperties, OfficeDocumentManager, OfficeDocumentManager_PartRelationshipCounter, OfficeDocumentRelationships, OfficeExtensibilityPartManagerBase, OfficeNamespace, OleDataSpaces, OleDataSpacesEncryptionMode_$type, OleItem, OleLinkNamedReference, OleLinkWorkbookReference, OneConstraintDataValidationOperator, OneConstraintDataValidationOperator_$type, OneConstraintDataValidationRule, OpenPackagingNonConformanceReason, OpenPackagingNonConformanceReason_$type, OpenParenOperator, OperandToken, OperatorConditionalFormat, OperatorToken, OrderedSortCondition, Orientation, Orientation_$type, OverrideContentTypePart, OverwriteRoundTripDataResult_$type, PAGELAYOUTINFORecord, PALETTERecord, PANERecord, PASSWORDRecord, PLSRecord, PRECISIONRecord, PRINTGRIDLINESRecord, PRINTHEADERSRecord, PROT4REVPASSRecord, PROT4REVRecord, PROTECTRecord, Package, PackageFactory, PackagePart, PackagePartExposedStream, PackageRelationship, PackageUtilities, PageBreak, PageBreakCollection$1, PageBreakCollection_CollectionChangeContext$1, PageNumbering, PageNumbering_$type, PageOrder, PageOrder_$type, PaneLocation_$type, PaneSettingsBase, PaperSize, PaperSize_$type, ParenToken, ParentLabelLayout, ParentLabelLayout_$type, PartManagerBase, PatternFillInfo, PentagonShape, PercentOperator, PictFmlaEmbedInfo, PictFmlaKey, PictureClipboardFormat_$type, PictureType, PictureType_$type, PivotCacheDefinitionPartManager, PivotCacheInfo, PivotCacheRecordsPartManager, PivotTableInfo, PivotTablePartManager, PlotArea, PngPartManager, PositioningOptions, PositioningOptions_$type, PowerOperator, Precision, Precision_$type, PredefinedShapeType, PredefinedShapeType_$type, PreventTextFormattingTypes_$type, PrintAreasCollection, PrintAreasCollection_CollectionChangeContext, PrintErrors, PrintErrors_$type, PrintNotes, PrintNotes_$type, PrintOptions, PrintOptionsBase, PrinterSettingsPartManager, PropertyTable1, PropertyTable2, PropertyTable3, PropertyTableBase, PropertyTableBase_PropertyValue, PropertyType_$type, ProtectionInfo, ProtectionValidationInfo, ProtectionValidationInfo_Strict, ProtectionValidationInfo_XorObfuscation, QualifiedNameInfo, QuartileCalculation, QuartileCalculation_$type, RECALCIDRecord, REFMODERecord, REFRESHALLRecord, RIGHTMARGINRecord, RKRecord, ROWRecord, RSTRINGRecord, RangeOperator, RankConditionalFormat, RankConditionalFormat_ValueCache, ReadingOrder, ReadingOrder_$type, Record1904, RectangleShape, Ref3DNToken, Ref3DToken, RefBase, RefBase_DynamicReference, RefBase_InternalFlags_$type, RefErr3dToken, RefErrToken, RefNToken, RefToken, ReferenceActionCode_$type, ReferenceShiftType_$type, ReferenceToken, RegionArrayProxyBase, RegionCalcReference, RegionCalcReferenceBase, RegionCalcReferenceBase_RegionReferencesCollection, RegionCalcReference_RegionArrayProxy, RegionGroupCalcReference, RegionGroupCalcReference_GeneralReferencesCollection, RegionLookupTable$1, RegionLookupTable_RangeHelper$1, RegionLookupTable_Result$1, RegionShiftComparer$1, Regroup, RelationshipTargetMode_$type, RelationshipsWriter, RelativeDateRangeDuration, RelativeDateRangeDuration_$type, RelativeDateRangeFilter, RelativeDateRangeOffset, RelativeDateRangeOffset_$type, RelativeIndex, RelativeIndexSortSettings, RepeatTitleRange, Rgce, RightTriangleShape, RoundTripControlData, RoundTripDataPartManager, RoundTripPartData, RowColumnBase, RowColumnBinaryTreeNode$1, RowColumnCollectionBase$1, RowColumnLoadOnDemandTree$1, SATStream, SATStreamBase, SATStreamBase_SATEntry, SAVERECALCRecord, SCENPROTECTRecord, SCLRecord, SELECTIONRecord, SETUPRecord, SHEETEXTRecord, SHRFMLARecord, SML2009Attributes, SMLAttributes, SORTDATA12Record, SSFile, SSTRecord, STANDARDWIDTHRecord, STRINGRecord, STYLEEXTRecord, STYLEEXTRecordInfo, STYLERecord, STYLERecordInfo, ST_AdjAngle, ST_AdjCoordinate, ST_AllocationMethod_$type, ST_Angle, ST_AnimationBuildType_$type, ST_AnimationBuildType_IGEXT_$type, ST_AnimationChartBuildType, ST_AnimationChartOnlyBuildType_$type, ST_AnimationDgmBuildType, ST_AnimationDgmOnlyBuildType_$type, ST_AxPos_$type, ST_AxisId, ST_AxisUnit_$type, ST_Axis_$type, ST_BWMode_$type, ST_BarDir_$type, ST_BarGrouping_$type, ST_BevelPresetType_$type, ST_BlackWhiteMode_$type, ST_BlendMode_$type, ST_BlipCompression_$type, ST_BorderStyle_$type, ST_BuiltInUnit_$type, ST_CF_$type, ST_CalcMode_$type, ST_CalendarType_$type, ST_CellComments_$type, ST_CellFormulaType_$type, ST_CellSpans, ST_CellType_$type, ST_CfType_$type, ST_CfvoType_$type, ST_ChartBuildStep_$type, ST_Checked_$type, ST_ColorSchemeIndex_$type, ST_ColorStyleMethod, ST_ColorStyleMethodEnum_$type, ST_Comments_$type, ST_CompoundLine_$type, ST_ConditionalFormattingOperator_$type, ST_ConformanceClass_$type, ST_ConnectType_$type, ST_ConnectorType_$type, ST_Coordinate, ST_Coordinate32, ST_Coordinate32Unqualified, ST_CoordinateUnqualified, ST_CrossBetween_$type, ST_Crosses_$type, ST_DLblPos_$type, ST_DataBarAxisPosition_$type, ST_DataBarDirection_$type, ST_DataLabelPos_$type, ST_DataValidationErrorStyle_$type, ST_DataValidationImeMode_$type, ST_DataValidationOperator_$type, ST_DataValidationType_$type, ST_DateTimeGrouping_$type, ST_DdeValueType_$type, ST_DecimalNumber, ST_DecimalNumberOrPercent, ST_DgmBuildStep_$type, ST_DispBlanksAs_$type, ST_DoubleOrAutomatic, ST_DrawingElementId, ST_DropStyle_$type, ST_DynamicFilterType_$type, ST_EditAs_$type, ST_EditValidation_$type, ST_EffectContainerType_$type, ST_EighthPointMeasure, ST_EntityType_$type, ST_ErrBarType_$type, ST_ErrDir_$type, ST_ErrValType_$type, ST_Ext_$type, ST_FillMethod_$type, ST_FillType_$type, ST_FilterOperator_$type, ST_FixedAngle, ST_FixedPercentage, ST_FontCollectionIndex_$type, ST_FontScheme_$type, ST_FormulaDirection_$type, ST_GapWidthRatio, ST_GeoMappingLevel_$type, ST_GeoProjectionType_$type, ST_GeomGuideName, ST_GradientType_$type, ST_Grouping_$type, ST_Guid, ST_HexBinary3, ST_HexColor, ST_HexColorAuto, ST_HexColorRGB, ST_HorizontalAlignment_$type, ST_HpsMeasure, ST_HrAlign_$type, ST_IconSetType_$type, ST_ImageAspect_$type, ST_InsetMode_$type, ST_IntervalClosedSide_$type, ST_LayoutMode_$type, ST_LayoutTarget_$type, ST_LblAlgn_$type, ST_LegendPos_$type, ST_LightRigDirection_$type, ST_LightRigType_$type, ST_LineCap_$type, ST_LineEndLength_$type, ST_LineEndType_$type, ST_LineEndWidth_$type, ST_LineWidth, ST_LongHexNumber, ST_MarkerStyle_$type, ST_MeasurementOrPercent, ST_NumericDimensionType_$type, ST_ObjectType_$type, ST_Objects_$type, ST_OfPieType_$type, ST_OlapSlicerCacheSortOrder_$type, ST_OnOff, ST_OnOffStyleType_$type, ST_Orientation_$type, ST_PageOrder_$type, ST_PageOrientation_$type, ST_PageSetupOrientation_$type, ST_PaneState_$type, ST_Pane_$type, ST_Panose, ST_ParentLabelLayout_$type, ST_PathFillMode_$type, ST_PathShadeType_$type, ST_PatternType_$type, ST_PenAlignment_$type, ST_Percentage, ST_PictureFormat_$type, ST_PivotAreaType_$type, ST_PivotEditValueType_$type, ST_PivotShowAs_$type, ST_PointMeasure, ST_PosAlign_$type, ST_PositiveCoordinate, ST_PositiveFixedAngle, ST_PositiveFixedPercentage, ST_PositivePercentage, ST_PositiveUniversalMeasure, ST_PresetCameraType_$type, ST_PresetColorVal_$type, ST_PresetLineDashVal_$type, ST_PresetMaterialType_$type, ST_PresetPatternVal_$type, ST_PresetShadowVal_$type, ST_PrintError_$type, ST_QuartileMethod_$type, ST_RadarStyle_$type, ST_RectAlignment_$type, ST_RefMode_$type, ST_RegionLabelLayout_$type, ST_ScatterStyle_$type, ST_SchemeColorVal_$type, ST_Scope_$type, ST_SelType_$type, ST_SeriesLayout_$type, ST_ShadowType_$type, ST_ShapeType_$type, ST_Shape_$type, ST_SheetState_$type, ST_SheetViewType_$type, ST_SidePos_$type, ST_SignedHpsMeasure, ST_SignedTwipsMeasure, ST_SizeRepresents_$type, ST_SlicerCacheCrossFilter_$type, ST_SlicerStyleType_$type, ST_SortBy_$type, ST_SortMethod_$type, ST_SparklineAxisMinMax_$type, ST_SparklineType_$type, ST_SplitType_$type, ST_Sqref, ST_StringDimensionType_$type, ST_StrokeArrowLength_$type, ST_StrokeArrowType_$type, ST_StrokeArrowWidth_$type, ST_StrokeEndCap_$type, ST_StrokeJoinStyle_$type, ST_StrokeLineStyle_$type, ST_StyleColorEnum_$type, ST_StyleColorVal, ST_StyleEntryModifier, ST_StyleEntryModifierEnum_$type, ST_StyleEntryModifierList, ST_StyleReferenceModifier, ST_StyleReferenceModifierEnum_$type, ST_StyleReferenceModifierList, ST_SystemColorVal_$type, ST_TableStyleType_$type, ST_TableType_$type, ST_TabularSlicerCacheSortOrder_$type, ST_TextAlignType_$type, ST_TextAnchoringType_$type, ST_TextAutonumberScheme_$type, ST_TextCapsType_$type, ST_TextFontAlignType_$type, ST_TextFontSize, ST_TextHAlign_$type, ST_TextHorzOverflowType_$type, ST_TextIndent, ST_TextIndentLevelType, ST_TextMargin, ST_TextPoint, ST_TextPointUnqualified, ST_TextShapeType_$type, ST_TextStrikeType_$type, ST_TextTabAlignType_$type, ST_TextUnderlineType_$type, ST_TextVAlign_$type, ST_TextVertOverflowType_$type, ST_TextVerticalType_$type, ST_TextWrappingType_$type, ST_TickLblPos_$type, ST_TickMark_$type, ST_TickMarksType_$type, ST_TileFlipMode_$type, ST_TimePeriod_$type, ST_TimeUnit_$type, ST_TotalsRowFunction_$type, ST_TrendlineType_$type, ST_TrueFalse, ST_TrueFalseBlank, ST_TwipsMeasure, ST_Type_$type, ST_UcharHexNumber, ST_UnderlineValues_$type, ST_UniversalMeasure, ST_UniversalMeasure_UnitType_$type, ST_UnsignedDecimalNumber, ST_UnsignedIntHex, ST_UnsignedShortHex, ST_UpdateLinks_$type, ST_ValueAxisUnit, ST_VectorBaseType_$type, ST_VerticalAlignRun_$type, ST_VerticalAlignment_$type, ST_Visibility_$type, SUPBOOKRecord, ScaleType, ScaleType_$type, ScalingType, ScalingType_$type, ScrollBars, ScrollBars_$type, SecureString, SeekableBufferedStream, Selections, SerializationNumberFormatInfo, SerializationUtils, Series, SeriesAxisGroup, SeriesChartTypeGroup_$type, SeriesCollection, SeriesCollection_CollectionChangeContext, SeriesCollection_PlotOrderSortComparer, SeriesCollection_PlotOrderSortItem, SeriesDataLabels, SeriesGroup, SeriesName, SeriesType, SeriesType_$type, SeriesValues, SeriesValuesBase, SeriesValuesColorBy, SeriesValuesColorBy_$type, SeriesValuesType_$type, Series_BitValues_$type, SgmlDtd, SgmlReader, ShapeContainer, ShapeFill, ShapeFillImage, ShapeFillNoFill, ShapeFillSolid, ShapeOutline, ShapeOutlineNoOutline, ShapeOutlineSolid, ShapePositioningMode, ShapePositioningMode_$type, ShapeType_$type, Shape_PatriarchShape, SharedFeatureType_$type, SharedStringTable, SharedStringTable_KeyGap, SharedStringsPartManager, SharedTokenConverter, Sheet, SheetChangeInfoContext, SheetCollection, SheetCollection_ChangeInfoContext, SheetProtection, SheetRelationships, SheetSerializationCache, SheetType, SheetType_$type, ShiftAddressResult, ShiftingArrayFormulaInfo, ShortSATStream, SilverlightFixes, SingleTargetFormula, SingleTargetFormula_DynamicReferenceCollection, SingleTargetFormula_SimpleBitArray, SingleTargetFormula_StaticReferenceCollection, SingleTargetFormula_StaticReferenceFinder, SlicerCachePartManager, SlicerPartManager, SolverContainer, SortCondition, SortConditionCollection$1, SortConditionCollection_KeysCollection$1, SortConditionCollection_SortChangeContext$1, SortConditionCollection_ValuesCollection$1, SortDirection, SortDirection_$type, SortMethod_$type, SortSettings$1, SortSettings_ColumnIndexComparer$1, SortSettings_RowIndexComparer$1, SortSettings_ShiftFormulaChangeContext$1, SortSettings_SortChangeContext$1, SortSettings_SortOperation$1, SortSettings_VisibleRowIndexBlock$1, SortedIntRangeList, SortedIntRangeList_IntRange, SortedList$2, SourceType_$type, Sparkline, SparklineAxisMinMax, SparklineAxisMinMax_$type, SparklineCollection, SparklineCollection_CollectionChangeContext, SparklineDisplayBlanksAs, SparklineDisplayBlanksAs_$type, SparklineExtensions, SparklineGroup, SparklineGroupCollection, SparklineGroupCollection_CollectionChangeContext, SparklineGroupCollection_GroupModifyInfo, SparklineGroupCollection_ShiftChangeContext, SparklineGroup_BitValues_$type, SparklineGroup_RegionChangeContext, SparklineType, SparklineType_$type, SparklinesDeserializer, SparklinesDeserializer_ContextFlags_$type, SparklinesSerializer, SpecialFormulaToken, SplitMenuColors, SpreadsheetDrawingAttributes, SpreadsheetML2009Main, SpreadsheetMLMain, StackedType_$type, StandardTableStyleCollection, State_$type, StopInfo, StrToken, StraightConnector1Shape, StringConstant, StringElement, StringElementIndex, StringUtilities, StringUtilitiesSgml, StructuredStorageManager, StructuredStorageStream, StructuredStorageStream_StreamType_$type, StructuredTableReference, StructuredTableReferenceKeywordType_$type, StructuredTableReference_InnerReference, StyleCategory_$type, StyleInfo, SubOperator, SubstreamType_$type, SummaryInformation, SummaryInformation_SummaryInformationProperties, SummaryPropertyType_$type, SystemColorsInternal, SystemColorsInternal_ColorResolver, SystemColorsInternal_SystemColorValue_$type, TABIDRecord, TABLERecord, TABLESTYLEELEMENTRecord, TABLESTYLERecord, TABLESTYLESRecord, TEMPLATERecord, THEMERecord, TOPMARGINRecord, TXORecord, TableCalcReference, TableCalcReferenceBase, TableCalcReferenceBase_TableReferenceArrayProxy, TableColumnCalcReference, TableColumnFilterData, TableColumnRangeCalcReference, TablePartManager, TaiwanCalendar, TblToken, TempCellCalcReference, TextDirection, TextDirection_$type, TextFormatMode, TextFormatMode_$type, TextHorizontalOverflow, TextHorizontalOverflow_$type, TextMetricsProviderBase, TextOperatorConditionalFormat, TextVerticalOverflow, TextVerticalOverflow_$type, ThaiBuddhistCalendar, ThemeManagerPartManager, ThemePartInfo, ThemePartManager, ThresholdComparison, ThresholdComparison_$type, ThresholdConditionBase, TickLabelAlignment, TickLabelAlignment_$type, TickLabelPosition, TickLabelPosition_$type, TickLabels, TickMark, TickMark_$type, TiffPartManager, TimeUnit, TimeUnit_$type, To3DTokenConverter, TokenClassResolver, TokenClassResolver_FormulaTokenNode, TokenClass_$type, TokenReferenceResolver, TokenReferenceResolver_SkipTokenInfo, Token_$type, TopOrBottomFilter, TopOrBottomFilterType, TopOrBottomFilterType_$type, Trendline, TrendlineCollection, TrendlineCollection_CollectionChangeContext, TrendlineLabel, TrendlineLine, TrendlinePolynomialOrder, TrendlinePolynomialOrder_$type, TrendlineType, TrendlineType_$type, TwoConstraintDataValidationOperator, TwoConstraintDataValidationOperator_$type, TwoConstraintDataValidationRule, USERBVIEWRecord, USERSVIEWBEGINRecord, USERSVIEWENDRecord, USESELFSRecord, Ucs4Decoder, Ucs4DecoderBigEngian, Ucs4DecoderLittleEndian, UltimateFontDefaultsResolver, UltraCalcBinaryOperatorBase, UltraCalcConditionalFunctionBase, UltraCalcConditionalFunctionBase_CriteriaEvaluator, UltraCalcConditionalFunctionBase_CriteriaEvaluator_Operator_$type, UltraCalcConditionalFunctionBase_EvaluateHelper, UltraCalcErrorException, UltraCalcException, UltraCalcFormulaTokenType_$type, UltraCalcFunctionACos, UltraCalcFunctionACosh, UltraCalcFunctionASin, UltraCalcFunctionASinh, UltraCalcFunctionATan, UltraCalcFunctionATan2, UltraCalcFunctionATanh, UltraCalcFunctionAbs, UltraCalcFunctionAcot, UltraCalcFunctionAcotH, UltraCalcFunctionAddress, UltraCalcFunctionAnd, UltraCalcFunctionArabic, UltraCalcFunctionAreas, UltraCalcFunctionAveDev, UltraCalcFunctionAverage, UltraCalcFunctionAverageA, UltraCalcFunctionAverageIf, UltraCalcFunctionAverageIfs, UltraCalcFunctionBase, UltraCalcFunctionBin2Dec, UltraCalcFunctionBin2Hex, UltraCalcFunctionBin2Oct, UltraCalcFunctionBinomDist, UltraCalcFunctionBinom_Dist, UltraCalcFunctionBinom_Dist_Range, UltraCalcFunctionBinom_Inv, UltraCalcFunctionBitAnd, UltraCalcFunctionBitLShift, UltraCalcFunctionBitOperation, UltraCalcFunctionBitOr, UltraCalcFunctionBitRShift, UltraCalcFunctionBitXor, UltraCalcFunctionCeiling, UltraCalcFunctionCeilingMath, UltraCalcFunctionCeilingPrecise, UltraCalcFunctionCell, UltraCalcFunctionChar, UltraCalcFunctionChoose, UltraCalcFunctionClean, UltraCalcFunctionCode, UltraCalcFunctionColumn, UltraCalcFunctionColumns, UltraCalcFunctionCombin, UltraCalcFunctionCombina, UltraCalcFunctionComplex, UltraCalcFunctionComplex_ComplexNumber, UltraCalcFunctionConcat, UltraCalcFunctionConcatEx, UltraCalcFunctionConcatenate, UltraCalcFunctionConvert, UltraCalcFunctionConvert_MeasurementUnitCategory_$type, UltraCalcFunctionConvert_UnitInfo, UltraCalcFunctionCorrel, UltraCalcFunctionCos, UltraCalcFunctionCosh, UltraCalcFunctionCot, UltraCalcFunctionCotH, UltraCalcFunctionCount, UltraCalcFunctionCountA, UltraCalcFunctionCountBlank, UltraCalcFunctionCountIf, UltraCalcFunctionCountIfs, UltraCalcFunctionCovar, UltraCalcFunctionCovarianceP, UltraCalcFunctionCovarianceS, UltraCalcFunctionCritBinom, UltraCalcFunctionCsc, UltraCalcFunctionCscH, UltraCalcFunctionDB, UltraCalcFunctionDBNull, UltraCalcFunctionDDB, UltraCalcFunctionDate, UltraCalcFunctionDateAdd, UltraCalcFunctionDateDif, UltraCalcFunctionDateDiff, UltraCalcFunctionDateValue, UltraCalcFunctionDay, UltraCalcFunctionDays, UltraCalcFunctionDays360, UltraCalcFunctionDec2Bin, UltraCalcFunctionDec2Hex, UltraCalcFunctionDec2Oct, UltraCalcFunctionDec2XBase, UltraCalcFunctionDecimal, UltraCalcFunctionDegrees, UltraCalcFunctionDelta, UltraCalcFunctionDevSq, UltraCalcFunctionDivide, UltraCalcFunctionDollar, UltraCalcFunctionDollarDe, UltraCalcFunctionDollarFr, UltraCalcFunctionEDate, UltraCalcFunctionEOMonth, UltraCalcFunctionEcmaCeiling, UltraCalcFunctionEffect, UltraCalcFunctionEqual, UltraCalcFunctionErf, UltraCalcFunctionErfPrecise, UltraCalcFunctionErfc, UltraCalcFunctionErfcPrecise, UltraCalcFunctionErrorType, UltraCalcFunctionEven, UltraCalcFunctionExact, UltraCalcFunctionExp, UltraCalcFunctionExpon, UltraCalcFunctionExponDist, UltraCalcFunctionExpon_Dist, UltraCalcFunctionFV, UltraCalcFunctionFact, UltraCalcFunctionFactDouble, UltraCalcFunctionFactory, UltraCalcFunctionFalse, UltraCalcFunctionFind, UltraCalcFunctionFisher, UltraCalcFunctionFisherInv, UltraCalcFunctionFixed, UltraCalcFunctionFloor, UltraCalcFunctionFloorMath, UltraCalcFunctionFloorPrecise, UltraCalcFunctionForecast, UltraCalcFunctionFormulaText, UltraCalcFunctionGE, UltraCalcFunctionGT, UltraCalcFunctionGcd, UltraCalcFunctionGeStep, UltraCalcFunctionHLookup, UltraCalcFunctionHex2Bin, UltraCalcFunctionHex2Dec, UltraCalcFunctionHex2Oct, UltraCalcFunctionHour, UltraCalcFunctionHyperlink, UltraCalcFunctionIPmt, UltraCalcFunctionIRR, UltraCalcFunctionIf, UltraCalcFunctionIfError, UltraCalcFunctionIfNa, UltraCalcFunctionIfs, UltraCalcFunctionImAbs, UltraCalcFunctionImArgument, UltraCalcFunctionImConjugate, UltraCalcFunctionImCos, UltraCalcFunctionImDiv, UltraCalcFunctionImExp, UltraCalcFunctionImLn, UltraCalcFunctionImLog10, UltraCalcFunctionImLog2, UltraCalcFunctionImPower, UltraCalcFunctionImProduct, UltraCalcFunctionImReal, UltraCalcFunctionImSin, UltraCalcFunctionImSqrt, UltraCalcFunctionImSub, UltraCalcFunctionImSum, UltraCalcFunctionImaginary, UltraCalcFunctionIndex, UltraCalcFunctionIndirect, UltraCalcFunctionInfo, UltraCalcFunctionInt, UltraCalcFunctionIntRate, UltraCalcFunctionIntercept, UltraCalcFunctionIsBlank, UltraCalcFunctionIsDBNull, UltraCalcFunctionIsErr, UltraCalcFunctionIsError, UltraCalcFunctionIsEven, UltraCalcFunctionIsFormula, UltraCalcFunctionIsLogical, UltraCalcFunctionIsNa, UltraCalcFunctionIsNonText, UltraCalcFunctionIsNull, UltraCalcFunctionIsNumber, UltraCalcFunctionIsOdd, UltraCalcFunctionIsRef, UltraCalcFunctionIsText, UltraCalcFunctionIsoCeiling, UltraCalcFunctionLE, UltraCalcFunctionLT, UltraCalcFunctionLarge, UltraCalcFunctionLcm, UltraCalcFunctionLeft, UltraCalcFunctionLen, UltraCalcFunctionLn, UltraCalcFunctionLoader, UltraCalcFunctionLog, UltraCalcFunctionLog10, UltraCalcFunctionLookup, UltraCalcFunctionLookupBase, UltraCalcFunctionLower, UltraCalcFunctionMRound, UltraCalcFunctionMatch, UltraCalcFunctionMax, UltraCalcFunctionMaxIfs, UltraCalcFunctionMdeterm, UltraCalcFunctionMedian, UltraCalcFunctionMid, UltraCalcFunctionMin, UltraCalcFunctionMinIfs, UltraCalcFunctionMinus, UltraCalcFunctionMinute, UltraCalcFunctionMinverse, UltraCalcFunctionMmult, UltraCalcFunctionMod, UltraCalcFunctionMode, UltraCalcFunctionModeMult, UltraCalcFunctionModeSngl, UltraCalcFunctionMonth, UltraCalcFunctionMultinomial, UltraCalcFunctionMultiply, UltraCalcFunctionN, UltraCalcFunctionNE, UltraCalcFunctionNPV, UltraCalcFunctionNPer, UltraCalcFunctionNa, UltraCalcFunctionNetWorkDays, UltraCalcFunctionNominal, UltraCalcFunctionNot, UltraCalcFunctionNow, UltraCalcFunctionNull, UltraCalcFunctionNumberValue, UltraCalcFunctionOct2Bin, UltraCalcFunctionOct2Dec, UltraCalcFunctionOct2Hex, UltraCalcFunctionOdd, UltraCalcFunctionOffset, UltraCalcFunctionOr, UltraCalcFunctionPDuration, UltraCalcFunctionPPmt, UltraCalcFunctionPV, UltraCalcFunctionPearson, UltraCalcFunctionPercent, UltraCalcFunctionPercentRank, UltraCalcFunctionPercentRankBase, UltraCalcFunctionPercentRankExclusive, UltraCalcFunctionPercentRankInclusive, UltraCalcFunctionPercentile, UltraCalcFunctionPercentileBase, UltraCalcFunctionPercentileExclusive, UltraCalcFunctionPercentileInclusive, UltraCalcFunctionPermut, UltraCalcFunctionPermutationA, UltraCalcFunctionPi, UltraCalcFunctionPlus, UltraCalcFunctionPmt, UltraCalcFunctionPoisson, UltraCalcFunctionPoissonDist, UltraCalcFunctionPower, UltraCalcFunctionProbFunction, UltraCalcFunctionProduct, UltraCalcFunctionProper, UltraCalcFunctionQuartile, UltraCalcFunctionQuartileExclusive, UltraCalcFunctionQuartileInclusive, UltraCalcFunctionQuotient, UltraCalcFunctionRRI, UltraCalcFunctionRadians, UltraCalcFunctionRand, UltraCalcFunctionRandBetween, UltraCalcFunctionRank, UltraCalcFunctionRankAverage, UltraCalcFunctionRankBase, UltraCalcFunctionRankEqual, UltraCalcFunctionRate, UltraCalcFunctionReplace, UltraCalcFunctionRept, UltraCalcFunctionRight, UltraCalcFunctionRoman, UltraCalcFunctionRoman_RomanNumeral, UltraCalcFunctionRound, UltraCalcFunctionRoundDown, UltraCalcFunctionRoundUp, UltraCalcFunctionRow, UltraCalcFunctionRows, UltraCalcFunctionRsq, UltraCalcFunctionSLN, UltraCalcFunctionSYD, UltraCalcFunctionSearch, UltraCalcFunctionSearchB, UltraCalcFunctionSec, UltraCalcFunctionSecH, UltraCalcFunctionSecond, UltraCalcFunctionSeriesSum, UltraCalcFunctionSheet, UltraCalcFunctionSheets, UltraCalcFunctionSign, UltraCalcFunctionSin, UltraCalcFunctionSinh, UltraCalcFunctionSkew, UltraCalcFunctionSkew_P, UltraCalcFunctionSlope, UltraCalcFunctionSmall, UltraCalcFunctionSqrt, UltraCalcFunctionSqrtPi, UltraCalcFunctionStDevA, UltraCalcFunctionStDevBase, UltraCalcFunctionStDevP, UltraCalcFunctionStDevPA, UltraCalcFunctionStDev_P, UltraCalcFunctionStDev_S, UltraCalcFunctionStandardize, UltraCalcFunctionStdev, UltraCalcFunctionSteyx, UltraCalcFunctionSubstitute, UltraCalcFunctionSubtotal, UltraCalcFunctionSum, UltraCalcFunctionSumIf, UltraCalcFunctionSumIfs, UltraCalcFunctionSumSq, UltraCalcFunctionSumproduct, UltraCalcFunctionSumx2my2, UltraCalcFunctionSumx2py2, UltraCalcFunctionSumxmy2, UltraCalcFunctionSwitch, UltraCalcFunctionTan, UltraCalcFunctionTanh, UltraCalcFunctionText, UltraCalcFunctionTextJoin, UltraCalcFunctionTime, UltraCalcFunctionTimeValue, UltraCalcFunctionToday, UltraCalcFunctionTranspose, UltraCalcFunctionTrim, UltraCalcFunctionTrimMean, UltraCalcFunctionTrue, UltraCalcFunctionTrunc, UltraCalcFunctionTwoMatrixFunction, UltraCalcFunctionType, UltraCalcFunctionUSDollar, UltraCalcFunctionUnaryMinus, UltraCalcFunctionUnaryPlus, UltraCalcFunctionUpper, UltraCalcFunctionVLookup, UltraCalcFunctionValue, UltraCalcFunctionVar, UltraCalcFunctionVarA, UltraCalcFunctionVarBase, UltraCalcFunctionVarP, UltraCalcFunctionVarPA, UltraCalcFunctionVar_P, UltraCalcFunctionVar_S, UltraCalcFunctionWeekDay, UltraCalcFunctionWeekNum, UltraCalcFunctionWeibull, UltraCalcFunctionWeibullDist, UltraCalcFunctionWorkDay, UltraCalcFunctionXBase2Dec, UltraCalcFunctionXBase2XBase, UltraCalcFunctionXLIntersect, UltraCalcFunctionXLRange, UltraCalcFunctionXLUnion, UltraCalcFunctionXor, UltraCalcFunctionYear, UltraCalcFunctionYearFrac, UltraCalcOperatorFunction_$type, UmAlQuraCalendar, UminusOperator, UnaryOperatorToken, UnfrozenPaneSettings, UnicodeCategory_$type, UnicodeStrings, UnionOperator, UniqueConditionalFormat, UniqueConditionalFormat_DuplicateValueHolder, UnknownElementAction_$type, UnknownElementCache, UnknownShape, UnknownStructure, UpDownBar, UpDownBarType, UpDownBarType_$type, UpDownBars, UplusOperator, UriUtilities, UserDefinedPropertyType_$type, UserFileStream, UtilitiesInt32Comparer, Utilities_ColorIndex_$type, Utilities_Int16Comparer, VBAOBJECTNAMERecord, VCENTERRecord, VERTICALPAGEBREAKSRecord, ValueConstraintDataValidationRule, ValueFormatter, ValueFormatterFlags_$type, ValueFormatterOptions_$type, ValueFormatter_CompareOperator_$type, ValueFormatter_FormatSection, ValueFormatter_FormatSection_FormulaValueInfo, ValueFormatter_FormatValueState, ValueFormatter_GetTextWidthHelper, ValueFormatter_LiteralFormatPart, ValueFormatter_LiteralType_$type, ValueFormatter_NumberSection_$type, ValueFormatter_Part, ValueFormatter_SectionType_$type, ValueFormatter_ValueFormatterContext, ValueFormatter_ValueFormatterSectionInfo, ValueFormatter_WellKnownPart, ValueFormatter_WellKnownPartType_$type, ValueTuple, ValueTuple$2, VariantType_$type, VariantUtilities, VbaProjectPartManager, VerticalCellAlignment, VerticalCellAlignment_$type, VerticalPageBreak, VerticalPageBreakCollection, VerticalTextAlignment, VerticalTextAlignment_$type, VerticalTitleAlignment, VerticalTitleAlignment_$type, VmlDrawingPartManager, VmlNamespace, WBitmap, WINDOW1Record, WINDOW2Record, WINDOWPROTECTRecord, WRITEACCESSRecord, WRITEPROTRecord, WSBOOLRecord, Wall, WallType, WallType_$type, WeakWorkbookOwner, WhitespaceId, WhitespaceType_$type, WindowOptions, Windows1252Encoding, Windows932Encoding, Windows936Encoding, WmfPartManager, WorkItem, WorkItem$1, WorkItemContinuationType_$type, WorkItemExtensions, WorkItemExtensions_WorkItemCompleted, WorkItemExtensions_WorkItemCompleted$1, WorkItemScheduler, WorkItemScheduler_SynchronousImpl, WorkItemScheduler_TimeSlicedImpl, WorkItem_ExceptionInfo, WorkItem_WorkItemAsync, WorkItem_WorkItemAsync$1, WorkItem_WorkItemCatch$1, WorkItem_WorkItemSync, WorkItem_WorkItemSync$1, Workbook, WorkbookBuiltInStyle, WorkbookCFInfo, WorkbookColorInfo, WorkbookColorInfo_ColorInfoState_$type, WorkbookColorPalette, WorkbookColorTransform, WorkbookEncryptionMode, WorkbookEncryptionMode_$type, WorkbookFontData, WorkbookFontDataResolved, WorkbookFontOwnerAccessor, WorkbookFontProxy, WorkbookFontProxy_PropertyIds_$type, WorkbookFormat, WorkbookFormatCollection, WorkbookFormat_$type, WorkbookLoadCache, WorkbookLoadManager, WorkbookLoadManagerExcel2003, WorkbookLoadManagerExcel2003_LoadAdditionalDataTokenVisitor, WorkbookLoadManagerExcel2003_LoadTokenVisitor, WorkbookLoadManagerExcel2003_ResolveNamedReferenceVisitor, WorkbookLoadManagerExcel2007, WorkbookLoadManagerExcel2007_FontCollection, WorkbookLoadManagerExcel2007_NamedReferenceInfo, WorkbookLoadManagerExcel2007_PresetTableStylesPartManager, WorkbookLoadManagerExcel2007_ShapeAnchorApplicator, WorkbookLoadManagerExcel2007_UpdateIndexedWorkbookReferencesVisitor, WorkbookLoadOptions, WorkbookOptionsBase, WorkbookPartManagerBase, WorkbookPasswordInfo, WorkbookProtection, WorkbookReferenceBase, WorkbookReferenceUnconnected, WorkbookSaveFilter, WorkbookSaveManager, WorkbookSaveManagerExcel2003, WorkbookSaveManagerExcel2003_ExtSstItem, WorkbookSaveManagerExcel2003_FormatHolder, WorkbookSaveManagerExcel2003_GetSizeTokenVisitor, WorkbookSaveManagerExcel2003_PopuplateShapeDrawingPropertiesVisitor, WorkbookSaveManagerExcel2003_PopuplateShapeKnownPropertiesVisitor, WorkbookSaveManagerExcel2003_SaveAdditionalDataTokenVisitor, WorkbookSaveManagerExcel2003_SaveTokenVisitor, WorkbookSaveManagerExcel2007, WorkbookSaveManager_ColorSortConditionVisitorProxy$1, WorkbookSaveManager_InitSerializationCacheFormulaHelper, WorkbookSaveManager_InitSerializationCacheHelper, WorkbookSaveOptions, WorkbookSerializationDataExcel2003, WorkbookSerializationDataExcel2003_ImageHolder, WorkbookSerializationDataExcel2007, WorkbookSerializationManager, WorkbookStyle, WorkbookStyleCollection, WorkbookStyleCollection_RefEqualityComparer$1, WorkbookStyleCollection_RemovalType_$type, WorkbookStyle_StyleChangeContext, WorkbookThemeColorType, WorkbookThemeColorType_$type, WorkbookUserDefinedStyle, WorkbookWindowOptions, Workbook_ChangeInfoContext, Workbook_MetricsProviderCache, Workbook_OleLinkInfoComparer, Worksheet, WorksheetCFInfo, WorksheetCell, WorksheetCellAddress, WorksheetCellBlock, WorksheetCellBlockFull, WorksheetCellBlockHalf, WorksheetCellBlock_CellValue, WorksheetCellBlock_DataTypeEncoded_$type, WorksheetCellBlock_DataType_$type, WorksheetCellBlock_DataTypesCompressed, WorksheetCellBlock_ValueCoercionType_$type, WorksheetCellCollection, WorksheetCellComment, WorksheetCellCommentData, WorksheetCellFormatBlock, WorksheetCellFormatCollection, WorksheetCellFormatData, WorksheetCellFormatDataResolved, WorksheetCellFormatOptions, WorksheetCellFormatOptions_$type, WorksheetCellFormatProxy, WorksheetCellFormatProxy_FormatChangeContext, WorksheetCellFormatProxy_SetFontFormattingChangeContext, WorksheetCellFormatProxy_SetFormattingChangeContext, WorksheetCellFormatType_$type, WorksheetCellLocation, WorksheetCellOwnedFormatProxy, WorksheetCellShiftResult, WorksheetChart, WorksheetChartExtensions, WorksheetChart_BitValues_$type, WorksheetChart_LegendChangeContext, WorksheetCollection, WorksheetColumn, WorksheetColumnBlock, WorksheetColumnCollection, WorksheetColumnCollection_CollectionChangeContext, WorksheetColumnCollection_CollectionChangeContextData, WorksheetColumnCollection_InsertRemoveOperationWrapper, WorksheetColumnFilter, WorksheetColumnOwnedFormatProxy, WorksheetColumnWidthUnit, WorksheetColumnWidthUnit_$type, WorksheetColumn_InternalFlags_$type, WorksheetDataTable, WorksheetDataTableCollection, WorksheetDataTableCollection_CollectionChangeContext, WorksheetDisplayOptions, WorksheetDummyCellFormatProxy, WorksheetElementResizeContext, WorksheetElementResizeContext_MultiElementResizeChange, WorksheetElementResizeContext_MultiElementVisibilityChange, WorksheetElementResizeContext_SingleElementResizeOrVisibilityChange, WorksheetElementResizeState, WorksheetFilterSettings, WorksheetFilterSettings_AddFilterChangeInfo, WorksheetFilterSettings_RemoveFilterChangeInfo, WorksheetFilterSettings_WorksheetFilterFlags_$type, WorksheetHyperlink, WorksheetHyperlinkCollection, WorksheetHyperlinkCollection_CollectionChangeContext, WorksheetHyperlinkCollection_ShiftChangeContext, WorksheetImage, WorksheetItemCollection$1, WorksheetItemPosition, WorksheetMergedCellFormatDataResolved, WorksheetMergedCellsRegion, WorksheetMergedCellsRegionCollection, WorksheetMergedCellsRegionCollection_CollectionChangeContext, WorksheetMergedCellsRegionCollection_ShiftChangeContext, WorksheetMergedRegionOwnedCellFormatProxy, WorksheetPaneSelection, WorksheetPartManager, WorksheetPermissions_$type, WorksheetProtectedRange, WorksheetProtectedRangeCollection, WorksheetProtectedRangeRegionCollection, WorksheetProtectedSelectionMode, WorksheetProtectedSelectionMode_$type, WorksheetProtection, WorksheetProtectionType_$type, WorksheetReference, WorksheetReferenceCollection, WorksheetReferenceError, WorksheetReferenceExternal, WorksheetReferenceExternalRowValues, WorksheetReferenceLocal, WorksheetReferenceMulti, WorksheetReferenceSingle, WorksheetReferenceSingleUnconnected, WorksheetReferenceToWorkbook, WorksheetRegion, WorksheetRegionAddress, WorksheetRegion_HorizontalAddressSorter, WorksheetRegion_HorizontalSorter, WorksheetRegion_HorizontalWeakSorter, WorksheetRegion_VerticalAddressSorter, WorksheetRegion_VerticalSorter, WorksheetResizeInfo, WorksheetRow, WorksheetRowCollection, WorksheetRowCollection_CollectionChangeContext, WorksheetRowCollection_InsertRemoveOperationWrapper, WorksheetRowCollection_RowBinaryTreeNode, WorksheetRowCollection_RowsLoadOnDemandTree, WorksheetRowCollection_RowsLoadOnDemandTree_RowChangeAdjustmentPoint, WorksheetRowCollection_RowsLoadOnDemandTree_RowChangeHistoryItemAdd, WorksheetRowCollection_RowsLoadOnDemandTree_RowChangeHistoryItemRemove, WorksheetRowOwnedCellFormatProxy, WorksheetRowSerializationCache, WorksheetRow_InternalFlags_$type, WorksheetSelection, WorksheetSerializationCache, WorksheetShape, WorksheetShapeCollection, WorksheetShapeCollection_AxisShiftInfo, WorksheetShapeCollection_ChartShiftContext, WorksheetShapeCollection_ChartShiftInfo, WorksheetShapeCollection_CollectionChangeContext, WorksheetShapeCollection_SeriesShiftInfo, WorksheetShapeGroup, WorksheetShapeGroupBase, WorksheetShapePosition, WorksheetShapeVisitor$2, WorksheetShapeWithText, WorksheetSortSettings, WorksheetSortSettings_WorksheetSortFlags_$type, WorksheetSortType, WorksheetSortType_$type, WorksheetTable, WorksheetTableArea, WorksheetTableAreaFormatProxy$1, WorksheetTableAreaFormatsCollection$1, WorksheetTableArea_$type, WorksheetTableCollection, WorksheetTableCollection_CollectionChangeContext, WorksheetTableColumn, WorksheetTableColumnArea, WorksheetTableColumnArea_$type, WorksheetTableColumnCollection, WorksheetTableColumn_InternalFlags_$type, WorksheetTableResizeOperation, WorksheetTableStyle, WorksheetTableStyleArea, WorksheetTableStyleArea_$type, WorksheetTable_ColumnChangeContext, WorksheetTable_ResizeContext, WorksheetTable_RowChangeContext, WorksheetTable_TableFlags_$type, WorksheetView, WorksheetView_$type, WorksheetVisibility, WorksheetVisibility_$type, Worksheet_CellCommentDeleteChangeContext, Worksheet_CellInsertDeleteChangeContext, Worksheet_FontNameHeightPair, Worksheet_HideUnhideChangeContext, Worksheet_InsertRemoveOperationWrapper, Worksheet_ResizeItemChangeContext, Worksheet_SetColumnWidthInfo, Worksheet_SharedFormulaGroupChangeContext, Worksheet_SharedFormulasShiftChangeContext, Worksheet_ShiftRegionHelper, X14Serialization_$type, X14Serializer, XCTRecord, XColorType_$type, XFCRCRecord, XFEXTRecord, XFEXTRecordInfo, XFExtGradientInfo, XFProp, XFPropBool, XFPropBorder, XFPropBorderBase, XFPropBorderLoaded, XFPropByte, XFPropColor, XFPropColorBase, XFPropColorInfo, XFPropColorLoaded, XFPropFillPattern, XFPropFontBold, XFPropFontHeight, XFPropFontName, XFPropFontScheme, XFPropFontSubscriptSuperscript, XFPropFontUnderline, XFPropGradientFill, XFPropGradientStop, XFPropGradientStopBase, XFPropGradientStopLoaded, XFPropHorizontalAlignment, XFPropNumberFormat, XFPropNumberFormatId, XFPropTextIndentationLevel, XFPropTextIndentationLevelRelative, XFPropTextRotation, XFPropType_$type, XFPropVerticalAlignment, XFRecord, XFRecordInfo, XFRecord_XFContext, XLOpenXmlUtilities, XLSXFormulaStringGenerator, XValue, XValues, XValuesDataType_$type, XlsxUtilities, XlsxUtilities_ColorTransformsApplicator, XlsxUtilities_ColorTransformsApplicator_ColorChannelHSL_$type, XlsxUtilities_ColorTransformsApplicator_ColorChannelRGB_$type, XlsxUtilities_WorkbookColorInfoCreator, XmlNamespace, XmlNamespaceDefinitionBase, XmlNamespaceDefinitionBase_PreserveSpaceMode_$type, XmlPartManagerBase, XmlReadManager, XmlReadManager_AlternateContentChoiceContext, XmlReadManager_AlternateContentStatus_$type, XmlReadManager_ElementContext, XmlReadManager_LoadChildContext, XmlReadManager_LoadFastContext, XmlSchemaInstance, XmlWriteManager, YearToDateFilter, ZipEntry, ZipFile };
|
|
374978
|
+
export { ACTIVEXMARKERRecord, ARRAYRecord, AUTOFILTER12Record, AUTOFILTERINFORecord, AUTOFILTERRecord, AUTOFILTERRecordBase, ActiveCellChangedInfo, ActiveXBinaryPartManager, ActiveXPartManager, AddInFunctionNamedReference, AddInFunctionResolver, AddInFunctionsWorkbookReference, AddOperator, AlignmentInfo, AlternateContentChoice, AlternateGraphicalObjectContent, AnyValueDataValidationRule, ApplyFormulaFlags_$type, Area3DNToken, Area3DToken, AreaErr3DToken, AreaErrToken, AreaNToken, AreaToken, ArgumentExceptionExtension, ArgumentOutOfRangeExceptionExtension, ArithmeticException, ArrayFormula, ArrayFormula_FormulaChangeContext, ArrayInteriorFormula, ArrayProxy, ArrayToken, ArrayValueContext, Async, Async_ForEachHelper$1, Async_ForEachSliceHelper$1, Async_ForHelper, Async_ForSliceHelper, Async_UsingHelper$1, Async_UsingHelper$2, Async_WhileHelper, Async_WhileSliceHelper, AttDef, AttList, AttrChooseToken, AttrIfToken, AttrSkipToken, AttrSpaceToken, AttrSpaceVolitileToken, AttrSumToken, AttrTokenBase, AttrTokenBase_AttrType_$type, AttrVolatileToken, Attribute, AttributePresence_$type, AttributeType_$type, AttributeValue, AverageConditionalFormat, AverageFilter, AverageFilterType, AverageFilterType_$type, Axis, AxisCollection, AxisCollection_CollectionChangeContext, AxisCrosses, AxisCrosses_$type, AxisGroup, AxisGroupValidationResult, AxisGroup_$type, AxisPosition, AxisPosition_$type, AxisType, AxisType_$type, Axis_BitValues_$type, BACKUPRecord, BIFF8RecordType_$type, BITMAPRecord, BLANKRecord, BLIP, BLIPRecordType_$type, BLIPStoreContainer, BLIPStoreEntry, BLIPType_$type, BLIPUsage_$type, BOFRecord, BOFRecord_BiffVersion_$type, BOOKBOOLRecord, BOOKEXTRecord, BOOLERRRecord, BOTTOMMARGINRecord, BOUNDSHEETRecord, BarShape, BarShape_$type, Biff8RecordBase, Biff8RecordStream, Biff8RecordStream_AFDOper, Biff8RecordStream_Stxp, Biff8RecordStream_Ts, BiffRecordBase$3, BiffRecordStream, BiffRecordStream_FormattedStringInfo, BiffRecordStream_RecordBlockInfo, BiffSheetType_$type, BinaryData, BinaryOperatorToken, BitmapSource, BlanksConditionalFormat, BmpPartManager, BoolToken, BooleanConstant, BorderInfo, BorderLineStyle, BorderLineStyle_$type, BorderStyleInfo, BorderThickness_$type, BoxAndWhiskerSettings, BuiltInFunctionBase, BuiltInName_$type, BuiltInStyleInfo, BuiltInStyleType_$type, CALCCOUNTRecord, CALCMODERecord, CF12Record, CFEXRecord, CFExAveragesTemplateParams, CFExDateTemplateParams, CFExFilterParams, CFExTextTemplateParams, CFRecord, CFSerializer, CFUtils, CLRArrayProxy, CODEPAGERecord, COLINFORecord, CONDFMT12Record, CONDFMTRecord, CONDFMTSerializer, COUNTRYRecord, CRNRecord, CT_AbsSizeAnchor, CT_AbsoluteAnchor, CT_Address, CT_AdjPoint2D, CT_AdjustHandleList, CT_Aggregation, CT_AlphaBiLevelEffect, CT_AlphaCeilingEffect, CT_AlphaFloorEffect, CT_AlphaInverseEffect, CT_AlphaModulateEffect, CT_AlphaModulateFixedEffect, CT_AlphaOutsetEffect, CT_AlphaReplaceEffect, CT_AnchorClientData, CT_Angle, CT_AnimationChartBuildProperties, CT_AnimationChartElement, CT_AnimationDgmBuildProperties, CT_AnimationDgmElement, CT_AnimationElementChoice, CT_AnimationGraphicalObjectBuildProperties, CT_Area3DChart, CT_AreaChart, CT_AreaSer, CT_AudioCD, CT_AudioCDTime, CT_AudioFile, CT_AxDataSource, CT_AxPos, CT_Axis, CT_AxisTitle, CT_AxisUnit, CT_AxisUnits, CT_AxisUnitsLabel, CT_Backdrop, CT_BackgroundFillStyleList, CT_BackgroundFormatting, CT_BandFmt, CT_BandFmts, CT_Bar3DChart, CT_BarChart, CT_BarDir, CT_BarGrouping, CT_BarSer, CT_BaseStyles, CT_BaseStylesOverride, CT_Bevel, CT_BiLevelEffect, CT_Binning, CT_BlendEffect, CT_Blip, CT_BlipFillProperties, CT_BlipFillPropertiesBase, CT_BlipFillProperties_DML, CT_Blip_DML, CT_BlurEffect, CT_Boolean, CT_BooleanProperty, CT_Border, CT_BorderPr, CT_BubbleChart, CT_BubbleScale, CT_BubbleSer, CT_BuiltInUnit, CT_CacheField_SML2009, CT_CacheHierarchy_SML2009, CT_CacheSourceExt, CT_CalculatedMember_SML2009, CT_Camera, CT_CatAx, CT_CategoryAxisScaling, CT_CategoryFilterException, CT_CategoryFilterExceptions, CT_Cell3D, CT_CellAlignment, CT_CellProtection, CT_CfIcon, CT_CfRule, CT_CfRule_SML2009, CT_Cfvo, CT_Cfvo_SML2009, CT_Chart, CT_ChartData, CT_ChartDrawingAnchorBase, CT_ChartEx, CT_ChartLines, CT_ChartSpace, CT_ChartSpaceEx, CT_ChartStyle, CT_ChartTitle, CT_Clear, CT_ClipboardStyleSheet, CT_Color, CT_ColorChangeEffect, CT_ColorEffectBase, CT_ColorMRU, CT_ColorMapping, CT_ColorMappingOverride, CT_ColorReplaceEffect, CT_ColorScale, CT_ColorScale_SML2009, CT_ColorScheme, CT_ColorSchemeAndMapping, CT_ColorSchemeList, CT_ColorStyle, CT_ColorStyleVariation, CT_Color_DML, CT_CommonTypeBase, CT_ComplementTransform, CT_ConditionalFormat, CT_ConditionalFormat_SML2009, CT_ConditionalFormats, CT_ConditionalFormats_SML2009, CT_ConditionalFormatting, CT_ConditionalFormatting_SML2009, CT_ConditionalFormattings, CT_Connection, CT_ConnectionSite, CT_ConnectionSiteList, CT_Connector, CT_ConnectorLocking, CT_ConnectorNonVisual, CT_Copyrights, CT_CrossBetween, CT_Crosses, CT_CustSplit, CT_CustomColor, CT_CustomColorList, CT_CustomFilter, CT_CustomFilters_SML2009, CT_CustomGeometry2D, CT_DLbl, CT_DLblPos, CT_DLbls, CT_DMLColorBase, CT_DPt, CT_DTable, CT_DashStop, CT_DashStopList, CT_Data, CT_DataBar, CT_DataBar_SML2009, CT_DataField_SML2009, CT_DataId, CT_DataLabel, CT_DataLabelFieldTable, CT_DataLabelFieldTableEntry, CT_DataLabelHidden, CT_DataLabelVisibilities, CT_DataLabels, CT_DataPoint, CT_DataValidation, CT_DataValidationFormula, CT_DataValidation_SML2009, CT_DataValidations_SML2009, CT_DatastoreItem, CT_DateAx, CT_DdeValue, CT_DdeValues, CT_DefaultShapeDefinition, CT_DepthPercent, CT_DispBlanksAs, CT_DispUnits, CT_DispUnitsLbl, CT_Double, CT_DoughnutChart, CT_Drawing_ChartDrawing, CT_Drawing_SpreadsheetDrawing, CT_DuotoneEffect, CT_Dxf, CT_EffectContainer, CT_EffectList, CT_EffectProperties, CT_EffectReference, CT_EffectStyleItem, CT_EffectStyleList, CT_EmbeddedWAVAudioFile, CT_EmptyElement, CT_ErrBarType, CT_ErrBars, CT_ErrDir, CT_ErrValType, CT_Extension, CT_ExtensionList, CT_Extension_DataLabels, CT_Extension_DataLabelsRange, CT_ExternalData, CT_ExternalDataEx, CT_ExtremeValueColorPosition, CT_Fill, CT_FillEffect, CT_FillOverlayEffect, CT_FillProperties, CT_FillStyleList, CT_FilteredAreaSer, CT_FilteredBarSer, CT_FilteredBubbleSer, CT_FilteredCategoryTitle, CT_FilteredLineSer, CT_FilteredPieSer, CT_FilteredRadarSer, CT_FilteredScatterSer, CT_FilteredSeriesTitle, CT_FilteredSurfaceSer, CT_FirstSliceAng, CT_FixedPercentage, CT_FlatText, CT_Font, CT_FontCollection, CT_FontName, CT_FontReference, CT_FontReference_ChartStyle, CT_FontScheme, CT_FontScheme_SML, CT_FontSize, CT_FormControlPr, CT_FormatOverride, CT_FormatOverrides, CT_Formula, CT_FormulaRef, CT_FullRef, CT_GammaTransform, CT_GapAmount, CT_GeoCache, CT_GeoChildEntities, CT_GeoChildEntitiesQuery, CT_GeoChildEntitiesQueryResult, CT_GeoChildEntitiesQueryResults, CT_GeoChildTypes, CT_GeoData, CT_GeoDataEntityQuery, CT_GeoDataEntityQueryResult, CT_GeoDataEntityQueryResults, CT_GeoDataPointQuery, CT_GeoDataPointToEntityQuery, CT_GeoDataPointToEntityQueryResult, CT_GeoDataPointToEntityQueryResults, CT_GeoHierarchyEntity, CT_GeoLocation, CT_GeoLocationQuery, CT_GeoLocationQueryResult, CT_GeoLocationQueryResults, CT_GeoLocations, CT_GeoPolygon, CT_GeoPolygons, CT_Geography, CT_GeomGuide, CT_GeomGuideList, CT_GeomRect, CT_GlowEffect, CT_GradientFill, CT_GradientFillProperties, CT_GradientStop, CT_GradientStopList, CT_GraphicFrame, CT_GraphicFrameNonVisual, CT_GraphicalObject, CT_GraphicalObjectData, CT_GraphicalObjectFrame, CT_GraphicalObjectFrameLocking, CT_GraphicalObjectFrameNonVisual, CT_GrayscaleEffect, CT_GrayscaleTransform, CT_Gridlines, CT_GroupFillProperties, CT_GroupLocking, CT_GroupShape, CT_GroupShapeNonVisual, CT_GroupShapeProperties, CT_GroupTransform2D, CT_Grouping, CT_GvmlConnector, CT_GvmlConnectorNonVisual, CT_GvmlGraphicFrameNonVisual, CT_GvmlGraphicalObjectFrame, CT_GvmlGroupShape, CT_GvmlGroupShapeNonVisual, CT_GvmlPicture, CT_GvmlPictureNonVisual, CT_GvmlShape, CT_GvmlShapeNonVisual, CT_GvmlTextShape, CT_GvmlUseShapeRectangle, CT_HPercent, CT_HSLEffect, CT_HeaderFooter, CT_HeaderFooter_Chart, CT_HoleSize, CT_HslColor, CT_Hyperlink, CT_IconSet, CT_IconSet_SML2009, CT_IgnoredError, CT_IgnoredError_SML2009, CT_IgnoredErrors_SML2009, CT_Index, CT_InnerShadowEffect, CT_IntProperty, CT_InverseGammaTransform, CT_InverseTransform, CT_Layout, CT_LayoutMode, CT_LayoutTarget, CT_LblAlgn, CT_LblOffset, CT_Legend, CT_LegendEntry, CT_LegendEx, CT_LegendPos, CT_LevelRef, CT_LightRig, CT_Line3DChart, CT_LineChart, CT_LineEndProperties, CT_LineJoinBevel, CT_LineJoinMiterProperties, CT_LineJoinRound, CT_LineProperties, CT_LinePropertiesBase, CT_LineProperties_DML, CT_LineSer, CT_LineStyleList, CT_LinearShadeProperties, CT_ListItem, CT_ListItems, CT_LogBase, CT_LuminanceEffect, CT_Lvl, CT_ManualLayout, CT_Marker, CT_MarkerLayout, CT_MarkerSize, CT_MarkerStyle, CT_Marker_Chart, CT_MultiLvlStrData, CT_MultiLvlStrRef, CT_NoFillProperties, CT_NonVisualBase, CT_NonVisualConnectorProperties, CT_NonVisualDrawingProps, CT_NonVisualDrawingShapeProps, CT_NonVisualGraphicFrameProperties, CT_NonVisualGroupDrawingShapeProps, CT_NonVisualPictureProperties, CT_NumData, CT_NumDataSource, CT_NumFmt, CT_NumFmt_Chart, CT_NumRef, CT_NumVal, CT_NumberColorPosition, CT_NumberFormat, CT_NumericDimension, CT_NumericLevel, CT_NumericValue, CT_ObjectStyleDefaults, CT_OfPieChart, CT_OfPieType, CT_OfficeArtExtension, CT_OfficeArtExtensionList, CT_OfficeStyleSheet, CT_OlapSlicerCache, CT_OlapSlicerCacheItem, CT_OlapSlicerCacheItemParent, CT_OlapSlicerCacheLevelData, CT_OlapSlicerCacheLevelsData, CT_OlapSlicerCacheRange, CT_OlapSlicerCacheRanges, CT_OlapSlicerCacheSelection, CT_OlapSlicerCacheSelections, CT_OleItem, CT_OleItem_SML2009, CT_OneCellAnchor, CT_Order, CT_Orientation, CT_OuterShadowEffect, CT_Overlap, CT_PageMargins, CT_PageMargins_Chart, CT_PageSetup, CT_PageSetup_Chart, CT_ParentLabelLayout, CT_Path2D, CT_Path2DArcTo, CT_Path2DClose, CT_Path2DCubicBezierTo, CT_Path2DLineTo, CT_Path2DList, CT_Path2DMoveTo, CT_Path2DQuadBezierTo, CT_PathShadeProperties, CT_PatternFill, CT_PatternFillProperties, CT_Percentage, CT_PercentageColorPosition, CT_Period, CT_Perspective, CT_Picture, CT_PictureFormat, CT_PictureLocking, CT_PictureNonVisual, CT_PictureOptions, CT_PictureStackUnit, CT_Pie3DChart, CT_PieChart, CT_PieSer, CT_PivotArea, CT_PivotAreaReference, CT_PivotAreaReferences, CT_PivotAreas, CT_PivotCacheDefinition_SML2009, CT_PivotChange, CT_PivotChanges, CT_PivotEdit, CT_PivotEditValue, CT_PivotEdits, CT_PivotField_SML2009, CT_PivotFmt, CT_PivotFmts, CT_PivotHierarchy_SML2009, CT_PivotSource, CT_PivotTableDefinition, CT_PivotUserEdit, CT_PlotArea, CT_PlotAreaEx, CT_PlotAreaRegion, CT_PlotSurface, CT_Point2D, CT_Point3D, CT_PolarAdjustHandle, CT_PositiveFixedAngle, CT_PositiveFixedPercentage, CT_PositivePercentage, CT_PositiveSize2D, CT_PresetColor, CT_PresetColor_Core, CT_PresetGeometry2D, CT_PresetLineDashProperties, CT_PresetShadowEffect, CT_PresetTextShape, CT_PrintSettings, CT_PrintSettingsEx, CT_ProtectedRange, CT_ProtectedRange_SML2009, CT_ProtectedRanges_SML2009, CT_Protection, CT_QuickTimeFile, CT_RadarChart, CT_RadarSer, CT_RadarStyle, CT_Ratio, CT_Ref, CT_ReflectionEffect, CT_RegionLabelLayout, CT_RegularTextRun, CT_RegularTextRun_DML, CT_RelId, CT_RelSizeAnchor, CT_RelativeOffsetEffect, CT_RelativeRect, CT_RotX, CT_RotY, CT_SRgbColor, CT_SRgbColor_DML, CT_ScRgbColor, CT_Scale2D, CT_Scaling, CT_ScatterChart, CT_ScatterSer, CT_ScatterStyle, CT_Scene3D, CT_SchemeColor, CT_SchemeColor_DML, CT_SecondPieSize, CT_SerAx, CT_SerTx, CT_Series, CT_SeriesDataLabelsRange, CT_SeriesElementVisibilities, CT_SeriesLayoutProperties, CT_SetLevel, CT_SetLevels, CT_Shape, CT_Shape3D, CT_ShapeLocking, CT_ShapeNonVisual, CT_ShapeOutlineVisitor, CT_ShapeProperties, CT_ShapePropertiesBase, CT_ShapeProperties_DML, CT_ShapeStyle, CT_Shape_Chart, CT_Shape_ChartDrawing, CT_SizeRepresents, CT_Skip, CT_Slicer, CT_SlicerCache, CT_SlicerCacheData, CT_SlicerCacheDefinition, CT_SlicerCachePivotTable, CT_SlicerCachePivotTables, CT_SlicerCaches, CT_SlicerRef, CT_SlicerRefs, CT_SlicerStyle, CT_SlicerStyleElement, CT_SlicerStyleElements, CT_SlicerStyles, CT_Slicers, CT_SoftEdgesEffect, CT_SolidColorFillProperties, CT_SolidFillProperties, CT_SourceConnection, CT_Sparkline, CT_SparklineGroup, CT_SparklineGroups, CT_Sparklines, CT_SphereCoords, CT_SplitType, CT_Sqref, CT_Statistics, CT_StockChart, CT_StrData, CT_StrRef, CT_StrVal, CT_StretchInfoProperties, CT_StringDimension, CT_StringLevel, CT_StringValue, CT_Style, CT_StyleColor, CT_StyleEntry, CT_StyleMatrix, CT_StyleMatrixReference, CT_StyleMatrixReference_DML, CT_StyleReference, CT_Subtotals, CT_SupplementalFont, CT_Surface, CT_Surface3DChart, CT_SurfaceChart, CT_SurfaceSer, CT_SysColor, CT_SystemColor, CT_Table, CT_TableBackgroundStyle, CT_TableCell, CT_TableCellBorderStyle, CT_TableCellProperties, CT_TableCol, CT_TableGrid, CT_TablePartStyle, CT_TableProperties, CT_TableRow, CT_TableStyle, CT_TableStyleCellStyle, CT_TableStyleList, CT_TableStyleTextStyle, CT_Table_SML2009, CT_TabularSlicerCache, CT_TabularSlicerCacheItem, CT_TabularSlicerCacheItems, CT_Text, CT_TextAutonumberBullet, CT_TextBlipBullet, CT_TextBody, CT_TextBodyProperties, CT_TextBodyPropertiesBase, CT_TextBodyProperties_DML, CT_TextBody_DML, CT_TextBulletColorFollowText, CT_TextBulletSizeFollowText, CT_TextBulletSizePercent, CT_TextBulletSizePoint, CT_TextBulletTypefaceFollowText, CT_TextCharBullet, CT_TextCharacterProperties, CT_TextCharacterPropertiesBase, CT_TextCharacterProperties_DML, CT_TextData, CT_TextField, CT_TextFont, CT_TextLanguageID, CT_TextLineBreak, CT_TextListStyle, CT_TextListStyle_DML, CT_TextNoAutofit, CT_TextNoBullet, CT_TextNormalAutofit, CT_TextParagraph, CT_TextParagraphProperties, CT_TextParagraphProperties_DML, CT_TextParagraph_DML, CT_TextShapeAutofit, CT_TextSpacing, CT_TextSpacingPercent, CT_TextSpacingPoint, CT_TextTabStop, CT_TextTabStopList, CT_TextUnderlineFillFollowText, CT_TextUnderlineFillGroupWrapper, CT_TextUnderlineLineFollowText, CT_ThemeableLineStyle, CT_TickLabels, CT_TickLblPos, CT_TickMark, CT_TickMarks, CT_TileInfoProperties, CT_TimeUnit, CT_TintEffect, CT_Title, CT_Transform2D, CT_TransformEffect, CT_Trendline, CT_TrendlineLbl, CT_TrendlineType, CT_TupleItems, CT_TupleSet, CT_TupleSetHeader, CT_TupleSetHeaders, CT_TupleSetRow, CT_TupleSetRowItem, CT_TupleSetRows, CT_TwoCellAnchor, CT_Tx, CT_UnderlineProperty, CT_UnsignedInt, CT_UpDownBar, CT_UpDownBars, CT_ValAx, CT_ValueAxisScaling, CT_ValueColorEndPosition, CT_ValueColorMiddlePosition, CT_ValueColorPositions, CT_ValueColors, CT_Vector, CT_Vector3D, CT_VerticalAlignFontProperty, CT_VideoFile, CT_View3D, CT_WholeE2oFormatting, CT_WorkbookPr_SML2009, CT_X, CT_XYAdjustHandle, CachedLoadPackage, CachedLoadPackagePart, CachedLoadPackagePartEx, CalcArgumentFlags_$type, CalcArgumentHelper, CalcArgumentSource_$type, CalcChainPartManager, CalcDateUtilities, CalcFunctionUtilities, CalcManagerUtilities, CalcUtilities, CalculationContext, CalculationMode, CalculationMode_$type, CalculationNetworkLinkedList, CalendarEraInfo, CalendarType, CalendarType_$type, CalendarUtilities, CalloutRule, CaseFolding_$type, CategoryAxisBinning, CategoryType, CategoryType_$type, CellAddress, CellAddressRange, CellBorderLineStyle, CellBorderLineStyle_$type, CellCalcReference, CellCalcReferenceBase, CellConditionalFormat, CellContext, CellDataBarInfo, CellDataContext, CellDefinition, CellFill, CellFillGradient, CellFillGradientStop, CellFillLinearGradient, CellFillPattern, CellFillRectangularGradient, CellFormatCache, CellFormatContext, CellFormatValueChangedOptions_$type, CellFormatValue_$type, CellFormattingRunPlaceholder, CellFormattingRunPlaceholder_RunOwner, CellIconInfo, CellReferenceMode, CellReferenceMode_$type, CellReferenceToken, CellShiftDeleteReason_$type, CellShiftInitializeFormatType_$type, CellShiftOperation, CellShiftResult_$type, CellShiftType_$type, CellSizeMeasurementContext, CellValueRecordBase, CfColorScale, CfCommonProps, CfDataBar, CfDateOperator_$type, CfExNonCf12Wrapper, CfExWrapper, CfIconCriterion, CfIconSet, CfOperator_$type, CfRuleInfo, CfRuleInfo_ResolvedValues, CfTemplateParams, CfTemplate_$type, CfTextOperator_$type, CfType_$type, CfValueType_$type, CfVo, CfWrapper, CfvoWrapper, ChangeInfo, ChangeInfo$2, CharUnicodeInfo, ChartArea, ChartAreaBase, ChartAttributes, ChartBorder, ChartColorStylePartManager, ChartDeserializationCache, ChartDeserializer, ChartDrawingAttributes, ChartDrawingElements, ChartDropLines, ChartEmptyFill, ChartExAttributes, ChartExDataLabelBase, ChartExDeserializer, ChartExElements, ChartExExtensions, ChartExPartManager, ChartExSerializer, ChartExTitleBase, ChartExUtils, ChartFillBase, ChartGradientFill, ChartGridLines, ChartHighLowLines, ChartLabelBase, ChartLine, ChartLineBase, ChartObject, ChartPartManager, ChartSerializer, ChartSerializerExtensions, ChartSeriesLines, ChartSolidFill, ChartStyleAttributes, ChartStyleElements, ChartStyleExtensions, ChartStylePartManager, ChartStyleUtils, ChartTextAreaBase, ChartTickLines, ChartTitle, ChartType, ChartTypeContext_$type, ChartTypeValidationResult, ChartType_$type, ChartUserShapePartManager, Chartsheet, ChartsheetDisplayOptions, ChartsheetDisplayOptionsBase, ChartsheetPartManager, ChartsheetPrintOptions, ChartsheetProtection, ChartsheetProtectionType_$type, ChildAnchor, ClientAnchor, ClientData, ClientTextBox, CloneTokenVisitor, CodePageDoubleByte, CodePageEncoding, CodePageSingleByte, ColorInfo, ColorInfoExtensions, ColorScaleConditionalFormat, ColorScaleCriterion, ColorScaleCriterionThreshold, ColorScaleCriterionThreshold_$type, ColorScaleType, ColorScaleType_$type, ColorTransform_Alpha, ColorTransform_AlphaMod, ColorTransform_AlphaOff, ColorTransform_Blue, ColorTransform_BlueMod, ColorTransform_BlueOff, ColorTransform_Comp, ColorTransform_Gray, ColorTransform_Green, ColorTransform_GreenMod, ColorTransform_GreenOff, ColorTransform_Hue, ColorTransform_HueMod, ColorTransform_HueOff, ColorTransform_Inv, ColorTransform_Lum, ColorTransform_LumMod, ColorTransform_LumOff, ColorTransform_Red, ColorTransform_RedMod, ColorTransform_RedOff, ColorTransform_Sat, ColorTransform_SatMod, ColorTransform_SatOff, ColorTransform_Shade, ColorTransform_Tint, ColorableItem_$type, Colors, ColorsInternal, ComboChartGroup, ComboChartGroupCollection, ComboChartGroupCollection_CollectionChangeContext, ComboChartGroupValidationResult, ComboChartGroupValidator, ComboChartSerializer, CommentsPartManager, CommonAttributes, CompressionMode_$type, ConcatOperator, CondFmtBase, CondFmtWrapper, ConditionBase, ConditionBaseExtensions, ConditionBase_RegionChangeContext, ConditionBase_ShiftChangeContext, ConditionFactory_BIFF8, ConditionFactory_XLSX, ConditionMatchResult, ConditionPriority, ConditionPrioritySortComparer, ConditionSortContext, ConditionSortContextComparer, ConditionValue, ConditionValueExtensions, ConditionValueInfo, ConditionX14Wrapper, ConditionalFormatBase, ConditionalFormatCollection, ConditionalFormatCollection_CollectionChangeContext, ConditionalFormatCollection_PriorityChangeContext, ConditionalFormatCollection_PriorityConditionComparer, ConditionalFormatCollection_ShiftChangeContext, ConditionalFormatInfo, ConditionalFormatOwnedFormatProxy, ConditionalFormattingSerializer, ConditionalFormattingUtils, ConditionalFormattingWrapper, ConditionalFormattingWrapperBase, ConditionalFormattingX14Wrapper, ConditionalOperator, ConditionalOperator_$type, ConnectionsPartManager, ConnectorRule, Constant, ContentModel, ContentTypesWriter, ContextStack, CoreProperties, CorePropertiesPartManager, CriterionBase, CryptoUtilities, CtrlPropPartManager, CurrentWorkbookReference, CustomDataValidationRule, CustomExcelCalcFunction, CustomFilter, CustomFilterCondition, CustomListSortCondition, CustomTableStyleCollection, CustomTableStyleCollection_CollectionChangeContext, CustomView, CustomViewChartDisplayOptions, CustomViewCollection, CustomViewDisplayOptions, CustomViewWindowOptions, CustomXmlItemPartManager, CustomXmlItemPropsPartManager, DBCELLRecord, DBCELLRecord_DBCELLInfo, DBNumHelper, DEFAULTROWHEIGHTRecord, DEFCOLWIDTHRecord, DELTARecord, DIMENSIONSRecord, DMLAttributes, DMLChartDrawingUtils, DMLChartExtensions, DMLChartUtils, DMLExtensions, DMLSpreadsheetDrawingUtils, DMLUtils, DSFRecord, DVALRecord, DVRecord, DXFRecord, DXFRecordInfo, DataBarAxisPosition, DataBarAxisPosition_$type, DataBarConditionalFormat, DataBarDirection, DataBarDirection_$type, DataBarFillType, DataBarFillType_$type, DataBarNegativeBarColorType, DataBarNegativeBarColorType_$type, DataLabel, DataLabelPosition, DataLabelPosition_$type, DataPoint, DataPointCollection, DataPointCollection_UndoContext, DataTableInteriorFormula, DataValidationCalcReference, DataValidationCriteria, DataValidationCriteria_$type, DataValidationErrorStyle, DataValidationErrorStyle_$type, DataValidationImeMode, DataValidationImeMode_$type, DataValidationOperatorType_$type, DataValidationRule, DataValidationRuleCollection, DataValidationRuleCollection_CollectionChangeContext, DataValidationType_$type, DatabarWrapper, DateInterval_$type, DatePeriodFilter, DatePeriodFilterType, DatePeriodFilterType_$type, DateRange, DateRangeFilter, DateSystem, DateSystem_$type, DateTimeConditionalFormat, DayCountBasis_$type, DcDcmiType, DcElements, DcTerms, DdeItem, DdeLinkNamedReference, DdeLinkWorkbookReference, DeclaredContent_$type, DefRprFontResolver, DefaultStyleHelper, DefaultWorkbookSaveFilter, DependencyGraph, DependencyGraph_EvaluationEnumerator, DependencyGraph_FinishTimeSorter, DependencyGraph_StronglyConnectedComponent, DependencyGraph_StronglyConnectedComponentSorter, DependencyGraph_SuccessorsResolvedEnumerable, DeserializedChartInfo, DiagonalBorders, DiagonalBorders_$type, DiamondShape, Directory, DirectoryEntry, DirectoryEntryStream, DirectoryEntry_NameComparer, DirectoryStream, DirectoryStream_DirectoryEntryNode, DirectoryStream_NodeColor_$type, DirectoryStream_PropertyType_$type, DisplayBlanksAs, DisplayBlanksAs_$type, DisplayOptions, DisplayOptionsBase, DisplayUnit, DisplayUnitLabel, DisplayUnit_$type, DisplayValueCollection, DisplayValueCollection_CollectionChangeContext, DivOperator, DivideByZeroException, DocCoreExtensions, DocCoreUtils, DocumentEncryptedException, DocumentProperties, DocumentSummaryInformation, DocumentSummaryInformation_DocumentSummaryInformationProperties, DocumentSummaryPropertyType_$type, DocumentsCoreLocaleBg, DocumentsCoreLocaleCs, DocumentsCoreLocaleDa, DocumentsCoreLocaleDe, DocumentsCoreLocaleEn, DocumentsCoreLocaleEs, DocumentsCoreLocaleFr, DocumentsCoreLocaleHu, DocumentsCoreLocaleIt, DocumentsCoreLocaleJa, DocumentsCoreLocaleNb, DocumentsCoreLocaleNl, DocumentsCoreLocalePl, DocumentsCoreLocalePt, DocumentsCoreLocaleRo, DocumentsCoreLocaleRu, DocumentsCoreLocaleSv, DocumentsCoreLocaleTr, DocumentsCoreLocaleZhHans, DocumentsCoreLocaleZhHant, DomTextMetricsProvider, DoubleOrAutoBase, DownRevPartManager, Drawing, Drawing2010Main, Drawing2010Slicer, DrawingContainer, DrawingGroup, DrawingGroupContainer, DrawingMLChart, DrawingMLChart2012, DrawingMLChart2014, DrawingMLChartEx2015_10_21, DrawingMLChartEx2015_9_8, DrawingMLChartEx2016_5_10, DrawingMLMain, DrawingMLSpreadsheetDrawing, DrawingNamespaceDefinitionBase, DrawingPartManager, DrawingPartManagerHelpers, DrawingPartManagerHelpers_DrawingSerializationHelper, DueDate_$type, DuplicateConditionalFormat, DxfInfo, DynamicValuesFilter, EG_Anchor, EG_Anchor_ChartDrawing, EG_Anchor_SpreadsheetDrawing, EG_AreaChartShared, EG_AxShared, EG_BarChartShared, EG_ColorChoice, EG_ColorChoice_DML, EG_ColorTransform, EG_DLblShared, EG_Effect, EG_EffectProperties, EG_FillModeProperties, EG_FillProperties, EG_FillPropertiesBase, EG_Geometry, EG_LegendEntryData, EG_LineChartShared, EG_LineDashProperties, EG_LineFillProperties, EG_LineJoinProperties, EG_ObjectChoices, EG_OfficeArtExtensionList, EG_PieChartShared, EG_SerShared, EG_ShadeProperties, EG_SurfaceChartShared, EG_Text3D, EG_TextAutofit, EG_TextBullet, EG_TextBulletColor, EG_TextBulletSize, EG_TextBulletTypeface, EG_TextRun, EG_TextUnderlineFill, EG_TextUnderlineLine, EG_ThemeableEffectStyle, EG_ThemeableFillStyle, EG_ThemeableFontStyles, EOFRecord, EQOperator, EXCEL9FILERecord, EXTERNNAMERecord, EXTERNSHEETRecord, EXTSSTRecord, ElementDecl, ElementLoadCallbacks, ElementNamespaceContext_$type, ElementPosition, ElementPosition_$type, ElementPropertyIds_$type, EllipseShape, EmfPartManager, EmptyConstant, EmptyNamespace, EmptyReferencesCollection, EncodingProperty, EndOfStreamException, EndStyleCap, EndStyleCap_$type, Entity, EnumConverter, ErfUtils, ErrToken, ErrorAlertStyle_$type, ErrorBarDirection, ErrorBarDirection_$type, ErrorBars, ErrorConstant, ErrorValue, ErrorValueType, ErrorValueType_$type, ErrorsConditionalFormat, EscherRecordBase, EscherRecordContainerBase, EscherRecordType_$type, EscherShape, EscherSysIndex_$type, EvaluationResult$1, Excel2006Elements, Excel2006Main, Excel2007ChartData, ExcelCalcEngine, ExcelCalcErrorCode, ExcelCalcErrorCode_$type, ExcelCalcErrorValue, ExcelCalcFunction, ExcelCalcNumberStack, ExcelCalcValue, ExcelCalcValue_ArrayProxyGroup, ExcelChangeAction_$type, ExcelComparisonOperator, ExcelComparisonOperator_$type, ExcelDocumentManager, ExcelImage, ExcelLocaleBg, ExcelLocaleCs, ExcelLocaleDa, ExcelLocaleDe, ExcelLocaleEn, ExcelLocaleEs, ExcelLocaleFr, ExcelLocaleHu, ExcelLocaleIt, ExcelLocaleJa, ExcelLocaleNb, ExcelLocaleNl, ExcelLocalePl, ExcelLocalePt, ExcelLocaleRo, ExcelLocaleRu, ExcelLocaleSv, ExcelLocaleTr, ExcelLocaleZhHans, ExcelLocaleZhHant, ExcelNamespace, ExcelReferenceError, ExcelStylesPartManager, ExcelThemeDocumentManager, ExcelUtils, ExcelWorkbookDocumentManager, ExpToken, ExpectedParameterClassVisitor, ExtProp, ExtPropColor, ExtPropColorBase, ExtPropColorLoaded, ExtPropFontScheme, ExtPropGradientFill, ExtPropGradientFillBase, ExtPropGradientFillLoaded, ExtPropTextIndentationLevel, ExtPropType_$type, ExtendedPropertiesPartManager, Extensions_BIFF8, ExternalCellCalcReference, ExternalEventWorkItem, ExternalEventWorkItem$1, ExternalLinkPartManager, ExternalNamedCalcReference, ExternalNamedReference, ExternalRegionCalcReference, ExternalRegionCalcReference_ExternalRegionValuesArray, ExternalWorkbookReference, FEAT11Record, FEAT12Record, FEATHEADR11Record, FEATHEADRRecord, FEATRecord, FILEPASSRecord, FILESHARINGRecord, FILTERMODERecord, FNGROUPCOUNTRecord, FONTRecord, FONTRecordInfo, FOOTERRecord, FORMATRecord, FORMULARecord, FileAccess_$type, FileMode_$type, FillFilter, FillInfo, FillPatternStyle, FillPatternStyle_$type, FillSortCondition, Filter, FinancialUtils, FirstDayOfWeek_$type, FirstWeekOfYear_$type, FixedDateGroup, FixedDateGroupCollection, FixedDateGroupCollection_CollectionChangeContext, FixedDateGroupType, FixedDateGroupType_$type, FixedDateGroup_DateRange, FixedLengthSegmentTree$1, FixedLengthSegmentTree_SegmentTreeNode$1, FixedValuesFilter, FontColorFilter, FontColorSortCondition, FontFamilyInternal_$type, FontScheme_$type, FontSuperscriptSubscriptStyle, FontSuperscriptSubscriptStyle_$type, FontUnderlineStyle, FontUnderlineStyle_$type, FontXInfo, FormatConditionAboveBelow, FormatConditionAboveBelow_$type, FormatConditionIcon, FormatConditionIconSet, FormatConditionIconSet_$type, FormatConditionIcon_$type, FormatConditionNotificationType_$type, FormatConditionOperator, FormatConditionOperator_$type, FormatConditionTextOperator, FormatConditionTextOperator_$type, FormatConditionTimePeriod, FormatConditionTimePeriod_$type, FormatConditionTopBottom, FormatConditionTopBottom_$type, FormatConditionType, FormatConditionType_$type, FormatConditionValueType, FormatConditionValueType_$type, FormatInfo, FormatLimitErrors, FormatSchemeDeserializer, FormatSchemeSerializer, FormattedFontBase, FormattedString, FormattedStringElement, FormattedStringFont, FormattedStringRun, FormattedStringValueReference, FormattedText, FormattedTextFont, FormattedTextParagraph, FormattedTextParagraphCollection, FormattedTextParagraphCollection_CollectionChangeContext, FormattedTextRun, FormattingRunBase, Formula, FormulaConditionalFormat, FormulaContext, FormulaEvaluator, FormulaEvaluator_ShouldSplitParameterHelper, FormulaParseException, FormulaParser, FormulaParser_FormulaTokenInfo, FormulaParser_ParseFormulaValidator, FormulaParser_PositionInfo, FormulaParser_SelectorFunctionOptimizationInfo, FormulaParser_StructuredTableReferenceParser, FormulaParser_TextSpan, FormulaParser_WorksheetReferenceInfo, FormulaStringGenerator, FormulaToken, FormulaTokenEvaluator$1, FormulaTokenModifierVisitor, FormulaTokenVisitor, FormulaTokenVisitor$1, FormulaTokenVisitor$2, FormulaType_$type, Formula_AllReferencedRegionsChecker, Formula_CanShiftSafelyChecker, Formula_CellsShiftedVisitor, Formula_ConnectReferencesVisitor, Formula_ConvertTableReferencesToRangesVisitor, Formula_CurrentFormatChangedVisitor, Formula_FixPasteReferencesVisitor, Formula_InternalFlags_$type, Formula_IsReferencingAnythingInRegionChecker, Formula_NamedReferenceRemovedVisitor, Formula_OffsetReferencesVisitor, Formula_TableResizingVisitor, Formula_TokensReplacedChangeContext, Formula_VerifyFormatLimitsVisitor, Formula_VisitWorksheetVisitor, Formula_WorksheetMovedVisitor, Formula_WorksheetRemovedVisitor, FrozenPaneSettings, FtCbls, FtCblsData, FtCf, FtCmo, FtEdoData, FtGboData, FtGmo, FtLbsData, FtMacro, FtNts, FtPictFmla, FtPioGrbit, FtRbo, FtRboData, FtSbs, FullColorExtInfo, Function, FunctionGroup_$type, FunctionOperator, FunctionVOperator, GEOperator, GRIDSETRecord, GTOperator, GUTSRecord, GZipStream, GenericCacheElement, GenericCacheElementEx, GenericCacheElementProxy$1, GenericCachedCollection$1, GenericCachedCollectionEx$1, GenericElementHashSet$1, GenericElementHashSet_Entry$1, GeographicMapColors, GeographicMapLabels, GeographicMapLabels_$type, GeographicMapProjection, GeographicMapProjection_$type, GeographicMapSeriesColor, GeographicMapSeriesColor_$type, GeographicMapSettings, GeographicMappingArea, GeographicMappingArea_$type, GetCalcFunctionVisitor, GetCellTextParameters, GetCellTextResult, GetFormulaStringInfo, GetXValuesResult, GifPartManager, GradStopInfo, GradientFillInfo, GradientStop, GradientStop_SortComparer, GradientType, GradientType_$type, GregorianCalendar, GregorianCalendarTypes_$type, GridLineType, GridLineType_$type, Group, GroupContainer, GroupSeriesMajorType_$type, GroupSeriesType_$type, GroupShape, GroupType_$type, Group_DLbl, Group_DLbls, HCENTERRecord, HEADERFOOTERRecord, HEADERRecord, HFPICTURERecord, HIDEOBJRecord, HLINKRecord, HLINKTOOLTIPRecord, HORIZONTALPAGEBREAKSRecord, HWStack, HashHelpers, HeartShape, HebrewCalendar, HiddenColumnCollection, HiddenRowCollection, HijriCalendar, HorizontalCellAlignment, HorizontalCellAlignment_$type, HorizontalPageBreak, HorizontalPageBreakCollection, HorizontalTextAlignment, HorizontalTextAlignment_$type, HorizontalTitleAlignment_$type, HtmlStream, HtmlTextMetricsProvider, HyperlinkResult, IAdjustHandle_$type, IAreaFormatsOwner$1_$type, IAxis_$type, IBiffRecordStream_$type, IBinaryTreeNodeOwner$1_$type, ICT_ShapePropertiesOwner_$type, ICT_ShapeStyleOwner_$type, ICalloutRule_$type, ICellFormatOwner_$type, ICellShiftOperationOverride_$type, IChangeInfoContext_$type, IChart3D_$type, IChartObject_$type, IChart_$type, IColorFilterVisitor$2_$type, IColorFilter_$type, IColorSortConditionVisitor$2_$type, IColorSortCondition_$type, IEG_AnchorVisitor$2_$type, IEG_ColorChoiceVisitor$2_$type, IEG_ColorChoice_$type, IEG_ColorTransformVisitor$2_$type, IEG_ColorTransform_$type, IEG_FillModePropertiesVisitor$2_$type, IEG_FillModeProperties_$type, IEG_FillPropertiesVisitor$2_$type, IEG_FillProperties_$type, IEG_GeometryVisitor$2_$type, IEG_Geometry_$type, IEG_LineDashPropertiesVisitor$2_$type, IEG_LineDashProperties_$type, IEG_LineFillPropertiesVisitor$2_$type, IEG_LineFillProperties_$type, IEG_LineJoinPropertiesVisitor$2_$type, IEG_LineJoinProperties_$type, IEG_ShapeFillVisitor, IEG_TextRunVisitor$2_$type, IEG_TextRun_$type, IEscherRecord_$type, IExcelCalcFormula_$type, IExcelCalcReferenceCollectionEx_$type, IExcelCalcReferenceCollection_$type, IExcelCalcReference_$type, IFilterable_$type, IFormattedItem_$type, IFormattedRunOwner_$type, IFormattedStringOwner_$type, IFormattedString_$type, IFormattedTextOwner_$type, IFunctionToken_$type, IGOfficeExtensions, IGTextAlignment_$type, IGVerticalTextAlignment_$type, IGenericCachedCollectionEx_$type, IGraphicalObjectContentVisitor$2_$type, IGraphicalObjectContent_$type, IImageEncoder_$type, IInvalidPackageRelationshipTarget_$type, ILegacyShapeData_$type, ILegendEntry_$type, ILoadOnDemandTreeOwner$1_$type, IMultiChartContext_$type, INDEXRecord, INTERFACEENDRecord, INTERFACEHDRRecord, IOException, IPackageFactory_$type, IPackagePartEx_$type, IPackagePart_$type, IPackageRelationship_$type, IPackage_$type, IPath2DCommandVisitor$2_$type, IPath2DCommand_$type, IProvideXValuesData_$type, IRegionAddress_$type, IRegionBlockingSingleCellComponent_$type, IRegionBlockingValue_$type, ISaveToXLSX_$type, ISelectorFunctionOptimizationToken_$type, ISeriesSortComparer, ISeries_$type, IShallowCloneable_$type, IShapeFillVisitor$2_$type, IShapeOutlineVisitor$2_$type, IShapesOwner_$type, ISheetBackground_$type, ISheetProvider_$type, ISortSettingsOwner_$type, ISortable_$type, IStringElementVisitor$2_$type, ISupportFormulaShifts_$type, ISupportSetProperty_$type, ITERATIONRecord, IValueFormatterSectionInfo_$type, IVariantValueContainer_$type, IWorkbookFontDefaultsResolver_$type, IWorkbookFont_$type, IWorkbookOwner_$type, IWorkbookProvider_$type, IWorksheetCellFormatProxyContext_$type, IWorksheetCellFormatProxyOwner_$type, IWorksheetCellFormat_$type, IWorksheetCellOwnedValue_$type, IWorksheetElementResizeContext_$type, IWorksheetImage_$type, IWorksheetProvider_$type, IWorksheetRegionAddressContext_$type, IWorksheetShapeOwner_$type, IWorksheetShapeVisitor$2_$type, IZipEntry_$type, IZipFile_$type, IconCriterion, IconCriterionExtensions, IconCriterionInfo, IconCriterionWrapper, IconFilter, IconSetConditionalFormat, IconSetConditionalFormat_IconSetChangeContext, IconSetCriterionCollection, IconSetCriterionCollectionExtensions, IconSetWrapper, IconSet_$type, IconSortCondition, IgcDocumentsCoreLocaleBgModule, IgcDocumentsCoreLocaleCsModule, IgcDocumentsCoreLocaleDaModule, IgcDocumentsCoreLocaleDeModule, IgcDocumentsCoreLocaleEnModule, IgcDocumentsCoreLocaleEsModule, IgcDocumentsCoreLocaleFrModule, IgcDocumentsCoreLocaleHuModule, IgcDocumentsCoreLocaleItModule, IgcDocumentsCoreLocaleJaModule, IgcDocumentsCoreLocaleNbModule, IgcDocumentsCoreLocaleNlModule, IgcDocumentsCoreLocalePlModule, IgcDocumentsCoreLocalePtModule, IgcDocumentsCoreLocaleRoModule, IgcDocumentsCoreLocaleRuModule, IgcDocumentsCoreLocaleSvModule, IgcDocumentsCoreLocaleTrModule, IgcDocumentsCoreLocaleZhHansModule, IgcDocumentsCoreLocaleZhHantModule, IgcExcelCoreModule, IgcExcelFunctionsModule, IgcExcelLocaleBgModule, IgcExcelLocaleCsModule, IgcExcelLocaleDaModule, IgcExcelLocaleDeModule, IgcExcelLocaleEnModule, IgcExcelLocaleEsModule, IgcExcelLocaleFrModule, IgcExcelLocaleHuModule, IgcExcelLocaleItModule, IgcExcelLocaleJaModule, IgcExcelLocaleNbModule, IgcExcelLocaleNlModule, IgcExcelLocalePlModule, IgcExcelLocalePtModule, IgcExcelLocaleRoModule, IgcExcelLocaleRuModule, IgcExcelLocaleSvModule, IgcExcelLocaleTrModule, IgcExcelLocaleZhHansModule, IgcExcelLocaleZhHantModule, IgcExcelModule, IgcExcelXlsModule, IgcExcelXlsxModule, IgnoreChildrenMarker, ImageData, ImageFormat, ImageHolder, ImagePartManagerBase, ImageSource, InPlaceTransform, InPlaceTransform_NoTransformImpl, IndexRange, InformationBase, InformationBase_PropertyDefinition, InformationBase_PropertySectionDefinition, IntToken, IntervalClosedSide_$type, InvalidCastException, InvalidEnumArgumentException, InvalidPackage, InvalidTargetPackageRelationship, InvalidXLSXElementException, IrregularSeal1Shape, IrregularSeal2Shape, IsectOperator, ItemsChoiceType_$type, JapaneseCalendar, JpegPartManager, KeyNotFoundException, KnownBoxes, KoreanCalendar, LABELRecord, LABELSSTRecord, LEFTMARGINRecord, LEOperator, LIST12Record, LIST12Record_LIST12DataType_$type, LTOperator, LbsDropData, LeaderLines, LegacyDrawingHFInfo, LegacyShapeData, LegacyShapeLockData, LegacyShapePathData, LegacyShapeStrokeData, LegacyShapeTypeData, Legend, LegendEntries, LegendEntry, LegendEntryProxy, LegendPosition, LegendPosition_$type, LengthType_$type, LfuCache$2, LfuCache_CacheNode$2, LfuCache_FrequencyNode$2, LightningBoltShape, LimitedValueDataValidationRule, LimitedValueDataValidationRule_FormulaChangeContext, LineShape, LineStyle, LineStyle_$type, LinkedList, LinkedListNode, ListDataValidationRule, LiteralType_$type, LoadOnDemandTree$1, LoadOnDemandTree_BinaryTreeNode$1, LoadOnDemandTree_ChangeAdjustmentPoint$1, LoadOnDemandTree_ChangeHistoryItem$1, LoadOnDemandTree_ChangeHistoryItemAdd$1, LoadOnDemandTree_ChangeHistoryItemRemove$1, LoadOnDemandTree_FindState_$type, LruCache$2, LruCache_LruCacheNode$2, MERGEDCELLSRecord, MMSRecord, MSODRAWINGGROUPRecord, MSODRAWINGRecord, MSODRAWINGSELECTIONRecord, MULBLANKRecord, MULRKRecord, MarkerStyle, MarkerStyle_$type, MarkupCompatibility2006, MasterSATStream, MathUtilities, MatrixRowSeparatorToken, MatrixUtilities, MemAreaOperator, MemErrOperator, MemFuncOperator, MemNoMemOperator, MemOperatorBase, MissArgToken, MulOperator, MultiSheetCellCalcReference, MultiSheetCellCalcReference_MultiSheetCellReferencesCollection, MultiSheetExternalCellCalcReference, MultiSheetExternalRegionCalcReference, MultiSheetRegionCalcReference, MultiSheetRegionCalcReference_MultiSheetRegionReferencesCollection, MultipleCellBlankInfo, MultipleCellRKInfo, MultipleCellValueInfo, MultipleCellValueRecordBase, MutableItemRange, MutableWorksheetRegionAddress, NAMEEXTRecord, NAMERecord, NEOperator, NOTERecord, NUMBERRecord, NameToken, NameType_$type, NameXToken, NamedCalcReference, NamedCalcReferenceBase, NamedCalcReferenceUnconnected, NamedReference, NamedReferenceBase, NamedReferenceCollection, NamedReferenceCollection_CollectionChangeContext, NamedReferenceFormula, NamedReferenceUnconnected, NamedReference_FormulaInfo, NegativeBarFormat, NoBlanksConditionalFormat, NoErrorsConditionalFormat, NoOpFontDefaultsResolver, Node, NodeState_$type, NonNumericElementBehavior_$type, NumberConstant, NumberToken, OBJPROTECTRecord, OBJRecord, OBJRecordType_$type, OBPROJRecord, OLESIZERecord, Obj, ObjExtensionMethods, ObjFmla, ObjLinkFmla, ObjUtilities, ObjectDisplayStyle, ObjectDisplayStyle_$type, ObjectModelActiveXBinaryPartManager, ObjectModelActiveXPartManager, ObjectModelCalcChainPartManager, ObjectModelChartColorStylePartManager, ObjectModelChartExPartManager, ObjectModelChartPartManager, ObjectModelChartStylePartManager, ObjectModelChartUserShapePartManager, ObjectModelChartsheetPartManager, ObjectModelCommentsPartManager, ObjectModelCommonPartHelpers, ObjectModelCommonPartHelpers_DoubleValueCache, ObjectModelConnectionsPartManager, ObjectModelCorePropertiesPartManager, ObjectModelCtrlPropPartManager, ObjectModelCustomXmlItemPartManager, ObjectModelCustomXmlItemPropsPartManager, ObjectModelDrawingPartManager, ObjectModelDrawingPartManager_ShapeIdentity, ObjectModelDrawingPartManager_ShapeLoadContext, ObjectModelDrawingPartManager_ShapeLoader, ObjectModelDrawingPartManager_ShapeLoader_RunCreator, ObjectModelDrawingPartManager_ShapeLoader_ShapeFillCreator, ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator, ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator, ObjectModelExcelDocumentManager, ObjectModelExtendedPropertiesPartManager, ObjectModelExternalLinkPartManager, ObjectModelMacroEnabledTemplatePartManager, ObjectModelMacroEnabledWorkbookPartManager, ObjectModelPivotCacheDefinitionPartManager, ObjectModelPivotCacheRecordsPartManager, ObjectModelPivotTablePartManager, ObjectModelPrinterSettingsPartManager, ObjectModelSharedStringsPartManager, ObjectModelSlicerCachePartManager, ObjectModelSlicerPartManager, ObjectModelStylesPartManager, ObjectModelStylesPartManager_TableStylesCollectionInfo, ObjectModelTablePartManager, ObjectModelTablePartManager_CustomFilterContext, ObjectModelTablePartManager_FilterColumnElementContext, ObjectModelTablePartManager_TableContext, ObjectModelTemplatePartManager, ObjectModelThemeManagerPartManager, ObjectModelThemePartManager, ObjectModelVbaProjectPartManager, ObjectModelVmlDrawingPartManager, ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData, ObjectModelWorkbookPartManager, ObjectModelWorkbookPartManagerBase, ObjectModelWorksheetPartManager, ObjectModelWorksheetPartManager_DVInfo, ObjectParsedFormula, ObjectPool$1, ObjectPool$2, ObjectType_$type, Occurrence_$type, Office2007ExtensibilityPartManager, Office2010ExtensibilityPartManager, OfficeApplication_$type, OfficeDocumentDocPropsVTypes, OfficeDocumentDocPropsVTypes_VariantPlaceholder, OfficeDocumentExtendedProperties, OfficeDocumentManager, OfficeDocumentManager_PartRelationshipCounter, OfficeDocumentRelationships, OfficeExtensibilityPartManagerBase, OfficeNamespace, OleDataSpaces, OleDataSpacesEncryptionMode_$type, OleItem, OleLinkNamedReference, OleLinkWorkbookReference, OneConstraintDataValidationOperator, OneConstraintDataValidationOperator_$type, OneConstraintDataValidationRule, OpenPackagingNonConformanceReason, OpenPackagingNonConformanceReason_$type, OpenParenOperator, OperandToken, OperatorConditionalFormat, OperatorToken, OrderedSortCondition, Orientation, Orientation_$type, OverrideContentTypePart, OverwriteRoundTripDataResult_$type, PAGELAYOUTINFORecord, PALETTERecord, PANERecord, PASSWORDRecord, PLSRecord, PRECISIONRecord, PRINTGRIDLINESRecord, PRINTHEADERSRecord, PROT4REVPASSRecord, PROT4REVRecord, PROTECTRecord, Package, PackageFactory, PackagePart, PackagePartExposedStream, PackageRelationship, PackageUtilities, PageBreak, PageBreakCollection$1, PageBreakCollection_CollectionChangeContext$1, PageNumbering, PageNumbering_$type, PageOrder, PageOrder_$type, PaneLocation_$type, PaneSettingsBase, PaperSize, PaperSize_$type, ParenToken, ParentLabelLayout, ParentLabelLayout_$type, PartManagerBase, PatternFillInfo, PentagonShape, PercentOperator, PictFmlaEmbedInfo, PictFmlaKey, PictureClipboardFormat_$type, PictureType, PictureType_$type, PivotCacheDefinitionPartManager, PivotCacheInfo, PivotCacheRecordsPartManager, PivotTableInfo, PivotTablePartManager, PlotArea, PngPartManager, PositioningOptions, PositioningOptions_$type, PowerOperator, Precision, Precision_$type, PredefinedShapeType, PredefinedShapeType_$type, PreventTextFormattingTypes_$type, PrintAreasCollection, PrintAreasCollection_CollectionChangeContext, PrintErrors, PrintErrors_$type, PrintNotes, PrintNotes_$type, PrintOptions, PrintOptionsBase, PrinterSettingsPartManager, PropertyTable1, PropertyTable2, PropertyTable3, PropertyTableBase, PropertyTableBase_PropertyValue, PropertyType_$type, ProtectionInfo, ProtectionValidationInfo, ProtectionValidationInfo_Strict, ProtectionValidationInfo_XorObfuscation, QualifiedNameInfo, QuartileCalculation, QuartileCalculation_$type, RECALCIDRecord, REFMODERecord, REFRESHALLRecord, RIGHTMARGINRecord, RKRecord, ROWRecord, RSTRINGRecord, RangeOperator, RankConditionalFormat, RankConditionalFormat_ValueCache, ReadingOrder, ReadingOrder_$type, Record1904, RectangleShape, Ref3DNToken, Ref3DToken, RefBase, RefBase_DynamicReference, RefBase_InternalFlags_$type, RefErr3dToken, RefErrToken, RefNToken, RefToken, ReferenceActionCode_$type, ReferenceShiftType_$type, ReferenceToken, RegionArrayProxyBase, RegionCalcReference, RegionCalcReferenceBase, RegionCalcReferenceBase_RegionReferencesCollection, RegionCalcReference_RegionArrayProxy, RegionGroupCalcReference, RegionGroupCalcReference_GeneralReferencesCollection, RegionLookupTable$1, RegionLookupTable_RangeHelper$1, RegionLookupTable_Result$1, RegionShiftComparer$1, Regroup, RelationshipTargetMode_$type, RelationshipsWriter, RelativeDateRangeDuration, RelativeDateRangeDuration_$type, RelativeDateRangeFilter, RelativeDateRangeOffset, RelativeDateRangeOffset_$type, RelativeIndex, RelativeIndexSortSettings, RepeatTitleRange, Rgce, RightTriangleShape, RoundTripControlData, RoundTripDataPartManager, RoundTripPartData, RowColumnBase, RowColumnBinaryTreeNode$1, RowColumnCollectionBase$1, RowColumnLoadOnDemandTree$1, SATStream, SATStreamBase, SATStreamBase_SATEntry, SAVERECALCRecord, SCENPROTECTRecord, SCLRecord, SELECTIONRecord, SETUPRecord, SHEETEXTRecord, SHRFMLARecord, SML2009Attributes, SMLAttributes, SORTDATA12Record, SSFile, SSTRecord, STANDARDWIDTHRecord, STRINGRecord, STYLEEXTRecord, STYLEEXTRecordInfo, STYLERecord, STYLERecordInfo, ST_AdjAngle, ST_AdjCoordinate, ST_AllocationMethod_$type, ST_Angle, ST_AnimationBuildType_$type, ST_AnimationBuildType_IGEXT_$type, ST_AnimationChartBuildType, ST_AnimationChartOnlyBuildType_$type, ST_AnimationDgmBuildType, ST_AnimationDgmOnlyBuildType_$type, ST_AxPos_$type, ST_AxisId, ST_AxisUnit_$type, ST_Axis_$type, ST_BWMode_$type, ST_BarDir_$type, ST_BarGrouping_$type, ST_BevelPresetType_$type, ST_BlackWhiteMode_$type, ST_BlendMode_$type, ST_BlipCompression_$type, ST_BorderStyle_$type, ST_BuiltInUnit_$type, ST_CF_$type, ST_CalcMode_$type, ST_CalendarType_$type, ST_CellComments_$type, ST_CellFormulaType_$type, ST_CellSpans, ST_CellType_$type, ST_CfType_$type, ST_CfvoType_$type, ST_ChartBuildStep_$type, ST_Checked_$type, ST_ColorSchemeIndex_$type, ST_ColorStyleMethod, ST_ColorStyleMethodEnum_$type, ST_Comments_$type, ST_CompoundLine_$type, ST_ConditionalFormattingOperator_$type, ST_ConformanceClass_$type, ST_ConnectType_$type, ST_ConnectorType_$type, ST_Coordinate, ST_Coordinate32, ST_Coordinate32Unqualified, ST_CoordinateUnqualified, ST_CrossBetween_$type, ST_Crosses_$type, ST_DLblPos_$type, ST_DataBarAxisPosition_$type, ST_DataBarDirection_$type, ST_DataLabelPos_$type, ST_DataValidationErrorStyle_$type, ST_DataValidationImeMode_$type, ST_DataValidationOperator_$type, ST_DataValidationType_$type, ST_DateTimeGrouping_$type, ST_DdeValueType_$type, ST_DecimalNumber, ST_DecimalNumberOrPercent, ST_DgmBuildStep_$type, ST_DispBlanksAs_$type, ST_DoubleOrAutomatic, ST_DrawingElementId, ST_DropStyle_$type, ST_DynamicFilterType_$type, ST_EditAs_$type, ST_EditValidation_$type, ST_EffectContainerType_$type, ST_EighthPointMeasure, ST_EntityType_$type, ST_ErrBarType_$type, ST_ErrDir_$type, ST_ErrValType_$type, ST_Ext_$type, ST_FillMethod_$type, ST_FillType_$type, ST_FilterOperator_$type, ST_FixedAngle, ST_FixedPercentage, ST_FontCollectionIndex_$type, ST_FontScheme_$type, ST_FormulaDirection_$type, ST_GapWidthRatio, ST_GeoMappingLevel_$type, ST_GeoProjectionType_$type, ST_GeomGuideName, ST_GradientType_$type, ST_Grouping_$type, ST_Guid, ST_HexBinary3, ST_HexColor, ST_HexColorAuto, ST_HexColorRGB, ST_HorizontalAlignment_$type, ST_HpsMeasure, ST_HrAlign_$type, ST_IconSetType_$type, ST_ImageAspect_$type, ST_InsetMode_$type, ST_IntervalClosedSide_$type, ST_LayoutMode_$type, ST_LayoutTarget_$type, ST_LblAlgn_$type, ST_LegendPos_$type, ST_LightRigDirection_$type, ST_LightRigType_$type, ST_LineCap_$type, ST_LineEndLength_$type, ST_LineEndType_$type, ST_LineEndWidth_$type, ST_LineWidth, ST_LongHexNumber, ST_MarkerStyle_$type, ST_MeasurementOrPercent, ST_NumericDimensionType_$type, ST_ObjectType_$type, ST_Objects_$type, ST_OfPieType_$type, ST_OlapSlicerCacheSortOrder_$type, ST_OnOff, ST_OnOffStyleType_$type, ST_Orientation_$type, ST_PageOrder_$type, ST_PageOrientation_$type, ST_PageSetupOrientation_$type, ST_PaneState_$type, ST_Pane_$type, ST_Panose, ST_ParentLabelLayout_$type, ST_PathFillMode_$type, ST_PathShadeType_$type, ST_PatternType_$type, ST_PenAlignment_$type, ST_Percentage, ST_PictureFormat_$type, ST_PivotAreaType_$type, ST_PivotEditValueType_$type, ST_PivotShowAs_$type, ST_PointMeasure, ST_PosAlign_$type, ST_PositiveCoordinate, ST_PositiveFixedAngle, ST_PositiveFixedPercentage, ST_PositivePercentage, ST_PositiveUniversalMeasure, ST_PresetCameraType_$type, ST_PresetColorVal_$type, ST_PresetLineDashVal_$type, ST_PresetMaterialType_$type, ST_PresetPatternVal_$type, ST_PresetShadowVal_$type, ST_PrintError_$type, ST_QuartileMethod_$type, ST_RadarStyle_$type, ST_RectAlignment_$type, ST_RefMode_$type, ST_RegionLabelLayout_$type, ST_ScatterStyle_$type, ST_SchemeColorVal_$type, ST_Scope_$type, ST_SelType_$type, ST_SeriesLayout_$type, ST_ShadowType_$type, ST_ShapeType_$type, ST_Shape_$type, ST_SheetState_$type, ST_SheetViewType_$type, ST_SidePos_$type, ST_SignedHpsMeasure, ST_SignedTwipsMeasure, ST_SizeRepresents_$type, ST_SlicerCacheCrossFilter_$type, ST_SlicerStyleType_$type, ST_SortBy_$type, ST_SortMethod_$type, ST_SparklineAxisMinMax_$type, ST_SparklineType_$type, ST_SplitType_$type, ST_Sqref, ST_StringDimensionType_$type, ST_StrokeArrowLength_$type, ST_StrokeArrowType_$type, ST_StrokeArrowWidth_$type, ST_StrokeEndCap_$type, ST_StrokeJoinStyle_$type, ST_StrokeLineStyle_$type, ST_StyleColorEnum_$type, ST_StyleColorVal, ST_StyleEntryModifier, ST_StyleEntryModifierEnum_$type, ST_StyleEntryModifierList, ST_StyleReferenceModifier, ST_StyleReferenceModifierEnum_$type, ST_StyleReferenceModifierList, ST_SystemColorVal_$type, ST_TableStyleType_$type, ST_TableType_$type, ST_TabularSlicerCacheSortOrder_$type, ST_TextAlignType_$type, ST_TextAnchoringType_$type, ST_TextAutonumberScheme_$type, ST_TextCapsType_$type, ST_TextFontAlignType_$type, ST_TextFontSize, ST_TextHAlign_$type, ST_TextHorzOverflowType_$type, ST_TextIndent, ST_TextIndentLevelType, ST_TextMargin, ST_TextPoint, ST_TextPointUnqualified, ST_TextShapeType_$type, ST_TextStrikeType_$type, ST_TextTabAlignType_$type, ST_TextUnderlineType_$type, ST_TextVAlign_$type, ST_TextVertOverflowType_$type, ST_TextVerticalType_$type, ST_TextWrappingType_$type, ST_TickLblPos_$type, ST_TickMark_$type, ST_TickMarksType_$type, ST_TileFlipMode_$type, ST_TimePeriod_$type, ST_TimeUnit_$type, ST_TotalsRowFunction_$type, ST_TrendlineType_$type, ST_TrueFalse, ST_TrueFalseBlank, ST_TwipsMeasure, ST_Type_$type, ST_UcharHexNumber, ST_UnderlineValues_$type, ST_UniversalMeasure, ST_UniversalMeasure_UnitType_$type, ST_UnsignedDecimalNumber, ST_UnsignedIntHex, ST_UnsignedShortHex, ST_UpdateLinks_$type, ST_ValueAxisUnit, ST_VectorBaseType_$type, ST_VerticalAlignRun_$type, ST_VerticalAlignment_$type, ST_Visibility_$type, SUPBOOKRecord, ScaleType, ScaleType_$type, ScalingType, ScalingType_$type, ScrollBars, ScrollBars_$type, SecureString, SeekableBufferedStream, Selections, SerializationNumberFormatInfo, SerializationUtils, Series, SeriesAxisGroup, SeriesChartTypeGroup_$type, SeriesCollection, SeriesCollection_CollectionChangeContext, SeriesCollection_PlotOrderSortComparer, SeriesCollection_PlotOrderSortItem, SeriesDataLabels, SeriesGroup, SeriesName, SeriesType, SeriesType_$type, SeriesValues, SeriesValuesBase, SeriesValuesColorBy, SeriesValuesColorBy_$type, SeriesValuesType_$type, Series_BitValues_$type, SgmlDtd, SgmlReader, ShapeContainer, ShapeFill, ShapeFillImage, ShapeFillNoFill, ShapeFillSolid, ShapeOutline, ShapeOutlineNoOutline, ShapeOutlineSolid, ShapePositioningMode, ShapePositioningMode_$type, ShapeType_$type, Shape_PatriarchShape, SharedFeatureType_$type, SharedStringTable, SharedStringTable_KeyGap, SharedStringsPartManager, SharedTokenConverter, Sheet, SheetChangeInfoContext, SheetCollection, SheetCollection_ChangeInfoContext, SheetProtection, SheetRelationships, SheetSerializationCache, SheetType, SheetType_$type, ShiftAddressResult, ShiftingArrayFormulaInfo, ShortSATStream, SilverlightFixes, SingleTargetFormula, SingleTargetFormula_DynamicReferenceCollection, SingleTargetFormula_SimpleBitArray, SingleTargetFormula_StaticReferenceCollection, SingleTargetFormula_StaticReferenceFinder, SlicerCachePartManager, SlicerPartManager, SolverContainer, SortCondition, SortConditionCollection$1, SortConditionCollection_KeysCollection$1, SortConditionCollection_SortChangeContext$1, SortConditionCollection_ValuesCollection$1, SortDirection, SortDirection_$type, SortMethod_$type, SortSettings$1, SortSettings_ColumnIndexComparer$1, SortSettings_RowIndexComparer$1, SortSettings_ShiftFormulaChangeContext$1, SortSettings_SortChangeContext$1, SortSettings_SortOperation$1, SortSettings_VisibleRowIndexBlock$1, SortedIntRangeList, SortedIntRangeList_IntRange, SortedList$2, SourceType_$type, Sparkline, SparklineAxisMinMax, SparklineAxisMinMax_$type, SparklineCollection, SparklineCollection_CollectionChangeContext, SparklineDisplayBlanksAs, SparklineDisplayBlanksAs_$type, SparklineExtensions, SparklineGroup, SparklineGroupCollection, SparklineGroupCollection_CollectionChangeContext, SparklineGroupCollection_GroupModifyInfo, SparklineGroupCollection_ShiftChangeContext, SparklineGroup_BitValues_$type, SparklineGroup_RegionChangeContext, SparklineType, SparklineType_$type, SparklinesDeserializer, SparklinesDeserializer_ContextFlags_$type, SparklinesSerializer, SpecialFormulaToken, SplitMenuColors, SpreadsheetDrawingAttributes, SpreadsheetML2009Main, SpreadsheetMLMain, StackedType_$type, StandardTableStyleCollection, State_$type, StopInfo, StrToken, StraightConnector1Shape, StringConstant, StringElement, StringElementIndex, StringUtilities, StringUtilitiesSgml, StructuredStorageManager, StructuredStorageStream, StructuredStorageStream_StreamType_$type, StructuredTableReference, StructuredTableReferenceKeywordType_$type, StructuredTableReference_InnerReference, StyleCategory_$type, StyleInfo, SubOperator, SubstreamType_$type, SummaryInformation, SummaryInformation_SummaryInformationProperties, SummaryPropertyType_$type, SystemColorsInternal, SystemColorsInternal_ColorResolver, SystemColorsInternal_SystemColorValue_$type, TABIDRecord, TABLERecord, TABLESTYLEELEMENTRecord, TABLESTYLERecord, TABLESTYLESRecord, TEMPLATERecord, THEMERecord, TOPMARGINRecord, TXORecord, TableCalcReference, TableCalcReferenceBase, TableCalcReferenceBase_TableReferenceArrayProxy, TableColumnCalcReference, TableColumnFilterData, TableColumnRangeCalcReference, TablePartManager, TaiwanCalendar, TblToken, TempCellCalcReference, TextDirection, TextDirection_$type, TextFormatMode, TextFormatMode_$type, TextHorizontalOverflow, TextHorizontalOverflow_$type, TextMetricsProviderBase, TextOperatorConditionalFormat, TextVerticalOverflow, TextVerticalOverflow_$type, ThaiBuddhistCalendar, ThemeManagerPartManager, ThemePartInfo, ThemePartManager, ThresholdComparison, ThresholdComparison_$type, ThresholdConditionBase, TickLabelAlignment, TickLabelAlignment_$type, TickLabelPosition, TickLabelPosition_$type, TickLabels, TickMark, TickMark_$type, TiffPartManager, TimeUnit, TimeUnit_$type, To3DTokenConverter, TokenClassResolver, TokenClassResolver_FormulaTokenNode, TokenClass_$type, TokenReferenceResolver, TokenReferenceResolver_SkipTokenInfo, Token_$type, TopOrBottomFilter, TopOrBottomFilterType, TopOrBottomFilterType_$type, Trendline, TrendlineCollection, TrendlineCollection_CollectionChangeContext, TrendlineLabel, TrendlineLine, TrendlinePolynomialOrder, TrendlinePolynomialOrder_$type, TrendlineType, TrendlineType_$type, TwoConstraintDataValidationOperator, TwoConstraintDataValidationOperator_$type, TwoConstraintDataValidationRule, USERBVIEWRecord, USERSVIEWBEGINRecord, USERSVIEWENDRecord, USESELFSRecord, Ucs4Decoder, Ucs4DecoderBigEngian, Ucs4DecoderLittleEndian, UltimateFontDefaultsResolver, UltraCalcBinaryOperatorBase, UltraCalcConditionalFunctionBase, UltraCalcConditionalFunctionBase_CriteriaEvaluator, UltraCalcConditionalFunctionBase_CriteriaEvaluator_Operator_$type, UltraCalcConditionalFunctionBase_EvaluateHelper, UltraCalcErrorException, UltraCalcException, UltraCalcFormulaTokenType_$type, UltraCalcFunctionACos, UltraCalcFunctionACosh, UltraCalcFunctionASin, UltraCalcFunctionASinh, UltraCalcFunctionATan, UltraCalcFunctionATan2, UltraCalcFunctionATanh, UltraCalcFunctionAbs, UltraCalcFunctionAcot, UltraCalcFunctionAcotH, UltraCalcFunctionAddress, UltraCalcFunctionAnd, UltraCalcFunctionArabic, UltraCalcFunctionAreas, UltraCalcFunctionAveDev, UltraCalcFunctionAverage, UltraCalcFunctionAverageA, UltraCalcFunctionAverageIf, UltraCalcFunctionAverageIfs, UltraCalcFunctionBase, UltraCalcFunctionBin2Dec, UltraCalcFunctionBin2Hex, UltraCalcFunctionBin2Oct, UltraCalcFunctionBinomDist, UltraCalcFunctionBinom_Dist, UltraCalcFunctionBinom_Dist_Range, UltraCalcFunctionBinom_Inv, UltraCalcFunctionBitAnd, UltraCalcFunctionBitLShift, UltraCalcFunctionBitOperation, UltraCalcFunctionBitOr, UltraCalcFunctionBitRShift, UltraCalcFunctionBitXor, UltraCalcFunctionCeiling, UltraCalcFunctionCeilingMath, UltraCalcFunctionCeilingPrecise, UltraCalcFunctionCell, UltraCalcFunctionChar, UltraCalcFunctionChoose, UltraCalcFunctionClean, UltraCalcFunctionCode, UltraCalcFunctionColumn, UltraCalcFunctionColumns, UltraCalcFunctionCombin, UltraCalcFunctionCombina, UltraCalcFunctionComplex, UltraCalcFunctionComplex_ComplexNumber, UltraCalcFunctionConcat, UltraCalcFunctionConcatEx, UltraCalcFunctionConcatenate, UltraCalcFunctionConvert, UltraCalcFunctionConvert_MeasurementUnitCategory_$type, UltraCalcFunctionConvert_UnitInfo, UltraCalcFunctionCorrel, UltraCalcFunctionCos, UltraCalcFunctionCosh, UltraCalcFunctionCot, UltraCalcFunctionCotH, UltraCalcFunctionCount, UltraCalcFunctionCountA, UltraCalcFunctionCountBlank, UltraCalcFunctionCountIf, UltraCalcFunctionCountIfs, UltraCalcFunctionCovar, UltraCalcFunctionCovarianceP, UltraCalcFunctionCovarianceS, UltraCalcFunctionCritBinom, UltraCalcFunctionCsc, UltraCalcFunctionCscH, UltraCalcFunctionDB, UltraCalcFunctionDBNull, UltraCalcFunctionDDB, UltraCalcFunctionDate, UltraCalcFunctionDateAdd, UltraCalcFunctionDateDif, UltraCalcFunctionDateDiff, UltraCalcFunctionDateValue, UltraCalcFunctionDay, UltraCalcFunctionDays, UltraCalcFunctionDays360, UltraCalcFunctionDec2Bin, UltraCalcFunctionDec2Hex, UltraCalcFunctionDec2Oct, UltraCalcFunctionDec2XBase, UltraCalcFunctionDecimal, UltraCalcFunctionDegrees, UltraCalcFunctionDelta, UltraCalcFunctionDevSq, UltraCalcFunctionDivide, UltraCalcFunctionDollar, UltraCalcFunctionDollarDe, UltraCalcFunctionDollarFr, UltraCalcFunctionEDate, UltraCalcFunctionEOMonth, UltraCalcFunctionEcmaCeiling, UltraCalcFunctionEffect, UltraCalcFunctionEqual, UltraCalcFunctionErf, UltraCalcFunctionErfPrecise, UltraCalcFunctionErfc, UltraCalcFunctionErfcPrecise, UltraCalcFunctionErrorType, UltraCalcFunctionEven, UltraCalcFunctionExact, UltraCalcFunctionExp, UltraCalcFunctionExpon, UltraCalcFunctionExponDist, UltraCalcFunctionExpon_Dist, UltraCalcFunctionFV, UltraCalcFunctionFact, UltraCalcFunctionFactDouble, UltraCalcFunctionFactory, UltraCalcFunctionFalse, UltraCalcFunctionFind, UltraCalcFunctionFisher, UltraCalcFunctionFisherInv, UltraCalcFunctionFixed, UltraCalcFunctionFloor, UltraCalcFunctionFloorMath, UltraCalcFunctionFloorPrecise, UltraCalcFunctionForecast, UltraCalcFunctionFormulaText, UltraCalcFunctionGE, UltraCalcFunctionGT, UltraCalcFunctionGcd, UltraCalcFunctionGeStep, UltraCalcFunctionHLookup, UltraCalcFunctionHex2Bin, UltraCalcFunctionHex2Dec, UltraCalcFunctionHex2Oct, UltraCalcFunctionHour, UltraCalcFunctionHyperlink, UltraCalcFunctionIPmt, UltraCalcFunctionIRR, UltraCalcFunctionIf, UltraCalcFunctionIfError, UltraCalcFunctionIfNa, UltraCalcFunctionIfs, UltraCalcFunctionImAbs, UltraCalcFunctionImArgument, UltraCalcFunctionImConjugate, UltraCalcFunctionImCos, UltraCalcFunctionImDiv, UltraCalcFunctionImExp, UltraCalcFunctionImLn, UltraCalcFunctionImLog10, UltraCalcFunctionImLog2, UltraCalcFunctionImPower, UltraCalcFunctionImProduct, UltraCalcFunctionImReal, UltraCalcFunctionImSin, UltraCalcFunctionImSqrt, UltraCalcFunctionImSub, UltraCalcFunctionImSum, UltraCalcFunctionImaginary, UltraCalcFunctionIndex, UltraCalcFunctionIndirect, UltraCalcFunctionInfo, UltraCalcFunctionInt, UltraCalcFunctionIntRate, UltraCalcFunctionIntercept, UltraCalcFunctionIsBlank, UltraCalcFunctionIsDBNull, UltraCalcFunctionIsErr, UltraCalcFunctionIsError, UltraCalcFunctionIsEven, UltraCalcFunctionIsFormula, UltraCalcFunctionIsLogical, UltraCalcFunctionIsNa, UltraCalcFunctionIsNonText, UltraCalcFunctionIsNull, UltraCalcFunctionIsNumber, UltraCalcFunctionIsOdd, UltraCalcFunctionIsRef, UltraCalcFunctionIsText, UltraCalcFunctionIsoCeiling, UltraCalcFunctionLE, UltraCalcFunctionLT, UltraCalcFunctionLarge, UltraCalcFunctionLcm, UltraCalcFunctionLeft, UltraCalcFunctionLen, UltraCalcFunctionLn, UltraCalcFunctionLoader, UltraCalcFunctionLog, UltraCalcFunctionLog10, UltraCalcFunctionLookup, UltraCalcFunctionLookupBase, UltraCalcFunctionLower, UltraCalcFunctionMRound, UltraCalcFunctionMatch, UltraCalcFunctionMax, UltraCalcFunctionMaxIfs, UltraCalcFunctionMdeterm, UltraCalcFunctionMedian, UltraCalcFunctionMid, UltraCalcFunctionMin, UltraCalcFunctionMinIfs, UltraCalcFunctionMinus, UltraCalcFunctionMinute, UltraCalcFunctionMinverse, UltraCalcFunctionMmult, UltraCalcFunctionMod, UltraCalcFunctionMode, UltraCalcFunctionModeMult, UltraCalcFunctionModeSngl, UltraCalcFunctionMonth, UltraCalcFunctionMultinomial, UltraCalcFunctionMultiply, UltraCalcFunctionN, UltraCalcFunctionNE, UltraCalcFunctionNPV, UltraCalcFunctionNPer, UltraCalcFunctionNa, UltraCalcFunctionNetWorkDays, UltraCalcFunctionNominal, UltraCalcFunctionNot, UltraCalcFunctionNow, UltraCalcFunctionNull, UltraCalcFunctionNumberValue, UltraCalcFunctionOct2Bin, UltraCalcFunctionOct2Dec, UltraCalcFunctionOct2Hex, UltraCalcFunctionOdd, UltraCalcFunctionOffset, UltraCalcFunctionOr, UltraCalcFunctionPDuration, UltraCalcFunctionPPmt, UltraCalcFunctionPV, UltraCalcFunctionPearson, UltraCalcFunctionPercent, UltraCalcFunctionPercentRank, UltraCalcFunctionPercentRankBase, UltraCalcFunctionPercentRankExclusive, UltraCalcFunctionPercentRankInclusive, UltraCalcFunctionPercentile, UltraCalcFunctionPercentileBase, UltraCalcFunctionPercentileExclusive, UltraCalcFunctionPercentileInclusive, UltraCalcFunctionPermut, UltraCalcFunctionPermutationA, UltraCalcFunctionPi, UltraCalcFunctionPlus, UltraCalcFunctionPmt, UltraCalcFunctionPoisson, UltraCalcFunctionPoissonDist, UltraCalcFunctionPower, UltraCalcFunctionProbFunction, UltraCalcFunctionProduct, UltraCalcFunctionProper, UltraCalcFunctionQuartile, UltraCalcFunctionQuartileExclusive, UltraCalcFunctionQuartileInclusive, UltraCalcFunctionQuotient, UltraCalcFunctionRRI, UltraCalcFunctionRadians, UltraCalcFunctionRand, UltraCalcFunctionRandBetween, UltraCalcFunctionRank, UltraCalcFunctionRankAverage, UltraCalcFunctionRankBase, UltraCalcFunctionRankEqual, UltraCalcFunctionRate, UltraCalcFunctionReplace, UltraCalcFunctionRept, UltraCalcFunctionRight, UltraCalcFunctionRoman, UltraCalcFunctionRoman_RomanNumeral, UltraCalcFunctionRound, UltraCalcFunctionRoundDown, UltraCalcFunctionRoundUp, UltraCalcFunctionRow, UltraCalcFunctionRows, UltraCalcFunctionRsq, UltraCalcFunctionSLN, UltraCalcFunctionSYD, UltraCalcFunctionSearch, UltraCalcFunctionSearchB, UltraCalcFunctionSec, UltraCalcFunctionSecH, UltraCalcFunctionSecond, UltraCalcFunctionSeriesSum, UltraCalcFunctionSheet, UltraCalcFunctionSheets, UltraCalcFunctionSign, UltraCalcFunctionSin, UltraCalcFunctionSinh, UltraCalcFunctionSkew, UltraCalcFunctionSkew_P, UltraCalcFunctionSlope, UltraCalcFunctionSmall, UltraCalcFunctionSqrt, UltraCalcFunctionSqrtPi, UltraCalcFunctionStDevA, UltraCalcFunctionStDevBase, UltraCalcFunctionStDevP, UltraCalcFunctionStDevPA, UltraCalcFunctionStDev_P, UltraCalcFunctionStDev_S, UltraCalcFunctionStandardize, UltraCalcFunctionStdev, UltraCalcFunctionSteyx, UltraCalcFunctionSubstitute, UltraCalcFunctionSubtotal, UltraCalcFunctionSum, UltraCalcFunctionSumIf, UltraCalcFunctionSumIfs, UltraCalcFunctionSumSq, UltraCalcFunctionSumproduct, UltraCalcFunctionSumx2my2, UltraCalcFunctionSumx2py2, UltraCalcFunctionSumxmy2, UltraCalcFunctionSwitch, UltraCalcFunctionTan, UltraCalcFunctionTanh, UltraCalcFunctionText, UltraCalcFunctionTextJoin, UltraCalcFunctionTime, UltraCalcFunctionTimeValue, UltraCalcFunctionToday, UltraCalcFunctionTranspose, UltraCalcFunctionTrim, UltraCalcFunctionTrimMean, UltraCalcFunctionTrue, UltraCalcFunctionTrunc, UltraCalcFunctionTwoMatrixFunction, UltraCalcFunctionType, UltraCalcFunctionUSDollar, UltraCalcFunctionUnaryMinus, UltraCalcFunctionUnaryPlus, UltraCalcFunctionUpper, UltraCalcFunctionVLookup, UltraCalcFunctionValue, UltraCalcFunctionVar, UltraCalcFunctionVarA, UltraCalcFunctionVarBase, UltraCalcFunctionVarP, UltraCalcFunctionVarPA, UltraCalcFunctionVar_P, UltraCalcFunctionVar_S, UltraCalcFunctionWeekDay, UltraCalcFunctionWeekNum, UltraCalcFunctionWeibull, UltraCalcFunctionWeibullDist, UltraCalcFunctionWorkDay, UltraCalcFunctionXBase2Dec, UltraCalcFunctionXBase2XBase, UltraCalcFunctionXLIntersect, UltraCalcFunctionXLRange, UltraCalcFunctionXLUnion, UltraCalcFunctionXor, UltraCalcFunctionYear, UltraCalcFunctionYearFrac, UltraCalcOperatorFunction_$type, UmAlQuraCalendar, UminusOperator, UnaryOperatorToken, UnfrozenPaneSettings, UnicodeCategory_$type, UnicodeStrings, UnionOperator, UniqueConditionalFormat, UniqueConditionalFormat_DuplicateValueHolder, UnknownElementAction_$type, UnknownElementCache, UnknownShape, UnknownStructure, UpDownBar, UpDownBarType, UpDownBarType_$type, UpDownBars, UplusOperator, UriUtilities, UserDefinedPropertyType_$type, UserFileStream, UtilitiesInt32Comparer, Utilities_ColorIndex_$type, Utilities_Int16Comparer, VBAOBJECTNAMERecord, VCENTERRecord, VERTICALPAGEBREAKSRecord, ValueConstraintDataValidationRule, ValueFormatter, ValueFormatterFlags_$type, ValueFormatterOptions_$type, ValueFormatter_CompareOperator_$type, ValueFormatter_FormatSection, ValueFormatter_FormatSection_FormulaValueInfo, ValueFormatter_FormatValueState, ValueFormatter_GetTextWidthHelper, ValueFormatter_LiteralFormatPart, ValueFormatter_LiteralType_$type, ValueFormatter_NumberSection_$type, ValueFormatter_Part, ValueFormatter_SectionType_$type, ValueFormatter_ValueFormatterContext, ValueFormatter_ValueFormatterSectionInfo, ValueFormatter_WellKnownPart, ValueFormatter_WellKnownPartType_$type, ValueTuple, ValueTuple$2, VariantType_$type, VariantUtilities, VbaProjectPartManager, VerticalCellAlignment, VerticalCellAlignment_$type, VerticalPageBreak, VerticalPageBreakCollection, VerticalTextAlignment, VerticalTextAlignment_$type, VerticalTitleAlignment, VerticalTitleAlignment_$type, VmlDrawingPartManager, VmlNamespace, WBitmap, WINDOW1Record, WINDOW2Record, WINDOWPROTECTRecord, WRITEACCESSRecord, WRITEPROTRecord, WSBOOLRecord, Wall, WallType, WallType_$type, WeakWorkbookOwner, WhitespaceId, WhitespaceType_$type, WindowOptions, Windows1252Encoding, Windows932Encoding, Windows936Encoding, WmfPartManager, WorkItem, WorkItem$1, WorkItemContinuationType_$type, WorkItemExtensions, WorkItemExtensions_WorkItemCompleted, WorkItemExtensions_WorkItemCompleted$1, WorkItemScheduler, WorkItemScheduler_SynchronousImpl, WorkItemScheduler_TimeSlicedImpl, WorkItem_ExceptionInfo, WorkItem_WorkItemAsync, WorkItem_WorkItemAsync$1, WorkItem_WorkItemCatch$1, WorkItem_WorkItemSync, WorkItem_WorkItemSync$1, Workbook, WorkbookBuiltInStyle, WorkbookCFInfo, WorkbookColorInfo, WorkbookColorInfo_ColorInfoState_$type, WorkbookColorPalette, WorkbookColorTransform, WorkbookEncryptionMode, WorkbookEncryptionMode_$type, WorkbookFontData, WorkbookFontDataResolved, WorkbookFontOwnerAccessor, WorkbookFontProxy, WorkbookFontProxy_PropertyIds_$type, WorkbookFormat, WorkbookFormatCollection, WorkbookFormat_$type, WorkbookLoadCache, WorkbookLoadManager, WorkbookLoadManagerExcel2003, WorkbookLoadManagerExcel2003_LoadAdditionalDataTokenVisitor, WorkbookLoadManagerExcel2003_LoadTokenVisitor, WorkbookLoadManagerExcel2003_ResolveNamedReferenceVisitor, WorkbookLoadManagerExcel2007, WorkbookLoadManagerExcel2007_FontCollection, WorkbookLoadManagerExcel2007_NamedReferenceInfo, WorkbookLoadManagerExcel2007_PresetTableStylesPartManager, WorkbookLoadManagerExcel2007_ShapeAnchorApplicator, WorkbookLoadManagerExcel2007_UpdateIndexedWorkbookReferencesVisitor, WorkbookLoadOptions, WorkbookOptionsBase, WorkbookPartManagerBase, WorkbookPasswordInfo, WorkbookProtection, WorkbookReferenceBase, WorkbookReferenceUnconnected, WorkbookSaveFilter, WorkbookSaveManager, WorkbookSaveManagerExcel2003, WorkbookSaveManagerExcel2003_ExtSstItem, WorkbookSaveManagerExcel2003_FormatHolder, WorkbookSaveManagerExcel2003_GetSizeTokenVisitor, WorkbookSaveManagerExcel2003_PopuplateShapeDrawingPropertiesVisitor, WorkbookSaveManagerExcel2003_PopuplateShapeKnownPropertiesVisitor, WorkbookSaveManagerExcel2003_SaveAdditionalDataTokenVisitor, WorkbookSaveManagerExcel2003_SaveTokenVisitor, WorkbookSaveManagerExcel2007, WorkbookSaveManager_ColorSortConditionVisitorProxy$1, WorkbookSaveManager_InitSerializationCacheFormulaHelper, WorkbookSaveManager_InitSerializationCacheHelper, WorkbookSaveOptions, WorkbookSerializationDataExcel2003, WorkbookSerializationDataExcel2003_ImageHolder, WorkbookSerializationDataExcel2007, WorkbookSerializationManager, WorkbookStyle, WorkbookStyleCollection, WorkbookStyleCollection_RefEqualityComparer$1, WorkbookStyleCollection_RemovalType_$type, WorkbookStyle_StyleChangeContext, WorkbookThemeColorType, WorkbookThemeColorType_$type, WorkbookUserDefinedStyle, WorkbookWindowOptions, Workbook_ChangeInfoContext, Workbook_MetricsProviderCache, Workbook_OleLinkInfoComparer, Worksheet, WorksheetCFInfo, WorksheetCell, WorksheetCellAddress, WorksheetCellBlock, WorksheetCellBlockFull, WorksheetCellBlockHalf, WorksheetCellBlock_CellValue, WorksheetCellBlock_DataTypeEncoded_$type, WorksheetCellBlock_DataType_$type, WorksheetCellBlock_DataTypesCompressed, WorksheetCellBlock_ValueCoercionType_$type, WorksheetCellCollection, WorksheetCellComment, WorksheetCellCommentData, WorksheetCellFormatBlock, WorksheetCellFormatCollection, WorksheetCellFormatData, WorksheetCellFormatDataResolved, WorksheetCellFormatOptions, WorksheetCellFormatOptions_$type, WorksheetCellFormatProxy, WorksheetCellFormatProxy_FormatChangeContext, WorksheetCellFormatProxy_SetFontFormattingChangeContext, WorksheetCellFormatProxy_SetFormattingChangeContext, WorksheetCellFormatType_$type, WorksheetCellLocation, WorksheetCellOwnedFormatProxy, WorksheetCellShiftResult, WorksheetChart, WorksheetChartExtensions, WorksheetChart_BitValues_$type, WorksheetChart_LegendChangeContext, WorksheetCollection, WorksheetColumn, WorksheetColumnBlock, WorksheetColumnCollection, WorksheetColumnCollection_CollectionChangeContext, WorksheetColumnCollection_CollectionChangeContextData, WorksheetColumnCollection_InsertRemoveOperationWrapper, WorksheetColumnFilter, WorksheetColumnOwnedFormatProxy, WorksheetColumnWidthUnit, WorksheetColumnWidthUnit_$type, WorksheetColumn_InternalFlags_$type, WorksheetDataTable, WorksheetDataTableCollection, WorksheetDataTableCollection_CollectionChangeContext, WorksheetDisplayOptions, WorksheetDummyCellFormatProxy, WorksheetElementResizeContext, WorksheetElementResizeContext_MultiElementResizeChange, WorksheetElementResizeContext_MultiElementVisibilityChange, WorksheetElementResizeContext_SingleElementResizeOrVisibilityChange, WorksheetElementResizeState, WorksheetFilterSettings, WorksheetFilterSettings_AddFilterChangeInfo, WorksheetFilterSettings_RemoveFilterChangeInfo, WorksheetFilterSettings_WorksheetFilterFlags_$type, WorksheetHyperlink, WorksheetHyperlinkCollection, WorksheetHyperlinkCollection_CollectionChangeContext, WorksheetHyperlinkCollection_ShiftChangeContext, WorksheetImage, WorksheetItemCollection$1, WorksheetItemPosition, WorksheetMergedCellFormatDataResolved, WorksheetMergedCellsRegion, WorksheetMergedCellsRegionCollection, WorksheetMergedCellsRegionCollection_CollectionChangeContext, WorksheetMergedCellsRegionCollection_ShiftChangeContext, WorksheetMergedRegionOwnedCellFormatProxy, WorksheetPaneSelection, WorksheetPartManager, WorksheetPermissions_$type, WorksheetProtectedRange, WorksheetProtectedRangeCollection, WorksheetProtectedRangeRegionCollection, WorksheetProtectedSelectionMode, WorksheetProtectedSelectionMode_$type, WorksheetProtection, WorksheetProtectionType_$type, WorksheetReference, WorksheetReferenceCollection, WorksheetReferenceError, WorksheetReferenceExternal, WorksheetReferenceExternalRowValues, WorksheetReferenceLocal, WorksheetReferenceMulti, WorksheetReferenceSingle, WorksheetReferenceSingleUnconnected, WorksheetReferenceToWorkbook, WorksheetRegion, WorksheetRegionAddress, WorksheetRegion_HorizontalAddressSorter, WorksheetRegion_HorizontalSorter, WorksheetRegion_HorizontalWeakSorter, WorksheetRegion_VerticalAddressSorter, WorksheetRegion_VerticalSorter, WorksheetResizeInfo, WorksheetRow, WorksheetRowCollection, WorksheetRowCollection_CollectionChangeContext, WorksheetRowCollection_InsertRemoveOperationWrapper, WorksheetRowCollection_RowBinaryTreeNode, WorksheetRowCollection_RowsLoadOnDemandTree, WorksheetRowCollection_RowsLoadOnDemandTree_RowChangeAdjustmentPoint, WorksheetRowCollection_RowsLoadOnDemandTree_RowChangeHistoryItemAdd, WorksheetRowCollection_RowsLoadOnDemandTree_RowChangeHistoryItemRemove, WorksheetRowOwnedCellFormatProxy, WorksheetRowSerializationCache, WorksheetRow_InternalFlags_$type, WorksheetSelection, WorksheetSerializationCache, WorksheetShape, WorksheetShapeCollection, WorksheetShapeCollection_AxisShiftInfo, WorksheetShapeCollection_ChartShiftContext, WorksheetShapeCollection_ChartShiftInfo, WorksheetShapeCollection_CollectionChangeContext, WorksheetShapeCollection_SeriesShiftInfo, WorksheetShapeGroup, WorksheetShapeGroupBase, WorksheetShapePosition, WorksheetShapeVisitor$2, WorksheetShapeWithText, WorksheetSortSettings, WorksheetSortSettings_WorksheetSortFlags_$type, WorksheetSortType, WorksheetSortType_$type, WorksheetTable, WorksheetTableArea, WorksheetTableAreaFormatProxy$1, WorksheetTableAreaFormatsCollection$1, WorksheetTableArea_$type, WorksheetTableCollection, WorksheetTableCollection_CollectionChangeContext, WorksheetTableColumn, WorksheetTableColumnArea, WorksheetTableColumnArea_$type, WorksheetTableColumnCollection, WorksheetTableColumn_InternalFlags_$type, WorksheetTableResizeOperation, WorksheetTableStyle, WorksheetTableStyleArea, WorksheetTableStyleArea_$type, WorksheetTable_ColumnChangeContext, WorksheetTable_ResizeContext, WorksheetTable_RowChangeContext, WorksheetTable_TableFlags_$type, WorksheetView, WorksheetView_$type, WorksheetVisibility, WorksheetVisibility_$type, Worksheet_CellCommentDeleteChangeContext, Worksheet_CellInsertDeleteChangeContext, Worksheet_FontNameHeightPair, Worksheet_HideUnhideChangeContext, Worksheet_InsertRemoveOperationWrapper, Worksheet_ResizeItemChangeContext, Worksheet_SetColumnWidthInfo, Worksheet_SharedFormulaGroupChangeContext, Worksheet_SharedFormulasShiftChangeContext, Worksheet_ShiftRegionHelper, X14Serialization_$type, X14Serializer, XCTRecord, XColorType_$type, XFCRCRecord, XFEXTRecord, XFEXTRecordInfo, XFExtGradientInfo, XFProp, XFPropBool, XFPropBorder, XFPropBorderBase, XFPropBorderLoaded, XFPropByte, XFPropColor, XFPropColorBase, XFPropColorInfo, XFPropColorLoaded, XFPropFillPattern, XFPropFontBold, XFPropFontHeight, XFPropFontName, XFPropFontScheme, XFPropFontSubscriptSuperscript, XFPropFontUnderline, XFPropGradientFill, XFPropGradientStop, XFPropGradientStopBase, XFPropGradientStopLoaded, XFPropHorizontalAlignment, XFPropNumberFormat, XFPropNumberFormatId, XFPropTextIndentationLevel, XFPropTextIndentationLevelRelative, XFPropTextRotation, XFPropType_$type, XFPropVerticalAlignment, XFRecord, XFRecordInfo, XFRecord_XFContext, XLOpenXmlUtilities, XLSXFormulaStringGenerator, XValue, XValues, XValuesDataType_$type, XlsxUtilities, XlsxUtilities_ColorTransformsApplicator, XlsxUtilities_ColorTransformsApplicator_ColorChannelHSL_$type, XlsxUtilities_ColorTransformsApplicator_ColorChannelRGB_$type, XlsxUtilities_WorkbookColorInfoCreator, XmlNamespace, XmlNamespaceDefinitionBase, XmlNamespaceDefinitionBase_PreserveSpaceMode_$type, XmlPartManagerBase, XmlReadManager, XmlReadManager_AlternateContentChoiceContext, XmlReadManager_AlternateContentStatus_$type, XmlReadManager_ElementContext, XmlReadManager_LoadChildContext, XmlReadManager_LoadFastContext, XmlSchemaInstance, XmlWriteManager, YearToDateFilter, ZipEntry, ZipFile };
|