igniteui-webcomponents-excel 4.3.0 → 4.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-excel.umd.js +10268 -10084
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +6837 -6742
- package/esm2015/lib/ExternalEventWorkItem$1.js +1 -1
- package/esm2015/lib/ExternalEventWorkItem.js +1 -1
- package/esm2015/lib/SpreadsheetML2009Main_combined.js +21 -17
- package/esm2015/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +7 -7
- package/esm2015/lib/UltraCalcConditionalFunctionBase_combined.js +7 -3
- package/esm2015/lib/UltraCalcFunctionCell.js +1 -1
- package/esm2015/lib/UltraCalcFunctionColumn.js +1 -1
- package/esm2015/lib/UltraCalcFunctionDateValue.js +1 -1
- package/esm2015/lib/UltraCalcFunctionDays.js +4 -4
- package/esm2015/lib/UltraCalcFunctionHLookup.js +15 -8
- package/esm2015/lib/UltraCalcFunctionIRR.js +1 -1
- package/esm2015/lib/UltraCalcFunctionIndirect.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookup.js +21 -12
- package/esm2015/lib/UltraCalcFunctionLookupBase.js +5 -5
- package/esm2015/lib/UltraCalcFunctionMatch.js +13 -4
- package/esm2015/lib/UltraCalcFunctionRow.js +1 -1
- package/esm2015/lib/UltraCalcFunctionSheet.js +1 -1
- package/esm2015/lib/UltraCalcFunctionText.js +2 -2
- package/esm2015/lib/UltraCalcFunctionTime.js +1 -1
- package/esm2015/lib/UltraCalcFunctionTimeValue.js +1 -1
- package/esm2015/lib/UltraCalcFunctionUSDollar.js +1 -1
- package/esm2015/lib/UltraCalcFunctionVLookup.js +15 -8
- package/esm2015/lib/UltraCalcFunctionYearFrac.js +2 -2
- package/esm2015/lib/WorkItem_combined.js +82 -32
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +5 -5
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +88 -86
- package/esm5/lib/DefaultStyleHelper_combined.js +9630 -9531
- package/esm5/lib/ExternalEventWorkItem$1.js +1 -1
- package/esm5/lib/ExternalEventWorkItem.js +1 -1
- package/esm5/lib/SpreadsheetML2009Main_combined.js +21 -17
- package/esm5/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +7 -7
- package/esm5/lib/UltraCalcConditionalFunctionBase_combined.js +7 -3
- package/esm5/lib/UltraCalcFunctionCell.js +1 -1
- package/esm5/lib/UltraCalcFunctionColumn.js +1 -1
- package/esm5/lib/UltraCalcFunctionDateValue.js +1 -1
- package/esm5/lib/UltraCalcFunctionDays.js +4 -4
- package/esm5/lib/UltraCalcFunctionHLookup.js +15 -8
- package/esm5/lib/UltraCalcFunctionIRR.js +1 -1
- package/esm5/lib/UltraCalcFunctionIndirect.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookup.js +21 -12
- package/esm5/lib/UltraCalcFunctionLookupBase.js +5 -5
- package/esm5/lib/UltraCalcFunctionMatch.js +13 -4
- package/esm5/lib/UltraCalcFunctionRow.js +1 -1
- package/esm5/lib/UltraCalcFunctionSheet.js +1 -1
- package/esm5/lib/UltraCalcFunctionText.js +2 -2
- package/esm5/lib/UltraCalcFunctionTime.js +1 -1
- package/esm5/lib/UltraCalcFunctionTimeValue.js +1 -1
- package/esm5/lib/UltraCalcFunctionUSDollar.js +1 -1
- package/esm5/lib/UltraCalcFunctionVLookup.js +15 -8
- package/esm5/lib/UltraCalcFunctionYearFrac.js +2 -2
- package/esm5/lib/WorkItem_combined.js +82 -32
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +5 -5
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +86 -84
- package/fesm2015/igniteui-webcomponents-excel.js +7355 -7175
- package/fesm5/igniteui-webcomponents-excel.js +10269 -10085
- package/lib/DefaultStyleHelper_combined.d.ts +1409 -1377
- package/lib/WorkItem_combined.d.ts +20 -8
- package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +25 -24
- package/package.json +2 -2
|
@@ -222,19 +222,19 @@ import { WorksheetCellBlock_DataTypeEncoded } from "./WorksheetCellBlock_DataTyp
|
|
|
222
222
|
import { WorksheetRowSerializationCache } from "./WorksheetRowSerializationCache";
|
|
223
223
|
import { SheetSerializationCache } from "./SheetSerializationCache";
|
|
224
224
|
import { FtCmo } from "./FtCmo";
|
|
225
|
+
import { WhitespaceType } from "./WhitespaceType";
|
|
226
|
+
import { AttrTokenBase_AttrType } from "./AttrTokenBase_AttrType";
|
|
227
|
+
import { FormulaParser_TextSpan } from "./FormulaParser_TextSpan";
|
|
228
|
+
import { FormulaParser_PositionInfo } from "./FormulaParser_PositionInfo";
|
|
225
229
|
import { ISelectorFunctionOptimizationToken } from "./ISelectorFunctionOptimizationToken";
|
|
230
|
+
import { DataBarFillType } from "./DataBarFillType";
|
|
231
|
+
import { DataBarDirection } from "./DataBarDirection";
|
|
226
232
|
import { FormatConditionOperator } from "./FormatConditionOperator";
|
|
227
233
|
import { FormatConditionTopBottom } from "./FormatConditionTopBottom";
|
|
228
234
|
import { FormatConditionAboveBelow } from "./FormatConditionAboveBelow";
|
|
229
235
|
import { FormatConditionTimePeriod } from "./FormatConditionTimePeriod";
|
|
230
236
|
import { FormatConditionTextOperator } from "./FormatConditionTextOperator";
|
|
231
237
|
import { ColorScaleType } from "./ColorScaleType";
|
|
232
|
-
import { WhitespaceType } from "./WhitespaceType";
|
|
233
|
-
import { AttrTokenBase_AttrType } from "./AttrTokenBase_AttrType";
|
|
234
|
-
import { FormulaParser_TextSpan } from "./FormulaParser_TextSpan";
|
|
235
|
-
import { FormulaParser_PositionInfo } from "./FormulaParser_PositionInfo";
|
|
236
|
-
import { DataBarFillType } from "./DataBarFillType";
|
|
237
|
-
import { DataBarDirection } from "./DataBarDirection";
|
|
238
238
|
import { LoadOnDemandTree_ChangeAdjustmentPoint$1 } from "./LoadOnDemandTree_ChangeAdjustmentPoint$1";
|
|
239
239
|
import { LoadOnDemandTree_ChangeHistoryItem$1 } from "./LoadOnDemandTree_ChangeHistoryItem$1";
|
|
240
240
|
import { LoadOnDemandTree_ChangeHistoryItemAdd$1 } from "./LoadOnDemandTree_ChangeHistoryItemAdd$1";
|
|
@@ -1012,15 +1012,15 @@ export declare class Workbook extends Base {
|
|
|
1012
1012
|
/**
|
|
1013
1013
|
* @hidden
|
|
1014
1014
|
*/
|
|
1015
|
-
private static
|
|
1015
|
+
private static _jk;
|
|
1016
1016
|
/**
|
|
1017
1017
|
* @hidden
|
|
1018
1018
|
*/
|
|
1019
|
-
private static
|
|
1019
|
+
private static _jl;
|
|
1020
1020
|
/**
|
|
1021
1021
|
* @hidden
|
|
1022
1022
|
*/
|
|
1023
|
-
private static
|
|
1023
|
+
private static _jn;
|
|
1024
1024
|
/**
|
|
1025
1025
|
* @hidden
|
|
1026
1026
|
*/
|
|
@@ -1104,7 +1104,7 @@ export declare class Workbook extends Base {
|
|
|
1104
1104
|
private _a8;
|
|
1105
1105
|
private _ba;
|
|
1106
1106
|
private _de;
|
|
1107
|
-
private
|
|
1107
|
+
private _jm;
|
|
1108
1108
|
private readonly _dw;
|
|
1109
1109
|
private _cl;
|
|
1110
1110
|
private _d5;
|
|
@@ -1286,10 +1286,21 @@ export declare class Workbook extends Base {
|
|
|
1286
1286
|
* @hidden
|
|
1287
1287
|
*/
|
|
1288
1288
|
_recalculate1(a: boolean): void;
|
|
1289
|
+
/**
|
|
1290
|
+
* Recalculates all formulas on the workbook.
|
|
1291
|
+
* <p class="body">
|
|
1292
|
+
* This can be used when the [[calculationMode]] is Manual. In Manual mode, when cells are dirtied, formulas referencing
|
|
1293
|
+
* those cells will not be recalculated until Recalculate is called or [[recalculateBeforeSave]] is True and the workbook is saved.
|
|
1294
|
+
* </p>
|
|
1295
|
+
* @param includeNonDirtyFormulas True to recalculate all formulas on the workbook regardless of whether they had a pending evaluation. False to only calculate dirty formulas.
|
|
1296
|
+
* @see [[calculationMode]]
|
|
1297
|
+
* @see [[recalculateBeforeSave]]
|
|
1298
|
+
*/
|
|
1299
|
+
recalculateAsync(includeNonDirtyFormulas: boolean): void;
|
|
1289
1300
|
/**
|
|
1290
1301
|
* @hidden
|
|
1291
1302
|
*/
|
|
1292
|
-
_it(a: boolean, b: boolean): void;
|
|
1303
|
+
_it(a: boolean, b: boolean, c?: boolean): void;
|
|
1293
1304
|
/**
|
|
1294
1305
|
* Registers a single [[ExcelCalcFunction]] instance.
|
|
1295
1306
|
* <p class="body">
|
|
@@ -1377,7 +1388,7 @@ export declare class Workbook extends Base {
|
|
|
1377
1388
|
/**
|
|
1378
1389
|
* @hidden
|
|
1379
1390
|
*/
|
|
1380
|
-
|
|
1391
|
+
_i2(a: Stream, b?: WorkbookSaveOptions): void;
|
|
1381
1392
|
/**
|
|
1382
1393
|
* Sets the current format of the workbook.
|
|
1383
1394
|
* @param format The file format to use when imposing format restrictions and saving.
|
|
@@ -1865,15 +1876,15 @@ export declare class Workbook extends Base {
|
|
|
1865
1876
|
/**
|
|
1866
1877
|
* @hidden
|
|
1867
1878
|
*/
|
|
1868
|
-
|
|
1879
|
+
_iv(a: IWorkbookOwner): void;
|
|
1869
1880
|
/**
|
|
1870
1881
|
* @hidden
|
|
1871
1882
|
*/
|
|
1872
|
-
|
|
1883
|
+
_iw(a: SingleTargetFormula): void;
|
|
1873
1884
|
/**
|
|
1874
1885
|
* @hidden
|
|
1875
1886
|
*/
|
|
1876
|
-
|
|
1887
|
+
_ix(a: NamedCalcReferenceBase): void;
|
|
1877
1888
|
/**
|
|
1878
1889
|
* @hidden
|
|
1879
1890
|
*/
|
|
@@ -1881,39 +1892,39 @@ export declare class Workbook extends Base {
|
|
|
1881
1892
|
/**
|
|
1882
1893
|
* @hidden
|
|
1883
1894
|
*/
|
|
1884
|
-
|
|
1895
|
+
_i4(a: WorkbookFormat): void;
|
|
1885
1896
|
/**
|
|
1886
1897
|
* @hidden
|
|
1887
1898
|
*/
|
|
1888
|
-
|
|
1899
|
+
_jb(a: IWorkbookOwner): void;
|
|
1889
1900
|
/**
|
|
1890
1901
|
* @hidden
|
|
1891
1902
|
*/
|
|
1892
|
-
|
|
1903
|
+
_jf(): void;
|
|
1893
1904
|
/**
|
|
1894
1905
|
* @hidden
|
|
1895
1906
|
*/
|
|
1896
|
-
|
|
1907
|
+
_ji(a: string, b: NamedReferenceBase): void;
|
|
1897
1908
|
/**
|
|
1898
1909
|
* @hidden
|
|
1899
1910
|
*/
|
|
1900
|
-
|
|
1911
|
+
_jh(a: Formula, b: WorksheetRow, c: number): void;
|
|
1901
1912
|
/**
|
|
1902
1913
|
* @hidden
|
|
1903
1914
|
*/
|
|
1904
|
-
static
|
|
1915
|
+
static _i7(): void;
|
|
1905
1916
|
/**
|
|
1906
1917
|
* @hidden
|
|
1907
1918
|
*/
|
|
1908
|
-
|
|
1919
|
+
_i8(): void;
|
|
1909
1920
|
/**
|
|
1910
1921
|
* @hidden
|
|
1911
1922
|
*/
|
|
1912
|
-
static
|
|
1923
|
+
static _i9(a: boolean): void;
|
|
1913
1924
|
/**
|
|
1914
1925
|
* @hidden
|
|
1915
1926
|
*/
|
|
1916
|
-
|
|
1927
|
+
_jj(a: Sheet, b: string, c: string): void;
|
|
1917
1928
|
/**
|
|
1918
1929
|
* @hidden
|
|
1919
1930
|
*/
|
|
@@ -1953,15 +1964,15 @@ export declare class Workbook extends Base {
|
|
|
1953
1964
|
/**
|
|
1954
1965
|
* @hidden
|
|
1955
1966
|
*/
|
|
1956
|
-
private
|
|
1967
|
+
private _jc;
|
|
1957
1968
|
/**
|
|
1958
1969
|
* @hidden
|
|
1959
1970
|
*/
|
|
1960
|
-
private
|
|
1971
|
+
private _je;
|
|
1961
1972
|
/**
|
|
1962
1973
|
* @hidden
|
|
1963
1974
|
*/
|
|
1964
|
-
|
|
1975
|
+
_jg(a: FormatLimitErrors, b: WorkbookFormat): void;
|
|
1965
1976
|
/**
|
|
1966
1977
|
* Gets or sets the value which indicates how a formula will be recalculated when a referenced value changes.
|
|
1967
1978
|
* <p class="body">
|
|
@@ -2332,11 +2343,11 @@ export declare class Workbook extends Base {
|
|
|
2332
2343
|
/**
|
|
2333
2344
|
* @hidden
|
|
2334
2345
|
*/
|
|
2335
|
-
private
|
|
2346
|
+
private _i5;
|
|
2336
2347
|
/**
|
|
2337
2348
|
* @hidden
|
|
2338
2349
|
*/
|
|
2339
|
-
static
|
|
2350
|
+
static _jd(a: Size): void;
|
|
2340
2351
|
/**
|
|
2341
2352
|
* @hidden
|
|
2342
2353
|
*/
|
|
@@ -2706,7 +2717,7 @@ export declare class Workbook extends Base {
|
|
|
2706
2717
|
/**
|
|
2707
2718
|
* @hidden
|
|
2708
2719
|
*/
|
|
2709
|
-
static get
|
|
2720
|
+
static get _jo(): Size;
|
|
2710
2721
|
/**
|
|
2711
2722
|
* @hidden
|
|
2712
2723
|
*/
|
|
@@ -2762,7 +2773,7 @@ export declare class Workbook extends Base {
|
|
|
2762
2773
|
/**
|
|
2763
2774
|
* @hidden
|
|
2764
2775
|
*/
|
|
2765
|
-
|
|
2776
|
+
_iy(): void;
|
|
2766
2777
|
/**
|
|
2767
2778
|
* @hidden
|
|
2768
2779
|
*/
|
|
@@ -2778,11 +2789,11 @@ export declare class Workbook extends Base {
|
|
|
2778
2789
|
/**
|
|
2779
2790
|
* @hidden
|
|
2780
2791
|
*/
|
|
2781
|
-
private static get
|
|
2792
|
+
private static get _jp();
|
|
2782
2793
|
/**
|
|
2783
2794
|
* @hidden
|
|
2784
2795
|
*/
|
|
2785
|
-
get
|
|
2796
|
+
get _jr(): Size;
|
|
2786
2797
|
}
|
|
2787
2798
|
/**
|
|
2788
2799
|
* @hidden
|
|
@@ -7156,16 +7167,16 @@ export declare class SingleTargetFormula extends Formula implements IExcelCalcFo
|
|
|
7156
7167
|
get _t(): Sheet;
|
|
7157
7168
|
_addDynamicReference1(a: IExcelCalcReference, b: ExcelCalcEngine, c?: boolean): boolean;
|
|
7158
7169
|
private _co;
|
|
7159
|
-
|
|
7170
|
+
_cu(a: ExcelCalcEngine): void;
|
|
7160
7171
|
private static _cp;
|
|
7161
|
-
private
|
|
7172
|
+
private _cv;
|
|
7162
7173
|
evaluateCore(a: Workbook): ExcelCalcValue;
|
|
7163
7174
|
_cf(a: Workbook, b: IExcelCalcReference, c: boolean): ExcelCalcValue;
|
|
7164
7175
|
_cr(): number;
|
|
7165
7176
|
private _cq;
|
|
7166
7177
|
private _cs;
|
|
7167
|
-
|
|
7168
|
-
private
|
|
7178
|
+
_cw(a: Workbook): void;
|
|
7179
|
+
private _ct;
|
|
7169
7180
|
private _cx;
|
|
7170
7181
|
_cy(a: RefBase, b: Workbook, c?: boolean): void;
|
|
7171
7182
|
get _cd(): ExcelCalcValue;
|
|
@@ -30302,60 +30313,63 @@ export declare class WorkbookUserDefinedStyle extends WorkbookStyle {
|
|
|
30302
30313
|
*/
|
|
30303
30314
|
export declare class ExcelCalcEngine extends Base {
|
|
30304
30315
|
static $t: Type;
|
|
30305
|
-
private readonly
|
|
30306
|
-
private readonly
|
|
30307
|
-
private
|
|
30308
|
-
private
|
|
30309
|
-
private readonly
|
|
30310
|
-
private
|
|
30311
|
-
private readonly
|
|
30312
|
-
private c;
|
|
30316
|
+
private readonly aa;
|
|
30317
|
+
private readonly ae;
|
|
30318
|
+
private l;
|
|
30319
|
+
private m;
|
|
30320
|
+
private readonly h;
|
|
30321
|
+
private ac;
|
|
30322
|
+
private readonly ad;
|
|
30313
30323
|
private j;
|
|
30314
|
-
private
|
|
30324
|
+
private s;
|
|
30325
|
+
private t;
|
|
30326
|
+
private readonly ab;
|
|
30327
|
+
private n;
|
|
30328
|
+
private o;
|
|
30315
30329
|
private readonly q;
|
|
30330
|
+
private r;
|
|
30331
|
+
private u;
|
|
30316
30332
|
private g;
|
|
30317
|
-
private h;
|
|
30318
|
-
private readonly i;
|
|
30319
30333
|
constructor(a: Workbook);
|
|
30320
|
-
|
|
30321
|
-
|
|
30322
|
-
|
|
30323
|
-
|
|
30324
|
-
|
|
30325
|
-
|
|
30326
|
-
|
|
30327
|
-
static
|
|
30328
|
-
|
|
30329
|
-
|
|
30330
|
-
|
|
30331
|
-
|
|
30332
|
-
|
|
30333
|
-
|
|
30334
|
-
|
|
30335
|
-
|
|
30336
|
-
|
|
30337
|
-
|
|
30338
|
-
|
|
30339
|
-
|
|
30340
|
-
|
|
30341
|
-
private z;
|
|
30342
|
-
private ae;
|
|
30343
|
-
private af;
|
|
30344
|
-
private ag;
|
|
30345
|
-
private ah;
|
|
30346
|
-
private ai;
|
|
30334
|
+
ah(a: IExcelCalcReference, b: RefBase): void;
|
|
30335
|
+
ai(a: SingleTargetFormula): void;
|
|
30336
|
+
v(): boolean;
|
|
30337
|
+
al(): void;
|
|
30338
|
+
am(a?: boolean): void;
|
|
30339
|
+
an(a: RefBase, b: boolean): void;
|
|
30340
|
+
ao(): void;
|
|
30341
|
+
static af(a: IExcelCalcReference): any;
|
|
30342
|
+
static i(a: IExcelCalcReference): IExcelCalcReference;
|
|
30343
|
+
y(a: RefBase): boolean;
|
|
30344
|
+
ar(a: WorksheetDataTable): void;
|
|
30345
|
+
as(a: WorksheetDataTable): void;
|
|
30346
|
+
at(a: NamedCalcReferenceBase, b: ReferenceActionCode): void;
|
|
30347
|
+
au(a: WorksheetTable): void;
|
|
30348
|
+
av(a: WorksheetTable): void;
|
|
30349
|
+
aw(a: CellCalcReference): void;
|
|
30350
|
+
ax(a: CellCalcReference, b: boolean): void;
|
|
30351
|
+
az(a: boolean, b: boolean): void;
|
|
30352
|
+
a0(a: IExcelCalcReference, b: RefBase): void;
|
|
30353
|
+
a1(a: SingleTargetFormula): void;
|
|
30354
|
+
a3(): void;
|
|
30347
30355
|
private aj;
|
|
30348
|
-
private v;
|
|
30349
30356
|
private ak;
|
|
30350
|
-
private
|
|
30351
|
-
private
|
|
30352
|
-
|
|
30353
|
-
|
|
30354
|
-
|
|
30355
|
-
private
|
|
30356
|
-
|
|
30357
|
-
|
|
30358
|
-
|
|
30357
|
+
private a;
|
|
30358
|
+
private b;
|
|
30359
|
+
private c;
|
|
30360
|
+
private d;
|
|
30361
|
+
private e;
|
|
30362
|
+
private ap;
|
|
30363
|
+
private ag;
|
|
30364
|
+
private aq;
|
|
30365
|
+
private ay;
|
|
30366
|
+
private f;
|
|
30367
|
+
private z;
|
|
30368
|
+
p(a: RefBase): RefBase;
|
|
30369
|
+
private a2;
|
|
30370
|
+
get k(): UltraCalcFunctionFactory;
|
|
30371
|
+
get w(): boolean;
|
|
30372
|
+
get x(): boolean;
|
|
30359
30373
|
}
|
|
30360
30374
|
/**
|
|
30361
30375
|
* @hidden
|
|
@@ -30559,57 +30573,58 @@ export declare class DependencyGraph extends Base {
|
|
|
30559
30573
|
private readonly e;
|
|
30560
30574
|
c: DependencyGraph_EvaluationEnumerator;
|
|
30561
30575
|
private j;
|
|
30576
|
+
private readonly t;
|
|
30562
30577
|
private readonly s;
|
|
30563
|
-
private readonly r;
|
|
30564
30578
|
private k;
|
|
30565
|
-
private readonly
|
|
30566
|
-
private readonly
|
|
30579
|
+
private readonly aa;
|
|
30580
|
+
private readonly u;
|
|
30567
30581
|
private static readonly f;
|
|
30568
30582
|
private i;
|
|
30569
30583
|
constructor(a: ExcelCalcEngine);
|
|
30570
|
-
|
|
30571
|
-
|
|
30572
|
-
|
|
30573
|
-
|
|
30574
|
-
|
|
30575
|
-
|
|
30584
|
+
ae(a: RefBase, b: RefBase): void;
|
|
30585
|
+
af(a: SingleTargetFormula): void;
|
|
30586
|
+
ag(a: RefBase): void;
|
|
30587
|
+
an(): void;
|
|
30588
|
+
ap(a: RefBase): void;
|
|
30589
|
+
ar(): void;
|
|
30576
30590
|
n(a: boolean): boolean;
|
|
30577
|
-
|
|
30591
|
+
z(): IEnumerator$1<RefBase>;
|
|
30578
30592
|
q(a: RefBase): boolean;
|
|
30579
|
-
|
|
30580
|
-
|
|
30581
|
-
|
|
30582
|
-
|
|
30583
|
-
|
|
30584
|
-
|
|
30585
|
-
|
|
30593
|
+
au(a: CellCalcReference): void;
|
|
30594
|
+
aw(a: RefBase, b: RefBase): void;
|
|
30595
|
+
ax(a: SingleTargetFormula): void;
|
|
30596
|
+
get r(): boolean;
|
|
30597
|
+
a3(): void;
|
|
30598
|
+
private a4;
|
|
30599
|
+
ah(a: IEnumerable$1<RefBase>, b: RefBase, c: boolean, d: number): void;
|
|
30600
|
+
private static ai;
|
|
30586
30601
|
private l;
|
|
30587
30602
|
private m;
|
|
30588
|
-
private ai;
|
|
30589
30603
|
private aj;
|
|
30590
|
-
private static readonly h;
|
|
30591
|
-
private static readonly aa;
|
|
30592
30604
|
private ak;
|
|
30593
|
-
private readonly
|
|
30605
|
+
private static readonly h;
|
|
30606
|
+
private static readonly ab;
|
|
30594
30607
|
private al;
|
|
30595
|
-
private
|
|
30596
|
-
private
|
|
30597
|
-
private
|
|
30608
|
+
private readonly ac;
|
|
30609
|
+
private am;
|
|
30610
|
+
private ao;
|
|
30611
|
+
private aq;
|
|
30598
30612
|
private static as;
|
|
30599
|
-
private
|
|
30613
|
+
private static at;
|
|
30600
30614
|
private v;
|
|
30601
30615
|
private w;
|
|
30616
|
+
private x;
|
|
30602
30617
|
private g;
|
|
30603
30618
|
private d;
|
|
30604
|
-
private
|
|
30619
|
+
private y;
|
|
30605
30620
|
private o;
|
|
30606
|
-
private
|
|
30607
|
-
private ax;
|
|
30608
|
-
private static readonly a;
|
|
30621
|
+
private av;
|
|
30609
30622
|
private ay;
|
|
30623
|
+
private static readonly a;
|
|
30610
30624
|
private az;
|
|
30611
|
-
private
|
|
30612
|
-
private a1;
|
|
30625
|
+
private a0;
|
|
30626
|
+
private static a1;
|
|
30627
|
+
private a2;
|
|
30613
30628
|
get p(): boolean;
|
|
30614
30629
|
}
|
|
30615
30630
|
/**
|
|
@@ -31016,27 +31031,43 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31016
31031
|
/**
|
|
31017
31032
|
* @hidden
|
|
31018
31033
|
*/
|
|
31019
|
-
private
|
|
31034
|
+
private static _h;
|
|
31020
31035
|
/**
|
|
31021
31036
|
* @hidden
|
|
31022
31037
|
*/
|
|
31023
|
-
private
|
|
31038
|
+
private static _g;
|
|
31024
31039
|
/**
|
|
31025
31040
|
* @hidden
|
|
31026
31041
|
*/
|
|
31027
|
-
|
|
31042
|
+
static _bv(a: ExcelCalcValue): void;
|
|
31028
31043
|
/**
|
|
31029
31044
|
* @hidden
|
|
31030
31045
|
*/
|
|
31031
|
-
|
|
31046
|
+
static _j(a: any): ExcelCalcValue;
|
|
31032
31047
|
/**
|
|
31033
31048
|
* @hidden
|
|
31034
31049
|
*/
|
|
31035
|
-
private
|
|
31050
|
+
private _bz;
|
|
31036
31051
|
/**
|
|
31037
31052
|
* @hidden
|
|
31038
31053
|
*/
|
|
31039
|
-
private
|
|
31054
|
+
private _n;
|
|
31055
|
+
/**
|
|
31056
|
+
* @hidden
|
|
31057
|
+
*/
|
|
31058
|
+
private _o;
|
|
31059
|
+
/**
|
|
31060
|
+
* @hidden
|
|
31061
|
+
*/
|
|
31062
|
+
_q: CalculationContext;
|
|
31063
|
+
/**
|
|
31064
|
+
* @hidden
|
|
31065
|
+
*/
|
|
31066
|
+
private _bw;
|
|
31067
|
+
/**
|
|
31068
|
+
* @hidden
|
|
31069
|
+
*/
|
|
31070
|
+
private _bo;
|
|
31040
31071
|
/**
|
|
31041
31072
|
* Returns whether this class instance contains an array value.
|
|
31042
31073
|
* @return True if this instance class contains an array, else false.
|
|
@@ -31052,16 +31083,16 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31052
31083
|
/**
|
|
31053
31084
|
* @hidden
|
|
31054
31085
|
*/
|
|
31055
|
-
get
|
|
31056
|
-
private
|
|
31086
|
+
get _w(): boolean;
|
|
31087
|
+
private _ab;
|
|
31057
31088
|
/**
|
|
31058
31089
|
* @hidden
|
|
31059
31090
|
*/
|
|
31060
|
-
get
|
|
31091
|
+
get _ac(): boolean;
|
|
31061
31092
|
/**
|
|
31062
31093
|
* @hidden
|
|
31063
31094
|
*/
|
|
31064
|
-
set
|
|
31095
|
+
set _ac(a: boolean);
|
|
31065
31096
|
/**
|
|
31066
31097
|
* Convert this class instance's value to an [[ArrayProxy]] data type.
|
|
31067
31098
|
* @return An array equivalent to the value of this instance.
|
|
@@ -31089,7 +31120,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31089
31120
|
/**
|
|
31090
31121
|
* @hidden
|
|
31091
31122
|
*/
|
|
31092
|
-
get
|
|
31123
|
+
get _r(): Workbook;
|
|
31093
31124
|
/**
|
|
31094
31125
|
* @hidden
|
|
31095
31126
|
*/
|
|
@@ -31109,27 +31140,27 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31109
31140
|
/**
|
|
31110
31141
|
* @hidden
|
|
31111
31142
|
*/
|
|
31112
|
-
private static readonly
|
|
31143
|
+
private static readonly _a1;
|
|
31113
31144
|
/**
|
|
31114
31145
|
* @hidden
|
|
31115
31146
|
*/
|
|
31116
|
-
private static readonly
|
|
31147
|
+
private static readonly _a0;
|
|
31117
31148
|
/**
|
|
31118
31149
|
* @hidden
|
|
31119
31150
|
*/
|
|
31120
|
-
private static readonly
|
|
31151
|
+
private static readonly _az;
|
|
31121
31152
|
/**
|
|
31122
31153
|
* @hidden
|
|
31123
31154
|
*/
|
|
31124
|
-
static readonly
|
|
31125
|
-
private
|
|
31155
|
+
static readonly _i: ExcelCalcValue;
|
|
31156
|
+
private _bp;
|
|
31126
31157
|
constructor(value: any);
|
|
31127
31158
|
constructor();
|
|
31128
31159
|
constructor(..._rest: any[]);
|
|
31129
31160
|
/**
|
|
31130
31161
|
* @hidden
|
|
31131
31162
|
*/
|
|
31132
|
-
|
|
31163
|
+
_by(a: any): void;
|
|
31133
31164
|
/**
|
|
31134
31165
|
* Convert this class instance's value to an int
|
|
31135
31166
|
* @return A signed 32-bit integer value containing the equivalent value of this instance
|
|
@@ -31155,7 +31186,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31155
31186
|
/**
|
|
31156
31187
|
* @hidden
|
|
31157
31188
|
*/
|
|
31158
|
-
private
|
|
31189
|
+
private _bx;
|
|
31159
31190
|
/**
|
|
31160
31191
|
* Convert this instance's value to a [[IExcelCalcReference]].
|
|
31161
31192
|
* <p class="body">
|
|
@@ -31169,15 +31200,15 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31169
31200
|
/**
|
|
31170
31201
|
* @hidden
|
|
31171
31202
|
*/
|
|
31172
|
-
|
|
31203
|
+
_m(a: boolean): IExcelCalcReference;
|
|
31173
31204
|
/**
|
|
31174
31205
|
* @hidden
|
|
31175
31206
|
*/
|
|
31176
|
-
private
|
|
31207
|
+
private _p;
|
|
31177
31208
|
/**
|
|
31178
31209
|
* @hidden
|
|
31179
31210
|
*/
|
|
31180
|
-
private static
|
|
31211
|
+
private static _k;
|
|
31181
31212
|
/**
|
|
31182
31213
|
* Convert this instance's value to an [[ExcelCalcErrorValue]]
|
|
31183
31214
|
* <p class="body">
|
|
@@ -31206,7 +31237,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31206
31237
|
/**
|
|
31207
31238
|
* @hidden
|
|
31208
31239
|
*/
|
|
31209
|
-
static
|
|
31240
|
+
static _ae(a: any): boolean;
|
|
31210
31241
|
/**
|
|
31211
31242
|
* Returns whether this class instance contains a null value
|
|
31212
31243
|
* @return True if this instance class contains a null value, else false
|
|
@@ -31215,7 +31246,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31215
31246
|
/**
|
|
31216
31247
|
* @hidden
|
|
31217
31248
|
*/
|
|
31218
|
-
static
|
|
31249
|
+
static _ag(a: any): boolean;
|
|
31219
31250
|
/**
|
|
31220
31251
|
* Returns whether this class instance contains a DBNull value
|
|
31221
31252
|
* @return True if this instance class contains a null value, else false
|
|
@@ -31229,7 +31260,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31229
31260
|
/**
|
|
31230
31261
|
* @hidden
|
|
31231
31262
|
*/
|
|
31232
|
-
static
|
|
31263
|
+
static _ak(a: any): boolean;
|
|
31233
31264
|
/**
|
|
31234
31265
|
* Returns whether this class instance contains a boolean value
|
|
31235
31266
|
* @return True if this instance class contains a boolean, else false
|
|
@@ -31238,7 +31269,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31238
31269
|
/**
|
|
31239
31270
|
* @hidden
|
|
31240
31271
|
*/
|
|
31241
|
-
static
|
|
31272
|
+
static _y(a: any): boolean;
|
|
31242
31273
|
/**
|
|
31243
31274
|
* Returns whether this class instance contains a DateTime value
|
|
31244
31275
|
* @return True if this instance class contains a DateTime, else false
|
|
@@ -31258,7 +31289,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31258
31289
|
/**
|
|
31259
31290
|
* @hidden
|
|
31260
31291
|
*/
|
|
31261
|
-
static
|
|
31292
|
+
static _s(a: ExcelCalcValue, b: ExcelCalcValue): boolean;
|
|
31262
31293
|
/**
|
|
31263
31294
|
* @hidden
|
|
31264
31295
|
*/
|
|
@@ -31288,7 +31319,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31288
31319
|
/**
|
|
31289
31320
|
* @hidden
|
|
31290
31321
|
*/
|
|
31291
|
-
static
|
|
31322
|
+
static _a8(a: ExcelCalcValue, b: any, c: ExcelCalcValue, d: any): number;
|
|
31292
31323
|
/**
|
|
31293
31324
|
* Indicates if the specified [[ExcelCalcValue]] has the save [[value]] as this instance.
|
|
31294
31325
|
* @param value [[ExcelCalcValue]] to compare against.
|
|
@@ -31298,7 +31329,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31298
31329
|
/**
|
|
31299
31330
|
* @hidden
|
|
31300
31331
|
*/
|
|
31301
|
-
|
|
31332
|
+
_al(a: IFormatProvider): boolean;
|
|
31302
31333
|
/**
|
|
31303
31334
|
* Gets the resolved value of the reference. This method will walk down the reference chain recursively to get the resolved value of the reference that is not just another reference.
|
|
31304
31335
|
* @return
|
|
@@ -31349,7 +31380,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31349
31380
|
/**
|
|
31350
31381
|
* @hidden
|
|
31351
31382
|
*/
|
|
31352
|
-
|
|
31383
|
+
_as(a: any, b: number, c: IFormatProvider, d: BaseError): {
|
|
31353
31384
|
ret: boolean;
|
|
31354
31385
|
p1: number;
|
|
31355
31386
|
p3: BaseError;
|
|
@@ -31379,7 +31410,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31379
31410
|
/**
|
|
31380
31411
|
* @hidden
|
|
31381
31412
|
*/
|
|
31382
|
-
|
|
31413
|
+
_an(a: IFormatProvider, b: Date, c?: boolean, d?: boolean): {
|
|
31383
31414
|
ret: boolean;
|
|
31384
31415
|
p1: Date;
|
|
31385
31416
|
};
|
|
@@ -31485,7 +31516,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31485
31516
|
/**
|
|
31486
31517
|
* @hidden
|
|
31487
31518
|
*/
|
|
31488
|
-
|
|
31519
|
+
_bt(a: any, b: IFormatProvider): string;
|
|
31489
31520
|
/**
|
|
31490
31521
|
* Convert this class instance's value to a byte data type
|
|
31491
31522
|
* <p class="body">
|
|
@@ -31587,7 +31618,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31587
31618
|
/**
|
|
31588
31619
|
* @hidden
|
|
31589
31620
|
*/
|
|
31590
|
-
private
|
|
31621
|
+
private _ap;
|
|
31591
31622
|
/**
|
|
31592
31623
|
* Converts a DateTime to Excel's numerical representation of a date.
|
|
31593
31624
|
* <p class="body">
|
|
@@ -31616,7 +31647,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31616
31647
|
/**
|
|
31617
31648
|
* @hidden
|
|
31618
31649
|
*/
|
|
31619
|
-
static
|
|
31650
|
+
static _bf(a: Date, b: boolean, c: boolean): Nullable$1<number>;
|
|
31620
31651
|
/**
|
|
31621
31652
|
* Converts Excel's numerical representation of a date to a DateTime.
|
|
31622
31653
|
* <p class="body">
|
|
@@ -31645,15 +31676,15 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31645
31676
|
/**
|
|
31646
31677
|
* @hidden
|
|
31647
31678
|
*/
|
|
31648
|
-
static
|
|
31679
|
+
static _bi(a: Workbook, b: number, c: boolean, d: boolean): Nullable$1<Date>;
|
|
31649
31680
|
/**
|
|
31650
31681
|
* @hidden
|
|
31651
31682
|
*/
|
|
31652
|
-
static
|
|
31683
|
+
static _bu(a: number, b?: boolean): number;
|
|
31653
31684
|
/**
|
|
31654
31685
|
* @hidden
|
|
31655
31686
|
*/
|
|
31656
|
-
static
|
|
31687
|
+
static _a2(a: number, b?: boolean): number;
|
|
31657
31688
|
/**
|
|
31658
31689
|
* @hidden
|
|
31659
31690
|
*/
|
|
@@ -31661,27 +31692,27 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31661
31692
|
/**
|
|
31662
31693
|
* @hidden
|
|
31663
31694
|
*/
|
|
31664
|
-
|
|
31695
|
+
_bn(a: boolean, b: boolean): any;
|
|
31665
31696
|
/**
|
|
31666
31697
|
* @hidden
|
|
31667
31698
|
*/
|
|
31668
|
-
private
|
|
31699
|
+
private _bk;
|
|
31669
31700
|
/**
|
|
31670
31701
|
* @hidden
|
|
31671
31702
|
*/
|
|
31672
|
-
private
|
|
31703
|
+
private _bl;
|
|
31673
31704
|
/**
|
|
31674
31705
|
* @hidden
|
|
31675
31706
|
*/
|
|
31676
|
-
static readonly
|
|
31707
|
+
static readonly _au: boolean;
|
|
31677
31708
|
/**
|
|
31678
31709
|
* @hidden
|
|
31679
31710
|
*/
|
|
31680
|
-
static readonly
|
|
31711
|
+
static readonly _at: boolean;
|
|
31681
31712
|
/**
|
|
31682
31713
|
* @hidden
|
|
31683
31714
|
*/
|
|
31684
|
-
get
|
|
31715
|
+
get _a4(): CultureInfo;
|
|
31685
31716
|
}
|
|
31686
31717
|
/**
|
|
31687
31718
|
* Represents a two-dimensional array of [[ExcelCalcValue]] instances used in calculations.
|
|
@@ -35065,255 +35096,604 @@ export declare class WorksheetCellCollection extends RowColumnCollectionBase$1<W
|
|
|
35065
35096
|
/**
|
|
35066
35097
|
* @hidden
|
|
35067
35098
|
*/
|
|
35068
|
-
export declare class
|
|
35099
|
+
export declare class CalcUtilities extends Base {
|
|
35069
35100
|
static $t: Type;
|
|
35070
|
-
static
|
|
35071
|
-
|
|
35072
|
-
|
|
35101
|
+
static i(a: WorksheetRegion, b: IExcelCalcReference): boolean;
|
|
35102
|
+
static c(a: any): ExcelCalcValue;
|
|
35103
|
+
static m(a: any): any;
|
|
35104
|
+
static b(a: number): ExcelCalcErrorCode;
|
|
35105
|
+
static h(a: IExcelCalcReference): TokenClass;
|
|
35106
|
+
static e(a: string, b: WorksheetRow, c: number, d: Worksheet, e: Workbook): IExcelCalcReference;
|
|
35107
|
+
static f(a: string, b: WorksheetRow, c: number, d: Worksheet, e: Workbook, f: CellReferenceMode): IExcelCalcReference;
|
|
35108
|
+
static a(a: WorksheetRegion): ExcelCalcValue[][];
|
|
35109
|
+
static l(a: IExcelCalcReference): IList$1<WorksheetRegion>;
|
|
35110
|
+
static g(a: CellCalcReference, b: WorksheetRegion, c: ExcelCalcErrorValue): {
|
|
35111
|
+
ret: CellCalcReference;
|
|
35112
|
+
p2: ExcelCalcErrorValue;
|
|
35113
|
+
};
|
|
35114
|
+
static n(a: any, b: boolean): any;
|
|
35115
|
+
static j(a: WorksheetRegion, b: IExcelCalcReference): boolean;
|
|
35116
|
+
static d(a: ArrayProxy, b: CellCalcReference): ExcelCalcValue;
|
|
35117
|
+
static k(a: CellCalcReference, b: number, c: number, d: number, e: number): {
|
|
35118
|
+
ret: boolean;
|
|
35119
|
+
p3: number;
|
|
35120
|
+
p4: number;
|
|
35121
|
+
};
|
|
35073
35122
|
}
|
|
35074
35123
|
/**
|
|
35075
35124
|
* @hidden
|
|
35076
35125
|
*/
|
|
35077
|
-
export declare
|
|
35126
|
+
export declare class FormulaContext extends Base {
|
|
35078
35127
|
static $t: Type;
|
|
35079
|
-
|
|
35080
|
-
|
|
35081
|
-
|
|
35082
|
-
|
|
35083
|
-
|
|
35128
|
+
private readonly a;
|
|
35129
|
+
private readonly n;
|
|
35130
|
+
private readonly g;
|
|
35131
|
+
private readonly c;
|
|
35132
|
+
private readonly k;
|
|
35133
|
+
private readonly e;
|
|
35134
|
+
private readonly i;
|
|
35135
|
+
constructor(a: number, b: Workbook);
|
|
35136
|
+
constructor(a: number, b: Workbook, c: Formula);
|
|
35137
|
+
constructor(a: number, b: Formula, c: CellReferenceMode, d: CultureInfo);
|
|
35138
|
+
constructor(a: number, b: Workbook, c: Worksheet, d: WorksheetRow, e: number, f: Formula);
|
|
35139
|
+
constructor(a: number, b: Sheet, c: number, d: number, e: WorkbookFormat, f: Formula, g?: CultureInfo, h?: CellReferenceMode);
|
|
35140
|
+
constructor(a: number, b: Workbook, c: Worksheet, d: WorksheetRow, e: number, f: Formula, g: CultureInfo, h: CellReferenceMode, i: WorkbookFormat);
|
|
35141
|
+
constructor(a: number, ..._rest: any[]);
|
|
35142
|
+
get b(): CellReferenceMode;
|
|
35143
|
+
get o(): CultureInfo;
|
|
35144
|
+
get h(): WorkbookFormat;
|
|
35145
|
+
get d(): Formula;
|
|
35146
|
+
get l(): WorksheetCellAddress;
|
|
35147
|
+
get m(): WorksheetRow;
|
|
35148
|
+
get f(): Workbook;
|
|
35149
|
+
get j(): Worksheet;
|
|
35084
35150
|
}
|
|
35085
35151
|
/**
|
|
35086
35152
|
* @hidden
|
|
35087
35153
|
*/
|
|
35088
|
-
export declare class
|
|
35154
|
+
export declare abstract class FormulaTokenEvaluator$1<TStackItem> extends FormulaTokenVisitor$1<boolean> {
|
|
35089
35155
|
static $t: Type;
|
|
35090
|
-
|
|
35091
|
-
|
|
35092
|
-
constructor(
|
|
35093
|
-
|
|
35094
|
-
|
|
35095
|
-
|
|
35096
|
-
|
|
35097
|
-
|
|
35098
|
-
|
|
35099
|
-
|
|
35100
|
-
|
|
35101
|
-
|
|
35102
|
-
|
|
35103
|
-
|
|
35104
|
-
|
|
35105
|
-
|
|
35106
|
-
|
|
35107
|
-
|
|
35156
|
+
protected $tStackItem: Type;
|
|
35157
|
+
protected readonly bf: Stack$1<TStackItem>;
|
|
35158
|
+
constructor($tStackItem: Type);
|
|
35159
|
+
a1(): void;
|
|
35160
|
+
r(a: BinaryOperatorToken): boolean;
|
|
35161
|
+
t(a: CellReferenceToken): boolean;
|
|
35162
|
+
w(a: FunctionOperator): boolean;
|
|
35163
|
+
x(a: IFunctionToken): boolean;
|
|
35164
|
+
y(a: FunctionVOperator): boolean;
|
|
35165
|
+
ai(a: OperandToken): boolean;
|
|
35166
|
+
aj(a: ParenToken): boolean;
|
|
35167
|
+
al(a: Ref3DToken): boolean;
|
|
35168
|
+
am(a: ReferenceToken): boolean;
|
|
35169
|
+
aq(a: RefToken): boolean;
|
|
35170
|
+
au(a: UnaryOperatorToken): boolean;
|
|
35171
|
+
protected a4(a: IFunctionToken, b: string): TStackItem;
|
|
35172
|
+
a2(): EvaluationResult$1<TStackItem>;
|
|
35173
|
+
a3(a: boolean): EvaluationResult$1<TStackItem>;
|
|
35174
|
+
protected abstract a5(a: BinaryOperatorToken, b: TStackItem, c: TStackItem): TStackItem;
|
|
35175
|
+
protected abstract a6(a: IFunctionToken, b: TStackItem, c: TStackItem[]): TStackItem;
|
|
35176
|
+
protected abstract a7(a: OperandToken): TStackItem;
|
|
35177
|
+
protected abstract a8(a: ParenToken, b: TStackItem): TStackItem;
|
|
35178
|
+
protected abstract a9(a: UnaryOperatorToken, b: TStackItem): TStackItem;
|
|
35179
|
+
private ba;
|
|
35180
|
+
private bb;
|
|
35181
|
+
private bc;
|
|
35182
|
+
private bd;
|
|
35183
|
+
private be;
|
|
35184
|
+
get bg(): Stack$1<TStackItem>;
|
|
35108
35185
|
}
|
|
35109
35186
|
/**
|
|
35110
35187
|
* @hidden
|
|
35111
35188
|
*/
|
|
35112
|
-
export declare class
|
|
35189
|
+
export declare class FormulaStringGenerator extends FormulaTokenEvaluator$1<string> {
|
|
35113
35190
|
static $t: Type;
|
|
35114
|
-
static
|
|
35191
|
+
private static bi;
|
|
35192
|
+
private bq;
|
|
35193
|
+
private bm;
|
|
35194
|
+
private bh;
|
|
35195
|
+
private bo;
|
|
35196
|
+
private bp;
|
|
35115
35197
|
constructor();
|
|
35116
|
-
|
|
35117
|
-
|
|
35118
|
-
|
|
35119
|
-
|
|
35120
|
-
protected
|
|
35121
|
-
|
|
35122
|
-
|
|
35123
|
-
|
|
35124
|
-
|
|
35125
|
-
|
|
35126
|
-
|
|
35127
|
-
protected
|
|
35128
|
-
|
|
35198
|
+
protected a4(a: IFunctionToken, b: string): string;
|
|
35199
|
+
a2(): EvaluationResult$1<string>;
|
|
35200
|
+
protected a5(a: BinaryOperatorToken, b: string, c: string): string;
|
|
35201
|
+
protected a6(a: IFunctionToken, b: string, c: string[]): string;
|
|
35202
|
+
protected a7(a: OperandToken): string;
|
|
35203
|
+
protected a8(a: ParenToken, b: string): string;
|
|
35204
|
+
protected a9(a: UnaryOperatorToken, b: string): string;
|
|
35205
|
+
a1(): void;
|
|
35206
|
+
o(a: AttrSpaceToken): boolean;
|
|
35207
|
+
v(a: ExpToken): boolean;
|
|
35208
|
+
at(a: TblToken): boolean;
|
|
35209
|
+
protected bs(a: FormulaToken): string;
|
|
35210
|
+
private bt;
|
|
35211
|
+
static bj(a: FormulaContext): FormulaStringGenerator;
|
|
35212
|
+
static bk(a: FormulaContext, b: string[]): FormulaStringGenerator;
|
|
35213
|
+
static bl(a: FormulaContext, b: boolean): FormulaStringGenerator;
|
|
35214
|
+
protected static bu(a: FormulaStringGenerator, b: FormulaContext, c: boolean): void;
|
|
35215
|
+
private bv;
|
|
35216
|
+
protected get_bn(): boolean;
|
|
35217
|
+
protected get bn(): boolean;
|
|
35129
35218
|
}
|
|
35130
35219
|
/**
|
|
35131
35220
|
* @hidden
|
|
35132
35221
|
*/
|
|
35133
|
-
export declare class
|
|
35222
|
+
export declare abstract class SpecialFormulaToken extends FormulaToken {
|
|
35134
35223
|
static $t: Type;
|
|
35135
|
-
constructor(a:
|
|
35136
|
-
|
|
35137
|
-
|
|
35138
|
-
readonly b: WorksheetDataTableCollection;
|
|
35139
|
-
readonly a: WorksheetDataTable;
|
|
35140
|
-
readonly d: number;
|
|
35141
|
-
readonly c: WorksheetRegionAddress;
|
|
35142
|
-
readonly e: Nullable$1<WorksheetCellAddress>;
|
|
35143
|
-
readonly f: Nullable$1<WorksheetCellAddress>;
|
|
35144
|
-
get workbook(): Workbook;
|
|
35145
|
-
get sheet(): Sheet;
|
|
35146
|
-
get source(): any;
|
|
35224
|
+
constructor(a: TokenClass);
|
|
35225
|
+
protected get_n(): boolean;
|
|
35226
|
+
get n(): boolean;
|
|
35147
35227
|
}
|
|
35148
35228
|
/**
|
|
35149
|
-
*
|
|
35229
|
+
* @hidden
|
|
35150
35230
|
*/
|
|
35151
|
-
export declare class
|
|
35231
|
+
export declare abstract class AttrTokenBase extends SpecialFormulaToken {
|
|
35152
35232
|
static $t: Type;
|
|
35153
|
-
|
|
35154
|
-
|
|
35155
|
-
|
|
35156
|
-
|
|
35157
|
-
|
|
35158
|
-
|
|
35159
|
-
|
|
35160
|
-
|
|
35161
|
-
|
|
35162
|
-
|
|
35163
|
-
|
|
35164
|
-
|
|
35165
|
-
/**
|
|
35166
|
-
* @hidden
|
|
35167
|
-
*/
|
|
35168
|
-
private static _a;
|
|
35169
|
-
private _h;
|
|
35170
|
-
/**
|
|
35171
|
-
* @hidden
|
|
35172
|
-
*/
|
|
35173
|
-
_d: Worksheet;
|
|
35174
|
-
static staticInit(): void;
|
|
35175
|
-
constructor(a: Worksheet);
|
|
35176
|
-
/**
|
|
35177
|
-
* @hidden
|
|
35178
|
-
*/
|
|
35179
|
-
add(item: WorksheetDataTable): void;
|
|
35180
|
-
/**
|
|
35181
|
-
* Creates a new data table and adds it to the collection.
|
|
35182
|
-
* <p class="body">
|
|
35183
|
-
* The input cells specified must be different cell references and at least one must be non-null.
|
|
35184
|
-
* See the [[WorksheetDataTable]] overview for more information on data tables.
|
|
35185
|
-
* </p>
|
|
35186
|
-
* @param cellsInTable The region of cells in the data table.
|
|
35187
|
-
* @param columnInputCell The cell used as the column-input cell in the data table.
|
|
35188
|
-
* @param rowInputCell The cell used as the row-input cell in the data table.
|
|
35189
|
-
* @throws [[ArgumentNullException]] 'cellsInTable' is null.
|
|
35190
|
-
* @throws [[ArgumentException]] 'cellsInTable' is a region which does not belongs to the worksheet which owns this collection.
|
|
35191
|
-
* @throws [[ArgumentException]] 'columnInputCell' is not null but does not belong to the worksheet which owns this collection.
|
|
35192
|
-
* @throws [[ArgumentException]] 'rowInputCell' is not null but does not belong to the worksheet which owns this collection.
|
|
35193
|
-
* @throws [[InvalidOperationException]] Both 'columnInputCell' and 'rowInputCell' are null.
|
|
35194
|
-
* @throws [[InvalidOperationException]] 'columnInputCell' and 'rowInputCell' are the same cell.
|
|
35195
|
-
* @throws [[InvalidOperationException]] 'columnInputCell' or 'rowInputCell' are contained in the
|
|
35196
|
-
* 'cellsInTable' region.
|
|
35197
|
-
* @throws [[InvalidOperationException]] One or more of the interior cells of the 'cellsInTable' region (all cells except the left-most column
|
|
35198
|
-
* and top row) is an interior cell of another data table or is a cell in an array formula, and the entire
|
|
35199
|
-
* range of that other entity extends outside the interior cells of 'cellsInTable'.
|
|
35200
|
-
* @return The newly created data table.
|
|
35201
|
-
*/
|
|
35202
|
-
add(cellsInTable: WorksheetRegion, columnInputCell: WorksheetCell, rowInputCell: WorksheetCell): WorksheetDataTable;
|
|
35203
|
-
/**
|
|
35204
|
-
* @hidden
|
|
35205
|
-
*/
|
|
35206
|
-
_add$e(a: WorksheetDataTable): void;
|
|
35207
|
-
/**
|
|
35208
|
-
* @hidden
|
|
35209
|
-
*/
|
|
35210
|
-
contains(item: WorksheetDataTable): boolean;
|
|
35211
|
-
/**
|
|
35212
|
-
* @hidden
|
|
35213
|
-
*/
|
|
35214
|
-
copyTo(array: WorksheetDataTable[], arrayIndex: number): void;
|
|
35215
|
-
/**
|
|
35216
|
-
* @hidden
|
|
35217
|
-
*/
|
|
35218
|
-
get isReadOnly(): boolean;
|
|
35219
|
-
/**
|
|
35220
|
-
* @hidden
|
|
35221
|
-
*/
|
|
35222
|
-
remove(item: WorksheetDataTable): boolean;
|
|
35223
|
-
[Symbol.iterator](): EnumeratorWrapper<WorksheetDataTable>;
|
|
35224
|
-
/**
|
|
35225
|
-
* @hidden
|
|
35226
|
-
*/
|
|
35227
|
-
getEnumerator(): IEnumerator$1<WorksheetDataTable>;
|
|
35228
|
-
/**
|
|
35229
|
-
* @hidden
|
|
35230
|
-
*/
|
|
35231
|
-
getEnumeratorObject(): IEnumerator;
|
|
35232
|
-
/**
|
|
35233
|
-
* @hidden
|
|
35234
|
-
*/
|
|
35235
|
-
_add1(a: WorksheetRegion, b: WorksheetCell, c: WorksheetCell): WorksheetDataTable;
|
|
35236
|
-
/**
|
|
35237
|
-
* Clears all data tables from the collection.
|
|
35238
|
-
* <p class="body">
|
|
35239
|
-
* Once a data table is removed from the collection, it can no longer be used.
|
|
35240
|
-
* </p>
|
|
35241
|
-
*/
|
|
35242
|
-
clear(): void;
|
|
35243
|
-
/**
|
|
35244
|
-
* Removes the specified data table from the collection.
|
|
35245
|
-
* <p class="body">
|
|
35246
|
-
* Once a data table is removed from the collection, it can no longer be used.
|
|
35247
|
-
* </p>
|
|
35248
|
-
* @param dataTable The data table to remove from the collection.
|
|
35249
|
-
* @return True if the dataTable was successfully removed; False if the dataTable was not in the collection.
|
|
35250
|
-
*/
|
|
35251
|
-
remove_1(dataTable: WorksheetDataTable): boolean;
|
|
35252
|
-
/**
|
|
35253
|
-
* Removes the data table at the specified index from the collection.
|
|
35254
|
-
* <p class="body">
|
|
35255
|
-
* Once a data table is removed from the collection, it can no longer be used.
|
|
35256
|
-
* </p>
|
|
35257
|
-
* @param index The zero-based index of the data table to remove from the collection.
|
|
35258
|
-
*/
|
|
35259
|
-
removeAt(index: number): void;
|
|
35260
|
-
/**
|
|
35261
|
-
* @hidden
|
|
35262
|
-
*/
|
|
35263
|
-
private static _c;
|
|
35264
|
-
/**
|
|
35265
|
-
* @hidden
|
|
35266
|
-
*/
|
|
35267
|
-
private static _b;
|
|
35268
|
-
/**
|
|
35269
|
-
* @hidden
|
|
35270
|
-
*/
|
|
35271
|
-
private _o;
|
|
35272
|
-
/**
|
|
35273
|
-
* @hidden
|
|
35274
|
-
*/
|
|
35275
|
-
private _m;
|
|
35276
|
-
/**
|
|
35277
|
-
* @hidden
|
|
35278
|
-
*/
|
|
35279
|
-
private _p;
|
|
35280
|
-
/**
|
|
35281
|
-
* @hidden
|
|
35282
|
-
*/
|
|
35283
|
-
private static _r;
|
|
35284
|
-
/**
|
|
35285
|
-
* @hidden
|
|
35286
|
-
*/
|
|
35287
|
-
private static _s;
|
|
35288
|
-
/**
|
|
35289
|
-
* Gets the number of data tables in the collection.
|
|
35290
|
-
* The number of data tables in the collection.
|
|
35291
|
-
*/
|
|
35292
|
-
get count(): number;
|
|
35293
|
-
/**
|
|
35294
|
-
* Gets the data table at the specified index in the collection.
|
|
35295
|
-
* The data table at the specified index.
|
|
35296
|
-
* @param index The zero-based index of the data table to get.
|
|
35297
|
-
*/
|
|
35298
|
-
item(a: number): WorksheetDataTable;
|
|
35233
|
+
constructor();
|
|
35234
|
+
protected get_f(): Token;
|
|
35235
|
+
get f(): Token;
|
|
35236
|
+
l(a: FormulaContext, b: GetFormulaStringInfo): string;
|
|
35237
|
+
static o(a: IBiffRecordStream, b: number[], c: number): {
|
|
35238
|
+
ret: AttrTokenBase;
|
|
35239
|
+
p1?: number[];
|
|
35240
|
+
p2?: number;
|
|
35241
|
+
};
|
|
35242
|
+
abstract get p(): AttrTokenBase_AttrType;
|
|
35243
|
+
protected get_q(): boolean;
|
|
35244
|
+
get q(): boolean;
|
|
35299
35245
|
}
|
|
35300
35246
|
/**
|
|
35301
35247
|
* @hidden
|
|
35302
35248
|
*/
|
|
35303
|
-
export declare class
|
|
35249
|
+
export declare class AttrSpaceToken extends AttrTokenBase {
|
|
35304
35250
|
static $t: Type;
|
|
35305
|
-
|
|
35306
|
-
|
|
35251
|
+
private static w;
|
|
35252
|
+
private u;
|
|
35253
|
+
private s;
|
|
35254
|
+
constructor(a: number);
|
|
35255
|
+
constructor(a: number, b: number, c: WhitespaceType);
|
|
35307
35256
|
constructor(a: number, ..._rest: any[]);
|
|
35308
|
-
|
|
35309
|
-
|
|
35310
|
-
|
|
35311
|
-
|
|
35312
|
-
|
|
35313
|
-
|
|
35314
|
-
|
|
35315
|
-
|
|
35316
|
-
|
|
35257
|
+
static r(a: number, b: WhitespaceType): AttrSpaceToken;
|
|
35258
|
+
m(a: FormulaTokenVisitor): void;
|
|
35259
|
+
d<TResult>($tResult: Type, a: FormulaTokenVisitor$1<TResult>): TResult;
|
|
35260
|
+
e<TArgument, TResult>($tArgument: Type, $tResult: Type, a: FormulaTokenVisitor$2<TArgument, TResult>, b: TArgument): TResult;
|
|
35261
|
+
j(a: FormulaContext, b: FormulaToken, c: FormulaContext): boolean;
|
|
35262
|
+
l(a: FormulaContext, b: GetFormulaStringInfo): string;
|
|
35263
|
+
protected get_p(): AttrTokenBase_AttrType;
|
|
35264
|
+
get p(): AttrTokenBase_AttrType;
|
|
35265
|
+
get v(): number;
|
|
35266
|
+
set v(a: number);
|
|
35267
|
+
get t(): WhitespaceType;
|
|
35268
|
+
set t(a: WhitespaceType);
|
|
35269
|
+
}
|
|
35270
|
+
/**
|
|
35271
|
+
* @hidden
|
|
35272
|
+
*/
|
|
35273
|
+
export declare class FormulaParser extends Base {
|
|
35274
|
+
static $t: Type;
|
|
35275
|
+
static b(a: string, b: CultureInfo): ErrorValue;
|
|
35276
|
+
static d(a: string, b: CellReferenceMode, c: FormulaType, d: WorkbookFormat, e: CultureInfo, f: List$1<WorkbookReferenceBase>, g: FormulaParseException): {
|
|
35277
|
+
ret: Formula;
|
|
35278
|
+
p6: FormulaParseException;
|
|
35279
|
+
};
|
|
35280
|
+
static e(a: string, b: CellReferenceMode, c: FormulaType, d: WorkbookFormat, e: CultureInfo, f: List$1<WorkbookReferenceBase>, g: number, h: number, i: FormulaParseException): {
|
|
35281
|
+
ret: Formula;
|
|
35282
|
+
p8: FormulaParseException;
|
|
35283
|
+
};
|
|
35284
|
+
static f(a: string, b: FormulaType, c: FormulaContext, d: List$1<WorkbookReferenceBase>, e: FormulaParseException): {
|
|
35285
|
+
ret: Formula;
|
|
35286
|
+
p4: FormulaParseException;
|
|
35287
|
+
};
|
|
35288
|
+
private static m;
|
|
35289
|
+
private cx;
|
|
35290
|
+
cz: string;
|
|
35291
|
+
private readonly cb;
|
|
35292
|
+
readonly cc: List$1<FormulaParser_FormulaTokenInfo>;
|
|
35293
|
+
private bz;
|
|
35294
|
+
i: FormulaType;
|
|
35295
|
+
b4: string;
|
|
35296
|
+
private r;
|
|
35297
|
+
cs: number;
|
|
35298
|
+
private af;
|
|
35299
|
+
private g;
|
|
35300
|
+
private cj;
|
|
35301
|
+
private readonly p;
|
|
35302
|
+
private ca;
|
|
35303
|
+
private readonly d0;
|
|
35304
|
+
private readonly cg;
|
|
35305
|
+
private readonly ce;
|
|
35306
|
+
private readonly cf;
|
|
35307
|
+
private readonly cd;
|
|
35308
|
+
private readonly d1;
|
|
35309
|
+
private x;
|
|
35310
|
+
private readonly b6;
|
|
35311
|
+
j: FormulaContext;
|
|
35312
|
+
private ch;
|
|
35313
|
+
private ci;
|
|
35314
|
+
constructor();
|
|
35315
|
+
private ef;
|
|
35316
|
+
private c;
|
|
35317
|
+
private av;
|
|
35318
|
+
private a5;
|
|
35319
|
+
private be;
|
|
35320
|
+
private ag;
|
|
35321
|
+
private ah;
|
|
35322
|
+
private ai;
|
|
35323
|
+
private ct;
|
|
35324
|
+
private cu;
|
|
35325
|
+
private aj;
|
|
35326
|
+
private ak;
|
|
35327
|
+
private al;
|
|
35328
|
+
static am(a: string, b: number, c: WorkbookFormat, d: CultureInfo, e: number, f: boolean, g: number): {
|
|
35329
|
+
ret: boolean;
|
|
35330
|
+
p4?: number;
|
|
35331
|
+
p5?: boolean;
|
|
35332
|
+
p6: number;
|
|
35333
|
+
};
|
|
35334
|
+
private static an;
|
|
35335
|
+
private ao;
|
|
35336
|
+
static ap(a: string, b: number, c: WorkbookFormat, d: number, e: boolean, f: number): {
|
|
35337
|
+
ret: boolean;
|
|
35338
|
+
p3?: number;
|
|
35339
|
+
p4?: boolean;
|
|
35340
|
+
p5: number;
|
|
35341
|
+
};
|
|
35342
|
+
private aq;
|
|
35343
|
+
private cv;
|
|
35344
|
+
private eg;
|
|
35345
|
+
private at;
|
|
35346
|
+
private au;
|
|
35347
|
+
private c6;
|
|
35348
|
+
private c7;
|
|
35349
|
+
private c8;
|
|
35350
|
+
private c9;
|
|
35351
|
+
private aw;
|
|
35352
|
+
private ax;
|
|
35353
|
+
private s;
|
|
35354
|
+
private da;
|
|
35355
|
+
private ay;
|
|
35356
|
+
private az;
|
|
35357
|
+
private a0;
|
|
35358
|
+
private a1;
|
|
35359
|
+
private db;
|
|
35360
|
+
static dc(a: string, b: boolean, c: number): {
|
|
35361
|
+
ret: string;
|
|
35362
|
+
p2?: number;
|
|
35363
|
+
};
|
|
35364
|
+
private static b7;
|
|
35365
|
+
private static b8;
|
|
35366
|
+
private static b9;
|
|
35367
|
+
static ac(a: string, b: boolean): boolean;
|
|
35368
|
+
private eh;
|
|
35369
|
+
private a2;
|
|
35370
|
+
private ar;
|
|
35371
|
+
private dd;
|
|
35372
|
+
private as;
|
|
35373
|
+
private static z;
|
|
35374
|
+
static ei(a: string, b: string, c: string, d?: string): {
|
|
35375
|
+
p1: string;
|
|
35376
|
+
p2: string;
|
|
35377
|
+
};
|
|
35378
|
+
private a3;
|
|
35379
|
+
private a4;
|
|
35380
|
+
private cr;
|
|
35381
|
+
private a6;
|
|
35382
|
+
private a7;
|
|
35383
|
+
private a8;
|
|
35384
|
+
static a9(a: string, b: number, c: WorkbookFormat, d: number, e: boolean, f: number): {
|
|
35385
|
+
ret: boolean;
|
|
35386
|
+
p3?: number;
|
|
35387
|
+
p4?: boolean;
|
|
35388
|
+
p5: number;
|
|
35389
|
+
};
|
|
35390
|
+
private static ba;
|
|
35391
|
+
private bb;
|
|
35392
|
+
static bc(a: string, b: number, c: WorkbookFormat, d: number, e: boolean, f: number): {
|
|
35393
|
+
ret: boolean;
|
|
35394
|
+
p3?: number;
|
|
35395
|
+
p4?: boolean;
|
|
35396
|
+
p5: number;
|
|
35397
|
+
};
|
|
35398
|
+
private bd;
|
|
35399
|
+
private cw;
|
|
35400
|
+
private bf;
|
|
35401
|
+
private bg;
|
|
35402
|
+
private bh;
|
|
35403
|
+
private bi;
|
|
35404
|
+
private de;
|
|
35405
|
+
private bj;
|
|
35406
|
+
private df;
|
|
35407
|
+
private t;
|
|
35408
|
+
private static u;
|
|
35409
|
+
private static ae;
|
|
35410
|
+
private bk;
|
|
35411
|
+
private bl;
|
|
35412
|
+
private bm;
|
|
35413
|
+
static bu(a: string, b: boolean): {
|
|
35414
|
+
ret: boolean;
|
|
35415
|
+
p1: boolean;
|
|
35416
|
+
};
|
|
35417
|
+
private d2;
|
|
35418
|
+
private d3;
|
|
35419
|
+
private d4;
|
|
35420
|
+
private d5;
|
|
35421
|
+
private d6;
|
|
35422
|
+
private ed;
|
|
35423
|
+
private d7;
|
|
35424
|
+
private d9;
|
|
35425
|
+
d8(a: FormulaToken, b: number, c: number, d: FormulaParser_TextSpan, e: WhitespaceType): void;
|
|
35426
|
+
private ee;
|
|
35427
|
+
private ea;
|
|
35428
|
+
private eb;
|
|
35429
|
+
private ec;
|
|
35430
|
+
private q;
|
|
35431
|
+
private static k;
|
|
35432
|
+
static l(a: Workbook, b: Worksheet, c: WorksheetRow, d: number, e: CultureInfo, f: CellReferenceMode, g: FormulaType): FormulaContext;
|
|
35433
|
+
private v;
|
|
35434
|
+
private a;
|
|
35435
|
+
private static w;
|
|
35436
|
+
static c0(a: StructuredTableReferenceKeywordType): string;
|
|
35437
|
+
static bw(a: string): string;
|
|
35438
|
+
static bx(a: CultureInfo): string;
|
|
35439
|
+
static by(a: string): string;
|
|
35440
|
+
private y;
|
|
35441
|
+
static aa(a: string): boolean;
|
|
35442
|
+
static ab(a: string, b: WorkbookFormat, c: CultureInfo): boolean;
|
|
35443
|
+
private ad;
|
|
35444
|
+
ej(a: FormulaParser_PositionInfo): void;
|
|
35445
|
+
o(): FormulaParser_PositionInfo;
|
|
35446
|
+
static bo(a: string): boolean;
|
|
35447
|
+
bp(a: string): boolean;
|
|
35448
|
+
bq(a: string): boolean;
|
|
35449
|
+
private br;
|
|
35450
|
+
bs(a: string): boolean;
|
|
35451
|
+
private bt;
|
|
35452
|
+
private static get n();
|
|
35453
|
+
private get ck();
|
|
35454
|
+
private get cn();
|
|
35455
|
+
get h(): FormulaParseException;
|
|
35456
|
+
set h(a: FormulaParseException);
|
|
35457
|
+
private get bn();
|
|
35458
|
+
private dj;
|
|
35459
|
+
private dn;
|
|
35460
|
+
private dl;
|
|
35461
|
+
private dq;
|
|
35462
|
+
private ds;
|
|
35463
|
+
private du;
|
|
35464
|
+
private dw;
|
|
35465
|
+
private dy;
|
|
35466
|
+
private get dk();
|
|
35467
|
+
private get dp();
|
|
35468
|
+
private get dm();
|
|
35469
|
+
private get dr();
|
|
35470
|
+
private get dt();
|
|
35471
|
+
private get dv();
|
|
35472
|
+
private get dx();
|
|
35473
|
+
private get dz();
|
|
35474
|
+
}
|
|
35475
|
+
/**
|
|
35476
|
+
* Represents the aggregated conditioal format for a specific cell. It is returned via the <see cref="Worksheet.GetCellConditionalFormat(int, int)">Worksheet.GetCellConditionalFormat</see> and the <see cref="WorksheetRow.GetCellConditionalFormat">WorksheetRow.GetCellConditionalFormat</see> methods.
|
|
35477
|
+
*/
|
|
35478
|
+
export declare class CellConditionalFormat extends Base {
|
|
35479
|
+
static $t: Type;
|
|
35480
|
+
/**
|
|
35481
|
+
* @hidden
|
|
35482
|
+
*/
|
|
35483
|
+
static _a: CellConditionalFormat;
|
|
35484
|
+
private _g;
|
|
35485
|
+
private _b;
|
|
35486
|
+
private _d;
|
|
35487
|
+
private _i;
|
|
35488
|
+
constructor(a: number);
|
|
35489
|
+
constructor(a: number, b: WorksheetCellFormatData, c: CellDataBarInfo, d: CellIconInfo);
|
|
35490
|
+
constructor(a: number, ..._rest: any[]);
|
|
35491
|
+
/**
|
|
35492
|
+
* Returns a cell format that represents the aggregated format for all conditional formats that apply to the cell (read-only).
|
|
35493
|
+
*/
|
|
35494
|
+
get cellFormat(): IWorksheetCellFormat;
|
|
35495
|
+
/**
|
|
35496
|
+
* @hidden
|
|
35497
|
+
*/
|
|
35498
|
+
get _h(): WorksheetCellFormatData;
|
|
35499
|
+
/**
|
|
35500
|
+
* Returns a data bar info if applicable, otherwise null (read-only).
|
|
35501
|
+
*/
|
|
35502
|
+
get dataBarInfo(): CellDataBarInfo;
|
|
35503
|
+
/**
|
|
35504
|
+
* Returns an icon info if applicable, otherwise null (read-only).
|
|
35505
|
+
*/
|
|
35506
|
+
get iconInfo(): CellIconInfo;
|
|
35507
|
+
/**
|
|
35508
|
+
* Returns whether this cell has conditional formatting applied (read-only)
|
|
35509
|
+
*/
|
|
35510
|
+
get hasConditionFormatting(): boolean;
|
|
35511
|
+
}
|
|
35512
|
+
/**
|
|
35513
|
+
* Exposes the information necessary for drawing a data bar for a specific cell.
|
|
35514
|
+
* @see [[CellConditionalFormat]]
|
|
35515
|
+
*/
|
|
35516
|
+
export declare class CellDataBarInfo extends Base {
|
|
35517
|
+
static $t: Type;
|
|
35518
|
+
private _o;
|
|
35519
|
+
private _p;
|
|
35520
|
+
private _q;
|
|
35521
|
+
private _k;
|
|
35522
|
+
private _l;
|
|
35523
|
+
private _a;
|
|
35524
|
+
private _c;
|
|
35525
|
+
private _e;
|
|
35526
|
+
private _g;
|
|
35527
|
+
private _f;
|
|
35528
|
+
constructor(a: number, b: number, c: number, d: boolean, e: boolean, f: DataBarDirection, g: DataBarFillType, h: WorkbookColorInfo, i: WorkbookColorInfo, j: WorkbookColorInfo);
|
|
35529
|
+
/**
|
|
35530
|
+
* The color to use to draw the axis line or null if no axis line is to be drawn (read-only).
|
|
35531
|
+
* @see [[axisPosition]]
|
|
35532
|
+
*/
|
|
35533
|
+
get axisColor(): WorkbookColorInfo;
|
|
35534
|
+
/**
|
|
35535
|
+
* Specifies the position, as a percentage of the cell width, where the axis ahould be rendered (read-only)
|
|
35536
|
+
* a percentage from 0 to 100
|
|
35537
|
+
* <para class="note"><b>Note:</b> if [[axisColor]] returns null then this property can be ignored.</para>
|
|
35538
|
+
* @see [[axisColor]]
|
|
35539
|
+
*/
|
|
35540
|
+
get axisPosition(): number;
|
|
35541
|
+
/**
|
|
35542
|
+
* The color to use to draw the border around the data bar or null if no border is to be drawn (read-only).
|
|
35543
|
+
*/
|
|
35544
|
+
get barBorder(): WorkbookColorInfo;
|
|
35545
|
+
/**
|
|
35546
|
+
* The color to use to draw the data bar (read-only).
|
|
35547
|
+
* @see [[barFillType]]
|
|
35548
|
+
* @see [[barPositionFrom]]
|
|
35549
|
+
* @see [[barPositionTo]]
|
|
35550
|
+
*/
|
|
35551
|
+
get barColor(): WorkbookColorInfo;
|
|
35552
|
+
/**
|
|
35553
|
+
* Specifies whether the data bar should be filled with a sold color or a gradient (read-only).
|
|
35554
|
+
* @see [[barColor]]
|
|
35555
|
+
*/
|
|
35556
|
+
get barFillType(): DataBarFillType;
|
|
35557
|
+
/**
|
|
35558
|
+
* Species the position, as a percentage of the cell width, where the data bar should begin (read-only).
|
|
35559
|
+
* @see [[barPositionTo]]
|
|
35560
|
+
* @see [[direction]]
|
|
35561
|
+
*/
|
|
35562
|
+
get barPositionFrom(): number;
|
|
35563
|
+
/**
|
|
35564
|
+
* Species the position, as a percentage of the cell width, where the data bar should end (read-only).
|
|
35565
|
+
* @see [[barPositionFrom]]
|
|
35566
|
+
* @see [[direction]]
|
|
35567
|
+
*/
|
|
35568
|
+
get barPositionTo(): number;
|
|
35569
|
+
/**
|
|
35570
|
+
* Specifies the direction of the bata bar (read-only).
|
|
35571
|
+
* @see [[barPositionFrom]]
|
|
35572
|
+
* @see [[barPositionTo]]
|
|
35573
|
+
*/
|
|
35574
|
+
get direction(): DataBarDirection;
|
|
35575
|
+
/**
|
|
35576
|
+
* Returns true if the cell value is negative (read-only).
|
|
35577
|
+
*/
|
|
35578
|
+
get isNegative(): boolean;
|
|
35579
|
+
/**
|
|
35580
|
+
* Returns whether the cell value is to be shown along with the data bar (read-only).
|
|
35581
|
+
*/
|
|
35582
|
+
get showValue(): boolean;
|
|
35583
|
+
}
|
|
35584
|
+
/**
|
|
35585
|
+
* @hidden
|
|
35586
|
+
*/
|
|
35587
|
+
export declare class ConditionMatchResult extends Base {
|
|
35588
|
+
static $t: Type;
|
|
35589
|
+
static readonly e: ConditionMatchResult;
|
|
35590
|
+
static readonly f: ConditionMatchResult;
|
|
35591
|
+
readonly i: boolean;
|
|
35592
|
+
private g;
|
|
35593
|
+
private a;
|
|
35594
|
+
private c;
|
|
35595
|
+
constructor(a: number, b: WorkbookColorInfo);
|
|
35596
|
+
constructor(a: number, b: CellDataBarInfo);
|
|
35597
|
+
constructor(a: number, b: CellIconInfo);
|
|
35598
|
+
constructor(a: number, b: boolean);
|
|
35599
|
+
constructor(a: number, ..._rest: any[]);
|
|
35600
|
+
get h(): WorkbookColorInfo;
|
|
35601
|
+
get b(): CellDataBarInfo;
|
|
35602
|
+
get d(): CellIconInfo;
|
|
35603
|
+
}
|
|
35604
|
+
/**
|
|
35605
|
+
* Abstract base class for classes which control
|
|
35606
|
+
* the visual attributes of a [[WorksheetCell]],
|
|
35607
|
+
* based on whether the cell's value meets a logical condition.
|
|
35608
|
+
*/
|
|
35609
|
+
export declare abstract class ConditionalFormatBase extends ConditionBase implements IWorksheetCellFormatProxyOwner {
|
|
35610
|
+
static $t: Type;
|
|
35611
|
+
private _bt;
|
|
35612
|
+
private _bv;
|
|
35613
|
+
private _by;
|
|
35614
|
+
constructor();
|
|
35615
|
+
constructor(regions: IList$1<WorksheetRegion>, conditionType: FormatConditionType);
|
|
35616
|
+
constructor(..._rest: any[]);
|
|
35617
|
+
/**
|
|
35618
|
+
* @hidden
|
|
35619
|
+
*/
|
|
35620
|
+
_bb(): void;
|
|
35621
|
+
/**
|
|
35622
|
+
* @hidden
|
|
35623
|
+
*/
|
|
35624
|
+
_bf(): void;
|
|
35625
|
+
/**
|
|
35626
|
+
* Returns an [[IWorksheetCellFormat]] interface implementation
|
|
35627
|
+
* which represents the format for cells which meet the criteria associated
|
|
35628
|
+
* with this condition.
|
|
35629
|
+
* <p class="body">
|
|
35630
|
+
* The IWorksheetCellFormat implementation defines the visual attributes which
|
|
35631
|
+
* are applied to cells whose value meets the associated condition.
|
|
35632
|
+
* </p>
|
|
35633
|
+
*/
|
|
35634
|
+
get cellFormat(): IWorksheetCellFormat;
|
|
35635
|
+
/**
|
|
35636
|
+
* @hidden
|
|
35637
|
+
*/
|
|
35638
|
+
get _bz(): number;
|
|
35639
|
+
/**
|
|
35640
|
+
* @hidden
|
|
35641
|
+
*/
|
|
35642
|
+
set _bz(a: number);
|
|
35643
|
+
/**
|
|
35644
|
+
* @hidden
|
|
35645
|
+
*/
|
|
35646
|
+
get _bw(): WorksheetCellFormatData;
|
|
35647
|
+
/**
|
|
35648
|
+
* @hidden
|
|
35649
|
+
*/
|
|
35650
|
+
set _bw(a: WorksheetCellFormatData);
|
|
35651
|
+
/**
|
|
35652
|
+
* @hidden
|
|
35653
|
+
*/
|
|
35654
|
+
get _bx(): boolean;
|
|
35655
|
+
/**
|
|
35656
|
+
* @hidden
|
|
35657
|
+
*/
|
|
35658
|
+
_a5(): void;
|
|
35659
|
+
/**
|
|
35660
|
+
* @hidden
|
|
35661
|
+
*/
|
|
35662
|
+
_a7(a: ConditionBase, b: boolean): void;
|
|
35663
|
+
/**
|
|
35664
|
+
* @hidden
|
|
35665
|
+
*/
|
|
35666
|
+
getAdjacentFormatForBorderResolution(sender: WorksheetCellFormatProxy, borderValue: CellFormatValue): WorksheetCellFormatData;
|
|
35667
|
+
/**
|
|
35668
|
+
* @hidden
|
|
35669
|
+
*/
|
|
35670
|
+
onCellFormatValueChanged(sender: WorksheetCellFormatProxy, values: CellFormatValue, options: CellFormatValueChangedOptions): void;
|
|
35671
|
+
/**
|
|
35672
|
+
* @hidden
|
|
35673
|
+
*/
|
|
35674
|
+
onCellFormatValueChanging(sender: WorksheetCellFormatProxy, values: CellFormatValue): void;
|
|
35675
|
+
/**
|
|
35676
|
+
* @hidden
|
|
35677
|
+
*/
|
|
35678
|
+
verifyFormatOptions(sender: WorksheetCellFormatProxy, formatOptions: WorksheetCellFormatOptions): void;
|
|
35679
|
+
}
|
|
35680
|
+
/**
|
|
35681
|
+
* @hidden
|
|
35682
|
+
*/
|
|
35683
|
+
export declare class WorksheetColumnCollection_CollectionChangeContext extends ValueType implements IChangeInfoContext {
|
|
35684
|
+
static $t: Type;
|
|
35685
|
+
constructor(a: number, b: WorksheetColumnCollection_CollectionChangeContextData);
|
|
35686
|
+
constructor();
|
|
35687
|
+
constructor(a: number, ..._rest: any[]);
|
|
35688
|
+
readonly a: WorksheetColumnCollection_CollectionChangeContextData;
|
|
35689
|
+
get workbook(): Workbook;
|
|
35690
|
+
get sheet(): Sheet;
|
|
35691
|
+
get source(): any;
|
|
35692
|
+
}
|
|
35693
|
+
/**
|
|
35694
|
+
* A collection of columns in a worksheet.
|
|
35695
|
+
* <p class="body">
|
|
35696
|
+
* Columns in this collection are lazily created (they are only created and added to the collection when they are accessed).
|
|
35317
35697
|
* Therefore, if this collection is enumerated, it only enumerates the columns which were already accessed.
|
|
35318
35698
|
* </p>
|
|
35319
35699
|
* @see [[WorksheetColumn]]
|
|
@@ -35493,539 +35873,41 @@ export declare class WorksheetColumnCollection extends RowColumnCollectionBase$1
|
|
|
35493
35873
|
/**
|
|
35494
35874
|
* @hidden
|
|
35495
35875
|
*/
|
|
35496
|
-
export declare class
|
|
35876
|
+
export declare class ConditionalFormatCollection_CollectionChangeContext extends ValueType implements IChangeInfoContext {
|
|
35497
35877
|
static $t: Type;
|
|
35498
|
-
|
|
35878
|
+
constructor(a: number, b: ConditionalFormatCollection, c: ConditionBase, d: number);
|
|
35499
35879
|
constructor();
|
|
35500
|
-
|
|
35880
|
+
constructor(a: number, ..._rest: any[]);
|
|
35881
|
+
readonly d: number;
|
|
35882
|
+
readonly b: ConditionalFormatCollection;
|
|
35883
|
+
readonly c: ConditionBase;
|
|
35884
|
+
readonly a: WorksheetRegionAddress[];
|
|
35885
|
+
get workbook(): Workbook;
|
|
35886
|
+
get sheet(): Sheet;
|
|
35887
|
+
get source(): any;
|
|
35501
35888
|
}
|
|
35502
35889
|
/**
|
|
35503
35890
|
* @hidden
|
|
35504
35891
|
*/
|
|
35505
|
-
export declare class
|
|
35892
|
+
export declare class ConditionalFormatCollection_PriorityChangeContext extends ValueType implements IChangeInfoContext {
|
|
35506
35893
|
static $t: Type;
|
|
35507
|
-
|
|
35508
|
-
|
|
35509
|
-
|
|
35510
|
-
|
|
35511
|
-
|
|
35512
|
-
|
|
35513
|
-
|
|
35514
|
-
get
|
|
35515
|
-
|
|
35516
|
-
|
|
35517
|
-
_e(a: HashSet$1<RefBase>): void;
|
|
35894
|
+
constructor(a: number, b: ConditionalFormatCollection, c: ConditionBase, d: number, e: number);
|
|
35895
|
+
constructor();
|
|
35896
|
+
constructor(a: number, ..._rest: any[]);
|
|
35897
|
+
readonly d: number;
|
|
35898
|
+
readonly c: number;
|
|
35899
|
+
readonly b: ConditionBase;
|
|
35900
|
+
readonly a: ConditionalFormatCollection;
|
|
35901
|
+
get workbook(): Workbook;
|
|
35902
|
+
get sheet(): Sheet;
|
|
35903
|
+
get source(): any;
|
|
35518
35904
|
}
|
|
35519
35905
|
/**
|
|
35520
|
-
*
|
|
35521
|
-
* <p class="body">
|
|
35522
|
-
* The number stack is used for evaluating formulas. When formulas are compiled, the formula tokens are
|
|
35523
|
-
* placed in a collection in post-fix, or Reverse Polish Notation (RPN) format. RPN format arranges the formula token list so each
|
|
35524
|
-
* sub-expressions's terms are placed before their operator, and sub-expressions are ordered to enforce correct operator precedence.
|
|
35525
|
-
* This format allows the formula evaluate method to loop through the formula token collection front to back pushing an operator's terms onto
|
|
35526
|
-
* the number stack until an operator is reached. Each time an operator is reached, it's subexpression is computed and resulting value pushed
|
|
35527
|
-
* onto the number stack. Once the end of the end of the formula collection is reached, the formulas calculated value is at the top of the
|
|
35528
|
-
* number stack.
|
|
35529
|
-
* </p>
|
|
35906
|
+
* @hidden
|
|
35530
35907
|
*/
|
|
35531
|
-
export declare class
|
|
35908
|
+
export declare class ConditionalFormatCollection_ShiftChangeContext extends ValueType implements IChangeInfoContext {
|
|
35532
35909
|
static $t: Type;
|
|
35533
|
-
constructor(
|
|
35534
|
-
constructor();
|
|
35535
|
-
constructor(..._rest: any[]);
|
|
35536
|
-
/**
|
|
35537
|
-
* @hidden
|
|
35538
|
-
*/
|
|
35539
|
-
_e(a: ExcelCalcValue): ExcelCalcValue;
|
|
35540
|
-
/**
|
|
35541
|
-
* @hidden
|
|
35542
|
-
*/
|
|
35543
|
-
_f(a: ExcelCalcValue): ExcelCalcValue;
|
|
35544
|
-
/**
|
|
35545
|
-
* @hidden
|
|
35546
|
-
*/
|
|
35547
|
-
_g(a: ExcelCalcValue): ExcelCalcValue;
|
|
35548
|
-
private readonly _o;
|
|
35549
|
-
private _a;
|
|
35550
|
-
private _y;
|
|
35551
|
-
private _z;
|
|
35552
|
-
/**
|
|
35553
|
-
* @hidden
|
|
35554
|
-
*/
|
|
35555
|
-
private _b;
|
|
35556
|
-
/**
|
|
35557
|
-
* @hidden
|
|
35558
|
-
*/
|
|
35559
|
-
get _p(): SingleTargetFormula;
|
|
35560
|
-
private readonly _m;
|
|
35561
|
-
/**
|
|
35562
|
-
* @hidden
|
|
35563
|
-
*/
|
|
35564
|
-
get _n(): TokenClass;
|
|
35565
|
-
private readonly _j;
|
|
35566
|
-
/**
|
|
35567
|
-
* @hidden
|
|
35568
|
-
*/
|
|
35569
|
-
get _k(): IExcelCalcReference;
|
|
35570
|
-
/**
|
|
35571
|
-
* @hidden
|
|
35572
|
-
*/
|
|
35573
|
-
_d(a: number): ExcelCalcValue;
|
|
35574
|
-
private _t;
|
|
35575
|
-
/**
|
|
35576
|
-
* @hidden
|
|
35577
|
-
*/
|
|
35578
|
-
get _u(): boolean;
|
|
35579
|
-
/**
|
|
35580
|
-
* @hidden
|
|
35581
|
-
*/
|
|
35582
|
-
set _u(a: boolean);
|
|
35583
|
-
/**
|
|
35584
|
-
* Gets the [[WorksheetCell]] instance whose formula is currently being solved.
|
|
35585
|
-
*/
|
|
35586
|
-
get owningCell(): WorksheetCell;
|
|
35587
|
-
/**
|
|
35588
|
-
* @hidden
|
|
35589
|
-
*/
|
|
35590
|
-
_ab(): void;
|
|
35591
|
-
/**
|
|
35592
|
-
* @hidden
|
|
35593
|
-
*/
|
|
35594
|
-
_ac(a: ExcelCalcFunction, b: number): void;
|
|
35595
|
-
private _q;
|
|
35596
|
-
/**
|
|
35597
|
-
* @hidden
|
|
35598
|
-
*/
|
|
35599
|
-
get _r(): Workbook;
|
|
35600
|
-
private _v;
|
|
35601
|
-
/**
|
|
35602
|
-
* @hidden
|
|
35603
|
-
*/
|
|
35604
|
-
private static _l;
|
|
35605
|
-
/**
|
|
35606
|
-
* @hidden
|
|
35607
|
-
*/
|
|
35608
|
-
static _c(a: any): ExcelCalcValue;
|
|
35609
|
-
/**
|
|
35610
|
-
* @hidden
|
|
35611
|
-
*/
|
|
35612
|
-
static _ad(a: ExcelCalcValue): void;
|
|
35613
|
-
/**
|
|
35614
|
-
* Push a value onto number stack.
|
|
35615
|
-
* @param value Value to push onto the number stack
|
|
35616
|
-
*/
|
|
35617
|
-
push(value: ExcelCalcValue): void;
|
|
35618
|
-
/**
|
|
35619
|
-
* Pop value off top of the number stack.
|
|
35620
|
-
* @return [[ExcelCalcValue]] that was at the top of the number stack.
|
|
35621
|
-
*/
|
|
35622
|
-
pop(): ExcelCalcValue;
|
|
35623
|
-
/**
|
|
35624
|
-
* Return value off top of the number stack.
|
|
35625
|
-
* @return [[ExcelCalcValue]] that is at the top of the number stack.
|
|
35626
|
-
*/
|
|
35627
|
-
peek(): ExcelCalcValue;
|
|
35628
|
-
/**
|
|
35629
|
-
* Remove all values from number stack.
|
|
35630
|
-
*/
|
|
35631
|
-
clear(): void;
|
|
35632
|
-
/**
|
|
35633
|
-
* Clear elements off top of number stack until it contains given number of elements
|
|
35634
|
-
* @param elements Denotes the desired stack level
|
|
35635
|
-
*/
|
|
35636
|
-
reset(elements: number): void;
|
|
35637
|
-
/**
|
|
35638
|
-
* Return the number of values on number stack
|
|
35639
|
-
* @return Number of stack values
|
|
35640
|
-
*/
|
|
35641
|
-
count(): number;
|
|
35642
|
-
/**
|
|
35643
|
-
* @hidden
|
|
35644
|
-
*/
|
|
35645
|
-
get _w(): CultureInfo;
|
|
35646
|
-
}
|
|
35647
|
-
/**
|
|
35648
|
-
* @hidden
|
|
35649
|
-
*/
|
|
35650
|
-
export declare class FormulaContext extends Base {
|
|
35651
|
-
static $t: Type;
|
|
35652
|
-
private readonly a;
|
|
35653
|
-
private readonly n;
|
|
35654
|
-
private readonly g;
|
|
35655
|
-
private readonly c;
|
|
35656
|
-
private readonly k;
|
|
35657
|
-
private readonly e;
|
|
35658
|
-
private readonly i;
|
|
35659
|
-
constructor(a: number, b: Workbook);
|
|
35660
|
-
constructor(a: number, b: Workbook, c: Formula);
|
|
35661
|
-
constructor(a: number, b: Formula, c: CellReferenceMode, d: CultureInfo);
|
|
35662
|
-
constructor(a: number, b: Workbook, c: Worksheet, d: WorksheetRow, e: number, f: Formula);
|
|
35663
|
-
constructor(a: number, b: Sheet, c: number, d: number, e: WorkbookFormat, f: Formula, g?: CultureInfo, h?: CellReferenceMode);
|
|
35664
|
-
constructor(a: number, b: Workbook, c: Worksheet, d: WorksheetRow, e: number, f: Formula, g: CultureInfo, h: CellReferenceMode, i: WorkbookFormat);
|
|
35665
|
-
constructor(a: number, ..._rest: any[]);
|
|
35666
|
-
get b(): CellReferenceMode;
|
|
35667
|
-
get o(): CultureInfo;
|
|
35668
|
-
get h(): WorkbookFormat;
|
|
35669
|
-
get d(): Formula;
|
|
35670
|
-
get l(): WorksheetCellAddress;
|
|
35671
|
-
get m(): WorksheetRow;
|
|
35672
|
-
get f(): Workbook;
|
|
35673
|
-
get j(): Worksheet;
|
|
35674
|
-
}
|
|
35675
|
-
/**
|
|
35676
|
-
* @hidden
|
|
35677
|
-
*/
|
|
35678
|
-
export declare class TempCellCalcReference extends RefBase {
|
|
35679
|
-
static $t: Type;
|
|
35680
|
-
private _a3;
|
|
35681
|
-
private _a9;
|
|
35682
|
-
private _a2;
|
|
35683
|
-
private _a4;
|
|
35684
|
-
private _a5;
|
|
35685
|
-
private static _ba;
|
|
35686
|
-
constructor(a: boolean, b: Sheet, c: WorksheetCellAddress);
|
|
35687
|
-
protected get__x(): boolean;
|
|
35688
|
-
protected get__ao(): number;
|
|
35689
|
-
get _ao(): number;
|
|
35690
|
-
containsReference(a: IExcelCalcReference): boolean;
|
|
35691
|
-
protected get_context(): any;
|
|
35692
|
-
protected get_elementName(): string;
|
|
35693
|
-
get elementName(): string;
|
|
35694
|
-
_z(a: IExcelCalcReference): boolean;
|
|
35695
|
-
protected get__formula(): SingleTargetFormula;
|
|
35696
|
-
getHashCode(): number;
|
|
35697
|
-
_am(): IList$1<WorksheetRegion>;
|
|
35698
|
-
_ae(a: Worksheet, b: WorksheetRegionAddress): boolean;
|
|
35699
|
-
isSubsetReference(a: IExcelCalcReference): boolean;
|
|
35700
|
-
protected get__f(): IExcelCalcReferenceCollectionEx;
|
|
35701
|
-
protected get__w(): WorksheetRow;
|
|
35702
|
-
get _w(): WorksheetRow;
|
|
35703
|
-
_az(a: SingleTargetFormula): void;
|
|
35704
|
-
protected get__ak(): boolean;
|
|
35705
|
-
protected _a1(a: ExcelCalcValue): void;
|
|
35706
|
-
protected get__c(): ExcelCalcValue;
|
|
35707
|
-
get _c(): ExcelCalcValue;
|
|
35708
|
-
protected get__t(): Workbook;
|
|
35709
|
-
protected get__u(): Worksheet;
|
|
35710
|
-
get _a6(): boolean;
|
|
35711
|
-
get _a7(): boolean;
|
|
35712
|
-
_a8: boolean;
|
|
35713
|
-
protected get__as(): number;
|
|
35714
|
-
protected get__r(): Sheet;
|
|
35715
|
-
}
|
|
35716
|
-
/**
|
|
35717
|
-
* @hidden
|
|
35718
|
-
*/
|
|
35719
|
-
export declare class CalcUtilities extends Base {
|
|
35720
|
-
static $t: Type;
|
|
35721
|
-
static i(a: WorksheetRegion, b: IExcelCalcReference): boolean;
|
|
35722
|
-
static c(a: any): ExcelCalcValue;
|
|
35723
|
-
static b(a: number): ExcelCalcErrorCode;
|
|
35724
|
-
static h(a: IExcelCalcReference): TokenClass;
|
|
35725
|
-
static e(a: string, b: WorksheetRow, c: number, d: Worksheet, e: Workbook): IExcelCalcReference;
|
|
35726
|
-
static f(a: string, b: WorksheetRow, c: number, d: Worksheet, e: Workbook, f: CellReferenceMode): IExcelCalcReference;
|
|
35727
|
-
static a(a: WorksheetRegion): ExcelCalcValue[][];
|
|
35728
|
-
static l(a: IExcelCalcReference): IList$1<WorksheetRegion>;
|
|
35729
|
-
static g(a: CellCalcReference, b: WorksheetRegion, c: ExcelCalcErrorValue): {
|
|
35730
|
-
ret: CellCalcReference;
|
|
35731
|
-
p2: ExcelCalcErrorValue;
|
|
35732
|
-
};
|
|
35733
|
-
static m(a: any, b: boolean): any;
|
|
35734
|
-
static j(a: WorksheetRegion, b: IExcelCalcReference): boolean;
|
|
35735
|
-
static d(a: ArrayProxy, b: CellCalcReference): ExcelCalcValue;
|
|
35736
|
-
static k(a: CellCalcReference, b: number, c: number, d: number, e: number): {
|
|
35737
|
-
ret: boolean;
|
|
35738
|
-
p3: number;
|
|
35739
|
-
p4: number;
|
|
35740
|
-
};
|
|
35741
|
-
}
|
|
35742
|
-
/**
|
|
35743
|
-
* @hidden
|
|
35744
|
-
*/
|
|
35745
|
-
export declare class DataValidationCalcReference extends CellCalcReferenceBase {
|
|
35746
|
-
static $t: Type;
|
|
35747
|
-
constructor(a: WorksheetRow, b: number, c: boolean);
|
|
35748
|
-
containsReference(a: IExcelCalcReference): boolean;
|
|
35749
|
-
_z(a: IExcelCalcReference): boolean;
|
|
35750
|
-
getHashCode(): number;
|
|
35751
|
-
isSubsetReference(a: IExcelCalcReference): boolean;
|
|
35752
|
-
protected get__f(): IExcelCalcReferenceCollectionEx;
|
|
35753
|
-
protected get__ak(): boolean;
|
|
35754
|
-
protected get__c(): ExcelCalcValue;
|
|
35755
|
-
_bc: boolean;
|
|
35756
|
-
}
|
|
35757
|
-
/**
|
|
35758
|
-
* @hidden
|
|
35759
|
-
*/
|
|
35760
|
-
export declare class FormulaEvaluator extends FormulaTokenVisitor {
|
|
35761
|
-
static $t: Type;
|
|
35762
|
-
private static a4;
|
|
35763
|
-
private a2;
|
|
35764
|
-
private a0;
|
|
35765
|
-
private a3;
|
|
35766
|
-
private a7;
|
|
35767
|
-
private bd;
|
|
35768
|
-
private az;
|
|
35769
|
-
private readonly a6;
|
|
35770
|
-
constructor();
|
|
35771
|
-
g(): void;
|
|
35772
|
-
p(a: AttrChooseToken): void;
|
|
35773
|
-
q(a: AttrIfToken): void;
|
|
35774
|
-
r(a: AttrSkipToken): void;
|
|
35775
|
-
v(a: BinaryOperatorToken): void;
|
|
35776
|
-
x(a: CellReferenceToken): void;
|
|
35777
|
-
aa(a: FunctionOperator): void;
|
|
35778
|
-
ab(a: IFunctionToken): void;
|
|
35779
|
-
ac(a: FunctionVOperator): void;
|
|
35780
|
-
aj(a: NameToken): void;
|
|
35781
|
-
am(a: OperandToken): void;
|
|
35782
|
-
ay(a: UnaryOperatorToken): void;
|
|
35783
|
-
private a8;
|
|
35784
|
-
private be;
|
|
35785
|
-
private bf;
|
|
35786
|
-
static a5(a: FormulaContext, b: IExcelCalcReference, c: ExcelCalcNumberStack): FormulaEvaluator;
|
|
35787
|
-
private a9;
|
|
35788
|
-
private bh;
|
|
35789
|
-
private bb;
|
|
35790
|
-
private bc;
|
|
35791
|
-
private a1;
|
|
35792
|
-
private ba;
|
|
35793
|
-
private bg;
|
|
35794
|
-
private bi;
|
|
35795
|
-
private bj;
|
|
35796
|
-
}
|
|
35797
|
-
/**
|
|
35798
|
-
* @hidden
|
|
35799
|
-
*/
|
|
35800
|
-
export declare abstract class FormulaTokenEvaluator$1<TStackItem> extends FormulaTokenVisitor$1<boolean> {
|
|
35801
|
-
static $t: Type;
|
|
35802
|
-
protected $tStackItem: Type;
|
|
35803
|
-
protected readonly bf: Stack$1<TStackItem>;
|
|
35804
|
-
constructor($tStackItem: Type);
|
|
35805
|
-
a1(): void;
|
|
35806
|
-
r(a: BinaryOperatorToken): boolean;
|
|
35807
|
-
t(a: CellReferenceToken): boolean;
|
|
35808
|
-
w(a: FunctionOperator): boolean;
|
|
35809
|
-
x(a: IFunctionToken): boolean;
|
|
35810
|
-
y(a: FunctionVOperator): boolean;
|
|
35811
|
-
ai(a: OperandToken): boolean;
|
|
35812
|
-
aj(a: ParenToken): boolean;
|
|
35813
|
-
al(a: Ref3DToken): boolean;
|
|
35814
|
-
am(a: ReferenceToken): boolean;
|
|
35815
|
-
aq(a: RefToken): boolean;
|
|
35816
|
-
au(a: UnaryOperatorToken): boolean;
|
|
35817
|
-
protected a4(a: IFunctionToken, b: string): TStackItem;
|
|
35818
|
-
a2(): EvaluationResult$1<TStackItem>;
|
|
35819
|
-
a3(a: boolean): EvaluationResult$1<TStackItem>;
|
|
35820
|
-
protected abstract a5(a: BinaryOperatorToken, b: TStackItem, c: TStackItem): TStackItem;
|
|
35821
|
-
protected abstract a6(a: IFunctionToken, b: TStackItem, c: TStackItem[]): TStackItem;
|
|
35822
|
-
protected abstract a7(a: OperandToken): TStackItem;
|
|
35823
|
-
protected abstract a8(a: ParenToken, b: TStackItem): TStackItem;
|
|
35824
|
-
protected abstract a9(a: UnaryOperatorToken, b: TStackItem): TStackItem;
|
|
35825
|
-
private ba;
|
|
35826
|
-
private bb;
|
|
35827
|
-
private bc;
|
|
35828
|
-
private bd;
|
|
35829
|
-
private be;
|
|
35830
|
-
get bg(): Stack$1<TStackItem>;
|
|
35831
|
-
}
|
|
35832
|
-
/**
|
|
35833
|
-
* @hidden
|
|
35834
|
-
*/
|
|
35835
|
-
export declare class FormulaEvaluator_ShouldSplitParameterHelper extends FormulaTokenEvaluator$1<number> {
|
|
35836
|
-
static $t: Type;
|
|
35837
|
-
private bl;
|
|
35838
|
-
private bk;
|
|
35839
|
-
private bi;
|
|
35840
|
-
private bh;
|
|
35841
|
-
private bn;
|
|
35842
|
-
private bm;
|
|
35843
|
-
constructor();
|
|
35844
|
-
a1(): void;
|
|
35845
|
-
bj(a: FormulaContext, b: number, c: number, d: boolean): boolean;
|
|
35846
|
-
protected a5(a: BinaryOperatorToken, b: number, c: number): number;
|
|
35847
|
-
protected a6(a: IFunctionToken, b: number, c: number[]): number;
|
|
35848
|
-
protected a7(a: OperandToken): number;
|
|
35849
|
-
protected a8(a: ParenToken, b: number): number;
|
|
35850
|
-
protected a9(a: UnaryOperatorToken, b: number): number;
|
|
35851
|
-
private bo;
|
|
35852
|
-
}
|
|
35853
|
-
/**
|
|
35854
|
-
* @hidden
|
|
35855
|
-
*/
|
|
35856
|
-
export declare abstract class SpecialFormulaToken extends FormulaToken {
|
|
35857
|
-
static $t: Type;
|
|
35858
|
-
constructor(a: TokenClass);
|
|
35859
|
-
protected get_n(): boolean;
|
|
35860
|
-
get n(): boolean;
|
|
35861
|
-
}
|
|
35862
|
-
/**
|
|
35863
|
-
* @hidden
|
|
35864
|
-
*/
|
|
35865
|
-
export declare class TokenReferenceResolver extends FormulaTokenEvaluator$1<FormulaToken> {
|
|
35866
|
-
static $t: Type;
|
|
35867
|
-
private static bi;
|
|
35868
|
-
private bl;
|
|
35869
|
-
private bh;
|
|
35870
|
-
private bm;
|
|
35871
|
-
constructor();
|
|
35872
|
-
protected a5(a: BinaryOperatorToken, b: FormulaToken, c: FormulaToken): FormulaToken;
|
|
35873
|
-
protected a6(a: IFunctionToken, b: FormulaToken, c: FormulaToken[]): FormulaToken;
|
|
35874
|
-
protected a7(a: OperandToken): FormulaToken;
|
|
35875
|
-
protected a8(a: ParenToken, b: FormulaToken): FormulaToken;
|
|
35876
|
-
protected a9(a: UnaryOperatorToken, b: FormulaToken): FormulaToken;
|
|
35877
|
-
protected get_a(): FormulaToken[];
|
|
35878
|
-
a1(): void;
|
|
35879
|
-
l(a: AttrChooseToken): boolean;
|
|
35880
|
-
m(a: AttrIfToken): boolean;
|
|
35881
|
-
n(a: AttrSkipToken): boolean;
|
|
35882
|
-
static bj(a: FormulaContext): TokenReferenceResolver;
|
|
35883
|
-
static bk(a: FormulaContext, b: FormulaToken[]): TokenReferenceResolver;
|
|
35884
|
-
}
|
|
35885
|
-
/**
|
|
35886
|
-
* @hidden
|
|
35887
|
-
*/
|
|
35888
|
-
export declare class TokenReferenceResolver_SkipTokenInfo extends ValueType {
|
|
35889
|
-
static $t: Type;
|
|
35890
|
-
constructor(a: number, b: AttrSkipToken, c: number);
|
|
35891
|
-
constructor();
|
|
35892
|
-
constructor(a: number, ..._rest: any[]);
|
|
35893
|
-
readonly a: AttrSkipToken;
|
|
35894
|
-
readonly b: number;
|
|
35895
|
-
}
|
|
35896
|
-
/**
|
|
35897
|
-
* @hidden
|
|
35898
|
-
*/
|
|
35899
|
-
export declare class RefBase_DynamicReference extends RefBase {
|
|
35900
|
-
static $t: Type;
|
|
35901
|
-
private readonly _a2;
|
|
35902
|
-
constructor(a: RefBase);
|
|
35903
|
-
protected get__formula(): SingleTargetFormula;
|
|
35904
|
-
protected get__x(): boolean;
|
|
35905
|
-
protected get__ao(): number;
|
|
35906
|
-
get _ao(): number;
|
|
35907
|
-
containsReference(a: IExcelCalcReference): boolean;
|
|
35908
|
-
protected get_context(): any;
|
|
35909
|
-
protected get_elementName(): string;
|
|
35910
|
-
get elementName(): string;
|
|
35911
|
-
_z(a: IExcelCalcReference): boolean;
|
|
35912
|
-
getHashCode(): number;
|
|
35913
|
-
_v(): WorksheetRegion;
|
|
35914
|
-
_am(): IList$1<WorksheetRegion>;
|
|
35915
|
-
protected get_isEnumerable(): boolean;
|
|
35916
|
-
protected get__aj(): boolean;
|
|
35917
|
-
isSubsetReference(a: IExcelCalcReference): boolean;
|
|
35918
|
-
protected get__references(): IExcelCalcReferenceCollectionEx;
|
|
35919
|
-
protected get__l(): RefBase;
|
|
35920
|
-
_m(a: CalculationContext, b: boolean, c: ExcelCalcErrorValue): {
|
|
35921
|
-
ret: RefBase;
|
|
35922
|
-
p0?: CalculationContext;
|
|
35923
|
-
p2: ExcelCalcErrorValue;
|
|
35924
|
-
};
|
|
35925
|
-
_n(a: CellCalcReference, b: ExcelCalcErrorValue): {
|
|
35926
|
-
ret: RefBase;
|
|
35927
|
-
p1: ExcelCalcErrorValue;
|
|
35928
|
-
};
|
|
35929
|
-
protected get__w(): WorksheetRow;
|
|
35930
|
-
get _w(): WorksheetRow;
|
|
35931
|
-
protected get__as(): number;
|
|
35932
|
-
_az(a: SingleTargetFormula): void;
|
|
35933
|
-
_o(): RefBase;
|
|
35934
|
-
protected get_value(): ExcelCalcValue;
|
|
35935
|
-
protected set_value(a: ExcelCalcValue): void;
|
|
35936
|
-
protected get__c(): ExcelCalcValue;
|
|
35937
|
-
get _c(): ExcelCalcValue;
|
|
35938
|
-
protected get__q(): WorksheetReference;
|
|
35939
|
-
protected get__t(): Workbook;
|
|
35940
|
-
}
|
|
35941
|
-
/**
|
|
35942
|
-
* @hidden
|
|
35943
|
-
*/
|
|
35944
|
-
export declare class NamedCalcReferenceUnconnected extends NamedCalcReferenceBase {
|
|
35945
|
-
static $t: Type;
|
|
35946
|
-
private _a2;
|
|
35947
|
-
constructor(a: NamedReferenceUnconnected);
|
|
35948
|
-
containsReference(a: IExcelCalcReference): boolean;
|
|
35949
|
-
protected get_context(): any;
|
|
35950
|
-
protected get_elementName(): string;
|
|
35951
|
-
get elementName(): string;
|
|
35952
|
-
_z(a: IExcelCalcReference): boolean;
|
|
35953
|
-
getHashCode(): number;
|
|
35954
|
-
isSubsetReference(a: IExcelCalcReference): boolean;
|
|
35955
|
-
protected get__c(): ExcelCalcValue;
|
|
35956
|
-
get _c(): ExcelCalcValue;
|
|
35957
|
-
}
|
|
35958
|
-
/**
|
|
35959
|
-
* @hidden
|
|
35960
|
-
*/
|
|
35961
|
-
export declare class EmptyReferencesCollection extends Base implements IExcelCalcReferenceCollectionEx {
|
|
35962
|
-
static $t: Type;
|
|
35963
|
-
static readonly _a: EmptyReferencesCollection;
|
|
35964
|
-
constructor();
|
|
35965
|
-
getEnumeratorObject(): IEnumerator;
|
|
35966
|
-
private _getEnumerator;
|
|
35967
|
-
getEnumerator(): IEnumerator$1<IExcelCalcReference>;
|
|
35968
|
-
}
|
|
35969
|
-
/**
|
|
35970
|
-
* @hidden
|
|
35971
|
-
*/
|
|
35972
|
-
export declare class DependencyGraph_FinishTimeSorter extends Base implements IComparer$1<RefBase> {
|
|
35973
|
-
static $t: Type;
|
|
35974
|
-
static readonly _a: DependencyGraph_FinishTimeSorter;
|
|
35975
|
-
constructor();
|
|
35976
|
-
compare(a: RefBase, b: RefBase): number;
|
|
35977
|
-
}
|
|
35978
|
-
/**
|
|
35979
|
-
* @hidden
|
|
35980
|
-
*/
|
|
35981
|
-
export declare class ArrayValueContext extends ValueType {
|
|
35982
|
-
static $t: Type;
|
|
35983
|
-
constructor(a: number, b: number, c: number);
|
|
35984
|
-
constructor(a: number, b: WorksheetRow, c: number, d: number);
|
|
35985
|
-
constructor();
|
|
35986
|
-
constructor(a: number, ..._rest: any[]);
|
|
35987
|
-
readonly a: WorksheetRow;
|
|
35988
|
-
readonly b: number;
|
|
35989
|
-
readonly c: number;
|
|
35990
|
-
}
|
|
35991
|
-
/**
|
|
35992
|
-
* @hidden
|
|
35993
|
-
*/
|
|
35994
|
-
export declare class ConditionalFormatCollection_CollectionChangeContext extends ValueType implements IChangeInfoContext {
|
|
35995
|
-
static $t: Type;
|
|
35996
|
-
constructor(a: number, b: ConditionalFormatCollection, c: ConditionBase, d: number);
|
|
35997
|
-
constructor();
|
|
35998
|
-
constructor(a: number, ..._rest: any[]);
|
|
35999
|
-
readonly d: number;
|
|
36000
|
-
readonly b: ConditionalFormatCollection;
|
|
36001
|
-
readonly c: ConditionBase;
|
|
36002
|
-
readonly a: WorksheetRegionAddress[];
|
|
36003
|
-
get workbook(): Workbook;
|
|
36004
|
-
get sheet(): Sheet;
|
|
36005
|
-
get source(): any;
|
|
36006
|
-
}
|
|
36007
|
-
/**
|
|
36008
|
-
* @hidden
|
|
36009
|
-
*/
|
|
36010
|
-
export declare class ConditionalFormatCollection_PriorityChangeContext extends ValueType implements IChangeInfoContext {
|
|
36011
|
-
static $t: Type;
|
|
36012
|
-
constructor(a: number, b: ConditionalFormatCollection, c: ConditionBase, d: number, e: number);
|
|
36013
|
-
constructor();
|
|
36014
|
-
constructor(a: number, ..._rest: any[]);
|
|
36015
|
-
readonly d: number;
|
|
36016
|
-
readonly c: number;
|
|
36017
|
-
readonly b: ConditionBase;
|
|
36018
|
-
readonly a: ConditionalFormatCollection;
|
|
36019
|
-
get workbook(): Workbook;
|
|
36020
|
-
get sheet(): Sheet;
|
|
36021
|
-
get source(): any;
|
|
36022
|
-
}
|
|
36023
|
-
/**
|
|
36024
|
-
* @hidden
|
|
36025
|
-
*/
|
|
36026
|
-
export declare class ConditionalFormatCollection_ShiftChangeContext extends ValueType implements IChangeInfoContext {
|
|
36027
|
-
static $t: Type;
|
|
36028
|
-
constructor(a: number, b: ConditionalFormatCollection, c: List$1<Tuple$2<ConditionBase, WorksheetRegionAddress[]>>, d: List$1<Tuple$3<ConditionBase, number, WorksheetRegionAddress[]>>, e: List$1<Tuple$3<ISupportFormulaShifts, any, string>>, f: List$1<ConditionBase>);
|
|
35910
|
+
constructor(a: number, b: ConditionalFormatCollection, c: List$1<Tuple$2<ConditionBase, WorksheetRegionAddress[]>>, d: List$1<Tuple$3<ConditionBase, number, WorksheetRegionAddress[]>>, e: List$1<Tuple$3<ISupportFormulaShifts, any, string>>, f: List$1<ConditionBase>);
|
|
36029
35911
|
constructor();
|
|
36030
35912
|
constructor(a: number, ..._rest: any[]);
|
|
36031
35913
|
readonly e: ConditionalFormatCollection;
|
|
@@ -36478,487 +36360,43 @@ export declare class ConditionalFormatCollection extends Base implements IEnumer
|
|
|
36478
36360
|
/**
|
|
36479
36361
|
* @hidden
|
|
36480
36362
|
*/
|
|
36481
|
-
export declare class
|
|
36482
|
-
static $t: Type;
|
|
36483
|
-
private static bi;
|
|
36484
|
-
private bq;
|
|
36485
|
-
private bm;
|
|
36486
|
-
private bh;
|
|
36487
|
-
private bo;
|
|
36488
|
-
private bp;
|
|
36489
|
-
constructor();
|
|
36490
|
-
protected a4(a: IFunctionToken, b: string): string;
|
|
36491
|
-
a2(): EvaluationResult$1<string>;
|
|
36492
|
-
protected a5(a: BinaryOperatorToken, b: string, c: string): string;
|
|
36493
|
-
protected a6(a: IFunctionToken, b: string, c: string[]): string;
|
|
36494
|
-
protected a7(a: OperandToken): string;
|
|
36495
|
-
protected a8(a: ParenToken, b: string): string;
|
|
36496
|
-
protected a9(a: UnaryOperatorToken, b: string): string;
|
|
36497
|
-
a1(): void;
|
|
36498
|
-
o(a: AttrSpaceToken): boolean;
|
|
36499
|
-
v(a: ExpToken): boolean;
|
|
36500
|
-
at(a: TblToken): boolean;
|
|
36501
|
-
protected bs(a: FormulaToken): string;
|
|
36502
|
-
private bt;
|
|
36503
|
-
static bj(a: FormulaContext): FormulaStringGenerator;
|
|
36504
|
-
static bk(a: FormulaContext, b: string[]): FormulaStringGenerator;
|
|
36505
|
-
static bl(a: FormulaContext, b: boolean): FormulaStringGenerator;
|
|
36506
|
-
protected static bu(a: FormulaStringGenerator, b: FormulaContext, c: boolean): void;
|
|
36507
|
-
private bv;
|
|
36508
|
-
protected get_bn(): boolean;
|
|
36509
|
-
protected get bn(): boolean;
|
|
36510
|
-
}
|
|
36511
|
-
/**
|
|
36512
|
-
* @hidden
|
|
36513
|
-
*/
|
|
36514
|
-
export declare abstract class AttrTokenBase extends SpecialFormulaToken {
|
|
36515
|
-
static $t: Type;
|
|
36516
|
-
constructor();
|
|
36517
|
-
protected get_f(): Token;
|
|
36518
|
-
get f(): Token;
|
|
36519
|
-
l(a: FormulaContext, b: GetFormulaStringInfo): string;
|
|
36520
|
-
static o(a: IBiffRecordStream, b: number[], c: number): {
|
|
36521
|
-
ret: AttrTokenBase;
|
|
36522
|
-
p1?: number[];
|
|
36523
|
-
p2?: number;
|
|
36524
|
-
};
|
|
36525
|
-
abstract get p(): AttrTokenBase_AttrType;
|
|
36526
|
-
protected get_q(): boolean;
|
|
36527
|
-
get q(): boolean;
|
|
36528
|
-
}
|
|
36529
|
-
/**
|
|
36530
|
-
* @hidden
|
|
36531
|
-
*/
|
|
36532
|
-
export declare class AttrSpaceToken extends AttrTokenBase {
|
|
36533
|
-
static $t: Type;
|
|
36534
|
-
private static w;
|
|
36535
|
-
private u;
|
|
36536
|
-
private s;
|
|
36537
|
-
constructor(a: number);
|
|
36538
|
-
constructor(a: number, b: number, c: WhitespaceType);
|
|
36539
|
-
constructor(a: number, ..._rest: any[]);
|
|
36540
|
-
static r(a: number, b: WhitespaceType): AttrSpaceToken;
|
|
36541
|
-
m(a: FormulaTokenVisitor): void;
|
|
36542
|
-
d<TResult>($tResult: Type, a: FormulaTokenVisitor$1<TResult>): TResult;
|
|
36543
|
-
e<TArgument, TResult>($tArgument: Type, $tResult: Type, a: FormulaTokenVisitor$2<TArgument, TResult>, b: TArgument): TResult;
|
|
36544
|
-
j(a: FormulaContext, b: FormulaToken, c: FormulaContext): boolean;
|
|
36545
|
-
l(a: FormulaContext, b: GetFormulaStringInfo): string;
|
|
36546
|
-
protected get_p(): AttrTokenBase_AttrType;
|
|
36547
|
-
get p(): AttrTokenBase_AttrType;
|
|
36548
|
-
get v(): number;
|
|
36549
|
-
set v(a: number);
|
|
36550
|
-
get t(): WhitespaceType;
|
|
36551
|
-
set t(a: WhitespaceType);
|
|
36552
|
-
}
|
|
36553
|
-
/**
|
|
36554
|
-
* @hidden
|
|
36555
|
-
*/
|
|
36556
|
-
export declare class FormulaParser extends Base {
|
|
36557
|
-
static $t: Type;
|
|
36558
|
-
static b(a: string, b: CultureInfo): ErrorValue;
|
|
36559
|
-
static d(a: string, b: CellReferenceMode, c: FormulaType, d: WorkbookFormat, e: CultureInfo, f: List$1<WorkbookReferenceBase>, g: FormulaParseException): {
|
|
36560
|
-
ret: Formula;
|
|
36561
|
-
p6: FormulaParseException;
|
|
36562
|
-
};
|
|
36563
|
-
static e(a: string, b: CellReferenceMode, c: FormulaType, d: WorkbookFormat, e: CultureInfo, f: List$1<WorkbookReferenceBase>, g: number, h: number, i: FormulaParseException): {
|
|
36564
|
-
ret: Formula;
|
|
36565
|
-
p8: FormulaParseException;
|
|
36566
|
-
};
|
|
36567
|
-
static f(a: string, b: FormulaType, c: FormulaContext, d: List$1<WorkbookReferenceBase>, e: FormulaParseException): {
|
|
36568
|
-
ret: Formula;
|
|
36569
|
-
p4: FormulaParseException;
|
|
36570
|
-
};
|
|
36571
|
-
private static m;
|
|
36572
|
-
private cx;
|
|
36573
|
-
cz: string;
|
|
36574
|
-
private readonly cb;
|
|
36575
|
-
readonly cc: List$1<FormulaParser_FormulaTokenInfo>;
|
|
36576
|
-
private bz;
|
|
36577
|
-
i: FormulaType;
|
|
36578
|
-
b4: string;
|
|
36579
|
-
private r;
|
|
36580
|
-
cs: number;
|
|
36581
|
-
private af;
|
|
36582
|
-
private g;
|
|
36583
|
-
private cj;
|
|
36584
|
-
private readonly p;
|
|
36585
|
-
private ca;
|
|
36586
|
-
private readonly d0;
|
|
36587
|
-
private readonly cg;
|
|
36588
|
-
private readonly ce;
|
|
36589
|
-
private readonly cf;
|
|
36590
|
-
private readonly cd;
|
|
36591
|
-
private readonly d1;
|
|
36592
|
-
private x;
|
|
36593
|
-
private readonly b6;
|
|
36594
|
-
j: FormulaContext;
|
|
36595
|
-
private ch;
|
|
36596
|
-
private ci;
|
|
36597
|
-
constructor();
|
|
36598
|
-
private ef;
|
|
36599
|
-
private c;
|
|
36600
|
-
private av;
|
|
36601
|
-
private a5;
|
|
36602
|
-
private be;
|
|
36603
|
-
private ag;
|
|
36604
|
-
private ah;
|
|
36605
|
-
private ai;
|
|
36606
|
-
private ct;
|
|
36607
|
-
private cu;
|
|
36608
|
-
private aj;
|
|
36609
|
-
private ak;
|
|
36610
|
-
private al;
|
|
36611
|
-
static am(a: string, b: number, c: WorkbookFormat, d: CultureInfo, e: number, f: boolean, g: number): {
|
|
36612
|
-
ret: boolean;
|
|
36613
|
-
p4?: number;
|
|
36614
|
-
p5?: boolean;
|
|
36615
|
-
p6: number;
|
|
36616
|
-
};
|
|
36617
|
-
private static an;
|
|
36618
|
-
private ao;
|
|
36619
|
-
static ap(a: string, b: number, c: WorkbookFormat, d: number, e: boolean, f: number): {
|
|
36620
|
-
ret: boolean;
|
|
36621
|
-
p3?: number;
|
|
36622
|
-
p4?: boolean;
|
|
36623
|
-
p5: number;
|
|
36624
|
-
};
|
|
36625
|
-
private aq;
|
|
36626
|
-
private cv;
|
|
36627
|
-
private eg;
|
|
36628
|
-
private at;
|
|
36629
|
-
private au;
|
|
36630
|
-
private c6;
|
|
36631
|
-
private c7;
|
|
36632
|
-
private c8;
|
|
36633
|
-
private c9;
|
|
36634
|
-
private aw;
|
|
36635
|
-
private ax;
|
|
36636
|
-
private s;
|
|
36637
|
-
private da;
|
|
36638
|
-
private ay;
|
|
36639
|
-
private az;
|
|
36640
|
-
private a0;
|
|
36641
|
-
private a1;
|
|
36642
|
-
private db;
|
|
36643
|
-
static dc(a: string, b: boolean, c: number): {
|
|
36644
|
-
ret: string;
|
|
36645
|
-
p2?: number;
|
|
36646
|
-
};
|
|
36647
|
-
private static b7;
|
|
36648
|
-
private static b8;
|
|
36649
|
-
private static b9;
|
|
36650
|
-
static ac(a: string, b: boolean): boolean;
|
|
36651
|
-
private eh;
|
|
36652
|
-
private a2;
|
|
36653
|
-
private ar;
|
|
36654
|
-
private dd;
|
|
36655
|
-
private as;
|
|
36656
|
-
private static z;
|
|
36657
|
-
static ei(a: string, b: string, c: string, d?: string): {
|
|
36658
|
-
p1: string;
|
|
36659
|
-
p2: string;
|
|
36660
|
-
};
|
|
36661
|
-
private a3;
|
|
36662
|
-
private a4;
|
|
36663
|
-
private cr;
|
|
36664
|
-
private a6;
|
|
36665
|
-
private a7;
|
|
36666
|
-
private a8;
|
|
36667
|
-
static a9(a: string, b: number, c: WorkbookFormat, d: number, e: boolean, f: number): {
|
|
36668
|
-
ret: boolean;
|
|
36669
|
-
p3?: number;
|
|
36670
|
-
p4?: boolean;
|
|
36671
|
-
p5: number;
|
|
36672
|
-
};
|
|
36673
|
-
private static ba;
|
|
36674
|
-
private bb;
|
|
36675
|
-
static bc(a: string, b: number, c: WorkbookFormat, d: number, e: boolean, f: number): {
|
|
36676
|
-
ret: boolean;
|
|
36677
|
-
p3?: number;
|
|
36678
|
-
p4?: boolean;
|
|
36679
|
-
p5: number;
|
|
36680
|
-
};
|
|
36681
|
-
private bd;
|
|
36682
|
-
private cw;
|
|
36683
|
-
private bf;
|
|
36684
|
-
private bg;
|
|
36685
|
-
private bh;
|
|
36686
|
-
private bi;
|
|
36687
|
-
private de;
|
|
36688
|
-
private bj;
|
|
36689
|
-
private df;
|
|
36690
|
-
private t;
|
|
36691
|
-
private static u;
|
|
36692
|
-
private static ae;
|
|
36693
|
-
private bk;
|
|
36694
|
-
private bl;
|
|
36695
|
-
private bm;
|
|
36696
|
-
static bu(a: string, b: boolean): {
|
|
36697
|
-
ret: boolean;
|
|
36698
|
-
p1: boolean;
|
|
36699
|
-
};
|
|
36700
|
-
private d2;
|
|
36701
|
-
private d3;
|
|
36702
|
-
private d4;
|
|
36703
|
-
private d5;
|
|
36704
|
-
private d6;
|
|
36705
|
-
private ed;
|
|
36706
|
-
private d7;
|
|
36707
|
-
private d9;
|
|
36708
|
-
d8(a: FormulaToken, b: number, c: number, d: FormulaParser_TextSpan, e: WhitespaceType): void;
|
|
36709
|
-
private ee;
|
|
36710
|
-
private ea;
|
|
36711
|
-
private eb;
|
|
36712
|
-
private ec;
|
|
36713
|
-
private q;
|
|
36714
|
-
private static k;
|
|
36715
|
-
static l(a: Workbook, b: Worksheet, c: WorksheetRow, d: number, e: CultureInfo, f: CellReferenceMode, g: FormulaType): FormulaContext;
|
|
36716
|
-
private v;
|
|
36717
|
-
private a;
|
|
36718
|
-
private static w;
|
|
36719
|
-
static c0(a: StructuredTableReferenceKeywordType): string;
|
|
36720
|
-
static bw(a: string): string;
|
|
36721
|
-
static bx(a: CultureInfo): string;
|
|
36722
|
-
static by(a: string): string;
|
|
36723
|
-
private y;
|
|
36724
|
-
static aa(a: string): boolean;
|
|
36725
|
-
static ab(a: string, b: WorkbookFormat, c: CultureInfo): boolean;
|
|
36726
|
-
private ad;
|
|
36727
|
-
ej(a: FormulaParser_PositionInfo): void;
|
|
36728
|
-
o(): FormulaParser_PositionInfo;
|
|
36729
|
-
static bo(a: string): boolean;
|
|
36730
|
-
bp(a: string): boolean;
|
|
36731
|
-
bq(a: string): boolean;
|
|
36732
|
-
private br;
|
|
36733
|
-
bs(a: string): boolean;
|
|
36734
|
-
private bt;
|
|
36735
|
-
private static get n();
|
|
36736
|
-
private get ck();
|
|
36737
|
-
private get cn();
|
|
36738
|
-
get h(): FormulaParseException;
|
|
36739
|
-
set h(a: FormulaParseException);
|
|
36740
|
-
private get bn();
|
|
36741
|
-
private dj;
|
|
36742
|
-
private dn;
|
|
36743
|
-
private dl;
|
|
36744
|
-
private dq;
|
|
36745
|
-
private ds;
|
|
36746
|
-
private du;
|
|
36747
|
-
private dw;
|
|
36748
|
-
private dy;
|
|
36749
|
-
private get dk();
|
|
36750
|
-
private get dp();
|
|
36751
|
-
private get dm();
|
|
36752
|
-
private get dr();
|
|
36753
|
-
private get dt();
|
|
36754
|
-
private get dv();
|
|
36755
|
-
private get dx();
|
|
36756
|
-
private get dz();
|
|
36757
|
-
}
|
|
36758
|
-
/**
|
|
36759
|
-
* Represents the aggregated conditioal format for a specific cell. It is returned via the <see cref="Worksheet.GetCellConditionalFormat(int, int)">Worksheet.GetCellConditionalFormat</see> and the <see cref="WorksheetRow.GetCellConditionalFormat">WorksheetRow.GetCellConditionalFormat</see> methods.
|
|
36760
|
-
*/
|
|
36761
|
-
export declare class CellConditionalFormat extends Base {
|
|
36762
|
-
static $t: Type;
|
|
36763
|
-
/**
|
|
36764
|
-
* @hidden
|
|
36765
|
-
*/
|
|
36766
|
-
static _a: CellConditionalFormat;
|
|
36767
|
-
private _g;
|
|
36768
|
-
private _b;
|
|
36769
|
-
private _d;
|
|
36770
|
-
private _i;
|
|
36771
|
-
constructor(a: number);
|
|
36772
|
-
constructor(a: number, b: WorksheetCellFormatData, c: CellDataBarInfo, d: CellIconInfo);
|
|
36773
|
-
constructor(a: number, ..._rest: any[]);
|
|
36774
|
-
/**
|
|
36775
|
-
* Returns a cell format that represents the aggregated format for all conditional formats that apply to the cell (read-only).
|
|
36776
|
-
*/
|
|
36777
|
-
get cellFormat(): IWorksheetCellFormat;
|
|
36778
|
-
/**
|
|
36779
|
-
* @hidden
|
|
36780
|
-
*/
|
|
36781
|
-
get _h(): WorksheetCellFormatData;
|
|
36782
|
-
/**
|
|
36783
|
-
* Returns a data bar info if applicable, otherwise null (read-only).
|
|
36784
|
-
*/
|
|
36785
|
-
get dataBarInfo(): CellDataBarInfo;
|
|
36786
|
-
/**
|
|
36787
|
-
* Returns an icon info if applicable, otherwise null (read-only).
|
|
36788
|
-
*/
|
|
36789
|
-
get iconInfo(): CellIconInfo;
|
|
36790
|
-
/**
|
|
36791
|
-
* Returns whether this cell has conditional formatting applied (read-only)
|
|
36792
|
-
*/
|
|
36793
|
-
get hasConditionFormatting(): boolean;
|
|
36794
|
-
}
|
|
36795
|
-
/**
|
|
36796
|
-
* Exposes the information necessary for drawing a data bar for a specific cell.
|
|
36797
|
-
* @see [[CellConditionalFormat]]
|
|
36798
|
-
*/
|
|
36799
|
-
export declare class CellDataBarInfo extends Base {
|
|
36800
|
-
static $t: Type;
|
|
36801
|
-
private _o;
|
|
36802
|
-
private _p;
|
|
36803
|
-
private _q;
|
|
36804
|
-
private _k;
|
|
36805
|
-
private _l;
|
|
36806
|
-
private _a;
|
|
36807
|
-
private _c;
|
|
36808
|
-
private _e;
|
|
36809
|
-
private _g;
|
|
36810
|
-
private _f;
|
|
36811
|
-
constructor(a: number, b: number, c: number, d: boolean, e: boolean, f: DataBarDirection, g: DataBarFillType, h: WorkbookColorInfo, i: WorkbookColorInfo, j: WorkbookColorInfo);
|
|
36812
|
-
/**
|
|
36813
|
-
* The color to use to draw the axis line or null if no axis line is to be drawn (read-only).
|
|
36814
|
-
* @see [[axisPosition]]
|
|
36815
|
-
*/
|
|
36816
|
-
get axisColor(): WorkbookColorInfo;
|
|
36817
|
-
/**
|
|
36818
|
-
* Specifies the position, as a percentage of the cell width, where the axis ahould be rendered (read-only)
|
|
36819
|
-
* a percentage from 0 to 100
|
|
36820
|
-
* <para class="note"><b>Note:</b> if [[axisColor]] returns null then this property can be ignored.</para>
|
|
36821
|
-
* @see [[axisColor]]
|
|
36822
|
-
*/
|
|
36823
|
-
get axisPosition(): number;
|
|
36824
|
-
/**
|
|
36825
|
-
* The color to use to draw the border around the data bar or null if no border is to be drawn (read-only).
|
|
36826
|
-
*/
|
|
36827
|
-
get barBorder(): WorkbookColorInfo;
|
|
36828
|
-
/**
|
|
36829
|
-
* The color to use to draw the data bar (read-only).
|
|
36830
|
-
* @see [[barFillType]]
|
|
36831
|
-
* @see [[barPositionFrom]]
|
|
36832
|
-
* @see [[barPositionTo]]
|
|
36833
|
-
*/
|
|
36834
|
-
get barColor(): WorkbookColorInfo;
|
|
36835
|
-
/**
|
|
36836
|
-
* Specifies whether the data bar should be filled with a sold color or a gradient (read-only).
|
|
36837
|
-
* @see [[barColor]]
|
|
36838
|
-
*/
|
|
36839
|
-
get barFillType(): DataBarFillType;
|
|
36840
|
-
/**
|
|
36841
|
-
* Species the position, as a percentage of the cell width, where the data bar should begin (read-only).
|
|
36842
|
-
* @see [[barPositionTo]]
|
|
36843
|
-
* @see [[direction]]
|
|
36844
|
-
*/
|
|
36845
|
-
get barPositionFrom(): number;
|
|
36846
|
-
/**
|
|
36847
|
-
* Species the position, as a percentage of the cell width, where the data bar should end (read-only).
|
|
36848
|
-
* @see [[barPositionFrom]]
|
|
36849
|
-
* @see [[direction]]
|
|
36850
|
-
*/
|
|
36851
|
-
get barPositionTo(): number;
|
|
36852
|
-
/**
|
|
36853
|
-
* Specifies the direction of the bata bar (read-only).
|
|
36854
|
-
* @see [[barPositionFrom]]
|
|
36855
|
-
* @see [[barPositionTo]]
|
|
36856
|
-
*/
|
|
36857
|
-
get direction(): DataBarDirection;
|
|
36858
|
-
/**
|
|
36859
|
-
* Returns true if the cell value is negative (read-only).
|
|
36860
|
-
*/
|
|
36861
|
-
get isNegative(): boolean;
|
|
36862
|
-
/**
|
|
36863
|
-
* Returns whether the cell value is to be shown along with the data bar (read-only).
|
|
36864
|
-
*/
|
|
36865
|
-
get showValue(): boolean;
|
|
36866
|
-
}
|
|
36867
|
-
/**
|
|
36868
|
-
* @hidden
|
|
36869
|
-
*/
|
|
36870
|
-
export declare class ConditionMatchResult extends Base {
|
|
36871
|
-
static $t: Type;
|
|
36872
|
-
static readonly e: ConditionMatchResult;
|
|
36873
|
-
static readonly f: ConditionMatchResult;
|
|
36874
|
-
readonly i: boolean;
|
|
36875
|
-
private g;
|
|
36876
|
-
private a;
|
|
36877
|
-
private c;
|
|
36878
|
-
constructor(a: number, b: WorkbookColorInfo);
|
|
36879
|
-
constructor(a: number, b: CellDataBarInfo);
|
|
36880
|
-
constructor(a: number, b: CellIconInfo);
|
|
36881
|
-
constructor(a: number, b: boolean);
|
|
36882
|
-
constructor(a: number, ..._rest: any[]);
|
|
36883
|
-
get h(): WorkbookColorInfo;
|
|
36884
|
-
get b(): CellDataBarInfo;
|
|
36885
|
-
get d(): CellIconInfo;
|
|
36886
|
-
}
|
|
36887
|
-
/**
|
|
36888
|
-
* Abstract base class for classes which control
|
|
36889
|
-
* the visual attributes of a [[WorksheetCell]],
|
|
36890
|
-
* based on whether the cell's value meets a logical condition.
|
|
36891
|
-
*/
|
|
36892
|
-
export declare abstract class ConditionalFormatBase extends ConditionBase implements IWorksheetCellFormatProxyOwner {
|
|
36363
|
+
export declare class TempCellCalcReference extends RefBase {
|
|
36893
36364
|
static $t: Type;
|
|
36894
|
-
private
|
|
36895
|
-
private
|
|
36896
|
-
private
|
|
36897
|
-
|
|
36898
|
-
|
|
36899
|
-
|
|
36900
|
-
|
|
36901
|
-
|
|
36902
|
-
|
|
36903
|
-
|
|
36904
|
-
|
|
36905
|
-
|
|
36906
|
-
|
|
36907
|
-
|
|
36908
|
-
|
|
36909
|
-
|
|
36910
|
-
|
|
36911
|
-
|
|
36912
|
-
|
|
36913
|
-
|
|
36914
|
-
|
|
36915
|
-
|
|
36916
|
-
|
|
36917
|
-
|
|
36918
|
-
|
|
36919
|
-
|
|
36920
|
-
|
|
36921
|
-
get
|
|
36922
|
-
|
|
36923
|
-
|
|
36924
|
-
|
|
36925
|
-
|
|
36926
|
-
|
|
36927
|
-
|
|
36928
|
-
|
|
36929
|
-
get _bw(): WorksheetCellFormatData;
|
|
36930
|
-
/**
|
|
36931
|
-
* @hidden
|
|
36932
|
-
*/
|
|
36933
|
-
set _bw(a: WorksheetCellFormatData);
|
|
36934
|
-
/**
|
|
36935
|
-
* @hidden
|
|
36936
|
-
*/
|
|
36937
|
-
get _bx(): boolean;
|
|
36938
|
-
/**
|
|
36939
|
-
* @hidden
|
|
36940
|
-
*/
|
|
36941
|
-
_a5(): void;
|
|
36942
|
-
/**
|
|
36943
|
-
* @hidden
|
|
36944
|
-
*/
|
|
36945
|
-
_a7(a: ConditionBase, b: boolean): void;
|
|
36946
|
-
/**
|
|
36947
|
-
* @hidden
|
|
36948
|
-
*/
|
|
36949
|
-
getAdjacentFormatForBorderResolution(sender: WorksheetCellFormatProxy, borderValue: CellFormatValue): WorksheetCellFormatData;
|
|
36950
|
-
/**
|
|
36951
|
-
* @hidden
|
|
36952
|
-
*/
|
|
36953
|
-
onCellFormatValueChanged(sender: WorksheetCellFormatProxy, values: CellFormatValue, options: CellFormatValueChangedOptions): void;
|
|
36954
|
-
/**
|
|
36955
|
-
* @hidden
|
|
36956
|
-
*/
|
|
36957
|
-
onCellFormatValueChanging(sender: WorksheetCellFormatProxy, values: CellFormatValue): void;
|
|
36958
|
-
/**
|
|
36959
|
-
* @hidden
|
|
36960
|
-
*/
|
|
36961
|
-
verifyFormatOptions(sender: WorksheetCellFormatProxy, formatOptions: WorksheetCellFormatOptions): void;
|
|
36365
|
+
private _a3;
|
|
36366
|
+
private _a9;
|
|
36367
|
+
private _a2;
|
|
36368
|
+
private _a4;
|
|
36369
|
+
private _a5;
|
|
36370
|
+
private static _ba;
|
|
36371
|
+
constructor(a: boolean, b: Sheet, c: WorksheetCellAddress);
|
|
36372
|
+
protected get__x(): boolean;
|
|
36373
|
+
protected get__ao(): number;
|
|
36374
|
+
get _ao(): number;
|
|
36375
|
+
containsReference(a: IExcelCalcReference): boolean;
|
|
36376
|
+
protected get_context(): any;
|
|
36377
|
+
protected get_elementName(): string;
|
|
36378
|
+
get elementName(): string;
|
|
36379
|
+
_z(a: IExcelCalcReference): boolean;
|
|
36380
|
+
protected get__formula(): SingleTargetFormula;
|
|
36381
|
+
getHashCode(): number;
|
|
36382
|
+
_am(): IList$1<WorksheetRegion>;
|
|
36383
|
+
_ae(a: Worksheet, b: WorksheetRegionAddress): boolean;
|
|
36384
|
+
isSubsetReference(a: IExcelCalcReference): boolean;
|
|
36385
|
+
protected get__f(): IExcelCalcReferenceCollectionEx;
|
|
36386
|
+
protected get__w(): WorksheetRow;
|
|
36387
|
+
get _w(): WorksheetRow;
|
|
36388
|
+
_az(a: SingleTargetFormula): void;
|
|
36389
|
+
protected get__ak(): boolean;
|
|
36390
|
+
protected _a1(a: ExcelCalcValue): void;
|
|
36391
|
+
protected get__c(): ExcelCalcValue;
|
|
36392
|
+
get _c(): ExcelCalcValue;
|
|
36393
|
+
protected get__t(): Workbook;
|
|
36394
|
+
protected get__u(): Worksheet;
|
|
36395
|
+
get _a6(): boolean;
|
|
36396
|
+
get _a7(): boolean;
|
|
36397
|
+
_a8: boolean;
|
|
36398
|
+
protected get__as(): number;
|
|
36399
|
+
protected get__r(): Sheet;
|
|
36962
36400
|
}
|
|
36963
36401
|
/**
|
|
36964
36402
|
* @hidden
|
|
@@ -37892,6 +37330,176 @@ export declare class WorksheetColumnCollection_CollectionChangeContextData exten
|
|
|
37892
37330
|
i(a: WorksheetTable[]): void;
|
|
37893
37331
|
get d(): WorksheetTable[];
|
|
37894
37332
|
}
|
|
37333
|
+
/**
|
|
37334
|
+
* @hidden
|
|
37335
|
+
*/
|
|
37336
|
+
export declare class WorksheetDataTableCollection_CollectionChangeContext extends ValueType implements IChangeInfoContext {
|
|
37337
|
+
static $t: Type;
|
|
37338
|
+
constructor(a: number, b: WorksheetDataTableCollection, c: WorksheetDataTable, d: number);
|
|
37339
|
+
constructor();
|
|
37340
|
+
constructor(a: number, ..._rest: any[]);
|
|
37341
|
+
readonly b: WorksheetDataTableCollection;
|
|
37342
|
+
readonly a: WorksheetDataTable;
|
|
37343
|
+
readonly d: number;
|
|
37344
|
+
readonly c: WorksheetRegionAddress;
|
|
37345
|
+
readonly e: Nullable$1<WorksheetCellAddress>;
|
|
37346
|
+
readonly f: Nullable$1<WorksheetCellAddress>;
|
|
37347
|
+
get workbook(): Workbook;
|
|
37348
|
+
get sheet(): Sheet;
|
|
37349
|
+
get source(): any;
|
|
37350
|
+
}
|
|
37351
|
+
/**
|
|
37352
|
+
* A collection of [[WorksheetDataTable]] instances on a worksheet.
|
|
37353
|
+
*/
|
|
37354
|
+
export declare class WorksheetDataTableCollection extends Base implements ICollection$1<WorksheetDataTable> {
|
|
37355
|
+
static $t: Type;
|
|
37356
|
+
/**
|
|
37357
|
+
* @hidden
|
|
37358
|
+
*/
|
|
37359
|
+
private static readonly _i;
|
|
37360
|
+
/**
|
|
37361
|
+
* @hidden
|
|
37362
|
+
*/
|
|
37363
|
+
private static readonly _l;
|
|
37364
|
+
/**
|
|
37365
|
+
* @hidden
|
|
37366
|
+
*/
|
|
37367
|
+
private static readonly _k;
|
|
37368
|
+
/**
|
|
37369
|
+
* @hidden
|
|
37370
|
+
*/
|
|
37371
|
+
private static _a;
|
|
37372
|
+
private _h;
|
|
37373
|
+
/**
|
|
37374
|
+
* @hidden
|
|
37375
|
+
*/
|
|
37376
|
+
_d: Worksheet;
|
|
37377
|
+
static staticInit(): void;
|
|
37378
|
+
constructor(a: Worksheet);
|
|
37379
|
+
/**
|
|
37380
|
+
* @hidden
|
|
37381
|
+
*/
|
|
37382
|
+
add(item: WorksheetDataTable): void;
|
|
37383
|
+
/**
|
|
37384
|
+
* Creates a new data table and adds it to the collection.
|
|
37385
|
+
* <p class="body">
|
|
37386
|
+
* The input cells specified must be different cell references and at least one must be non-null.
|
|
37387
|
+
* See the [[WorksheetDataTable]] overview for more information on data tables.
|
|
37388
|
+
* </p>
|
|
37389
|
+
* @param cellsInTable The region of cells in the data table.
|
|
37390
|
+
* @param columnInputCell The cell used as the column-input cell in the data table.
|
|
37391
|
+
* @param rowInputCell The cell used as the row-input cell in the data table.
|
|
37392
|
+
* @throws [[ArgumentNullException]] 'cellsInTable' is null.
|
|
37393
|
+
* @throws [[ArgumentException]] 'cellsInTable' is a region which does not belongs to the worksheet which owns this collection.
|
|
37394
|
+
* @throws [[ArgumentException]] 'columnInputCell' is not null but does not belong to the worksheet which owns this collection.
|
|
37395
|
+
* @throws [[ArgumentException]] 'rowInputCell' is not null but does not belong to the worksheet which owns this collection.
|
|
37396
|
+
* @throws [[InvalidOperationException]] Both 'columnInputCell' and 'rowInputCell' are null.
|
|
37397
|
+
* @throws [[InvalidOperationException]] 'columnInputCell' and 'rowInputCell' are the same cell.
|
|
37398
|
+
* @throws [[InvalidOperationException]] 'columnInputCell' or 'rowInputCell' are contained in the
|
|
37399
|
+
* 'cellsInTable' region.
|
|
37400
|
+
* @throws [[InvalidOperationException]] One or more of the interior cells of the 'cellsInTable' region (all cells except the left-most column
|
|
37401
|
+
* and top row) is an interior cell of another data table or is a cell in an array formula, and the entire
|
|
37402
|
+
* range of that other entity extends outside the interior cells of 'cellsInTable'.
|
|
37403
|
+
* @return The newly created data table.
|
|
37404
|
+
*/
|
|
37405
|
+
add(cellsInTable: WorksheetRegion, columnInputCell: WorksheetCell, rowInputCell: WorksheetCell): WorksheetDataTable;
|
|
37406
|
+
/**
|
|
37407
|
+
* @hidden
|
|
37408
|
+
*/
|
|
37409
|
+
_add$e(a: WorksheetDataTable): void;
|
|
37410
|
+
/**
|
|
37411
|
+
* @hidden
|
|
37412
|
+
*/
|
|
37413
|
+
contains(item: WorksheetDataTable): boolean;
|
|
37414
|
+
/**
|
|
37415
|
+
* @hidden
|
|
37416
|
+
*/
|
|
37417
|
+
copyTo(array: WorksheetDataTable[], arrayIndex: number): void;
|
|
37418
|
+
/**
|
|
37419
|
+
* @hidden
|
|
37420
|
+
*/
|
|
37421
|
+
get isReadOnly(): boolean;
|
|
37422
|
+
/**
|
|
37423
|
+
* @hidden
|
|
37424
|
+
*/
|
|
37425
|
+
remove(item: WorksheetDataTable): boolean;
|
|
37426
|
+
[Symbol.iterator](): EnumeratorWrapper<WorksheetDataTable>;
|
|
37427
|
+
/**
|
|
37428
|
+
* @hidden
|
|
37429
|
+
*/
|
|
37430
|
+
getEnumerator(): IEnumerator$1<WorksheetDataTable>;
|
|
37431
|
+
/**
|
|
37432
|
+
* @hidden
|
|
37433
|
+
*/
|
|
37434
|
+
getEnumeratorObject(): IEnumerator;
|
|
37435
|
+
/**
|
|
37436
|
+
* @hidden
|
|
37437
|
+
*/
|
|
37438
|
+
_add1(a: WorksheetRegion, b: WorksheetCell, c: WorksheetCell): WorksheetDataTable;
|
|
37439
|
+
/**
|
|
37440
|
+
* Clears all data tables from the collection.
|
|
37441
|
+
* <p class="body">
|
|
37442
|
+
* Once a data table is removed from the collection, it can no longer be used.
|
|
37443
|
+
* </p>
|
|
37444
|
+
*/
|
|
37445
|
+
clear(): void;
|
|
37446
|
+
/**
|
|
37447
|
+
* Removes the specified data table from the collection.
|
|
37448
|
+
* <p class="body">
|
|
37449
|
+
* Once a data table is removed from the collection, it can no longer be used.
|
|
37450
|
+
* </p>
|
|
37451
|
+
* @param dataTable The data table to remove from the collection.
|
|
37452
|
+
* @return True if the dataTable was successfully removed; False if the dataTable was not in the collection.
|
|
37453
|
+
*/
|
|
37454
|
+
remove_1(dataTable: WorksheetDataTable): boolean;
|
|
37455
|
+
/**
|
|
37456
|
+
* Removes the data table at the specified index from the collection.
|
|
37457
|
+
* <p class="body">
|
|
37458
|
+
* Once a data table is removed from the collection, it can no longer be used.
|
|
37459
|
+
* </p>
|
|
37460
|
+
* @param index The zero-based index of the data table to remove from the collection.
|
|
37461
|
+
*/
|
|
37462
|
+
removeAt(index: number): void;
|
|
37463
|
+
/**
|
|
37464
|
+
* @hidden
|
|
37465
|
+
*/
|
|
37466
|
+
private static _c;
|
|
37467
|
+
/**
|
|
37468
|
+
* @hidden
|
|
37469
|
+
*/
|
|
37470
|
+
private static _b;
|
|
37471
|
+
/**
|
|
37472
|
+
* @hidden
|
|
37473
|
+
*/
|
|
37474
|
+
private _o;
|
|
37475
|
+
/**
|
|
37476
|
+
* @hidden
|
|
37477
|
+
*/
|
|
37478
|
+
private _m;
|
|
37479
|
+
/**
|
|
37480
|
+
* @hidden
|
|
37481
|
+
*/
|
|
37482
|
+
private _p;
|
|
37483
|
+
/**
|
|
37484
|
+
* @hidden
|
|
37485
|
+
*/
|
|
37486
|
+
private static _r;
|
|
37487
|
+
/**
|
|
37488
|
+
* @hidden
|
|
37489
|
+
*/
|
|
37490
|
+
private static _s;
|
|
37491
|
+
/**
|
|
37492
|
+
* Gets the number of data tables in the collection.
|
|
37493
|
+
* The number of data tables in the collection.
|
|
37494
|
+
*/
|
|
37495
|
+
get count(): number;
|
|
37496
|
+
/**
|
|
37497
|
+
* Gets the data table at the specified index in the collection.
|
|
37498
|
+
* The data table at the specified index.
|
|
37499
|
+
* @param index The zero-based index of the data table to get.
|
|
37500
|
+
*/
|
|
37501
|
+
item(a: number): WorksheetDataTable;
|
|
37502
|
+
}
|
|
37895
37503
|
/**
|
|
37896
37504
|
* @hidden
|
|
37897
37505
|
*/
|
|
@@ -38714,6 +38322,15 @@ export declare class WorksheetMergedCellsRegionCollection extends Base implement
|
|
|
38714
38322
|
*/
|
|
38715
38323
|
item(a: number): WorksheetMergedCellsRegion;
|
|
38716
38324
|
}
|
|
38325
|
+
/**
|
|
38326
|
+
* @hidden
|
|
38327
|
+
*/
|
|
38328
|
+
export declare class WorksheetRegion_HorizontalSorter extends Base implements IComparer$1<WorksheetRegion> {
|
|
38329
|
+
static $t: Type;
|
|
38330
|
+
static readonly _a: WorksheetRegion_HorizontalSorter;
|
|
38331
|
+
constructor();
|
|
38332
|
+
compare(a: WorksheetRegion, b: WorksheetRegion): number;
|
|
38333
|
+
}
|
|
38717
38334
|
/**
|
|
38718
38335
|
* @hidden
|
|
38719
38336
|
*/
|
|
@@ -41454,6 +41071,40 @@ export declare class TokenClassResolver extends FormulaTokenEvaluator$1<TokenCla
|
|
|
41454
41071
|
static bj(a: FormulaContext, b: FormulaType): TokenClassResolver;
|
|
41455
41072
|
bk(a: number, b: TokenClass): void;
|
|
41456
41073
|
}
|
|
41074
|
+
/**
|
|
41075
|
+
* @hidden
|
|
41076
|
+
*/
|
|
41077
|
+
export declare class TokenReferenceResolver extends FormulaTokenEvaluator$1<FormulaToken> {
|
|
41078
|
+
static $t: Type;
|
|
41079
|
+
private static bi;
|
|
41080
|
+
private bl;
|
|
41081
|
+
private bh;
|
|
41082
|
+
private bm;
|
|
41083
|
+
constructor();
|
|
41084
|
+
protected a5(a: BinaryOperatorToken, b: FormulaToken, c: FormulaToken): FormulaToken;
|
|
41085
|
+
protected a6(a: IFunctionToken, b: FormulaToken, c: FormulaToken[]): FormulaToken;
|
|
41086
|
+
protected a7(a: OperandToken): FormulaToken;
|
|
41087
|
+
protected a8(a: ParenToken, b: FormulaToken): FormulaToken;
|
|
41088
|
+
protected a9(a: UnaryOperatorToken, b: FormulaToken): FormulaToken;
|
|
41089
|
+
protected get_a(): FormulaToken[];
|
|
41090
|
+
a1(): void;
|
|
41091
|
+
l(a: AttrChooseToken): boolean;
|
|
41092
|
+
m(a: AttrIfToken): boolean;
|
|
41093
|
+
n(a: AttrSkipToken): boolean;
|
|
41094
|
+
static bj(a: FormulaContext): TokenReferenceResolver;
|
|
41095
|
+
static bk(a: FormulaContext, b: FormulaToken[]): TokenReferenceResolver;
|
|
41096
|
+
}
|
|
41097
|
+
/**
|
|
41098
|
+
* @hidden
|
|
41099
|
+
*/
|
|
41100
|
+
export declare class TokenReferenceResolver_SkipTokenInfo extends ValueType {
|
|
41101
|
+
static $t: Type;
|
|
41102
|
+
constructor(a: number, b: AttrSkipToken, c: number);
|
|
41103
|
+
constructor();
|
|
41104
|
+
constructor(a: number, ..._rest: any[]);
|
|
41105
|
+
readonly a: AttrSkipToken;
|
|
41106
|
+
readonly b: number;
|
|
41107
|
+
}
|
|
41457
41108
|
/**
|
|
41458
41109
|
* @hidden
|
|
41459
41110
|
*/
|
|
@@ -42791,6 +42442,42 @@ export declare class StringConstant extends Constant {
|
|
|
42791
42442
|
protected get_c(): any;
|
|
42792
42443
|
get c(): any;
|
|
42793
42444
|
}
|
|
42445
|
+
/**
|
|
42446
|
+
* @hidden
|
|
42447
|
+
*/
|
|
42448
|
+
export declare class DataValidationCalcReference extends CellCalcReferenceBase {
|
|
42449
|
+
static $t: Type;
|
|
42450
|
+
constructor(a: WorksheetRow, b: number, c: boolean);
|
|
42451
|
+
containsReference(a: IExcelCalcReference): boolean;
|
|
42452
|
+
_z(a: IExcelCalcReference): boolean;
|
|
42453
|
+
getHashCode(): number;
|
|
42454
|
+
isSubsetReference(a: IExcelCalcReference): boolean;
|
|
42455
|
+
protected get__f(): IExcelCalcReferenceCollectionEx;
|
|
42456
|
+
protected get__ak(): boolean;
|
|
42457
|
+
protected get__c(): ExcelCalcValue;
|
|
42458
|
+
_bc: boolean;
|
|
42459
|
+
}
|
|
42460
|
+
/**
|
|
42461
|
+
* @hidden
|
|
42462
|
+
*/
|
|
42463
|
+
export declare class ExcelReferenceError extends RefBase {
|
|
42464
|
+
static $t: Type;
|
|
42465
|
+
static readonly _a2: ExcelReferenceError;
|
|
42466
|
+
constructor();
|
|
42467
|
+
_au(a: RefBase): void;
|
|
42468
|
+
protected get__ao(): number;
|
|
42469
|
+
get _ao(): number;
|
|
42470
|
+
containsReference(a: IExcelCalcReference): boolean;
|
|
42471
|
+
protected get_elementName(): string;
|
|
42472
|
+
get elementName(): string;
|
|
42473
|
+
_z(a: IExcelCalcReference): boolean;
|
|
42474
|
+
getHashCode(): number;
|
|
42475
|
+
isSubsetReference(a: IExcelCalcReference): boolean;
|
|
42476
|
+
protected get__w(): WorksheetRow;
|
|
42477
|
+
get _w(): WorksheetRow;
|
|
42478
|
+
protected get__c(): ExcelCalcValue;
|
|
42479
|
+
get _c(): ExcelCalcValue;
|
|
42480
|
+
}
|
|
42794
42481
|
/**
|
|
42795
42482
|
* @hidden
|
|
42796
42483
|
*/
|
|
@@ -42816,6 +42503,17 @@ export declare class ExternalCellCalcReference extends RefBase {
|
|
|
42816
42503
|
get _a4(): WorksheetCellAddress;
|
|
42817
42504
|
protected get__q(): WorksheetReference;
|
|
42818
42505
|
}
|
|
42506
|
+
/**
|
|
42507
|
+
* @hidden
|
|
42508
|
+
*/
|
|
42509
|
+
export declare abstract class NamedCalcReferenceBase extends RefBase {
|
|
42510
|
+
static $t: Type;
|
|
42511
|
+
protected get__ao(): number;
|
|
42512
|
+
get _ao(): number;
|
|
42513
|
+
protected get__aj(): boolean;
|
|
42514
|
+
protected get__w(): WorksheetRow;
|
|
42515
|
+
get _w(): WorksheetRow;
|
|
42516
|
+
}
|
|
42819
42517
|
/**
|
|
42820
42518
|
* @hidden
|
|
42821
42519
|
*/
|
|
@@ -42881,6 +42579,67 @@ export declare class ExternalRegionCalcReference_ExternalRegionValuesArray exten
|
|
|
42881
42579
|
_d(a: ArrayValueContext): ExcelCalcValue;
|
|
42882
42580
|
_a(): ExcelCalcValue[][];
|
|
42883
42581
|
}
|
|
42582
|
+
/**
|
|
42583
|
+
* @hidden
|
|
42584
|
+
*/
|
|
42585
|
+
export declare class FormulaEvaluator extends FormulaTokenVisitor {
|
|
42586
|
+
static $t: Type;
|
|
42587
|
+
private static a4;
|
|
42588
|
+
private a2;
|
|
42589
|
+
private a0;
|
|
42590
|
+
private a3;
|
|
42591
|
+
private a7;
|
|
42592
|
+
private bd;
|
|
42593
|
+
private az;
|
|
42594
|
+
private readonly a6;
|
|
42595
|
+
constructor();
|
|
42596
|
+
g(): void;
|
|
42597
|
+
p(a: AttrChooseToken): void;
|
|
42598
|
+
q(a: AttrIfToken): void;
|
|
42599
|
+
r(a: AttrSkipToken): void;
|
|
42600
|
+
v(a: BinaryOperatorToken): void;
|
|
42601
|
+
x(a: CellReferenceToken): void;
|
|
42602
|
+
aa(a: FunctionOperator): void;
|
|
42603
|
+
ab(a: IFunctionToken): void;
|
|
42604
|
+
ac(a: FunctionVOperator): void;
|
|
42605
|
+
aj(a: NameToken): void;
|
|
42606
|
+
am(a: OperandToken): void;
|
|
42607
|
+
ay(a: UnaryOperatorToken): void;
|
|
42608
|
+
private a8;
|
|
42609
|
+
private be;
|
|
42610
|
+
private bf;
|
|
42611
|
+
static a5(a: FormulaContext, b: IExcelCalcReference, c: ExcelCalcNumberStack): FormulaEvaluator;
|
|
42612
|
+
private a9;
|
|
42613
|
+
private bh;
|
|
42614
|
+
private bb;
|
|
42615
|
+
private bc;
|
|
42616
|
+
private a1;
|
|
42617
|
+
private ba;
|
|
42618
|
+
private bg;
|
|
42619
|
+
private bi;
|
|
42620
|
+
private bj;
|
|
42621
|
+
}
|
|
42622
|
+
/**
|
|
42623
|
+
* @hidden
|
|
42624
|
+
*/
|
|
42625
|
+
export declare class FormulaEvaluator_ShouldSplitParameterHelper extends FormulaTokenEvaluator$1<number> {
|
|
42626
|
+
static $t: Type;
|
|
42627
|
+
private bl;
|
|
42628
|
+
private bk;
|
|
42629
|
+
private bi;
|
|
42630
|
+
private bh;
|
|
42631
|
+
private bn;
|
|
42632
|
+
private bm;
|
|
42633
|
+
constructor();
|
|
42634
|
+
a1(): void;
|
|
42635
|
+
bj(a: FormulaContext, b: number, c: number, d: boolean): boolean;
|
|
42636
|
+
protected a5(a: BinaryOperatorToken, b: number, c: number): number;
|
|
42637
|
+
protected a6(a: IFunctionToken, b: number, c: number[]): number;
|
|
42638
|
+
protected a7(a: OperandToken): number;
|
|
42639
|
+
protected a8(a: ParenToken, b: number): number;
|
|
42640
|
+
protected a9(a: UnaryOperatorToken, b: number): number;
|
|
42641
|
+
private bo;
|
|
42642
|
+
}
|
|
42884
42643
|
/**
|
|
42885
42644
|
* @hidden
|
|
42886
42645
|
*/
|
|
@@ -43019,6 +42778,47 @@ export declare class MultiSheetRegionCalcReference_MultiSheetRegionReferencesCol
|
|
|
43019
42778
|
getEnumerator(): IEnumerator$1<IExcelCalcReference>;
|
|
43020
42779
|
getEnumeratorObject(): IEnumerator;
|
|
43021
42780
|
}
|
|
42781
|
+
/**
|
|
42782
|
+
* @hidden
|
|
42783
|
+
*/
|
|
42784
|
+
export declare class NamedCalcReference extends NamedCalcReferenceBase {
|
|
42785
|
+
static $t: Type;
|
|
42786
|
+
private _a4;
|
|
42787
|
+
private _a2;
|
|
42788
|
+
constructor(a: NamedReference);
|
|
42789
|
+
protected get__formula(): SingleTargetFormula;
|
|
42790
|
+
protected get__x(): boolean;
|
|
42791
|
+
containsReference(a: IExcelCalcReference): boolean;
|
|
42792
|
+
protected get_context(): any;
|
|
42793
|
+
protected get_elementName(): string;
|
|
42794
|
+
get elementName(): string;
|
|
42795
|
+
_z(a: IExcelCalcReference): boolean;
|
|
42796
|
+
getHashCode(): number;
|
|
42797
|
+
isSubsetReference(a: IExcelCalcReference): boolean;
|
|
42798
|
+
protected get__f(): IExcelCalcReferenceCollectionEx;
|
|
42799
|
+
_az(a: SingleTargetFormula): void;
|
|
42800
|
+
protected get__c(): ExcelCalcValue;
|
|
42801
|
+
get _c(): ExcelCalcValue;
|
|
42802
|
+
protected get__t(): Workbook;
|
|
42803
|
+
get _a3(): NamedReference;
|
|
42804
|
+
}
|
|
42805
|
+
/**
|
|
42806
|
+
* @hidden
|
|
42807
|
+
*/
|
|
42808
|
+
export declare class NamedCalcReferenceUnconnected extends NamedCalcReferenceBase {
|
|
42809
|
+
static $t: Type;
|
|
42810
|
+
private _a2;
|
|
42811
|
+
constructor(a: NamedReferenceUnconnected);
|
|
42812
|
+
containsReference(a: IExcelCalcReference): boolean;
|
|
42813
|
+
protected get_context(): any;
|
|
42814
|
+
protected get_elementName(): string;
|
|
42815
|
+
get elementName(): string;
|
|
42816
|
+
_z(a: IExcelCalcReference): boolean;
|
|
42817
|
+
getHashCode(): number;
|
|
42818
|
+
isSubsetReference(a: IExcelCalcReference): boolean;
|
|
42819
|
+
protected get__c(): ExcelCalcValue;
|
|
42820
|
+
get _c(): ExcelCalcValue;
|
|
42821
|
+
}
|
|
43022
42822
|
/**
|
|
43023
42823
|
* @hidden
|
|
43024
42824
|
*/
|
|
@@ -43237,6 +43037,62 @@ export declare class TableColumnRangeCalcReference extends TableCalcReferenceBas
|
|
|
43237
43037
|
protected get__be(): WorksheetTable;
|
|
43238
43038
|
get _be(): WorksheetTable;
|
|
43239
43039
|
}
|
|
43040
|
+
/**
|
|
43041
|
+
* @hidden
|
|
43042
|
+
*/
|
|
43043
|
+
export declare class RefBase_DynamicReference extends RefBase {
|
|
43044
|
+
static $t: Type;
|
|
43045
|
+
private readonly _a2;
|
|
43046
|
+
constructor(a: RefBase);
|
|
43047
|
+
protected get__formula(): SingleTargetFormula;
|
|
43048
|
+
protected get__x(): boolean;
|
|
43049
|
+
protected get__ao(): number;
|
|
43050
|
+
get _ao(): number;
|
|
43051
|
+
containsReference(a: IExcelCalcReference): boolean;
|
|
43052
|
+
protected get_context(): any;
|
|
43053
|
+
protected get_elementName(): string;
|
|
43054
|
+
get elementName(): string;
|
|
43055
|
+
_z(a: IExcelCalcReference): boolean;
|
|
43056
|
+
getHashCode(): number;
|
|
43057
|
+
_v(): WorksheetRegion;
|
|
43058
|
+
_am(): IList$1<WorksheetRegion>;
|
|
43059
|
+
protected get_isEnumerable(): boolean;
|
|
43060
|
+
protected get__aj(): boolean;
|
|
43061
|
+
isSubsetReference(a: IExcelCalcReference): boolean;
|
|
43062
|
+
protected get__references(): IExcelCalcReferenceCollectionEx;
|
|
43063
|
+
protected get__l(): RefBase;
|
|
43064
|
+
_m(a: CalculationContext, b: boolean, c: ExcelCalcErrorValue): {
|
|
43065
|
+
ret: RefBase;
|
|
43066
|
+
p0?: CalculationContext;
|
|
43067
|
+
p2: ExcelCalcErrorValue;
|
|
43068
|
+
};
|
|
43069
|
+
_n(a: CellCalcReference, b: ExcelCalcErrorValue): {
|
|
43070
|
+
ret: RefBase;
|
|
43071
|
+
p1: ExcelCalcErrorValue;
|
|
43072
|
+
};
|
|
43073
|
+
protected get__w(): WorksheetRow;
|
|
43074
|
+
get _w(): WorksheetRow;
|
|
43075
|
+
protected get__as(): number;
|
|
43076
|
+
_az(a: SingleTargetFormula): void;
|
|
43077
|
+
_o(): RefBase;
|
|
43078
|
+
protected get_value(): ExcelCalcValue;
|
|
43079
|
+
protected set_value(a: ExcelCalcValue): void;
|
|
43080
|
+
protected get__c(): ExcelCalcValue;
|
|
43081
|
+
get _c(): ExcelCalcValue;
|
|
43082
|
+
protected get__q(): WorksheetReference;
|
|
43083
|
+
protected get__t(): Workbook;
|
|
43084
|
+
}
|
|
43085
|
+
/**
|
|
43086
|
+
* @hidden
|
|
43087
|
+
*/
|
|
43088
|
+
export declare class EmptyReferencesCollection extends Base implements IExcelCalcReferenceCollectionEx {
|
|
43089
|
+
static $t: Type;
|
|
43090
|
+
static readonly _a: EmptyReferencesCollection;
|
|
43091
|
+
constructor();
|
|
43092
|
+
getEnumeratorObject(): IEnumerator;
|
|
43093
|
+
private _getEnumerator;
|
|
43094
|
+
getEnumerator(): IEnumerator$1<IExcelCalcReference>;
|
|
43095
|
+
}
|
|
43240
43096
|
/**
|
|
43241
43097
|
* Abstract base class for all filter types which filter data based on a dynamic condition, such as the data present in the filtered
|
|
43242
43098
|
* data range, the date when the filter was applied, or the date when the filter is evaluated.
|
|
@@ -54609,6 +54465,134 @@ export declare class Rgce extends Base {
|
|
|
54609
54465
|
constructor();
|
|
54610
54466
|
get b(): Formula;
|
|
54611
54467
|
}
|
|
54468
|
+
/**
|
|
54469
|
+
* Stack of [[ExcelCalcValue]] instances used to evaluate formulas.
|
|
54470
|
+
* <p class="body">
|
|
54471
|
+
* The number stack is used for evaluating formulas. When formulas are compiled, the formula tokens are
|
|
54472
|
+
* placed in a collection in post-fix, or Reverse Polish Notation (RPN) format. RPN format arranges the formula token list so each
|
|
54473
|
+
* sub-expressions's terms are placed before their operator, and sub-expressions are ordered to enforce correct operator precedence.
|
|
54474
|
+
* This format allows the formula evaluate method to loop through the formula token collection front to back pushing an operator's terms onto
|
|
54475
|
+
* the number stack until an operator is reached. Each time an operator is reached, it's subexpression is computed and resulting value pushed
|
|
54476
|
+
* onto the number stack. Once the end of the end of the formula collection is reached, the formulas calculated value is at the top of the
|
|
54477
|
+
* number stack.
|
|
54478
|
+
* </p>
|
|
54479
|
+
*/
|
|
54480
|
+
export declare class ExcelCalcNumberStack extends Base {
|
|
54481
|
+
static $t: Type;
|
|
54482
|
+
constructor(formulaOwner: IExcelCalcReference, formula: SingleTargetFormula);
|
|
54483
|
+
constructor();
|
|
54484
|
+
constructor(..._rest: any[]);
|
|
54485
|
+
/**
|
|
54486
|
+
* @hidden
|
|
54487
|
+
*/
|
|
54488
|
+
_e(a: ExcelCalcValue): ExcelCalcValue;
|
|
54489
|
+
/**
|
|
54490
|
+
* @hidden
|
|
54491
|
+
*/
|
|
54492
|
+
_f(a: ExcelCalcValue): ExcelCalcValue;
|
|
54493
|
+
/**
|
|
54494
|
+
* @hidden
|
|
54495
|
+
*/
|
|
54496
|
+
_g(a: ExcelCalcValue): ExcelCalcValue;
|
|
54497
|
+
private readonly _o;
|
|
54498
|
+
private _a;
|
|
54499
|
+
private _y;
|
|
54500
|
+
private _z;
|
|
54501
|
+
/**
|
|
54502
|
+
* @hidden
|
|
54503
|
+
*/
|
|
54504
|
+
private _b;
|
|
54505
|
+
/**
|
|
54506
|
+
* @hidden
|
|
54507
|
+
*/
|
|
54508
|
+
get _p(): SingleTargetFormula;
|
|
54509
|
+
private readonly _m;
|
|
54510
|
+
/**
|
|
54511
|
+
* @hidden
|
|
54512
|
+
*/
|
|
54513
|
+
get _n(): TokenClass;
|
|
54514
|
+
private readonly _j;
|
|
54515
|
+
/**
|
|
54516
|
+
* @hidden
|
|
54517
|
+
*/
|
|
54518
|
+
get _k(): IExcelCalcReference;
|
|
54519
|
+
/**
|
|
54520
|
+
* @hidden
|
|
54521
|
+
*/
|
|
54522
|
+
_d(a: number): ExcelCalcValue;
|
|
54523
|
+
private _t;
|
|
54524
|
+
/**
|
|
54525
|
+
* @hidden
|
|
54526
|
+
*/
|
|
54527
|
+
get _u(): boolean;
|
|
54528
|
+
/**
|
|
54529
|
+
* @hidden
|
|
54530
|
+
*/
|
|
54531
|
+
set _u(a: boolean);
|
|
54532
|
+
/**
|
|
54533
|
+
* Gets the [[WorksheetCell]] instance whose formula is currently being solved.
|
|
54534
|
+
*/
|
|
54535
|
+
get owningCell(): WorksheetCell;
|
|
54536
|
+
/**
|
|
54537
|
+
* @hidden
|
|
54538
|
+
*/
|
|
54539
|
+
_ab(): void;
|
|
54540
|
+
/**
|
|
54541
|
+
* @hidden
|
|
54542
|
+
*/
|
|
54543
|
+
_ac(a: ExcelCalcFunction, b: number): void;
|
|
54544
|
+
private _q;
|
|
54545
|
+
/**
|
|
54546
|
+
* @hidden
|
|
54547
|
+
*/
|
|
54548
|
+
get _r(): Workbook;
|
|
54549
|
+
private _v;
|
|
54550
|
+
/**
|
|
54551
|
+
* @hidden
|
|
54552
|
+
*/
|
|
54553
|
+
private static _l;
|
|
54554
|
+
/**
|
|
54555
|
+
* @hidden
|
|
54556
|
+
*/
|
|
54557
|
+
static _c(a: any): ExcelCalcValue;
|
|
54558
|
+
/**
|
|
54559
|
+
* @hidden
|
|
54560
|
+
*/
|
|
54561
|
+
static _ad(a: ExcelCalcValue): void;
|
|
54562
|
+
/**
|
|
54563
|
+
* Push a value onto number stack.
|
|
54564
|
+
* @param value Value to push onto the number stack
|
|
54565
|
+
*/
|
|
54566
|
+
push(value: ExcelCalcValue): void;
|
|
54567
|
+
/**
|
|
54568
|
+
* Pop value off top of the number stack.
|
|
54569
|
+
* @return [[ExcelCalcValue]] that was at the top of the number stack.
|
|
54570
|
+
*/
|
|
54571
|
+
pop(): ExcelCalcValue;
|
|
54572
|
+
/**
|
|
54573
|
+
* Return value off top of the number stack.
|
|
54574
|
+
* @return [[ExcelCalcValue]] that is at the top of the number stack.
|
|
54575
|
+
*/
|
|
54576
|
+
peek(): ExcelCalcValue;
|
|
54577
|
+
/**
|
|
54578
|
+
* Remove all values from number stack.
|
|
54579
|
+
*/
|
|
54580
|
+
clear(): void;
|
|
54581
|
+
/**
|
|
54582
|
+
* Clear elements off top of number stack until it contains given number of elements
|
|
54583
|
+
* @param elements Denotes the desired stack level
|
|
54584
|
+
*/
|
|
54585
|
+
reset(elements: number): void;
|
|
54586
|
+
/**
|
|
54587
|
+
* Return the number of values on number stack
|
|
54588
|
+
* @return Number of stack values
|
|
54589
|
+
*/
|
|
54590
|
+
count(): number;
|
|
54591
|
+
/**
|
|
54592
|
+
* @hidden
|
|
54593
|
+
*/
|
|
54594
|
+
get _w(): CultureInfo;
|
|
54595
|
+
}
|
|
54612
54596
|
/**
|
|
54613
54597
|
* @hidden
|
|
54614
54598
|
*/
|
|
@@ -54628,6 +54612,19 @@ export declare class ValueFormatter_ValueFormatterSectionInfo extends Base imple
|
|
|
54628
54612
|
private get b();
|
|
54629
54613
|
get showsGroupSeparators(): boolean;
|
|
54630
54614
|
}
|
|
54615
|
+
/**
|
|
54616
|
+
* @hidden
|
|
54617
|
+
*/
|
|
54618
|
+
export declare class ArrayValueContext extends ValueType {
|
|
54619
|
+
static $t: Type;
|
|
54620
|
+
constructor(a: number, b: number, c: number);
|
|
54621
|
+
constructor(a: number, b: WorksheetRow, c: number, d: number);
|
|
54622
|
+
constructor();
|
|
54623
|
+
constructor(a: number, ..._rest: any[]);
|
|
54624
|
+
readonly a: WorksheetRow;
|
|
54625
|
+
readonly b: number;
|
|
54626
|
+
readonly c: number;
|
|
54627
|
+
}
|
|
54631
54628
|
/**
|
|
54632
54629
|
* @hidden
|
|
54633
54630
|
*/
|
|
@@ -54692,3 +54689,38 @@ export declare class CustomExcelCalcFunction extends ExcelCalcFunction {
|
|
|
54692
54689
|
get maxArgs(): number;
|
|
54693
54690
|
protected evaluate(a: ExcelCalcNumberStack, b: number): ExcelCalcValue;
|
|
54694
54691
|
}
|
|
54692
|
+
/**
|
|
54693
|
+
* @hidden
|
|
54694
|
+
*/
|
|
54695
|
+
export declare class DependencyGraph_EvaluationEnumerator extends Base implements IEnumerator$1<RefBase> {
|
|
54696
|
+
static $t: Type;
|
|
54697
|
+
private _b;
|
|
54698
|
+
private readonly _a;
|
|
54699
|
+
private _d;
|
|
54700
|
+
private _c;
|
|
54701
|
+
constructor(a: DependencyGraph);
|
|
54702
|
+
dispose(): void;
|
|
54703
|
+
get current(): RefBase;
|
|
54704
|
+
get currentObject(): any;
|
|
54705
|
+
moveNext(): boolean;
|
|
54706
|
+
reset(): void;
|
|
54707
|
+
_e(a: HashSet$1<RefBase>): void;
|
|
54708
|
+
}
|
|
54709
|
+
/**
|
|
54710
|
+
* @hidden
|
|
54711
|
+
*/
|
|
54712
|
+
export declare class DependencyGraph_FinishTimeSorter extends Base implements IComparer$1<RefBase> {
|
|
54713
|
+
static $t: Type;
|
|
54714
|
+
static readonly _a: DependencyGraph_FinishTimeSorter;
|
|
54715
|
+
constructor();
|
|
54716
|
+
compare(a: RefBase, b: RefBase): number;
|
|
54717
|
+
}
|
|
54718
|
+
/**
|
|
54719
|
+
* @hidden
|
|
54720
|
+
*/
|
|
54721
|
+
export declare class DependencyGraph_StronglyConnectedComponentSorter extends Base implements IComparer$1<RefBase> {
|
|
54722
|
+
static $t: Type;
|
|
54723
|
+
static readonly _a: DependencyGraph_StronglyConnectedComponentSorter;
|
|
54724
|
+
constructor();
|
|
54725
|
+
compare(a: RefBase, b: RefBase): number;
|
|
54726
|
+
}
|