igniteui-webcomponents-excel 4.7.2-beta.0 → 4.7.2-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-excel.umd.js +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
|
@@ -70798,8 +70798,8 @@ var ExcelUtils = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70798
70798
|
}
|
|
70799
70799
|
try {
|
|
70800
70800
|
var t = new TempCellCalcReference(true, b, new WorksheetCellAddress(1, c, d));
|
|
70801
|
-
l.
|
|
70802
|
-
var u = l.
|
|
70801
|
+
l._cz(t, k);
|
|
70802
|
+
var u = l._cg(k, t, false);
|
|
70803
70803
|
var v = typeCast(RefBase.$, u.toReference());
|
|
70804
70804
|
if (v != null) {
|
|
70805
70805
|
var w = v._am();
|
|
@@ -74343,7 +74343,7 @@ var Workbook = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74343
74343
|
continue;
|
|
74344
74344
|
}
|
|
74345
74345
|
var r = q._formula;
|
|
74346
|
-
if (r != null && r.
|
|
74346
|
+
if (r != null && r._cl) {
|
|
74347
74347
|
a(e, r._i);
|
|
74348
74348
|
}
|
|
74349
74349
|
}
|
|
@@ -90805,14 +90805,14 @@ var Formula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
90805
90805
|
var q = void 0;
|
|
90806
90806
|
var r = typeCast(CellCalcReference.$, p);
|
|
90807
90807
|
if (r != null) {
|
|
90808
|
-
if (r._t != n.
|
|
90808
|
+
if (r._t != n._ci._t) {
|
|
90809
90809
|
continue;
|
|
90810
90810
|
}
|
|
90811
90811
|
q = r._w._a7(r._ao)._di;
|
|
90812
90812
|
}
|
|
90813
90813
|
else {
|
|
90814
90814
|
var s = p._am();
|
|
90815
|
-
if (s == null || s.count == 0 || s.item(0).worksheet.workbook != n.
|
|
90815
|
+
if (s == null || s.count == 0 || s.item(0).worksheet.workbook != n._ci._t) {
|
|
90816
90816
|
continue;
|
|
90817
90817
|
}
|
|
90818
90818
|
var t = s.item(0);
|
|
@@ -91274,6 +91274,13 @@ var Formula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
91274
91274
|
}
|
|
91275
91275
|
this._ac = true;
|
|
91276
91276
|
};
|
|
91277
|
+
/**
|
|
91278
|
+
* @hidden
|
|
91279
|
+
*/
|
|
91280
|
+
Formula.prototype._cc = function (a) {
|
|
91281
|
+
var b = new FormulaContext(1, this._y, this);
|
|
91282
|
+
Formula_VisitWorksheetVisitor.a2(b, a);
|
|
91283
|
+
};
|
|
91277
91284
|
/**
|
|
91278
91285
|
* @hidden
|
|
91279
91286
|
*/
|
|
@@ -91929,39 +91936,39 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
91929
91936
|
var c = _rest[0];
|
|
91930
91937
|
var d = _rest[1];
|
|
91931
91938
|
_this = _super.call(this, 0, c, d) || this;
|
|
91932
|
-
_this.
|
|
91933
|
-
_this.
|
|
91934
|
-
_this.
|
|
91939
|
+
_this._cd = null;
|
|
91940
|
+
_this._cj = null;
|
|
91941
|
+
_this._cm = null;
|
|
91942
|
+
_this._co = 0;
|
|
91935
91943
|
_this._cn = 0;
|
|
91936
|
-
_this.
|
|
91937
|
-
_this.
|
|
91938
|
-
_this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
91944
|
+
_this._ch = null;
|
|
91945
|
+
_this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
91939
91946
|
}
|
|
91940
91947
|
break;
|
|
91941
91948
|
case 1:
|
|
91942
91949
|
{
|
|
91943
91950
|
var c = _rest[0];
|
|
91944
91951
|
_this = _super.call(this, 1, c) || this;
|
|
91945
|
-
_this.
|
|
91946
|
-
_this.
|
|
91947
|
-
_this.
|
|
91952
|
+
_this._cd = null;
|
|
91953
|
+
_this._cj = null;
|
|
91954
|
+
_this._cm = null;
|
|
91955
|
+
_this._co = 0;
|
|
91948
91956
|
_this._cn = 0;
|
|
91949
|
-
_this.
|
|
91950
|
-
_this.
|
|
91951
|
-
_this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
91957
|
+
_this._ch = null;
|
|
91958
|
+
_this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
91952
91959
|
}
|
|
91953
91960
|
break;
|
|
91954
91961
|
case 2:
|
|
91955
91962
|
{
|
|
91956
91963
|
var c = _rest[0];
|
|
91957
91964
|
_this = _super.call(this, 2, c) || this;
|
|
91958
|
-
_this.
|
|
91959
|
-
_this.
|
|
91960
|
-
_this.
|
|
91965
|
+
_this._cd = null;
|
|
91966
|
+
_this._cj = null;
|
|
91967
|
+
_this._cm = null;
|
|
91968
|
+
_this._co = 0;
|
|
91961
91969
|
_this._cn = 0;
|
|
91962
|
-
_this.
|
|
91963
|
-
_this.
|
|
91964
|
-
_this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
91970
|
+
_this._ch = null;
|
|
91971
|
+
_this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
91965
91972
|
}
|
|
91966
91973
|
break;
|
|
91967
91974
|
case 3:
|
|
@@ -91969,13 +91976,13 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
91969
91976
|
var c = _rest[0];
|
|
91970
91977
|
var d = _rest[1];
|
|
91971
91978
|
_this = _super.call(this, 3, c, d) || this;
|
|
91972
|
-
_this.
|
|
91973
|
-
_this.
|
|
91974
|
-
_this.
|
|
91979
|
+
_this._cd = null;
|
|
91980
|
+
_this._cj = null;
|
|
91981
|
+
_this._cm = null;
|
|
91982
|
+
_this._co = 0;
|
|
91975
91983
|
_this._cn = 0;
|
|
91976
|
-
_this.
|
|
91977
|
-
_this.
|
|
91978
|
-
_this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
91984
|
+
_this._ch = null;
|
|
91985
|
+
_this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
91979
91986
|
}
|
|
91980
91987
|
break;
|
|
91981
91988
|
}
|
|
@@ -91983,7 +91990,7 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
91983
91990
|
}
|
|
91984
91991
|
SingleTargetFormula.prototype.addDynamicReferenceI = function (a) {
|
|
91985
91992
|
var b = null;
|
|
91986
|
-
var c = this.
|
|
91993
|
+
var c = this._ci._t;
|
|
91987
91994
|
if (c != null) {
|
|
91988
91995
|
b = c._w;
|
|
91989
91996
|
}
|
|
@@ -91991,7 +91998,7 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
91991
91998
|
};
|
|
91992
91999
|
Object.defineProperty(SingleTargetFormula.prototype, "baseReference", {
|
|
91993
92000
|
get: function () {
|
|
91994
|
-
return this.
|
|
92001
|
+
return this._ci;
|
|
91995
92002
|
},
|
|
91996
92003
|
enumerable: false,
|
|
91997
92004
|
configurable: true
|
|
@@ -92004,7 +92011,7 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92004
92011
|
configurable: true
|
|
92005
92012
|
});
|
|
92006
92013
|
SingleTargetFormula.prototype.evaluate = function (a) {
|
|
92007
|
-
return this.
|
|
92014
|
+
return this._cg(this._ci._t, a, false);
|
|
92008
92015
|
};
|
|
92009
92016
|
Object.defineProperty(SingleTargetFormula.prototype, "formulaString", {
|
|
92010
92017
|
get: function () {
|
|
@@ -92021,17 +92028,17 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92021
92028
|
configurable: true
|
|
92022
92029
|
});
|
|
92023
92030
|
SingleTargetFormula.prototype.getEnumerator = function () {
|
|
92024
|
-
return this.
|
|
92031
|
+
return this._cm.getEnumerator();
|
|
92025
92032
|
};
|
|
92026
92033
|
SingleTargetFormula.prototype.getEnumeratorObject = function () {
|
|
92027
|
-
return this.
|
|
92034
|
+
return this._cm.getEnumerator();
|
|
92028
92035
|
};
|
|
92029
92036
|
SingleTargetFormula.prototype._g = function () {
|
|
92030
92037
|
return new SingleTargetFormula(3, this, false);
|
|
92031
92038
|
};
|
|
92032
92039
|
SingleTargetFormula.prototype.get__z = function () {
|
|
92033
|
-
if (this.
|
|
92034
|
-
var a = this.
|
|
92040
|
+
if (this._ch != null) {
|
|
92041
|
+
var a = this._ch._t;
|
|
92035
92042
|
if (a != null) {
|
|
92036
92043
|
return a.currentFormat;
|
|
92037
92044
|
}
|
|
@@ -92042,11 +92049,11 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92042
92049
|
_super.prototype.set__z.call(this, a);
|
|
92043
92050
|
};
|
|
92044
92051
|
SingleTargetFormula.prototype.get__bb = function () {
|
|
92045
|
-
var a = typeCast(CellCalcReference.$, this.
|
|
92052
|
+
var a = typeCast(CellCalcReference.$, this._ch);
|
|
92046
92053
|
if (a != null) {
|
|
92047
92054
|
return a._ao;
|
|
92048
92055
|
}
|
|
92049
|
-
var b = typeCast(TempCellCalcReference.$, this.
|
|
92056
|
+
var b = typeCast(TempCellCalcReference.$, this._ch);
|
|
92050
92057
|
if (b != null) {
|
|
92051
92058
|
return b._ao;
|
|
92052
92059
|
}
|
|
@@ -92060,11 +92067,11 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92060
92067
|
configurable: true
|
|
92061
92068
|
});
|
|
92062
92069
|
SingleTargetFormula.prototype.get__ab = function () {
|
|
92063
|
-
var a = typeCast(CellCalcReference.$, this.
|
|
92070
|
+
var a = typeCast(CellCalcReference.$, this._ch);
|
|
92064
92071
|
if (a != null) {
|
|
92065
92072
|
return a._w;
|
|
92066
92073
|
}
|
|
92067
|
-
var b = typeCast(TempCellCalcReference.$, this.
|
|
92074
|
+
var b = typeCast(TempCellCalcReference.$, this._ch);
|
|
92068
92075
|
if (b != null && b._as >= 0) {
|
|
92069
92076
|
var c = b._u;
|
|
92070
92077
|
if (c != null) {
|
|
@@ -92081,11 +92088,11 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92081
92088
|
configurable: true
|
|
92082
92089
|
});
|
|
92083
92090
|
SingleTargetFormula.prototype.get__aa = function () {
|
|
92084
|
-
var a = typeCast(CellCalcReference.$, this.
|
|
92091
|
+
var a = typeCast(CellCalcReference.$, this._ch);
|
|
92085
92092
|
if (a != null) {
|
|
92086
92093
|
return new WorksheetCellAddress(1, a._w.index, a._ao);
|
|
92087
92094
|
}
|
|
92088
|
-
var b = typeCast(TempCellCalcReference.$, this.
|
|
92095
|
+
var b = typeCast(TempCellCalcReference.$, this._ch);
|
|
92089
92096
|
if (b != null) {
|
|
92090
92097
|
return new WorksheetCellAddress(1, b._as, b._ao);
|
|
92091
92098
|
}
|
|
@@ -92099,15 +92106,15 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92099
92106
|
configurable: true
|
|
92100
92107
|
});
|
|
92101
92108
|
SingleTargetFormula.prototype._b7 = function () {
|
|
92102
|
-
if (this.
|
|
92103
|
-
this.
|
|
92109
|
+
if (this._ch != null && this._ch._formula == this && this._ab != null) {
|
|
92110
|
+
this._ch._a0(this, false, true);
|
|
92104
92111
|
}
|
|
92105
92112
|
};
|
|
92106
92113
|
SingleTargetFormula.prototype.get__y = function () {
|
|
92107
|
-
return this.
|
|
92114
|
+
return this._ch != null ? this._ch._t : null;
|
|
92108
92115
|
};
|
|
92109
92116
|
SingleTargetFormula.prototype.get__t = function () {
|
|
92110
|
-
return this.
|
|
92117
|
+
return this._ch != null ? this._ch._r : null;
|
|
92111
92118
|
};
|
|
92112
92119
|
Object.defineProperty(SingleTargetFormula.prototype, "_t", {
|
|
92113
92120
|
get: function () {
|
|
@@ -92125,18 +92132,18 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92125
92132
|
return false;
|
|
92126
92133
|
}
|
|
92127
92134
|
var e;
|
|
92128
|
-
for (e = 0; e < this.
|
|
92129
|
-
if (this.
|
|
92135
|
+
for (e = 0; e < this._co; e++) {
|
|
92136
|
+
if (this._cm._inner[e].isSubsetReference(d)) {
|
|
92130
92137
|
return false;
|
|
92131
92138
|
}
|
|
92132
92139
|
}
|
|
92133
|
-
var f = e + this.
|
|
92140
|
+
var f = e + this._cn;
|
|
92134
92141
|
for (; e < f; e++) {
|
|
92135
|
-
if (this.
|
|
92136
|
-
var g = this.
|
|
92137
|
-
if (!this.
|
|
92138
|
-
if (c && Base.equalsStatic(this.
|
|
92139
|
-
this.
|
|
92142
|
+
if (this._cm._inner[e].isSubsetReference(d)) {
|
|
92143
|
+
var g = this._cr(e);
|
|
92144
|
+
if (!this._cj.b(g)) {
|
|
92145
|
+
if (c && Base.equalsStatic(this._cm._inner[e], d)) {
|
|
92146
|
+
this._cy(g);
|
|
92140
92147
|
}
|
|
92141
92148
|
else {
|
|
92142
92149
|
continue;
|
|
@@ -92147,48 +92154,48 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92147
92154
|
}
|
|
92148
92155
|
var h = typeCast(CellCalcReference.$, d);
|
|
92149
92156
|
if (c) {
|
|
92150
|
-
this.
|
|
92151
|
-
this.
|
|
92152
|
-
this.
|
|
92157
|
+
this._cu(a, this._co + this._cn);
|
|
92158
|
+
this._cn++;
|
|
92159
|
+
this._cy(this._cn - 1);
|
|
92153
92160
|
}
|
|
92154
92161
|
else if (h != null) {
|
|
92155
|
-
var i = this.
|
|
92162
|
+
var i = this._cp(h);
|
|
92156
92163
|
if (0 <= i) {
|
|
92157
|
-
this.
|
|
92164
|
+
this._cy(this._cr(i));
|
|
92158
92165
|
return false;
|
|
92159
92166
|
}
|
|
92160
|
-
var j = this.
|
|
92161
|
-
this.
|
|
92167
|
+
var j = this._cu(h, ~i);
|
|
92168
|
+
this._cy(j);
|
|
92162
92169
|
}
|
|
92163
92170
|
else {
|
|
92164
|
-
var k = this.
|
|
92171
|
+
var k = this._cm.count;
|
|
92165
92172
|
for (var l = 0; e < k; e++, l++) {
|
|
92166
|
-
var m = this.
|
|
92173
|
+
var m = this._cm._inner[e];
|
|
92167
92174
|
if (typeCast(CellCalcReference.$, m) !== null) {
|
|
92168
92175
|
continue;
|
|
92169
92176
|
}
|
|
92170
92177
|
if (Base.equalsStatic(m, d)) {
|
|
92171
|
-
this.
|
|
92178
|
+
this._cy(l);
|
|
92172
92179
|
return false;
|
|
92173
92180
|
}
|
|
92174
92181
|
}
|
|
92175
|
-
var n = this.
|
|
92176
|
-
this.
|
|
92177
|
-
this.
|
|
92182
|
+
var n = this._cr(this._cm.count);
|
|
92183
|
+
this._cm.add(d);
|
|
92184
|
+
this._cy(n);
|
|
92178
92185
|
}
|
|
92179
92186
|
if (b != null) {
|
|
92180
|
-
b.ah(d, this.
|
|
92187
|
+
b.ah(d, this._ch);
|
|
92181
92188
|
}
|
|
92182
92189
|
else {
|
|
92183
92190
|
}
|
|
92184
92191
|
return true;
|
|
92185
92192
|
};
|
|
92186
|
-
SingleTargetFormula.prototype.
|
|
92187
|
-
var b = this.
|
|
92188
|
-
var c = this.
|
|
92193
|
+
SingleTargetFormula.prototype._cp = function (a) {
|
|
92194
|
+
var b = this._ct(this._cn);
|
|
92195
|
+
var c = this._cm.count - 1;
|
|
92189
92196
|
while (b <= c) {
|
|
92190
92197
|
var d = b + (intDivide((c - b), 2));
|
|
92191
|
-
var e = SingleTargetFormula.
|
|
92198
|
+
var e = SingleTargetFormula._cq(a, typeCast(CellCalcReference.$, this._cm._inner[d]));
|
|
92192
92199
|
if (e == 0) {
|
|
92193
92200
|
return d;
|
|
92194
92201
|
}
|
|
@@ -92201,25 +92208,25 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92201
92208
|
}
|
|
92202
92209
|
return ~b;
|
|
92203
92210
|
};
|
|
92204
|
-
SingleTargetFormula.prototype.
|
|
92205
|
-
var b = this.
|
|
92206
|
-
if (this.
|
|
92211
|
+
SingleTargetFormula.prototype._cv = function (a) {
|
|
92212
|
+
var b = this._cs();
|
|
92213
|
+
if (this._cj == null || b == 0) {
|
|
92207
92214
|
return;
|
|
92208
92215
|
}
|
|
92209
92216
|
for (var c = b - 1; c >= 0; c--) {
|
|
92210
|
-
if (this.
|
|
92211
|
-
if (c < this.
|
|
92212
|
-
this.
|
|
92217
|
+
if (this._cj.b(c) == false) {
|
|
92218
|
+
if (c < this._cn) {
|
|
92219
|
+
this._cn--;
|
|
92213
92220
|
}
|
|
92214
|
-
var d = this.
|
|
92215
|
-
var e = this.
|
|
92216
|
-
this.
|
|
92217
|
-
a.a0(e, this.
|
|
92221
|
+
var d = this._ct(c);
|
|
92222
|
+
var e = this._cm._inner[d];
|
|
92223
|
+
this._cm.removeAt(d);
|
|
92224
|
+
a.a0(e, this._ch);
|
|
92218
92225
|
}
|
|
92219
92226
|
}
|
|
92220
|
-
this.
|
|
92227
|
+
this._cj.h(false);
|
|
92221
92228
|
};
|
|
92222
|
-
SingleTargetFormula.
|
|
92229
|
+
SingleTargetFormula._cq = function (a, b) {
|
|
92223
92230
|
if (a == b) {
|
|
92224
92231
|
return 0;
|
|
92225
92232
|
}
|
|
@@ -92236,32 +92243,32 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92236
92243
|
}
|
|
92237
92244
|
return b._u._am - a._u._am;
|
|
92238
92245
|
};
|
|
92239
|
-
SingleTargetFormula.prototype.
|
|
92240
|
-
if (this.
|
|
92241
|
-
this.
|
|
92246
|
+
SingleTargetFormula.prototype._cw = function (a) {
|
|
92247
|
+
if (this._cj == null) {
|
|
92248
|
+
this._cj = new SingleTargetFormula_SimpleBitArray(a + 1, false);
|
|
92242
92249
|
}
|
|
92243
|
-
else if (this.
|
|
92244
|
-
this.
|
|
92250
|
+
else if (this._cj.f <= a) {
|
|
92251
|
+
this._cj.f = Math.max(a + 1, this._cj.f * 2);
|
|
92245
92252
|
}
|
|
92246
92253
|
};
|
|
92247
92254
|
SingleTargetFormula.prototype.evaluateCore = function (a) {
|
|
92248
|
-
if (this.
|
|
92255
|
+
if (this._ch._aj) {
|
|
92249
92256
|
return null;
|
|
92250
92257
|
}
|
|
92251
|
-
return this.
|
|
92258
|
+
return this._cg(a, this._ch, false);
|
|
92252
92259
|
};
|
|
92253
|
-
SingleTargetFormula.prototype.
|
|
92260
|
+
SingleTargetFormula.prototype._cg = function (a, b, c) {
|
|
92254
92261
|
if (this._am) {
|
|
92255
|
-
return this.
|
|
92262
|
+
return this._cd;
|
|
92256
92263
|
}
|
|
92257
|
-
if (this.
|
|
92264
|
+
if (this._ci._ai) {
|
|
92258
92265
|
return new ExcelCalcValue(new ExcelCalcErrorValue(7));
|
|
92259
92266
|
}
|
|
92260
92267
|
try {
|
|
92261
92268
|
var d = new ExcelCalcNumberStack(b, this);
|
|
92262
92269
|
d._u = c;
|
|
92263
92270
|
var e = void 0;
|
|
92264
|
-
if (this.
|
|
92271
|
+
if (this._ch == b) {
|
|
92265
92272
|
e = new FormulaContext(1, a, this._i);
|
|
92266
92273
|
}
|
|
92267
92274
|
else {
|
|
@@ -92279,7 +92286,7 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92279
92286
|
}
|
|
92280
92287
|
}
|
|
92281
92288
|
}
|
|
92282
|
-
var h = FormulaEvaluator.a5(e, this.
|
|
92289
|
+
var h = FormulaEvaluator.a5(e, this._ci, d);
|
|
92283
92290
|
h.h();
|
|
92284
92291
|
if (d.count() == 0) {
|
|
92285
92292
|
return new ExcelCalcValue(new ExcelCalcErrorValue(1));
|
|
@@ -92294,44 +92301,44 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92294
92301
|
return new ExcelCalcValue(j);
|
|
92295
92302
|
}
|
|
92296
92303
|
};
|
|
92297
|
-
SingleTargetFormula.prototype.
|
|
92298
|
-
return this.
|
|
92304
|
+
SingleTargetFormula.prototype._cs = function () {
|
|
92305
|
+
return this._cm.count - this._co;
|
|
92299
92306
|
};
|
|
92300
|
-
SingleTargetFormula.prototype.
|
|
92301
|
-
return a - this.
|
|
92307
|
+
SingleTargetFormula.prototype._cr = function (a) {
|
|
92308
|
+
return a - this._co;
|
|
92302
92309
|
};
|
|
92303
|
-
SingleTargetFormula.prototype.
|
|
92304
|
-
return a + this.
|
|
92310
|
+
SingleTargetFormula.prototype._ct = function (a) {
|
|
92311
|
+
return a + this._co;
|
|
92305
92312
|
};
|
|
92306
|
-
SingleTargetFormula.prototype.
|
|
92313
|
+
SingleTargetFormula.prototype._cx = function (a) {
|
|
92307
92314
|
this._b6(a);
|
|
92308
92315
|
var b = new FormulaContext(1, a, this);
|
|
92309
92316
|
var c = SingleTargetFormula_StaticReferenceFinder.a3(b, this);
|
|
92310
92317
|
c.h();
|
|
92311
92318
|
};
|
|
92312
|
-
SingleTargetFormula.prototype.
|
|
92313
|
-
var c = this.
|
|
92314
|
-
if (this.
|
|
92315
|
-
var d = this.
|
|
92316
|
-
this.
|
|
92317
|
-
this.
|
|
92319
|
+
SingleTargetFormula.prototype._cu = function (a, b) {
|
|
92320
|
+
var c = this._cr(b);
|
|
92321
|
+
if (this._cj != null) {
|
|
92322
|
+
var d = this._cs();
|
|
92323
|
+
this._cw(d);
|
|
92324
|
+
this._cj.i(c);
|
|
92318
92325
|
}
|
|
92319
|
-
this.
|
|
92326
|
+
this._cm.insert(b, a);
|
|
92320
92327
|
return c;
|
|
92321
92328
|
};
|
|
92322
|
-
SingleTargetFormula.prototype.
|
|
92323
|
-
this.
|
|
92324
|
-
this.
|
|
92329
|
+
SingleTargetFormula.prototype._cy = function (a) {
|
|
92330
|
+
this._cw(a);
|
|
92331
|
+
this._cj.g(a, true);
|
|
92325
92332
|
};
|
|
92326
|
-
SingleTargetFormula.prototype.
|
|
92333
|
+
SingleTargetFormula.prototype._cz = function (a, b, c) {
|
|
92327
92334
|
if (c === void 0) {
|
|
92328
92335
|
c = false;
|
|
92329
92336
|
}
|
|
92330
|
-
if (this.
|
|
92337
|
+
if (this._ch == a) {
|
|
92331
92338
|
return;
|
|
92332
92339
|
}
|
|
92333
|
-
var d = this.
|
|
92334
|
-
this.
|
|
92340
|
+
var d = this._ch;
|
|
92341
|
+
this._ch = a;
|
|
92335
92342
|
if (d != null) {
|
|
92336
92343
|
if (this._as) {
|
|
92337
92344
|
if (a == null && d._u != null && !c) {
|
|
@@ -92342,13 +92349,13 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92342
92349
|
this._bu();
|
|
92343
92350
|
}
|
|
92344
92351
|
}
|
|
92345
|
-
this.
|
|
92346
|
-
if (this.
|
|
92347
|
-
this.
|
|
92352
|
+
this._cm.clear();
|
|
92353
|
+
if (this._cj != null) {
|
|
92354
|
+
this._cj.h(false);
|
|
92348
92355
|
}
|
|
92349
|
-
if (this.
|
|
92356
|
+
if (this._ch != null) {
|
|
92350
92357
|
if (this._al == false) {
|
|
92351
|
-
this._b5(new FormulaContext(1, this.
|
|
92358
|
+
this._b5(new FormulaContext(1, this._ch._t, this));
|
|
92352
92359
|
}
|
|
92353
92360
|
if (this._i._aq == false) {
|
|
92354
92361
|
var e = new FormulaContext(1, b, this._i);
|
|
@@ -92356,20 +92363,20 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92356
92363
|
f.h();
|
|
92357
92364
|
}
|
|
92358
92365
|
}
|
|
92359
|
-
this.
|
|
92366
|
+
this._co = this._cm.count;
|
|
92360
92367
|
};
|
|
92361
|
-
Object.defineProperty(SingleTargetFormula.prototype, "
|
|
92368
|
+
Object.defineProperty(SingleTargetFormula.prototype, "_ce", {
|
|
92362
92369
|
get: function () {
|
|
92363
|
-
return this.
|
|
92370
|
+
return this._cd;
|
|
92364
92371
|
},
|
|
92365
92372
|
set: function (a) {
|
|
92366
|
-
if (this.
|
|
92367
|
-
this.
|
|
92368
|
-
if (this.
|
|
92373
|
+
if (this._ch != null && this._ch._ad) {
|
|
92374
|
+
this._ch._ad = false;
|
|
92375
|
+
if (this._cd != null && !this._ch._af) {
|
|
92369
92376
|
return;
|
|
92370
92377
|
}
|
|
92371
92378
|
}
|
|
92372
|
-
this.
|
|
92379
|
+
this._cd = a;
|
|
92373
92380
|
},
|
|
92374
92381
|
enumerable: false,
|
|
92375
92382
|
configurable: true
|
|
@@ -92381,19 +92388,19 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92381
92388
|
enumerable: false,
|
|
92382
92389
|
configurable: true
|
|
92383
92390
|
});
|
|
92384
|
-
SingleTargetFormula.prototype.
|
|
92391
|
+
SingleTargetFormula.prototype.get__cl = function () {
|
|
92385
92392
|
return true;
|
|
92386
92393
|
};
|
|
92387
|
-
Object.defineProperty(SingleTargetFormula.prototype, "
|
|
92394
|
+
Object.defineProperty(SingleTargetFormula.prototype, "_cl", {
|
|
92388
92395
|
get: function () {
|
|
92389
|
-
return this.
|
|
92396
|
+
return this.get__cl();
|
|
92390
92397
|
},
|
|
92391
92398
|
enumerable: false,
|
|
92392
92399
|
configurable: true
|
|
92393
92400
|
});
|
|
92394
|
-
Object.defineProperty(SingleTargetFormula.prototype, "
|
|
92401
|
+
Object.defineProperty(SingleTargetFormula.prototype, "_ci", {
|
|
92395
92402
|
get: function () {
|
|
92396
|
-
return this.
|
|
92403
|
+
return this._ch;
|
|
92397
92404
|
},
|
|
92398
92405
|
enumerable: false,
|
|
92399
92406
|
configurable: true
|
|
@@ -93261,7 +93268,7 @@ var ChartTextAreaBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
93261
93268
|
*/
|
|
93262
93269
|
set: function (a) {
|
|
93263
93270
|
if (a != this._a4) {
|
|
93264
|
-
if (a != null && a.
|
|
93271
|
+
if (a != null && a._ci == null) {
|
|
93265
93272
|
ChartTextAreaBase._a6(this.sheet, a);
|
|
93266
93273
|
}
|
|
93267
93274
|
var b = this._r(ChartTextAreaBase.$, SingleTargetFormula.$, this, 2, this._a4, a);
|
|
@@ -93437,7 +93444,7 @@ var ChartTextAreaBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
93437
93444
|
*/
|
|
93438
93445
|
ChartTextAreaBase.prototype.get_text = function () {
|
|
93439
93446
|
if (this._a4 != null) {
|
|
93440
|
-
var a = this._a4.
|
|
93447
|
+
var a = this._a4._cg(this.workbook, null, false);
|
|
93441
93448
|
if (!a.isError) {
|
|
93442
93449
|
var b = a.toString();
|
|
93443
93450
|
if (b != this._b1) {
|
|
@@ -93784,7 +93791,7 @@ var ChartTextAreaBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
93784
93791
|
ChartTextAreaBase._a6 = function (a, b) {
|
|
93785
93792
|
if (b != null) {
|
|
93786
93793
|
var c = new TempCellCalcReference(true, a, new WorksheetCellAddress(1, 0, 0));
|
|
93787
|
-
b.
|
|
93794
|
+
b._cz(c, a.workbook);
|
|
93788
93795
|
}
|
|
93789
93796
|
return b;
|
|
93790
93797
|
};
|
|
@@ -104452,33 +104459,33 @@ var ArrayInteriorFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
104452
104459
|
__extends(ArrayInteriorFormula, _super);
|
|
104453
104460
|
function ArrayInteriorFormula(a) {
|
|
104454
104461
|
var _this = _super.call(this, 1, a) || this;
|
|
104455
|
-
_this.
|
|
104456
|
-
_this.
|
|
104462
|
+
_this._c0 = null;
|
|
104463
|
+
_this._c0 = a;
|
|
104457
104464
|
return _this;
|
|
104458
104465
|
}
|
|
104459
104466
|
Object.defineProperty(ArrayInteriorFormula.prototype, "owningValue", {
|
|
104460
104467
|
get: function () {
|
|
104461
|
-
return this.
|
|
104468
|
+
return this._c0;
|
|
104462
104469
|
},
|
|
104463
104470
|
enumerable: false,
|
|
104464
104471
|
configurable: true
|
|
104465
104472
|
});
|
|
104466
104473
|
ArrayInteriorFormula.prototype._g = function () {
|
|
104467
|
-
return new ArrayInteriorFormula(this.
|
|
104474
|
+
return new ArrayInteriorFormula(this._c0);
|
|
104468
104475
|
};
|
|
104469
104476
|
ArrayInteriorFormula.prototype.get__i = function () {
|
|
104470
|
-
return this.
|
|
104477
|
+
return this._c0;
|
|
104471
104478
|
};
|
|
104472
104479
|
ArrayInteriorFormula.prototype.get__ak = function () {
|
|
104473
104480
|
return true;
|
|
104474
104481
|
};
|
|
104475
|
-
ArrayInteriorFormula.prototype.
|
|
104476
|
-
var a = typeCast(CellCalcReference.$, this.
|
|
104477
|
-
return a != null && this.
|
|
104482
|
+
ArrayInteriorFormula.prototype.get__cl = function () {
|
|
104483
|
+
var a = typeCast(CellCalcReference.$, this._ci);
|
|
104484
|
+
return a != null && this._c0.cellRange != null && a._w.index == this._c0.cellRange.firstRow && a._ao == this._c0.cellRange._v;
|
|
104478
104485
|
};
|
|
104479
|
-
Object.defineProperty(ArrayInteriorFormula.prototype, "
|
|
104486
|
+
Object.defineProperty(ArrayInteriorFormula.prototype, "_c1", {
|
|
104480
104487
|
get: function () {
|
|
104481
|
-
return this.
|
|
104488
|
+
return this._c0;
|
|
104482
104489
|
},
|
|
104483
104490
|
enumerable: false,
|
|
104484
104491
|
configurable: true
|
|
@@ -104493,32 +104500,32 @@ var DataTableInteriorFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
104493
104500
|
__extends(DataTableInteriorFormula, _super);
|
|
104494
104501
|
function DataTableInteriorFormula(a) {
|
|
104495
104502
|
var _this = _super.call(this, 2, a) || this;
|
|
104496
|
-
_this.
|
|
104497
|
-
_this.
|
|
104498
|
-
_this.
|
|
104503
|
+
_this._c0 = null;
|
|
104504
|
+
_this._c0 = a;
|
|
104505
|
+
_this._ce = new ExcelCalcValue(0);
|
|
104499
104506
|
return _this;
|
|
104500
104507
|
}
|
|
104501
104508
|
Object.defineProperty(DataTableInteriorFormula.prototype, "owningValue", {
|
|
104502
104509
|
get: function () {
|
|
104503
|
-
return this.
|
|
104510
|
+
return this._c0;
|
|
104504
104511
|
},
|
|
104505
104512
|
enumerable: false,
|
|
104506
104513
|
configurable: true
|
|
104507
104514
|
});
|
|
104508
104515
|
DataTableInteriorFormula.prototype._g = function () {
|
|
104509
|
-
return new DataTableInteriorFormula(this.
|
|
104516
|
+
return new DataTableInteriorFormula(this._c0);
|
|
104510
104517
|
};
|
|
104511
104518
|
DataTableInteriorFormula.prototype.get__am = function () {
|
|
104512
104519
|
return true;
|
|
104513
104520
|
};
|
|
104514
|
-
DataTableInteriorFormula.prototype.
|
|
104515
|
-
var a = typeCast(CellCalcReference.$, this.
|
|
104516
|
-
var b = this.
|
|
104521
|
+
DataTableInteriorFormula.prototype.get__cl = function () {
|
|
104522
|
+
var a = typeCast(CellCalcReference.$, this._ci);
|
|
104523
|
+
var b = this._c0._h;
|
|
104517
104524
|
return a != null && b != null && a._w.index == b.firstRow && a._ao == b._v;
|
|
104518
104525
|
};
|
|
104519
|
-
Object.defineProperty(DataTableInteriorFormula.prototype, "
|
|
104526
|
+
Object.defineProperty(DataTableInteriorFormula.prototype, "_c1", {
|
|
104520
104527
|
get: function () {
|
|
104521
|
-
return this.
|
|
104528
|
+
return this._c0;
|
|
104522
104529
|
},
|
|
104523
104530
|
enumerable: false,
|
|
104524
104531
|
configurable: true
|
|
@@ -105469,7 +105476,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
105469
105476
|
if (c == null) {
|
|
105470
105477
|
return null;
|
|
105471
105478
|
}
|
|
105472
|
-
return c.
|
|
105479
|
+
return c._c1;
|
|
105473
105480
|
};
|
|
105474
105481
|
/**
|
|
105475
105482
|
* Gets the merged cells region which contains the cell at the specified index, or null if the cell is not merged.
|
|
@@ -105710,7 +105717,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
105710
105717
|
return null;
|
|
105711
105718
|
}
|
|
105712
105719
|
if (c._ak) {
|
|
105713
|
-
return c.
|
|
105720
|
+
return c._c1;
|
|
105714
105721
|
}
|
|
105715
105722
|
return c;
|
|
105716
105723
|
};
|
|
@@ -107882,7 +107889,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
107882
107889
|
if (b != null) {
|
|
107883
107890
|
b.addItem(new WorksheetCellAddress(1, this._cx, r._ao), s);
|
|
107884
107891
|
}
|
|
107885
|
-
if (s.
|
|
107892
|
+
if (s._cl) {
|
|
107886
107893
|
s._i._bu();
|
|
107887
107894
|
}
|
|
107888
107895
|
r._a0(null, false);
|
|
@@ -108636,10 +108643,10 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
108636
108643
|
if (g != null) {
|
|
108637
108644
|
if (g._ak) {
|
|
108638
108645
|
var h = g;
|
|
108639
|
-
if (!h.
|
|
108646
|
+
if (!h._cl) {
|
|
108640
108647
|
return;
|
|
108641
108648
|
}
|
|
108642
|
-
g = h.
|
|
108649
|
+
g = h._c1;
|
|
108643
108650
|
}
|
|
108644
108651
|
var i = this.worksheet._c;
|
|
108645
108652
|
g._ca(a, c, d, i, true);
|
|
@@ -109614,7 +109621,7 @@ var ConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
109614
109621
|
}
|
|
109615
109622
|
if (d != null) {
|
|
109616
109623
|
if (c != null) {
|
|
109617
|
-
d.
|
|
109624
|
+
d._cz(c, a);
|
|
109618
109625
|
}
|
|
109619
109626
|
var e_119 = d.evaluateCore(a);
|
|
109620
109627
|
if (e_119.isError || e_119.isNull) {
|
|
@@ -109637,9 +109644,9 @@ var ConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
109637
109644
|
d = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b, c));
|
|
109638
109645
|
}
|
|
109639
109646
|
if (a._s != 7) {
|
|
109640
|
-
a.
|
|
109647
|
+
a._cz(d, this.workbook);
|
|
109641
109648
|
}
|
|
109642
|
-
var e_120 = a.
|
|
109649
|
+
var e_120 = a._cg(this.workbook, d, false);
|
|
109643
109650
|
if (false == e_120.isError && false == e_120.isNull) {
|
|
109644
109651
|
var f_5;
|
|
109645
109652
|
if (((function () { var g = e_120._toDouble1(f_5); f_5 = g.p0; return g.ret; })())) {
|
|
@@ -109920,7 +109927,7 @@ var ConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
109920
109927
|
if (a != null) {
|
|
109921
109928
|
var b = this._s();
|
|
109922
109929
|
var c = new TempCellCalcReference(true, this.worksheet, b);
|
|
109923
|
-
a.
|
|
109930
|
+
a._cz(c, this.workbook);
|
|
109924
109931
|
}
|
|
109925
109932
|
return a;
|
|
109926
109933
|
};
|
|
@@ -110387,16 +110394,16 @@ var ConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
110387
110394
|
*/
|
|
110388
110395
|
ConditionBase.prototype._bp = function (a, b, c, d, e) {
|
|
110389
110396
|
if (c != null) {
|
|
110390
|
-
var f = c.
|
|
110397
|
+
var f = c._ci;
|
|
110391
110398
|
if (f != null) {
|
|
110392
|
-
c.
|
|
110399
|
+
c._cz(null, this.workbook);
|
|
110393
110400
|
}
|
|
110394
110401
|
var g = c._toString1(1);
|
|
110395
110402
|
if (c._av(this.worksheet, d, 0)) {
|
|
110396
110403
|
a(this, b, g);
|
|
110397
110404
|
}
|
|
110398
110405
|
if (f != null) {
|
|
110399
|
-
c.
|
|
110406
|
+
c._cz(f, this.workbook);
|
|
110400
110407
|
}
|
|
110401
110408
|
}
|
|
110402
110409
|
return {
|
|
@@ -110478,7 +110485,7 @@ var ConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
110478
110485
|
ConditionBase.prototype._a3 = function (a, b) {
|
|
110479
110486
|
var c = b != null ? b._toString2(1, this.workbook._e6) : null;
|
|
110480
110487
|
b = this._o(a, toNullable(CellReferenceMode_$type, 1));
|
|
110481
|
-
if (b != null && b.
|
|
110488
|
+
if (b != null && b._ci == null) {
|
|
110482
110489
|
this._m(b);
|
|
110483
110490
|
}
|
|
110484
110491
|
return {
|
|
@@ -114700,7 +114707,7 @@ var Worksheet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
114700
114707
|
var _loop_14 = function (ac) {
|
|
114701
114708
|
var ad = f._inner[ac];
|
|
114702
114709
|
var ae;
|
|
114703
|
-
if (((function () { var af = ad.
|
|
114710
|
+
if (((function () { var af = ad._cn(a, p_4, ae); ae = af.p2; return af.ret; })())) {
|
|
114704
114711
|
f.removeAt(ac);
|
|
114705
114712
|
ac--;
|
|
114706
114713
|
}
|
|
@@ -115047,7 +115054,7 @@ var Worksheet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
115047
115054
|
try {
|
|
115048
115055
|
for (var _41 = __values(fromEnum(f)), _42 = _41.next(); !_42.done; _42 = _41.next()) {
|
|
115049
115056
|
var bc = _42.value;
|
|
115050
|
-
bc.
|
|
115057
|
+
bc._c2(a, c, g.item(bc));
|
|
115051
115058
|
}
|
|
115052
115059
|
}
|
|
115053
115060
|
catch (e_170_1) {
|
|
@@ -115525,7 +115532,7 @@ var Worksheet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
115525
115532
|
var z = y.owningValue.blockedRegion;
|
|
115526
115533
|
var aa = typeCast(ArrayInteriorFormula.$, y);
|
|
115527
115534
|
if (aa != null) {
|
|
115528
|
-
if (a.s(ArrayFormula.$, e, b, aa.
|
|
115535
|
+
if (a.s(ArrayFormula.$, e, b, aa._c1, z._h) == false) {
|
|
115529
115536
|
return 6;
|
|
115530
115537
|
}
|
|
115531
115538
|
}
|
|
@@ -118800,7 +118807,7 @@ var WorksheetRegion = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
118800
118807
|
*/
|
|
118801
118808
|
WorksheetRegion.prototype.applyArrayFormula = function (value) {
|
|
118802
118809
|
this._ao();
|
|
118803
|
-
var a = ArrayFormula.
|
|
118810
|
+
var a = ArrayFormula._cj(value, this._e.workbook);
|
|
118804
118811
|
a._applyTo3(this);
|
|
118805
118812
|
};
|
|
118806
118813
|
/**
|
|
@@ -126773,14 +126780,14 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126773
126780
|
{
|
|
126774
126781
|
var c = _rest[0];
|
|
126775
126782
|
_this = _super.call(this, 0, c, 1) || this;
|
|
126776
|
-
_this.
|
|
126783
|
+
_this._cl = null;
|
|
126777
126784
|
}
|
|
126778
126785
|
break;
|
|
126779
126786
|
case 1:
|
|
126780
126787
|
{
|
|
126781
126788
|
var c = _rest[0];
|
|
126782
126789
|
_this = _super.call(this, 3, c, false) || this;
|
|
126783
|
-
_this.
|
|
126790
|
+
_this._cl = null;
|
|
126784
126791
|
}
|
|
126785
126792
|
break;
|
|
126786
126793
|
}
|
|
@@ -126808,17 +126815,17 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126808
126815
|
if (a.length != 1) {
|
|
126809
126816
|
throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_ArrayFormulaMustHaveSingleRegion"), "regions");
|
|
126810
126817
|
}
|
|
126811
|
-
if (this.
|
|
126818
|
+
if (this._cl != null) {
|
|
126812
126819
|
throw new InvalidOperationException(1, ExcelUtils.eh("LE_InvalidOperationException_ArrayFormulaAlreadyApplied"));
|
|
126813
126820
|
}
|
|
126814
126821
|
var e = a[0];
|
|
126815
|
-
this.
|
|
126822
|
+
this._c0(e);
|
|
126816
126823
|
};
|
|
126817
126824
|
/**
|
|
126818
126825
|
* @hidden
|
|
126819
126826
|
*/
|
|
126820
126827
|
ArrayFormula.prototype._br = function (a, b, c) {
|
|
126821
|
-
this.
|
|
126828
|
+
this._c0(a.worksheet._cx(a.index, b, a.index, b));
|
|
126822
126829
|
};
|
|
126823
126830
|
/**
|
|
126824
126831
|
* @hidden
|
|
@@ -126830,8 +126837,8 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126830
126837
|
* @hidden
|
|
126831
126838
|
*/
|
|
126832
126839
|
ArrayFormula.prototype.get__z = function () {
|
|
126833
|
-
if (this.
|
|
126834
|
-
return this.
|
|
126840
|
+
if (this._cl != null && this._cl.worksheet != null) {
|
|
126841
|
+
return this._cl.worksheet._o;
|
|
126835
126842
|
}
|
|
126836
126843
|
return _super.prototype.get__z.call(this);
|
|
126837
126844
|
};
|
|
@@ -126851,7 +126858,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126851
126858
|
* @hidden
|
|
126852
126859
|
*/
|
|
126853
126860
|
ArrayFormula.prototype.get__bb = function () {
|
|
126854
|
-
return this.
|
|
126861
|
+
return this._cl != null ? this._cl._v : -1;
|
|
126855
126862
|
};
|
|
126856
126863
|
Object.defineProperty(ArrayFormula.prototype, "_bb", {
|
|
126857
126864
|
/**
|
|
@@ -126867,7 +126874,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126867
126874
|
* @hidden
|
|
126868
126875
|
*/
|
|
126869
126876
|
ArrayFormula.prototype.get__ab = function () {
|
|
126870
|
-
return this.
|
|
126877
|
+
return this._cl != null ? this._cl._k : null;
|
|
126871
126878
|
};
|
|
126872
126879
|
Object.defineProperty(ArrayFormula.prototype, "_ab", {
|
|
126873
126880
|
/**
|
|
@@ -126883,7 +126890,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126883
126890
|
* @hidden
|
|
126884
126891
|
*/
|
|
126885
126892
|
ArrayFormula.prototype.get__aa = function () {
|
|
126886
|
-
return this.
|
|
126893
|
+
return this._cl != null ? new WorksheetCellAddress(1, this._cl.firstRow, this._cl._v) : WorksheetCellAddress.b;
|
|
126887
126894
|
};
|
|
126888
126895
|
Object.defineProperty(ArrayFormula.prototype, "_aa", {
|
|
126889
126896
|
/**
|
|
@@ -126904,7 +126911,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126904
126911
|
* @hidden
|
|
126905
126912
|
*/
|
|
126906
126913
|
ArrayFormula.prototype.get__t = function () {
|
|
126907
|
-
return this.
|
|
126914
|
+
return this._cl != null ? this._cl.worksheet : null;
|
|
126908
126915
|
};
|
|
126909
126916
|
Object.defineProperty(ArrayFormula.prototype, "_t", {
|
|
126910
126917
|
/**
|
|
@@ -126945,7 +126952,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126945
126952
|
* @hidden
|
|
126946
126953
|
*/
|
|
126947
126954
|
get: function () {
|
|
126948
|
-
return this.
|
|
126955
|
+
return this._cl;
|
|
126949
126956
|
},
|
|
126950
126957
|
enumerable: false,
|
|
126951
126958
|
configurable: true
|
|
@@ -126957,12 +126964,12 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126957
126964
|
* </p>
|
|
126958
126965
|
*/
|
|
126959
126966
|
ArrayFormula.prototype.clearCellRange = function () {
|
|
126960
|
-
if (this.
|
|
126967
|
+
if (this._cl == null) {
|
|
126961
126968
|
return;
|
|
126962
126969
|
}
|
|
126963
126970
|
var a = this._t;
|
|
126964
|
-
var b = ArrayFormula.
|
|
126965
|
-
var c = this.
|
|
126971
|
+
var b = ArrayFormula._cd[1];
|
|
126972
|
+
var c = this._cl;
|
|
126966
126973
|
var d = new ArrayFormula_FormulaChangeContext(1, this, c);
|
|
126967
126974
|
var e = a != null ? a.workbook : null;
|
|
126968
126975
|
var f = null;
|
|
@@ -126973,14 +126980,14 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126973
126980
|
e._df = true;
|
|
126974
126981
|
}
|
|
126975
126982
|
if (a != null) {
|
|
126976
|
-
for (var h = this.
|
|
126983
|
+
for (var h = this._cl.lastRow; h >= this._cl.firstRow; h--) {
|
|
126977
126984
|
var i = a._rows$i.item(h);
|
|
126978
|
-
for (var j = this.
|
|
126985
|
+
for (var j = this._cl._w; j >= this._cl._v; j--) {
|
|
126979
126986
|
i._d6(j, null, false);
|
|
126980
126987
|
}
|
|
126981
126988
|
}
|
|
126982
126989
|
}
|
|
126983
|
-
this.
|
|
126990
|
+
this._cl = null;
|
|
126984
126991
|
if (e != null) {
|
|
126985
126992
|
e._df = g;
|
|
126986
126993
|
}
|
|
@@ -126992,7 +126999,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126992
126999
|
/**
|
|
126993
127000
|
* @hidden
|
|
126994
127001
|
*/
|
|
126995
|
-
ArrayFormula.
|
|
127002
|
+
ArrayFormula._cj = function (a, b) {
|
|
126996
127003
|
var c;
|
|
126997
127004
|
var d;
|
|
126998
127005
|
var e;
|
|
@@ -127057,7 +127064,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127057
127064
|
ArrayFormula._parse9 = function (a, b, c, d) {
|
|
127058
127065
|
var e;
|
|
127059
127066
|
var f;
|
|
127060
|
-
if (((function () { var g = ArrayFormula.
|
|
127067
|
+
if (((function () { var g = ArrayFormula._ct(a, b, c, d, e, f); e = g.p4; f = g.p5; return g.ret; })())) {
|
|
127061
127068
|
return e;
|
|
127062
127069
|
}
|
|
127063
127070
|
throw f;
|
|
@@ -127065,27 +127072,27 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127065
127072
|
/**
|
|
127066
127073
|
* @hidden
|
|
127067
127074
|
*/
|
|
127068
|
-
ArrayFormula.
|
|
127075
|
+
ArrayFormula._co = function (a, b, c) {
|
|
127069
127076
|
return {
|
|
127070
|
-
ret: ((function () { var d = ArrayFormula.
|
|
127077
|
+
ret: ((function () { var d = ArrayFormula._cv(a, b, ExcelUtils.cs, c); c = d.p3; return d.ret; })()),
|
|
127071
127078
|
p2: c
|
|
127072
127079
|
};
|
|
127073
127080
|
};
|
|
127074
127081
|
/**
|
|
127075
127082
|
* @hidden
|
|
127076
127083
|
*/
|
|
127077
|
-
ArrayFormula.
|
|
127084
|
+
ArrayFormula._cv = function (a, b, c, d) {
|
|
127078
127085
|
return {
|
|
127079
|
-
ret: ((function () { var e = ArrayFormula.
|
|
127086
|
+
ret: ((function () { var e = ArrayFormula._cs(a, b, 2, c, d); d = e.p4; return e.ret; })()),
|
|
127080
127087
|
p3: d
|
|
127081
127088
|
};
|
|
127082
127089
|
};
|
|
127083
127090
|
/**
|
|
127084
127091
|
* @hidden
|
|
127085
127092
|
*/
|
|
127086
|
-
ArrayFormula.
|
|
127093
|
+
ArrayFormula._cp = function (a, b, c, d) {
|
|
127087
127094
|
return {
|
|
127088
|
-
ret: ((function () { var e = ArrayFormula.
|
|
127095
|
+
ret: ((function () { var e = ArrayFormula._cw(a, b, ExcelUtils.cs, c, d); c = e.p3; d = e.p4; return e.ret; })()),
|
|
127089
127096
|
p2: c,
|
|
127090
127097
|
p3: d
|
|
127091
127098
|
};
|
|
@@ -127093,9 +127100,9 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127093
127100
|
/**
|
|
127094
127101
|
* @hidden
|
|
127095
127102
|
*/
|
|
127096
|
-
ArrayFormula.
|
|
127103
|
+
ArrayFormula._cw = function (a, b, c, d, e) {
|
|
127097
127104
|
return {
|
|
127098
|
-
ret: ((function () { var f = ArrayFormula.
|
|
127105
|
+
ret: ((function () { var f = ArrayFormula._ct(a, b, 2, c, d, e); d = f.p4; e = f.p5; return f.ret; })()),
|
|
127099
127106
|
p3: d,
|
|
127100
127107
|
p4: e
|
|
127101
127108
|
};
|
|
@@ -127103,28 +127110,28 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127103
127110
|
/**
|
|
127104
127111
|
* @hidden
|
|
127105
127112
|
*/
|
|
127106
|
-
ArrayFormula.
|
|
127113
|
+
ArrayFormula._cq = function (a, b, c, d) {
|
|
127107
127114
|
return {
|
|
127108
|
-
ret: ((function () { var e = ArrayFormula.
|
|
127115
|
+
ret: ((function () { var e = ArrayFormula._cs(a, b, c, ExcelUtils.cs, d); d = e.p4; return e.ret; })()),
|
|
127109
127116
|
p3: d
|
|
127110
127117
|
};
|
|
127111
127118
|
};
|
|
127112
127119
|
/**
|
|
127113
127120
|
* @hidden
|
|
127114
127121
|
*/
|
|
127115
|
-
ArrayFormula.
|
|
127122
|
+
ArrayFormula._cs = function (a, b, c, d, e) {
|
|
127116
127123
|
var f;
|
|
127117
127124
|
return {
|
|
127118
|
-
ret: ((function () { var g = ArrayFormula.
|
|
127125
|
+
ret: ((function () { var g = ArrayFormula._ct(a, b, c, d, e, f); e = g.p4; f = g.p5; return g.ret; })()),
|
|
127119
127126
|
p4: e
|
|
127120
127127
|
};
|
|
127121
127128
|
};
|
|
127122
127129
|
/**
|
|
127123
127130
|
* @hidden
|
|
127124
127131
|
*/
|
|
127125
|
-
ArrayFormula.
|
|
127132
|
+
ArrayFormula._cr = function (a, b, c, d, e) {
|
|
127126
127133
|
return {
|
|
127127
|
-
ret: ((function () { var f = ArrayFormula.
|
|
127134
|
+
ret: ((function () { var f = ArrayFormula._ct(a, b, c, ExcelUtils.cs, d, e); d = f.p4; e = f.p5; return f.ret; })()),
|
|
127128
127135
|
p3: d,
|
|
127129
127136
|
p4: e
|
|
127130
127137
|
};
|
|
@@ -127132,9 +127139,9 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127132
127139
|
/**
|
|
127133
127140
|
* @hidden
|
|
127134
127141
|
*/
|
|
127135
|
-
ArrayFormula.
|
|
127142
|
+
ArrayFormula._ct = function (a, b, c, d, e, f) {
|
|
127136
127143
|
return {
|
|
127137
|
-
ret: ((function () { var g = ArrayFormula.
|
|
127144
|
+
ret: ((function () { var g = ArrayFormula._cu(a, b, c, d, e, f, null); e = g.p4; f = g.p5; return g.ret; })()),
|
|
127138
127145
|
p4: e,
|
|
127139
127146
|
p5: f
|
|
127140
127147
|
};
|
|
@@ -127142,7 +127149,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127142
127149
|
/**
|
|
127143
127150
|
* @hidden
|
|
127144
127151
|
*/
|
|
127145
|
-
ArrayFormula.
|
|
127152
|
+
ArrayFormula._cu = function (a, b, c, d, e, f, g) {
|
|
127146
127153
|
var h;
|
|
127147
127154
|
var i = ((function () { var j = Formula._a0(a, b, 1, c, d, g, h, f); h = j.p6; f = j.p7; return j.ret; })());
|
|
127148
127155
|
var j = typeCast(ArrayFormula.$, h);
|
|
@@ -127156,7 +127163,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127156
127163
|
/**
|
|
127157
127164
|
* @hidden
|
|
127158
127165
|
*/
|
|
127159
|
-
ArrayFormula.prototype.
|
|
127166
|
+
ArrayFormula.prototype._c2 = function (a, b, c) {
|
|
127160
127167
|
if (c != null) {
|
|
127161
127168
|
c.c(a, this);
|
|
127162
127169
|
}
|
|
@@ -127164,15 +127171,15 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127164
127171
|
/**
|
|
127165
127172
|
* @hidden
|
|
127166
127173
|
*/
|
|
127167
|
-
ArrayFormula.prototype.
|
|
127174
|
+
ArrayFormula.prototype._cn = function (a, b, c) {
|
|
127168
127175
|
c = null;
|
|
127169
|
-
if (this.
|
|
127176
|
+
if (this._cl == null || this._cl.worksheet == null) {
|
|
127170
127177
|
return {
|
|
127171
127178
|
ret: false,
|
|
127172
127179
|
p2: c
|
|
127173
127180
|
};
|
|
127174
127181
|
}
|
|
127175
|
-
if (WorksheetRegionAddress._r(b, toNullable(WorksheetRegionAddress.$, null)) && this.
|
|
127182
|
+
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) {
|
|
127176
127183
|
var d = this._t.workbook;
|
|
127177
127184
|
var e = d._df;
|
|
127178
127185
|
d._df = false;
|
|
@@ -127183,7 +127190,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127183
127190
|
p2: c
|
|
127184
127191
|
};
|
|
127185
127192
|
}
|
|
127186
|
-
if (this.
|
|
127193
|
+
if (this._cl != null && this._cl.worksheet != null) {
|
|
127187
127194
|
c = new ShiftingArrayFormulaInfo(this);
|
|
127188
127195
|
this.clearCellRange();
|
|
127189
127196
|
}
|
|
@@ -127195,13 +127202,13 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127195
127202
|
/**
|
|
127196
127203
|
* @hidden
|
|
127197
127204
|
*/
|
|
127198
|
-
ArrayFormula.prototype.
|
|
127205
|
+
ArrayFormula.prototype._c0 = function (a) {
|
|
127199
127206
|
var b = a.worksheet;
|
|
127200
127207
|
if (b == null) {
|
|
127201
127208
|
throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_RegionsShiftedOffWorksheet"), "regions");
|
|
127202
127209
|
}
|
|
127203
|
-
var c = this.
|
|
127204
|
-
var d = ArrayFormula.
|
|
127210
|
+
var c = this._cl;
|
|
127211
|
+
var d = ArrayFormula._cd[0];
|
|
127205
127212
|
var e = new ArrayFormula_FormulaChangeContext(1, this, a);
|
|
127206
127213
|
var f = b != null ? b.workbook : null;
|
|
127207
127214
|
var g = null;
|
|
@@ -127211,7 +127218,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127211
127218
|
try {
|
|
127212
127219
|
WorksheetCellBlock.az(this, a, a);
|
|
127213
127220
|
b._jd(this, a._k, a._v);
|
|
127214
|
-
this.
|
|
127221
|
+
this._cl = a;
|
|
127215
127222
|
for (var h = a.lastRow; h >= a.firstRow; h--) {
|
|
127216
127223
|
var i = b._rows$i.item(h);
|
|
127217
127224
|
for (var j = a._w; j >= a._v; j--) {
|
|
@@ -127229,7 +127236,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127229
127236
|
/**
|
|
127230
127237
|
* @hidden
|
|
127231
127238
|
*/
|
|
127232
|
-
ArrayFormula.
|
|
127239
|
+
ArrayFormula._ck = function ($tValue, a, b, c, d, e, f, g, h) {
|
|
127233
127240
|
if (g === void 0) {
|
|
127234
127241
|
g = true;
|
|
127235
127242
|
}
|
|
@@ -127241,23 +127248,23 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127241
127248
|
/**
|
|
127242
127249
|
* @hidden
|
|
127243
127250
|
*/
|
|
127244
|
-
ArrayFormula.
|
|
127251
|
+
ArrayFormula._ce = function () {
|
|
127245
127252
|
var a = new Array(2);
|
|
127246
|
-
ChangeInfo.f(a, 0, ArrayFormula.
|
|
127247
|
-
ChangeInfo.f(a, 1, ArrayFormula.
|
|
127253
|
+
ChangeInfo.f(a, 0, ArrayFormula._ck(WorksheetRegion.$, "Apply", 0, function (b) { return b.c(); }, function (b, c) { return ArrayFormula._c3(b, c); }, null, 8192));
|
|
127254
|
+
ChangeInfo.f(a, 1, ArrayFormula._ck(WorksheetRegion.$, "Clear", 10, function (b) { return b.c(); }, function (b, c) { return ArrayFormula._c4(b, c); }, null, 8192));
|
|
127248
127255
|
return a;
|
|
127249
127256
|
};
|
|
127250
127257
|
/**
|
|
127251
127258
|
* @hidden
|
|
127252
127259
|
*/
|
|
127253
|
-
ArrayFormula.
|
|
127260
|
+
ArrayFormula._c3 = function (a, b) {
|
|
127254
127261
|
a.a.clearCellRange();
|
|
127255
127262
|
};
|
|
127256
127263
|
/**
|
|
127257
127264
|
* @hidden
|
|
127258
127265
|
*/
|
|
127259
|
-
ArrayFormula.
|
|
127260
|
-
a.a.
|
|
127266
|
+
ArrayFormula._c4 = function (a, b) {
|
|
127267
|
+
a.a._c0(b);
|
|
127261
127268
|
};
|
|
127262
127269
|
Object.defineProperty(ArrayFormula.prototype, "cellRange", {
|
|
127263
127270
|
/**
|
|
@@ -127268,7 +127275,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127268
127275
|
* The cells to which the array formula is applied.
|
|
127269
127276
|
*/
|
|
127270
127277
|
get: function () {
|
|
127271
|
-
return this.
|
|
127278
|
+
return this._cl;
|
|
127272
127279
|
},
|
|
127273
127280
|
enumerable: false,
|
|
127274
127281
|
configurable: true
|
|
@@ -127277,19 +127284,19 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127277
127284
|
/**
|
|
127278
127285
|
* @hidden
|
|
127279
127286
|
*/
|
|
127280
|
-
ArrayFormula.
|
|
127287
|
+
ArrayFormula._cx = 0;
|
|
127281
127288
|
/**
|
|
127282
127289
|
* @hidden
|
|
127283
127290
|
*/
|
|
127284
|
-
ArrayFormula.
|
|
127291
|
+
ArrayFormula._cy = 1;
|
|
127285
127292
|
/**
|
|
127286
127293
|
* @hidden
|
|
127287
127294
|
*/
|
|
127288
|
-
ArrayFormula.
|
|
127295
|
+
ArrayFormula._cz = 2;
|
|
127289
127296
|
/**
|
|
127290
127297
|
* @hidden
|
|
127291
127298
|
*/
|
|
127292
|
-
ArrayFormula.
|
|
127299
|
+
ArrayFormula._cd = ArrayFormula._ce();
|
|
127293
127300
|
return ArrayFormula;
|
|
127294
127301
|
}(Formula));
|
|
127295
127302
|
/**
|
|
@@ -127338,7 +127345,7 @@ var ShiftingArrayFormulaInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127338
127345
|
var f = this_9.a.worksheet._rows$i.item(d.o);
|
|
127339
127346
|
var g = f._as(d.m)._formula;
|
|
127340
127347
|
if (g != null) {
|
|
127341
|
-
g.
|
|
127348
|
+
g._ce = c.value;
|
|
127342
127349
|
}
|
|
127343
127350
|
else {
|
|
127344
127351
|
}
|
|
@@ -129048,6 +129055,42 @@ var Formula_VerifyFormatLimitsVisitor = /** @class */ /*@__PURE__*/ (function (_
|
|
|
129048
129055
|
Formula_VerifyFormatLimitsVisitor.a0 = null;
|
|
129049
129056
|
return Formula_VerifyFormatLimitsVisitor;
|
|
129050
129057
|
}(FormulaTokenVisitor));
|
|
129058
|
+
/**
|
|
129059
|
+
* @hidden
|
|
129060
|
+
*/
|
|
129061
|
+
var Formula_VisitWorksheetVisitor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
129062
|
+
__extends(Formula_VisitWorksheetVisitor, _super);
|
|
129063
|
+
function Formula_VisitWorksheetVisitor() {
|
|
129064
|
+
var _this = _super.call(this) || this;
|
|
129065
|
+
_this.a1 = null;
|
|
129066
|
+
return _this;
|
|
129067
|
+
}
|
|
129068
|
+
Formula_VisitWorksheetVisitor.prototype.g = function () {
|
|
129069
|
+
this.a1 = null;
|
|
129070
|
+
_super.prototype.g.call(this);
|
|
129071
|
+
};
|
|
129072
|
+
Formula_VisitWorksheetVisitor.prototype.aq = function (a) {
|
|
129073
|
+
var b = typeCast(WorksheetReferenceLocal.$, a.o);
|
|
129074
|
+
if (b != null) {
|
|
129075
|
+
this.a1(b.u);
|
|
129076
|
+
}
|
|
129077
|
+
};
|
|
129078
|
+
Formula_VisitWorksheetVisitor.a2 = function (a, b) {
|
|
129079
|
+
var c = Formula_VisitWorksheetVisitor.a0(a, b);
|
|
129080
|
+
c.h();
|
|
129081
|
+
};
|
|
129082
|
+
Formula_VisitWorksheetVisitor.a0 = function (a, b) {
|
|
129083
|
+
if (Formula_VisitWorksheetVisitor.az == null) {
|
|
129084
|
+
Formula_VisitWorksheetVisitor.az = new Formula_VisitWorksheetVisitor();
|
|
129085
|
+
}
|
|
129086
|
+
Formula_VisitWorksheetVisitor.az.b = a;
|
|
129087
|
+
Formula_VisitWorksheetVisitor.az.a1 = b;
|
|
129088
|
+
return Formula_VisitWorksheetVisitor.az;
|
|
129089
|
+
};
|
|
129090
|
+
Formula_VisitWorksheetVisitor.$t = markType(Formula_VisitWorksheetVisitor, 'Formula_VisitWorksheetVisitor', FormulaTokenVisitor.$);
|
|
129091
|
+
Formula_VisitWorksheetVisitor.az = null;
|
|
129092
|
+
return Formula_VisitWorksheetVisitor;
|
|
129093
|
+
}(FormulaTokenVisitor));
|
|
129051
129094
|
/**
|
|
129052
129095
|
* @hidden
|
|
129053
129096
|
*/
|
|
@@ -129452,7 +129495,7 @@ var NamedReferenceFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
129452
129495
|
return new NamedReferenceFormula(1, this);
|
|
129453
129496
|
};
|
|
129454
129497
|
NamedReferenceFormula.prototype._b7 = function () {
|
|
129455
|
-
var a = this.
|
|
129498
|
+
var a = this._ci;
|
|
129456
129499
|
if (a != null && a._formula == this) {
|
|
129457
129500
|
a._a0(this, false, true);
|
|
129458
129501
|
}
|
|
@@ -129599,12 +129642,12 @@ var SingleTargetFormula_DynamicReferenceCollection = /** @class */ /*@__PURE__*/
|
|
|
129599
129642
|
return __generator(this, function (_0) {
|
|
129600
129643
|
switch (_0.label) {
|
|
129601
129644
|
case 0:
|
|
129602
|
-
a = this._a.
|
|
129645
|
+
a = this._a._co;
|
|
129603
129646
|
_0.label = 1;
|
|
129604
129647
|
case 1:
|
|
129605
|
-
if (!(a < this._a.
|
|
129648
|
+
if (!(a < this._a._cm.count))
|
|
129606
129649
|
return [3 /*break*/, 4];
|
|
129607
|
-
return [4 /*yield*/, this._a.
|
|
129650
|
+
return [4 /*yield*/, this._a._cm._inner[a]];
|
|
129608
129651
|
case 2:
|
|
129609
129652
|
_0.sent();
|
|
129610
129653
|
_0.label = 3;
|
|
@@ -129651,9 +129694,9 @@ var SingleTargetFormula_StaticReferenceCollection = /** @class */ /*@__PURE__*/
|
|
|
129651
129694
|
a = 0;
|
|
129652
129695
|
_0.label = 1;
|
|
129653
129696
|
case 1:
|
|
129654
|
-
if (!(a < this._a.
|
|
129697
|
+
if (!(a < this._a._co))
|
|
129655
129698
|
return [3 /*break*/, 4];
|
|
129656
|
-
return [4 /*yield*/, this._a.
|
|
129699
|
+
return [4 /*yield*/, this._a._cm._inner[a]];
|
|
129657
129700
|
case 2:
|
|
129658
129701
|
_0.sent();
|
|
129659
129702
|
_0.label = 3;
|
|
@@ -129707,7 +129750,7 @@ var SingleTargetFormula_StaticReferenceFinder = /** @class */ /*@__PURE__*/ (fun
|
|
|
129707
129750
|
SingleTargetFormula_StaticReferenceFinder.prototype.f = function () {
|
|
129708
129751
|
var _this = this;
|
|
129709
129752
|
if (this.a5.f != 0) {
|
|
129710
|
-
this.a7(this.a5.e(), true, CalcUtilities.h(this.a1.
|
|
129753
|
+
this.a7(this.a5.e(), true, CalcUtilities.h(this.a1._ci));
|
|
129711
129754
|
}
|
|
129712
129755
|
var _loop_23 = function (a) {
|
|
129713
129756
|
var b;
|
|
@@ -129791,12 +129834,12 @@ var SingleTargetFormula_StaticReferenceFinder = /** @class */ /*@__PURE__*/ (fun
|
|
|
129791
129834
|
}
|
|
129792
129835
|
}
|
|
129793
129836
|
}
|
|
129794
|
-
for (var k = 0; k < this.a1.
|
|
129795
|
-
if (this.a1.
|
|
129837
|
+
for (var k = 0; k < this.a1._cm.count; k++) {
|
|
129838
|
+
if (this.a1._cm._inner[k].containsReference(c)) {
|
|
129796
129839
|
return;
|
|
129797
129840
|
}
|
|
129798
129841
|
}
|
|
129799
|
-
this.a1.
|
|
129842
|
+
this.a1._cm.add(c);
|
|
129800
129843
|
};
|
|
129801
129844
|
SingleTargetFormula_StaticReferenceFinder.a3 = function (a, b) {
|
|
129802
129845
|
if (SingleTargetFormula_StaticReferenceFinder.a2 == null) {
|
|
@@ -129822,7 +129865,7 @@ var SingleTargetFormula_StaticReferenceFinder = /** @class */ /*@__PURE__*/ (fun
|
|
|
129822
129865
|
if (d == null) {
|
|
129823
129866
|
return;
|
|
129824
129867
|
}
|
|
129825
|
-
if (this.a1.
|
|
129868
|
+
if (this.a1._ci._aj && d.p) {
|
|
129826
129869
|
return;
|
|
129827
129870
|
}
|
|
129828
129871
|
var e = typeCast(NameToken.$, d);
|
|
@@ -152734,7 +152777,7 @@ var ExcelCalcEngine = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
152734
152777
|
if (a == null) {
|
|
152735
152778
|
return;
|
|
152736
152779
|
}
|
|
152737
|
-
this.a2(a, a.
|
|
152780
|
+
this.a2(a, a._ci, true);
|
|
152738
152781
|
this.h.af(a);
|
|
152739
152782
|
};
|
|
152740
152783
|
ExcelCalcEngine.prototype.v = function () {
|
|
@@ -152851,7 +152894,7 @@ var ExcelCalcEngine = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
152851
152894
|
if (a == null) {
|
|
152852
152895
|
return;
|
|
152853
152896
|
}
|
|
152854
|
-
this.a2(a, a.
|
|
152897
|
+
this.a2(a, a._ci, false);
|
|
152855
152898
|
this.h.ax(a);
|
|
152856
152899
|
};
|
|
152857
152900
|
ExcelCalcEngine.prototype.a3 = function () {
|
|
@@ -152884,7 +152927,7 @@ var ExcelCalcEngine = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
152884
152927
|
var f = c._as(d);
|
|
152885
152928
|
var g;
|
|
152886
152929
|
if (e._formula != null) {
|
|
152887
|
-
g = e._formula.
|
|
152930
|
+
g = e._formula._ce;
|
|
152888
152931
|
}
|
|
152889
152932
|
else {
|
|
152890
152933
|
g = new ExcelCalcValue(a._getCellValue1(b));
|
|
@@ -153056,7 +153099,7 @@ var ExcelCalcEngine = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
153056
153099
|
if (null == b) {
|
|
153057
153100
|
return;
|
|
153058
153101
|
}
|
|
153059
|
-
if (b.
|
|
153102
|
+
if (b._cs() != 0) {
|
|
153060
153103
|
this.ad.add_1(b);
|
|
153061
153104
|
}
|
|
153062
153105
|
var c;
|
|
@@ -153139,7 +153182,7 @@ var ExcelCalcEngine = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
153139
153182
|
try {
|
|
153140
153183
|
for (var _1 = __values(fromEnum(_this.ad)), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
153141
153184
|
var d = _2.value;
|
|
153142
|
-
d.
|
|
153185
|
+
d._cv(_this);
|
|
153143
153186
|
}
|
|
153144
153187
|
}
|
|
153145
153188
|
catch (e_275_1) {
|
|
@@ -153409,7 +153452,7 @@ var RefBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
153409
153452
|
if (a == null || e == null) {
|
|
153410
153453
|
return;
|
|
153411
153454
|
}
|
|
153412
|
-
a.
|
|
153455
|
+
a._cz(this, e, d);
|
|
153413
153456
|
this._az(a);
|
|
153414
153457
|
if (this._ak) {
|
|
153415
153458
|
e._g9(a);
|
|
@@ -153475,7 +153518,7 @@ var RefBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
153475
153518
|
if (c != null) {
|
|
153476
153519
|
c._iw(b);
|
|
153477
153520
|
}
|
|
153478
|
-
b.
|
|
153521
|
+
b._cz(null, c, a);
|
|
153479
153522
|
this._az(null);
|
|
153480
153523
|
};
|
|
153481
153524
|
RefBase.prototype._ay = function (a, b) {
|
|
@@ -154007,14 +154050,14 @@ var CellCalcReferenceBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
154007
154050
|
else if (typeCast(HyperlinkResult.$, b) !== null && (typeCast(HyperlinkResult.$, a.value) !== null) == false) {
|
|
154008
154051
|
b = b.toString();
|
|
154009
154052
|
}
|
|
154010
|
-
this._a2.
|
|
154053
|
+
this._a2._ce = new ExcelCalcValue(b);
|
|
154011
154054
|
};
|
|
154012
154055
|
CellCalcReferenceBase.prototype.get__c = function () {
|
|
154013
154056
|
if (this._a3.worksheet.workbook == null) {
|
|
154014
154057
|
return ExcelReferenceError._a2.value;
|
|
154015
154058
|
}
|
|
154016
154059
|
if (this._a2 != null) {
|
|
154017
|
-
return this._a2.
|
|
154060
|
+
return this._a2._ce;
|
|
154018
154061
|
}
|
|
154019
154062
|
return CalcUtilities.c(this._a3._c5(this._a8));
|
|
154020
154063
|
};
|
|
@@ -154038,7 +154081,7 @@ var CellCalcReferenceBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
154038
154081
|
p1: b
|
|
154039
154082
|
};
|
|
154040
154083
|
}
|
|
154041
|
-
var d = c.
|
|
154084
|
+
var d = c._c1.cellRange;
|
|
154042
154085
|
b = this._a3.index - d.firstRow;
|
|
154043
154086
|
a = this._a8 - d.firstColumn;
|
|
154044
154087
|
return {
|
|
@@ -154257,7 +154300,7 @@ var DependencyGraph = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
154257
154300
|
};
|
|
154258
154301
|
DependencyGraph.prototype.af = function (a) {
|
|
154259
154302
|
this.ao();
|
|
154260
|
-
var b = a.
|
|
154303
|
+
var b = a._ci;
|
|
154261
154304
|
if ((typeCast(NamedCalcReferenceBase.$, b) !== null) == false) {
|
|
154262
154305
|
b._ab = true;
|
|
154263
154306
|
}
|
|
@@ -154434,7 +154477,7 @@ var DependencyGraph = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
154434
154477
|
};
|
|
154435
154478
|
DependencyGraph.prototype.ax = function (a) {
|
|
154436
154479
|
this.ao();
|
|
154437
|
-
var b = a.
|
|
154480
|
+
var b = a._ci;
|
|
154438
154481
|
b._ab = false;
|
|
154439
154482
|
this.ap(b);
|
|
154440
154483
|
if (!this.t.remove(b)) {
|
|
@@ -173016,7 +173059,7 @@ var WorksheetCellBlock = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
173016
173059
|
}
|
|
173017
173060
|
if (d != null) {
|
|
173018
173061
|
if (d._formula != null) {
|
|
173019
|
-
var e = d._formula.
|
|
173062
|
+
var e = d._formula._ce;
|
|
173020
173063
|
if (e != null) {
|
|
173021
173064
|
return CalcUtilities.n(e.value, c);
|
|
173022
173065
|
}
|
|
@@ -184012,10 +184055,10 @@ var TempCellCalcReference = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
184012
184055
|
else if (typeCast(HyperlinkResult.$, b) !== null && (typeCast(HyperlinkResult.$, a.value) !== null) == false) {
|
|
184013
184056
|
b = b.toString();
|
|
184014
184057
|
}
|
|
184015
|
-
this._a3.
|
|
184058
|
+
this._a3._ce = new ExcelCalcValue(b);
|
|
184016
184059
|
};
|
|
184017
184060
|
TempCellCalcReference.prototype.get__c = function () {
|
|
184018
|
-
return this._formula.
|
|
184061
|
+
return this._formula._ce;
|
|
184019
184062
|
};
|
|
184020
184063
|
Object.defineProperty(TempCellCalcReference.prototype, "_c", {
|
|
184021
184064
|
get: function () {
|
|
@@ -195304,7 +195347,7 @@ var SortSettings_ShiftFormulaChangeContext$1 = /** @class */ /*@__PURE__*/ (func
|
|
|
195304
195347
|
var 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);
|
|
195305
195348
|
var c = typeCast(ArrayInteriorFormula.$, this.b);
|
|
195306
195349
|
if (c != null) {
|
|
195307
|
-
var d = c.
|
|
195350
|
+
var d = c._c1.cellRange._d(b, false);
|
|
195308
195351
|
}
|
|
195309
195352
|
this.b._av(this.sheet, b, 1);
|
|
195310
195353
|
SortSettings$1.$t.specialize(this.$t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1(this.$t, 1, b, this.b), null, null);
|
|
@@ -195607,7 +195650,7 @@ var SortSettings$1 = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
195607
195650
|
var p = new CellShiftOperation(1, d, 3, a.index, a.index, e, e, b.index - a.index);
|
|
195608
195651
|
var q = typeCast(ArrayInteriorFormula.$, o);
|
|
195609
195652
|
if (q != null) {
|
|
195610
|
-
var r = q.
|
|
195653
|
+
var r = q._c1.cellRange._d(p, false);
|
|
195611
195654
|
}
|
|
195612
195655
|
o._av(d, p, 1);
|
|
195613
195656
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, p, o), null, null);
|
|
@@ -195617,7 +195660,7 @@ var SortSettings$1 = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
195617
195660
|
var t = new CellShiftOperation(1, d, 3, b.index, b.index, e, e, a.index - b.index);
|
|
195618
195661
|
var u = typeCast(ArrayInteriorFormula.$, s);
|
|
195619
195662
|
if (u != null) {
|
|
195620
|
-
var v = u.
|
|
195663
|
+
var v = u._c1.cellRange._d(t, false);
|
|
195621
195664
|
}
|
|
195622
195665
|
s._av(d, t, 1);
|
|
195623
195666
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, t, s), null, null);
|
|
@@ -195654,7 +195697,7 @@ var SortSettings$1 = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
195654
195697
|
var q = new CellShiftOperation(1, d, 0, a.index, a.index, e, e, f - e);
|
|
195655
195698
|
var r = typeCast(ArrayInteriorFormula.$, p);
|
|
195656
195699
|
if (r != null) {
|
|
195657
|
-
var s = r.
|
|
195700
|
+
var s = r._c1.cellRange._d(q, false);
|
|
195658
195701
|
}
|
|
195659
195702
|
p._av(d, q, 1);
|
|
195660
195703
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, q, p), null, null);
|
|
@@ -195664,7 +195707,7 @@ var SortSettings$1 = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
195664
195707
|
var u = new CellShiftOperation(1, d, 0, a.index, a.index, f, f, e - f);
|
|
195665
195708
|
var v = typeCast(ArrayInteriorFormula.$, t);
|
|
195666
195709
|
if (v != null) {
|
|
195667
|
-
var w = v.
|
|
195710
|
+
var w = v._c1.cellRange._d(u, false);
|
|
195668
195711
|
}
|
|
195669
195712
|
t._av(d, u, 1);
|
|
195670
195713
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, u, t), null, null);
|
|
@@ -204423,7 +204466,7 @@ var DataValidationCalcReference = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
204423
204466
|
return false;
|
|
204424
204467
|
};
|
|
204425
204468
|
DataValidationCalcReference.prototype.get__c = function () {
|
|
204426
|
-
return this._formula.
|
|
204469
|
+
return this._formula._ce;
|
|
204427
204470
|
};
|
|
204428
204471
|
DataValidationCalcReference.$t = markType(DataValidationCalcReference, 'DataValidationCalcReference', CellCalcReferenceBase.$);
|
|
204429
204472
|
return DataValidationCalcReference;
|
|
@@ -213488,7 +213531,7 @@ var ThresholdConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
213488
213531
|
if (this._bx != null) {
|
|
213489
213532
|
var b = this.regions.item(0);
|
|
213490
213533
|
var c = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b.firstRow, b.firstColumn));
|
|
213491
|
-
this._bx.
|
|
213534
|
+
this._bx._cz(c, this.workbook);
|
|
213492
213535
|
a(this.worksheet, this._bx);
|
|
213493
213536
|
}
|
|
213494
213537
|
};
|
|
@@ -213571,7 +213614,7 @@ var ThresholdConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
213571
213614
|
*/
|
|
213572
213615
|
set: function (a) {
|
|
213573
213616
|
if (a != this._bx) {
|
|
213574
|
-
if (a != null && a.
|
|
213617
|
+
if (a != null && a._ci == null) {
|
|
213575
213618
|
this._m(a);
|
|
213576
213619
|
}
|
|
213577
213620
|
var b = ThresholdConditionBase._bt[0].g(ThresholdConditionBase.$, SingleTargetFormula.$, this, this._bx, a);
|
|
@@ -213716,7 +213759,7 @@ var ThresholdConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
213716
213759
|
*/
|
|
213717
213760
|
ThresholdConditionBase.prototype._bz = function (a) {
|
|
213718
213761
|
if (this._bx != null && a != null) {
|
|
213719
|
-
var b = this._bx.
|
|
213762
|
+
var b = this._bx._cg(this.workbook, a, false);
|
|
213720
213763
|
return b._al(this.workbook._e6);
|
|
213721
213764
|
}
|
|
213722
213765
|
return true;
|
|
@@ -215184,16 +215227,16 @@ var ConditionValue = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
215184
215227
|
*/
|
|
215185
215228
|
ConditionValue.prototype.shiftFormulas = function (callback, shiftOperation, operationOverride) {
|
|
215186
215229
|
if (this._j != null) {
|
|
215187
|
-
var a = this._j.
|
|
215230
|
+
var a = this._j._ci;
|
|
215188
215231
|
if (a != null) {
|
|
215189
|
-
this._j.
|
|
215232
|
+
this._j._cz(null, this._h.workbook);
|
|
215190
215233
|
}
|
|
215191
215234
|
var b = this._j._toString2(1, this._h.workbook._e6);
|
|
215192
215235
|
if (this._j._av(this._h.worksheet, shiftOperation, 0)) {
|
|
215193
215236
|
callback(this, null, b);
|
|
215194
215237
|
}
|
|
215195
215238
|
if (a != null) {
|
|
215196
|
-
this._j.
|
|
215239
|
+
this._j._cz(a, this._h.workbook);
|
|
215197
215240
|
}
|
|
215198
215241
|
}
|
|
215199
215242
|
};
|
|
@@ -216494,7 +216537,7 @@ var FormulaConditionalFormat = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
216494
216537
|
*/
|
|
216495
216538
|
set: function (a) {
|
|
216496
216539
|
if (a != this._b4) {
|
|
216497
|
-
if (a != null && a.
|
|
216540
|
+
if (a != null && a._ci == null) {
|
|
216498
216541
|
this._m(a);
|
|
216499
216542
|
}
|
|
216500
216543
|
var b = FormulaConditionalFormat._b0[0].g(FormulaConditionalFormat.$, SingleTargetFormula.$, this, this._b4, a);
|
|
@@ -216574,7 +216617,7 @@ var FormulaConditionalFormat = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
216574
216617
|
if (this._b4 != null) {
|
|
216575
216618
|
var b = this.regions.item(0);
|
|
216576
216619
|
var c = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b.firstRow, b.firstColumn));
|
|
216577
|
-
this._b4.
|
|
216620
|
+
this._b4._cz(c, this.workbook);
|
|
216578
216621
|
a(this.worksheet, this._b4);
|
|
216579
216622
|
}
|
|
216580
216623
|
};
|
|
@@ -216585,7 +216628,7 @@ var FormulaConditionalFormat = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
216585
216628
|
if (this._b4 == null) {
|
|
216586
216629
|
return ConditionMatchResult.f;
|
|
216587
216630
|
}
|
|
216588
|
-
var e = this._b4.
|
|
216631
|
+
var e = this._b4._cg(this.workbook, d, false);
|
|
216589
216632
|
return e._al(this.workbook._e6) ? ConditionMatchResult.e : ConditionMatchResult.f;
|
|
216590
216633
|
};
|
|
216591
216634
|
/**
|
|
@@ -218721,13 +218764,13 @@ var OperatorConditionalFormat = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
218721
218764
|
}
|
|
218722
218765
|
if (this._b4 == null) {
|
|
218723
218766
|
if (this._b2 != null) {
|
|
218724
|
-
this._b4 = this._cb.
|
|
218767
|
+
this._b4 = this._cb._cg(this.workbook, d, false);
|
|
218725
218768
|
}
|
|
218726
218769
|
if (this._b3 != null) {
|
|
218727
218770
|
if (this._cc == null) {
|
|
218728
218771
|
return ConditionMatchResult.f;
|
|
218729
218772
|
}
|
|
218730
|
-
this._b5 = this._cc.
|
|
218773
|
+
this._b5 = this._cc._cg(this.workbook, d, false);
|
|
218731
218774
|
}
|
|
218732
218775
|
}
|
|
218733
218776
|
if (this._b4 == null || this._b4.isError) {
|
|
@@ -218885,7 +218928,7 @@ var OperatorConditionalFormat = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
218885
218928
|
*/
|
|
218886
218929
|
set: function (a) {
|
|
218887
218930
|
if (a != this._cb) {
|
|
218888
|
-
if (a != null && a.
|
|
218931
|
+
if (a != null && a._ci == null) {
|
|
218889
218932
|
this._m(a);
|
|
218890
218933
|
}
|
|
218891
218934
|
var b = OperatorConditionalFormat._b0[1].g(OperatorConditionalFormat.$, SingleTargetFormula.$, this, this._cb, a);
|
|
@@ -218944,7 +218987,7 @@ var OperatorConditionalFormat = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
218944
218987
|
*/
|
|
218945
218988
|
set: function (a) {
|
|
218946
218989
|
if (a != this._cc) {
|
|
218947
|
-
if (a != null && a.
|
|
218990
|
+
if (a != null && a._ci == null) {
|
|
218948
218991
|
this._m(a);
|
|
218949
218992
|
}
|
|
218950
218993
|
var b = OperatorConditionalFormat._b0[2].g(OperatorConditionalFormat.$, SingleTargetFormula.$, this, this._cc, a);
|
|
@@ -223769,7 +223812,7 @@ var SeriesDataLabels = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
223769
223812
|
*/
|
|
223770
223813
|
set: function (a) {
|
|
223771
223814
|
if (a != this._d0) {
|
|
223772
|
-
if (a != null && a.
|
|
223815
|
+
if (a != null && a._ci == null) {
|
|
223773
223816
|
SeriesDataLabels._d2(this.sheet, a);
|
|
223774
223817
|
}
|
|
223775
223818
|
var b = this._r(SeriesDataLabels.$, SingleTargetFormula.$, this, 29, this._d0, a);
|
|
@@ -223891,7 +223934,7 @@ var SeriesDataLabels = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
223891
223934
|
SeriesDataLabels._d2 = function (a, b) {
|
|
223892
223935
|
if (b != null) {
|
|
223893
223936
|
var c = new TempCellCalcReference(true, a, new WorksheetCellAddress(1, 0, 0));
|
|
223894
|
-
b.
|
|
223937
|
+
b._cz(c, a.workbook);
|
|
223895
223938
|
}
|
|
223896
223939
|
return b;
|
|
223897
223940
|
};
|
|
@@ -228423,7 +228466,7 @@ var SeriesValuesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
228423
228466
|
*/
|
|
228424
228467
|
SeriesValuesBase._b = function ($t, a, b, c, d) {
|
|
228425
228468
|
var e = new TempCellCalcReference(false, b, new WorksheetCellAddress(1, 0, 0));
|
|
228426
|
-
var f = a.
|
|
228469
|
+
var f = a._cg(b.workbook, e, false);
|
|
228427
228470
|
if (f.isError) {
|
|
228428
228471
|
return new Array(0);
|
|
228429
228472
|
}
|
|
@@ -228597,7 +228640,7 @@ var SeriesValuesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
228597
228640
|
SeriesValuesBase.prototype._t = function () {
|
|
228598
228641
|
if (this._h != null) {
|
|
228599
228642
|
var a = new TempCellCalcReference(true, this._g, new WorksheetCellAddress(1, 0, 0));
|
|
228600
|
-
this._h.
|
|
228643
|
+
this._h._cz(a, this._g.workbook);
|
|
228601
228644
|
}
|
|
228602
228645
|
};
|
|
228603
228646
|
/**
|
|
@@ -228828,7 +228871,7 @@ var SeriesName = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
228828
228871
|
_this._c = sheet;
|
|
228829
228872
|
_this._d = formula;
|
|
228830
228873
|
var b = new TempCellCalcReference(true, _this._c, new WorksheetCellAddress(1, 0, 0));
|
|
228831
|
-
_this._d.
|
|
228874
|
+
_this._d._cz(b, _this._c.workbook);
|
|
228832
228875
|
}
|
|
228833
228876
|
break;
|
|
228834
228877
|
default: throw new Error('Invalid arguments');
|
|
@@ -228930,7 +228973,7 @@ var SeriesName = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
228930
228973
|
}
|
|
228931
228974
|
this._d = ConditionBase._n(a, this._c.workbook, b);
|
|
228932
228975
|
var c = new TempCellCalcReference(true, this._c, new WorksheetCellAddress(1, 0, 0));
|
|
228933
|
-
this._d.
|
|
228976
|
+
this._d._cz(c, this._c.workbook);
|
|
228934
228977
|
};
|
|
228935
228978
|
SeriesName.$t = markType(SeriesName, 'SeriesName');
|
|
228936
228979
|
return SeriesName;
|
|
@@ -236637,7 +236680,7 @@ var ExcelCalcNumberStack = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
236637
236680
|
d = new TempCellCalcReference(true, e.worksheet, new WorksheetCellAddress(1, 0, 0));
|
|
236638
236681
|
}
|
|
236639
236682
|
}
|
|
236640
|
-
a = b.
|
|
236683
|
+
a = b._cg(c, d, this._u);
|
|
236641
236684
|
if (a.isReference) {
|
|
236642
236685
|
a._ac = true;
|
|
236643
236686
|
}
|
|
@@ -244225,7 +244268,7 @@ var UltraCalcFunctionFormulaText = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
244225
244268
|
}
|
|
244226
244269
|
var g;
|
|
244227
244270
|
if (typeCast(ArrayInteriorFormula.$, f) !== null) {
|
|
244228
|
-
g = "{" + f.
|
|
244271
|
+
g = "{" + f._c1._toString() + "}";
|
|
244229
244272
|
}
|
|
244230
244273
|
else {
|
|
244231
244274
|
g = f.formulaString;
|
|
@@ -288122,7 +288165,7 @@ var ObjectModelTablePartManager = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
288122
288165
|
if (c) {
|
|
288123
288166
|
var e_2;
|
|
288124
288167
|
var f_1;
|
|
288125
|
-
if (!((function () { var g = ArrayFormula.
|
|
288168
|
+
if (!((function () { var g = ArrayFormula._cu("=" + b, 1, a.currentFormat, CultureInfo.invariantCulture, e_2, f_1, d); e_2 = g.p4; f_1 = g.p5; return g.ret; })())) {
|
|
288126
288169
|
throw f_1;
|
|
288127
288170
|
}
|
|
288128
288171
|
return e_2;
|
|
@@ -293610,7 +293653,7 @@ var ObjectModelWorksheetPartManager = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
293610
293653
|
};
|
|
293611
293654
|
ObjectModelWorksheetPartManager.prototype.gh = function (at, au, av, aw) {
|
|
293612
293655
|
var ax = typeCast(SingleTargetFormula.$, aw);
|
|
293613
|
-
if (ax == null || ax.
|
|
293656
|
+
if (ax == null || ax._cl == false) {
|
|
293614
293657
|
return;
|
|
293615
293658
|
}
|
|
293616
293659
|
var ay = null;
|
|
@@ -293622,7 +293665,7 @@ var ObjectModelWorksheetPartManager = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
293622
293665
|
var a4 = null;
|
|
293623
293666
|
var a5 = toNullable(Number_$type, null);
|
|
293624
293667
|
if (ax._am) {
|
|
293625
|
-
var a6 = ax.
|
|
293668
|
+
var a6 = ax._c1;
|
|
293626
293669
|
a0 = 2;
|
|
293627
293670
|
az = a6._h._toString2(1, false, true, true);
|
|
293628
293671
|
var a7 = a6.columnInputCell;
|
|
@@ -293637,7 +293680,7 @@ var ObjectModelWorksheetPartManager = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
293637
293680
|
}
|
|
293638
293681
|
else if (ax._ak) {
|
|
293639
293682
|
a0 = 1;
|
|
293640
|
-
var ba = ax.
|
|
293683
|
+
var ba = ax._c1;
|
|
293641
293684
|
az = ba.cellRange._toString2(1, false, true, true);
|
|
293642
293685
|
ay = at._cw(ba);
|
|
293643
293686
|
}
|
|
@@ -295458,7 +295501,7 @@ var WorkbookLoadManagerExcel2007 = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
295458
295501
|
for (var _4 = __values(fromEnum(this._b._namedReferences$i)), _5 = _4.next(); !_5.done; _5 = _4.next()) {
|
|
295459
295502
|
var b = _5.value;
|
|
295460
295503
|
if (b._j != null) {
|
|
295461
|
-
b._j.
|
|
295504
|
+
b._j._cx(this._b);
|
|
295462
295505
|
}
|
|
295463
295506
|
}
|
|
295464
295507
|
}
|
|
@@ -362877,12 +362920,12 @@ var WorkbookSaveManagerExcel2003 = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
362877
362920
|
this._ds(6);
|
|
362878
362921
|
if (g._ak) {
|
|
362879
362922
|
var i = g;
|
|
362880
|
-
if (i.
|
|
362923
|
+
if (i._c1.cellRange.firstRow == this._cm.b.index && i._c1.cellRange.firstColumn == b) {
|
|
362881
362924
|
this._ds(545);
|
|
362882
362925
|
}
|
|
362883
362926
|
}
|
|
362884
362927
|
else if (g._am) {
|
|
362885
|
-
var j = g.
|
|
362928
|
+
var j = g._c1.cellsInTable;
|
|
362886
362929
|
if (j.firstRow == this._cm.b.index - 1 && j.firstColumn == b - 1) {
|
|
362887
362930
|
this._ds(566);
|
|
362888
362931
|
}
|
|
@@ -373210,7 +373253,7 @@ var ARRAYRecord = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
373210
373253
|
if (c == null) {
|
|
373211
373254
|
return;
|
|
373212
373255
|
}
|
|
373213
|
-
var d = c.
|
|
373256
|
+
var d = c._c1;
|
|
373214
373257
|
a._cl._write17(d.cellRange.firstRow);
|
|
373215
373258
|
a._cl._write17(d.cellRange.lastRow);
|
|
373216
373259
|
a._cl._write9(d.cellRange.firstColumn);
|
|
@@ -379827,7 +379870,7 @@ var TABLERecord = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
379827
379870
|
if (c == null) {
|
|
379828
379871
|
return;
|
|
379829
379872
|
}
|
|
379830
|
-
var d = c.
|
|
379873
|
+
var d = c._c1;
|
|
379831
379874
|
var e = d.cellsInTable;
|
|
379832
379875
|
a._cl._write17((e.firstRow + 1));
|
|
379833
379876
|
a._cl._write17(e.lastRow);
|
|
@@ -408660,6 +408703,13 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
408660
408703
|
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.
|
|
408661
408704
|
*/
|
|
408662
408705
|
|
|
408706
|
+
/*
|
|
408707
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
408708
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
408709
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
408710
|
+
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.
|
|
408711
|
+
*/
|
|
408712
|
+
|
|
408663
408713
|
/*
|
|
408664
408714
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
408665
408715
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -437669,4 +437719,4 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
437669
437719
|
*/
|
|
437670
437720
|
var ST_PivotEditValueType_$type = /*@__PURE__*/ markEnum('ST_PivotEditValueType', 'number,0|dateTime,1|string:string1,2|boolean:boolean1,3|error,4');
|
|
437671
437721
|
|
|
437672
|
-
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 };
|
|
437722
|
+
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 };
|