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

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.
Files changed (64) hide show
  1. package/bundles/igniteui-webcomponents-excel.umd.js +1505 -1353
  2. package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
  3. package/esm2015/lib/AlignmentInfo.js +4 -4
  4. package/esm2015/lib/BiffRecordStream.js +7 -7
  5. package/esm2015/lib/CellFormatValue.js +1 -1
  6. package/esm2015/lib/ConditionalFormattingUtils.js +1 -1
  7. package/esm2015/lib/DefaultStyleHelper_combined.js +1206 -1111
  8. package/esm2015/lib/DomTextMetricsProvider.js +8 -8
  9. package/esm2015/lib/JapaneseCalendar.js +1 -1
  10. package/esm2015/lib/LegacyShapeData.js +4 -4
  11. package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
  12. package/esm2015/lib/ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData.js +1 -1
  13. package/esm2015/lib/PackagePart_combined.js +1 -1
  14. package/esm2015/lib/ProtectionInfo.js +8 -5
  15. package/esm2015/lib/SgmlReader.js +1 -1
  16. package/esm2015/lib/UltraCalcFunctionCell.js +3 -3
  17. package/esm2015/lib/UltraCalcFunctionComplex.js +1 -1
  18. package/esm2015/lib/UltraCalcFunctionDateDiff.js +1 -1
  19. package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
  20. package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
  21. package/esm2015/lib/UltraCalcFunctionMatch.js +1 -1
  22. package/esm2015/lib/UltraCalcFunctionRoman.js +1 -1
  23. package/esm2015/lib/UltraCalcFunctionText.js +1 -1
  24. package/esm2015/lib/UltraCalcFunctionUSDollar.js +1 -1
  25. package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
  26. package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +31 -31
  27. package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +204 -182
  28. package/esm2015/lib/XlsxUtilities_combined.js +2 -2
  29. package/esm5/lib/AlignmentInfo.js +4 -4
  30. package/esm5/lib/BiffRecordStream.js +7 -7
  31. package/esm5/lib/CellFormatValue.js +1 -1
  32. package/esm5/lib/ConditionalFormattingUtils.js +1 -1
  33. package/esm5/lib/DefaultStyleHelper_combined.js +1232 -1105
  34. package/esm5/lib/DomTextMetricsProvider.js +8 -8
  35. package/esm5/lib/JapaneseCalendar.js +1 -1
  36. package/esm5/lib/LegacyShapeData.js +4 -4
  37. package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
  38. package/esm5/lib/ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData.js +1 -1
  39. package/esm5/lib/PackagePart_combined.js +1 -1
  40. package/esm5/lib/ProtectionInfo.js +8 -5
  41. package/esm5/lib/SgmlReader.js +1 -1
  42. package/esm5/lib/UltraCalcFunctionCell.js +3 -3
  43. package/esm5/lib/UltraCalcFunctionComplex.js +1 -1
  44. package/esm5/lib/UltraCalcFunctionDateDiff.js +1 -1
  45. package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
  46. package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
  47. package/esm5/lib/UltraCalcFunctionMatch.js +1 -1
  48. package/esm5/lib/UltraCalcFunctionRoman.js +1 -1
  49. package/esm5/lib/UltraCalcFunctionText.js +1 -1
  50. package/esm5/lib/UltraCalcFunctionUSDollar.js +1 -1
  51. package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
  52. package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +31 -31
  53. package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +204 -182
  54. package/esm5/lib/XlsxUtilities_combined.js +2 -2
  55. package/fesm2015/igniteui-webcomponents-excel.js +1479 -1359
  56. package/fesm5/igniteui-webcomponents-excel.js +1505 -1353
  57. package/lib/BiffRecordStream.d.ts +2 -2
  58. package/lib/CellFormatValue.d.ts +5 -4
  59. package/lib/DefaultStyleHelper_combined.d.ts +249 -228
  60. package/lib/DomTextMetricsProvider.d.ts +1 -1
  61. package/lib/JapaneseCalendar.d.ts +1 -1
  62. package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +5 -5
  63. package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +3 -3
  64. package/package.json +2 -2
@@ -21,9 +21,9 @@ import { Dictionary$2 } from "igniteui-webcomponents-core";
21
21
  import { SingleTargetFormula } from "./SingleTargetFormula";
22
22
  import { WorksheetCell } from "./WorksheetCell";
23
23
  import { WorkbookStyleCollection } from "./WorkbookStyleCollection";
24
+ import { WorkbookFontData } from "./WorkbookFontData";
24
25
  import { WorkbookBuiltInStyle } from "./WorkbookBuiltInStyle";
25
26
  import { BuiltInStyleType_$type } from "./BuiltInStyleType";
26
- import { WorkbookFontData } from "./WorkbookFontData";
27
27
  import { IWorksheetImage_$type } from "./IWorksheetImage";
28
28
  import { ExcelImage } from "./ExcelImage";
29
29
  import { WorksheetShape } from "./WorksheetShape";
@@ -42,11 +42,11 @@ import { Async } from "./Async";
42
42
  import { FormulaContext } from "./FormulaContext";
43
43
  import { FormulaToken } from "./FormulaToken";
44
44
  import { WorkbookSaveManagerExcel2003_GetSizeTokenVisitor } from "./WorkbookSaveManagerExcel2003_GetSizeTokenVisitor";
45
+ import { WorkbookSaveManagerExcel2003_SaveTokenVisitor } from "./WorkbookSaveManagerExcel2003_SaveTokenVisitor";
46
+ import { WorkbookSaveManagerExcel2003_SaveAdditionalDataTokenVisitor } from "./WorkbookSaveManagerExcel2003_SaveAdditionalDataTokenVisitor";
45
47
  import { SharedTokenConverter } from "./SharedTokenConverter";
46
48
  import { TokenReferenceResolver } from "./TokenReferenceResolver";
47
- import { WorkbookSaveManagerExcel2003_SaveTokenVisitor } from "./WorkbookSaveManagerExcel2003_SaveTokenVisitor";
48
49
  import { FormulaTokenVisitor } from "./FormulaTokenVisitor";
49
- import { WorkbookSaveManagerExcel2003_SaveAdditionalDataTokenVisitor } from "./WorkbookSaveManagerExcel2003_SaveAdditionalDataTokenVisitor";
50
50
  import { BIFF8RecordType_$type } from "./BIFF8RecordType";
51
51
  import { BiffRecordBase$3 } from "./BiffRecordBase$3";
52
52
  import { WorksheetHyperlink } from "./WorksheetHyperlink";
@@ -120,8 +120,8 @@ import { Tuple } from "igniteui-webcomponents-core";
120
120
  import { DocumentSummaryInformation } from "./DocumentSummaryInformation";
121
121
  import { SummaryInformation } from "./SummaryInformation";
122
122
  import { WorkbookCFInfo } from "./WorkbookCFInfo";
123
- import { ConditionPriority } from "./ConditionPriority";
124
123
  import { CondFmtWrapper } from "./CondFmtWrapper";
124
+ import { ConditionPriority } from "./ConditionPriority";
125
125
  import { CfWrapper } from "./CfWrapper";
