igniteui-webcomponents-excel 4.7.1 → 4.7.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/bundles/igniteui-webcomponents-excel.umd.js +1127 -950
  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 +871 -742
  8. package/esm2015/lib/DomTextMetricsProvider.js +8 -8
  9. package/esm2015/lib/Formula_VisitWorksheetVisitor.js +7 -0
  10. package/esm2015/lib/JapaneseCalendar.js +1 -1
  11. package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
  12. package/esm2015/lib/PackagePart_combined.js +1 -1
  13. package/esm2015/lib/ProtectionInfo.js +8 -5
  14. package/esm2015/lib/SgmlReader.js +1 -1
  15. package/esm2015/lib/UltraCalcFunctionCell.js +1 -1
  16. package/esm2015/lib/UltraCalcFunctionComplex.js +1 -1
  17. package/esm2015/lib/UltraCalcFunctionDateDiff.js +1 -1
  18. package/esm2015/lib/UltraCalcFunctionFormulaText.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 +12 -12
  27. package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +179 -170
  28. package/esm2015/public_api.js +1 -0
  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 +899 -741
  34. package/esm5/lib/DomTextMetricsProvider.js +8 -8
  35. package/esm5/lib/Formula_VisitWorksheetVisitor.js +7 -0
  36. package/esm5/lib/JapaneseCalendar.js +1 -1
  37. package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
  38. package/esm5/lib/PackagePart_combined.js +1 -1
  39. package/esm5/lib/ProtectionInfo.js +8 -5
  40. package/esm5/lib/SgmlReader.js +1 -1
  41. package/esm5/lib/UltraCalcFunctionCell.js +1 -1
  42. package/esm5/lib/UltraCalcFunctionComplex.js +1 -1
  43. package/esm5/lib/UltraCalcFunctionDateDiff.js +1 -1
  44. package/esm5/lib/UltraCalcFunctionFormulaText.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 +12 -12
  53. package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +179 -170
  54. package/esm5/public_api.js +1 -0
  55. package/fesm2015/igniteui-webcomponents-excel.js +1100 -952
  56. package/fesm5/igniteui-webcomponents-excel.js +1127 -951
  57. package/lib/BiffRecordStream.d.ts +2 -2
  58. package/lib/CellFormatValue.d.ts +5 -4
  59. package/lib/DefaultStyleHelper_combined.d.ts +149 -115
  60. package/lib/DomTextMetricsProvider.d.ts +1 -1
  61. package/lib/Formula_VisitWorksheetVisitor.d.ts +1 -0
  62. package/lib/JapaneseCalendar.d.ts +1 -1
  63. package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +5 -5
  64. package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +3 -3
  65. package/package.json +2 -2
  66. package/public_api.d.ts +1 -0
@@ -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";
@@ -1090,12 +1090,12 @@ var WorkbookSaveManagerExcel2003 = /** @class */ /*@__PURE__*/ (function (_super
1090
1090
  this._ds(6);
1091
1091
  if (g._ak) {
1092
1092
  var i = g;
1093
- if (i._c0.cellRange.firstRow == this._cm.b.index && i._c0.cellRange.firstColumn == b) {
1093
+ if (i._c1.cellRange.firstRow == this._cm.b.index && i._c1.cellRange.firstColumn == b) {
1094
1094
  this._ds(545);
1095
1095
  }
1096
1096
  }
1097
1097
  else if (g._am) {
1098
- var j = g._c0.cellsInTable;
1098
+ var j = g._c1.cellsInTable;
1099
1099
  if (j.firstRow == this._cm.b.index - 1 && j.firstColumn == b - 1) {
1100
1100
  this._ds(566);
1101
1101
  }
@@ -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);
@@ -11460,7 +11466,7 @@ var ARRAYRecord = /** @class */ /*@__PURE__*/ (function (_super) {
11460
11466
  if (c == null) {
11461
11467
  return;
11462
11468
  }
11463
- var d = c._c0;
11469
+ var d = c._c1;
11464
11470
  a._cl._write17(d.cellRange.firstRow);
11465
11471
  a._cl._write17(d.cellRange.lastRow);
11466
11472
  a._cl._write9(d.cellRange.firstColumn);
@@ -12137,7 +12143,7 @@ var BLANKRecord = /** @class */ /*@__PURE__*/ (function (_super) {
12137
12143
  };
12138
12144
  };
12139
12145
  BLANKRecord.prototype.p = function (a, b) {
12140
- a._cl._write13(b);
12146
+ a._cl._write11(b);
12141
12147
  };
12142
12148
  BLANKRecord.prototype.get_d = function () {
12143
12149
  return 513;
@@ -12361,7 +12367,7 @@ var BOOLERRRecord = /** @class */ /*@__PURE__*/ (function (_super) {
12361
12367
  }
12362
12368
  else {
12363
12369
  }
12364
- a._cl._write13(b);
12370
+ a._cl._write11(b);
12365
12371
  };
12366
12372
  BOOLERRRecord.prototype.get_d = function () {
12367
12373
  return 517;
@@ -13220,10 +13226,10 @@ var DVALRecord = /** @class */ /*@__PURE__*/ (function (_super) {
13220
13226
  return;
13221
13227
  }
13222
13228
  a._cl._write17(0);
13223
- a._cl._write12(0);
13224
- a._cl._write12(0);
13225
- a._cl._write12(-1);
13226
- 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);
13227
13233
  };
13228
13234
  DVALRecord.prototype.get_d = function () {
13229
13235
  return 434;
@@ -13421,7 +13427,7 @@ var DVRecord = /** @class */ /*@__PURE__*/ (function (_super) {
13421
13427
  var q = a._c5(e, false, false, false);
13422
13428
  var r = a._cl.position;
13423
13429
  a._cl.position = p;
13424
- a._cl._write12(q);
13430
+ a._cl._write13(q);
13425
13431
  a._cl.position = r;
13426
13432
  }
13427
13433
  var s = a._cl.position;
@@ -13432,7 +13438,7 @@ var DVRecord = /** @class */ /*@__PURE__*/ (function (_super) {
13432
13438
  var u = a._c5(t, false, false, false);
13433
13439
  var v = a._cl.position;
13434
13440
  a._cl.position = s;
13435
- a._cl._write12(u);
13441
+ a._cl._write13(u);
13436
13442
  a._cl.position = v;
13437
13443
  }
13438
13444
  var w = a._cl._write1(c, false);
@@ -13772,8 +13778,8 @@ var EXTERNSHEETRecord = /** @class */ /*@__PURE__*/ (function (_super) {
13772
13778
  var d = _2.value;
13773
13779
  var e = c.indexOf(d.e);
13774
13780
  a._cl._write17(e);
13775
- a._cl._write11(d.l);
13776
- a._cl._write11(d.m);
13781
+ a._cl._write12(d.l);
13782
+ a._cl._write12(d.m);
13777
13783
  }
13778
13784
  }
13779
13785
  catch (e_63_1) {
@@ -14488,7 +14494,7 @@ var FORMULARecord = /** @class */ /*@__PURE__*/ (function (_super) {
14488
14494
  }
14489
14495
  b.write(BitConverter.h(k), 0, 2);
14490
14496
  b.write(BitConverter.i(intSToU(0)), 0, 4);
14491
- a._cl._write13(b);
14497
+ a._cl._write11(b);
14492
14498
  a._c5(d, true, false);
14493
14499
  if (g && h.rowIndex == c.b.index && h._ab == e.r) {
14494
14500
  a._ds(1212);
@@ -15328,7 +15334,7 @@ var LABELRecord = /** @class */ /*@__PURE__*/ (function (_super) {
15328
15334
  };
15329
15335
  };
15330
15336
  LABELRecord.prototype.p = function (a, b) {
15331
- a._cl._write13(b);
15337
+ a._cl._write11(b);
15332
15338
  };
15333
15339
  LABELRecord.prototype.get_d = function () {
15334
15340
  return 516;
@@ -15378,7 +15384,7 @@ var LABELSSTRecord = /** @class */ /*@__PURE__*/ (function (_super) {
15378
15384
  else {
15379
15385
  b.write(BitConverter.e(0), 0, 4);
15380
15386
  }
15381
- a._cl._write13(b);
15387
+ a._cl._write11(b);
15382
15388
  };
15383
15389
  LABELSSTRecord.prototype.get_d = function () {
15384
15390
  return 253;
@@ -16101,7 +16107,7 @@ var NUMBERRecord = /** @class */ /*@__PURE__*/ (function (_super) {
16101
16107
  };
16102
16108
  NUMBERRecord.prototype.p = function (a, b) {
16103
16109
  b.write(BitConverter.c(Convert.toDouble4(a._cm.c, a._b._e6)), 0, 8);
16104
- a._cl._write13(b);
16110
+ a._cl._write11(b);
16105
16111
  };
16106
16112
  NUMBERRecord.prototype.get_d = function () {
16107
16113
  return 515;
@@ -16880,7 +16886,7 @@ var RKRecord = /** @class */ /*@__PURE__*/ (function (_super) {
16880
16886
  if (((function () { var d = ExcelUtils.b0(Convert.toDouble4(a._cm.c, a._b._e6), c); c = d.p1; return d.ret; })()) == false) {
16881
16887
  }
16882
16888
  b.write(BitConverter.i(c), 0, 4);
16883
- a._cl._write13(b);
16889
+ a._cl._write11(b);
16884
16890
  };
16885
16891
  RKRecord.prototype.get_d = function () {
16886
16892
  return 638;
@@ -16984,7 +16990,7 @@ var ROWRecord = /** @class */ /*@__PURE__*/ (function (_super) {
16984
16990
  f = u32BitwiseOr(f, 536870912);
16985
16991
  }
16986
16992
  d.write(BitConverter.i(f), 0, 4);
16987
- a._cl._write13(d);
16993
+ a._cl._write11(d);
16988
16994
  };
16989
16995
  ROWRecord.prototype.get_d = function () {
16990
16996
  return 520;
@@ -17029,7 +17035,7 @@ var RSTRINGRecord = /** @class */ /*@__PURE__*/ (function (_super) {
17029
17035
  };
17030
17036
  };
17031
17037
  RSTRINGRecord.prototype.p = function (a, b) {
17032
- a._cl._write13(b);
17038
+ a._cl._write11(b);
17033
17039
  };
17034
17040
  RSTRINGRecord.prototype.get_d = function () {
17035
17041
  return 214;
@@ -17399,7 +17405,7 @@ var SHEETEXTRecord = /** @class */ /*@__PURE__*/ (function (_super) {
17399
17405
  a._cl._write18(40);
17400
17406
  var c = b.displayOptions.tabColorInfo;
17401
17407
  var d = c._y(a._b, 4);
17402
- a._cl._write12(d);
17408
+ a._cl._write13(d);
17403
17409
  var e = 0;
17404
17410
  var f = ExcelUtils.e4(e, d, 0, 6);
17405
17411
  e = f.p0;
@@ -17937,7 +17943,7 @@ var STYLERecord = /** @class */ /*@__PURE__*/ (function (_super) {
17937
17943
  i.style = d;
17938
17944
  var j = i.formatOptions;
17939
17945
  if (ExcelUtils.by(j, 2) == false) {
17940
- 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)) {
17941
17947
  j |= 2;
17942
17948
  }
17943
17949
  }
@@ -17952,23 +17958,23 @@ var STYLERecord = /** @class */ /*@__PURE__*/ (function (_super) {
17952
17958
  }
17953
17959
  }
17954
17960
  if (ExcelUtils.by(j, 4) == false) {
17955
- 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) {
17956
17962
  j |= 4;
17957
17963
  }
17958
17964
  }
17959
17965
  if (ExcelUtils.by(j, 1) == false) {
17960
- if (i._dg != g._dg) {
17966
+ if (i._di != g._di) {
17961
17967
  j |= 1;
17962
17968
  }
17963
17969
  }
17964
17970
  if (ExcelUtils.by(j, 32) == false) {
17965
- if (nullableNotEquals(i._c5, g._c5)) {
17971
+ if (nullableNotEquals(i._c7, g._c7) || nullableNotEquals(i._c6, g._c6)) {
17966
17972
  j |= 32;
17967
17973
  }
17968
17974
  }
17969
17975
  i.formatOptions = j;
17970
- i._dh(j, g);
17971
- i._dr(63 & ~j);
17976
+ i._dj(j, g);
17977
+ i._dt(63 & ~j);
17972
17978
  }
17973
17979
  }
17974
17980
  };
@@ -18197,7 +18203,7 @@ var TABLERecord = /** @class */ /*@__PURE__*/ (function (_super) {
18197
18203
  if (c == null) {
18198
18204
  return;
18199
18205
  }
18200
- var d = c._c0;
18206
+ var d = c._c1;
18201
18207
  var e = d.cellsInTable;
18202
18208
  a._cl._write17((e.firstRow + 1));
18203
18209
  a._cl._write17(e.lastRow);
@@ -19361,9 +19367,9 @@ var USERSVIEWBEGINRecord = /** @class */ /*@__PURE__*/ (function (_super) {
19361
19367
  ax = u32BitwiseOr(ax, 536870912);
19362
19368
  }
19363
19369
  a._cl._write2(b._v.toByteArray());
19364
- a._cl._write12((c._am));
19365
- a._cl._write12(d);
19366
- a._cl._write12(e);
19370
+ a._cl._write13((c._am));
19371
+ a._cl._write13(d);
19372
+ a._cl._write13(e);
19367
19373
  a._cl._write18(f);
19368
19374
  a._cl._write18(ax);
19369
19375
  a._cl._write17(ah);
@@ -19625,8 +19631,8 @@ var WINDOW1Record = /** @class */ /*@__PURE__*/ (function (_super) {
19625
19631
  };
19626
19632
  WINDOW1Record.prototype.i = function (a) {
19627
19633
  var b = a._b.windowOptions;
19628
- a._cl._write11(ExcelUtils.cu(truncate(b._boundsInTwips$i.left)));
19629
- 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)));
19630
19636
  a._cl._write17(ExcelUtils.ev(truncate(b._boundsInTwips$i.width)));
19631
19637
  a._cl._write17(ExcelUtils.ev(truncate(b._boundsInTwips$i.height)));
19632
19638
  var c = 0;
@@ -20084,7 +20090,7 @@ var XFEXTRecord = /** @class */ /*@__PURE__*/ (function (_super) {
20084
20090
  for (var e = 0; e < b.a.length; e++) {
20085
20091
  b.a[e].b(a, c);
20086
20092
  }
20087
- c._dt(d);
20093
+ c._dv(d);
20088
20094
  };
20089
20095
  XFEXTRecord.prototype.i = function (a) {
20090
20096
  var b = a._ca.a(XFRecord_XFContext.$);
@@ -20233,6 +20239,7 @@ var XFRecord = /** @class */ /*@__PURE__*/ (function (_super) {
20233
20239
  al.leftBorderStyle = v;
20234
20240
  }
20235
20241
  al._locked$i = ExcelUtils.dx(c);
20242
+ al._hidden$i = ExcelUtils.dx(d);
20236
20243
  if (aa != 0) {
20237
20244
  al.rightBorderColorInfo = new WorkbookColorInfo(ao, aa);
20238
20245
  al.rightBorderStyle = w;
@@ -20274,7 +20281,7 @@ var XFRecord = /** @class */ /*@__PURE__*/ (function (_super) {
20274
20281
  al.formatOptions = ap;
20275
20282
  }
20276
20283
  else {
20277
- al._dt(ap);
20284
+ al._dv(ap);
20278
20285
  }
20279
20286
  var aq = a._b3.count;
20280
20287
  a._b3.add(al);
@@ -20307,54 +20314,55 @@ var XFRecord = /** @class */ /*@__PURE__*/ (function (_super) {
20307
20314
  g = 4095;
20308
20315
  }
20309
20316
  var h = 0;
20310
- var i = ExcelUtils.gc(h, c._c5, 0);
20317
+ var i = ExcelUtils.gc(h, c._c7, 0);
20311
20318
  h = i.p0;
20312
- var j = ExcelUtils.gb(h, c._b1 == 1, 2);
20319
+ var j = ExcelUtils.gc(h, c._c6, 1);
20313
20320
  h = j.p0;
20314
- var k = ExcelUtils.e3(h, g, 4, 15);
20321
+ var k = ExcelUtils.gb(h, c._b1 == 1, 2);
20315
20322
  h = k.p0;
20323
+ var l = ExcelUtils.e3(h, g, 4, 15);
20324
+ h = l.p0;
20316
20325
  a._cl._write17(h);
20317
- var l = 0;
20318
- var m = ExcelUtils.e2(l, c._a4, 0, 2);
20319
- l = m.p0;
20320
- var n = ExcelUtils.ga(l, c._c7, 3);
20321
- l = n.p0;
20322
- var o = ExcelUtils.e2(l, c._a9, 4, 6);
20323
- l = o.p0;
20324
- var p = ExcelUtils.f9(l, c._b6, 7);
20325
- l = p.p0;
20326
- a._cl._write9(l);
20327
- var q = c._cw % 256;
20328
- if (q < 0) {
20329
- q += 256;
20330
- }
20331
- a._cl._write9(q);
20332
- var r = (c._b1 != 1);
20333
- var s = ExcelUtils.by(c.formatOptions, 1) == r;
20334
- var t = ExcelUtils.by(c.formatOptions, 4) == r;
20335
- var u = ExcelUtils.by(c.formatOptions, 2) == r;
20336
- var v = ExcelUtils.by(c.formatOptions, 8) == r;
20337
- var w = ExcelUtils.by(c.formatOptions, 16) == r;
20338
- 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;
20339
20348
  h = 0;
20340
- var y = ExcelUtils.e3(h, Math.min(15, c._ct), 0, 3);
20341
- h = y.p0;
20342
- var z = ExcelUtils.gc(h, c._c6, 4);
20349
+ var z = ExcelUtils.e3(h, Math.min(15, c._ct), 0, 3);
20343
20350
  h = z.p0;
20344
- var aa = ExcelUtils.gb(h, s, 10);
20351
+ var aa = ExcelUtils.gc(h, c._c8, 4);
20345
20352
  h = aa.p0;
20346
- var ab = ExcelUtils.gb(h, t, 11);
20353
+ var ab = ExcelUtils.gb(h, t, 10);
20347
20354
  h = ab.p0;
20348
- var ac = ExcelUtils.gb(h, u, 12);
20355
+ var ac = ExcelUtils.gb(h, u, 11);
20349
20356
  h = ac.p0;
20350
- var ad = ExcelUtils.gb(h, v, 13);
20357
+ var ad = ExcelUtils.gb(h, v, 12);
20351
20358
  h = ad.p0;
20352
- var ae = ExcelUtils.gb(h, w, 14);
20359
+ var ae = ExcelUtils.gb(h, w, 13);
20353
20360
  h = ae.p0;
20354
- var af = ExcelUtils.gb(h, x, 15);
20361
+ var af = ExcelUtils.gb(h, x, 14);
20355
20362
  h = af.p0;
20363
+ var ag = ExcelUtils.gb(h, y, 15);
20364
+ h = ag.p0;
20356
20365
  a._cl._write17(h);
20357
- var ag;
20358
20366
  var ah;
20359
20367
  var ai;
20360
20368
  var aj;
@@ -20364,89 +20372,90 @@ var XFRecord = /** @class */ /*@__PURE__*/ (function (_super) {
20364
20372
  var an;
20365
20373
  var ao;
20366
20374
  var ap;
20375
+ var aq;
20367
20376
  if (c.bottomBorderStyle != -1 || WorkbookColorInfo.l_op_Inequality(c.bottomBorderColorInfo, null)) {
20368
- aj = c._al;
20369
- ao = c._bf._y(d, 0);
20370
- }
20371
- else {
20372
- aj = 0;
20373
- ao = 0;
20374
- }
20375
- if (c.diagonalBorderStyle != -1 || c.diagonalBorders != 0 || WorkbookColorInfo.l_op_Inequality(c.diagonalBorderColorInfo, null)) {
20376
- ak = c._am;
20377
- ap = c._bg._y(d, 0);
20377
+ ak = c._al;
20378
+ ap = c._bf._y(d, 0);
20378
20379
  }
20379
20380
  else {
20380
20381
  ak = 0;
20381
20382
  ap = 0;
20382
20383
  }
20383
- if (c.leftBorderStyle != -1 || WorkbookColorInfo.l_op_Inequality(c.leftBorderColorInfo, null)) {
20384
- ag = c._an;
20385
- 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);
20386
20387
  }
20387
20388
  else {
20388
- ag = 0;
20389
20389
  al = 0;
20390
+ aq = 0;
20390
20391
  }
20391
- if (c.rightBorderStyle != -1 || WorkbookColorInfo.l_op_Inequality(c.rightBorderColorInfo, null)) {
20392
- ah = c._ao;
20393
- 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);
20394
20395
  }
20395
20396
  else {
20396
20397
  ah = 0;
20397
20398
  am = 0;
20398
20399
  }
20399
- if (c.topBorderStyle != -1 || WorkbookColorInfo.l_op_Inequality(c.topBorderColorInfo, null)) {
20400
- ai = c._ap;
20401
- 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);
20402
20403
  }
20403
20404
  else {
20404
20405
  ai = 0;
20405
20406
  an = 0;
20406
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
+ }
20407
20416
  h = 0;
20408
- var aq = ExcelUtils.e3(h, ag, 0, 3);
20409
- h = aq.p0;
20410
- var ar = ExcelUtils.e3(h, ah, 4, 7);
20417
+ var ar = ExcelUtils.e3(h, ah, 0, 3);
20411
20418
  h = ar.p0;
20412
- var as = ExcelUtils.e3(h, ai, 8, 11);
20419
+ var as = ExcelUtils.e3(h, ai, 4, 7);
20413
20420
  h = as.p0;
20414
- var at = ExcelUtils.e3(h, aj, 12, 15);
20421
+ var at = ExcelUtils.e3(h, aj, 8, 11);
20415
20422
  h = at.p0;
20423
+ var au = ExcelUtils.e3(h, ak, 12, 15);
20424
+ h = au.p0;
20416
20425
  a._cl._write17(h);
20417
- var au = c._aw >> 1;
20426
+ var av = c._aw >> 1;
20418
20427
  h = 0;
20419
- var av = ExcelUtils.e3(h, al, 0, 6);
20420
- h = av.p0;
20421
- var aw = ExcelUtils.e3(h, am, 7, 13);
20428
+ var aw = ExcelUtils.e3(h, am, 0, 6);
20422
20429
  h = aw.p0;
20423
- var ax = ExcelUtils.e3(h, au, 14, 15);
20430
+ var ax = ExcelUtils.e3(h, an, 7, 13);
20424
20431
  h = ax.p0;
20432
+ var ay = ExcelUtils.e3(h, av, 14, 15);
20433
+ h = ay.p0;
20425
20434
  a._cl._write17(h);
20426
- var ay = c._ar;
20427
- var az = c._ay(ay);
20428
- var a0 = b.b.count != 0;
20429
- var a1 = 0;
20430
- var a2 = ExcelUtils.e4(a1, an, 0, 6);
20431
- a1 = a2.p0;
20432
- var a3 = ExcelUtils.e4(a1, ao, 7, 13);
20433
- a1 = a3.p0;
20434
- var a4 = ExcelUtils.e4(a1, ap, 14, 20);
20435
- a1 = a4.p0;
20436
- var a5 = ExcelUtils.e4(a1, ak, 21, 24);
20437
- a1 = a5.p0;
20438
- var a6 = ExcelUtils.gd(a1, a0, 25);
20439
- a1 = a6.p0;
20440
- var a7 = ExcelUtils.e4(a1, az, 26, 31);
20441
- a1 = a7.p0;
20442
- a._cl._write18(a1);
20443
- var a8 = c._bi(ay, false, true)._y(d, 1);
20444
- 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);
20445
20454
  h = 0;
20446
- var ba = ExcelUtils.e3(h, a8, 0, 6);
20447
- h = ba.p0;
20448
- var bb = ExcelUtils.e3(h, a9, 7, 13);
20455
+ var bb = ExcelUtils.e3(h, a9, 0, 6);
20449
20456
  h = bb.p0;
20457
+ var bc = ExcelUtils.e3(h, ba, 7, 13);
20458
+ h = bc.p0;
20450
20459
  a._cl._write17(h);
20451
20460
  };
20452
20461
  XFRecord.prototype.get_d = function () {