126
126
  import { ConditionFactory_BIFF8 } from "./ConditionFactory_BIFF8";
127
127
  import { CfExNonCf12Wrapper } from "./CfExNonCf12Wrapper";
@@ -132,8 +132,8 @@ import { Obj } from "./Obj";
132
132
  import { FtCmo } from "./FtCmo";
133
133
  import { AttrTokenBase } from "./AttrTokenBase";
134
134
  import { FunctionVOperator } from "./FunctionVOperator";
135
- import { Function } from "./Function";
136
135
  import { AddInFunctionResolver } from "./AddInFunctionResolver";
136
+ import { Function } from "./Function";
137
137
  import { Encoding } from "igniteui-webcomponents-core";
138
138
  import { ArgumentException } from "igniteui-webcomponents-core";
139
139
  import { nullableNotEquals, nullableEquals, nullableIsNull } from "igniteui-webcomponents-core";
@@ -168,11 +168,11 @@ import { ConditionalFormatBase } from "./ConditionalFormatBase";
168
168
  import { ThresholdConditionBase } from "./ThresholdConditionBase";
169
169
  import { Rgce } from "./Rgce";
170
170
  import { CfTemplate_$type } from "./CfTemplate";
171
+ import { FormulaConditionalFormat } from "./FormulaConditionalFormat";
171
172
  import { ColorScaleConditionalFormat } from "./ColorScaleConditionalFormat";
172
173
  import { DataBarConditionalFormat } from "./DataBarConditionalFormat";
173
174
  import { RankConditionalFormat } from "./RankConditionalFormat";
174
175
  import { Extensions_BIFF8 } from "./Extensions_BIFF8";
175
- import { FormulaConditionalFormat } from "./FormulaConditionalFormat";
176
176
  import { ConditionalFormattingUtils } from "./ConditionalFormattingUtils";
177
177
  import { AverageConditionalFormat } from "./AverageConditionalFormat";
178
178
  import { IconSetConditionalFormat } from "./IconSetConditionalFormat";
@@ -189,9 +189,9 @@ import { CfIconSet } from "./CfIconSet";
189
189
  import { CfIconCriterion } from "./CfIconCriterion";
190
190
  import { IconCriterion } from "./IconCriterion";
191
191
  import { Biff8RecordStream_Stxp } from "./Biff8RecordStream_Stxp";
192
+ import { Biff8RecordStream_Ts } from "./Biff8RecordStream_Ts";
192
193
  import { FontSuperscriptSubscriptStyle_$type } from "./FontSuperscriptSubscriptStyle";
193
194
  import { FontUnderlineStyle_$type } from "./FontUnderlineStyle";
194
- import { Biff8RecordStream_Ts } from "./Biff8RecordStream_Ts";
195
195
  import { FillPatternStyle_$type } from "./FillPatternStyle";
196
196
  import { CellFillPattern } from "./CellFillPattern";
197
197
  import { ExtPropColorLoaded } from "./ExtPropColorLoaded";
@@ -285,8 +285,8 @@ import { DateRangeFilter } from "./DateRangeFilter";
285
285
  import { CalcUtilities } from "./CalcUtilities";
286
286
  import { CalculationMode_$type } from "./CalculationMode";
287
287
  import { WorksheetReferenceExternal } from "./WorksheetReferenceExternal";
288
- import { AnyValueDataValidationRule } from "./AnyValueDataValidationRule";
289
288
  import { ListDataValidationRule } from "./ListDataValidationRule";
289
+ import { AnyValueDataValidationRule } from "./AnyValueDataValidationRule";
290
290
  import { CustomDataValidationRule } from "./CustomDataValidationRule";
291
291
  import { TwoConstraintDataValidationRule } from "./TwoConstraintDataValidationRule";
292
292
  import { OneConstraintDataValidationRule } from "./OneConstraintDataValidationRule";
@@ -877,7 +877,7 @@ var WorkbookSaveManagerExcel2003 = /** @class */ /*@__PURE__*/ (function (_super
877
877
  _this._dm(a);
878
878
  _this._dt(a.displayOptions);
879
879
  _this._di(a);
880
- if (a._ek) {
880
+ if (a._el) {
881
881
  _this._ds(153);
882
882
  }
883
883
  if (_this._af(a)) {
@@ -1107,7 +1107,7 @@ var WorkbookSaveManagerExcel2003 = /** @class */ /*@__PURE__*/ (function (_super
1107
1107
  };
1108
1108
  WorkbookSaveManagerExcel2003.prototype._dg = function (a) {
1109
1109
  var e_12, _0;
1110
- var b = new List$1(WorksheetColumnBlock.$, 1, a._ff);
1110
+ var b = new List$1(WorksheetColumnBlock.$, 1, a._fg);
1111
1111
  if (b.count == 1 && b._inner[0].l) {
1112
1112
  return;
1113
1113
  }
@@ -5094,7 +5094,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
5094
5094
  m = a._a9;
5095
5095
  }
5096
5096
  if (d == false) {
5097
- l = nullableEquals(a._c7, true);
5097
+ l = nullableEquals(a._c9, true);
5098
5098
  }
5099
5099
  if (e == false) {
5100
5100
  o = a._cw;
@@ -5107,7 +5107,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
5107
5107
  }
5108
5108
  }
5109
5109
  if (h == false) {
5110
- q = nullableEquals(a._c6, true);
5110
+ q = nullableEquals(a._c8, true);
5111
5111
  }
5112
5112
  var v = 0;
5113
5113
  var w = ExcelUtils.e4(v, k, 0, 2);
@@ -5129,7 +5129,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
5129
5129
  var ae = ExcelUtils.e4(v, s, 22, 23);
5130
5130
  v = ae.p0;
5131
5131
  this._write18(v);
5132
- this._write12(t);
5132
+ this._write13(t);
5133
5133
  };
5134
5134
  Biff8RecordStream.prototype._readDXFBdr = function (a, b, c, d, e, f, g) {
5135
5135
  var h = this._readUInt32();
@@ -5379,7 +5379,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
5379
5379
  if (WorkbookColorInfo.l_op_Inequality(a.colorInfo, null)) {
5380
5380
  f = a.colorInfo._y(this.saveManager._b, 2);
5381
5381
  }
5382
- this._write12(f);
5382
+ this._write13(f);
5383
5383
  this._write18(intSToU(0));
5384
5384
  var g = new Biff8RecordStream_Ts();
5385
5385
  g.a = (nullableEquals(a._italic$i, null));
@@ -5392,8 +5392,8 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
5392
5392
  var j = (nullableEquals(a._bold$i, null)) ? intSToU(1) : 0;
5393
5393
  this._write18(j);
5394
5394
  this._write18(intSToU(0));
5395
- this._write12(0);
5396
- this._write12(0);
5395
+ this._write13(0);
5396
+ this._write13(0);
5397
5397
  if (a.name == null) {
5398
5398
  this._write17(0);
5399
5399
  }
@@ -5470,7 +5470,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
5470
5470
  var h = nullableEquals(a._shrinkToFit$i, null);
5471
5471
  var i = true;
5472
5472
  var j = nullableEquals(a._locked$i, null);
5473
- var k = true;
5473
+ var k = nullableEquals(a._hidden$i, null);
5474
5474
  var l = a.leftBorderStyle == -1 && WorkbookColorInfo.l_op_Equality(a.leftBorderColorInfo, null);
5475
5475
  var m = a.rightBorderStyle == -1 && WorkbookColorInfo.l_op_Equality(a.rightBorderColorInfo, null);
5476
5476
  var n = a.topBorderStyle == -1 && WorkbookColorInfo.l_op_Equality(a.topBorderColorInfo, null);
@@ -5665,7 +5665,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
5665
5665
  Biff8RecordStream.prototype._writeDXFNumUsr = function (a) {
5666
5666
  var b = this.position;
5667
5667
  this._write17(0);
5668
- this._writeXLUnicodeString(a._dg);
5668
+ this._writeXLUnicodeString(a._di);
5669
5669
  var c = this.position;
5670
5670
  var d = (c - b);
5671
5671
  this.position = b;
@@ -5726,12 +5726,18 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
5726
5726
  if (b == false) {
5727
5727
  a._locked$i = ExcelUtils.dx(e);
5728
5728
  }
5729
+ if (c == false) {
5730
+ a._hidden$i = ExcelUtils.dx(f);
5731
+ }
5729
5732
  };
5730
5733
  Biff8RecordStream.prototype._writeDXFProt = function (a, b, c) {
5731
5734
  var d = true;
5732
5735
  var e = false;
5733
5736
  if (b == false) {
5734
- d = nullableEquals(a._c5, true);
5737
+ d = nullableEquals(a._c7, true);
5738
+ }
5739
+ if (c == false) {
5740
+ e = nullableEquals(a._c6, true);
5735
5741
  }
5736
5742
  var f = 0;
5737
5743
  var g = ExcelUtils.gb(f, d, 0);
@@ -5781,7 +5787,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
5781
5787
  var c = this.position;
5782
5788
  var d = (c - b);
5783
5789
  this.position = b + 2;
5784
- this._write11(d);
5790
+ this._write12(d);
5785
5791
  this.position = c;
5786
5792
  };
5787
5793
  Biff8RecordStream.prototype._readFeatProtection = function () {
@@ -5940,7 +5946,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
5940
5946
  this._write18(l);
5941
5947
  var m = this.position;
5942
5948
  this._write18(intSToU(0));
5943
- this._write12(k);
5949
+ this._write13(k);
5944
5950
  var n;
5945
5951
  var o = b._d(a.index, n);
5946
5952
  n = o.p1;
@@ -5971,7 +5977,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
5971
5977
  this._write18(w);
5972
5978
  var ad = this.position;
5973
5979
  this._write18(intSToU(0));
5974
- this._write12(j);
5980
+ this._write13(j);
5975
5981
  this._writeXLUnicodeString(a._a9.toString());
5976
5982
  if (c == false) {
5977
5983
  this._writeXLUnicodeString(a.name);
@@ -6148,7 +6154,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
6148
6154
  e = f.p4;
6149
6155
  var g = truncate(MathUtilities.f(d * 32767));
6150
6156
  this._write17(c);
6151
- this._write11(g);
6157
+ this._write12(g);
6152
6158
  this._write18(e);
6153
6159
  this._write2(new Array(8));
6154
6160
  };
@@ -6324,15 +6330,15 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
6324
6330
  if (j != null) {
6325
6331
  t = this._saveManagerBiff8._c1.indexOf(j);
6326
6332
  }
6327
- this._write12(0);
6328
- this._write12(r);
6329
- this._write12(0);
6330
- this._write12(s);
6331
- this._write12(0);
6332
- this._write12(t);
6333
- this._write12(0);
6334
- this._write12(0);
6335
- this._write12(0);
6333
+ this._write13(0);
6334
+ this._write13(r);
6335
+ this._write13(0);
6336
+ this._write13(s);
6337
+ this._write13(0);
6338
+ this._write13(t);
6339
+ this._write13(0);
6340
+ this._write13(0);
6341
+ this._write13(0);
6336
6342
  this._g2(b, d);
6337
6343
  this._g2(b + 8, h);
6338
6344
  this._g2(b + 16, k);
@@ -6529,11 +6535,11 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
6529
6535
  }
6530
6536
  var j = typeCast(CustomListSortCondition.$, b);
6531
6537
  if (j == null) {
6532
- this._write12(0);
6538
+ this._write13(0);
6533
6539
  }
6534
6540
  else {
6535
6541
  var k = j._l();
6536
- this._write12(k.length);
6542
+ this._write13(k.length);
6537
6543
  this._writeXLUnicodeStringNoCch(k);
6538
6544
  }
6539
6545
  };
@@ -6597,8 +6603,8 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
6597
6603
  this._writeRef8U(b);
6598
6604
  }
6599
6605
  else {
6600
- this._write12(0);
6601
- this._write12(0);
6606
+ this._write13(0);
6607
+ this._write13(0);
6602
6608
  }
6603
6609
  };
6604
6610
  Biff8RecordStream.prototype._de = function () {
@@ -6614,7 +6620,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
6614
6620
  return a;
6615
6621
  };
6616
6622
  Biff8RecordStream.prototype._h2 = function (a) {
6617
- this._write12(a.e);
6623
+ this._write13(a.e);
6618
6624
  this._h4(a.a);
6619
6625
  this._write17(a.f);
6620
6626
  this._write17(a.g);
@@ -6858,7 +6864,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
6858
6864
  }
6859
6865
  else {
6860
6866
  }
6861
- this._write12(b);
6867
+ this._write13(b);
6862
6868
  this._write10(c);
6863
6869
  this._write10(d);
6864
6870
  this._write10(e);
@@ -7046,7 +7052,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
7046
7052
  this._write17(a.d);
7047
7053
  break;
7048
7054
  case 42:
7049
- this._write11(a.d);
7055
+ this._write12(a.d);
7050
7056
  break;
7051
7057
  case 17:
7052
7058
  this._write9(a.d);
@@ -7103,7 +7109,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
7103
7109
  j = l.p0;
7104
7110
  this._write9(j);
7105
7111
  this._write9(g);
7106
- this._write11(i);
7112
+ this._write12(i);
7107
7113
  this._write18(h);
7108
7114
  };
7109
7115
  Biff8RecordStream.prototype._readXFPropGradientFill = function () {
@@ -7264,7 +7270,7 @@ var Biff8RecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
7264
7270
  var d = this.position;
7265
7271
  var e = (d - c);
7266
7272
  this.position = a;
7267
- this._write12(e);
7273
+ this._write13(e);
7268
7274
  this.position = d;
7269
7275
  };
7270
7276
  Object.defineProperty(Biff8RecordStream.prototype, "_loadManagerBiff8", {
@@ -8430,15 +8436,15 @@ var BLIP = /** @class */ /*@__PURE__*/ (function (_super) {
8430
8436
  };
8431
8437
  BLIP.prototype.ae = function (a) {
8432
8438
  a._cl._write2(this.x.toByteArray());
8433
- a._cl._write12(this.o.length);
8434
- a._cl._write12(0);
8435
- a._cl._write12(0);
8436
- a._cl._write12(this.p.g);
8437
- a._cl._write12(this.p.f);
8438
- a._cl._write12(ExcelUtils.dp(Workbook._ep(a._b, this.p.g, false)));
8439
- a._cl._write12(ExcelUtils.dp(Workbook._ep(a._b, this.p.f, true)));
8439
+ a._cl._write13(this.o.length);
8440
+ a._cl._write13(0);
8441
+ a._cl._write13(0);
8442
+ a._cl._write13(this.p.g);
8443
+ a._cl._write13(this.p.f);
8444
+ a._cl._write13(ExcelUtils.dp(Workbook._ep(a._b, this.p.g, false)));
8445
+ a._cl._write13(ExcelUtils.dp(Workbook._ep(a._b, this.p.f, true)));
8440
8446
  if (this.n != null && this.n != this.o && this.n.length != this.o.length) {
8441
- a._cl._write12(this.n.length);
8447
+ a._cl._write13(this.n.length);
8442
8448
  a._cl._write9(0);
8443
8449
  a._cl._write9(254);
8444
8450
  a._cl._write2(this.n);
@@ -8448,7 +8454,7 @@ var BLIP = /** @class */ /*@__PURE__*/ (function (_super) {
8448
8454
  if (this.p.e) {
8449
8455
  b = 0;
8450
8456
  }
8451
- a._cl._write12(this.o.length);
8457
+ a._cl._write13(this.o.length);
8452
8458
  a._cl._write9(b);
8453
8459
  a._cl._write9(254);
8454
8460
  a._cl._write2(this.o);
@@ -10929,7 +10935,7 @@ var SolverContainer = /** @class */ /*@__PURE__*/ (function (_super) {
10929
10935
  {
10930
10936
  var c = _rest[0];
10931
10937
  _this = _super.call(this, 15, 0, 0) || this;
10932
- var d = c._fg();
10938
+ var d = c._fh();
10933
10939
  try {
10934
10940
  for (var _2 = __values(fromEnum(d)), _3 = _2.next(); !_3.done; _3 = _2.next()) {
10935
10941
  var e = _3.value;
@@ -11904,6 +11910,19 @@ var AUTOFILTERINFORecord = /** @class */ /*@__PURE__*/ (function (_super) {
11904
11910
  }
11905
11911
  AUTOFILTERINFORecord.prototype.h = function (a) {
11906
11912
  var b = a._aw._readUInt16();
11913
+ var c = a._aj.a(Worksheet.$);
11914
+ if (c != null) {
11915
+ var d = a._aj.a(CustomView.$);
11916
+ if (d == null) {
11917
+ var e = typeCast(NamedReference.$, a._b._a2("_FilterDatabase", c));
11918
+ if (e != null) {
11919
+ c.filterSettings._bs(e, false);
11920
+ }
11921
+ }
11922
+ else {
11923
+ var f = d._e(c, false);
11924
+ }
11925
+ }
11907
11926
  };
11908
11927
  AUTOFILTERINFORecord.prototype.i = function (a) {
11909
11928
  var b = a._ca.a(Worksheet.$);
@@ -12124,7 +12143,7 @@ var BLANKRecord = /** @class */ /*@__PURE__*/ (function (_super) {
12124
12143
  };
12125
12144
  };
12126
12145
  BLANKRecord.prototype.p = function (a, b) {
12127
- a._cl._write13(b);
12146
+ a._cl._write11(b);
12128
12147
  };
12129
12148
  BLANKRecord.prototype.get_d = function () {
12130
12149
  return 513;
@@ -12348,7 +12367,7 @@ var BOOLERRRecord = /** @class */ /*@__PURE__*/ (function (_super) {
12348
12367
  }
12349
12368
  else {
12350
12369
  }
12351
- a._cl._write13(b);
12370
+ a._cl._write11(b);
12352
12371
  };
12353
12372
  BOOLERRRecord.prototype.get_d = function () {
12354
12373
  return 517;
@@ -12422,12 +12441,12 @@ var BOUNDSHEETRecord = /** @class */ /*@__PURE__*/ (function (_super) {
12422
12441
  var g = a._b._sheets$i._add2(d._y, e_60, f);
12423
12442
  var h = g.type == 0 ? g : null;
12424
12443
  if (h != null) {
12425
- h._ek = false;
12444
+ h._el = false;
12426
12445
  h._br = c;
12427
12446
  }
12428
12447
  g._e.visibility = b;
12429
12448
  if (h != null) {
12430
- h._em = true;
12449
+ h._en = true;
12431
12450
  a._cv(h);
12432
12451
  }
12433
12452
  }
@@ -12715,7 +12734,7 @@ var COLINFORecord = /** @class */ /*@__PURE__*/ (function (_super) {
12715
12734
  }
12716
12735
  if (c != 256) {
12717
12736
  d = Math.min(255, d);
12718
- b._hw(c, d, e, h, i, k);
12737
+ b._hx(c, d, e, h, i, k);
12719
12738
  }
12720
12739
  a._aw.seek(2, 1);
12721
12740
  };
@@ -13057,7 +13076,7 @@ var DEFCOLWIDTHRecord = /** @class */ /*@__PURE__*/ (function (_super) {
13057
13076
  return;
13058
13077
  }
13059
13078
  var c = a._aw._readUInt16();
13060
- b._iq(c, 2, true, false);
13079
+ b._ir(c, 2, true, false);
13061
13080
  b._d7 = true;
13062
13081
  };
13063
13082
  DEFCOLWIDTHRecord.prototype.i = function (a) {
@@ -13207,10 +13226,10 @@ var DVALRecord = /** @class */ /*@__PURE__*/ (function (_super) {
13207
13226
  return;
13208
13227
  }
13209
13228
  a._cl._write17(0);
13210
- a._cl._write12(0);
13211
- a._cl._write12(0);
13212
- a._cl._write12(-1);
13213
- a._cl._write12(b._dataValidationRules$i.count);
13229
+ a._cl._write13(0);
13230
+ a._cl._write13(0);
13231
+ a._cl._write13(-1);
13232
+ a._cl._write13(b._dataValidationRules$i.count);
13214
13233
  };
13215
13234
  DVALRecord.prototype.get_d = function () {
13216
13235
  return 434;
@@ -13408,7 +13427,7 @@ var DVRecord = /** @class */ /*@__PURE__*/ (function (_super) {
13408
13427
  var q = a._c5(e, false, false, false);
13409
13428
  var r = a._cl.position;
13410
13429
  a._cl.position = p;
13411
- a._cl._write12(q);
13430
+ a._cl._write13(q);
13412
13431
  a._cl.position = r;
13413
13432
  }
13414
13433
  var s = a._cl.position;
@@ -13419,7 +13438,7 @@ var DVRecord = /** @class */ /*@__PURE__*/ (function (_super) {
13419
13438
  var u = a._c5(t, false, false, false);
13420
13439
  var v = a._cl.position;
13421
13440
  a._cl.position = s;
13422
- a._cl._write12(u);
13441
+ a._cl._write13(u);
13423
13442
  a._cl.position = v;
13424
13443
  }
13425
13444
  var w = a._cl._write1(c, false);
@@ -13759,8 +13778,8 @@ var EXTERNSHEETRecord = /** @class */ /*@__PURE__*/ (function (_super) {
13759
13778
  var d = _2.value;
13760
13779
  var e = c.indexOf(d.e);
13761
13780
  a._cl._write17(e);
13762
- a._cl._write11(d.l);
13763
- a._cl._write11(d.m);
13781
+ a._cl._write12(d.l);
13782
+ a._cl._write12(d.m);
13764
13783
  }
13765
13784
  }
13766
13785
  catch (e_63_1) {
@@ -14475,7 +14494,7 @@ var FORMULARecord = /** @class */ /*@__PURE__*/ (function (_super) {
14475
14494
  }
14476
14495
  b.write(BitConverter.h(k), 0, 2);
14477
14496
  b.write(BitConverter.i(intSToU(0)), 0, 4);
14478
- a._cl._write13(b);
14497
+ a._cl._write11(b);
14479
14498
  a._c5(d, true, false);
14480
14499
  if (g && h.rowIndex == c.b.index && h._ab == e.r) {
14481
14500
  a._ds(1212);
@@ -15315,7 +15334,7 @@ var LABELRecord = /** @class */ /*@__PURE__*/ (function (_super) {
15315
15334
  };
15316
15335
  };
15317
15336
  LABELRecord.prototype.p = function (a, b) {
15318
- a._cl._write13(b);
15337
+ a._cl._write11(b);
15319
15338
  };
15320
15339
  LABELRecord.prototype.get_d = function () {
15321
15340
  return 516;
@@ -15365,7 +15384,7 @@ var LABELSSTRecord = /** @class */ /*@__PURE__*/ (function (_super) {
15365
15384
  else {
15366
15385
  b.write(BitConverter.e(0), 0, 4);
15367
15386
  }
15368
- a._cl._write13(b);
15387
+ a._cl._write11(b);
15369
15388
  };
15370
15389
  LABELSSTRecord.prototype.get_d = function () {
15371
15390
  return 253;
@@ -16088,7 +16107,7 @@ var NUMBERRecord = /** @class */ /*@__PURE__*/ (function (_super) {
16088
16107
  };
16089
16108
  NUMBERRecord.prototype.p = function (a, b) {
16090
16109
  b.write(BitConverter.c(Convert.toDouble4(a._cm.c, a._b._e6)), 0, 8);
16091
- a._cl._write13(b);
16110
+ a._cl._write11(b);
16092
16111
  };
16093
16112
  NUMBERRecord.prototype.get_d = function () {
16094
16113
  return 515;
@@ -16867,7 +16886,7 @@ var RKRecord = /** @class */ /*@__PURE__*/ (function (_super) {
16867
16886
  if (((function () { var d = ExcelUtils.b0(Convert.toDouble4(a._cm.c, a._b._e6), c); c = d.p1; return d.ret; })()) == false) {
16868
16887
  }
16869
16888
  b.write(BitConverter.i(c), 0, 4);
16870
- a._cl._write13(b);
16889
+ a._cl._write11(b);
16871
16890
  };
16872
16891
  RKRecord.prototype.get_d = function () {
16873
16892
  return 638;
@@ -16971,7 +16990,7 @@ var ROWRecord = /** @class */ /*@__PURE__*/ (function (_super) {
16971
16990
  f = u32BitwiseOr(f, 536870912);
16972
16991
  }
16973
16992
  d.write(BitConverter.i(f), 0, 4);
16974
- a._cl._write13(d);
16993
+ a._cl._write11(d);
16975
16994
  };
16976
16995
  ROWRecord.prototype.get_d = function () {
16977
16996
  return 520;
@@ -17016,7 +17035,7 @@ var RSTRINGRecord = /** @class */ /*@__PURE__*/ (function (_super) {
17016
17035
  };
17017
17036
  };
17018
17037
  RSTRINGRecord.prototype.p = function (a, b) {
17019
- a._cl._write13(b);
17038
+ a._cl._write11(b);
17020
17039
  };
17021
17040
  RSTRINGRecord.prototype.get_d = function () {
17022
17041
  return 214;
@@ -17386,7 +17405,7 @@ var SHEETEXTRecord = /** @class */ /*@__PURE__*/ (function (_super) {
17386
17405
  a._cl._write18(40);
17387
17406
  var c = b.displayOptions.tabColorInfo;
17388
17407
  var d = c._y(a._b, 4);
17389
- a._cl._write12(d);
17408
+ a._cl._write13(d);
17390
17409
  var e = 0;
17391
17410
  var f = ExcelUtils.e4(e, d, 0, 6);
17392
17411
  e = f.p0;
@@ -17438,7 +17457,7 @@ var SHRFMLARecord = /** @class */ /*@__PURE__*/ (function (_super) {
17438
17457
  c = j.p0;
17439
17458
  d = j.p1;
17440
17459
  var k = ((function () { var l = a._au(2, c, d); c = l.p1; d = l.p2; return l.ret; })());
17441
- b._h2(k, b._cx(e, g, f, h));
17460
+ b._h3(k, b._cx(e, g, f, h));
17442
17461
  var l = b._rows$i.item(e);
17443
17462
  a._bm.item(new WorksheetCellAddress(1, e, g), k);
17444
17463
  var m = new List$1(KeyValuePair$2.$.specialize(WorksheetCellAddress.$, ExcelCalcValue.$), 1, a._bl);
@@ -17713,7 +17732,7 @@ var STANDARDWIDTHRecord = /** @class */ /*@__PURE__*/ (function (_super) {
17713
17732
  if (c != 0) {
17714
17733
  b.defaultColumnWidth = c;
17715
17734
  }
17716
- b._ek = true;
17735
+ b._el = true;
17717
17736
  };
17718
17737
  STANDARDWIDTHRecord.prototype.i = function (a) {
17719
17738
  var b = a._ca.a(Worksheet.$);
@@ -17721,7 +17740,7 @@ var STANDARDWIDTHRecord = /** @class */ /*@__PURE__*/ (function (_super) {
17721
17740
  return;
17722
17741
  }
17723
17742
  var c = b.defaultColumnWidth;
17724
- if (Enumerable.b(WorksheetColumnBlock.$, b._ff, function (d) { return d.j; })) {
17743
+ if (Enumerable.b(WorksheetColumnBlock.$, b._fg, function (d) { return d.j; })) {
17725
17744
  c = 0;
17726
17745
  }
17727
17746
  a._cl._write17(c);
@@ -17924,7 +17943,7 @@ var STYLERecord = /** @class */ /*@__PURE__*/ (function (_super) {
17924
17943
  i.style = d;
17925
17944
  var j = i.formatOptions;
17926
17945
  if (ExcelUtils.by(j, 2) == false) {
17927
- if (i._a4 != g._a4 || i._ct != g._ct || i._cw != g._cw || nullableNotEquals(i._c6, g._c6) || i._a9 != g._a9 || nullableNotEquals(i._c7, g._c7)) {
17946
+ if (i._a4 != g._a4 || i._ct != g._ct || i._cw != g._cw || nullableNotEquals(i._c8, g._c8) || i._a9 != g._a9 || nullableNotEquals(i._c9, g._c9)) {
17928
17947
  j |= 2;
17929
17948
  }
17930
17949
  }
@@ -17939,23 +17958,23 @@ var STYLERecord = /** @class */ /*@__PURE__*/ (function (_super) {
17939
17958
  }
17940
17959
  }
17941
17960
  if (ExcelUtils.by(j, 4) == false) {
17942
- if (nullableNotEquals(i._c2, g._c2) || WorkbookColorInfo.l_op_Inequality(i._bh, g._bh) || i._cq != g._cq || nullableNotEquals(i._c3, g._c3) || i._df != g._df || nullableNotEquals(i._c4, g._c4) || i._a0 != g._a0 || i._a1 != g._a1) {
17961
+ if (nullableNotEquals(i._c3, g._c3) || WorkbookColorInfo.l_op_Inequality(i._bh, g._bh) || i._cq != g._cq || nullableNotEquals(i._c4, g._c4) || i._dh != g._dh || nullableNotEquals(i._c5, g._c5) || i._a0 != g._a0 || i._a1 != g._a1) {
17943
17962
  j |= 4;
17944
17963
  }
17945
17964
  }
17946
17965
  if (ExcelUtils.by(j, 1) == false) {
17947
- if (i._dg != g._dg) {
17966
+ if (i._di != g._di) {
17948
17967
  j |= 1;
17949
17968
  }
17950
17969
  }
17951
17970
  if (ExcelUtils.by(j, 32) == false) {
17952
- if (nullableNotEquals(i._c5, g._c5)) {
17971
+ if (nullableNotEquals(i._c7, g._c7) || nullableNotEquals(i._c6, g._c6)) {
17953
17972
  j |= 32;
17954
17973
  }
17955
17974
  }
17956
17975
  i.formatOptions = j;
17957
- i._dh(j, g);
17958
- i._dr(63 & ~j);
17976
+ i._dj(j, g);
17977
+ i._dt(63 & ~j);
17959
17978
  }
17960
17979
  }
17961
17980
  };
@@ -19038,7 +19057,7 @@ var USERSVIEWBEGINRecord = /** @class */ /*@__PURE__*/ (function (_super) {
19038
19057
  ah.unfrozenPaneSettings.firstRowInBottomPane = ag;
19039
19058
  ah.unfrozenPaneSettings.topPaneHeight = 0;
19040
19059
  for (var ai = ab; ae > 0; ai++) {
19041
- var aj = e._gh(ai);
19060
+ var aj = e._gi(ai);
19042
19061
  var ak = Math.min(1, ae);
19043
19062
  ah.unfrozenPaneSettings.topPaneHeight += truncate((ak * aj));
19044
19063
  ae -= 1;
@@ -19052,7 +19071,7 @@ var USERSVIEWBEGINRecord = /** @class */ /*@__PURE__*/ (function (_super) {
19052
19071
  ah.unfrozenPaneSettings.firstColumnInRightPane = af;
19053
19072
  ah.unfrozenPaneSettings.leftPaneWidth = 0;
19054
19073
  for (var al = ac; ad > 0; al++) {
19055
- var am = e._gd(al);
19074
+ var am = e._ge(al);
19056
19075
  var an = Math.min(1, ad);
19057
19076
  ah.unfrozenPaneSettings.leftPaneWidth += truncate((an * am));
19058
19077
  ad -= 1;
@@ -19189,7 +19208,7 @@ var USERSVIEWBEGINRecord = /** @class */ /*@__PURE__*/ (function (_super) {
19189
19208
  var ao = an.unfrozenPaneSettings.topPaneHeight;
19190
19209
  ak = 0;
19191
19210
  for (var ap = ah;; ap++) {
19192
- var aq = c._gh(ap);
19211
+ var aq = c._gi(ap);
19193
19212
  if (aq < ao) {
19194
19213
  ak += 1;
19195
19214
  ao -= aq;
@@ -19212,7 +19231,7 @@ var USERSVIEWBEGINRecord = /** @class */ /*@__PURE__*/ (function (_super) {
19212
19231
  var ar = an.unfrozenPaneSettings.leftPaneWidth;
19213
19232
  aj = 0;
19214
19233
  for (var as = ai;; as++) {
19215
- var at = c._gd(as);
19234
+ var at = c._ge(as);
19216
19235
  if (at < ar) {
19217
19236
  aj += 1;
19218
19237
  ar -= at;
@@ -19348,9 +19367,9 @@ var USERSVIEWBEGINRecord = /** @class */ /*@__PURE__*/ (function (_super) {
19348
19367
  ax = u32BitwiseOr(ax, 536870912);
19349
19368
  }
19350
19369
  a._cl._write2(b._v.toByteArray());
19351
- a._cl._write12((c._am));
19352
- a._cl._write12(d);
19353
- a._cl._write12(e);
19370
+ a._cl._write13((c._am));
19371
+ a._cl._write13(d);
19372
+ a._cl._write13(e);
19354
19373
  a._cl._write18(f);
19355
19374
  a._cl._write18(ax);
19356
19375
  a._cl._write17(ah);
@@ -19612,8 +19631,8 @@ var WINDOW1Record = /** @class */ /*@__PURE__*/ (function (_super) {
19612
19631
  };
19613
19632
  WINDOW1Record.prototype.i = function (a) {
19614
19633
  var b = a._b.windowOptions;
19615
- a._cl._write11(ExcelUtils.cu(truncate(b._boundsInTwips$i.left)));
19616
- a._cl._write11(ExcelUtils.cu(truncate(b._boundsInTwips$i.top)));
19634
+ a._cl._write12(ExcelUtils.cu(truncate(b._boundsInTwips$i.left)));
19635
+ a._cl._write12(ExcelUtils.cu(truncate(b._boundsInTwips$i.top)));
19617
19636
  a._cl._write17(ExcelUtils.ev(truncate(b._boundsInTwips$i.width)));
19618
19637
  a._cl._write17(ExcelUtils.ev(truncate(b._boundsInTwips$i.height)));
19619
19638
  var c = 0;
@@ -19923,8 +19942,8 @@ var WSBOOLRecord = /** @class */ /*@__PURE__*/ (function (_super) {
19923
19942
  return;
19924
19943
  }
19925
19944
  var c = a._aw._readUInt16();
19926
- b._em = (c & 64) == 64;
19927
- b.displayOptions._showExpansionIndicatorBelowGroupedRows$i = toNullable(Boolean_$type, b._em ? true : false);
19945
+ b._en = (c & 64) == 64;
19946
+ b.displayOptions._showExpansionIndicatorBelowGroupedRows$i = toNullable(Boolean_$type, b._en ? true : false);
19928
19947
  b.displayOptions._showExpansionIndicatorToRightOfGroupedColumns$i = toNullable(Boolean_$type, (c & 128) == 128 ? true : false);
19929
19948
  var d = (c & 256) == 256;
19930
19949
  if (d) {
@@ -20071,7 +20090,7 @@ var XFEXTRecord = /** @class */ /*@__PURE__*/ (function (_super) {
20071
20090
  for (var e = 0; e < b.a.length; e++) {
20072
20091
  b.a[e].b(a, c);
20073
20092
  }
20074
- c._dt(d);
20093
+ c._dv(d);
20075
20094
  };
20076
20095
  XFEXTRecord.prototype.i = function (a) {
20077
20096
  var b = a._ca.a(XFRecord_XFContext.$);
@@ -20220,6 +20239,7 @@ var XFRecord = /** @class */ /*@__PURE__*/ (function (_super) {
20220
20239
  al.leftBorderStyle = v;
20221
20240
  }
20222
20241
  al._locked$i = ExcelUtils.dx(c);
20242
+ al._hidden$i = ExcelUtils.dx(d);
20223
20243
  if (aa != 0) {
20224
20244
  al.rightBorderColorInfo = new WorkbookColorInfo(ao, aa);
20225
20245
  al.rightBorderStyle = w;
@@ -20261,7 +20281,7 @@ var XFRecord = /** @class */ /*@__PURE__*/ (function (_super) {
20261
20281
  al.formatOptions = ap;
20262
20282
  }
20263
20283
  else {
20264
- al._dt(ap);
20284
+ al._dv(ap);
20265
20285
  }
20266
20286
  var aq = a._b3.count;
20267
20287
  a._b3.add(al);
@@ -20294,54 +20314,55 @@ var XFRecord = /** @class */ /*@__PURE__*/ (function (_super) {
20294
20314
  g = 4095;
20295
20315
  }
20296
20316
  var h = 0;
20297
- var i = ExcelUtils.gc(h, c._c5, 0);
20317
+ var i = ExcelUtils.gc(h, c._c7, 0);
20298
20318
  h = i.p0;
20299
- var j = ExcelUtils.gb(h, c._b1 == 1, 2);
20319
+ var j = ExcelUtils.gc(h, c._c6, 1);
20300
20320
  h = j.p0;
20301
- var k = ExcelUtils.e3(h, g, 4, 15);
20321
+ var k = ExcelUtils.gb(h, c._b1 == 1, 2);
20302
20322
  h = k.p0;
20323
+ var l = ExcelUtils.e3(h, g, 4, 15);
20324
+ h = l.p0;
20303
20325
  a._cl._write17(h);
20304
- var l = 0;
20305
- var m = ExcelUtils.e2(l, c._a4, 0, 2);
20306
- l = m.p0;
20307
- var n = ExcelUtils.ga(l, c._c7, 3);
20308
- l = n.p0;
20309
- var o = ExcelUtils.e2(l, c._a9, 4, 6);
20310
- l = o.p0;
20311
- var p = ExcelUtils.f9(l, c._b6, 7);
20312
- l = p.p0;
20313
- a._cl._write9(l);
20314
- var q = c._cw % 256;
20315
- if (q < 0) {
20316
- q += 256;
20317
- }
20318
- a._cl._write9(q);
20319
- var r = (c._b1 != 1);
20320
- var s = ExcelUtils.by(c.formatOptions, 1) == r;
20321
- var t = ExcelUtils.by(c.formatOptions, 4) == r;
20322
- var u = ExcelUtils.by(c.formatOptions, 2) == r;
20323
- var v = ExcelUtils.by(c.formatOptions, 8) == r;
20324
- var w = ExcelUtils.by(c.formatOptions, 16) == r;
20325
- var x = ExcelUtils.by(c.formatOptions, 32) == r;
20326
+ var m = 0;
20327
+ var n = ExcelUtils.e2(m, c._a4, 0, 2);
20328
+ m = n.p0;
20329
+ var o = ExcelUtils.ga(m, c._c9, 3);
20330
+ m = o.p0;
20331
+ var p = ExcelUtils.e2(m, c._a9, 4, 6);
20332
+ m = p.p0;
20333
+ var q = ExcelUtils.f9(m, c._b6, 7);
20334
+ m = q.p0;
20335
+ a._cl._write9(m);
20336
+ var r = c._cw % 256;
20337
+ if (r < 0) {
20338
+ r += 256;
20339
+ }
20340
+ a._cl._write9(r);
20341
+ var s = (c._b1 != 1);
20342
+ var t = ExcelUtils.by(c.formatOptions, 1) == s;
20343
+ var u = ExcelUtils.by(c.formatOptions, 4) == s;
20344
+ var v = ExcelUtils.by(c.formatOptions, 2) == s;
20345
+ var w = ExcelUtils.by(c.formatOptions, 8) == s;
20346
+ var x = ExcelUtils.by(c.formatOptions, 16) == s;
20347
+ var y = ExcelUtils.by(c.formatOptions, 32) == s;
20326
20348
  h = 0;
20327
- var y = ExcelUtils.e3(h, Math.min(15, c._ct), 0, 3);
20328
- h = y.p0;
20329
- var z = ExcelUtils.gc(h, c._c6, 4);
20349
+ var z = ExcelUtils.e3(h, Math.min(15, c._ct), 0, 3);
20330
20350
  h = z.p0;
20331
- var aa = ExcelUtils.gb(h, s, 10);
20351
+ var aa = ExcelUtils.gc(h, c._c8, 4);
20332
20352
  h = aa.p0;
20333
- var ab = ExcelUtils.gb(h, t, 11);
20353
+ var ab = ExcelUtils.gb(h, t, 10);
20334
20354
  h = ab.p0;
20335
- var ac = ExcelUtils.gb(h, u, 12);
20355
+ var ac = ExcelUtils.gb(h, u, 11);
20336
20356
  h = ac.p0;
20337
- var ad = ExcelUtils.gb(h, v, 13);
20357
+ var ad = ExcelUtils.gb(h, v, 12);
20338
20358
  h = ad.p0;
20339
- var ae = ExcelUtils.gb(h, w, 14);
20359
+ var ae = ExcelUtils.gb(h, w, 13);
20340
20360
  h = ae.p0;
20341
- var af = ExcelUtils.gb(h, x, 15);
20361
+ var af = ExcelUtils.gb(h, x, 14);
20342
20362
  h = af.p0;
20363
+ var ag = ExcelUtils.gb(h, y, 15);
20364
+ h = ag.p0;
20343
20365
  a._cl._write17(h);
20344
- var ag;
20345
20366
  var ah;
20346
20367
  var ai;
20347
20368
  var aj;
@@ -20351,89 +20372,90 @@ var XFRecord = /** @class */ /*@__PURE__*/ (function (_super) {
20351
20372
  var an;
20352
20373
  var ao;
20353
20374
  var ap;
20375
+ var aq;
20354
20376
  if (c.bottomBorderStyle != -1 || WorkbookColorInfo.l_op_Inequality(c.bottomBorderColorInfo, null)) {
20355
- aj = c._al;
20356
- ao = c._bf._y(d, 0);
20357
- }
20358
- else {
20359
- aj = 0;
20360
- ao = 0;
20361
- }
20362
- if (c.diagonalBorderStyle != -1 || c.diagonalBorders != 0 || WorkbookColorInfo.l_op_Inequality(c.diagonalBorderColorInfo, null)) {
20363
- ak = c._am;
20364
- ap = c._bg._y(d, 0);
20377
+ ak = c._al;
20378
+ ap = c._bf._y(d, 0);
20365
20379
  }
20366
20380
  else {
20367
20381
  ak = 0;
20368
20382
  ap = 0;
20369
20383
  }
20370
- if (c.leftBorderStyle != -1 || WorkbookColorInfo.l_op_Inequality(c.leftBorderColorInfo, null)) {
20371
- ag = c._an;
20372
- al = c._bk._y(d, 0);
20384
+ if (c.diagonalBorderStyle != -1 || c.diagonalBorders != 0 || WorkbookColorInfo.l_op_Inequality(c.diagonalBorderColorInfo, null)) {
20385
+ al = c._am;
20386
+ aq = c._bg._y(d, 0);
20373
20387
  }
20374
20388
  else {
20375
- ag = 0;
20376
20389
  al = 0;
20390
+ aq = 0;
20377
20391
  }
20378
- if (c.rightBorderStyle != -1 || WorkbookColorInfo.l_op_Inequality(c.rightBorderColorInfo, null)) {
20379
- ah = c._ao;
20380
- am = c._bl._y(d, 0);
20392
+ if (c.leftBorderStyle != -1 || WorkbookColorInfo.l_op_Inequality(c.leftBorderColorInfo, null)) {
20393
+ ah = c._an;
20394
+ am = c._bk._y(d, 0);
20381
20395
  }
20382
20396
  else {
20383
20397
  ah = 0;
20384
20398
  am = 0;
20385
20399
  }
20386
- if (c.topBorderStyle != -1 || WorkbookColorInfo.l_op_Inequality(c.topBorderColorInfo, null)) {
20387
- ai = c._ap;
20388
- an = c._bm._y(d, 0);
20400
+ if (c.rightBorderStyle != -1 || WorkbookColorInfo.l_op_Inequality(c.rightBorderColorInfo, null)) {
20401
+ ai = c._ao;
20402
+ an = c._bl._y(d, 0);
20389
20403
  }
20390
20404
  else {
20391
20405
  ai = 0;
20392
20406
  an = 0;
20393
20407
  }
20408
+ if (c.topBorderStyle != -1 || WorkbookColorInfo.l_op_Inequality(c.topBorderColorInfo, null)) {
20409
+ aj = c._ap;
20410
+ ao = c._bm._y(d, 0);
20411
+ }
20412
+ else {
20413
+ aj = 0;
20414
+ ao = 0;
20415
+ }
20394
20416
  h = 0;
20395
- var aq = ExcelUtils.e3(h, ag, 0, 3);
20396
- h = aq.p0;
20397
- var ar = ExcelUtils.e3(h, ah, 4, 7);
20417
+ var ar = ExcelUtils.e3(h, ah, 0, 3);
20398
20418
  h = ar.p0;
20399
- var as = ExcelUtils.e3(h, ai, 8, 11);
20419
+ var as = ExcelUtils.e3(h, ai, 4, 7);
20400
20420
  h = as.p0;
20401
- var at = ExcelUtils.e3(h, aj, 12, 15);
20421
+ var at = ExcelUtils.e3(h, aj, 8, 11);
20402
20422
  h = at.p0;
20423
+ var au = ExcelUtils.e3(h, ak, 12, 15);
20424
+ h = au.p0;
20403
20425
  a._cl._write17(h);
20404
- var au = c._aw >> 1;
20426
+ var av = c._aw >> 1;
20405
20427
  h = 0;
20406
- var av = ExcelUtils.e3(h, al, 0, 6);
20407
- h = av.p0;
20408
- var aw = ExcelUtils.e3(h, am, 7, 13);
20428
+ var aw = ExcelUtils.e3(h, am, 0, 6);
20409
20429
  h = aw.p0;
20410
- var ax = ExcelUtils.e3(h, au, 14, 15);
20430
+ var ax = ExcelUtils.e3(h, an, 7, 13);
20411
20431
  h = ax.p0;
20432
+ var ay = ExcelUtils.e3(h, av, 14, 15);
20433
+ h = ay.p0;
20412
20434
  a._cl._write17(h);
20413
- var ay = c._ar;
20414
- var az = c._ay(ay);
20415
- var a0 = b.b.count != 0;
20416
- var a1 = 0;
20417
- var a2 = ExcelUtils.e4(a1, an, 0, 6);
20418
- a1 = a2.p0;
20419
- var a3 = ExcelUtils.e4(a1, ao, 7, 13);
20420
- a1 = a3.p0;
20421
- var a4 = ExcelUtils.e4(a1, ap, 14, 20);
20422
- a1 = a4.p0;
20423
- var a5 = ExcelUtils.e4(a1, ak, 21, 24);
20424
- a1 = a5.p0;
20425
- var a6 = ExcelUtils.gd(a1, a0, 25);
20426
- a1 = a6.p0;
20427
- var a7 = ExcelUtils.e4(a1, az, 26, 31);
20428
- a1 = a7.p0;
20429
- a._cl._write18(a1);
20430
- var a8 = c._bi(ay, false, true)._y(d, 1);
20431
- var a9 = c._bi(ay, true, true)._y(d, 1);
20435
+ var az = c._ar;
20436
+ var a0 = c._ay(az);
20437
+ var a1 = b.b.count != 0;
20438
+ var a2 = 0;
20439
+ var a3 = ExcelUtils.e4(a2, ao, 0, 6);
20440
+ a2 = a3.p0;
20441
+ var a4 = ExcelUtils.e4(a2, ap, 7, 13);
20442
+ a2 = a4.p0;
20443
+ var a5 = ExcelUtils.e4(a2, aq, 14, 20);
20444
+ a2 = a5.p0;
20445
+ var a6 = ExcelUtils.e4(a2, al, 21, 24);
20446
+ a2 = a6.p0;
20447
+ var a7 = ExcelUtils.gd(a2, a1, 25);
20448
+ a2 = a7.p0;
20449
+ var a8 = ExcelUtils.e4(a2, a0, 26, 31);
20450
+ a2 = a8.p0;
20451
+ a._cl._write18(a2);
20452
+ var a9 = c._bi(az, false, true)._y(d, 1);
20453
+ var ba = c._bi(az, true, true)._y(d, 1);
20432
20454
  h = 0;
20433
- var ba = ExcelUtils.e3(h, a8, 0, 6);
20434
- h = ba.p0;
20435
- var bb = ExcelUtils.e3(h, a9, 7, 13);
20455
+ var bb = ExcelUtils.e3(h, a9, 0, 6);
20436
20456
  h = bb.p0;
20457
+ var bc = ExcelUtils.e3(h, ba, 7, 13);
20458
+ h = bc.p0;
20437
20459
  a._cl._write17(h);
20438
20460
  };
20439
20461
  XFRecord.prototype.get_d = function () {