@univerjs-pro/collaboration 0.4.2 → 0.5.0-alpha.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 (442) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/es/index.js +1 -1
  3. package/lib/types/index.d.ts +716 -17
  4. package/lib/umd/index.js +1 -1
  5. package/package.json +24 -24
  6. package/lib/types/command/create-unit.mutation.d.ts +0 -8
  7. package/lib/types/command/revert-revision.mutation.d.ts +0 -6
  8. package/lib/types/controllers/config.schema.d.ts +0 -5
  9. package/lib/types/controllers/doc-transform/algorithms/doc-algo.d.ts +0 -4
  10. package/lib/types/controllers/doc-transform/doc-transform.controller.d.ts +0 -9
  11. package/lib/types/controllers/rev/rev.controller.d.ts +0 -8
  12. package/lib/types/controllers/sheet-transform/algorithms/__tests__/transform-test-bed.d.ts +0 -17
  13. package/lib/types/controllers/sheet-transform/algorithms/add-comment/__test__/add-comment.algo.spec.d.ts +0 -1
  14. package/lib/types/controllers/sheet-transform/algorithms/add-comment/__test__/util.d.ts +0 -13
  15. package/lib/types/controllers/sheet-transform/algorithms/add-comment/add-comment.algo.d.ts +0 -3
  16. package/lib/types/controllers/sheet-transform/algorithms/add-conditional-rule/__test__/add-conditional-rule.algo.spec.d.ts +0 -1
  17. package/lib/types/controllers/sheet-transform/algorithms/add-conditional-rule/add-conditional-formatting-rule.algo.d.ts +0 -3
  18. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/__test__/add-data-validation.algo.spec.d.ts +0 -1
  19. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/__test__/update-data-validation.algo.spec.d.ts +0 -1
  20. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/__test__/util.d.ts +0 -13
  21. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/add-data-validation.algo.d.ts +0 -16
  22. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/update-data-validation.algo.d.ts +0 -3
  23. package/lib/types/controllers/sheet-transform/algorithms/add-hyper-link/add-hyper-link.algo.d.ts +0 -3
  24. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-comment.algo.d.ts +0 -4
  25. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-conditional-rule.algo.d.ts +0 -4
  26. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-range-protection.algo.d.ts +0 -3
  27. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-merge.algo.d.ts +0 -3
  28. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-protection.algo.d.ts +0 -3
  29. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/delete-conditional-formatting-rule.algo.d.ts +0 -4
  30. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-col.algo.d.ts +0 -3
  31. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-row.algo.d.ts +0 -3
  32. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-col.algo.d.ts +0 -3
  33. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-range.algo.d.ts +0 -3
  34. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-row.algo.d.ts +0 -3
  35. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-col.algo.d.ts +0 -3
  36. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-data-validation-rule.algo.d.ts +0 -4
  37. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-numfmt.algo.d.ts +0 -3
  38. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-row.algo.d.ts +0 -3
  39. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-sheet-filter.algo.d.ts +0 -3
  40. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-worksheet-merge.algo.d.ts +0 -3
  41. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-conditional-formatting-rule.algo.d.ts +0 -4
  42. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-frozen.algo.d.ts +0 -3
  43. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-numfmt.algo.d.ts +0 -3
  44. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-protection.algo.d.ts +0 -3
  45. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-value.algo.d.ts +0 -3
  46. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-worksheet-col-width.algo.d.ts +0 -3
  47. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-comment.algo.d.ts +0 -4
  48. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-data-validation-rule.algo.d.ts +0 -4
  49. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
  50. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/insert-col.algo.spec.d.ts +0 -1
  51. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/insert-row.algo.spec.d.ts +0 -1
  52. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/move-col.algo.spec.d.ts +0 -1
  53. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/move-row.algo.spec.d.ts +0 -1
  54. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/remove-col.algo.spec.d.ts +0 -1
  55. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/remove-row.algo.spec.d.ts +0 -1
  56. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  57. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/__test__/set-range-values.algo.spec.d.ts +0 -1
  58. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/add-worksheet-merge.algo.d.ts +0 -3
  59. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-col.algo.d.ts +0 -5
  60. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-row.algo.d.ts +0 -5
  61. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-col.algo.d.ts +0 -3
  62. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-range.algo.d.ts +0 -3
  63. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/move-row.algo.d.ts +0 -3
  64. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-col.algo.d.ts +0 -3
  65. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-row.algo.d.ts +0 -3
  66. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/remove-worksheet-merge.algo.d.ts +0 -3
  67. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/set-range-values.algo.d.ts +0 -3
  68. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/set-selection.algo.d.ts +0 -3
  69. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/utils/merge-tools.d.ts +0 -2
  70. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-comment.algo.d.ts +0 -4
  71. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-conditional-rule.algo.d.ts +0 -4
  72. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-range-protection.algo.d.ts +0 -3
  73. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-merge.algo.d.ts +0 -3
  74. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-protection.algo.d.ts +0 -3
  75. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/change-sheet-order.algo.d.ts +0 -3
  76. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/delete-conditional-formatting-rule.algo.d.ts +0 -4
  77. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-col.algo.d.ts +0 -3
  78. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-row.algo.d.ts +0 -3
  79. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-col.algo.d.ts +0 -3
  80. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-range.algo.d.ts +0 -3
  81. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-row.algo.d.ts +0 -3
  82. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-col.algo.d.ts +0 -3
  83. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-data-validation-rule.algo.d.ts +0 -4
  84. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-numfmt.algo.d.ts +0 -3
  85. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-row.algo.d.ts +0 -3
  86. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-sheet-filter.algo.d.ts +0 -3
  87. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet-merge.algo.d.ts +0 -3
  88. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet.algo.d.ts +0 -3
  89. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-conditional-formatting-rule.algo.d.ts +0 -4
  90. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-frozen.algo.d.ts +0 -3
  91. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-numfmt.algo.d.ts +0 -3
  92. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-protection.algo.d.ts +0 -3
  93. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-value.algo.d.ts +0 -3
  94. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-col-width.algo.d.ts +0 -3
  95. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-name.algo.d.ts +0 -3
  96. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-comment.algo.d.ts +0 -4
  97. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-data-validation-rule.algo.d.ts +0 -4
  98. package/lib/types/controllers/sheet-transform/algorithms/delete-comment/add-comment.algo.d.ts +0 -3
  99. package/lib/types/controllers/sheet-transform/algorithms/delete-comment/delete-comment.algo.d.ts +0 -3
  100. package/lib/types/controllers/sheet-transform/algorithms/delete-conditional-formatting-rule/delete-conditional-formatting-rule.algo.d.ts +0 -3
  101. package/lib/types/controllers/sheet-transform/algorithms/gridlines/__tests__/gridlines.algo.spec.d.ts +0 -1
  102. package/lib/types/controllers/sheet-transform/algorithms/gridlines/gridlines.algo.d.ts +0 -4
  103. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/add-worksheet-merge.algo.spec.d.ts +0 -1
  104. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/insert-col.algo.spec.d.ts +0 -1
  105. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/move-col.algo.spec.d.ts +0 -1
  106. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/move-range.algo.spec.d.ts +0 -1
  107. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/remove-col.algo.spec.d.ts +0 -1
  108. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/remove-numfmt.algo.spec.d.ts +0 -1
  109. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  110. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-col-data.algo.spec.d.ts +0 -1
  111. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-col-hidden.algo.spec.d.ts +0 -1
  112. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-col-visible.algo.spec.d.ts +0 -1
  113. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-numfmt.algo.spec.d.ts +0 -1
  114. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-range-values.algo.spec.d.ts +0 -1
  115. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-sheets-filter-criteria.algo.spec.d.ts +0 -1
  116. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  117. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-worksheet-col-width.algo.spec.d.ts +0 -1
  118. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-comment.algo.d.ts +0 -18
  119. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-data-validation.algo.d.ts +0 -4
  120. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-worksheet-merge.algo.d.ts +0 -3
  121. package/lib/types/controllers/sheet-transform/algorithms/insert-col/insert-col.algo.d.ts +0 -3
  122. package/lib/types/controllers/sheet-transform/algorithms/insert-col/move-col.algo.d.ts +0 -3
  123. package/lib/types/controllers/sheet-transform/algorithms/insert-col/move-range.algo.d.ts +0 -3
  124. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-col.algo.d.ts +0 -3
  125. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-numfmt.algo.d.ts +0 -3
  126. package/lib/types/controllers/sheet-transform/algorithms/insert-col/remove-worksheet-merge.algo.d.ts +0 -3
  127. package/lib/types/controllers/sheet-transform/algorithms/insert-col/reorder-range.algo.d.ts +0 -3
  128. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-data.algo.d.ts +0 -3
  129. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-hidden.algo.d.ts +0 -3
  130. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-visible.algo.d.ts +0 -3
  131. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-numfmt.algo.d.ts +0 -3
  132. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-range-values.algo.d.ts +0 -3
  133. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-selection.algo.d.ts +0 -7
  134. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-sheets-filter-criteria.algo.d.ts +0 -4
  135. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-sheets-filter-range.algo.d.ts +0 -4
  136. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-worksheet-col-width.algo.d.ts +0 -3
  137. package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-comment-ref.algo.d.ts +0 -19
  138. package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-data-validation.algo.d.ts +0 -4
  139. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
  140. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/insert-row.algo.spec.d.ts +0 -1
  141. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/move-range.algo.spec.d.ts +0 -1
  142. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/move-row.algo.spec.d.ts +0 -1
  143. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/remove-numfmt.algo.spec.d.ts +0 -1
  144. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/remove-row.algo.spec.d.ts +0 -1
  145. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  146. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/reorder-range.algo.spec.d.ts +0 -1
  147. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-numfmt.algo.spec.d.ts +0 -1
  148. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-range-values.algo.spec.d.ts +0 -1
  149. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-row-data.algo.spec.d.ts +0 -1
  150. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-row-hidden.algo.spec.d.ts +0 -1
  151. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-row-visible.algo.spec.d.ts +0 -1
  152. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  153. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
  154. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-height.algo.spec.d.ts +0 -1
  155. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
  156. package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-comment.algo.d.ts +0 -4
  157. package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-data-validation.algo.d.ts +0 -4
  158. package/lib/types/controllers/sheet-transform/algorithms/insert-row/add-worksheet-merge.algo.d.ts +0 -3
  159. package/lib/types/controllers/sheet-transform/algorithms/insert-row/insert-row.algo.d.ts +0 -3
  160. package/lib/types/controllers/sheet-transform/algorithms/insert-row/move-range.algo.d.ts +0 -3
  161. package/lib/types/controllers/sheet-transform/algorithms/insert-row/move-row.algo.d.ts +0 -3
  162. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-numfmt.algo.d.ts +0 -3
  163. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-row.algo.d.ts +0 -3
  164. package/lib/types/controllers/sheet-transform/algorithms/insert-row/remove-worksheet-merge.algo.d.ts +0 -3
  165. package/lib/types/controllers/sheet-transform/algorithms/insert-row/reorder-range.algo.d.ts +0 -3
  166. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-numfmt.algo.d.ts +0 -3
  167. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-range-values.algo.d.ts +0 -3
  168. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-data.algo.d.ts +0 -3
  169. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-hidden.algo.d.ts +0 -3
  170. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-visible.algo.d.ts +0 -3
  171. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-selection.algo.d.ts +0 -7
  172. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-sheets-filter-range.algo.d.ts +0 -4
  173. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-auto-height.algo.d.ts +0 -3
  174. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-height.algo.d.ts +0 -3
  175. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-is-auto-height.algo.d.ts +0 -3
  176. package/lib/types/controllers/sheet-transform/algorithms/insert-row/update-comment-ref.algo.d.ts +0 -4
  177. package/lib/types/controllers/sheet-transform/algorithms/insert-row/update-data-validation.algo.d.ts +0 -4
  178. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
  179. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/move-col.algo.spec.d.ts +0 -1
  180. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/move-range.algo.spec.d.ts +0 -1
  181. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/remove-numfmt.algo.spec.d.ts +0 -1
  182. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  183. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-col-custom.algo.spec.d.ts +0 -1
  184. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-col-hidden.algo.spec.d.ts +0 -1
  185. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-col-visible.algo.spec.d.ts +0 -1
  186. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-numfmt.algo.spec.d.ts +0 -1
  187. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-range-values.algo.spec.d.ts +0 -1
  188. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-sheets-filter-criteria.algo.spec.d.ts +0 -1
  189. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  190. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-worksheet-col-width.algo.spec.d.ts +0 -1
  191. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-comment.algo.d.ts +0 -4
  192. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-data-validation.algo.d.ts +0 -6
  193. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-worksheet-merge.algo.d.ts +0 -3
  194. package/lib/types/controllers/sheet-transform/algorithms/move-col/move-col.algo.d.ts +0 -3
  195. package/lib/types/controllers/sheet-transform/algorithms/move-col/move-range.algo.d.ts +0 -3
  196. package/lib/types/controllers/sheet-transform/algorithms/move-col/remove-numfmt.algo.d.ts +0 -3
  197. package/lib/types/controllers/sheet-transform/algorithms/move-col/remove-worksheet-merge.algo.d.ts +0 -3
  198. package/lib/types/controllers/sheet-transform/algorithms/move-col/reorder-range.algo.d.ts +0 -3
  199. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-data.algo.d.ts +0 -3
  200. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-hidden.algo.d.ts +0 -3
  201. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-visible.algo.d.ts +0 -3
  202. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-numfmt.algo.d.ts +0 -3
  203. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-range-values.algo.d.ts +0 -3
  204. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-selection.algo.d.ts +0 -7
  205. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-sheets-filter-criteria.algo.d.ts +0 -4
  206. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-sheets-filter-range.algo.d.ts +0 -4
  207. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-worksheet-col-width.algo.d.ts +0 -3
  208. package/lib/types/controllers/sheet-transform/algorithms/move-col/update-comment-ref.algo.d.ts +0 -4
  209. package/lib/types/controllers/sheet-transform/algorithms/move-col/update-data-validation.algo.d.ts +0 -9
  210. package/lib/types/controllers/sheet-transform/algorithms/move-conditional-formatting-rule/__test__/move-conditional-formatting-rule.algo.algo.spec.d.ts +0 -1
  211. package/lib/types/controllers/sheet-transform/algorithms/move-conditional-formatting-rule/move-conditional-formatting-rule.algo.d.ts +0 -3
  212. package/lib/types/controllers/sheet-transform/algorithms/move-range/add-comment.algo.d.ts +0 -4
  213. package/lib/types/controllers/sheet-transform/algorithms/move-range/add-data-validation.algo.d.ts +0 -4
  214. package/lib/types/controllers/sheet-transform/algorithms/move-range/add-worksheet-merge.algo.d.ts +0 -3
  215. package/lib/types/controllers/sheet-transform/algorithms/move-range/move-range.algo.d.ts +0 -3
  216. package/lib/types/controllers/sheet-transform/algorithms/move-range/remove-numfmt.algo.d.ts +0 -3
  217. package/lib/types/controllers/sheet-transform/algorithms/move-range/reorder-range.algo.d.ts +0 -3
  218. package/lib/types/controllers/sheet-transform/algorithms/move-range/set-numfmt.algo.d.ts +0 -3
  219. package/lib/types/controllers/sheet-transform/algorithms/move-range/update-comment-ref.algo.d.ts +0 -4
  220. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/add-worksheet-merge.algo.spec.d.ts +0 -1
  221. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/move-range.algo.spec.d.ts +0 -1
  222. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/move-row.algo.spec.d.ts +0 -1
  223. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/remove-numfmt.algo.spec.d.ts +0 -1
  224. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  225. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/reorder-range.algo.spec.d.ts +0 -1
  226. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-numfmt.algo.spec.d.ts +0 -1
  227. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-range-values.algo.spec.d.ts +0 -1
  228. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-row-data.algo.spec.d.ts +0 -1
  229. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-row-hidden.algo.spec.d.ts +0 -1
  230. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-row-visible.algo.spec.d.ts +0 -1
  231. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  232. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
  233. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-height.algo.spec.d.ts +0 -1
  234. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
  235. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-comment.algo.d.ts +0 -4
  236. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-data-validation.algo.d.ts +0 -4
  237. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-worksheet-merge.algo.d.ts +0 -3
  238. package/lib/types/controllers/sheet-transform/algorithms/move-row/move-range.algo.d.ts +0 -3
  239. package/lib/types/controllers/sheet-transform/algorithms/move-row/move-row.algo.d.ts +0 -3
  240. package/lib/types/controllers/sheet-transform/algorithms/move-row/remove-numfmt.algo.d.ts +0 -3
  241. package/lib/types/controllers/sheet-transform/algorithms/move-row/remove-worksheet-merge.algo.d.ts +0 -3
  242. package/lib/types/controllers/sheet-transform/algorithms/move-row/reorder-range.algo.d.ts +0 -3
  243. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-numfmt.algo.d.ts +0 -3
  244. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-range-values.algo.d.ts +0 -3
  245. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-data.algo.d.ts +0 -3
  246. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-hidden.algo.d.ts +0 -3
  247. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-visible.algo.d.ts +0 -3
  248. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-selection.algo.d.ts +0 -7
  249. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-sheets-filter-range.algo.d.ts +0 -4
  250. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-auto-height.algo.d.ts +0 -3
  251. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-height.algo.d.ts +0 -3
  252. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-is-auto-height.algo.d.ts +0 -3
  253. package/lib/types/controllers/sheet-transform/algorithms/move-row/update-comment-ref.algo.d.ts +0 -4
  254. package/lib/types/controllers/sheet-transform/algorithms/move-row/update-data-validation.algo.d.ts +0 -4
  255. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/move-col.algo.spec.d.ts +0 -1
  256. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/move-range.algo.spec.d.ts +0 -1
  257. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/remove-col.algo.spec.d.ts +0 -1
  258. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/remove-numfmt.algo.spec.d.ts +0 -1
  259. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  260. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-col-data.algo.spec.d.ts +0 -1
  261. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-col-hidden.algo.spec.d.ts +0 -1
  262. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-col-visible.algo.spec.d.ts +0 -1
  263. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-numfmt.algo.spec.d.ts +0 -1
  264. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-range-values.algo.spec.d.ts +0 -1
  265. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-sheets-filter-criteria.algo.spec.d.ts +0 -1
  266. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  267. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-worksheet-col-width.algo.spec.d.ts +0 -1
  268. package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-comment.algo.d.ts +0 -4
  269. package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-data-validation.algo.d.ts +0 -4
  270. package/lib/types/controllers/sheet-transform/algorithms/remove-col/add-worksheet-merge.algo.d.ts +0 -3
  271. package/lib/types/controllers/sheet-transform/algorithms/remove-col/move-col.algo.d.ts +0 -3
  272. package/lib/types/controllers/sheet-transform/algorithms/remove-col/move-range.algo.d.ts +0 -3
  273. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-col.algo.d.ts +0 -3
  274. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-numfmt.algo.d.ts +0 -3
  275. package/lib/types/controllers/sheet-transform/algorithms/remove-col/remove-worksheet-merge.algo.d.ts +0 -3
  276. package/lib/types/controllers/sheet-transform/algorithms/remove-col/reorder-range.algo.d.ts +0 -3
  277. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-data.algo.d.ts +0 -3
  278. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-hidden.algo.d.ts +0 -3
  279. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-visible.algo.d.ts +0 -3
  280. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-numfmt.algo.d.ts +0 -3
  281. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-range-values.algo.d.ts +0 -3
  282. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-selection.algo.d.ts +0 -7
  283. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-sheets-filter-criteria.algo.d.ts +0 -4
  284. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-sheets-filter-range.algo.d.ts +0 -4
  285. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-worksheet-col-width.algo.d.ts +0 -3
  286. package/lib/types/controllers/sheet-transform/algorithms/remove-col/update-comment-ref.algo.d.ts +0 -4
  287. package/lib/types/controllers/sheet-transform/algorithms/remove-col/update-data-validation.algo.d.ts +0 -4
  288. package/lib/types/controllers/sheet-transform/algorithms/remove-data-validation/__test__/remove-data-validation.algo.spec.d.ts +0 -1
  289. package/lib/types/controllers/sheet-transform/algorithms/remove-data-validation/remove-data-validation.algo.d.ts +0 -3
  290. package/lib/types/controllers/sheet-transform/algorithms/remove-hyper-link/remove-hyper-link.d.ts +0 -3
  291. package/lib/types/controllers/sheet-transform/algorithms/remove-numfmt/remove-numfmt.algo.d.ts +0 -3
  292. package/lib/types/controllers/sheet-transform/algorithms/remove-numfmt/set-numfmt.algo.d.ts +0 -3
  293. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/move-range.algo.spec.d.ts +0 -1
  294. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/move-row.algo.spec.d.ts +0 -1
  295. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/remove-numfmt.algo.spec.d.ts +0 -1
  296. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/remove-row.algo.spec.d.ts +0 -1
  297. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  298. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/reorder-range.algo.spec.d.ts +0 -1
  299. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-numfmt.algo.spec.d.ts +0 -1
  300. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-range-value.algo.spec.d.ts +0 -1
  301. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-row-custom.algo.spec.d.ts +0 -1
  302. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-row-hidden.algo.spec.d.ts +0 -1
  303. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-row-visible.algo.spec.d.ts +0 -1
  304. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
  305. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-height.algo.spec.d.ts +0 -1
  306. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
  307. package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-comment.algo.d.ts +0 -4
  308. package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-data-validation.algo.d.ts +0 -4
  309. package/lib/types/controllers/sheet-transform/algorithms/remove-row/add-worksheet-merge.algo.d.ts +0 -3
  310. package/lib/types/controllers/sheet-transform/algorithms/remove-row/move-range.algo.d.ts +0 -3
  311. package/lib/types/controllers/sheet-transform/algorithms/remove-row/move-row.algo.d.ts +0 -3
  312. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-numfmt.algo.d.ts +0 -3
  313. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-row.algo.d.ts +0 -3
  314. package/lib/types/controllers/sheet-transform/algorithms/remove-row/remove-worksheet-merge.algo.d.ts +0 -3
  315. package/lib/types/controllers/sheet-transform/algorithms/remove-row/reorder-range.algo.d.ts +0 -3
  316. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-numfmt.algo.d.ts +0 -3
  317. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-range-values.algo.d.ts +0 -3
  318. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-data.algo.d.ts +0 -3
  319. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-hidden.algo.d.ts +0 -3
  320. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-visible.algo.d.ts +0 -3
  321. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-selection.algo.d.ts +0 -7
  322. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-sheets-filter-range.algo.d.ts +0 -4
  323. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-auto-height.algo.d.ts +0 -3
  324. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-height.algo.d.ts +0 -3
  325. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-is-auto-height.algo.d.ts +0 -3
  326. package/lib/types/controllers/sheet-transform/algorithms/remove-row/update-comment-ref.algo.d.ts +0 -4
  327. package/lib/types/controllers/sheet-transform/algorithms/remove-row/update-data-validation.algo.d.ts +0 -4
  328. package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/remove-sheets-filter.algo.d.ts +0 -3
  329. package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/set-sheets-filter-range.algo.d.ts +0 -4
  330. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/__tests__/add-worksheet-merge.algo.spec.d.ts +0 -1
  331. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/__tests__/insert-col.algo.spec.d.ts +0 -1
  332. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/__tests__/insert-row.algo.spec.d.ts +0 -1
  333. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/add-worksheet-merge.algo.d.ts +0 -3
  334. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/insert-col.algo.d.ts +0 -3
  335. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/insert-row.algo.d.ts +0 -3
  336. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/move-col.algo.d.ts +0 -3
  337. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/move-row.algo.d.ts +0 -3
  338. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/remove-col.algo.d.ts +0 -3
  339. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/remove-row.algo.d.ts +0 -3
  340. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/set-selection.algo.d.ts +0 -3
  341. package/lib/types/controllers/sheet-transform/algorithms/reorder-range/reorder-range.algo.d.ts +0 -3
  342. package/lib/types/controllers/sheet-transform/algorithms/revert-revision/revert-revision.algo.d.ts +0 -4
  343. package/lib/types/controllers/sheet-transform/algorithms/set-col-data/__tests__/set-col-data.algo.spec.d.ts +0 -1
  344. package/lib/types/controllers/sheet-transform/algorithms/set-col-data/set-col-data.algo.d.ts +0 -3
  345. package/lib/types/controllers/sheet-transform/algorithms/set-conditional-formatting-rule/__test__/set-conditional-formatting-rule.algo.spec.d.ts +0 -1
  346. package/lib/types/controllers/sheet-transform/algorithms/set-conditional-formatting-rule/set-conditional-formatting-rule.algo.d.ts +0 -3
  347. package/lib/types/controllers/sheet-transform/algorithms/set-drawing/__tests__/set-drawing-apply.algo.spec.d.ts +0 -1
  348. package/lib/types/controllers/sheet-transform/algorithms/set-drawing/set-drawing-apply.algo.d.ts +0 -3
  349. package/lib/types/controllers/sheet-transform/algorithms/set-frozen/__test__/set-frozen.algo.spec.d.ts +0 -1
  350. package/lib/types/controllers/sheet-transform/algorithms/set-frozen/set-frozen.algo.d.ts +0 -3
  351. package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/__test__/set-numfmt.algo.spec.d.ts +0 -1
  352. package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/remove-numfmt.algo.d.ts +0 -3
  353. package/lib/types/controllers/sheet-transform/algorithms/set-numfmt/set-numfmt.algo.d.ts +0 -3
  354. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-comment.algo.d.ts +0 -4
  355. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-conditional-rule.algo.d.ts +0 -4
  356. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-merge.algo.d.ts +0 -3
  357. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-protection.algo.d.ts +0 -3
  358. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/delete-conditional-formatting-rule.algo.d.ts +0 -4
  359. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-col.algo.d.ts +0 -3
  360. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-row.algo.d.ts +0 -3
  361. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-col.algo.d.ts +0 -3
  362. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-range.algo.d.ts +0 -3
  363. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-row.algo.d.ts +0 -3
  364. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-col.algo.d.ts +0 -3
  365. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-data-validation-rule.algo.d.ts +0 -4
  366. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-numfmt.algo.d.ts +0 -3
  367. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-row.algo.d.ts +0 -3
  368. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-sheet-filter.algo.d.ts +0 -3
  369. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-worksheet-merge.algo.d.ts +0 -3
  370. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-conditional-formatting-rule.algo.d.ts +0 -4
  371. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-frozen.algo.d.ts +0 -3
  372. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-numfmt.algo.d.ts +0 -3
  373. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-protection.algo.d.ts +0 -3
  374. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-value.algo.d.ts +0 -3
  375. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-worksheet-col-width.algo.d.ts +0 -3
  376. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-comment.algo.d.ts +0 -4
  377. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-data-validation-rule.algo.d.ts +0 -4
  378. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/__test__/reorder-range.algo.spec.d.ts +0 -1
  379. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/__test__/set-range-valuea.algo.spec.d.ts +0 -1
  380. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/add-worksheet-merge.algo.d.ts +0 -3
  381. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/move-range.algo.d.ts +0 -3
  382. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/reorder-range.algo.d.ts +0 -3
  383. package/lib/types/controllers/sheet-transform/algorithms/set-range-values/set-range-values.algo.d.ts +0 -3
  384. package/lib/types/controllers/sheet-transform/algorithms/set-row-data/__tests__/set-row-data.algo.spec.d.ts +0 -1
  385. package/lib/types/controllers/sheet-transform/algorithms/set-row-data/set-row-data.algo.d.ts +0 -3
  386. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/move-range.algo.d.ts +0 -4
  387. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/remove-sheets-filter.algo.d.ts +0 -4
  388. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/set-range-values.algo.d.ts +0 -4
  389. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/set-sheets-filter-criteria.algo.d.ts +0 -3
  390. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-range/remove-sheets-filter.algo.d.ts +0 -4
  391. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-range/set-sheets-filter-range.algo.d.ts +0 -3
  392. package/lib/types/controllers/sheet-transform/algorithms/set-tab-color/__test__/set-tab-color.algo.spec.d.ts +0 -1
  393. package/lib/types/controllers/sheet-transform/algorithms/set-tab-color/set-tab-color.algo.d.ts +0 -3
  394. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-col-width/__tests__/set-worksheet-col-width.algo.spec.d.ts +0 -1
  395. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-col-width/set-worksheet-col-width.algo.d.ts +0 -3
  396. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-name/set-worksheet-name.algo.d.ts +0 -3
  397. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-auto-height/__tests__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
  398. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-auto-height/set-worksheet-row-auto-height.algo.d.ts +0 -3
  399. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-height/__tests__/set-worksheet-row-height.algo.spec.d.ts +0 -1
  400. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-height/set-worksheet-row-height.algo.d.ts +0 -3
  401. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-is-auto-height/__tests__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
  402. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-is-auto-height/set-worksheet-row-is-auto-height.algo.d.ts +0 -3
  403. package/lib/types/controllers/sheet-transform/algorithms/update-comment/update-comment.algo.d.ts +0 -3
  404. package/lib/types/controllers/sheet-transform/algorithms/update-comment-ref/update-comment-ref.algo.d.ts +0 -3
  405. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/__test__/add-data-validation.algo.spec.d.ts +0 -1
  406. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/__test__/remove-data-validation.algo.spec.d.ts +0 -1
  407. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/__test__/update-data-validation.algo.spec.d.ts +0 -1
  408. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/add-data-validation.algo.d.ts +0 -3
  409. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/remove-data-validation.algo.d.ts +0 -3
  410. package/lib/types/controllers/sheet-transform/algorithms/update-data-validation/update-data-validation.algo.d.ts +0 -3
  411. package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link/update-hyper-link.algo.d.ts +0 -3
  412. package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link-ref/update-hyper-link-ref.d.ts +0 -3
  413. package/lib/types/controllers/sheet-transform/algorithms/utils.d.ts +0 -33
  414. package/lib/types/controllers/sheet-transform/algorithms/worksheet/__tests__/add-worksheet-merge.algo.spec.d.ts +0 -1
  415. package/lib/types/controllers/sheet-transform/algorithms/worksheet/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  416. package/lib/types/controllers/sheet-transform/algorithms/worksheet/__tests__/worksheet.algo.spec.d.ts +0 -1
  417. package/lib/types/controllers/sheet-transform/algorithms/worksheet/add-worksheet-merge.algo.d.ts +0 -2
  418. package/lib/types/controllers/sheet-transform/algorithms/worksheet/remove-worksheet-merge.algo.d.ts +0 -2
  419. package/lib/types/controllers/sheet-transform/algorithms/worksheet/worksheet.algo.d.ts +0 -8
  420. package/lib/types/controllers/sheet-transform/sheet-transform.controller.d.ts +0 -9
  421. package/lib/types/models/changeset.d.ts +0 -20
  422. package/lib/types/models/collaboration-events.d.ts +0 -235
  423. package/lib/types/models/socket-events.d.ts +0 -53
  424. package/lib/types/plugin.d.ts +0 -10
  425. package/lib/types/services/compose-changesets/compose-changesets.service.d.ts +0 -5
  426. package/lib/types/services/compress-mutation/compress-mutation-service.d.ts +0 -19
  427. package/lib/types/services/compress-mutation/compress-mutations/__test__/set-range-values.spec.d.ts +0 -1
  428. package/lib/types/services/compress-mutation/compress-mutations/set-range-values.d.ts +0 -13
  429. package/lib/types/services/history/type.d.ts +0 -6
  430. package/lib/types/services/rev/__tests__/rev.service.spec.d.ts +0 -18
  431. package/lib/types/services/rev/rev.service.d.ts +0 -23
  432. package/lib/types/services/snapshot/__tests__/snapshot-mock.d.ts +0 -27
  433. package/lib/types/services/snapshot/__tests__/snapshot-transform.spec.d.ts +0 -16
  434. package/lib/types/services/snapshot/__tests__/snapshot.service.spec.d.ts +0 -23
  435. package/lib/types/services/snapshot/snapshot-transform.d.ts +0 -30
  436. package/lib/types/services/snapshot/snapshot-utils.d.ts +0 -15
  437. package/lib/types/services/snapshot/snapshot.service.d.ts +0 -46
  438. package/lib/types/services/transform/__tests__/doc.transform.service.spec.d.ts +0 -1
  439. package/lib/types/services/transform/__tests__/transform.service.spec.d.ts +0 -1
  440. package/lib/types/services/transform/transform.service.d.ts +0 -114
  441. package/lib/types/services/transform/types.d.ts +0 -47
  442. package/lib/types/utils.d.ts +0 -8
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x2f46(_0x28f2b3,_0x47f83e){const _0x13e565=_0x13e5();return _0x2f46=function(_0x2f461a,_0x13105e){_0x2f461a=_0x2f461a-0xdb;let _0x11fb07=_0x13e565[_0x2f461a];return _0x11fb07;},_0x2f46(_0x28f2b3,_0x47f83e);}(function(_0x19200a,_0x4e6944){const _0x38147e=_0x2f46,_0x2f7cb8=_0x19200a();while(!![]){try{const _0x3cbf4b=-parseInt(_0x38147e(0x2fb))/0x1*(parseInt(_0x38147e(0x1f6))/0x2)+parseInt(_0x38147e(0x29e))/0x3*(-parseInt(_0x38147e(0x119))/0x4)+parseInt(_0x38147e(0x1f9))/0x5*(-parseInt(_0x38147e(0x285))/0x6)+parseInt(_0x38147e(0x1f3))/0x7+parseInt(_0x38147e(0x160))/0x8*(parseInt(_0x38147e(0x15b))/0x9)+-parseInt(_0x38147e(0x203))/0xa+parseInt(_0x38147e(0x1fb))/0xb*(parseInt(_0x38147e(0x1ba))/0xc);if(_0x3cbf4b===_0x4e6944)break;else _0x2f7cb8['push'](_0x2f7cb8['shift']());}catch(_0x442d14){_0x2f7cb8['push'](_0x2f7cb8['shift']());}}}(_0x13e5,0x5e96f),function(_0x59fc92,_0x4ae805){const _0x510c80=_0x2f46;typeof exports==_0x510c80(0x28b)&&typeof module<'u'?_0x4ae805(exports,require(_0x510c80(0x2d1)),require(_0x510c80(0x1c0)),require(_0x510c80(0x28d)),require(_0x510c80(0x187)),require('@univerjs/sheets-hyper-link'),require('@univerjs/sheets'),require(_0x510c80(0x2d7)),require(_0x510c80(0x11e)),require(_0x510c80(0x1a4)),require(_0x510c80(0x1bf)),require(_0x510c80(0x23b))):typeof define==_0x510c80(0x12f)&&define[_0x510c80(0x296)]?define([_0x510c80(0x1d5),_0x510c80(0x2d1),_0x510c80(0x1c0),'@univerjs/sheets-conditional-formatting',_0x510c80(0x187),'@univerjs/sheets-hyper-link','@univerjs/sheets',_0x510c80(0x2d7),_0x510c80(0x11e),'@univerjs/sheets-drawing',_0x510c80(0x1bf),_0x510c80(0x23b)],_0x4ae805):(_0x59fc92=typeof globalThis<'u'?globalThis:_0x59fc92||self,_0x4ae805(_0x59fc92[_0x510c80(0x1c8)]={},_0x59fc92[_0x510c80(0x163)],_0x59fc92[_0x510c80(0x2a6)],_0x59fc92['UniverSheetsConditionalFormatting'],_0x59fc92[_0x510c80(0x2c3)],_0x59fc92[_0x510c80(0x1c6)],_0x59fc92[_0x510c80(0x286)],_0x59fc92[_0x510c80(0x274)],_0x59fc92[_0x510c80(0x150)],_0x59fc92[_0x510c80(0x1e1)],_0x59fc92['UniverDocs'],_0x59fc92[_0x510c80(0xdd)]));}(this,function(_0x168fa1,_0x1c277e,_0x151b41,_0x2bb070,_0x1d07e6,_0x429b66,_0x512b01,_0x472535,_0x135fbe,_0x28b485,_0x8aa25d,_0x46e669){'use strict';const _0x537ed3=_0x2f46;var _0xe72317=Object[_0x537ed3(0x118)],_0x4a2732=(_0x5bf0eb,_0x2f6bf3,_0x5e7e92)=>_0x2f6bf3 in _0x5bf0eb?_0xe72317(_0x5bf0eb,_0x2f6bf3,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x5e7e92}):_0x5bf0eb[_0x2f6bf3]=_0x5e7e92,_0xfda5c4=(_0x49c42c,_0x4b52c0,_0x42e2fc)=>_0x4a2732(_0x49c42c,typeof _0x4b52c0!=_0x537ed3(0xfb)?_0x4b52c0+'':_0x4b52c0,_0x42e2fc);function _0x43e11b(_0x59f86b){const _0x537cd4=_0x537ed3;return!!_0x59f86b[_0x537cd4(0x25e)];}function _0xf0cba5(_0x1bc64f){return!_0x43e11b(_0x1bc64f);}function _0x1e2738(_0x25c071){return!!_0x25c071['error'];}function _0x4d4dea(_0x1b6440){return!!_0x1b6440['error'];}function _0x2c201a(_0x4bd35c){return!_0x4d4dea(_0x4bd35c);}function _0x3b436e(_0x37d22f){return!!_0x37d22f['error'];}function _0x23fc76(_0x109b15){return!_0x3b436e(_0x109b15);}function _0xd75be(_0x575157){return!!_0x575157['error'];}function _0x4741b5(_0x19249f){return!_0xd75be(_0x19249f);}const _0x563c8f=_0x1c277e[_0x537ed3(0xe2)]('univer-pro.collaboration.transform-service');class _0x19d4fe extends _0x1c277e[_0x537ed3(0x26a)]{constructor(){const _0x122e28=_0x537ed3;super(...arguments),_0xfda5c4(this,_0x122e28(0xdb),new Map());}[_0x537ed3(0x2ba)](){const _0x5c54d7=_0x537ed3;this['_transformMap'][_0x5c54d7(0xfa)]();}['registerTransformAlgorithm'](_0x455635){const _0x4a2b4d=_0x537ed3,{m1:_0x3eb56f,m2:_0x431b14=_0x4a2b4d(0x2de)}=_0x455635;this[_0x4a2b4d(0xdb)][_0x4a2b4d(0x14f)](_0x3eb56f)||this[_0x4a2b4d(0xdb)][_0x4a2b4d(0x12c)](_0x3eb56f,new Map());const _0x3c4226=this[_0x4a2b4d(0xdb)][_0x4a2b4d(0x1c5)](_0x3eb56f);if(_0x3c4226[_0x4a2b4d(0x14f)](_0x431b14))throw new Error(_0x4a2b4d(0x1a3)+_0x3eb56f+_0x4a2b4d(0x1cb)+_0x431b14+'\x20already\x20exists.');_0x3c4226['set'](_0x431b14,_0x455635);}[_0x537ed3(0x29b)](_0x35ef4a,_0xe58f32,_0x49866b){const _0x1b0f24=_0x537ed3;var _0x571aab,_0xc85778,_0x10e721,_0x36b3e4,_0x3d9e67,_0x59859e;const _0x40ff3f=this['_transformMap'],_0x1b97e3=((_0x571aab=_0x40ff3f['get'](_0x35ef4a['id']))==null?void 0x0:_0x571aab['get'](_0xe58f32['id']))||((_0xc85778=_0x40ff3f[_0x1b0f24(0x1c5)](_0x35ef4a['id']))==null?void 0x0:_0xc85778['get'](_0x1b0f24(0x2de)))||((_0x10e721=_0x40ff3f['get'](_0x1b0f24(0x2de)))==null?void 0x0:_0x10e721[_0x1b0f24(0x1c5)](_0xe58f32['id']));if(_0x1b97e3)return _0x49866b?_0x1b97e3[_0x1b0f24(0x2ad)](_0x35ef4a,_0xe58f32,_0x49866b):_0x1b97e3[_0x1b0f24(0x2ad)](_0x35ef4a,_0xe58f32);const _0x21865d=((_0x36b3e4=_0x40ff3f[_0x1b0f24(0x1c5)](_0xe58f32['id']))==null?void 0x0:_0x36b3e4[_0x1b0f24(0x1c5)](_0x35ef4a['id']))||((_0x3d9e67=_0x40ff3f['get'](_0xe58f32['id']))==null?void 0x0:_0x3d9e67['get'](_0x1b0f24(0x2de)))||((_0x59859e=_0x40ff3f[_0x1b0f24(0x1c5)](_0x1b0f24(0x2de)))==null?void 0x0:_0x59859e[_0x1b0f24(0x1c5)](_0x35ef4a['id']));if(_0x21865d){const _0x565d83=_0x49866b?_0x21865d[_0x1b0f24(0x2ad)](_0xe58f32,_0x35ef4a,_0x49866b):_0x21865d['handler'](_0xe58f32,_0x35ef4a);return _0xf0cba5(_0x565d83)?_0x49866b?{'m2Prime':_0x565d83[_0x1b0f24(0x122)]}:{'m2Prime':_0x565d83[_0x1b0f24(0x122)],'m1Prime':_0x565d83[_0x1b0f24(0x11c)]}:_0x565d83;}return{'m1Prime':_0x35ef4a,'m2Prime':_0xe58f32};}[_0x537ed3(0x115)](_0x46b99f,_0x5b5f2a,_0x1f60b4){const _0x2d158b=_0x537ed3,_0x91d823=this[_0x2d158b(0x16d)](_0x46b99f,_0x5b5f2a);if(_0x1e2738(_0x91d823))return _0x91d823;if(_0x1f60b4)return{'m2Prime':_0x91d823};const _0x162af3=this['_leftInclineTransformMutations'](_0x46b99f,_0x5b5f2a);return _0x1e2738(_0x162af3)?_0x162af3:{'m1Prime':_0x162af3,'m2Prime':_0x91d823};}['_rightInclineTransformMutations'](_0x22f258,_0x2a1af2){const _0x17fcd0=_0x537ed3,_0x463a8a=_0x22f258[_0x17fcd0(0xfe)];let _0x9b0eeb;for(_0x9b0eeb=0x0;_0x9b0eeb<_0x463a8a;_0x9b0eeb++){let _0x9e52fd=[_0x22f258[_0x9b0eeb]],_0x5eb112=[];for(let _0x2069f8=0x0,_0xde5393=_0x2a1af2[_0x17fcd0(0xfe)];_0x2069f8<_0xde5393;_0x2069f8++){const _0xead5d8=_0x2a1af2[_0x2069f8];let _0x38cac4;if(_0x9e52fd['length']===0x0)_0x38cac4=[_0xead5d8],_0x9e52fd=[];else{if(_0x9e52fd[_0x17fcd0(0xfe)]===0x1){const _0x26da80=this[_0x17fcd0(0x29b)](_0x9e52fd[0x0],_0xead5d8);if(_0x43e11b(_0x26da80))return _0x26da80;if(_0x38cac4=_0x1a2391(_0x26da80[_0x17fcd0(0x11c)]),!_0x26da80[_0x17fcd0(0x122)])throw new Error(_0x17fcd0(0x2d8));_0x9e52fd=_0x1a2391(_0x26da80['m1Prime']);}else{const _0x9c0551=this[_0x17fcd0(0x16d)](_0x9e52fd,[_0xead5d8]);if(_0x9c0551[_0x17fcd0(0x25e)])return _0x9c0551;if(_0x38cac4=_0x9c0551,_0x2069f8<_0xde5393-0x1){const _0x1df1f2=this[_0x17fcd0(0x29c)](_0x9e52fd,[_0xead5d8]);if(_0x1df1f2[_0x17fcd0(0x25e)])return _0x1df1f2;_0x9e52fd=_0x1df1f2;}}}_0x5eb112=_0x5eb112[_0x17fcd0(0x2a1)](_0x38cac4);}_0x2a1af2=_0x5eb112;}return _0x2a1af2;}[_0x537ed3(0x29c)](_0xca46ba,_0x34dddd){const _0xa087a7=_0x537ed3,_0x16d512=_0x34dddd[_0xa087a7(0xfe)];let _0x2ec0f6;for(_0x2ec0f6=0x0;_0x2ec0f6<_0x16d512;_0x2ec0f6++){let _0x3dd473=[_0x34dddd[_0x2ec0f6]],_0x2e08e4=[];for(let _0x2f62fa=0x0,_0x3fb39c=_0xca46ba[_0xa087a7(0xfe)];_0x2f62fa<_0x3fb39c;_0x2f62fa++){const _0x42103a=_0xca46ba[_0x2f62fa];let _0x5d0c52;if(_0x3dd473[_0xa087a7(0xfe)]===0x0)_0x5d0c52=[_0x42103a],_0x3dd473=[];else{if(_0x3dd473[_0xa087a7(0xfe)]===0x1){const _0x2ce7e2=this[_0xa087a7(0x29b)](_0x42103a,_0x3dd473[0x0]);if(_0x43e11b(_0x2ce7e2))return _0x2ce7e2;if(!_0x2ce7e2[_0xa087a7(0x122)])throw new Error(_0xa087a7(0x2d8));_0x5d0c52=_0x1a2391(_0x2ce7e2[_0xa087a7(0x122)]),_0x3dd473=_0x1a2391(_0x2ce7e2[_0xa087a7(0x11c)]);}else{const _0x46ad9d=this[_0xa087a7(0x29c)]([_0x42103a],_0x3dd473);if(_0x46ad9d[_0xa087a7(0x25e)])return _0x46ad9d;if(_0x5d0c52=_0x46ad9d,_0x2f62fa<_0x3fb39c-0x1){const _0x3b40d8=this[_0xa087a7(0x16d)]([_0x42103a],_0x3dd473);if(_0x3b40d8[_0xa087a7(0x25e)])return _0x3b40d8;_0x3dd473=_0x3b40d8;}}}_0x2e08e4=_0x2e08e4[_0xa087a7(0x2a1)](_0x5d0c52);}_0xca46ba=_0x2e08e4;}return _0xca46ba;}[_0x537ed3(0x209)](_0x4815a8,_0x57ecae,_0x140e6d){const _0x1a3031=_0x537ed3;if(!_0x58978a(_0x4815a8,_0x57ecae))throw new Error(_0x1a3031(0x147)+_0x57ecae[0x0][_0x1a3031(0x1b4)]+_0x1a3031(0x16a)+_0x4815a8[0x0][_0x1a3031(0x2b4)]+'.');const _0x3d377c=_0x4815a8[_0x1a3031(0xfe)],_0x454982=_0x57ecae[_0x1a3031(0xfe)],_0xad9505=_0xd0e0ab(_0x3d377c,_0x454982+0x1),_0x52c8cc=_0xd0e0ab(_0x3d377c+0x1,_0x454982);_0x4815a8['forEach']((_0x4577b7,_0x36c9f1)=>_0xad9505[_0x36c9f1][0x0]=_0x4577b7),_0x57ecae['forEach']((_0x21af1d,_0xd4d5b9)=>_0x52c8cc[0x0][_0xd4d5b9]=_0x21af1d);try{for(let _0x235a8e=0x0;_0x235a8e<_0x454982;_0x235a8e++)for(let _0x381bd4=0x0;_0x381bd4<_0x3d377c;_0x381bd4++){const _0x4397d1=_0x52c8cc[_0x381bd4][_0x235a8e],_0xea2f2d=_0xad9505[_0x381bd4][_0x235a8e];if(!_0x4397d1||!_0xea2f2d)throw new Error('Algorithm\x20error,\x20the\x20changeset\x20does\x20not\x20exist!');const _0x2c040b=this[_0x1a3031(0x115)](_0xea2f2d[_0x1a3031(0x22b)],_0x4397d1['mutations']);if(_0x4d4dea(_0x2c040b))return{'error':_0x2c040b[_0x1a3031(0x25e)]};_0x52c8cc[_0x381bd4+0x1][_0x235a8e]={..._0x4397d1,'mutations':_0x2c040b['m2Prime']},_0xad9505[_0x381bd4][_0x235a8e+0x1]={..._0xea2f2d,'mutations':_0x2c040b[_0x1a3031(0x122)]};}return _0x140e6d?{'c2Prime':_0x52c8cc[_0x3d377c]}:{'c1Prime':_0xad9505[_0x1a3031(0x1ed)](_0x5251aa=>_0x5251aa[_0x454982])[_0x1a3031(0x27e)](),'c2Prime':_0x52c8cc[_0x3d377c]};}catch(_0x54988c){throw console[_0x1a3031(0x25e)](_0x54988c),_0x54988c;}}[_0x537ed3(0x261)](_0x4723e2,_0x12e727){const _0x1d068f=_0x537ed3,_0x339590=_0x4723e2[_0x1d068f(0x22b)],_0xd08c44=this[_0x1d068f(0x115)](_0x339590,_0x12e727);return _0x4d4dea(_0xd08c44)?{'error':_0xd08c44[_0x1d068f(0x25e)]}:{'m2Prime':_0xd08c44[_0x1d068f(0x11c)],'c1Prime':{..._0x4723e2,'mutations':_0xd08c44[_0x1d068f(0x122)]}};}}function _0x58978a(_0x4baf71,_0x3de6ad){const _0x595a31=_0x537ed3;return _0x4baf71[0x0][_0x595a31(0x2b4)]-0x1===_0x3de6ad[0x0][_0x595a31(0x1b4)];}function _0xd0e0ab(_0x31c2e9,_0x3d7d02){const _0x5e70b9=_0x537ed3;return new Array(_0x31c2e9)[_0x5e70b9(0x2d2)](void 0x0)['map'](()=>new Array(_0x3d7d02));}function _0x1a2391(_0x3e9a21){const _0x7baa55=_0x537ed3;return Array[_0x7baa55(0x168)](_0x3e9a21)?_0x3e9a21:[_0x3e9a21];}const _0x399d7c={'m1':_0x151b41[_0x537ed3(0x25a)]['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x2fd729,_0x295148)=>{const _0x4de82e=_0x537ed3,_0x10141d=_0x2fd729[_0x4de82e(0x13f)],_0x2849f4=_0x295148[_0x4de82e(0x13f)],_0x2cfe94={'m1Prime':_0x2fd729,'m2Prime':_0x295148};if(_0x10141d[_0x4de82e(0x213)]!==_0x2849f4[_0x4de82e(0x213)]||_0x10141d[_0x4de82e(0x240)]!==_0x2849f4[_0x4de82e(0x240)]||_0x10141d[_0x4de82e(0x1db)][_0x4de82e(0x237)]!==_0x2849f4[_0x4de82e(0x1db)][_0x4de82e(0x237)])return _0x2cfe94;if(!_0x10141d[_0x4de82e(0x1db)][_0x4de82e(0x2d5)]&&!_0x2849f4[_0x4de82e(0x1db)]['parentId']){const _0x544eee=_0x1c277e[_0x4de82e(0x2a5)][_0x4de82e(0x1d1)](_0x295148);return _0x544eee[_0x4de82e(0x13f)]['comment']['parentId']=_0x2fd729[_0x4de82e(0x13f)][_0x4de82e(0x1db)]['id'],{'m1Prime':[{'id':_0x151b41[_0x4de82e(0x1d8)]['id'],'params':{'unitId':_0x10141d[_0x4de82e(0x213)],'subUnitId':_0x2849f4[_0x4de82e(0x240)],'commentId':_0x2849f4[_0x4de82e(0x1db)]['id']}},_0x2fd729,_0x544eee],'m2Prime':[_0x544eee]};}return _0x2cfe94;}},_0x500a9a={'m1':_0x2bb070[_0x537ed3(0x273)]['id'],'m2':_0x2bb070[_0x537ed3(0x273)]['id'],'handler'(_0x3d12fd,_0x3ef406){const _0x56c4e6=_0x537ed3;if(_0x3d12fd[_0x56c4e6(0x13f)][_0x56c4e6(0x213)]!==_0x3ef406[_0x56c4e6(0x13f)][_0x56c4e6(0x213)]||_0x3d12fd['params'][_0x56c4e6(0x240)]!==_0x3ef406['params'][_0x56c4e6(0x240)])return{'m1Prime':_0x3d12fd,'m2Prime':_0x3ef406};const {unitId:_0x9db75b,subUnitId:_0x224d9e}=_0x3d12fd[_0x56c4e6(0x13f)],_0x32cb98=_0x1c277e[_0x56c4e6(0x2a5)][_0x56c4e6(0x1d1)](_0x3d12fd),_0x446479=_0x1c277e[_0x56c4e6(0x2a5)][_0x56c4e6(0x1d1)](_0x3ef406),_0x5ddee1=[_0x32cb98],_0x1e73a9={'unitId':_0x9db75b,'subUnitId':_0x224d9e,'start':{'id':_0x446479[_0x56c4e6(0x13f)][_0x56c4e6(0x2ef)][_0x56c4e6(0x208)],'type':'before'},'end':{'id':_0x446479['params']['rule'][_0x56c4e6(0x208)],'type':_0x56c4e6(0x275)}};return _0x5ddee1[_0x56c4e6(0x1aa)]({'id':_0x2bb070['MoveConditionalRuleMutation']['id'],'params':_0x1e73a9}),{'m1Prime':_0x5ddee1,'m2Prime':_0x446479};}};function _0x1328e6(_0x4ab80b,_0x510636,_0x516c38,_0x726221){const _0x2c54ba=_0x537ed3,_0x2766d9=new _0x1c277e['ObjectMatrix']();_0x516c38[_0x2c54ba(0x22e)](_0x300c97=>{const _0x3619b1=_0x2c54ba;_0x300c97[_0x3619b1(0x23f)][_0x3619b1(0x22e)](_0x4bcce5=>{const _0x5e5920=_0x3619b1;_0x1c277e[_0x5e5920(0x15d)][_0x5e5920(0x23c)](_0x4bcce5,(_0x5c2e63,_0x900291)=>{const _0x50bc9d=_0x5e5920;_0x2766d9[_0x50bc9d(0x29f)](_0x5c2e63,_0x900291,_0x300c97[_0x50bc9d(0x277)]);});});}),_0x726221[_0x2c54ba(0x22e)](_0xf459fb=>{const _0x588ecf=_0x2c54ba;_0xf459fb[_0x588ecf(0x23f)][_0x588ecf(0x22e)](_0x56b141=>{const _0x509fcf=_0x588ecf;_0x1c277e[_0x509fcf(0x15d)][_0x509fcf(0x23c)](_0x56b141,(_0x2649eb,_0x56fab3)=>{const _0xa4eee3=_0x509fcf;_0x2766d9[_0xa4eee3(0x29f)](_0x2649eb,_0x56fab3,_0xf459fb['uid']);});});});const _0x20e064=[];return _0x516c38[_0x2c54ba(0x22e)](_0x92bff8=>{const _0x43fa73=_0x2c54ba,_0x26328e=_0x1c277e[_0x43fa73(0x1d6)](_0x2766d9,_0x59f7c3=>_0x59f7c3===_0x92bff8['uid']);if(_0x26328e['length']){if(!_0x1c277e[_0x43fa73(0x19f)](_0x26328e,_0x92bff8[_0x43fa73(0x23f)])){const _0x169156={'ruleId':_0x92bff8['uid'],'unitId':_0x4ab80b,'subUnitId':_0x510636,'payload':{'type':_0x1d07e6[_0x43fa73(0x17d)][_0x43fa73(0x173)],'payload':_0x26328e}};_0x20e064[_0x43fa73(0x1aa)]({'id':_0x1d07e6[_0x43fa73(0x189)]['id'],'params':_0x169156});}}else{const _0x1cc2e2={'ruleId':_0x92bff8['uid'],'unitId':_0x4ab80b,'subUnitId':_0x510636};_0x20e064[_0x43fa73(0x1aa)]({'id':_0x1d07e6[_0x43fa73(0x2bf)]['id'],'params':_0x1cc2e2});}}),_0x20e064;}function _0x5f5255(_0x1cab03,_0x5ac671){const _0x27dc84=_0x537ed3,_0x2e664a=_0x1c277e[_0x27dc84(0x2a5)][_0x27dc84(0x1d1)](Array[_0x27dc84(0x168)](_0x1cab03[_0x27dc84(0x13f)][_0x27dc84(0x2ef)])?_0x1cab03[_0x27dc84(0x13f)]['rule']:[_0x1cab03[_0x27dc84(0x13f)]['rule']]);return _0x5ac671[_0x27dc84(0x22e)](_0x2dc1ff=>{const _0x29114a=_0x27dc84;if(_0x2dc1ff['id']===_0x1d07e6[_0x29114a(0x189)]['id']){const _0xa51a58=_0x2dc1ff,_0x1cf357=_0x2e664a[_0x29114a(0x27c)](_0x5e6480=>_0x5e6480[_0x29114a(0x277)]===_0xa51a58['params'][_0x29114a(0x127)]);_0x1cf357['ranges']=_0xa51a58['params'][_0x29114a(0x287)][_0x29114a(0x287)];}else{if(_0x2dc1ff['id']===_0x1d07e6[_0x29114a(0x2bf)]['id']){const _0x497c52=_0x2e664a[_0x29114a(0x27d)](_0x5468e7=>_0x5468e7[_0x29114a(0x277)]===_0x2dc1ff['params'][_0x29114a(0x127)]);_0x2e664a[_0x497c52]=null;}}}),_0x2e664a[_0x27dc84(0x137)](Boolean)[_0x27dc84(0xfe)]?[{..._0x1cab03,'params':{..._0x1cab03[_0x27dc84(0x13f)],'rule':_0x2e664a[_0x27dc84(0x137)](Boolean)}}]:[];}const _0x2d6ff5={'m1':_0x1d07e6[_0x537ed3(0x114)]['id'],'m2':_0x1d07e6['AddDataValidationMutation']['id'],'handler':(_0x5766fb,_0x296e89)=>{const _0x32edcd=_0x537ed3,_0xec9a80={'m1Prime':_0x5766fb,'m2Prime':_0x296e89},_0x3defbd=_0x5766fb[_0x32edcd(0x13f)],_0x3ef449=_0x296e89[_0x32edcd(0x13f)];if(_0x3defbd[_0x32edcd(0x213)]!==_0x3ef449['unitId']||_0x3defbd['subUnitId']!==_0x3ef449['subUnitId'])return _0xec9a80;const _0xd1ac=_0x1c277e['Tools'][_0x32edcd(0x1d1)](_0x5766fb),_0x459e41=_0x1c277e[_0x32edcd(0x2a5)][_0x32edcd(0x1d1)](_0x296e89),_0x2890f2=_0x3defbd[_0x32edcd(0x213)],_0x2250cc=_0x3ef449[_0x32edcd(0x240)],_0x29bd15=_0xd1ac[_0x32edcd(0x13f)][_0x32edcd(0x2ef)],_0xca8e4=_0x459e41[_0x32edcd(0x13f)]['rule'];if(Array[_0x32edcd(0x168)](_0x29bd15)&&Array[_0x32edcd(0x168)](_0xca8e4))return{'m1Prime':[],'m2Prime':[]};if(Array[_0x32edcd(0x168)](_0x29bd15)){_0xd1ac[_0x32edcd(0x13f)][_0x32edcd(0x135)]=0x0;const _0x2dfda5=_0x1328e6(_0x2890f2,_0x2250cc,_0x29bd15,[_0xca8e4]);return{'m1Prime':_0x5f5255(_0xd1ac,_0x2dfda5),'m2Prime':[..._0x2dfda5,_0x459e41]};}if(Array[_0x32edcd(0x168)](_0xca8e4)){const _0x296eed=_0x1328e6(_0x2890f2,_0x2250cc,_0xca8e4,[_0x29bd15]);return _0x459e41[_0x32edcd(0x13f)][_0x32edcd(0x135)]=0x0,{'m1Prime':_0x5f5255(_0xd1ac,_0x296eed),'m2Prime':[..._0x296eed,_0x459e41]};}const _0x2d347b=_0x1328e6(_0x2890f2,_0x2250cc,[_0x29bd15],[_0xca8e4]);return _0x459e41[_0x32edcd(0x13f)][_0x32edcd(0x135)]=-0x1,{'m1Prime':_0x5f5255(_0xd1ac,_0x2d347b),'m2Prime':[..._0x2d347b,_0x459e41]};}},_0x30a12f={'m1':_0x1d07e6[_0x537ed3(0x114)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x4fe8af,_0x5903fd)=>{const _0x1f3263=_0x537ed3,_0x545474={'m1Prime':_0x4fe8af,'m2Prime':_0x5903fd},_0x4a582b=_0x4fe8af[_0x1f3263(0x13f)],_0x3a82db=_0x5903fd[_0x1f3263(0x13f)];if(_0x4a582b[_0x1f3263(0x213)]!==_0x3a82db[_0x1f3263(0x213)]||_0x4a582b['subUnitId']!==_0x3a82db[_0x1f3263(0x240)])return _0x545474;if(_0x5903fd[_0x1f3263(0x13f)][_0x1f3263(0x287)]['type']===_0x1d07e6['UpdateRuleType'][_0x1f3263(0x173)]){const {unitId:_0x2b23ee,subUnitId:_0x44e10d}=_0x4fe8af['params'],_0x48be3c=Array['isArray'](_0x4fe8af[_0x1f3263(0x13f)]['rule'])?_0x4fe8af[_0x1f3263(0x13f)]['rule']:[_0x4fe8af['params'][_0x1f3263(0x2ef)]],_0x516483=[],_0x26c293=new _0x1c277e[(_0x1f3263(0x2f6))]();return _0x48be3c['forEach'](_0x2e9949=>{const _0x2810ea=_0x1f3263;_0x2e9949[_0x2810ea(0x23f)][_0x2810ea(0x22e)](_0x215360=>{const _0x4b12fc=_0x2810ea;_0x1c277e[_0x4b12fc(0x15d)][_0x4b12fc(0x23c)](_0x215360,(_0x2fd19f,_0x34c156)=>{const _0x432e12=_0x4b12fc;_0x26c293[_0x432e12(0x29f)](_0x2fd19f,_0x34c156,_0x2e9949['uid']);});});}),_0x5903fd[_0x1f3263(0x13f)][_0x1f3263(0x287)]['payload']['forEach'](_0x50ed60=>{const _0x34df59=_0x1f3263;_0x1c277e['Range'][_0x34df59(0x23c)](_0x50ed60,(_0x2d032d,_0x2d2141)=>{const _0x15a182=_0x34df59;_0x26c293['setValue'](_0x2d032d,_0x2d2141,_0x5903fd[_0x15a182(0x13f)]['ruleId']);});}),_0x48be3c['forEach'](_0x40e2ad=>{const _0x14a138=_0x1f3263,_0x56459f=_0x1c277e['queryObjectMatrix'](_0x26c293,_0x42d2fc=>_0x42d2fc===_0x40e2ad[_0x14a138(0x277)]);_0x1c277e['isRangesEqual'](_0x56459f,_0x40e2ad[_0x14a138(0x23f)])||(_0x56459f['length']?_0x516483[_0x14a138(0x1aa)]({'id':_0x1d07e6[_0x14a138(0x189)]['id'],'params':{'unitId':_0x2b23ee,'subUnitId':_0x44e10d,'ruleId':_0x40e2ad[_0x14a138(0x277)],'payload':{'type':_0x1d07e6['UpdateRuleType'][_0x14a138(0x173)],'payload':_0x56459f}}}):_0x516483[_0x14a138(0x1aa)]({'id':_0x1d07e6[_0x14a138(0x2bf)]['id'],'params':{'unitId':_0x2b23ee,'subUnitId':_0x44e10d,'ruleId':_0x40e2ad[_0x14a138(0x277)]}}));}),{'m1Prime':_0x5f5255(_0x4fe8af,_0x516483),'m2Prime':[..._0x516483,_0x5903fd]};}return _0x545474;}},_0x261e25={'m1':_0x429b66[_0x537ed3(0xef)]['id'],'m2':_0x429b66[_0x537ed3(0xef)]['id'],'handler':(_0x27c435,_0x508597)=>{const _0x4fd66f=_0x537ed3,_0x3af6b0=_0x27c435[_0x4fd66f(0x13f)],_0x452599=_0x508597[_0x4fd66f(0x13f)];return _0x3af6b0[_0x4fd66f(0x213)]===_0x452599[_0x4fd66f(0x213)]&&_0x3af6b0[_0x4fd66f(0x240)]===_0x452599[_0x4fd66f(0x240)]&&_0x3af6b0[_0x4fd66f(0x16b)][_0x4fd66f(0x148)]===_0x452599[_0x4fd66f(0x16b)][_0x4fd66f(0x148)]&&_0x3af6b0[_0x4fd66f(0x16b)][_0x4fd66f(0x248)]===_0x452599[_0x4fd66f(0x16b)][_0x4fd66f(0x248)]?{'m2Prime':_0x508597,'m1Prime':[]}:{'m1Prime':_0x27c435,'m2Prime':_0x508597};}},_0xa05fd0={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x2083d7,_0x1cbaa7)=>{const _0x24ae45=_0x537ed3,_0x4c34fa={'m1Prime':_0x2083d7,'m2Prime':_0x1cbaa7};return _0x2083d7['params'][_0x24ae45(0x213)]!==_0x1cbaa7[_0x24ae45(0x13f)][_0x24ae45(0x213)]||_0x2083d7[_0x24ae45(0x13f)][_0x24ae45(0x240)]!==_0x1cbaa7['params']['subUnitId']?_0x4c34fa:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment')};}},_0x2c68ba={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x2bb070['AddConditionalRuleMutation']['id'],'handler':(_0x1db7ec,_0x42e42e)=>{const _0x255cfd=_0x537ed3,_0x368cc2={'m1Prime':_0x1db7ec,'m2Prime':_0x42e42e};if(_0x1db7ec[_0x255cfd(0x13f)][_0x255cfd(0x213)]!==_0x42e42e['params'][_0x255cfd(0x213)]||_0x1db7ec['params'][_0x255cfd(0x240)]!==_0x42e42e[_0x255cfd(0x13f)][_0x255cfd(0x240)])return _0x368cc2;const _0x46905e=_0x1db7ec[_0x255cfd(0x13f)][_0x255cfd(0x108)][_0x255cfd(0x1ed)](_0x5ea283=>_0x5ea283['ranges'])['flat'](),_0x774be4=_0x42e42e['params'][_0x255cfd(0x2ef)][_0x255cfd(0x23f)];return _0x46905e['some'](_0x15e8ae=>_0x774be4['some'](_0x4d685d=>_0x1c277e[_0x255cfd(0x138)][_0x255cfd(0x2a0)](_0x15e8ae,_0x4d685d)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule')}:_0x368cc2;}},_0x4d14f8={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01['AddRangeProtectionMutation']['id'],'handler':(_0x13f608,_0x10e7d6)=>{const _0x42e2e6=_0x537ed3,_0x3e6e76={'m1Prime':_0x13f608,'m2Prime':_0x10e7d6};if(_0x13f608[_0x42e2e6(0x13f)][_0x42e2e6(0x213)]!==_0x10e7d6[_0x42e2e6(0x13f)][_0x42e2e6(0x213)]||_0x13f608[_0x42e2e6(0x13f)]['subUnitId']!==_0x10e7d6[_0x42e2e6(0x13f)][_0x42e2e6(0x240)])return _0x3e6e76;const _0x301021=_0x13f608[_0x42e2e6(0x13f)]['rules'][_0x42e2e6(0x1ed)](_0x4f9050=>_0x4f9050[_0x42e2e6(0x23f)])[_0x42e2e6(0x27e)](),_0x3f19e1=_0x10e7d6[_0x42e2e6(0x13f)][_0x42e2e6(0x108)][_0x42e2e6(0x1ed)](_0x55c9f5=>_0x55c9f5[_0x42e2e6(0x23f)])[_0x42e2e6(0x27e)]();return _0x301021[_0x42e2e6(0x167)](_0x364334=>_0x3f19e1[_0x42e2e6(0x167)](_0x462bb7=>_0x1c277e[_0x42e2e6(0x138)][_0x42e2e6(0x2a0)](_0x364334,_0x462bb7)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection')}:_0x3e6e76;}},_0x5c0370={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler':(_0x204bd8,_0x1a2772)=>{const _0x3389fb=_0x537ed3,_0x3e2083={'m1Prime':_0x204bd8,'m2Prime':_0x1a2772};if(_0x204bd8['params'][_0x3389fb(0x213)]!==_0x1a2772['params'][_0x3389fb(0x213)]||_0x204bd8[_0x3389fb(0x13f)][_0x3389fb(0x240)]!==_0x1a2772[_0x3389fb(0x13f)]['subUnitId'])return _0x3e2083;const _0x1d800c=_0x204bd8[_0x3389fb(0x13f)]['rules'][_0x3389fb(0x1ed)](_0x299505=>_0x299505[_0x3389fb(0x23f)])['flat'](),_0x5898c1=_0x1a2772[_0x3389fb(0x13f)][_0x3389fb(0x23f)];return _0x1d800c[_0x3389fb(0x167)](_0x21ccbd=>_0x5898c1[_0x3389fb(0x167)](_0x209df3=>_0x1c277e['Rectangle'][_0x3389fb(0x2a0)](_0x21ccbd,_0x209df3)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge')}:_0x3e2083;}},_0xbe251a={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x255)]['id'],'handler':(_0x5743e6,_0x466a8e)=>{const _0x29ed7f=_0x537ed3,_0x427a7f={'m1Prime':_0x5743e6,'m2Prime':_0x466a8e};return _0x5743e6[_0x29ed7f(0x13f)][_0x29ed7f(0x213)]!==_0x466a8e[_0x29ed7f(0x13f)][_0x29ed7f(0x213)]||_0x5743e6[_0x29ed7f(0x13f)][_0x29ed7f(0x240)]!==_0x466a8e['params'][_0x29ed7f(0x2ef)][_0x29ed7f(0x240)]?_0x427a7f:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection')};}},_0x75a4a9={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x2bb070['DeleteConditionalRuleMutation']['id'],'handler':(_0x40f689,_0x117c44)=>{const _0x2fe972=_0x537ed3,_0x567286={'m1Prime':_0x40f689,'m2Prime':_0x117c44};return _0x40f689[_0x2fe972(0x13f)][_0x2fe972(0x213)]!==_0x117c44[_0x2fe972(0x13f)][_0x2fe972(0x213)]||_0x40f689['params'][_0x2fe972(0x240)]!==_0x117c44[_0x2fe972(0x13f)]['subUnitId']?_0x567286:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule')};}},_0x24b09f={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e7)]['id'],'handler':(_0x4d9091,_0x24b3a9)=>{const _0x5bb03c=_0x537ed3,_0x72af34={'m1Prime':_0x4d9091,'m2Prime':_0x24b3a9};if(_0x4d9091[_0x5bb03c(0x13f)]['unitId']!==_0x24b3a9[_0x5bb03c(0x13f)][_0x5bb03c(0x213)]||_0x4d9091[_0x5bb03c(0x13f)][_0x5bb03c(0x240)]!==_0x24b3a9[_0x5bb03c(0x13f)][_0x5bb03c(0x240)])return _0x72af34;const _0x2f39d6=_0x4d9091[_0x5bb03c(0x13f)][_0x5bb03c(0x108)][_0x5bb03c(0x1ed)](_0x4f3983=>_0x4f3983[_0x5bb03c(0x23f)])[_0x5bb03c(0x27e)](),_0x1912d7=_0x24b3a9[_0x5bb03c(0x13f)][_0x5bb03c(0x218)];return _0x2f39d6['some'](_0x507266=>_0x1c277e['Rectangle'][_0x5bb03c(0x2a0)](_0x507266,_0x1912d7))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col')}:_0x72af34;}},_0x240888={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x166)]['id'],'handler':(_0x7944c2,_0x4be9b6)=>{const _0x123b60=_0x537ed3,_0x351298={'m1Prime':_0x7944c2,'m2Prime':_0x4be9b6};if(_0x7944c2['params'][_0x123b60(0x213)]!==_0x4be9b6[_0x123b60(0x13f)]['unitId']||_0x7944c2[_0x123b60(0x13f)][_0x123b60(0x240)]!==_0x4be9b6[_0x123b60(0x13f)][_0x123b60(0x240)])return _0x351298;const _0x31faf7=_0x7944c2[_0x123b60(0x13f)][_0x123b60(0x108)][_0x123b60(0x1ed)](_0x435f49=>_0x435f49[_0x123b60(0x23f)])[_0x123b60(0x27e)](),_0x5ffb61=_0x4be9b6['params']['range'];return _0x31faf7['some'](_0x3494f8=>_0x1c277e[_0x123b60(0x138)][_0x123b60(0x2a0)](_0x3494f8,_0x5ffb61))?{'error':new Error(_0x123b60(0x288))}:_0x351298;}},_0x96caa3={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2c0)]['id'],'handler':(_0x6aa48d,_0x4eb753)=>{const _0x3c56a3=_0x537ed3,_0x28b768={'m1Prime':_0x6aa48d,'m2Prime':_0x4eb753};if(_0x6aa48d[_0x3c56a3(0x13f)][_0x3c56a3(0x213)]!==_0x4eb753['params'][_0x3c56a3(0x213)]||_0x6aa48d[_0x3c56a3(0x13f)][_0x3c56a3(0x240)]!==_0x4eb753[_0x3c56a3(0x13f)][_0x3c56a3(0x240)])return _0x28b768;const _0x469f0d=_0x6aa48d[_0x3c56a3(0x13f)][_0x3c56a3(0x108)]['map'](_0x273a7a=>_0x273a7a[_0x3c56a3(0x23f)])[_0x3c56a3(0x27e)](),_0x408f08=[_0x4eb753[_0x3c56a3(0x13f)]['sourceRange'],_0x4eb753[_0x3c56a3(0x13f)]['targetRange']];return _0x469f0d['some'](_0x130b3a=>_0x408f08[_0x3c56a3(0x167)](_0x4c44ad=>_0x1c277e[_0x3c56a3(0x138)][_0x3c56a3(0x2a0)](_0x130b3a,_0x4c44ad)))?{'error':new Error(_0x3c56a3(0x12d))}:_0x28b768;}},_0x5ea22c={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler':(_0x24bf71,_0x5ded56)=>{const _0x1edc11=_0x537ed3,_0x28b28a={'m1Prime':_0x24bf71,'m2Prime':_0x5ded56};if(_0x24bf71['params']['unitId']!==_0x5ded56[_0x1edc11(0x13f)][_0x1edc11(0x213)]||_0x24bf71[_0x1edc11(0x13f)][_0x1edc11(0x240)]!==_0x5ded56['params'][_0x1edc11(0x270)][_0x1edc11(0x240)])return _0x28b28a;const _0x5e5ac7=_0x24bf71['params']['rules'][_0x1edc11(0x1ed)](_0x3d1fad=>_0x3d1fad[_0x1edc11(0x23f)])[_0x1edc11(0x27e)](),_0x4c3a33=new _0x1c277e['ObjectMatrix'](_0x5ded56[_0x1edc11(0x13f)][_0x1edc11(0x270)][_0x1edc11(0x16f)])[_0x1edc11(0x1fd)](),_0x51029e=new _0x1c277e[(_0x1edc11(0x2f6))](_0x5ded56[_0x1edc11(0x13f)]['to']['value'])[_0x1edc11(0x1fd)](),_0x1a7f31=[_0x4c3a33,_0x51029e];return _0x5e5ac7[_0x1edc11(0x167)](_0x291cba=>_0x1a7f31['some'](_0x15e6f1=>_0x1c277e[_0x1edc11(0x138)][_0x1edc11(0x2a0)](_0x291cba,_0x15e6f1)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range')}:_0x28b28a;}},_0x422baa={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01[_0x537ed3(0x228)]['id'],'handler':(_0x36c7a8,_0x4d1aa1)=>{const _0x314956=_0x537ed3,_0x3c4c0b={'m1Prime':_0x36c7a8,'m2Prime':_0x4d1aa1};if(_0x36c7a8[_0x314956(0x13f)][_0x314956(0x213)]!==_0x4d1aa1[_0x314956(0x13f)][_0x314956(0x213)]||_0x36c7a8[_0x314956(0x13f)][_0x314956(0x240)]!==_0x4d1aa1['params'][_0x314956(0x240)])return _0x3c4c0b;const _0x1fc254=_0x36c7a8[_0x314956(0x13f)][_0x314956(0x108)][_0x314956(0x1ed)](_0x2231d0=>_0x2231d0['ranges'])[_0x314956(0x27e)](),_0x3f6b4e=[_0x4d1aa1[_0x314956(0x13f)][_0x314956(0x2a9)],_0x4d1aa1[_0x314956(0x13f)][_0x314956(0x1a5)]];return _0x1fc254[_0x314956(0x167)](_0x8c8f07=>_0x3f6b4e[_0x314956(0x167)](_0x54c3a0=>_0x1c277e[_0x314956(0x138)]['intersects'](_0x8c8f07,_0x54c3a0)))?{'error':new Error(_0x314956(0x2f9))}:_0x3c4c0b;}},_0xa90a37={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01['RemoveColMutation']['id'],'handler':(_0x2612a5,_0x3e4061)=>{const _0x351160=_0x537ed3,_0x1c5ba9={'m1Prime':_0x2612a5,'m2Prime':_0x3e4061};if(_0x2612a5[_0x351160(0x13f)][_0x351160(0x213)]!==_0x3e4061['params']['unitId']||_0x2612a5[_0x351160(0x13f)]['subUnitId']!==_0x3e4061[_0x351160(0x13f)]['subUnitId'])return _0x1c5ba9;const _0x4a68a7=_0x2612a5[_0x351160(0x13f)][_0x351160(0x108)][_0x351160(0x1ed)](_0x23d02e=>_0x23d02e[_0x351160(0x23f)])[_0x351160(0x27e)](),_0x224bcc=_0x3e4061[_0x351160(0x13f)][_0x351160(0x218)];return _0x4a68a7['some'](_0x33e14a=>_0x1c277e[_0x351160(0x138)][_0x351160(0x2a0)](_0x33e14a,_0x224bcc))?{'error':new Error(_0x351160(0x2c8))}:_0x1c5ba9;}},_0x4439c6={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x1d07e6[_0x537ed3(0x2bf)]['id'],'handler':(_0x713d64,_0x5a6410)=>{const _0x5459ca=_0x537ed3,_0x265777={'m1Prime':_0x713d64,'m2Prime':_0x5a6410};return _0x713d64[_0x5459ca(0x13f)][_0x5459ca(0x213)]!==_0x5a6410[_0x5459ca(0x13f)][_0x5459ca(0x213)]||_0x713d64[_0x5459ca(0x13f)][_0x5459ca(0x240)]!==_0x5a6410[_0x5459ca(0x13f)][_0x5459ca(0x240)]?_0x265777:{'error':new Error(_0x5459ca(0x1a0))};}},_0xaf4559={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler':(_0x49eb52,_0x128911)=>{const _0xf3b7a=_0x537ed3,_0x5730a9={'m1Prime':_0x49eb52,'m2Prime':_0x128911};if(_0x49eb52[_0xf3b7a(0x13f)]['unitId']!==_0x128911['params'][_0xf3b7a(0x213)]||_0x49eb52[_0xf3b7a(0x13f)]['subUnitId']!==_0x128911[_0xf3b7a(0x13f)][_0xf3b7a(0x240)])return _0x5730a9;const _0x2e8863=_0x49eb52[_0xf3b7a(0x13f)]['rules']['map'](_0x46b772=>_0x46b772[_0xf3b7a(0x23f)])['flat'](),_0x5db2b4=_0x128911['params'][_0xf3b7a(0x23f)];return _0x2e8863[_0xf3b7a(0x167)](_0x1cdca7=>_0x5db2b4[_0xf3b7a(0x167)](_0x4ab709=>_0x1c277e[_0xf3b7a(0x138)][_0xf3b7a(0x2a0)](_0x1cdca7,_0x4ab709)))?{'error':new Error(_0xf3b7a(0x2d9))}:_0x5730a9;}},_0x33abca={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x472535[_0x537ed3(0x2fd)]['id'],'handler':(_0x3ed5e2,_0x3cba32)=>{const _0x37d7ae=_0x537ed3,_0x4a807c={'m1Prime':_0x3ed5e2,'m2Prime':_0x3cba32};return _0x3ed5e2[_0x37d7ae(0x13f)][_0x37d7ae(0x213)]!==_0x3cba32[_0x37d7ae(0x13f)][_0x37d7ae(0x213)]||_0x3ed5e2[_0x37d7ae(0x13f)][_0x37d7ae(0x240)]!==_0x3cba32[_0x37d7ae(0x13f)][_0x37d7ae(0x240)]?_0x4a807c:{'error':new Error(_0x37d7ae(0x2bd))};}},_0x1923f9={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler':(_0x2a6ba7,_0x2f30a2)=>{const _0x4a013e=_0x537ed3,_0x45b4f6={'m1Prime':_0x2a6ba7,'m2Prime':_0x2f30a2};if(_0x2a6ba7['params']['unitId']!==_0x2f30a2[_0x4a013e(0x13f)][_0x4a013e(0x213)]||_0x2a6ba7[_0x4a013e(0x13f)][_0x4a013e(0x240)]!==_0x2f30a2['params'][_0x4a013e(0x240)])return _0x45b4f6;const _0x1b8129=_0x2a6ba7[_0x4a013e(0x13f)]['rules'][_0x4a013e(0x1ed)](_0x25c6f1=>_0x25c6f1['ranges'])['flat'](),_0x1ff72f=_0x2f30a2[_0x4a013e(0x13f)][_0x4a013e(0x23f)];return _0x1b8129[_0x4a013e(0x167)](_0x577663=>_0x1ff72f[_0x4a013e(0x167)](_0x5774ab=>_0x1c277e[_0x4a013e(0x138)][_0x4a013e(0x2a0)](_0x577663,_0x5774ab)))?{'error':new Error(_0x4a013e(0x298))}:_0x45b4f6;}},_0x307fa5={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x2bb070['SetConditionalRuleMutation']['id'],'handler':(_0x21df67,_0x59e568)=>{const _0x53c9c3=_0x537ed3,_0x3916c0={'m1Prime':_0x21df67,'m2Prime':_0x59e568};if(_0x21df67[_0x53c9c3(0x13f)][_0x53c9c3(0x213)]!==_0x59e568['params'][_0x53c9c3(0x213)]||_0x21df67['params'][_0x53c9c3(0x240)]!==_0x59e568[_0x53c9c3(0x13f)][_0x53c9c3(0x240)])return _0x3916c0;const _0x2e4044=_0x21df67[_0x53c9c3(0x13f)]['rules'][_0x53c9c3(0x1ed)](_0xea1019=>_0xea1019[_0x53c9c3(0x23f)])[_0x53c9c3(0x27e)](),_0x3f6261=_0x59e568['params'][_0x53c9c3(0x2ef)][_0x53c9c3(0x23f)];return _0x2e4044[_0x53c9c3(0x167)](_0x909bd8=>_0x3f6261[_0x53c9c3(0x167)](_0x47ce3b=>_0x1c277e['Rectangle'][_0x53c9c3(0x2a0)](_0x909bd8,_0x47ce3b)))?{'error':new Error(_0x53c9c3(0x271))}:_0x3916c0;}},_0x2d186a={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01[_0x537ed3(0x2fa)]['id'],'handler':(_0x4c2ed5,_0x1f6d2c)=>{const _0xa4eb7a=_0x537ed3,_0x36468a={'m1Prime':_0x4c2ed5,'m2Prime':_0x1f6d2c};if(_0x4c2ed5['params'][_0xa4eb7a(0x213)]!==_0x1f6d2c['params'][_0xa4eb7a(0x213)]||_0x4c2ed5[_0xa4eb7a(0x13f)]['subUnitId']!==_0x1f6d2c[_0xa4eb7a(0x13f)][_0xa4eb7a(0x240)])return _0x36468a;const _0x5d3ee9=_0x4c2ed5[_0xa4eb7a(0x13f)][_0xa4eb7a(0x108)][_0xa4eb7a(0x1ed)](_0x4107a1=>_0x4107a1[_0xa4eb7a(0x23f)])[_0xa4eb7a(0x27e)](),_0x2de5de=[{'startRow':_0x1f6d2c['params'][_0xa4eb7a(0x224)],'endRow':_0x1f6d2c[_0xa4eb7a(0x13f)]['startRow'],'startColumn':_0x1f6d2c[_0xa4eb7a(0x13f)][_0xa4eb7a(0x207)],'endColumn':_0x1f6d2c[_0xa4eb7a(0x13f)][_0xa4eb7a(0x207)]}];return _0x5d3ee9[_0xa4eb7a(0x167)](_0x597d50=>_0x2de5de['some'](_0x42e133=>_0x1c277e[_0xa4eb7a(0x138)][_0xa4eb7a(0x2a0)](_0x597d50,_0x42e133)))?{'error':new Error(_0xa4eb7a(0x1ce))}:_0x36468a;}},_0x85921d={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler':(_0x20989a,_0x13d778)=>{const _0x182391=_0x537ed3,_0x496aad={'m1Prime':_0x20989a,'m2Prime':_0x13d778};return _0x20989a[_0x182391(0x13f)][_0x182391(0x213)]!==_0x13d778[_0x182391(0x13f)][_0x182391(0x213)]||_0x20989a[_0x182391(0x13f)][_0x182391(0x240)]!==_0x13d778[_0x182391(0x13f)]['subUnitId']?_0x496aad:{'error':new Error(_0x182391(0x19a))};}},_0x4430c5={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x512b01['SetRangeProtectionMutation']['id'],'handler':(_0x35d61b,_0x514473)=>{const _0x37050c=_0x537ed3,_0x3a9bc3={'m1Prime':_0x35d61b,'m2Prime':_0x514473};if(_0x35d61b[_0x37050c(0x13f)][_0x37050c(0x213)]!==_0x514473[_0x37050c(0x13f)][_0x37050c(0x213)]||_0x35d61b[_0x37050c(0x13f)]['subUnitId']!==_0x514473['params'][_0x37050c(0x240)])return _0x3a9bc3;const _0x22def4=_0x35d61b['params'][_0x37050c(0x108)][_0x37050c(0x1ed)](_0x27909c=>_0x27909c[_0x37050c(0x23f)])[_0x37050c(0x27e)](),_0x9a775b=_0x514473['params']['rule'][_0x37050c(0x23f)];return _0x22def4[_0x37050c(0x167)](_0xba149a=>_0x9a775b[_0x37050c(0x167)](_0x73071=>_0x1c277e[_0x37050c(0x138)]['intersects'](_0xba149a,_0x73071)))?{'error':new Error(_0x37050c(0x217))}:_0x3a9bc3;}},_0x55de09={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e9)]['id'],'handler':(_0x3a1418,_0x432c85)=>{const _0x344cfc=_0x537ed3,_0x23553e={'m1Prime':_0x3a1418,'m2Prime':_0x432c85};if(_0x3a1418[_0x344cfc(0x13f)]['unitId']!==_0x432c85[_0x344cfc(0x13f)][_0x344cfc(0x213)]||_0x3a1418[_0x344cfc(0x13f)][_0x344cfc(0x240)]!==_0x432c85[_0x344cfc(0x13f)][_0x344cfc(0x240)])return _0x23553e;const _0x1fc609=_0x3a1418[_0x344cfc(0x13f)][_0x344cfc(0x108)]['map'](_0x5e9ca8=>_0x5e9ca8[_0x344cfc(0x23f)])[_0x344cfc(0x27e)](),_0x42dd00=new _0x1c277e['ObjectMatrix'](_0x432c85[_0x344cfc(0x13f)]['cellValue'])[_0x344cfc(0x1fd)]();return _0x1fc609['some'](_0x199a6d=>_0x1c277e[_0x344cfc(0x138)][_0x344cfc(0x2a0)](_0x199a6d,_0x42dd00))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value')}:_0x23553e;}},_0x5ef21c={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01[_0x537ed3(0x2c1)]['id'],'handler':(_0x5978ac,_0x51206c)=>{const _0x37e560=_0x537ed3,_0x1f5b0e={'m1Prime':_0x5978ac,'m2Prime':_0x51206c};if(_0x5978ac[_0x37e560(0x13f)][_0x37e560(0x213)]!==_0x51206c['params']['unitId']||_0x5978ac[_0x37e560(0x13f)][_0x37e560(0x240)]!==_0x51206c['params'][_0x37e560(0x240)])return _0x1f5b0e;const _0xc0231b=_0x5978ac[_0x37e560(0x13f)][_0x37e560(0x108)][_0x37e560(0x1ed)](_0x75500f=>_0x75500f['ranges'])['flat'](),_0x43b289=_0x51206c[_0x37e560(0x13f)]['ranges'];return _0xc0231b['some'](_0x4eeb7b=>_0x43b289[_0x37e560(0x167)](_0x104a49=>_0x1c277e[_0x37e560(0x138)][_0x37e560(0x2a0)](_0x4eeb7b,_0x104a49)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')}:_0x1f5b0e;}},_0x2eb5a6={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x151b41[_0x537ed3(0x139)]['id'],'handler':(_0x4b3e7c,_0xad225a)=>{const _0x174acc=_0x537ed3,_0x5901f0={'m1Prime':_0x4b3e7c,'m2Prime':_0xad225a};return _0x4b3e7c[_0x174acc(0x13f)]['unitId']!==_0xad225a[_0x174acc(0x13f)][_0x174acc(0x213)]||_0x4b3e7c[_0x174acc(0x13f)][_0x174acc(0x240)]!==_0xad225a[_0x174acc(0x13f)][_0x174acc(0x240)]?_0x5901f0:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment')};}},_0x75875d={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x423452,_0x13f969)=>{const _0x51f04d=_0x537ed3,_0x13651f={'m1Prime':_0x423452,'m2Prime':_0x13f969};return _0x423452[_0x51f04d(0x13f)][_0x51f04d(0x213)]!==_0x13f969[_0x51f04d(0x13f)][_0x51f04d(0x213)]||_0x423452[_0x51f04d(0x13f)][_0x51f04d(0x240)]!==_0x13f969[_0x51f04d(0x13f)][_0x51f04d(0x240)]?_0x13651f:{'error':new Error(_0x51f04d(0xee))};}},_0x23cbf0={'m1':_0x512b01[_0x537ed3(0x2db)]['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x45481f,_0x4d91c0){const _0x5a5362=_0x537ed3,_0x13f5da=_0x1c277e[_0x5a5362(0x2a5)][_0x5a5362(0x1d1)](_0x45481f),_0x5f4a9d=_0x1c277e[_0x5a5362(0x2a5)]['deepClone'](_0x4d91c0);if(_0x45481f[_0x5a5362(0x13f)][_0x5a5362(0x213)]!==_0x4d91c0[_0x5a5362(0x13f)][_0x5a5362(0x213)]||_0x45481f['params']['subUnitId']!==_0x4d91c0['params'][_0x5a5362(0x240)])return{'m1Prime':_0x13f5da,'m2Prime':_0x5f4a9d};const _0x2d6218=_0x13f5da[_0x5a5362(0x13f)]['ranges'],_0x33120b=_0x5f4a9d[_0x5a5362(0x13f)][_0x5a5362(0x23f)],_0x6c2ec8=[_0x5f4a9d],_0x27317f=new Set();for(let _0x39f3c6=0x0;_0x39f3c6<_0x2d6218[_0x5a5362(0xfe)];_0x39f3c6++)for(let _0x10a362=0x0;_0x10a362<_0x33120b[_0x5a5362(0xfe)];_0x10a362++)if(_0x1c277e[_0x5a5362(0x138)][_0x5a5362(0x2a0)](_0x2d6218[_0x39f3c6],_0x33120b[_0x10a362])){_0x27317f[_0x5a5362(0x230)](_0x2d6218[_0x39f3c6]),_0x2d6218[_0x5a5362(0x21e)](_0x39f3c6,0x1),_0x39f3c6--;break;}return _0x27317f[_0x5a5362(0x1ff)]>0x0&&_0x6c2ec8[_0x5a5362(0x19d)]({'id':_0x512b01[_0x5a5362(0x21c)]['id'],'params':{'unitId':_0x45481f[_0x5a5362(0x13f)][_0x5a5362(0x213)],'subUnitId':_0x45481f[_0x5a5362(0x13f)][_0x5a5362(0x240)],'ranges':Array[_0x5a5362(0x270)](_0x27317f)}}),_0x2d6218[_0x5a5362(0xfe)]===0x0&&(_0x13f5da['id']=_0x512b01[_0x5a5362(0x24f)]['id']),{'m1Prime':_0x13f5da,'m2Prime':_0x6c2ec8[_0x5a5362(0xfe)]>0x1?_0x6c2ec8:_0x5f4a9d};}},_0x325a1b={'m1':_0x512b01['AddWorksheetMergeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e7)]['id'],'handler'(_0x44d93c,_0x44cad5){const _0x179a17=_0x537ed3,_0x1d11b3=_0x1c277e[_0x179a17(0x2a5)]['deepClone'](_0x44d93c),_0x1ce3df=_0x1c277e[_0x179a17(0x2a5)][_0x179a17(0x1d1)](_0x44cad5);if(_0x44d93c['params'][_0x179a17(0x213)]!==_0x44cad5[_0x179a17(0x13f)][_0x179a17(0x213)]||_0x44d93c['params'][_0x179a17(0x240)]!==_0x44cad5[_0x179a17(0x13f)][_0x179a17(0x240)])return{'m1Prime':_0x1d11b3,'m2Prime':_0x1ce3df};const _0x3fdb2b=_0x44d93c[_0x179a17(0x13f)][_0x179a17(0x213)],_0x425aba=_0x44d93c[_0x179a17(0x13f)][_0x179a17(0x240)],_0x2a3174=[_0x1ce3df],_0x513481=[],_0x7c2260=[];return _0x1d11b3[_0x179a17(0x13f)]['ranges'][_0x179a17(0x22e)](_0xaa49b4=>{const _0x40334d=_0x179a17,_0x3c5a6b=_0x44cad5[_0x40334d(0x13f)][_0x40334d(0x218)],_0x27fdd6=_0x3c5a6b[_0x40334d(0x22a)]-_0x3c5a6b[_0x40334d(0x207)]+0x1;_0x3c5a6b[_0x40334d(0x207)]<=_0xaa49b4[_0x40334d(0x207)]?(_0x513481[_0x40334d(0x1aa)]({..._0xaa49b4}),_0x7c2260[_0x40334d(0x1aa)]({..._0xaa49b4,'startColumn':_0xaa49b4[_0x40334d(0x207)]+_0x27fdd6,'endColumn':_0xaa49b4[_0x40334d(0x22a)]+_0x27fdd6}),_0xaa49b4['startColumn']=_0xaa49b4[_0x40334d(0x207)]+_0x27fdd6,_0xaa49b4['endColumn']=_0xaa49b4['endColumn']+_0x27fdd6):_0x3c5a6b[_0x40334d(0x207)]>_0xaa49b4['startColumn']&&_0x3c5a6b[_0x40334d(0x207)]<=_0xaa49b4[_0x40334d(0x22a)]&&(_0x513481[_0x40334d(0x1aa)]({..._0xaa49b4}),_0x7c2260['push']({..._0xaa49b4,'endColumn':_0xaa49b4[_0x40334d(0x22a)]+_0x27fdd6}),_0xaa49b4[_0x40334d(0x22a)]=_0xaa49b4[_0x40334d(0x22a)]+_0x27fdd6);}),_0x513481['length']>0x0&&_0x2a3174['unshift']({'id':_0x512b01[_0x179a17(0x21c)]['id'],'params':{'unitId':_0x3fdb2b,'subUnitId':_0x425aba,'ranges':_0x513481}}),_0x7c2260[_0x179a17(0xfe)]>0x0&&_0x2a3174['push']({'id':_0x512b01[_0x179a17(0x2db)]['id'],'params':{'unitId':_0x3fdb2b,'subUnitId':_0x425aba,'ranges':_0x7c2260}}),{'m1Prime':_0x1d11b3,'m2Prime':_0x2a3174['length']>0x1?_0x2a3174:_0x2a3174[0x0]};}},_0x16f7db={'m1':_0x512b01['AddWorksheetMergeMutation']['id'],'m2':_0x512b01['InsertRowMutation']['id'],'handler'(_0x35c7b6,_0x4b5a12){const _0x2e3f85=_0x537ed3,_0x5a8ec4=_0x1c277e[_0x2e3f85(0x2a5)]['deepClone'](_0x35c7b6),_0x1df294=_0x1c277e[_0x2e3f85(0x2a5)][_0x2e3f85(0x1d1)](_0x4b5a12);if(_0x35c7b6['params'][_0x2e3f85(0x213)]!==_0x4b5a12[_0x2e3f85(0x13f)][_0x2e3f85(0x213)]||_0x35c7b6[_0x2e3f85(0x13f)][_0x2e3f85(0x240)]!==_0x4b5a12[_0x2e3f85(0x13f)][_0x2e3f85(0x240)])return{'m1Prime':_0x5a8ec4,'m2Prime':_0x1df294};const _0x1ff60d=_0x35c7b6[_0x2e3f85(0x13f)][_0x2e3f85(0x213)],_0x5d0124=_0x35c7b6['params'][_0x2e3f85(0x240)],_0x33bf1f=[_0x1df294],_0x265ee0=[],_0x191967=[];return _0x5a8ec4[_0x2e3f85(0x13f)]['ranges']['forEach'](_0x3a6b69=>{const _0x5b7776=_0x2e3f85,_0x4d4592=_0x4b5a12[_0x5b7776(0x13f)][_0x5b7776(0x218)],_0x5b5d70=_0x4d4592[_0x5b7776(0x2ec)]-_0x4d4592[_0x5b7776(0x224)]+0x1;_0x4d4592[_0x5b7776(0x224)]<=_0x3a6b69[_0x5b7776(0x224)]?(_0x265ee0[_0x5b7776(0x1aa)]({..._0x3a6b69}),_0x191967[_0x5b7776(0x1aa)]({..._0x3a6b69,'startRow':_0x3a6b69[_0x5b7776(0x224)]+_0x5b5d70,'endRow':_0x3a6b69[_0x5b7776(0x2ec)]+_0x5b5d70}),_0x3a6b69[_0x5b7776(0x224)]=_0x3a6b69['startRow']+_0x5b5d70,_0x3a6b69['endRow']=_0x3a6b69[_0x5b7776(0x2ec)]+_0x5b5d70):_0x4d4592[_0x5b7776(0x224)]>_0x3a6b69[_0x5b7776(0x224)]&&_0x4d4592['startRow']<=_0x3a6b69[_0x5b7776(0x2ec)]&&(_0x265ee0[_0x5b7776(0x1aa)]({..._0x3a6b69}),_0x191967[_0x5b7776(0x1aa)]({..._0x3a6b69,'endRow':_0x3a6b69['endRow']+_0x5b5d70}),_0x3a6b69[_0x5b7776(0x2ec)]=_0x3a6b69[_0x5b7776(0x2ec)]+_0x5b5d70);}),_0x265ee0[_0x2e3f85(0xfe)]>0x0&&_0x33bf1f['unshift']({'id':_0x512b01[_0x2e3f85(0x21c)]['id'],'params':{'unitId':_0x1ff60d,'subUnitId':_0x5d0124,'ranges':_0x265ee0}}),_0x191967[_0x2e3f85(0xfe)]>0x0&&_0x33bf1f[_0x2e3f85(0x1aa)]({'id':_0x512b01[_0x2e3f85(0x2db)]['id'],'params':{'unitId':_0x1ff60d,'subUnitId':_0x5d0124,'ranges':_0x191967}}),{'m1Prime':_0x5a8ec4,'m2Prime':_0x33bf1f['length']>0x1?_0x33bf1f:_0x33bf1f[0x0]};}},_0x22af5c={'m1':_0x512b01[_0x537ed3(0x2db)]['id'],'m2':_0x512b01[_0x537ed3(0x2c0)]['id'],'handler'(_0x2b2fae,_0x44d2cf){const _0xd624f2=_0x537ed3,_0x2b35ca=_0x1c277e[_0xd624f2(0x2a5)]['deepClone'](_0x2b2fae),_0x1b543b=_0x1c277e['Tools'][_0xd624f2(0x1d1)](_0x44d2cf);if(_0x2b2fae[_0xd624f2(0x13f)][_0xd624f2(0x213)]!==_0x44d2cf[_0xd624f2(0x13f)]['unitId']||_0x2b2fae[_0xd624f2(0x13f)]['subUnitId']!==_0x44d2cf[_0xd624f2(0x13f)][_0xd624f2(0x240)])return{'m1Prime':_0x2b35ca,'m2Prime':_0x1b543b};const _0x594efd=[],_0x45d103=[],_0x42b09d=[_0x1b543b];for(let _0xc7f90a=0x0;_0xc7f90a<_0x2b35ca[_0xd624f2(0x13f)]['ranges'][_0xd624f2(0xfe)];_0xc7f90a++){const _0x30340f=_0x2b35ca['params'][_0xd624f2(0x23f)][_0xc7f90a],{sourceRange:_0x45ce56,targetRange:_0x293da0}=_0x44d2cf[_0xd624f2(0x13f)];_0x1c277e['Rectangle'][_0xd624f2(0x2a0)](_0x30340f,_0x45ce56)||_0x1c277e[_0xd624f2(0x138)][_0xd624f2(0x2a0)](_0x30340f,_0x293da0)?(_0x594efd['push']({..._0x30340f}),_0x2b35ca[_0xd624f2(0x13f)][_0xd624f2(0x23f)][_0xd624f2(0x21e)](_0xc7f90a,0x1),_0xc7f90a--):_0x45ce56[_0xd624f2(0x207)]<_0x30340f[_0xd624f2(0x207)]&&_0x293da0[_0xd624f2(0x207)]>_0x30340f[_0xd624f2(0x22a)]?(_0x594efd[_0xd624f2(0x1aa)]({..._0x30340f}),_0x45d103[_0xd624f2(0x1aa)]({..._0x30340f,'startColumn':_0x30340f['startColumn']-(_0x45ce56[_0xd624f2(0x22a)]-_0x45ce56[_0xd624f2(0x207)]+0x1),'endColumn':_0x30340f['endColumn']-(_0x45ce56['endColumn']-_0x45ce56['startColumn']+0x1)}),_0x30340f[_0xd624f2(0x207)]=_0x30340f['startColumn']-(_0x45ce56[_0xd624f2(0x22a)]-_0x45ce56[_0xd624f2(0x207)]+0x1),_0x30340f[_0xd624f2(0x22a)]=_0x30340f[_0xd624f2(0x22a)]-(_0x45ce56[_0xd624f2(0x22a)]-_0x45ce56[_0xd624f2(0x207)]+0x1)):_0x45ce56[_0xd624f2(0x207)]>_0x30340f[_0xd624f2(0x22a)]&&_0x293da0[_0xd624f2(0x22a)]<_0x30340f['startColumn']&&(_0x594efd[_0xd624f2(0x1aa)]({..._0x30340f}),_0x45d103[_0xd624f2(0x1aa)]({..._0x30340f,'startColumn':_0x30340f[_0xd624f2(0x207)]+(_0x45ce56[_0xd624f2(0x22a)]-_0x45ce56['startColumn']+0x1),'endColumn':_0x30340f['endColumn']+(_0x45ce56[_0xd624f2(0x22a)]-_0x45ce56['startColumn']+0x1)}),_0x30340f[_0xd624f2(0x207)]=_0x30340f['startColumn']+(_0x45ce56[_0xd624f2(0x22a)]-_0x45ce56[_0xd624f2(0x207)]+0x1),_0x30340f[_0xd624f2(0x22a)]=_0x30340f['endColumn']+(_0x45ce56[_0xd624f2(0x22a)]-_0x45ce56['startColumn']+0x1));}return _0x594efd[_0xd624f2(0xfe)]>0x0&&_0x42b09d[_0xd624f2(0x19d)]({'id':_0x512b01[_0xd624f2(0x21c)]['id'],'params':{'unitId':_0x2b2fae['params'][_0xd624f2(0x213)],'subUnitId':_0x2b2fae[_0xd624f2(0x13f)][_0xd624f2(0x240)],'ranges':_0x594efd}}),_0x45d103[_0xd624f2(0xfe)]>0x0&&_0x42b09d[_0xd624f2(0x1aa)]({'id':_0x512b01['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0x2b2fae[_0xd624f2(0x13f)]['unitId'],'subUnitId':_0x2b2fae[_0xd624f2(0x13f)][_0xd624f2(0x240)],'ranges':_0x45d103}}),_0x2b35ca['params'][_0xd624f2(0x23f)]['length']===0x0&&(_0x2b35ca['id']=_0x512b01[_0xd624f2(0x24f)]['id']),{'m1Prime':_0x2b35ca,'m2Prime':_0x42b09d[_0xd624f2(0xfe)]>0x1?_0x42b09d:_0x42b09d[0x0]};}},_0x37c2b6={'m1':_0x512b01['AddWorksheetMergeMutation']['id'],'m2':_0x512b01['MoveRangeMutation']['id'],'handler'(_0x218ace,_0x4b8980){const _0x161134=_0x537ed3,_0x3579f3=_0x1c277e[_0x161134(0x2a5)]['deepClone'](_0x218ace),_0x42a44e=_0x1c277e[_0x161134(0x2a5)][_0x161134(0x1d1)](_0x4b8980);if(_0x218ace[_0x161134(0x13f)][_0x161134(0x213)]!==_0x4b8980[_0x161134(0x13f)]['unitId'])return{'m1Prime':_0x3579f3,'m2Prime':_0x42a44e};const _0x1061b1=[],_0x31de86=[_0x42a44e],_0x1b37f9=new _0x1c277e[(_0x161134(0x2f6))](_0x4b8980[_0x161134(0x13f)][_0x161134(0x270)]['value'])['getDataRange'](),_0x2c26fb=new _0x1c277e['ObjectMatrix'](_0x4b8980[_0x161134(0x13f)]['to'][_0x161134(0x16f)])[_0x161134(0x1fd)]();for(let _0x3fc135=0x0;_0x3fc135<_0x3579f3[_0x161134(0x13f)]['ranges'][_0x161134(0xfe)];_0x3fc135++){const _0x5aedcd=_0x3579f3[_0x161134(0x13f)][_0x161134(0x23f)][_0x3fc135];(_0x1c277e['Rectangle'][_0x161134(0x2a0)](_0x1b37f9,_0x5aedcd)||_0x1c277e[_0x161134(0x138)][_0x161134(0x2a0)](_0x2c26fb,_0x5aedcd))&&(_0x1061b1[_0x161134(0x1aa)](_0x5aedcd),_0x3579f3[_0x161134(0x13f)][_0x161134(0x23f)][_0x161134(0x21e)](_0x3fc135,0x1),_0x3fc135--);}return _0x1061b1[_0x161134(0xfe)]>0x0&&_0x31de86[_0x161134(0x19d)]({'id':_0x512b01[_0x161134(0x21c)]['id'],'params':{'unitId':_0x218ace[_0x161134(0x13f)][_0x161134(0x213)],'subUnitId':_0x218ace[_0x161134(0x13f)][_0x161134(0x240)],'ranges':_0x1061b1}}),_0x3579f3[_0x161134(0x13f)]['ranges'][_0x161134(0xfe)]===0x0&&(_0x3579f3['id']=_0x512b01[_0x161134(0x24f)]['id']),{'m1Prime':_0x3579f3,'m2Prime':_0x31de86[_0x161134(0xfe)]>0x1?_0x31de86:_0x31de86[0x0]};}},_0x140610={'m1':_0x512b01[_0x537ed3(0x2db)]['id'],'m2':_0x512b01[_0x537ed3(0x228)]['id'],'handler'(_0x2d24b4,_0x55141e){const _0x38037d=_0x537ed3,_0x243461=_0x1c277e[_0x38037d(0x2a5)][_0x38037d(0x1d1)](_0x2d24b4),_0x53fb00=_0x1c277e[_0x38037d(0x2a5)]['deepClone'](_0x55141e);if(_0x2d24b4[_0x38037d(0x13f)][_0x38037d(0x213)]!==_0x55141e[_0x38037d(0x13f)][_0x38037d(0x213)]||_0x2d24b4[_0x38037d(0x13f)][_0x38037d(0x240)]!==_0x55141e[_0x38037d(0x13f)][_0x38037d(0x240)])return{'m1Prime':_0x243461,'m2Prime':_0x53fb00};const _0x11f214=[],_0x4a4ccc=[],_0x114694=[_0x53fb00];for(let _0x441490=0x0;_0x441490<_0x243461[_0x38037d(0x13f)][_0x38037d(0x23f)][_0x38037d(0xfe)];_0x441490++){const _0x3cb3a9=_0x243461[_0x38037d(0x13f)]['ranges'][_0x441490],{sourceRange:_0x2f2c55,targetRange:_0x255624}=_0x55141e[_0x38037d(0x13f)];_0x1c277e[_0x38037d(0x138)][_0x38037d(0x2a0)](_0x3cb3a9,_0x2f2c55)||_0x1c277e[_0x38037d(0x138)][_0x38037d(0x2a0)](_0x3cb3a9,_0x255624)?(_0x11f214[_0x38037d(0x1aa)]({..._0x3cb3a9}),_0x243461['params'][_0x38037d(0x23f)][_0x38037d(0x21e)](_0x441490,0x1),_0x441490--):_0x2f2c55[_0x38037d(0x224)]<_0x3cb3a9[_0x38037d(0x224)]&&_0x255624[_0x38037d(0x224)]>_0x3cb3a9[_0x38037d(0x2ec)]?(_0x11f214[_0x38037d(0x1aa)]({..._0x3cb3a9}),_0x4a4ccc[_0x38037d(0x1aa)]({..._0x3cb3a9,'startRow':_0x3cb3a9['startRow']-(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55[_0x38037d(0x224)]+0x1),'endRow':_0x3cb3a9[_0x38037d(0x2ec)]-(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55['startRow']+0x1)}),_0x3cb3a9[_0x38037d(0x224)]=_0x3cb3a9[_0x38037d(0x224)]-(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55[_0x38037d(0x224)]+0x1),_0x3cb3a9[_0x38037d(0x2ec)]=_0x3cb3a9[_0x38037d(0x2ec)]-(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55[_0x38037d(0x224)]+0x1)):_0x2f2c55['startRow']>_0x3cb3a9[_0x38037d(0x2ec)]&&_0x255624[_0x38037d(0x2ec)]<_0x3cb3a9[_0x38037d(0x224)]&&(_0x11f214[_0x38037d(0x1aa)]({..._0x3cb3a9}),_0x4a4ccc['push']({..._0x3cb3a9,'startRow':_0x3cb3a9[_0x38037d(0x224)]+(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55[_0x38037d(0x224)]+0x1),'endRow':_0x3cb3a9[_0x38037d(0x2ec)]+(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55['startRow']+0x1)}),_0x3cb3a9['startRow']=_0x3cb3a9[_0x38037d(0x224)]+(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55[_0x38037d(0x224)]+0x1),_0x3cb3a9['endRow']=_0x3cb3a9[_0x38037d(0x2ec)]+(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55[_0x38037d(0x224)]+0x1));}return _0x11f214[_0x38037d(0xfe)]>0x0&&_0x114694[_0x38037d(0x19d)]({'id':_0x512b01[_0x38037d(0x21c)]['id'],'params':{'unitId':_0x2d24b4[_0x38037d(0x13f)]['unitId'],'subUnitId':_0x2d24b4[_0x38037d(0x13f)][_0x38037d(0x240)],'ranges':_0x11f214}}),_0x4a4ccc[_0x38037d(0xfe)]>0x0&&_0x114694[_0x38037d(0x1aa)]({'id':_0x512b01[_0x38037d(0x2db)]['id'],'params':{'unitId':_0x2d24b4[_0x38037d(0x13f)][_0x38037d(0x213)],'subUnitId':_0x2d24b4[_0x38037d(0x13f)]['subUnitId'],'ranges':_0x4a4ccc}}),_0x243461[_0x38037d(0x13f)][_0x38037d(0x23f)][_0x38037d(0xfe)]===0x0&&(_0x243461['id']=_0x512b01['EmptyMutation']['id']),{'m1Prime':_0x243461,'m2Prime':_0x114694[_0x38037d(0xfe)]>0x1?_0x114694:_0x114694[0x0]};}};function _0x1dd703(_0x317417){const _0xc2842d=_0x537ed3;return _0x317417[_0xc2842d(0x207)]>_0x317417[_0xc2842d(0x22a)]||_0x317417[_0xc2842d(0x224)]>_0x317417[_0xc2842d(0x2ec)]?!0x1:!(_0x317417[_0xc2842d(0x224)]===_0x317417[_0xc2842d(0x2ec)]&&_0x317417['startColumn']===_0x317417[_0xc2842d(0x22a)]);}const _0x4e58bc={'m1':_0x512b01['AddWorksheetMergeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x112)]['id'],'handler'(_0x230d59,_0x439e29){const _0xdcd3d3=_0x537ed3,_0x1fd06b=_0x1c277e[_0xdcd3d3(0x2a5)][_0xdcd3d3(0x1d1)](_0x230d59),_0x47e352=_0x1c277e['Tools'][_0xdcd3d3(0x1d1)](_0x439e29);if(_0x230d59[_0xdcd3d3(0x13f)][_0xdcd3d3(0x213)]!==_0x439e29[_0xdcd3d3(0x13f)][_0xdcd3d3(0x213)]||_0x230d59[_0xdcd3d3(0x13f)][_0xdcd3d3(0x240)]!==_0x439e29['params'][_0xdcd3d3(0x240)])return{'m1Prime':_0x1fd06b,'m2Prime':_0x47e352};const _0x397bb5=_0x230d59[_0xdcd3d3(0x13f)][_0xdcd3d3(0x213)],_0x2ce4d8=_0x230d59[_0xdcd3d3(0x13f)]['subUnitId'],_0x496edc=[_0x47e352],_0x4b5e4e=[],_0x46679e=[];for(let _0x39b5ea=0x0;_0x39b5ea<_0x1fd06b[_0xdcd3d3(0x13f)][_0xdcd3d3(0x23f)]['length'];_0x39b5ea++){const _0xb598d3=_0x1fd06b[_0xdcd3d3(0x13f)]['ranges'][_0x39b5ea],_0x1988bd=_0x439e29[_0xdcd3d3(0x13f)][_0xdcd3d3(0x218)],_0x27c044=_0x1988bd[_0xdcd3d3(0x22a)]-_0x1988bd[_0xdcd3d3(0x207)]+0x1;if(_0x1988bd[_0xdcd3d3(0x207)]<_0xb598d3[_0xdcd3d3(0x207)]&&_0x1988bd[_0xdcd3d3(0x22a)]<_0xb598d3[_0xdcd3d3(0x207)])_0x4b5e4e[_0xdcd3d3(0x1aa)]({..._0xb598d3}),_0x46679e[_0xdcd3d3(0x1aa)]({..._0xb598d3,'startColumn':_0xb598d3['startColumn']-_0x27c044,'endColumn':_0xb598d3[_0xdcd3d3(0x22a)]-_0x27c044}),_0xb598d3[_0xdcd3d3(0x207)]=_0xb598d3[_0xdcd3d3(0x207)]-_0x27c044,_0xb598d3['endColumn']=_0xb598d3['endColumn']-_0x27c044;else{if(_0x1988bd[_0xdcd3d3(0x207)]<_0xb598d3[_0xdcd3d3(0x207)]&&_0x1988bd['endColumn']>=_0xb598d3[_0xdcd3d3(0x207)]&&_0x1988bd[_0xdcd3d3(0x22a)]<=_0xb598d3[_0xdcd3d3(0x22a)]){_0x4b5e4e[_0xdcd3d3(0x1aa)]({..._0xb598d3});const _0x1335e1={..._0xb598d3,'startColumn':_0x1988bd['startColumn'],'endColumn':_0xb598d3[_0xdcd3d3(0x22a)]-_0x27c044};_0x1dd703(_0x1335e1)&&_0x1988bd[_0xdcd3d3(0x22a)]<_0xb598d3[_0xdcd3d3(0x22a)]?(_0x1988bd[_0xdcd3d3(0x22a)]<_0xb598d3[_0xdcd3d3(0x22a)]&&_0x46679e[_0xdcd3d3(0x1aa)](_0x1335e1),_0xb598d3['startColumn']=_0x1988bd[_0xdcd3d3(0x207)],_0xb598d3[_0xdcd3d3(0x22a)]=_0xb598d3[_0xdcd3d3(0x22a)]-_0x27c044):(_0x1fd06b['params']['ranges']['splice'](_0x39b5ea,0x1),_0x39b5ea--);}else{if(_0x1988bd[_0xdcd3d3(0x207)]>_0xb598d3['startColumn']&&_0x1988bd[_0xdcd3d3(0x22a)]<_0xb598d3[_0xdcd3d3(0x22a)]){_0x4b5e4e[_0xdcd3d3(0x1aa)]({..._0xb598d3});const _0x47488b={..._0xb598d3,'endColumn':_0xb598d3[_0xdcd3d3(0x22a)]-_0x27c044};_0x1dd703(_0x47488b)?(_0x46679e[_0xdcd3d3(0x1aa)](_0x47488b),_0xb598d3[_0xdcd3d3(0x22a)]=_0xb598d3['endColumn']-_0x27c044):(_0x1fd06b[_0xdcd3d3(0x13f)]['ranges']['splice'](_0x39b5ea,0x1),_0x39b5ea--);}else{if(_0x1988bd[_0xdcd3d3(0x207)]>=_0xb598d3[_0xdcd3d3(0x207)]&&_0x1988bd[_0xdcd3d3(0x207)]<=_0xb598d3[_0xdcd3d3(0x22a)]&&_0x1988bd[_0xdcd3d3(0x22a)]>_0xb598d3[_0xdcd3d3(0x22a)]){_0x4b5e4e[_0xdcd3d3(0x1aa)]({..._0xb598d3});const _0x3e29e6={..._0xb598d3,'endColumn':_0x1988bd[_0xdcd3d3(0x207)]-0x1};_0x1dd703(_0x3e29e6)&&_0x1988bd[_0xdcd3d3(0x207)]>_0xb598d3['startColumn']?(_0x46679e[_0xdcd3d3(0x1aa)](_0x3e29e6),_0xb598d3[_0xdcd3d3(0x22a)]=_0x1988bd[_0xdcd3d3(0x207)]-0x1):(_0x1fd06b[_0xdcd3d3(0x13f)][_0xdcd3d3(0x23f)][_0xdcd3d3(0x21e)](_0x39b5ea,0x1),_0x39b5ea--);}else _0x1988bd['startColumn']>_0xb598d3[_0xdcd3d3(0x22a)]||_0x1988bd[_0xdcd3d3(0x207)]<=_0xb598d3['startColumn']&&_0x1988bd['endColumn']>=_0xb598d3[_0xdcd3d3(0x22a)]&&(_0x4b5e4e[_0xdcd3d3(0x1aa)]({..._0xb598d3}),_0x1fd06b[_0xdcd3d3(0x13f)][_0xdcd3d3(0x23f)][_0xdcd3d3(0x21e)](_0x39b5ea,0x1),_0x39b5ea--);}}}}return _0x4b5e4e['length']>0x0&&_0x496edc['unshift']({'id':_0x512b01[_0xdcd3d3(0x21c)]['id'],'params':{'unitId':_0x397bb5,'subUnitId':_0x2ce4d8,'ranges':_0x4b5e4e}}),_0x46679e[_0xdcd3d3(0xfe)]>0x0&&_0x496edc['push']({'id':_0x512b01[_0xdcd3d3(0x2db)]['id'],'params':{'unitId':_0x397bb5,'subUnitId':_0x2ce4d8,'ranges':_0x46679e}}),_0x1fd06b[_0xdcd3d3(0x13f)][_0xdcd3d3(0x23f)]['length']===0x0&&(_0x1fd06b['id']=_0x512b01[_0xdcd3d3(0x24f)]['id']),{'m1Prime':_0x1fd06b,'m2Prime':_0x496edc[_0xdcd3d3(0xfe)]>0x1?_0x496edc:_0x496edc[0x0]};}},_0x55885c={'m1':_0x512b01['AddWorksheetMergeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x15e)]['id'],'handler'(_0x282dc4,_0x136367){const _0x988a4e=_0x537ed3,_0x8e71a=_0x1c277e[_0x988a4e(0x2a5)][_0x988a4e(0x1d1)](_0x282dc4),_0x46b00a=_0x1c277e[_0x988a4e(0x2a5)][_0x988a4e(0x1d1)](_0x136367);if(_0x282dc4[_0x988a4e(0x13f)][_0x988a4e(0x213)]!==_0x136367['params']['unitId']||_0x282dc4['params'][_0x988a4e(0x240)]!==_0x136367[_0x988a4e(0x13f)][_0x988a4e(0x240)])return{'m1Prime':_0x8e71a,'m2Prime':_0x46b00a};const _0xe25862=_0x282dc4[_0x988a4e(0x13f)][_0x988a4e(0x213)],_0x2501e3=_0x282dc4[_0x988a4e(0x13f)][_0x988a4e(0x240)],_0x1e6120=[_0x46b00a],_0xd0cf70=[],_0xc33b1b=[];for(let _0x3b5477=0x0;_0x3b5477<_0x8e71a[_0x988a4e(0x13f)][_0x988a4e(0x23f)]['length'];_0x3b5477++){const _0x2622fc=_0x8e71a[_0x988a4e(0x13f)]['ranges'][_0x3b5477],_0x50422b=_0x136367['params']['range'],_0x3afced=_0x50422b['endRow']-_0x50422b[_0x988a4e(0x224)]+0x1;if(_0x50422b[_0x988a4e(0x224)]<_0x2622fc[_0x988a4e(0x224)]&&_0x50422b[_0x988a4e(0x2ec)]<_0x2622fc[_0x988a4e(0x224)])_0xd0cf70['push']({..._0x2622fc}),_0xc33b1b[_0x988a4e(0x1aa)]({..._0x2622fc,'startRow':_0x2622fc[_0x988a4e(0x224)]-_0x3afced,'endRow':_0x2622fc['endRow']-_0x3afced}),_0x2622fc[_0x988a4e(0x224)]=_0x2622fc[_0x988a4e(0x224)]-_0x3afced,_0x2622fc[_0x988a4e(0x2ec)]=_0x2622fc[_0x988a4e(0x2ec)]-_0x3afced;else{if(_0x50422b['startRow']<_0x2622fc[_0x988a4e(0x224)]&&_0x50422b['endRow']>=_0x2622fc[_0x988a4e(0x224)]&&_0x50422b[_0x988a4e(0x2ec)]<=_0x2622fc[_0x988a4e(0x2ec)]){_0xd0cf70[_0x988a4e(0x1aa)]({..._0x2622fc});const _0x238031={..._0x2622fc,'startRow':_0x50422b[_0x988a4e(0x224)],'endRow':_0x2622fc[_0x988a4e(0x2ec)]-_0x3afced};_0x1dd703(_0x238031)&&_0x50422b[_0x988a4e(0x2ec)]<_0x2622fc[_0x988a4e(0x2ec)]?(_0x50422b['endRow']<_0x2622fc[_0x988a4e(0x2ec)]&&_0xc33b1b[_0x988a4e(0x1aa)](_0x238031),_0x2622fc[_0x988a4e(0x224)]=_0x50422b[_0x988a4e(0x224)],_0x2622fc[_0x988a4e(0x2ec)]=_0x2622fc[_0x988a4e(0x2ec)]-_0x3afced):(_0x8e71a[_0x988a4e(0x13f)][_0x988a4e(0x23f)][_0x988a4e(0x21e)](_0x3b5477,0x1),_0x3b5477--);}else{if(_0x50422b['startRow']>_0x2622fc['startRow']&&_0x50422b[_0x988a4e(0x2ec)]<_0x2622fc[_0x988a4e(0x2ec)]){_0xd0cf70[_0x988a4e(0x1aa)]({..._0x2622fc});const _0xf24984={..._0x2622fc,'endRow':_0x2622fc[_0x988a4e(0x2ec)]-_0x3afced};_0x1dd703(_0xf24984)?(_0xc33b1b[_0x988a4e(0x1aa)](_0xf24984),_0x2622fc['endRow']=_0x2622fc[_0x988a4e(0x2ec)]-_0x3afced):(_0x8e71a[_0x988a4e(0x13f)][_0x988a4e(0x23f)][_0x988a4e(0x21e)](_0x3b5477,0x1),_0x3b5477--);}else{if(_0x50422b['startRow']>=_0x2622fc[_0x988a4e(0x224)]&&_0x50422b[_0x988a4e(0x224)]<=_0x2622fc[_0x988a4e(0x2ec)]&&_0x50422b[_0x988a4e(0x2ec)]>_0x2622fc[_0x988a4e(0x2ec)]){_0xd0cf70[_0x988a4e(0x1aa)]({..._0x2622fc});const _0x49dc9d={..._0x2622fc,'endRow':_0x50422b['startRow']-0x1};_0x1dd703(_0x49dc9d)&&_0x50422b[_0x988a4e(0x224)]>_0x2622fc[_0x988a4e(0x224)]?(_0xc33b1b[_0x988a4e(0x1aa)](_0x49dc9d),_0x2622fc[_0x988a4e(0x2ec)]=_0x50422b[_0x988a4e(0x224)]-0x1):(_0x8e71a[_0x988a4e(0x13f)][_0x988a4e(0x23f)][_0x988a4e(0x21e)](_0x3b5477,0x1),_0x3b5477--);}else _0x50422b[_0x988a4e(0x224)]>_0x2622fc[_0x988a4e(0x2ec)]||_0x50422b[_0x988a4e(0x224)]<=_0x2622fc['startRow']&&_0x50422b[_0x988a4e(0x2ec)]>=_0x2622fc[_0x988a4e(0x2ec)]&&(_0xd0cf70['push']({..._0x2622fc}),_0x8e71a[_0x988a4e(0x13f)][_0x988a4e(0x23f)][_0x988a4e(0x21e)](_0x3b5477,0x1),_0x3b5477--);}}}}return _0xd0cf70['length']>0x0&&_0x1e6120[_0x988a4e(0x19d)]({'id':_0x512b01[_0x988a4e(0x21c)]['id'],'params':{'unitId':_0xe25862,'subUnitId':_0x2501e3,'ranges':_0xd0cf70}}),_0xc33b1b[_0x988a4e(0xfe)]>0x0&&_0x1e6120['push']({'id':_0x512b01[_0x988a4e(0x2db)]['id'],'params':{'unitId':_0xe25862,'subUnitId':_0x2501e3,'ranges':_0xc33b1b}}),_0x8e71a[_0x988a4e(0x13f)]['ranges'][_0x988a4e(0xfe)]===0x0&&(_0x8e71a['id']=_0x512b01[_0x988a4e(0x24f)]['id']),{'m1Prime':_0x8e71a,'m2Prime':_0x1e6120[_0x988a4e(0xfe)]>0x1?_0x1e6120:_0x1e6120[0x0]};}},_0x274a69={'m1':_0x512b01['AddWorksheetMergeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler'(_0x449b87,_0x26fa49){const _0x2811b2=_0x537ed3,_0x18ac04=_0x1c277e[_0x2811b2(0x2a5)]['deepClone'](_0x449b87),_0x58c5ea=_0x1c277e[_0x2811b2(0x2a5)][_0x2811b2(0x1d1)](_0x26fa49);if(_0x449b87[_0x2811b2(0x13f)][_0x2811b2(0x213)]!==_0x26fa49[_0x2811b2(0x13f)][_0x2811b2(0x213)]||_0x449b87['params'][_0x2811b2(0x240)]!==_0x26fa49[_0x2811b2(0x13f)][_0x2811b2(0x240)])return{'m1Prime':_0x18ac04,'m2Prime':_0x58c5ea};const _0x272a58=[..._0x58c5ea['params'][_0x2811b2(0x23f)]];for(let _0x5353b9=0x0;_0x5353b9<_0x18ac04[_0x2811b2(0x13f)][_0x2811b2(0x23f)][_0x2811b2(0xfe)];_0x5353b9++){let _0x57d16f=!0x1;for(let _0x252608=0x0;_0x252608<_0x58c5ea['params']['ranges'][_0x2811b2(0xfe)];_0x252608++){const _0x22c57e=_0x18ac04['params']['ranges'][_0x5353b9],_0x210de0=_0x58c5ea['params'][_0x2811b2(0x23f)][_0x252608];if(_0x1c277e[_0x2811b2(0x138)]['intersects'](_0x22c57e,_0x210de0)){_0x57d16f=!0x0;break;}}_0x57d16f&&(_0x272a58['push'](_0x18ac04['params'][_0x2811b2(0x23f)][_0x5353b9]),_0x18ac04['params'][_0x2811b2(0x23f)]['splice'](_0x5353b9,0x1),_0x5353b9--);}return _0x58c5ea[_0x2811b2(0x13f)][_0x2811b2(0x23f)]=_0x272a58,_0x18ac04[_0x2811b2(0x13f)][_0x2811b2(0x23f)][_0x2811b2(0xfe)]===0x0&&(_0x18ac04['id']=_0x512b01[_0x2811b2(0x24f)]['id']),{'m1Prime':_0x18ac04,'m2Prime':_0x58c5ea};}},_0x448bef={'m1':_0x512b01[_0x537ed3(0x2db)]['id'],'m2':_0x512b01[_0x537ed3(0x2e9)]['id'],'handler'(_0x54389d,_0x3a3eb1){const _0x330aa9=_0x537ed3,_0x3b5d2a=_0x1c277e['Tools']['deepClone'](_0x54389d),_0x4c087d=_0x1c277e[_0x330aa9(0x2a5)][_0x330aa9(0x1d1)](_0x3a3eb1);if(_0x54389d[_0x330aa9(0x13f)][_0x330aa9(0x213)]!==_0x3a3eb1[_0x330aa9(0x13f)][_0x330aa9(0x213)]||_0x54389d[_0x330aa9(0x13f)]['subUnitId']!==_0x3a3eb1[_0x330aa9(0x13f)][_0x330aa9(0x240)])return{'m1Prime':_0x3b5d2a,'m2Prime':_0x4c087d};const _0x2ae384=[_0x3b5d2a],_0x5e26f0=[_0x4c087d],_0x34fc6a=new _0x1c277e[(_0x330aa9(0x2f6))](_0x1c277e[_0x330aa9(0x2a5)][_0x330aa9(0x1d1)](_0x3a3eb1[_0x330aa9(0x13f)]['cellValue'])),_0x6ad6ba=new Set(),_0x37cb55={};for(let _0x42c3fe=0x0;_0x42c3fe<_0x3b5d2a[_0x330aa9(0x13f)][_0x330aa9(0x23f)][_0x330aa9(0xfe)];_0x42c3fe++){const _0x401313=_0x3b5d2a['params'][_0x330aa9(0x23f)][_0x42c3fe],{startRow:_0x35c9b7,startColumn:_0x2ea764,endRow:_0x804b8f,endColumn:_0x389422}=_0x401313;let _0xb8c7ec=!0x1;_0x34fc6a[_0x330aa9(0xfc)]((_0x35df63,_0x19d273,_0x1d0416)=>{const _0x8e5cb4=_0x330aa9;if(_0x35df63>=_0x35c9b7&&_0x35df63<=_0x804b8f&&_0x19d273>=_0x2ea764&&_0x19d273<=_0x389422){const _0x5d9a8b=_0x34fc6a[_0x8e5cb4(0x2b6)](_0x35df63,_0x19d273),_0x1310f1=_0x5d9a8b===null?{'v':null,'s':null,'t':null,'si':null,'p':null,'f':null}:_0x5d9a8b;_0x1310f1&&(_0x37cb55[_0x35df63]||(_0x37cb55[_0x35df63]={}),_0x37cb55[_0x35df63][_0x19d273]={},(_0x1d0416==null?void 0x0:_0x1d0416['v'])!==void 0x0&&(_0x37cb55[_0x35df63][_0x19d273]['v']=null,delete _0x1310f1['v']),(_0x1d0416==null?void 0x0:_0x1d0416['f'])!==void 0x0&&(_0x37cb55[_0x35df63][_0x19d273]['f']=null,delete _0x1310f1['f']),(_0x1d0416==null?void 0x0:_0x1d0416['t'])!==void 0x0&&(_0x37cb55[_0x35df63][_0x19d273]['t']=null,delete _0x1310f1['t']),(_0x1d0416==null?void 0x0:_0x1d0416['si'])!==void 0x0&&(_0x37cb55[_0x35df63][_0x19d273]['si']=null,delete _0x1310f1['si']),(_0x1d0416==null?void 0x0:_0x1d0416['p'])!==void 0x0&&(_0x37cb55[_0x35df63][_0x19d273]['p']=null,delete _0x1310f1['p']),(_0x1d0416==null?void 0x0:_0x1d0416['s'])!==void 0x0&&(_0x37cb55[_0x35df63][_0x19d273]['s']=null,delete _0x1310f1['s']),_0x34fc6a[_0x8e5cb4(0x29f)](_0x35df63,_0x19d273,_0x1310f1),_0xb8c7ec=!0x0);}}),_0xb8c7ec&&(_0x6ad6ba[_0x330aa9(0x230)]({..._0x401313}),_0x3b5d2a[_0x330aa9(0x13f)]['ranges'][_0x330aa9(0x21e)](_0x42c3fe,0x1),_0x42c3fe--);}return _0x4c087d[_0x330aa9(0x13f)][_0x330aa9(0x1d3)]=_0x34fc6a[_0x330aa9(0x2ce)](),_0x6ad6ba[_0x330aa9(0x1ff)]>0x0&&_0x5e26f0[_0x330aa9(0x19d)]({'id':_0x512b01[_0x330aa9(0x21c)]['id'],'params':{'unitId':_0x54389d[_0x330aa9(0x13f)]['unitId'],'subUnitId':_0x54389d[_0x330aa9(0x13f)][_0x330aa9(0x240)],'ranges':Array['from'](_0x6ad6ba)}}),_0x3b5d2a[_0x330aa9(0x13f)][_0x330aa9(0x23f)][_0x330aa9(0xfe)]===0x0&&(_0x3b5d2a['id']=_0x512b01[_0x330aa9(0x24f)]['id']),Object[_0x330aa9(0x232)](_0x37cb55)['length']>0x0&&_0x2ae384[_0x330aa9(0x19d)]({'id':_0x512b01['SetRangeValuesMutation']['id'],'params':{'unitId':_0x54389d[_0x330aa9(0x13f)][_0x330aa9(0x213)],'subUnitId':_0x54389d[_0x330aa9(0x13f)][_0x330aa9(0x240)],'cellValue':_0x37cb55}}),{'m1Prime':_0x2ae384[_0x330aa9(0xfe)]>0x1?_0x2ae384:_0x2ae384[0x0],'m2Prime':_0x5e26f0[_0x330aa9(0xfe)]>0x1?_0x5e26f0:_0x5e26f0[0x0]};}},_0x454fcc={'m1':_0x512b01['AddWorksheetMergeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x233)]['id'],'handler'(_0x243fd6,_0x2fa1b5){const _0x150d28=_0x537ed3,_0x1d18a0={'m1Prime':[],'m2Prime':[]};if(_0x243fd6[_0x150d28(0x13f)][_0x150d28(0x213)]!==_0x2fa1b5['params'][_0x150d28(0x213)]||_0x243fd6['params'][_0x150d28(0x240)]!==_0x2fa1b5[_0x150d28(0x13f)][_0x150d28(0x240)])return _0x1d18a0;const _0x125cbe=_0x1c277e['Tools'][_0x150d28(0x1d1)](_0x2fa1b5),_0xf0c377=_0x125cbe[_0x150d28(0x13f)]['selections'];_0xf0c377[_0x150d28(0x22e)]((_0x151362,_0xca53e1)=>{const _0x50829c=_0x150d28,{range:_0x5b83f6,primary:_0x4e8a6a}=_0x151362;_0x243fd6[_0x50829c(0x13f)][_0x50829c(0x23f)][_0x50829c(0x22e)](_0x2e538e=>{const _0x4fc76d=_0x50829c;_0x1c277e[_0x4fc76d(0x138)][_0x4fc76d(0x2a0)](_0x2e538e,_0x5b83f6)&&(_0x5b83f6[_0x4fc76d(0x224)]=Math[_0x4fc76d(0x123)](_0x2e538e[_0x4fc76d(0x224)],_0x5b83f6[_0x4fc76d(0x224)]),_0x5b83f6[_0x4fc76d(0x207)]=Math[_0x4fc76d(0x123)](_0x2e538e[_0x4fc76d(0x207)],_0x5b83f6[_0x4fc76d(0x207)]),_0x5b83f6[_0x4fc76d(0x2ec)]=Math[_0x4fc76d(0x2cd)](_0x2e538e[_0x4fc76d(0x2ec)],_0x5b83f6['endRow']),_0x5b83f6[_0x4fc76d(0x22a)]=Math['max'](_0x2e538e[_0x4fc76d(0x22a)],_0x5b83f6['endColumn'])),_0x4e8a6a&&_0x1c277e['Rectangle'][_0x4fc76d(0x2a0)](_0x2e538e,_0x4e8a6a)&&_0xca53e1===_0xf0c377[_0x4fc76d(0xfe)]-0x1&&(_0x4e8a6a[_0x4fc76d(0x207)]===_0x2e538e[_0x4fc76d(0x207)]&&_0x4e8a6a[_0x4fc76d(0x224)]&&_0x2e538e[_0x4fc76d(0x224)]&&(_0x4e8a6a['isMergedMainCell']=!0x0),_0x4e8a6a[_0x4fc76d(0x224)]=Math[_0x4fc76d(0x123)](_0x2e538e['startRow'],_0x4e8a6a[_0x4fc76d(0x224)]),_0x4e8a6a[_0x4fc76d(0x207)]=Math[_0x4fc76d(0x123)](_0x2e538e[_0x4fc76d(0x207)],_0x4e8a6a[_0x4fc76d(0x207)]),_0x4e8a6a[_0x4fc76d(0x2ec)]=Math['max'](_0x2e538e[_0x4fc76d(0x2ec)],_0x4e8a6a[_0x4fc76d(0x2ec)]),_0x4e8a6a[_0x4fc76d(0x22a)]=Math[_0x4fc76d(0x2cd)](_0x2e538e[_0x4fc76d(0x22a)],_0x4e8a6a[_0x4fc76d(0x22a)]),_0x4e8a6a[_0x4fc76d(0x188)]=!0x0);});}),_0xf0c377[_0x150d28(0x142)]((_0x45e139,_0x6076b5)=>{const _0x5823e2=_0x150d28,_0x5a3adb=_0x45e139[_0x5823e2(0x218)],_0x325c0b=_0x6076b5[_0x5823e2(0x218)];return _0x5a3adb[_0x5823e2(0x224)]===_0x325c0b[_0x5823e2(0x224)]?_0x5a3adb[_0x5823e2(0x207)]-_0x325c0b['startColumn']:_0x5a3adb[_0x5823e2(0x224)]-_0x325c0b[_0x5823e2(0x224)];});const _0x4f54d8=[];let _0x493333=null;for(const _0x2d123c of _0xf0c377)_0x493333===null||!_0x1c277e['Rectangle'][_0x150d28(0x2a0)](_0x493333[_0x150d28(0x218)],_0x2d123c['range'])?(_0x4f54d8[_0x150d28(0x1aa)](_0x2d123c),_0x493333=_0x2d123c):(_0x493333[_0x150d28(0x218)][_0x150d28(0x224)]=Math[_0x150d28(0x123)](_0x493333[_0x150d28(0x218)][_0x150d28(0x224)],_0x2d123c['range'][_0x150d28(0x224)]),_0x493333[_0x150d28(0x218)][_0x150d28(0x207)]=Math['min'](_0x493333[_0x150d28(0x218)]['startColumn'],_0x2d123c[_0x150d28(0x218)][_0x150d28(0x207)]),_0x493333['range'][_0x150d28(0x2ec)]=Math[_0x150d28(0x2cd)](_0x493333[_0x150d28(0x218)][_0x150d28(0x2ec)],_0x2d123c[_0x150d28(0x218)][_0x150d28(0x2ec)]),_0x493333['range'][_0x150d28(0x22a)]=Math['max'](_0x493333[_0x150d28(0x218)][_0x150d28(0x22a)],_0x2d123c[_0x150d28(0x218)][_0x150d28(0x22a)]),_0x2d123c['primary']&&(_0x493333['primary']=_0x2d123c[_0x150d28(0x2f0)]));return _0x125cbe[_0x150d28(0x13f)][_0x150d28(0x212)]=_0x4f54d8,_0x1d18a0['m2Prime'][_0x150d28(0x1aa)](_0x125cbe),_0x1d18a0;}},_0x3b6ee3={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x128fad,_0x299d1a)=>{const _0x5a21ff=_0x537ed3,_0x4b28c7={'m1Prime':_0x128fad,'m2Prime':_0x299d1a};return _0x128fad['params']['unitId']!==_0x299d1a[_0x5a21ff(0x13f)][_0x5a21ff(0x213)]||_0x128fad[_0x5a21ff(0x13f)][_0x5a21ff(0x240)]!==_0x299d1a[_0x5a21ff(0x13f)]['subUnitId']?_0x4b28c7:{'error':new Error(_0x5a21ff(0x236))};}},_0x3ded76={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x2bb070[_0x537ed3(0x273)]['id'],'handler':(_0x5e0164,_0x3346b8)=>{const _0x49da44=_0x537ed3,_0x2beb03={'m1Prime':_0x5e0164,'m2Prime':_0x3346b8};return _0x5e0164['params'][_0x49da44(0x213)]!==_0x3346b8['params'][_0x49da44(0x213)]||_0x5e0164['params'][_0x49da44(0x240)]!==_0x3346b8[_0x49da44(0x13f)]['subUnitId']?_0x2beb03:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule')};}},_0x53d04f={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x238)]['id'],'handler':(_0x183050,_0x1b5692)=>{const _0x16ee43=_0x537ed3,_0x1250ad={'m1Prime':_0x183050,'m2Prime':_0x1b5692};return _0x183050['params'][_0x16ee43(0x213)]!==_0x1b5692[_0x16ee43(0x13f)][_0x16ee43(0x213)]||_0x183050[_0x16ee43(0x13f)]['subUnitId']!==_0x1b5692[_0x16ee43(0x13f)][_0x16ee43(0x240)]?_0x1250ad:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection')};}},_0x4cfcb8={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01['AddWorksheetMergeMutation']['id'],'handler':(_0x6ad17a,_0x50b22c)=>{const _0x44d4f7=_0x537ed3,_0x57a070={'m1Prime':_0x6ad17a,'m2Prime':_0x50b22c};return _0x6ad17a[_0x44d4f7(0x13f)][_0x44d4f7(0x213)]!==_0x50b22c['params'][_0x44d4f7(0x213)]||_0x6ad17a[_0x44d4f7(0x13f)][_0x44d4f7(0x240)]!==_0x50b22c[_0x44d4f7(0x13f)][_0x44d4f7(0x240)]?_0x57a070:{'error':new Error(_0x44d4f7(0x1c9))};}},_0x28a75c={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x255)]['id'],'handler':(_0x106bf2,_0x25f21c)=>{const _0x261848=_0x537ed3,_0xa83c26={'m1Prime':_0x106bf2,'m2Prime':_0x25f21c};return _0x106bf2[_0x261848(0x13f)]['unitId']!==_0x25f21c[_0x261848(0x13f)][_0x261848(0x213)]||_0x106bf2[_0x261848(0x13f)][_0x261848(0x240)]!==_0x25f21c[_0x261848(0x13f)]['rule'][_0x261848(0x240)]?_0xa83c26:{'error':new Error(_0x261848(0x2f7))};}},_0x1548d5={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x190)]['id'],'handler':(_0x2ed22e,_0x4d680d)=>{const _0x3514ec=_0x537ed3,_0x3b13fd={'m1Prime':_0x2ed22e,'m2Prime':_0x4d680d};return _0x2ed22e['params']['unitId']!==_0x4d680d[_0x3514ec(0x13f)][_0x3514ec(0x213)]||_0x2ed22e[_0x3514ec(0x13f)][_0x3514ec(0x240)]!==_0x4d680d[_0x3514ec(0x13f)][_0x3514ec(0x240)]?_0x3b13fd:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20order')};}},_0x1d735d={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x2bb070[_0x537ed3(0x1a8)]['id'],'handler':(_0x4bf4a5,_0x404163)=>{const _0x1a05af=_0x537ed3,_0x59f291={'m1Prime':_0x4bf4a5,'m2Prime':_0x404163};return _0x4bf4a5['params'][_0x1a05af(0x213)]!==_0x404163[_0x1a05af(0x13f)][_0x1a05af(0x213)]||_0x4bf4a5[_0x1a05af(0x13f)]['subUnitId']!==_0x404163[_0x1a05af(0x13f)]['subUnitId']?_0x59f291:{'error':new Error(_0x1a05af(0x2b8))};}},_0x3a9c52={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01['InsertColMutation']['id'],'handler':(_0x126d79,_0x2f023b)=>{const _0x42bd15=_0x537ed3,_0x3fb553={'m1Prime':_0x126d79,'m2Prime':_0x2f023b};return _0x126d79[_0x42bd15(0x13f)][_0x42bd15(0x213)]!==_0x2f023b[_0x42bd15(0x13f)][_0x42bd15(0x213)]||_0x126d79[_0x42bd15(0x13f)][_0x42bd15(0x240)]!==_0x2f023b[_0x42bd15(0x13f)][_0x42bd15(0x240)]?_0x3fb553:{'error':new Error(_0x42bd15(0x253))};}},_0x3c59e9={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x166)]['id'],'handler':(_0x228598,_0x5e4eb3)=>{const _0xbba5e3=_0x537ed3,_0x1f32e7={'m1Prime':_0x228598,'m2Prime':_0x5e4eb3};return _0x228598[_0xbba5e3(0x13f)][_0xbba5e3(0x213)]!==_0x5e4eb3[_0xbba5e3(0x13f)][_0xbba5e3(0x213)]||_0x228598['params']['subUnitId']!==_0x5e4eb3[_0xbba5e3(0x13f)][_0xbba5e3(0x240)]?_0x1f32e7:{'error':new Error(_0xbba5e3(0x1b2))};}},_0x1ef66e={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x2c0)]['id'],'handler':(_0x3ec0a1,_0x3f9667)=>{const _0xab2108=_0x537ed3,_0xb427fc={'m1Prime':_0x3ec0a1,'m2Prime':_0x3f9667};return _0x3ec0a1[_0xab2108(0x13f)][_0xab2108(0x213)]!==_0x3f9667[_0xab2108(0x13f)][_0xab2108(0x213)]||_0x3ec0a1[_0xab2108(0x13f)]['subUnitId']!==_0x3f9667['params'][_0xab2108(0x240)]?_0xb427fc:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20col')};}},_0x15012a={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler':(_0x236991,_0x18f3f)=>{const _0x479399=_0x537ed3,_0x3f41d2={'m1Prime':_0x236991,'m2Prime':_0x18f3f};return _0x236991[_0x479399(0x13f)][_0x479399(0x213)]!==_0x18f3f[_0x479399(0x13f)][_0x479399(0x213)]||_0x236991[_0x479399(0x13f)]['subUnitId']!==_0x18f3f[_0x479399(0x13f)]['from'][_0x479399(0x240)]?_0x3f41d2:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20range')};}},_0x385254={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x228)]['id'],'handler':(_0x4e2747,_0x2f4a65)=>{const _0x371535=_0x537ed3,_0x1a4c42={'m1Prime':_0x4e2747,'m2Prime':_0x2f4a65};return _0x4e2747[_0x371535(0x13f)]['unitId']!==_0x2f4a65[_0x371535(0x13f)][_0x371535(0x213)]||_0x4e2747[_0x371535(0x13f)][_0x371535(0x240)]!==_0x2f4a65[_0x371535(0x13f)]['subUnitId']?_0x1a4c42:{'error':new Error(_0x371535(0x292))};}},_0xc06906={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x112)]['id'],'handler':(_0x18ee23,_0x45a1f8)=>{const _0x7ad6a0=_0x537ed3,_0x157f2c={'m1Prime':_0x18ee23,'m2Prime':_0x45a1f8};return _0x18ee23[_0x7ad6a0(0x13f)][_0x7ad6a0(0x213)]!==_0x45a1f8[_0x7ad6a0(0x13f)]['unitId']||_0x18ee23[_0x7ad6a0(0x13f)][_0x7ad6a0(0x240)]!==_0x45a1f8[_0x7ad6a0(0x13f)][_0x7ad6a0(0x240)]?_0x157f2c:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20col')};}},_0x591b89={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x1d07e6['RemoveDataValidationMutation']['id'],'handler':(_0x2f6ae8,_0xed3a57)=>{const _0x1c7083=_0x537ed3,_0x55ed55={'m1Prime':_0x2f6ae8,'m2Prime':_0xed3a57};return _0x2f6ae8[_0x1c7083(0x13f)]['unitId']!==_0xed3a57[_0x1c7083(0x13f)][_0x1c7083(0x213)]||_0x2f6ae8[_0x1c7083(0x13f)][_0x1c7083(0x240)]!==_0xed3a57[_0x1c7083(0x13f)][_0x1c7083(0x240)]?_0x55ed55:{'error':new Error(_0x1c7083(0x186))};}},_0x3acf3c={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler':(_0x5e2fc3,_0x124232)=>{const _0x32866e=_0x537ed3,_0x15d0da={'m1Prime':_0x5e2fc3,'m2Prime':_0x124232};return _0x5e2fc3[_0x32866e(0x13f)][_0x32866e(0x213)]!==_0x124232[_0x32866e(0x13f)][_0x32866e(0x213)]||_0x5e2fc3[_0x32866e(0x13f)][_0x32866e(0x240)]!==_0x124232[_0x32866e(0x13f)][_0x32866e(0x240)]?_0x15d0da:{'error':new Error(_0x32866e(0x103))};}},_0x5fda4b={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01['RemoveRowMutation']['id'],'handler':(_0x370ef2,_0x7107ba)=>{const _0x4641aa=_0x537ed3,_0x273064={'m1Prime':_0x370ef2,'m2Prime':_0x7107ba};return _0x370ef2[_0x4641aa(0x13f)][_0x4641aa(0x213)]!==_0x7107ba['params']['unitId']||_0x370ef2[_0x4641aa(0x13f)]['subUnitId']!==_0x7107ba['params']['subUnitId']?_0x273064:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20row')};}},_0x370976={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x472535[_0x537ed3(0x2fd)]['id'],'handler':(_0x212081,_0x507247)=>{const _0x4269b7=_0x537ed3,_0x5a972b={'m1Prime':_0x212081,'m2Prime':_0x507247};return _0x212081[_0x4269b7(0x13f)][_0x4269b7(0x213)]!==_0x507247[_0x4269b7(0x13f)]['unitId']||_0x212081[_0x4269b7(0x13f)][_0x4269b7(0x240)]!==_0x507247[_0x4269b7(0x13f)][_0x4269b7(0x240)]?_0x5a972b:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20filter')};}},_0x3de4c9={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x281)]['id'],'handler':(_0x3128c3,_0x13953c)=>{const _0x3f4916=_0x537ed3,_0x48f714={'m1Prime':_0x3128c3,'m2Prime':_0x13953c};return _0x3128c3[_0x3f4916(0x13f)][_0x3f4916(0x213)]!==_0x13953c['params'][_0x3f4916(0x213)]||_0x3128c3[_0x3f4916(0x13f)][_0x3f4916(0x240)]!==_0x13953c['params']['subUnitId']?_0x48f714:{'error':new Error(_0x3f4916(0xdf))};}},_0x57af72={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler':(_0x150863,_0x169044)=>{const _0x1f705b=_0x537ed3,_0x5a1187={'m1Prime':_0x150863,'m2Prime':_0x169044};return _0x150863[_0x1f705b(0x13f)][_0x1f705b(0x213)]!==_0x169044[_0x1f705b(0x13f)][_0x1f705b(0x213)]||_0x150863[_0x1f705b(0x13f)]['subUnitId']!==_0x169044[_0x1f705b(0x13f)]['subUnitId']?_0x5a1187:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge')};}},_0x37463b={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x2bb070['SetConditionalRuleMutation']['id'],'handler':(_0x2d1a0b,_0x18d84e)=>{const _0x4f8341=_0x537ed3,_0x577cdf={'m1Prime':_0x2d1a0b,'m2Prime':_0x18d84e};return _0x2d1a0b['params']['unitId']!==_0x18d84e[_0x4f8341(0x13f)][_0x4f8341(0x213)]||_0x2d1a0b[_0x4f8341(0x13f)][_0x4f8341(0x240)]!==_0x18d84e[_0x4f8341(0x13f)]['subUnitId']?_0x577cdf:{'error':new Error(_0x4f8341(0x2f8))};}},_0x263086={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01['SetFrozenMutation']['id'],'handler':(_0x179c63,_0x203e21)=>{const _0xebc24d=_0x537ed3,_0x29ec84={'m1Prime':_0x179c63,'m2Prime':_0x203e21};return _0x179c63[_0xebc24d(0x13f)]['unitId']!==_0x203e21[_0xebc24d(0x13f)]['unitId']||_0x179c63[_0xebc24d(0x13f)][_0xebc24d(0x240)]!==_0x203e21['params']['subUnitId']?_0x29ec84:{'error':new Error(_0xebc24d(0x181))};}},_0x20ae0f={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler':(_0x1bd5db,_0x52443f)=>{const _0x2c537f=_0x537ed3,_0x204009={'m1Prime':_0x1bd5db,'m2Prime':_0x52443f};return _0x1bd5db['params']['unitId']!==_0x52443f[_0x2c537f(0x13f)][_0x2c537f(0x213)]||_0x1bd5db[_0x2c537f(0x13f)][_0x2c537f(0x240)]!==_0x52443f['params'][_0x2c537f(0x240)]?_0x204009:{'error':new Error(_0x2c537f(0x195))};}},_0x2ad52d={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x143)]['id'],'handler':(_0x52b5f4,_0x5820c8)=>{const _0x2526ee=_0x537ed3,_0x4b19d7={'m1Prime':_0x52b5f4,'m2Prime':_0x5820c8};return _0x52b5f4['params'][_0x2526ee(0x213)]!==_0x5820c8[_0x2526ee(0x13f)]['unitId']||_0x52b5f4[_0x2526ee(0x13f)][_0x2526ee(0x240)]!==_0x5820c8[_0x2526ee(0x13f)]['subUnitId']?_0x4b19d7:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection')};}},_0x4ba261={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01['SetWorksheetColWidthMutation']['id'],'handler':(_0x5ae236,_0x58c92c)=>{const _0x1e70eb=_0x537ed3,_0x5dfa17={'m1Prime':_0x5ae236,'m2Prime':_0x58c92c};return _0x5ae236[_0x1e70eb(0x13f)]['unitId']!==_0x58c92c[_0x1e70eb(0x13f)][_0x1e70eb(0x213)]||_0x5ae236[_0x1e70eb(0x13f)][_0x1e70eb(0x240)]!==_0x58c92c[_0x1e70eb(0x13f)]['subUnitId']?_0x5dfa17:{'error':new Error(_0x1e70eb(0x151))};}},_0x4dd46a={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x25d)]['id'],'handler':(_0x56b461,_0x442f03)=>{const _0x5b3170=_0x537ed3,_0x15f1fb={'m1Prime':_0x56b461,'m2Prime':_0x442f03};return _0x56b461[_0x5b3170(0x13f)]['unitId']!==_0x442f03['params'][_0x5b3170(0x213)]||_0x56b461[_0x5b3170(0x13f)]['subUnitId']!==_0x442f03[_0x5b3170(0x13f)][_0x5b3170(0x240)]?_0x15f1fb:{'error':new Error(_0x5b3170(0x24a))};}},_0x5ed909={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x151b41[_0x537ed3(0x139)]['id'],'handler':(_0x3d107b,_0x3982c1)=>{const _0x11006d=_0x537ed3,_0x54d9d0={'m1Prime':_0x3d107b,'m2Prime':_0x3982c1};return _0x3d107b[_0x11006d(0x13f)][_0x11006d(0x213)]!==_0x3982c1['params'][_0x11006d(0x213)]||_0x3d107b[_0x11006d(0x13f)]['subUnitId']!==_0x3982c1[_0x11006d(0x13f)][_0x11006d(0x240)]?_0x54d9d0:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20comment')};}},_0x598849={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x1dd6c3,_0x101dee)=>{const _0x2c425d=_0x537ed3,_0x26aef6={'m1Prime':_0x1dd6c3,'m2Prime':_0x101dee};return _0x1dd6c3[_0x2c425d(0x13f)][_0x2c425d(0x213)]!==_0x101dee[_0x2c425d(0x13f)][_0x2c425d(0x213)]||_0x1dd6c3['params'][_0x2c425d(0x240)]!==_0x101dee[_0x2c425d(0x13f)][_0x2c425d(0x240)]?_0x26aef6:{'error':new Error(_0x2c425d(0x185))};}},_0x350b9d={'m1':_0x151b41[_0x537ed3(0x1d8)]['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x4be088,_0x482236)=>{const _0x441b9e=_0x537ed3,_0x486458=_0x4be088['params'],_0x4cbeeb=_0x482236[_0x441b9e(0x13f)];return _0x486458[_0x441b9e(0x213)]===_0x4cbeeb[_0x441b9e(0x213)]&&_0x486458['subUnitId']===_0x4cbeeb['subUnitId']&&_0x486458[_0x441b9e(0xf8)]===_0x4cbeeb['comment']['parentId']?{'m1Prime':_0x4be088,'m2Prime':[]}:{'m1Prime':_0x4be088,'m2Prime':_0x482236};}},_0x401254={'m1':_0x151b41[_0x537ed3(0x1d8)]['id'],'m2':_0x151b41[_0x537ed3(0x1d8)]['id'],'handler':(_0x22ca09,_0x41943c)=>{const _0x4b3e66=_0x537ed3,_0x1b5afa=_0x22ca09[_0x4b3e66(0x13f)],_0x196e37=_0x41943c['params'],_0x186a63={'m1Prime':_0x22ca09,'m2Prime':_0x41943c};return _0x1b5afa['unitId']!==_0x196e37[_0x4b3e66(0x213)]||_0x1b5afa['subUnitId']!==_0x196e37[_0x4b3e66(0x240)]||_0x1b5afa[_0x4b3e66(0xf8)]!==_0x196e37[_0x4b3e66(0xf8)]?_0x186a63:{'m1Prime':[],'m2Prime':[]};}},_0x2c8b4e={'m1':_0x2bb070[_0x537ed3(0x1a8)]['id'],'m2':_0x2bb070['DeleteConditionalRuleMutation']['id'],'handler'(_0x17ace9,_0x42d5d7){return{'m1Prime':_0x17ace9,'m2Prime':_0x42d5d7};}},_0x150885=(_0x29e77f,_0x277e9a)=>{const _0x556473=_0x537ed3,_0x47f3e8=_0x135fbe[_0x556473(0x279)](_0x29e77f[_0x556473(0x13f)][_0x556473(0x1db)][_0x556473(0x237)]),_0x489747={'startColumn':_0x47f3e8[_0x556473(0x248)],'endColumn':_0x47f3e8[_0x556473(0x248)],'startRow':_0x47f3e8['row'],'endRow':_0x47f3e8[_0x556473(0x148)]},_0x4770c2=_0x512b01[_0x556473(0x16e)](_0x489747,_0x277e9a);if(!_0x4770c2)return[{'id':_0x151b41[_0x556473(0x1d8)]['id'],'params':{..._0x29e77f[_0x556473(0x13f)],'comment':void 0x0,'commentId':_0x29e77f[_0x556473(0x13f)][_0x556473(0x1db)]['id']}}];const _0x15489f=_0x135fbe[_0x556473(0x23e)](_0x4770c2);return _0x15489f===_0x29e77f[_0x556473(0x13f)][_0x556473(0x1db)]['ref']?[]:[{'id':_0x151b41[_0x556473(0x28f)]['id'],'params':{..._0x29e77f[_0x556473(0x13f)],'comment':void 0x0,'payload':{'ref':_0x15489f,'commentId':_0x29e77f['params'][_0x556473(0x1db)]['id']}}}];},_0x3e6c17={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x26e438,_0x7f0378)=>{const _0x3ef2f3=_0x537ed3,_0x25723d={'m1Prime':_0x26e438,'m2Prime':_0x7f0378};if(_0x26e438[_0x3ef2f3(0x13f)][_0x3ef2f3(0x213)]!==_0x7f0378[_0x3ef2f3(0x13f)]['unitId']||_0x26e438[_0x3ef2f3(0x13f)][_0x3ef2f3(0x240)]!==_0x7f0378[_0x3ef2f3(0x13f)]['subUnitId'])return _0x25723d;const _0x2dcefa={'id':_0x512b01[_0x3ef2f3(0x1b5)]['id'],'params':{'unitId':_0x26e438[_0x3ef2f3(0x13f)][_0x3ef2f3(0x213)],'subUnitId':_0x26e438['params'][_0x3ef2f3(0x240)],'range':_0x26e438[_0x3ef2f3(0x13f)][_0x3ef2f3(0x218)]}},_0x5a5714=_0x150885(_0x7f0378,_0x2dcefa);return{'m1Prime':[_0x26e438,..._0x5a5714],'m2Prime':[_0x7f0378,..._0x5a5714]};}};function _0x26d1dd(_0x594b6b){const _0x4fbaed=_0x537ed3;return{..._0x594b6b,'rangeType':_0x1c277e[_0x4fbaed(0x1e4)][_0x4fbaed(0x2ea)]};}function _0xd97906(_0x2a931a,_0x8b3896,_0x42fec9,_0x5d25f6){const _0x17d4a6=_0x537ed3;if(_0x5d25f6<0x0){for(let _0x49dd4c=_0x8b3896;_0x49dd4c<_0x8b3896+_0x42fec9;_0x49dd4c++)if(_0x2a931a['hasOwnProperty'](_0x49dd4c)){_0x2a931a[_0x17d4a6(0x12a)](_0x49dd4c+_0x5d25f6)||(_0x2a931a[_0x49dd4c+_0x5d25f6]={});const _0x1829ef=_0x2a931a[_0x49dd4c],_0x2ba149=Object['keys'](_0x1829ef)[_0x17d4a6(0x1ed)](Number)[_0x17d4a6(0x142)]((_0x39803c,_0x27637e)=>_0x39803c-_0x27637e);for(const _0x224502 of _0x2ba149)_0x2a931a[_0x49dd4c+_0x5d25f6][_0x224502]=_0x1829ef[_0x224502];delete _0x2a931a[_0x49dd4c];}else delete _0x2a931a[_0x49dd4c+_0x5d25f6];}else{for(let _0x992381=_0x8b3896+_0x42fec9-0x1;_0x992381>=_0x8b3896;_0x992381--)if(_0x2a931a[_0x17d4a6(0x12a)](_0x992381)){_0x2a931a['hasOwnProperty'](_0x992381+_0x5d25f6)||(_0x2a931a[_0x992381+_0x5d25f6]={});const _0x58bde2=_0x2a931a[_0x992381],_0x34fa7b=Object[_0x17d4a6(0x232)](_0x58bde2)[_0x17d4a6(0x1ed)](Number)[_0x17d4a6(0x142)]((_0x25c48e,_0x317fb4)=>_0x25c48e-_0x317fb4);for(const _0x57e66b of _0x34fa7b)_0x2a931a[_0x992381+_0x5d25f6][_0x57e66b]=_0x58bde2[_0x57e66b];delete _0x2a931a[_0x992381];}else delete _0x2a931a[_0x992381+_0x5d25f6];}}function _0x9333a8(_0x6dfa72,_0x3fa12e,_0x303c09,_0x459563){const _0x597712=_0x537ed3,_0x180030=Object[_0x597712(0x232)](_0x6dfa72)['map'](Number)[_0x597712(0x142)]((_0x453560,_0x442960)=>_0x453560-_0x442960);if(_0x459563<0x0)for(const _0x4d46e0 of _0x180030){const _0x2207bb=_0x6dfa72[_0x4d46e0];for(let _0x4c7d50=_0x3fa12e;_0x4c7d50<_0x3fa12e+_0x303c09;_0x4c7d50++)_0x2207bb[_0x597712(0x12a)](_0x4c7d50)?(_0x2207bb[_0x4c7d50+_0x459563]=_0x2207bb[_0x4c7d50],delete _0x2207bb[_0x4c7d50]):delete _0x2207bb[_0x4c7d50+_0x459563];}else for(const _0x10c490 of _0x180030){const _0x265ccd=_0x6dfa72[_0x10c490];for(let _0x2bae68=_0x3fa12e+_0x303c09-0x1;_0x2bae68>=_0x3fa12e;_0x2bae68--)_0x265ccd[_0x597712(0x12a)](_0x2bae68)?(_0x265ccd[_0x2bae68+_0x459563]=_0x265ccd[_0x2bae68],delete _0x265ccd[_0x2bae68]):delete _0x265ccd[_0x2bae68+_0x459563];}}function _0x7ff394(_0x243d80,_0x42febe){const _0x5f0a50=_0x537ed3;return new _0x512b01['RangeMergeUtil']()[_0x5f0a50(0x230)](_0x243d80)[_0x5f0a50(0x22d)](..._0x42febe)['merge']();}function _0x35e413(_0x173ee0,_0x3d4bf6,_0x217445,_0x599cf7){const _0x4fbbca=_0x537ed3,_0x5957de=new _0x135fbe['LexerTreeBuilder']()[_0x4fbbca(0x300)](_0x217445);if(_0x5957de==null)return _0x217445;const _0x2a999f=[];for(let _0x42b2cb=0x0,_0x1cf6a7=_0x5957de[_0x4fbbca(0xfe)];_0x42b2cb<_0x1cf6a7;_0x42b2cb++){const _0x136bea=_0x5957de[_0x42b2cb];if(typeof _0x136bea==_0x4fbbca(0x2a7)||_0x136bea[_0x4fbbca(0x1c7)]!==_0x135fbe[_0x4fbbca(0x106)]['REFERENCE']){_0x2a999f[_0x4fbbca(0x1aa)](_0x136bea);continue;}const {token:_0x191928}=_0x136bea,_0x464a00=_0x135fbe['deserializeRangeWithSheetWithCache'](_0x191928),{range:_0x255b1e,sheetName:_0x3954e9,unitId:_0x2e58c3}=_0x464a00;if((_0x173ee0===_0x2e58c3||_0x2e58c3==='')&&(_0x3d4bf6===_0x3954e9||_0x3954e9==='')){const _0x437b59=_0x599cf7(_0x255b1e),_0x4faf39=_0x437b59?_0x135fbe[_0x4fbbca(0x1cf)]({'range':_0x437b59,'sheetName':_0x3954e9,'unitId':_0x2e58c3}):_0x135fbe[_0x4fbbca(0x256)]['ERROR'];_0x2a999f[_0x4fbbca(0x1aa)]({..._0x136bea,'token':_0x4faf39});}else _0x2a999f[_0x4fbbca(0x1aa)](_0x136bea);}return'='+_0x135fbe['generateStringWithSequence'](_0x2a999f);}function _0x49ead1(_0x5736ee,_0x18fb46){const _0x487460=_0x537ed3;return _0x5736ee[_0x487460(0x1a2)]<=_0x18fb46[_0x487460(0x2ff)]&&_0x5736ee['end']>=_0x18fb46[_0x487460(0x1a2)];}function _0x30c923(_0x59c681,_0x253c70){const _0xe91981=_0x537ed3;return _0x59c681['start']<=_0x253c70[_0xe91981(0x1a2)]&&_0x59c681[_0xe91981(0x2ff)]>=_0x253c70[_0xe91981(0x2ff)];}function _0x512545(_0x45e348,_0x18f93e){let _0x163646=[_0x45e348];for(const _0x1ba8aa of _0x18f93e){const _0x32122a=[];for(const _0x34d93a of _0x163646)_0x32122a['push'](..._0x2d6f35(_0x34d93a,_0x1ba8aa));_0x163646=_0x32122a;}return _0x163646;}function _0x2d6f35(_0x391256,_0x41d237){const _0x15a216=_0x537ed3,_0x2b23d1=[];if(_0x30c923(_0x41d237,_0x391256))return _0x2b23d1;if(_0x30c923(_0x391256,_0x41d237)){const _0x2dc06d=_0x391256[_0x15a216(0x1a2)],_0x78855=_0x41d237[_0x15a216(0x1a2)]-0x1,_0x5d0dfa=_0x41d237[_0x15a216(0x2ff)]+0x1,_0x3488da=_0x391256[_0x15a216(0x2ff)];return _0x2dc06d<=_0x78855&&_0x2b23d1['push']({'start':_0x2dc06d,'end':_0x78855}),_0x5d0dfa<=_0x3488da&&_0x2b23d1[_0x15a216(0x1aa)]({'start':_0x5d0dfa,'end':_0x3488da}),_0x2b23d1;}return _0x49ead1(_0x391256,_0x41d237)?(_0x391256['start']<_0x41d237[_0x15a216(0x1a2)]&&_0x2b23d1['push']({'start':_0x391256[_0x15a216(0x1a2)],'end':_0x41d237[_0x15a216(0x1a2)]-0x1}),_0x391256[_0x15a216(0x2ff)]>_0x41d237[_0x15a216(0x2ff)]&&_0x2b23d1[_0x15a216(0x1aa)]({'start':_0x41d237[_0x15a216(0x2ff)]+0x1,'end':_0x391256['end']}),_0x2b23d1):[_0x391256];}function _0x4c7301(_0x8409d1,_0xe80d9a){const _0x1cf1c6=_0x537ed3,_0x3a0bca={'startColumn':_0x8409d1[_0x1cf1c6(0x1a2)],'endColumn':_0x8409d1[_0x1cf1c6(0x2ff)],'startRow':0x0,'endRow':0x1,'rangeType':_0x1c277e['RANGE_TYPE'][_0x1cf1c6(0x2ea)]},_0x78cd5a={'startColumn':_0xe80d9a[_0x1cf1c6(0x1a2)],'endColumn':_0xe80d9a[_0x1cf1c6(0x2ff)],'startRow':0x0,'endRow':0x1,'rangeType':_0x1c277e['RANGE_TYPE'][_0x1cf1c6(0x2ea)]},_0x2f239c=_0x512b01[_0x1cf1c6(0xde)](_0x3a0bca,_0x78cd5a);return{'start':_0xe80d9a[_0x1cf1c6(0x1a2)]+_0x2f239c['step'],'end':_0xe80d9a[_0x1cf1c6(0x2ff)]+_0x2f239c[_0x1cf1c6(0x2d6)]+_0x2f239c[_0x1cf1c6(0xfe)]};}function _0xcdf06b(_0x16760a,_0x18b837){const _0x2d2638=_0x537ed3,_0x51c62c={'startColumn':_0x16760a[_0x2d2638(0x1a2)],'endColumn':_0x16760a[_0x2d2638(0x2ff)],'startRow':0x0,'endRow':0x1,'rangeType':_0x1c277e['RANGE_TYPE'][_0x2d2638(0x2ea)]},_0x24349c={'startColumn':_0x18b837[_0x2d2638(0x1a2)],'endColumn':_0x18b837[_0x2d2638(0x2ff)],'startRow':0x0,'endRow':0x1,'rangeType':_0x1c277e[_0x2d2638(0x1e4)][_0x2d2638(0x2ea)]},_0x15c9b7=_0x512b01['handleBaseRemoveRange'](_0x51c62c,_0x24349c);return _0x15c9b7===null?null:{'start':_0x18b837[_0x2d2638(0x1a2)]+_0x15c9b7[_0x2d2638(0x2d6)],'end':_0x18b837[_0x2d2638(0x2ff)]+_0x15c9b7['step']+_0x15c9b7[_0x2d2638(0xfe)]};}function _0x5cd6a1(_0x735c7b,_0xf83704){const _0x43f74f=_0x537ed3,{unitId:_0x272a6a,subUnitId:_0x25da47}=_0x735c7b[_0x43f74f(0x13f)],_0x3d50ec=_0x47a582=>_0x35e413(_0x272a6a,_0x25da47,_0x47a582,_0x1beebc=>_0x512b01['handleDefaultRangeChangeWithEffectRefCommands'](_0x1beebc,_0xf83704)),_0x19305b=[],_0x1cb0f3=_0x1c0192=>{const _0x5a8f22=_0x43f74f;var _0x18661b,_0x9b7c12;const _0xfe51ce=_0x1c0192[_0x5a8f22(0x277)],_0x326e56=_0x1c0192[_0x5a8f22(0x23f)]['map'](_0x5b01c6=>_0x512b01[_0x5a8f22(0x2c4)](_0x5b01c6,_0xf83704)),_0x39260f=(_0x18661b=_0x1c0192[_0x5a8f22(0x21a)])!=null?_0x18661b:'',_0x33242e=(_0x9b7c12=_0x1c0192['formula2'])!=null?_0x9b7c12:'';let _0x5b9f9b=_0x39260f,_0x1ab5bc=_0x33242e;_0x1c277e[_0x5a8f22(0x2aa)](_0x39260f)&&(_0x5b9f9b=_0x3d50ec(_0x39260f)),_0x1c277e['isFormulaString'](_0x33242e)&&(_0x1ab5bc=_0x3d50ec(_0x33242e)),(_0x5b9f9b!==_0x39260f||_0x1ab5bc!==_0x33242e)&&_0x19305b['push']({'id':_0x1d07e6[_0x5a8f22(0x189)]['id'],'params':{'unitId':_0x272a6a,'subUnitId':_0x25da47,'ruleId':_0xfe51ce,'payload':{'type':_0x1d07e6[_0x5a8f22(0x17d)]['SETTING'],'payload':{'type':_0x1c0192[_0x5a8f22(0x1a1)],'formula1':_0x5b9f9b,'formula2':_0x1ab5bc}}}});const _0x58cb0d=_0x326e56[_0x5a8f22(0x27e)]()[_0x5a8f22(0x137)](Boolean);_0x1c277e['isRangesEqual'](_0x1c0192[_0x5a8f22(0x23f)],_0x58cb0d)||_0x19305b[_0x5a8f22(0x1aa)]({'id':_0x1d07e6[_0x5a8f22(0x189)]['id'],'params':{'unitId':_0x272a6a,'subUnitId':_0x25da47,'ruleId':_0xfe51ce,'payload':{'type':_0x1d07e6[_0x5a8f22(0x17d)][_0x5a8f22(0x173)],'payload':_0x58cb0d}}});};return Array[_0x43f74f(0x168)](_0x735c7b['params'][_0x43f74f(0x2ef)])?_0x735c7b[_0x43f74f(0x13f)]['rule'][_0x43f74f(0x22e)](_0x417901=>_0x1cb0f3(_0x417901)):_0x1cb0f3(_0x735c7b[_0x43f74f(0x13f)][_0x43f74f(0x2ef)]),_0x19305b;}const _0x427aec={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x1d07e6[_0x537ed3(0x114)]['id'],'handler'(_0x10e2d6,_0x1f0207){const _0x23444c=_0x537ed3,_0x1f5214={'m1Prime':_0x10e2d6,'m2Prime':_0x1f0207};if(_0x10e2d6[_0x23444c(0x13f)][_0x23444c(0x213)]!==_0x1f0207['params'][_0x23444c(0x213)]||_0x10e2d6[_0x23444c(0x13f)][_0x23444c(0x240)]!==_0x1f0207[_0x23444c(0x13f)]['subUnitId'])return _0x1f5214;const _0x17ecae={'id':_0x512b01[_0x23444c(0x136)]['id'],'params':{'fromRange':_0x10e2d6[_0x23444c(0x13f)][_0x23444c(0x2a9)],'toRange':_0x10e2d6[_0x23444c(0x13f)][_0x23444c(0x1a5)]}},_0x18ad14=_0x5cd6a1(_0x1f0207,_0x17ecae);return{'m1Prime':[_0x10e2d6,..._0x18ad14],'m2Prime':[_0x1f0207,..._0x18ad14]};}},_0x39b5c0={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x1d07e6['AddDataValidationMutation']['id'],'handler'(_0x43a0f9,_0xa73422){const _0x614870=_0x537ed3,_0x4ce15a={'m1Prime':_0x43a0f9,'m2Prime':_0xa73422};if(_0x43a0f9['params'][_0x614870(0x213)]!==_0xa73422[_0x614870(0x13f)][_0x614870(0x213)]||_0x43a0f9[_0x614870(0x13f)][_0x614870(0x240)]!==_0xa73422[_0x614870(0x13f)][_0x614870(0x240)])return _0x4ce15a;const _0x922be3={'id':_0x512b01[_0x614870(0x1b5)]['id'],'params':{'unitId':_0x43a0f9[_0x614870(0x13f)][_0x614870(0x213)],'subUnitId':_0x43a0f9['params'][_0x614870(0x240)],'range':_0x43a0f9['params'][_0x614870(0x218)]}},_0x451b7e=_0x5cd6a1(_0xa73422,_0x922be3);return{'m1Prime':[_0x43a0f9,..._0x451b7e],'m2Prime':[_0xa73422,..._0x451b7e]};}},_0x49a56f={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x36a66b,_0x403381){const _0x3be7d0=_0x537ed3,_0xf4eff=_0x325a1b[_0x3be7d0(0x2ad)](_0x403381,_0x36a66b);return _0xf0cba5(_0xf4eff)?{'m1Prime':_0xf4eff['m2Prime'],'m2Prime':_0xf4eff[_0x3be7d0(0x122)]}:_0xf4eff;}},_0x247d7e={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01[_0x537ed3(0x2e7)]['id'],'handler'(_0x169e60,_0x2f6724){const _0x363a41=_0x537ed3,_0x38bc14={'m1Prime':_0x169e60,'m2Prime':_0x2f6724};if(_0x169e60['params'][_0x363a41(0x213)]!==_0x2f6724[_0x363a41(0x13f)][_0x363a41(0x213)]||_0x169e60[_0x363a41(0x13f)][_0x363a41(0x240)]!==_0x2f6724['params'][_0x363a41(0x240)])return _0x38bc14;const _0x59f399=_0x1c277e[_0x363a41(0x2a5)][_0x363a41(0x1d1)](_0x169e60),_0x428757=_0x1c277e[_0x363a41(0x2a5)][_0x363a41(0x1d1)](_0x2f6724),_0x180213=_0x512b01[_0x363a41(0xde)](_0x26d1dd(_0x169e60[_0x363a41(0x13f)][_0x363a41(0x218)]),_0x26d1dd(_0x2f6724['params']['range']));if(_0x180213?(_0x428757[_0x363a41(0x13f)][_0x363a41(0x218)][_0x363a41(0x207)]+=_0x180213['step'],_0x428757[_0x363a41(0x13f)]['range'][_0x363a41(0x22a)]+=_0x180213[_0x363a41(0x2d6)]+(_0x180213[_0x363a41(0xfe)]||0x0)):_0x428757['id']=_0x512b01['EmptyMutation']['id'],_0x169e60['params']['range'][_0x363a41(0x207)]!==_0x2f6724[_0x363a41(0x13f)]['range'][_0x363a41(0x207)]){const _0x159aa3=_0x512b01['handleBaseInsertRange'](_0x26d1dd(_0x2f6724[_0x363a41(0x13f)][_0x363a41(0x218)]),_0x26d1dd(_0x169e60[_0x363a41(0x13f)][_0x363a41(0x218)]));_0x159aa3?(_0x59f399[_0x363a41(0x13f)][_0x363a41(0x218)][_0x363a41(0x207)]+=_0x159aa3['step'],_0x59f399[_0x363a41(0x13f)][_0x363a41(0x218)][_0x363a41(0x22a)]+=_0x159aa3[_0x363a41(0x2d6)]+(_0x159aa3[_0x363a41(0xfe)]||0x0)):_0x59f399['id']=_0x512b01['EmptyMutation']['id'];}return{'m1Prime':_0x59f399,'m2Prime':_0x428757};}},_0x5a9c22={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01[_0x537ed3(0x2c0)]['id'],'handler'(_0x3c5b8a,_0x207deb){const _0x3dbcb3=_0x537ed3,_0x3b1ecf={'m1Prime':_0x3c5b8a,'m2Prime':_0x207deb};if(_0x3c5b8a[_0x3dbcb3(0x13f)][_0x3dbcb3(0x213)]!==_0x207deb[_0x3dbcb3(0x13f)]['unitId']||_0x3c5b8a['params'][_0x3dbcb3(0x240)]!==_0x207deb['params'][_0x3dbcb3(0x240)])return _0x3b1ecf;const _0x84f9cb=_0x1c277e[_0x3dbcb3(0x2a5)][_0x3dbcb3(0x1d1)](_0x3c5b8a),_0x5f33fb=_0x1c277e[_0x3dbcb3(0x2a5)][_0x3dbcb3(0x1d1)](_0x207deb),_0x1b3f2b=_0x207deb[_0x3dbcb3(0x13f)][_0x3dbcb3(0x2a9)],_0x185716=_0x207deb[_0x3dbcb3(0x13f)][_0x3dbcb3(0x1a5)];if(_0x3c5b8a[_0x3dbcb3(0x13f)]['range'][_0x3dbcb3(0x207)]>_0x1b3f2b[_0x3dbcb3(0x207)]&&_0x3c5b8a[_0x3dbcb3(0x13f)][_0x3dbcb3(0x218)][_0x3dbcb3(0x207)]<=_0x1b3f2b[_0x3dbcb3(0x22a)]||_0x3c5b8a['params']['range'][_0x3dbcb3(0x207)]>_0x185716[_0x3dbcb3(0x207)]&&_0x3c5b8a[_0x3dbcb3(0x13f)][_0x3dbcb3(0x218)]['startColumn']<=_0x185716['endColumn'])return{'error':new Error(_0x3dbcb3(0x2b0))};const _0x266c9c=_0x512b01[_0x3dbcb3(0xde)](_0x26d1dd(_0x3c5b8a['params'][_0x3dbcb3(0x218)]),_0x26d1dd(_0x1b3f2b)),_0x5570ed=_0x512b01[_0x3dbcb3(0xde)](_0x26d1dd(_0x3c5b8a['params']['range']),_0x26d1dd(_0x185716));if(_0x5f33fb['params'][_0x3dbcb3(0x2a9)]['startColumn']+=_0x266c9c['step'],_0x5f33fb['params'][_0x3dbcb3(0x2a9)][_0x3dbcb3(0x22a)]+=_0x266c9c['step']+(_0x266c9c[_0x3dbcb3(0xfe)]||0x0),_0x5f33fb['params']['targetRange'][_0x3dbcb3(0x207)]+=_0x5570ed['step'],_0x5f33fb[_0x3dbcb3(0x13f)][_0x3dbcb3(0x1a5)][_0x3dbcb3(0x22a)]+=_0x5570ed['step']+(_0x5570ed['length']||0x0),_0x1b3f2b[_0x3dbcb3(0x207)]>=_0x3c5b8a[_0x3dbcb3(0x13f)]['range']['startColumn']&&_0x185716[_0x3dbcb3(0x207)]<_0x3c5b8a[_0x3dbcb3(0x13f)][_0x3dbcb3(0x218)][_0x3dbcb3(0x207)]){const _0x3c540c=_0x185716[_0x3dbcb3(0x22a)]-_0x185716[_0x3dbcb3(0x207)]+0x1;_0x84f9cb['params'][_0x3dbcb3(0x218)][_0x3dbcb3(0x207)]+=_0x3c540c,_0x84f9cb[_0x3dbcb3(0x13f)][_0x3dbcb3(0x218)][_0x3dbcb3(0x22a)]+=_0x3c540c;}else{if(_0x1b3f2b[_0x3dbcb3(0x22a)]<_0x3c5b8a['params'][_0x3dbcb3(0x218)][_0x3dbcb3(0x207)]&&_0x185716[_0x3dbcb3(0x207)]>=_0x3c5b8a['params']['range'][_0x3dbcb3(0x207)]){const _0x37cd05=_0x1b3f2b['endColumn']-_0x1b3f2b[_0x3dbcb3(0x207)]+0x1;_0x84f9cb[_0x3dbcb3(0x13f)][_0x3dbcb3(0x218)][_0x3dbcb3(0x207)]-=_0x37cd05,_0x84f9cb[_0x3dbcb3(0x13f)][_0x3dbcb3(0x218)]['endColumn']-=_0x37cd05;}}return{'m1Prime':_0x84f9cb,'m2Prime':_0x5f33fb};}},_0x479487={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x512b01['MoveRangeMutation']['id'],'handler'(_0x279cfd,_0x120c10){const _0x2bd4cc=_0x537ed3,_0x21e7e4={'m1Prime':_0x279cfd,'m2Prime':_0x120c10};if(_0x279cfd[_0x2bd4cc(0x13f)][_0x2bd4cc(0x213)]!==_0x120c10['params'][_0x2bd4cc(0x213)]||_0x279cfd['params'][_0x2bd4cc(0x240)]!==_0x120c10[_0x2bd4cc(0x13f)]['from']['subUnitId']&&_0x279cfd[_0x2bd4cc(0x13f)][_0x2bd4cc(0x240)]!==_0x120c10['params']['to'][_0x2bd4cc(0x240)])return _0x21e7e4;const _0x534b6c=_0x1c277e[_0x2bd4cc(0x2a5)]['deepClone'](_0x279cfd),_0x531bb2=_0x1c277e[_0x2bd4cc(0x2a5)][_0x2bd4cc(0x1d1)](_0x120c10);if(_0x279cfd[_0x2bd4cc(0x13f)][_0x2bd4cc(0x240)]===_0x120c10[_0x2bd4cc(0x13f)][_0x2bd4cc(0x270)][_0x2bd4cc(0x240)]){const _0x248546=new _0x1c277e['ObjectMatrix'](_0x531bb2[_0x2bd4cc(0x13f)][_0x2bd4cc(0x270)][_0x2bd4cc(0x16f)])[_0x2bd4cc(0x1fd)](),{startColumn:_0x3b22ae,endColumn:_0x527c72}=_0x248546,{startColumn:_0x5029d0,endColumn:_0x54ded7}=_0x279cfd[_0x2bd4cc(0x13f)][_0x2bd4cc(0x218)],{step:_0x2c046d,length:_0x467f08}=_0x512b01[_0x2bd4cc(0xde)](_0x279cfd['params'][_0x2bd4cc(0x218)],_0x248546);_0x2c046d>0x0&&_0x467f08===0x0&&_0x9333a8(_0x531bb2[_0x2bd4cc(0x13f)][_0x2bd4cc(0x270)]['value'],_0x3b22ae,_0x527c72-_0x3b22ae+0x1,_0x2c046d),_0x2c046d===0x0&&_0x467f08>0x0&&_0x9333a8(_0x531bb2[_0x2bd4cc(0x13f)][_0x2bd4cc(0x270)][_0x2bd4cc(0x16f)],_0x5029d0,_0x527c72-_0x5029d0+0x1,_0x54ded7-_0x5029d0+0x1);}if(_0x279cfd[_0x2bd4cc(0x13f)]['subUnitId']===_0x120c10[_0x2bd4cc(0x13f)]['to']['subUnitId']){const _0x3816c8=new _0x1c277e[(_0x2bd4cc(0x2f6))](_0x531bb2[_0x2bd4cc(0x13f)]['to'][_0x2bd4cc(0x16f)])[_0x2bd4cc(0x1fd)](),{startColumn:_0x4e9bce,endColumn:_0x291915}=_0x3816c8,{startColumn:_0x23f18f,endColumn:_0x3c945c}=_0x279cfd[_0x2bd4cc(0x13f)]['range'],{step:_0x566e84,length:_0x23efd7}=_0x512b01[_0x2bd4cc(0xde)](_0x279cfd[_0x2bd4cc(0x13f)][_0x2bd4cc(0x218)],_0x3816c8);_0x566e84>0x0&&_0x23efd7===0x0&&_0x9333a8(_0x531bb2['params']['to'][_0x2bd4cc(0x16f)],_0x4e9bce,_0x291915-_0x4e9bce+0x1,_0x566e84),_0x566e84===0x0&&_0x23efd7>0x0&&_0x9333a8(_0x531bb2[_0x2bd4cc(0x13f)]['to'][_0x2bd4cc(0x16f)],_0x23f18f,_0x291915-_0x23f18f+0x1,_0x3c945c-_0x23f18f+0x1);}return{'m1Prime':_0x534b6c,'m2Prime':_0x531bb2};}},_0x2cbec7={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01['RemoveColMutation']['id'],'handler'(_0x168bac,_0x11b73b){const _0x1374bc=_0x537ed3,_0x2791cf={'m1Prime':_0x168bac,'m2Prime':_0x11b73b};if(_0x168bac[_0x1374bc(0x13f)][_0x1374bc(0x213)]!==_0x11b73b[_0x1374bc(0x13f)][_0x1374bc(0x213)]||_0x168bac['params'][_0x1374bc(0x240)]!==_0x11b73b['params'][_0x1374bc(0x240)])return _0x2791cf;const _0x2d3cd0=_0x1c277e[_0x1374bc(0x2a5)][_0x1374bc(0x1d1)](_0x168bac),_0x2dfea5=_0x1c277e['Tools'][_0x1374bc(0x1d1)](_0x11b73b);if(_0x168bac[_0x1374bc(0x13f)]['range'][_0x1374bc(0x207)]<=_0x11b73b[_0x1374bc(0x13f)][_0x1374bc(0x218)][_0x1374bc(0x22a)]&&_0x168bac[_0x1374bc(0x13f)]['range'][_0x1374bc(0x207)]>_0x11b73b[_0x1374bc(0x13f)][_0x1374bc(0x218)][_0x1374bc(0x207)])return{'error':new Error(_0x1374bc(0x14e))};const _0x5c4363=_0x512b01[_0x1374bc(0xde)](_0x26d1dd(_0x168bac[_0x1374bc(0x13f)][_0x1374bc(0x218)]),_0x26d1dd(_0x11b73b[_0x1374bc(0x13f)][_0x1374bc(0x218)]));_0x5c4363?(_0x2dfea5[_0x1374bc(0x13f)][_0x1374bc(0x218)]['startColumn']+=_0x5c4363[_0x1374bc(0x2d6)],_0x2dfea5[_0x1374bc(0x13f)][_0x1374bc(0x218)][_0x1374bc(0x22a)]+=_0x5c4363[_0x1374bc(0x2d6)]+(_0x5c4363[_0x1374bc(0xfe)]||0x0)):_0x2dfea5['id']=_0x512b01[_0x1374bc(0x24f)]['id'];const _0xcc071f=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x11b73b['params'][_0x1374bc(0x218)]),_0x26d1dd(_0x168bac[_0x1374bc(0x13f)][_0x1374bc(0x218)]));return _0xcc071f&&(_0x2d3cd0[_0x1374bc(0x13f)][_0x1374bc(0x218)][_0x1374bc(0x207)]+=_0xcc071f[_0x1374bc(0x2d6)],_0x2d3cd0['params'][_0x1374bc(0x218)]['endColumn']+=_0xcc071f[_0x1374bc(0x2d6)]+(_0xcc071f['length']||0x0)),{'m1Prime':_0x2d3cd0,'m2Prime':_0x2dfea5};}},_0x4286cb={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler'(_0x1fd70c,_0x1aa299){const _0xfdaff7=_0x537ed3,_0x447749={'m1Prime':_0x1fd70c,'m2Prime':_0x1aa299};if(_0x1fd70c[_0xfdaff7(0x13f)]['unitId']!==_0x1aa299[_0xfdaff7(0x13f)][_0xfdaff7(0x213)]||_0x1fd70c[_0xfdaff7(0x13f)][_0xfdaff7(0x240)]!==_0x1aa299[_0xfdaff7(0x13f)][_0xfdaff7(0x240)])return _0x447749;const _0x53e529=_0x1c277e[_0xfdaff7(0x2a5)][_0xfdaff7(0x1d1)](_0x1fd70c),_0x4bd6ef=_0x1c277e['Tools']['deepClone'](_0x1aa299),{ranges:_0x14f077}=_0x4bd6ef['params'];return _0x14f077[_0xfdaff7(0x167)](_0x20f511=>{const _0x44069=_0xfdaff7,_0x6a5f0b=_0x512b01[_0x44069(0xde)](_0x26d1dd(_0x1fd70c[_0x44069(0x13f)]['range']),_0x26d1dd(_0x20f511));return _0x6a5f0b[_0x44069(0xfe)]!==0x0?!0x0:(_0x20f511['startColumn']+=_0x6a5f0b[_0x44069(0x2d6)],_0x20f511[_0x44069(0x22a)]+=_0x6a5f0b['step'],!0x1);})?{'error':new Error(_0xfdaff7(0x243))}:{'m1Prime':_0x53e529,'m2Prime':_0x4bd6ef};}},_0x119c59={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01['RemoveWorksheetMergeMutation']['id'],'handler'(_0x574a94,_0x8feb7c){const _0x6d9187=_0x537ed3,_0x330f4f=_0x1c277e[_0x6d9187(0x2a5)][_0x6d9187(0x1d1)](_0x574a94),_0x4758cd=_0x1c277e[_0x6d9187(0x2a5)][_0x6d9187(0x1d1)](_0x8feb7c);if(_0x574a94[_0x6d9187(0x13f)][_0x6d9187(0x213)]!==_0x8feb7c[_0x6d9187(0x13f)]['unitId']||_0x574a94[_0x6d9187(0x13f)][_0x6d9187(0x240)]!==_0x8feb7c['params']['subUnitId'])return{'m1Prime':_0x330f4f,'m2Prime':_0x4758cd};const _0x58c432=_0x4758cd[_0x6d9187(0x13f)][_0x6d9187(0x23f)]['map'](_0x38f39f=>{const _0x414f01=_0x6d9187,_0x25ba9c=_0x330f4f['params'][_0x414f01(0x218)],_0x29ab83=_0x25ba9c['endColumn']-_0x25ba9c[_0x414f01(0x207)]+0x1;return _0x25ba9c['startColumn']<=_0x38f39f[_0x414f01(0x207)]?{..._0x38f39f,'startColumn':_0x38f39f[_0x414f01(0x207)]+_0x29ab83,'endColumn':_0x38f39f['endColumn']+_0x29ab83}:_0x25ba9c[_0x414f01(0x207)]>_0x38f39f[_0x414f01(0x207)]&&_0x25ba9c['startColumn']<=_0x38f39f[_0x414f01(0x22a)]?{..._0x38f39f,'endColumn':_0x38f39f['endColumn']+_0x29ab83}:{..._0x38f39f};});return _0x4758cd[_0x6d9187(0x13f)]['ranges']=_0x58c432,{'m1Prime':_0x330f4f,'m2Prime':_0x4758cd};}},_0x3e6f67={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01['ReorderRangeMutation']['id'],'handler'(_0x4c29aa,_0x41b74c){const _0x4909da=_0x537ed3,_0x420acb={'m1Prime':_0x4c29aa,'m2Prime':_0x41b74c};if(_0x4c29aa[_0x4909da(0x13f)][_0x4909da(0x213)]!==_0x41b74c['params'][_0x4909da(0x213)]||_0x4c29aa['params']['subUnitId']!==_0x41b74c['params'][_0x4909da(0x240)])return _0x420acb;const _0x5c4b5d=_0x1c277e[_0x4909da(0x2a5)][_0x4909da(0x1d1)](_0x41b74c),_0x2ae13f=_0x512b01[_0x4909da(0xde)](_0x26d1dd(_0x4c29aa['params'][_0x4909da(0x218)]),_0x26d1dd(_0x41b74c['params']['range']));return _0x5c4b5d['params'][_0x4909da(0x218)][_0x4909da(0x207)]+=_0x2ae13f[_0x4909da(0x2d6)],_0x5c4b5d['params']['range'][_0x4909da(0x22a)]+=_0x2ae13f[_0x4909da(0x2d6)]+(_0x2ae13f['length']||0x0),{'m1Prime':_0x4c29aa,'m2Prime':_0x5c4b5d};}},_0x1f91f0={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x1ad)]['id'],'handler'(_0xd1e9aa,_0x48104f){const _0x2c5af5=_0x537ed3,_0x501fcc={'m1Prime':_0xd1e9aa,'m2Prime':_0x48104f};if(_0xd1e9aa[_0x2c5af5(0x13f)][_0x2c5af5(0x213)]!==_0x48104f[_0x2c5af5(0x13f)][_0x2c5af5(0x213)]||_0xd1e9aa[_0x2c5af5(0x13f)][_0x2c5af5(0x240)]!==_0x48104f[_0x2c5af5(0x13f)][_0x2c5af5(0x240)])return _0x501fcc;const _0x174a43=_0x1c277e['Tools'][_0x2c5af5(0x1d1)](_0xd1e9aa),_0x40b3b3=_0x1c277e[_0x2c5af5(0x2a5)][_0x2c5af5(0x1d1)](_0x48104f),{columnData:_0x3988cc}=_0x40b3b3[_0x2c5af5(0x13f)];for(let _0x52ddff=_0xd1e9aa[_0x2c5af5(0x13f)][_0x2c5af5(0x218)][_0x2c5af5(0x207)];_0x52ddff<=_0xd1e9aa['params'][_0x2c5af5(0x218)][_0x2c5af5(0x22a)];_0x52ddff++)_0x1c277e['insertMatrixArray'](_0x52ddff,void 0x0,_0x3988cc);return{'m1Prime':_0x174a43,'m2Prime':_0x40b3b3};}},_0x13328d={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x111)]['id'],'handler'(_0xdcc808,_0x2f3b09){const _0x5cd6c5=_0x537ed3,_0x3599a0={'m1Prime':_0xdcc808,'m2Prime':_0x2f3b09};if(_0xdcc808[_0x5cd6c5(0x13f)][_0x5cd6c5(0x213)]!==_0x2f3b09[_0x5cd6c5(0x13f)][_0x5cd6c5(0x213)]||_0xdcc808[_0x5cd6c5(0x13f)][_0x5cd6c5(0x240)]!==_0x2f3b09[_0x5cd6c5(0x13f)][_0x5cd6c5(0x240)])return _0x3599a0;const _0x1fd4c0=_0x1c277e['Tools'][_0x5cd6c5(0x1d1)](_0xdcc808),_0x500fa9=_0x1c277e[_0x5cd6c5(0x2a5)][_0x5cd6c5(0x1d1)](_0x2f3b09),{ranges:_0x287491}=_0x500fa9[_0x5cd6c5(0x13f)];return _0x287491[_0x5cd6c5(0x167)](_0x1f93b9=>{const _0x2f128f=_0x5cd6c5,_0x7cbdce=_0x512b01['handleBaseInsertRange'](_0x26d1dd(_0xdcc808[_0x2f128f(0x13f)][_0x2f128f(0x218)]),_0x1f93b9);return _0x7cbdce[_0x2f128f(0xfe)]!==0x0?!0x0:(_0x1f93b9[_0x2f128f(0x207)]+=_0x7cbdce[_0x2f128f(0x2d6)],_0x1f93b9['endColumn']+=_0x7cbdce[_0x2f128f(0x2d6)],!0x1);})?{'error':new Error(_0x5cd6c5(0x20a))}:{'m1Prime':_0x1fd4c0,'m2Prime':_0x500fa9};}},_0x41f8b3={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01['SetColVisibleMutation']['id'],'handler'(_0x1ccde4,_0x237844){const _0x27ac03=_0x537ed3,_0x2488a0={'m1Prime':_0x1ccde4,'m2Prime':_0x237844};if(_0x1ccde4[_0x27ac03(0x13f)][_0x27ac03(0x213)]!==_0x237844[_0x27ac03(0x13f)]['unitId']||_0x1ccde4[_0x27ac03(0x13f)][_0x27ac03(0x240)]!==_0x237844[_0x27ac03(0x13f)]['subUnitId'])return _0x2488a0;const _0x5e3233=_0x1c277e[_0x27ac03(0x2a5)][_0x27ac03(0x1d1)](_0x1ccde4),_0xb9b59f=_0x1c277e[_0x27ac03(0x2a5)][_0x27ac03(0x1d1)](_0x237844),{ranges:_0x492b1e}=_0xb9b59f[_0x27ac03(0x13f)];return _0x492b1e['some'](_0x48d4fc=>{const _0x425021=_0x27ac03,_0x433061=_0x512b01[_0x425021(0xde)](_0x26d1dd(_0x1ccde4['params'][_0x425021(0x218)]),_0x48d4fc);return _0x433061[_0x425021(0xfe)]!==0x0?!0x0:(_0x48d4fc[_0x425021(0x207)]+=_0x433061[_0x425021(0x2d6)],_0x48d4fc[_0x425021(0x22a)]+=_0x433061[_0x425021(0x2d6)],!0x1);})?{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible')}:{'m1Prime':_0x5e3233,'m2Prime':_0xb9b59f};}},_0x187da3={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler'(_0x3db933,_0x2dcce6){const _0x1c5afa=_0x537ed3,_0x52e00c={'m1Prime':_0x3db933,'m2Prime':_0x2dcce6};if(_0x3db933[_0x1c5afa(0x13f)][_0x1c5afa(0x213)]!==_0x2dcce6[_0x1c5afa(0x13f)][_0x1c5afa(0x213)]||_0x3db933['params'][_0x1c5afa(0x240)]!==_0x2dcce6[_0x1c5afa(0x13f)][_0x1c5afa(0x240)])return _0x52e00c;const _0x12c690=[_0x1c277e[_0x1c5afa(0x2a5)]['deepClone'](_0x3db933)],_0x536e8f=_0x1c277e[_0x1c5afa(0x2a5)][_0x1c5afa(0x1d1)](_0x2dcce6),{values:_0x570bbd}=_0x536e8f[_0x1c5afa(0x13f)],_0x157526=[];let _0x129ba8=!0x1;for(const _0x843e13 in _0x570bbd){const _0x3e7da7=_0x570bbd[_0x843e13];if(_0x157526['push'](..._0x3e7da7['ranges']),_0x3e7da7['ranges']['some'](_0x3dda5=>{const _0x24a69e=_0x1c5afa,_0x3dbd41=_0x512b01[_0x24a69e(0xde)](_0x26d1dd(_0x3db933[_0x24a69e(0x13f)]['range']),_0x26d1dd(_0x3dda5));return _0x3dbd41[_0x24a69e(0xfe)]!==0x0?!0x0:(_0x3dbd41['step']!==0x0&&(_0x129ba8=!0x0),_0x3dda5[_0x24a69e(0x207)]+=_0x3dbd41[_0x24a69e(0x2d6)],_0x3dda5[_0x24a69e(0x22a)]+=_0x3dbd41[_0x24a69e(0x2d6)],!0x1);}))return{'error':new Error(_0x1c5afa(0xea))};}if(_0x129ba8){const _0x1b908e={'id':_0x512b01[_0x1c5afa(0x2e1)]['id'],'params':{'unitId':_0x2dcce6['params'][_0x1c5afa(0x213)],'subUnitId':_0x2dcce6['params']['subUnitId'],'ranges':_0x157526}};_0x12c690[_0x1c5afa(0x1aa)](_0x1b908e,_0x536e8f);}return{'m1Prime':_0x12c690,'m2Prime':_0x536e8f};}},_0x4f2882={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01[_0x537ed3(0x2e9)]['id'],'handler'(_0x454454,_0x598333){const _0x4c5486=_0x537ed3,_0x3acc09={'m1Prime':_0x454454,'m2Prime':_0x598333};if(_0x454454[_0x4c5486(0x13f)][_0x4c5486(0x213)]!==_0x598333[_0x4c5486(0x13f)][_0x4c5486(0x213)]||_0x454454[_0x4c5486(0x13f)][_0x4c5486(0x240)]!==_0x598333[_0x4c5486(0x13f)]['subUnitId'])return _0x3acc09;const _0x1bba8b=[_0x1c277e[_0x4c5486(0x2a5)][_0x4c5486(0x1d1)](_0x454454)],_0xbd7269=_0x1c277e['Tools'][_0x4c5486(0x1d1)](_0x598333),_0xf02103=new _0x1c277e[(_0x4c5486(0x2f6))](_0xbd7269[_0x4c5486(0x13f)]['cellValue']),_0x3c0461=_0xf02103[_0x4c5486(0x1fd)](),_0x2fa326=_0x454454[_0x4c5486(0x13f)]['range'],_0x426e81=_0x2fa326[_0x4c5486(0x22a)]-_0x2fa326[_0x4c5486(0x207)]+0x1;if(_0xbd7269[_0x4c5486(0x13f)]['cellValue']&&_0x2fa326[_0x4c5486(0x207)]<=_0x3c0461[_0x4c5486(0x22a)]){const _0x20a649=Math[_0x4c5486(0x2cd)](_0x3c0461[_0x4c5486(0x207)],_0x2fa326[_0x4c5486(0x207)]);_0x9333a8(_0xbd7269['params']['cellValue'],_0x20a649,_0x3c0461[_0x4c5486(0x22a)]-_0x20a649+0x1,_0x426e81);}const _0x1918bc=new _0x1c277e['ObjectMatrix']();let _0x442dc3=!0x1;if(_0xf02103[_0x4c5486(0xfc)]((_0x48f9a3,_0x5153eb,_0x41d387)=>{const _0x27ea4d=_0x4c5486;if(_0x41d387&&_0x41d387['f']){const _0x3cf147=_0x41d387['f'];let _0x2d2c7b=!0x1;const _0x36291b=_0x35e413(_0x454454[_0x27ea4d(0x13f)][_0x27ea4d(0x213)],_0x454454[_0x27ea4d(0x13f)]['subUnitId'],_0x3cf147,_0x3f8eab=>{const _0x1788a6=_0x27ea4d,_0x3b964e=_0x512b01['handleBaseInsertRange'](_0x26d1dd(_0x454454[_0x1788a6(0x13f)][_0x1788a6(0x218)]),_0x26d1dd(_0x3f8eab));return(_0x3b964e[_0x1788a6(0x2d6)]!==0x0||_0x3b964e['length']!==0x0)&&(_0x2d2c7b=!0x0,_0x3f8eab[_0x1788a6(0x207)]+=_0x3b964e['step'],_0x3f8eab[_0x1788a6(0x22a)]+=_0x3b964e[_0x1788a6(0x2d6)]+_0x3b964e[_0x1788a6(0xfe)]),_0x3f8eab;});_0x2d2c7b&&(_0x442dc3=!0x0,_0x41d387['f']=_0x36291b,_0x1918bc[_0x27ea4d(0x29f)](_0x48f9a3,_0x5153eb,{..._0x41d387}));}}),_0x442dc3){const _0x46d88c={'id':_0x512b01[_0x4c5486(0x2e9)]['id'],'params':{'unitId':_0x598333['params'][_0x4c5486(0x213)],'subUnitId':_0x598333['params'][_0x4c5486(0x240)],'cellValue':_0x1918bc[_0x4c5486(0x2ce)]()}};_0x1bba8b['push'](_0x46d88c);}return{'m1Prime':_0x1bba8b,'m2Prime':_0xbd7269};}},_0x357fc5={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01[_0x537ed3(0x233)]['id'],'handler'(_0x521319,_0x14936a){const _0x2d8203=_0x537ed3,_0x3be686={'m1Prime':[],'m2Prime':[]};if(_0x521319['params'][_0x2d8203(0x213)]!==_0x14936a['params']['unitId']||_0x521319[_0x2d8203(0x13f)][_0x2d8203(0x240)]!==_0x14936a['params']['subUnitId'])return _0x3be686;const _0x13fa11=_0x1c277e[_0x2d8203(0x2a5)][_0x2d8203(0x1d1)](_0x14936a);let _0x335e85=!0x1;return _0x13fa11[_0x2d8203(0x13f)][_0x2d8203(0x212)][_0x2d8203(0x22e)](_0x2d25e2=>{const _0x13c237=_0x2d8203,{range:_0x3dcd21,primary:_0x34f20e}=_0x2d25e2,_0x3e620a=_0x512b01['handleBaseInsertRange'](_0x26d1dd(_0x521319[_0x13c237(0x13f)][_0x13c237(0x218)]),_0x26d1dd(_0x3dcd21));if(_0x3e620a[_0x13c237(0xfe)]||_0x3e620a['step']){if(_0x3dcd21[_0x13c237(0x207)]+=_0x3e620a['step'],_0x3dcd21[_0x13c237(0x22a)]+=_0x3e620a[_0x13c237(0x2d6)]+(_0x3e620a[_0x13c237(0xfe)]||0x0),_0x34f20e){const _0x47d8b2=_0x512b01[_0x13c237(0xde)](_0x26d1dd(_0x521319[_0x13c237(0x13f)][_0x13c237(0x218)]),_0x26d1dd(_0x34f20e));(_0x47d8b2[_0x13c237(0xfe)]||_0x47d8b2[_0x13c237(0x2d6)])&&(_0x34f20e[_0x13c237(0x207)]+=_0x47d8b2[_0x13c237(0x2d6)],_0x34f20e[_0x13c237(0x22a)]+=_0x47d8b2['step'],_0x34f20e[_0x13c237(0x289)]+=_0x47d8b2[_0x13c237(0x2d6)]);}_0x335e85=!0x0;}}),_0x335e85&&_0x3be686[_0x2d8203(0x11c)]['push'](_0x13fa11),_0x3be686;}},_0x1c2104={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x472535[_0x537ed3(0x1f2)]['id'],'handler'(_0x5937f3,_0x23b2de){const _0x23440c=_0x537ed3,_0x1be0f5={'m1Prime':_0x5937f3,'m2Prime':_0x23b2de};if(_0x5937f3[_0x23440c(0x13f)][_0x23440c(0x213)]!==_0x23b2de['params'][_0x23440c(0x213)]||_0x5937f3['params']['subUnitId']!==_0x23b2de[_0x23440c(0x13f)][_0x23440c(0x240)])return _0x1be0f5;const _0x2b572a=_0x1c277e[_0x23440c(0x2a5)][_0x23440c(0x1d1)](_0x5937f3),_0x3afa95=_0x1c277e[_0x23440c(0x2a5)][_0x23440c(0x1d1)](_0x23b2de),_0x55ed7e=_0x4c7301({'start':_0x5937f3[_0x23440c(0x13f)][_0x23440c(0x218)][_0x23440c(0x207)],'end':_0x5937f3[_0x23440c(0x13f)][_0x23440c(0x218)][_0x23440c(0x22a)]},{'start':_0x23b2de[_0x23440c(0x13f)][_0x23440c(0x1e6)],'end':_0x23b2de[_0x23440c(0x13f)][_0x23440c(0x1e6)]});if(_0x3afa95[_0x23440c(0x13f)][_0x23440c(0x1e6)]===_0x55ed7e[_0x23440c(0x1a2)])return _0x1be0f5;_0x3afa95[_0x23440c(0x13f)]['col']=_0x55ed7e['start'],_0x3afa95[_0x23440c(0x13f)]['criteria']&&(_0x3afa95[_0x23440c(0x13f)][_0x23440c(0x128)]['colId']=_0x55ed7e[_0x23440c(0x1a2)]);const _0x299cba=_0x1c277e[_0x23440c(0x2a5)][_0x23440c(0x1d1)](_0x23b2de);return _0x299cba['params'][_0x23440c(0x128)]=null,{'m1Prime':[_0x299cba,_0x3afa95,_0x2b572a],'m2Prime':[_0x3afa95]};}},_0x15eafa={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x472535['SetSheetsFilterRangeMutation']['id'],'handler'(_0x4e9cde,_0x3e162d){const _0x3a4880=_0x537ed3,_0x1d730c={'m1Prime':_0x4e9cde,'m2Prime':_0x3e162d};if(_0x4e9cde[_0x3a4880(0x13f)]['unitId']!==_0x3e162d[_0x3a4880(0x13f)][_0x3a4880(0x213)]||_0x4e9cde[_0x3a4880(0x13f)][_0x3a4880(0x240)]!==_0x3e162d[_0x3a4880(0x13f)][_0x3a4880(0x240)])return _0x1d730c;const _0x58b683=_0x1c277e[_0x3a4880(0x2a5)]['deepClone'](_0x4e9cde),_0x521345=_0x1c277e[_0x3a4880(0x2a5)]['deepClone'](_0x3e162d),_0x3ce14f=_0x4c7301({'start':_0x4e9cde['params'][_0x3a4880(0x218)][_0x3a4880(0x207)],'end':_0x4e9cde[_0x3a4880(0x13f)][_0x3a4880(0x218)][_0x3a4880(0x22a)]},{'start':_0x3e162d[_0x3a4880(0x13f)][_0x3a4880(0x218)]['startColumn'],'end':_0x3e162d['params'][_0x3a4880(0x218)][_0x3a4880(0x22a)]});return _0x521345[_0x3a4880(0x13f)][_0x3a4880(0x218)][_0x3a4880(0x207)]===_0x3ce14f[_0x3a4880(0x1a2)]&&_0x521345[_0x3a4880(0x13f)][_0x3a4880(0x218)]['endColumn']===_0x3ce14f[_0x3a4880(0x2ff)]?_0x1d730c:(_0x521345[_0x3a4880(0x13f)][_0x3a4880(0x218)]['startColumn']=_0x3ce14f[_0x3a4880(0x1a2)],_0x521345[_0x3a4880(0x13f)]['range'][_0x3a4880(0x22a)]=_0x3ce14f[_0x3a4880(0x2ff)],{'m1Prime':[_0x521345,_0x58b683],'m2Prime':[_0x521345]});}},_0x5574fb={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x512b01['SetWorksheetColWidthMutation']['id'],'handler'(_0x5e17ce,_0x58c3a2){const _0x5bb7b1=_0x537ed3,_0x42e3c6={'m1Prime':_0x5e17ce,'m2Prime':_0x58c3a2};if(_0x5e17ce['params'][_0x5bb7b1(0x213)]!==_0x58c3a2[_0x5bb7b1(0x13f)]['unitId']||_0x5e17ce['params'][_0x5bb7b1(0x240)]!==_0x58c3a2['params'][_0x5bb7b1(0x240)])return _0x42e3c6;const _0x721fc7=_0x1c277e[_0x5bb7b1(0x2a5)][_0x5bb7b1(0x1d1)](_0x5e17ce),_0x3350a2=_0x1c277e['Tools'][_0x5bb7b1(0x1d1)](_0x58c3a2),{ranges:_0xcbcf11,colWidth:_0xad16d3}=_0x3350a2[_0x5bb7b1(0x13f)];if(_0xcbcf11['some'](_0x172a35=>{const _0x5aa67b=_0x5bb7b1,_0x131eb3=_0x512b01[_0x5aa67b(0xde)](_0x26d1dd(_0x5e17ce['params']['range']),_0x172a35);return _0x131eb3['length']!==0x0?!0x0:(_0x172a35['startColumn']+=_0x131eb3[_0x5aa67b(0x2d6)],_0x172a35[_0x5aa67b(0x22a)]+=_0x131eb3['step'],!0x1);}))return{'error':new Error(_0x5bb7b1(0x13e))};if(typeof _0xad16d3!=_0x5bb7b1(0x24e)){for(let _0x26e784=_0x5e17ce[_0x5bb7b1(0x13f)][_0x5bb7b1(0x218)][_0x5bb7b1(0x207)];_0x26e784<=_0x5e17ce[_0x5bb7b1(0x13f)][_0x5bb7b1(0x218)][_0x5bb7b1(0x22a)];_0x26e784++)_0x1c277e['insertMatrixArray'](_0x26e784,void 0x0,_0xad16d3);}return{'m1Prime':_0x721fc7,'m2Prime':_0x3350a2};}},_0x5b9671=(_0x237a32,_0x288e32)=>{const _0x390c0f=_0x537ed3,_0x3b26aa=_0x135fbe[_0x390c0f(0x279)](_0x237a32['params']['payload'][_0x390c0f(0x237)]),_0x3c1b50={'startColumn':_0x3b26aa[_0x390c0f(0x248)],'endColumn':_0x3b26aa[_0x390c0f(0x248)],'startRow':_0x3b26aa['row'],'endRow':_0x3b26aa[_0x390c0f(0x148)]},_0x52f133=_0x512b01[_0x390c0f(0x16e)](_0x3c1b50,_0x288e32);if(!_0x52f133)return[{'id':_0x151b41[_0x390c0f(0x1d8)]['id'],'params':{..._0x237a32['params'],'comment':void 0x0,'commentId':_0x237a32[_0x390c0f(0x13f)][_0x390c0f(0x287)][_0x390c0f(0xf8)]}}];const _0x5486ba=_0x135fbe[_0x390c0f(0x23e)](_0x52f133);return _0x5486ba===_0x237a32[_0x390c0f(0x13f)]['payload'][_0x390c0f(0x237)]?[]:[{'id':_0x151b41[_0x390c0f(0x28f)]['id'],'params':{..._0x237a32[_0x390c0f(0x13f)],'comment':void 0x0,'payload':{'ref':_0x5486ba,'commentId':_0x237a32[_0x390c0f(0x13f)][_0x390c0f(0x287)]['commentId']}}}];},_0xcfb6b={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x151b41[_0x537ed3(0x28f)]['id'],'handler':(_0x145964,_0x43c3c7)=>{const _0x1d478c=_0x537ed3,_0x2158fc={'m1Prime':_0x145964,'m2Prime':_0x43c3c7};if(_0x145964['params'][_0x1d478c(0x213)]!==_0x43c3c7[_0x1d478c(0x13f)]['unitId']||_0x145964[_0x1d478c(0x13f)][_0x1d478c(0x240)]!==_0x43c3c7[_0x1d478c(0x13f)][_0x1d478c(0x240)])return _0x2158fc;const _0x25e9c3={'id':_0x512b01[_0x1d478c(0x1b5)]['id'],'params':{'unitId':_0x145964[_0x1d478c(0x13f)][_0x1d478c(0x213)],'subUnitId':_0x145964[_0x1d478c(0x13f)][_0x1d478c(0x240)],'range':_0x145964[_0x1d478c(0x13f)][_0x1d478c(0x218)]}},_0x911096=_0x5b9671(_0x43c3c7,_0x25e9c3);return{'m1Prime':[_0x145964,..._0x911096],'m2Prime':[_0x43c3c7,..._0x911096]};}};function _0x562205(_0x34578c,_0x2e4b59){const _0x314767=_0x537ed3;var _0x2a36de,_0x550c92;const {payload:_0x5bd82e,unitId:_0x287761,subUnitId:_0x26fb4b,ruleId:_0x447fb7}=_0x34578c[_0x314767(0x13f)];switch(_0x5bd82e['type']){case _0x1d07e6[_0x314767(0x17d)][_0x314767(0x173)]:{const _0x5a2893=_0x5bd82e[_0x314767(0x287)][_0x314767(0x1ed)](_0x363290=>_0x512b01[_0x314767(0x2c4)](_0x363290,_0x2e4b59))[_0x314767(0x137)](Boolean)[_0x314767(0x27e)]();if(!_0x1c277e[_0x314767(0x19f)](_0x5a2893,_0x5bd82e['payload']))return[{'id':_0x1d07e6[_0x314767(0x189)]['id'],'params':{'unitId':_0x287761,'subUnitId':_0x26fb4b,'ruleId':_0x447fb7,'payload':{'type':_0x1d07e6[_0x314767(0x17d)][_0x314767(0x173)],'payload':_0x5a2893}}}];break;}case _0x1d07e6[_0x314767(0x17d)][_0x314767(0x12e)]:{const _0x30b733=_0xd6d9d1=>_0x35e413(_0x287761,_0x26fb4b,_0xd6d9d1,_0x427ab8=>_0x512b01[_0x314767(0x16e)](_0x427ab8,_0x2e4b59)),_0xd41495=(_0x2a36de=_0x5bd82e['payload'][_0x314767(0x21a)])!=null?_0x2a36de:'',_0x521fd1=(_0x550c92=_0x5bd82e[_0x314767(0x287)]['formula2'])!=null?_0x550c92:'';let _0x36b6dd=_0xd41495,_0x2bf607=_0x521fd1;if(_0x1c277e['isFormulaString'](_0xd41495)&&(_0x36b6dd=_0x30b733(_0xd41495)),_0x1c277e[_0x314767(0x2aa)](_0x521fd1)&&(_0x2bf607=_0x30b733(_0x521fd1)),_0x36b6dd!==_0xd41495||_0x2bf607!==_0x521fd1)return[{'id':_0x1d07e6[_0x314767(0x189)]['id'],'params':{'unitId':_0x287761,'subUnitId':_0x26fb4b,'ruleId':_0x447fb7,'payload':{'type':_0x1d07e6[_0x314767(0x17d)]['SETTING'],'payload':{'type':_0x5bd82e['payload']['type'],'formula1':_0x36b6dd,'formula2':_0x2bf607}}}}];break;}}return[];}const _0x6b7260={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x412cf7,_0x303050)=>{const _0x411b9e=_0x537ed3,_0x6ed0ab={'m1Prime':_0x412cf7,'m2Prime':_0x303050};if(_0x412cf7[_0x411b9e(0x13f)]['unitId']!==_0x303050['params'][_0x411b9e(0x213)]||_0x303050[_0x411b9e(0x13f)][_0x411b9e(0x240)]!==_0x412cf7[_0x411b9e(0x13f)][_0x411b9e(0x240)])return _0x6ed0ab;const _0x5b9c09={'id':_0x512b01[_0x411b9e(0x136)]['id'],'params':{'fromRange':_0x412cf7[_0x411b9e(0x13f)][_0x411b9e(0x2a9)],'toRange':_0x412cf7[_0x411b9e(0x13f)][_0x411b9e(0x1a5)]}},_0x572182=_0x562205(_0x303050,_0x5b9c09);return{'m1Prime':[_0x412cf7,..._0x572182],'m2Prime':[_0x303050,..._0x572182]};}},_0x4a016f={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x1d07e6['UpdateDataValidationMutation']['id'],'handler':(_0x7ca506,_0x31338d)=>{const _0x42da06=_0x537ed3,_0x3752d3={'m1Prime':_0x7ca506,'m2Prime':_0x31338d};if(_0x7ca506[_0x42da06(0x13f)][_0x42da06(0x213)]!==_0x31338d['params'][_0x42da06(0x213)]||_0x31338d[_0x42da06(0x13f)][_0x42da06(0x240)]!==_0x7ca506[_0x42da06(0x13f)]['subUnitId'])return _0x3752d3;const _0x1c68e6={'id':_0x512b01['InsertColCommand']['id'],'params':{'unitId':_0x7ca506['params']['unitId'],'subUnitId':_0x7ca506[_0x42da06(0x13f)]['subUnitId'],'range':_0x7ca506[_0x42da06(0x13f)]['range']}},_0x23800a=_0x562205(_0x31338d,_0x1c68e6);return{'m1Prime':[_0x7ca506,..._0x23800a],'m2Prime':[_0x31338d,..._0x23800a]};}},_0x2d794={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x151b41['AddCommentMutation']['id'],'handler':(_0x3f578d,_0x27506a)=>{const _0xa9a167=_0x537ed3,_0x32e1f2={'m1Prime':_0x3f578d,'m2Prime':_0x27506a};if(_0x3f578d['params'][_0xa9a167(0x213)]!==_0x27506a[_0xa9a167(0x13f)][_0xa9a167(0x213)]||_0x3f578d[_0xa9a167(0x13f)][_0xa9a167(0x240)]!==_0x27506a['params'][_0xa9a167(0x240)])return _0x32e1f2;const _0x18ac50={'id':_0x512b01['InsertRowCommand']['id'],'params':{'unitId':_0x3f578d[_0xa9a167(0x13f)][_0xa9a167(0x213)],'subUnitId':_0x3f578d[_0xa9a167(0x13f)][_0xa9a167(0x240)],'range':_0x3f578d[_0xa9a167(0x13f)][_0xa9a167(0x218)]}},_0x351a07=_0x150885(_0x27506a,_0x18ac50);return{'m1Prime':[_0x3f578d,..._0x351a07],'m2Prime':[_0x27506a,..._0x351a07]};}},_0x1ec684={'m1':_0x512b01['InsertRowMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x4c3371,_0x38d6a1){const _0x50307d=_0x537ed3,_0x9932e4=_0x16f7db[_0x50307d(0x2ad)](_0x38d6a1,_0x4c3371);return _0xf0cba5(_0x9932e4)?{'m1Prime':_0x9932e4['m2Prime'],'m2Prime':_0x9932e4[_0x50307d(0x122)]}:_0x9932e4;}},_0x3d66f3={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x166)]['id'],'handler'(_0x24123f,_0x51b8a){const _0x4c277e=_0x537ed3,_0x333e66={'m1Prime':_0x24123f,'m2Prime':_0x51b8a};if(_0x24123f[_0x4c277e(0x13f)]['unitId']!==_0x51b8a['params'][_0x4c277e(0x213)]||_0x24123f['params'][_0x4c277e(0x240)]!==_0x51b8a['params'][_0x4c277e(0x240)])return _0x333e66;const _0x338e77=_0x1c277e['Tools'][_0x4c277e(0x1d1)](_0x24123f),_0x35bbf0=_0x1c277e[_0x4c277e(0x2a5)][_0x4c277e(0x1d1)](_0x51b8a),_0x1ec4cc=_0x512b01[_0x4c277e(0xde)](_0x26d1dd(_0x512b01[_0x4c277e(0x146)](_0x24123f[_0x4c277e(0x13f)][_0x4c277e(0x218)])),_0x26d1dd(_0x512b01['rotateRange'](_0x51b8a[_0x4c277e(0x13f)][_0x4c277e(0x218)])));if(_0x1ec4cc?(_0x35bbf0[_0x4c277e(0x13f)]['range']['startRow']+=_0x1ec4cc[_0x4c277e(0x2d6)],_0x35bbf0[_0x4c277e(0x13f)]['range'][_0x4c277e(0x2ec)]+=_0x1ec4cc[_0x4c277e(0x2d6)]+(_0x1ec4cc[_0x4c277e(0xfe)]||0x0)):_0x35bbf0['id']=_0x512b01[_0x4c277e(0x24f)]['id'],_0x24123f[_0x4c277e(0x13f)][_0x4c277e(0x218)]['startRow']!==_0x51b8a['params'][_0x4c277e(0x218)][_0x4c277e(0x224)]){const _0x4220fd=_0x512b01[_0x4c277e(0xde)](_0x26d1dd(_0x512b01['rotateRange'](_0x51b8a[_0x4c277e(0x13f)]['range'])),_0x26d1dd(_0x512b01['rotateRange'](_0x24123f[_0x4c277e(0x13f)][_0x4c277e(0x218)])));_0x4220fd?(_0x338e77['params']['range'][_0x4c277e(0x224)]+=_0x4220fd['step'],_0x338e77[_0x4c277e(0x13f)][_0x4c277e(0x218)]['endRow']+=_0x4220fd[_0x4c277e(0x2d6)]+(_0x4220fd['length']||0x0)):_0x338e77['id']=_0x512b01[_0x4c277e(0x24f)]['id'];}return{'m1Prime':_0x338e77,'m2Prime':_0x35bbf0};}},_0x214754={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler'(_0x59bf37,_0x1674a6){const _0x156d6b=_0x537ed3,_0x1e9eb8={'m1Prime':_0x59bf37,'m2Prime':_0x1674a6};if(_0x59bf37[_0x156d6b(0x13f)][_0x156d6b(0x213)]!==_0x1674a6['params'][_0x156d6b(0x213)]||_0x59bf37['params'][_0x156d6b(0x240)]!==_0x1674a6[_0x156d6b(0x13f)]['from']['subUnitId']&&_0x59bf37['params'][_0x156d6b(0x240)]!==_0x1674a6[_0x156d6b(0x13f)]['to']['subUnitId'])return _0x1e9eb8;const _0x3060b2=_0x1c277e[_0x156d6b(0x2a5)]['deepClone'](_0x59bf37),_0x4fdc87=_0x1c277e[_0x156d6b(0x2a5)][_0x156d6b(0x1d1)](_0x1674a6);if(_0x59bf37[_0x156d6b(0x13f)][_0x156d6b(0x240)]===_0x1674a6[_0x156d6b(0x13f)][_0x156d6b(0x270)][_0x156d6b(0x240)]){const _0x1efe19=new _0x1c277e[(_0x156d6b(0x2f6))](_0x4fdc87[_0x156d6b(0x13f)][_0x156d6b(0x270)]['value'])[_0x156d6b(0x1fd)](),{startRow:_0x501bef,endRow:_0x119781}=_0x1efe19,{startRow:_0x237d81,endRow:_0x2f6fc4}=_0x59bf37['params'][_0x156d6b(0x218)],{step:_0x23f1b5,length:_0x53a55e}=_0x512b01[_0x156d6b(0xde)](_0x512b01[_0x156d6b(0x146)](_0x59bf37[_0x156d6b(0x13f)]['range']),_0x512b01[_0x156d6b(0x146)](_0x1efe19));_0x23f1b5>0x0&&_0x53a55e===0x0&&_0xd97906(_0x4fdc87['params'][_0x156d6b(0x270)][_0x156d6b(0x16f)],_0x501bef,_0x119781-_0x501bef+0x1,_0x23f1b5),_0x23f1b5===0x0&&_0x53a55e>0x0&&_0xd97906(_0x4fdc87[_0x156d6b(0x13f)]['from'][_0x156d6b(0x16f)],_0x237d81,_0x119781-_0x237d81+0x1,_0x2f6fc4-_0x237d81+0x1);}if(_0x59bf37[_0x156d6b(0x13f)][_0x156d6b(0x240)]===_0x1674a6[_0x156d6b(0x13f)]['to'][_0x156d6b(0x240)]){const _0x34661c=new _0x1c277e[(_0x156d6b(0x2f6))](_0x1674a6[_0x156d6b(0x13f)]['to'][_0x156d6b(0x16f)])[_0x156d6b(0x1fd)](),{startRow:_0xc422a7,endRow:_0x222d87}=_0x34661c,{startRow:_0x19b08d,endRow:_0x3d3311}=_0x59bf37['params'][_0x156d6b(0x218)],{step:_0x2d0d48,length:_0x1f1921}=_0x512b01[_0x156d6b(0xde)](_0x512b01['rotateRange'](_0x59bf37[_0x156d6b(0x13f)][_0x156d6b(0x218)]),_0x512b01['rotateRange'](_0x34661c));_0x2d0d48>0x0&&_0x1f1921===0x0&&_0xd97906(_0x4fdc87['params']['to'][_0x156d6b(0x16f)],_0xc422a7,_0x222d87-_0xc422a7+0x1,_0x2d0d48),_0x2d0d48===0x0&&_0x1f1921>0x0&&_0xd97906(_0x4fdc87[_0x156d6b(0x13f)]['to'][_0x156d6b(0x16f)],_0x19b08d,_0x222d87-_0x19b08d+0x1,_0x3d3311-_0x19b08d+0x1);}return{'m1Prime':_0x3060b2,'m2Prime':_0x4fdc87};}},_0x5a5290={'m1':_0x512b01['InsertRowMutation']['id'],'m2':_0x512b01['MoveRowsMutation']['id'],'handler'(_0x406265,_0x442f1a){const _0x24c24c=_0x537ed3,_0x1e1b88={'m1Prime':_0x406265,'m2Prime':_0x442f1a};if(_0x406265[_0x24c24c(0x13f)][_0x24c24c(0x213)]!==_0x442f1a[_0x24c24c(0x13f)][_0x24c24c(0x213)]||_0x406265[_0x24c24c(0x13f)][_0x24c24c(0x240)]!==_0x442f1a[_0x24c24c(0x13f)][_0x24c24c(0x240)])return _0x1e1b88;const _0x109ab5=_0x1c277e[_0x24c24c(0x2a5)][_0x24c24c(0x1d1)](_0x406265),_0x22769e=_0x1c277e['Tools'][_0x24c24c(0x1d1)](_0x442f1a),_0x3a18bb=_0x442f1a['params'][_0x24c24c(0x2a9)],_0x168be8=_0x442f1a[_0x24c24c(0x13f)][_0x24c24c(0x1a5)];if(_0x406265[_0x24c24c(0x13f)]['range'][_0x24c24c(0x224)]>_0x3a18bb[_0x24c24c(0x224)]&&_0x406265[_0x24c24c(0x13f)][_0x24c24c(0x218)][_0x24c24c(0x224)]<=_0x3a18bb[_0x24c24c(0x2ec)]||_0x406265[_0x24c24c(0x13f)][_0x24c24c(0x218)][_0x24c24c(0x224)]>_0x168be8[_0x24c24c(0x224)]&&_0x406265[_0x24c24c(0x13f)][_0x24c24c(0x218)]['startRow']<=_0x168be8[_0x24c24c(0x2ec)])return{'error':new Error(_0x24c24c(0x2b0))};const _0x30dbf7=_0x512b01[_0x24c24c(0xde)](_0x26d1dd(_0x512b01[_0x24c24c(0x146)](_0x406265['params']['range'])),_0x26d1dd(_0x512b01['rotateRange'](_0x3a18bb))),_0x299fe3=_0x512b01[_0x24c24c(0xde)](_0x26d1dd(_0x512b01[_0x24c24c(0x146)](_0x406265['params'][_0x24c24c(0x218)])),_0x26d1dd(_0x512b01[_0x24c24c(0x146)](_0x168be8)));if(_0x22769e[_0x24c24c(0x13f)][_0x24c24c(0x2a9)]['startRow']+=_0x30dbf7[_0x24c24c(0x2d6)],_0x22769e[_0x24c24c(0x13f)][_0x24c24c(0x2a9)]['endRow']+=_0x30dbf7['step']+(_0x30dbf7[_0x24c24c(0xfe)]||0x0),_0x22769e[_0x24c24c(0x13f)]['targetRange'][_0x24c24c(0x224)]+=_0x299fe3['step'],_0x22769e[_0x24c24c(0x13f)][_0x24c24c(0x1a5)]['endRow']+=_0x299fe3['step']+(_0x299fe3[_0x24c24c(0xfe)]||0x0),_0x3a18bb[_0x24c24c(0x224)]>=_0x406265[_0x24c24c(0x13f)]['range'][_0x24c24c(0x224)]&&_0x168be8[_0x24c24c(0x224)]<_0x406265[_0x24c24c(0x13f)][_0x24c24c(0x218)][_0x24c24c(0x224)]){const _0x3d6e3d=_0x168be8['endRow']-_0x168be8[_0x24c24c(0x224)]+0x1;_0x109ab5[_0x24c24c(0x13f)][_0x24c24c(0x218)][_0x24c24c(0x224)]+=_0x3d6e3d,_0x109ab5[_0x24c24c(0x13f)][_0x24c24c(0x218)][_0x24c24c(0x2ec)]+=_0x3d6e3d;}else{if(_0x3a18bb[_0x24c24c(0x2ec)]<_0x406265[_0x24c24c(0x13f)]['range'][_0x24c24c(0x224)]&&_0x168be8[_0x24c24c(0x224)]>=_0x406265[_0x24c24c(0x13f)][_0x24c24c(0x218)][_0x24c24c(0x224)]){const _0x401b48=_0x3a18bb[_0x24c24c(0x2ec)]-_0x3a18bb['startRow']+0x1;_0x109ab5[_0x24c24c(0x13f)]['range'][_0x24c24c(0x224)]-=_0x401b48,_0x109ab5[_0x24c24c(0x13f)][_0x24c24c(0x218)]['endRow']-=_0x401b48;}}return{'m1Prime':_0x109ab5,'m2Prime':_0x22769e};}},_0x321603={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01['RemoveNumfmtMutation']['id'],'handler'(_0x322864,_0x16d48b){const _0x234421=_0x537ed3,_0x4ecc1f={'m1Prime':_0x322864,'m2Prime':_0x16d48b};if(_0x322864[_0x234421(0x13f)][_0x234421(0x213)]!==_0x16d48b[_0x234421(0x13f)][_0x234421(0x213)]||_0x322864[_0x234421(0x13f)][_0x234421(0x240)]!==_0x16d48b[_0x234421(0x13f)]['subUnitId'])return _0x4ecc1f;const _0x5c09dd=_0x1c277e['Tools']['deepClone'](_0x322864),_0x5c77f4=_0x1c277e[_0x234421(0x2a5)][_0x234421(0x1d1)](_0x16d48b),{ranges:_0x14d96b}=_0x5c77f4[_0x234421(0x13f)];return _0x14d96b[_0x234421(0x167)](_0x6fb5d=>{const _0xd486cf=_0x234421,_0x28893d=_0x512b01[_0xd486cf(0xde)](_0x26d1dd(_0x512b01[_0xd486cf(0x146)](_0x322864[_0xd486cf(0x13f)][_0xd486cf(0x218)])),_0x26d1dd(_0x512b01[_0xd486cf(0x146)](_0x6fb5d)));return _0x28893d[_0xd486cf(0xfe)]!==0x0?!0x0:(_0x6fb5d[_0xd486cf(0x224)]+=_0x28893d[_0xd486cf(0x2d6)],_0x6fb5d[_0xd486cf(0x2ec)]+=_0x28893d[_0xd486cf(0x2d6)],!0x1);})?{'error':new Error(_0x234421(0x2f5))}:{'m1Prime':_0x5c09dd,'m2Prime':_0x5c77f4};}},_0x125471={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x15e)]['id'],'handler'(_0x314acf,_0x5e289c){const _0x3e3f68=_0x537ed3,_0x34cd13={'m1Prime':_0x314acf,'m2Prime':_0x5e289c};if(_0x314acf[_0x3e3f68(0x13f)][_0x3e3f68(0x213)]!==_0x5e289c[_0x3e3f68(0x13f)]['unitId']||_0x314acf[_0x3e3f68(0x13f)][_0x3e3f68(0x240)]!==_0x5e289c['params'][_0x3e3f68(0x240)])return _0x34cd13;const _0x16e303=_0x1c277e['Tools'][_0x3e3f68(0x1d1)](_0x314acf),_0x4f83c4=_0x1c277e['Tools'][_0x3e3f68(0x1d1)](_0x5e289c);if(_0x314acf[_0x3e3f68(0x13f)][_0x3e3f68(0x218)][_0x3e3f68(0x224)]<=_0x5e289c[_0x3e3f68(0x13f)][_0x3e3f68(0x218)][_0x3e3f68(0x2ec)]&&_0x314acf[_0x3e3f68(0x13f)]['range']['startRow']>_0x5e289c[_0x3e3f68(0x13f)]['range'][_0x3e3f68(0x224)])return{'error':new Error(_0x3e3f68(0x14e))};const _0x5ae00f=_0x512b01[_0x3e3f68(0xde)](_0x26d1dd(_0x512b01[_0x3e3f68(0x146)](_0x314acf[_0x3e3f68(0x13f)][_0x3e3f68(0x218)])),_0x26d1dd(_0x512b01[_0x3e3f68(0x146)](_0x5e289c[_0x3e3f68(0x13f)][_0x3e3f68(0x218)])));_0x5ae00f?(_0x4f83c4[_0x3e3f68(0x13f)][_0x3e3f68(0x218)]['startRow']+=_0x5ae00f[_0x3e3f68(0x2d6)],_0x4f83c4[_0x3e3f68(0x13f)][_0x3e3f68(0x218)][_0x3e3f68(0x2ec)]+=_0x5ae00f[_0x3e3f68(0x2d6)]+(_0x5ae00f[_0x3e3f68(0xfe)]||0x0)):_0x4f83c4['id']=_0x512b01[_0x3e3f68(0x24f)]['id'];const _0x298c90=_0x512b01[_0x3e3f68(0x295)](_0x26d1dd(_0x512b01[_0x3e3f68(0x146)](_0x5e289c['params']['range'])),_0x26d1dd(_0x512b01[_0x3e3f68(0x146)](_0x314acf['params'][_0x3e3f68(0x218)])));return _0x298c90&&(_0x16e303[_0x3e3f68(0x13f)]['range'][_0x3e3f68(0x224)]+=_0x298c90[_0x3e3f68(0x2d6)],_0x16e303[_0x3e3f68(0x13f)][_0x3e3f68(0x218)][_0x3e3f68(0x2ec)]+=_0x298c90[_0x3e3f68(0x2d6)]+(_0x298c90['length']||0x0)),{'m1Prime':_0x16e303,'m2Prime':_0x4f83c4};}},_0x2673b2={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01['RemoveWorksheetMergeMutation']['id'],'handler'(_0x3de9b6,_0x1ada8d){const _0x5b7c92=_0x537ed3,_0xacd268=_0x1c277e['Tools'][_0x5b7c92(0x1d1)](_0x3de9b6),_0x467a17=_0x1c277e[_0x5b7c92(0x2a5)]['deepClone'](_0x1ada8d);if(_0x3de9b6[_0x5b7c92(0x13f)]['unitId']!==_0x1ada8d['params'][_0x5b7c92(0x213)]||_0x3de9b6[_0x5b7c92(0x13f)][_0x5b7c92(0x240)]!==_0x1ada8d[_0x5b7c92(0x13f)][_0x5b7c92(0x240)])return{'m1Prime':_0xacd268,'m2Prime':_0x467a17};const _0x2baab4=_0x467a17[_0x5b7c92(0x13f)]['ranges'][_0x5b7c92(0x1ed)](_0x223a0f=>{const _0x1e101e=_0x5b7c92,_0x43e091=_0xacd268[_0x1e101e(0x13f)][_0x1e101e(0x218)],_0x1b9bfd=_0x43e091[_0x1e101e(0x2ec)]-_0x43e091[_0x1e101e(0x224)]+0x1;return _0x43e091[_0x1e101e(0x224)]<=_0x223a0f[_0x1e101e(0x224)]?{..._0x223a0f,'startRow':_0x223a0f[_0x1e101e(0x224)]+_0x1b9bfd,'endRow':_0x223a0f[_0x1e101e(0x2ec)]+_0x1b9bfd}:_0x43e091[_0x1e101e(0x224)]>_0x223a0f[_0x1e101e(0x224)]&&_0x43e091['startRow']<=_0x223a0f['endRow']?{..._0x223a0f,'endRow':_0x223a0f['endRow']+_0x1b9bfd}:{..._0x223a0f};});return _0x467a17[_0x5b7c92(0x13f)]['ranges']=_0x2baab4,{'m1Prime':_0xacd268,'m2Prime':_0x467a17};}},_0xcc3596={'m1':_0x512b01['InsertRowMutation']['id'],'m2':_0x512b01[_0x537ed3(0x304)]['id'],'handler'(_0x3f37a1,_0x51f53f){const _0x1632d1=_0x537ed3,_0x3020eb={'m1Prime':_0x3f37a1,'m2Prime':_0x51f53f};if(_0x3f37a1[_0x1632d1(0x13f)][_0x1632d1(0x213)]!==_0x51f53f['params'][_0x1632d1(0x213)]||_0x3f37a1[_0x1632d1(0x13f)][_0x1632d1(0x240)]!==_0x51f53f[_0x1632d1(0x13f)][_0x1632d1(0x240)])return _0x3020eb;const _0x4c9826=_0x1c277e[_0x1632d1(0x2a5)]['deepClone'](_0x51f53f),_0x6f4860=_0x512b01[_0x1632d1(0xde)](_0x26d1dd(_0x512b01[_0x1632d1(0x146)](_0x3f37a1[_0x1632d1(0x13f)][_0x1632d1(0x218)])),_0x26d1dd(_0x512b01['rotateRange'](_0x51f53f[_0x1632d1(0x13f)][_0x1632d1(0x218)])));_0x4c9826['params'][_0x1632d1(0x218)][_0x1632d1(0x224)]+=_0x6f4860['step'],_0x4c9826[_0x1632d1(0x13f)][_0x1632d1(0x218)][_0x1632d1(0x2ec)]+=_0x6f4860[_0x1632d1(0x2d6)]+(_0x6f4860[_0x1632d1(0xfe)]||0x0);const _0x3832b1=_0x3f37a1['params']['range'][_0x1632d1(0x224)],_0x744228=_0x3f37a1['params'][_0x1632d1(0x218)][_0x1632d1(0x2ec)]-_0x3f37a1[_0x1632d1(0x13f)][_0x1632d1(0x218)][_0x1632d1(0x224)]+0x1,_0x1d3c3b={};for(const _0x1adc1a in _0x51f53f[_0x1632d1(0x13f)][_0x1632d1(0x179)]){let _0x5a0707=Number(_0x1adc1a),_0x4d64c2=_0x51f53f[_0x1632d1(0x13f)][_0x1632d1(0x179)][_0x1adc1a];_0x5a0707=_0x9748bc(_0x3832b1,_0x744228,_0x5a0707),_0x4d64c2=_0x9748bc(_0x3832b1,_0x744228,_0x4d64c2),_0x1d3c3b[_0x5a0707]=_0x4d64c2;}return _0x4c9826[_0x1632d1(0x13f)][_0x1632d1(0x179)]=_0x1d3c3b,{'m1Prime':_0x3f37a1,'m2Prime':_0x4c9826};}},_0x9748bc=(_0x4a79c8,_0xa3cbb6,_0x405bee)=>_0x405bee>=_0x4a79c8?_0x405bee+_0xa3cbb6:_0x405bee,_0x5bee82={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01['SetNumfmtMutation']['id'],'handler'(_0x46b380,_0x941904){const _0x3ec496=_0x537ed3,_0x2445a0={'m1Prime':_0x46b380,'m2Prime':_0x941904};if(_0x46b380[_0x3ec496(0x13f)][_0x3ec496(0x213)]!==_0x941904[_0x3ec496(0x13f)][_0x3ec496(0x213)]||_0x46b380[_0x3ec496(0x13f)][_0x3ec496(0x240)]!==_0x941904[_0x3ec496(0x13f)][_0x3ec496(0x240)])return _0x2445a0;const _0x237382=[_0x1c277e[_0x3ec496(0x2a5)]['deepClone'](_0x46b380)],_0x5f0e12=_0x1c277e[_0x3ec496(0x2a5)][_0x3ec496(0x1d1)](_0x941904),{values:_0x44fd88}=_0x5f0e12['params'],_0x5dde64=[];let _0x9b4d17=!0x1;for(const _0x1a2992 in _0x44fd88){const _0x888471=_0x44fd88[_0x1a2992];if(_0x5dde64[_0x3ec496(0x1aa)](..._0x888471[_0x3ec496(0x23f)]),_0x888471['ranges'][_0x3ec496(0x167)](_0x331014=>{const _0x11b8a0=_0x3ec496,_0x28073f=_0x512b01[_0x11b8a0(0xde)](_0x26d1dd(_0x512b01['rotateRange'](_0x46b380['params'][_0x11b8a0(0x218)])),_0x512b01[_0x11b8a0(0x146)](_0x26d1dd(_0x331014)));return _0x28073f['length']!==0x0?!0x0:(_0x28073f['step']!==0x0&&(_0x9b4d17=!0x0),_0x331014[_0x11b8a0(0x224)]+=_0x28073f[_0x11b8a0(0x2d6)],_0x331014[_0x11b8a0(0x2ec)]+=_0x28073f[_0x11b8a0(0x2d6)],!0x1);}))return{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x9b4d17){const _0x126563={'id':_0x512b01['RemoveNumfmtMutation']['id'],'params':{'unitId':_0x941904[_0x3ec496(0x13f)][_0x3ec496(0x213)],'subUnitId':_0x941904[_0x3ec496(0x13f)]['subUnitId'],'ranges':_0x5dde64}};_0x237382[_0x3ec496(0x1aa)](_0x126563,_0x5f0e12);}return{'m1Prime':_0x237382,'m2Prime':_0x5f0e12};}},_0x44eb7a={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x2e9)]['id'],'handler'(_0x4fc287,_0x5d19f4){const _0x4bef24=_0x537ed3,_0x28dbbe={'m1Prime':_0x4fc287,'m2Prime':_0x5d19f4};if(_0x4fc287[_0x4bef24(0x13f)][_0x4bef24(0x213)]!==_0x5d19f4[_0x4bef24(0x13f)][_0x4bef24(0x213)]||_0x4fc287['params'][_0x4bef24(0x240)]!==_0x5d19f4['params'][_0x4bef24(0x240)])return _0x28dbbe;const _0x245d21=[_0x1c277e['Tools'][_0x4bef24(0x1d1)](_0x4fc287)],_0x18978a=_0x1c277e[_0x4bef24(0x2a5)]['deepClone'](_0x5d19f4),_0x311c4a=new _0x1c277e[(_0x4bef24(0x2f6))](_0x18978a[_0x4bef24(0x13f)][_0x4bef24(0x1d3)]),_0x52e884=_0x311c4a[_0x4bef24(0x1fd)](),_0x3bc6b9=_0x4fc287[_0x4bef24(0x13f)][_0x4bef24(0x218)],_0x1be574=_0x3bc6b9[_0x4bef24(0x2ec)]-_0x3bc6b9['startRow']+0x1;if(_0x18978a[_0x4bef24(0x13f)]['cellValue']&&_0x3bc6b9['startRow']<=_0x52e884[_0x4bef24(0x2ec)]){const _0x2debe5=Math['max'](_0x52e884['startRow'],_0x3bc6b9['startRow']);_0xd97906(_0x18978a['params'][_0x4bef24(0x1d3)],_0x2debe5,_0x52e884[_0x4bef24(0x2ec)]-_0x2debe5+0x1,_0x1be574);}const _0x4f33bc=new _0x1c277e[(_0x4bef24(0x2f6))]();let _0x66d595=!0x1;if(_0x311c4a['forValue']((_0x31b6d8,_0x47a019,_0x15f4a6)=>{const _0x36327a=_0x4bef24;if(_0x15f4a6&&_0x15f4a6['f']){const _0x399881=_0x15f4a6['f'];let _0x2fb192=!0x1;const _0x1f7b01=_0x35e413(_0x4fc287['params'][_0x36327a(0x213)],_0x4fc287['params'][_0x36327a(0x240)],_0x399881,_0x49db06=>{const _0x529387=_0x36327a,_0x5279a0=_0x512b01[_0x529387(0xde)](_0x26d1dd(_0x512b01['rotateRange'](_0x4fc287['params'][_0x529387(0x218)])),_0x26d1dd(_0x512b01[_0x529387(0x146)](_0x49db06)));return(_0x5279a0[_0x529387(0x2d6)]!==0x0||_0x5279a0['length']!==0x0)&&(_0x2fb192=!0x0,_0x49db06[_0x529387(0x224)]+=_0x5279a0[_0x529387(0x2d6)],_0x49db06[_0x529387(0x2ec)]+=_0x5279a0['step']+_0x5279a0[_0x529387(0xfe)]),_0x49db06;});_0x2fb192&&(_0x66d595=!0x0,_0x15f4a6['f']=_0x1f7b01,_0x4f33bc[_0x36327a(0x29f)](_0x31b6d8,_0x47a019,{..._0x15f4a6}));}}),_0x66d595){const _0x405aaf={'id':_0x512b01[_0x4bef24(0x2e9)]['id'],'params':{'unitId':_0x5d19f4['params']['unitId'],'subUnitId':_0x5d19f4[_0x4bef24(0x13f)][_0x4bef24(0x240)],'cellValue':_0x4f33bc[_0x4bef24(0x2ce)]()}};_0x245d21[_0x4bef24(0x1aa)](_0x405aaf);}return{'m1Prime':_0x245d21,'m2Prime':_0x18978a};}},_0x9e139b={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0xe3)]['id'],'handler'(_0x4865c0,_0x192e9c){const _0x17ce69=_0x537ed3,_0x50f28b={'m1Prime':_0x4865c0,'m2Prime':_0x192e9c};if(_0x4865c0[_0x17ce69(0x13f)][_0x17ce69(0x213)]!==_0x192e9c[_0x17ce69(0x13f)]['unitId']||_0x4865c0[_0x17ce69(0x13f)][_0x17ce69(0x240)]!==_0x192e9c[_0x17ce69(0x13f)]['subUnitId'])return _0x50f28b;const _0x4aebaf=_0x1c277e[_0x17ce69(0x2a5)][_0x17ce69(0x1d1)](_0x4865c0),_0x46d33c=_0x1c277e[_0x17ce69(0x2a5)][_0x17ce69(0x1d1)](_0x192e9c),{rowData:_0x4891bc}=_0x46d33c[_0x17ce69(0x13f)];for(let _0xcf36e5=_0x4865c0[_0x17ce69(0x13f)][_0x17ce69(0x218)][_0x17ce69(0x224)];_0xcf36e5<=_0x4865c0['params']['range'][_0x17ce69(0x2ec)];_0xcf36e5++)_0x1c277e[_0x17ce69(0x291)](_0xcf36e5,void 0x0,_0x4891bc);return{'m1Prime':_0x4aebaf,'m2Prime':_0x46d33c};}},_0x4a670b={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x149)]['id'],'handler'(_0x12b536,_0x336175){const _0x442eb0=_0x537ed3,_0x379c81={'m1Prime':_0x12b536,'m2Prime':_0x336175};if(_0x12b536[_0x442eb0(0x13f)][_0x442eb0(0x213)]!==_0x336175[_0x442eb0(0x13f)][_0x442eb0(0x213)]||_0x12b536['params'][_0x442eb0(0x240)]!==_0x336175[_0x442eb0(0x13f)][_0x442eb0(0x240)])return _0x379c81;const _0x489e3f=_0x1c277e[_0x442eb0(0x2a5)][_0x442eb0(0x1d1)](_0x12b536),_0x33aed1=_0x1c277e[_0x442eb0(0x2a5)][_0x442eb0(0x1d1)](_0x336175),{ranges:_0xab5e0b}=_0x33aed1['params'];return _0xab5e0b[_0x442eb0(0x167)](_0xda327a=>{const _0x55651b=_0x442eb0,_0x21b9d5=_0x512b01[_0x55651b(0xde)](_0x26d1dd(_0x512b01[_0x55651b(0x146)](_0x12b536['params'][_0x55651b(0x218)])),_0x26d1dd(_0x512b01['rotateRange'](_0xda327a)));return _0x21b9d5['length']!==0x0?!0x0:(_0xda327a['startRow']+=_0x21b9d5['step'],_0xda327a[_0x55651b(0x2ec)]+=_0x21b9d5['step'],!0x1);})?{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden')}:{'m1Prime':_0x489e3f,'m2Prime':_0x33aed1};}},_0x939a25={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0xf7)]['id'],'handler'(_0x41eecf,_0x197736){const _0x119e1c=_0x537ed3,_0x50d722={'m1Prime':_0x41eecf,'m2Prime':_0x197736};if(_0x41eecf['params'][_0x119e1c(0x213)]!==_0x197736[_0x119e1c(0x13f)][_0x119e1c(0x213)]||_0x41eecf['params'][_0x119e1c(0x240)]!==_0x197736[_0x119e1c(0x13f)][_0x119e1c(0x240)])return _0x50d722;const _0x2bf8df=_0x1c277e[_0x119e1c(0x2a5)][_0x119e1c(0x1d1)](_0x41eecf),_0x48fa3c=_0x1c277e['Tools'][_0x119e1c(0x1d1)](_0x197736),{ranges:_0x396872}=_0x48fa3c[_0x119e1c(0x13f)];return _0x396872[_0x119e1c(0x167)](_0x30f1b2=>{const _0x3cf68f=_0x119e1c,_0x2ec167=_0x512b01[_0x3cf68f(0xde)](_0x26d1dd(_0x512b01[_0x3cf68f(0x146)](_0x41eecf[_0x3cf68f(0x13f)][_0x3cf68f(0x218)])),_0x26d1dd(_0x512b01[_0x3cf68f(0x146)](_0x30f1b2)));return _0x2ec167[_0x3cf68f(0xfe)]!==0x0?!0x0:(_0x30f1b2[_0x3cf68f(0x224)]+=_0x2ec167['step'],_0x30f1b2[_0x3cf68f(0x2ec)]+=_0x2ec167[_0x3cf68f(0x2d6)],!0x1);})?{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible')}:{'m1Prime':_0x2bf8df,'m2Prime':_0x48fa3c};}},_0x39d502={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x233)]['id'],'handler'(_0x2b6d82,_0x5449c3){const _0x3af8d0=_0x537ed3,_0x782587={'m1Prime':[],'m2Prime':[]};if(_0x2b6d82[_0x3af8d0(0x13f)][_0x3af8d0(0x213)]!==_0x5449c3[_0x3af8d0(0x13f)][_0x3af8d0(0x213)]||_0x2b6d82[_0x3af8d0(0x13f)][_0x3af8d0(0x240)]!==_0x5449c3[_0x3af8d0(0x13f)][_0x3af8d0(0x240)])return _0x782587;const _0x4cd275=_0x1c277e[_0x3af8d0(0x2a5)][_0x3af8d0(0x1d1)](_0x5449c3);let _0x5f41da=!0x1;return _0x4cd275[_0x3af8d0(0x13f)][_0x3af8d0(0x212)][_0x3af8d0(0x22e)](_0x1901dc=>{const _0x21bd88=_0x3af8d0,{range:_0x265a9d,primary:_0x5a1083}=_0x1901dc,_0x4266c1=_0x512b01[_0x21bd88(0xde)](_0x26d1dd(_0x512b01[_0x21bd88(0x146)](_0x2b6d82[_0x21bd88(0x13f)][_0x21bd88(0x218)])),_0x26d1dd(_0x512b01['rotateRange'](_0x265a9d)));if(_0x4266c1['length']||_0x4266c1[_0x21bd88(0x2d6)]){if(_0x265a9d['startRow']+=_0x4266c1['step'],_0x265a9d[_0x21bd88(0x2ec)]+=_0x4266c1[_0x21bd88(0x2d6)]+(_0x4266c1['length']||0x0),_0x5a1083){const _0x139250=_0x512b01['handleBaseInsertRange'](_0x26d1dd(_0x512b01[_0x21bd88(0x146)](_0x2b6d82[_0x21bd88(0x13f)][_0x21bd88(0x218)])),_0x26d1dd(_0x512b01[_0x21bd88(0x146)](_0x5a1083)));(_0x139250[_0x21bd88(0xfe)]||_0x139250['step'])&&(_0x5a1083[_0x21bd88(0x224)]+=_0x139250[_0x21bd88(0x2d6)],_0x5a1083[_0x21bd88(0x2ec)]+=_0x139250['step'],_0x5a1083['actualRow']+=_0x139250[_0x21bd88(0x2d6)]);}_0x5f41da=!0x0;}}),_0x5f41da&&_0x782587['m2Prime'][_0x3af8d0(0x1aa)](_0x4cd275),_0x782587;}},_0x5ea2fd={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x472535[_0x537ed3(0x20c)]['id'],'handler'(_0x44b351,_0xec329){const _0x53ac9e=_0x537ed3,_0x4edf06={'m1Prime':[_0x44b351],'m2Prime':[_0xec329]};if(_0x44b351[_0x53ac9e(0x13f)][_0x53ac9e(0x213)]!==_0xec329[_0x53ac9e(0x13f)][_0x53ac9e(0x213)]||_0x44b351['params'][_0x53ac9e(0x240)]!==_0xec329['params'][_0x53ac9e(0x240)])return _0x4edf06;const _0x2b720f=_0x1c277e[_0x53ac9e(0x2a5)][_0x53ac9e(0x1d1)](_0x44b351),_0x3cd8f8=_0x1c277e['Tools']['deepClone'](_0xec329),_0x156db3=_0x4c7301({'start':_0x44b351[_0x53ac9e(0x13f)]['range']['startRow'],'end':_0x44b351[_0x53ac9e(0x13f)][_0x53ac9e(0x218)][_0x53ac9e(0x2ec)]},{'start':_0xec329[_0x53ac9e(0x13f)][_0x53ac9e(0x218)][_0x53ac9e(0x224)],'end':_0xec329[_0x53ac9e(0x13f)][_0x53ac9e(0x218)][_0x53ac9e(0x2ec)]});return _0x3cd8f8[_0x53ac9e(0x13f)][_0x53ac9e(0x218)][_0x53ac9e(0x224)]===_0x156db3[_0x53ac9e(0x1a2)]&&_0x3cd8f8[_0x53ac9e(0x13f)][_0x53ac9e(0x218)][_0x53ac9e(0x2ec)]===_0x156db3[_0x53ac9e(0x2ff)]?_0x4edf06:(_0x3cd8f8['params'][_0x53ac9e(0x218)][_0x53ac9e(0x224)]=_0x156db3[_0x53ac9e(0x1a2)],_0x3cd8f8[_0x53ac9e(0x13f)][_0x53ac9e(0x218)]['endRow']=_0x156db3[_0x53ac9e(0x2ff)],{'m1Prime':[_0x3cd8f8,_0x2b720f],'m2Prime':[_0x3cd8f8]});}},_0x1d7c73={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x191)]['id'],'handler'(_0x3d91bd,_0x355aeb){const _0x4b3be0=_0x537ed3,_0x3b7b12={'m1Prime':_0x3d91bd,'m2Prime':_0x355aeb};if(_0x3d91bd[_0x4b3be0(0x13f)][_0x4b3be0(0x213)]!==_0x355aeb['params'][_0x4b3be0(0x213)]||_0x3d91bd[_0x4b3be0(0x13f)][_0x4b3be0(0x240)]!==_0x355aeb['params'][_0x4b3be0(0x240)])return _0x3b7b12;const _0x2ae67c=_0x1c277e['Tools'][_0x4b3be0(0x1d1)](_0x3d91bd),_0x486ce9=_0x1c277e['Tools']['deepClone'](_0x355aeb),{rowsAutoHeightInfo:_0x542902}=_0x486ce9[_0x4b3be0(0x13f)];return _0x542902[_0x4b3be0(0x167)](_0x40e73f=>{const _0x28ce9c=_0x4b3be0,_0x1ce0ec={'startRow':_0x40e73f[_0x28ce9c(0x148)],'endRow':_0x40e73f[_0x28ce9c(0x148)],'startColumn':0x0,'endColumn':0x0},_0xdb537f=_0x512b01['handleBaseInsertRange'](_0x26d1dd(_0x512b01[_0x28ce9c(0x146)](_0x3d91bd[_0x28ce9c(0x13f)]['range'])),_0x512b01[_0x28ce9c(0x146)](_0x1ce0ec));return _0xdb537f['length']!==0x0?!0x0:(_0x40e73f[_0x28ce9c(0x148)]+=_0xdb537f[_0x28ce9c(0x2d6)],!0x1);})?{'error':new Error(_0x4b3be0(0x182))}:{'m1Prime':_0x2ae67c,'m2Prime':_0x486ce9};}},_0x4d7f4c={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x10f)]['id'],'handler'(_0x25bd9d,_0x440cbc){const _0x4af83c=_0x537ed3,_0xc04dd0={'m1Prime':_0x25bd9d,'m2Prime':_0x440cbc};if(_0x25bd9d[_0x4af83c(0x13f)][_0x4af83c(0x213)]!==_0x440cbc[_0x4af83c(0x13f)][_0x4af83c(0x213)]||_0x25bd9d[_0x4af83c(0x13f)][_0x4af83c(0x240)]!==_0x440cbc[_0x4af83c(0x13f)][_0x4af83c(0x240)])return _0xc04dd0;const _0x495b94=_0x1c277e[_0x4af83c(0x2a5)][_0x4af83c(0x1d1)](_0x25bd9d),_0x21de43=_0x1c277e[_0x4af83c(0x2a5)][_0x4af83c(0x1d1)](_0x440cbc),{ranges:_0x42bea8,rowHeight:_0x1cd8ac}=_0x21de43[_0x4af83c(0x13f)];if(_0x42bea8['some'](_0x1dee6a=>{const _0x485dde=_0x4af83c,_0x421a55=_0x512b01[_0x485dde(0xde)](_0x26d1dd(_0x512b01[_0x485dde(0x146)](_0x25bd9d[_0x485dde(0x13f)][_0x485dde(0x218)])),_0x512b01[_0x485dde(0x146)](_0x1dee6a));return _0x421a55[_0x485dde(0xfe)]!==0x0?!0x0:(_0x1dee6a['startRow']+=_0x421a55[_0x485dde(0x2d6)],_0x1dee6a['endRow']+=_0x421a55[_0x485dde(0x2d6)],!0x1);}))return{'error':new Error(_0x4af83c(0x1e9))};if(typeof _0x1cd8ac!=_0x4af83c(0x24e)){for(let _0x468afd=_0x25bd9d['params'][_0x4af83c(0x218)][_0x4af83c(0x224)];_0x468afd<=_0x25bd9d[_0x4af83c(0x13f)][_0x4af83c(0x218)][_0x4af83c(0x2ec)];_0x468afd++)_0x1c277e[_0x4af83c(0x291)](_0x468afd,void 0x0,_0x1cd8ac);}return{'m1Prime':_0x495b94,'m2Prime':_0x21de43};}},_0x230ef7={'m1':_0x512b01['InsertRowMutation']['id'],'m2':_0x512b01[_0x537ed3(0x27f)]['id'],'handler'(_0x335a5e,_0x14ca45){const _0x225b18=_0x537ed3,_0x3d3652={'m1Prime':_0x335a5e,'m2Prime':_0x14ca45};if(_0x335a5e[_0x225b18(0x13f)]['unitId']!==_0x14ca45['params'][_0x225b18(0x213)]||_0x335a5e[_0x225b18(0x13f)][_0x225b18(0x240)]!==_0x14ca45[_0x225b18(0x13f)]['subUnitId'])return _0x3d3652;const _0x10603b=_0x1c277e[_0x225b18(0x2a5)][_0x225b18(0x1d1)](_0x335a5e),_0x4e9aa4=_0x1c277e[_0x225b18(0x2a5)][_0x225b18(0x1d1)](_0x14ca45),{ranges:_0x3606bc,autoHeightInfo:_0x41e676}=_0x4e9aa4[_0x225b18(0x13f)];if(_0x3606bc[_0x225b18(0x167)](_0x2228a4=>{const _0x5a2580=_0x225b18,_0x221ca3=_0x512b01['handleBaseInsertRange'](_0x26d1dd(_0x512b01[_0x5a2580(0x146)](_0x335a5e[_0x5a2580(0x13f)][_0x5a2580(0x218)])),_0x512b01[_0x5a2580(0x146)](_0x2228a4));return _0x221ca3[_0x5a2580(0xfe)]!==0x0?!0x0:(_0x2228a4[_0x5a2580(0x224)]+=_0x221ca3[_0x5a2580(0x2d6)],_0x2228a4[_0x5a2580(0x2ec)]+=_0x221ca3[_0x5a2580(0x2d6)],!0x1);}))return{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height')};if(typeof _0x41e676!=_0x225b18(0x24e)){for(let _0x5814f1=_0x335a5e[_0x225b18(0x13f)][_0x225b18(0x218)][_0x225b18(0x224)];_0x5814f1<=_0x335a5e[_0x225b18(0x13f)][_0x225b18(0x218)][_0x225b18(0x2ec)];_0x5814f1++)_0x1c277e['insertMatrixArray'](_0x5814f1,void 0x0,_0x41e676);}return{'m1Prime':_0x10603b,'m2Prime':_0x4e9aa4};}},_0x3c1d65={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x151b41[_0x537ed3(0x28f)]['id'],'handler':(_0x305ba0,_0x57b92c)=>{const _0x215d04=_0x537ed3,_0x1945cc={'m1Prime':_0x305ba0,'m2Prime':_0x57b92c};if(_0x305ba0[_0x215d04(0x13f)][_0x215d04(0x213)]!==_0x57b92c['params']['unitId']||_0x305ba0['params'][_0x215d04(0x240)]!==_0x57b92c['params'][_0x215d04(0x240)])return _0x1945cc;const _0x29d293={'id':_0x512b01[_0x215d04(0xdc)]['id'],'params':{'unitId':_0x305ba0['params'][_0x215d04(0x213)],'subUnitId':_0x305ba0[_0x215d04(0x13f)]['subUnitId'],'range':_0x305ba0[_0x215d04(0x13f)]['range']}},_0x56d114=_0x5b9671(_0x57b92c,_0x29d293);return{'m1Prime':[_0x305ba0,..._0x56d114],'m2Prime':[_0x57b92c,..._0x56d114]};}},_0x34be3e={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x229f16,_0x56ca91)=>{const _0x223cd2=_0x537ed3,_0x48b116={'m1Prime':_0x229f16,'m2Prime':_0x56ca91};if(_0x229f16[_0x223cd2(0x13f)]['unitId']!==_0x56ca91['params'][_0x223cd2(0x213)]||_0x56ca91[_0x223cd2(0x13f)][_0x223cd2(0x240)]!==_0x229f16[_0x223cd2(0x13f)][_0x223cd2(0x240)])return _0x48b116;const _0xd9e2e3={'id':_0x512b01[_0x223cd2(0xdc)]['id'],'params':{'unitId':_0x229f16[_0x223cd2(0x13f)][_0x223cd2(0x213)],'subUnitId':_0x229f16['params'][_0x223cd2(0x240)],'range':_0x229f16[_0x223cd2(0x13f)][_0x223cd2(0x218)]}},_0xeeb749=_0x562205(_0x56ca91,_0xd9e2e3);return{'m1Prime':[_0x229f16,..._0xeeb749],'m2Prime':[_0x56ca91,..._0xeeb749]};}},_0xc33fd8={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x151b41['AddCommentMutation']['id'],'handler':(_0x528839,_0x4529e2)=>{const _0xc64299=_0x537ed3,_0x3c6512={'m1Prime':_0x528839,'m2Prime':_0x4529e2};if(_0x528839[_0xc64299(0x13f)][_0xc64299(0x213)]!==_0x4529e2[_0xc64299(0x13f)][_0xc64299(0x213)]||_0x528839[_0xc64299(0x13f)][_0xc64299(0x240)]!==_0x4529e2[_0xc64299(0x13f)][_0xc64299(0x240)])return _0x3c6512;const _0x409497={'id':_0x512b01[_0xc64299(0x136)]['id'],'params':{'unitId':_0x528839[_0xc64299(0x13f)][_0xc64299(0x213)],'subUnitId':_0x528839['params'][_0xc64299(0x240)],'fromRange':_0x528839['params'][_0xc64299(0x2a9)],'toRange':_0x528839[_0xc64299(0x13f)]['targetRange']}},_0x2a8942=_0x150885(_0x4529e2,_0x409497);return{'m1Prime':[_0x528839,..._0x2a8942],'m2Prime':[_0x4529e2,..._0x2a8942]};}},_0x3db333={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x10722e,_0xf17b10){const _0x4f7aa6=_0x537ed3,_0x361031=_0x22af5c[_0x4f7aa6(0x2ad)](_0xf17b10,_0x10722e);return _0xf0cba5(_0x361031)?{'m1Prime':_0x361031['m2Prime'],'m2Prime':_0x361031[_0x4f7aa6(0x122)]}:_0x361031;}},_0x30ee91={'m1':_0x512b01['MoveColsMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2c0)]['id'],'handler'(_0x2efeff,_0x2a4553){const _0x2b4ed7=_0x537ed3,_0x46d6b2={'m1Prime':_0x2efeff,'m2Prime':_0x2a4553};if(_0x2efeff['params']['unitId']!==_0x2a4553['params'][_0x2b4ed7(0x213)]||_0x2efeff[_0x2b4ed7(0x13f)][_0x2b4ed7(0x240)]!==_0x2a4553[_0x2b4ed7(0x13f)][_0x2b4ed7(0x240)])return _0x46d6b2;const _0x341e49=_0x1c277e[_0x2b4ed7(0x2a5)][_0x2b4ed7(0x1d1)](_0x2efeff),_0x3acaef=_0x1c277e[_0x2b4ed7(0x2a5)][_0x2b4ed7(0x1d1)](_0x2a4553),_0x5724fa=_0x2a4553[_0x2b4ed7(0x13f)]['sourceRange'],_0x245977=_0x2a4553[_0x2b4ed7(0x13f)]['targetRange'],_0x311fa9=_0x2efeff[_0x2b4ed7(0x13f)]['sourceRange'],_0x2132c7=_0x2efeff[_0x2b4ed7(0x13f)]['targetRange'];if(_0x311fa9[_0x2b4ed7(0x22a)]>=_0x5724fa['startColumn']&&_0x311fa9[_0x2b4ed7(0x207)]<=_0x5724fa['endColumn'])return{'error':new Error(_0x2b4ed7(0x2b3))};const _0x276e0f=_0x512b01[_0x2b4ed7(0x10c)]({'start':_0x311fa9[_0x2b4ed7(0x207)],'end':_0x311fa9[_0x2b4ed7(0x22a)]},{'start':_0x2132c7[_0x2b4ed7(0x207)],'end':_0x2132c7[_0x2b4ed7(0x22a)]},{'start':_0x5724fa[_0x2b4ed7(0x207)],'end':_0x5724fa[_0x2b4ed7(0x22a)]}),_0x5578e3=_0x512b01[_0x2b4ed7(0x10c)]({'start':_0x311fa9[_0x2b4ed7(0x207)],'end':_0x311fa9['endColumn']},{'start':_0x2132c7['startColumn'],'end':_0x2132c7[_0x2b4ed7(0x22a)]},{'start':_0x245977[_0x2b4ed7(0x207)],'end':_0x245977[_0x2b4ed7(0x22a)]});_0x276e0f&&_0x5578e3?(_0x3acaef[_0x2b4ed7(0x13f)]['sourceRange'][_0x2b4ed7(0x207)]+=_0x276e0f['step'],_0x3acaef['params'][_0x2b4ed7(0x2a9)]['endColumn']+=_0x276e0f[_0x2b4ed7(0x2d6)]+(_0x276e0f['length']||0x0),_0x3acaef[_0x2b4ed7(0x13f)][_0x2b4ed7(0x1a5)]['startColumn']+=_0x5578e3['step'],_0x3acaef[_0x2b4ed7(0x13f)][_0x2b4ed7(0x1a5)]['endColumn']+=_0x5578e3[_0x2b4ed7(0x2d6)]+(_0x5578e3[_0x2b4ed7(0xfe)]||0x0)):_0x3acaef['id']=_0x512b01[_0x2b4ed7(0x24f)]['id'];const _0x3de81f=_0x512b01['handleBaseMoveRowsCols']({'start':_0x5724fa[_0x2b4ed7(0x207)],'end':_0x5724fa[_0x2b4ed7(0x22a)]},{'start':_0x245977[_0x2b4ed7(0x207)],'end':_0x245977[_0x2b4ed7(0x22a)]},{'start':_0x311fa9[_0x2b4ed7(0x207)],'end':_0x311fa9[_0x2b4ed7(0x22a)]}),_0x20ee95=_0x512b01['handleBaseMoveRowsCols']({'start':_0x5724fa[_0x2b4ed7(0x207)],'end':_0x5724fa[_0x2b4ed7(0x22a)]},{'start':_0x245977['startColumn'],'end':_0x245977[_0x2b4ed7(0x22a)]},{'start':_0x2132c7[_0x2b4ed7(0x207)],'end':_0x2132c7[_0x2b4ed7(0x22a)]});return _0x3de81f&&_0x20ee95?(_0x341e49['params'][_0x2b4ed7(0x2a9)][_0x2b4ed7(0x207)]+=_0x3de81f[_0x2b4ed7(0x2d6)],_0x341e49[_0x2b4ed7(0x13f)][_0x2b4ed7(0x2a9)][_0x2b4ed7(0x22a)]+=_0x3de81f[_0x2b4ed7(0x2d6)]+(_0x3de81f[_0x2b4ed7(0xfe)]||0x0),_0x341e49[_0x2b4ed7(0x13f)]['targetRange'][_0x2b4ed7(0x207)]+=_0x20ee95[_0x2b4ed7(0x2d6)],_0x341e49[_0x2b4ed7(0x13f)][_0x2b4ed7(0x1a5)]['endColumn']+=_0x20ee95[_0x2b4ed7(0x2d6)]+(_0x20ee95[_0x2b4ed7(0xfe)]||0x0)):_0x341e49['id']=_0x512b01[_0x2b4ed7(0x24f)]['id'],{'m1Prime':_0x341e49,'m2Prime':_0x3acaef};}},_0x519c15={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01['MoveRangeMutation']['id'],'handler'(_0x471e3c,_0x3e7b66){const _0x146641=_0x537ed3,_0x144b35={'m1Prime':_0x471e3c,'m2Prime':_0x3e7b66};if(_0x471e3c[_0x146641(0x13f)][_0x146641(0x213)]!==_0x3e7b66[_0x146641(0x13f)][_0x146641(0x213)]||_0x471e3c['params']['subUnitId']!==_0x3e7b66[_0x146641(0x13f)][_0x146641(0x270)]['subUnitId']&&_0x471e3c[_0x146641(0x13f)][_0x146641(0x240)]!==_0x3e7b66[_0x146641(0x13f)]['to']['subUnitId'])return _0x144b35;const _0x43e555=_0x1c277e[_0x146641(0x2a5)][_0x146641(0x1d1)](_0x471e3c),_0x55a451=_0x1c277e[_0x146641(0x2a5)][_0x146641(0x1d1)](_0x3e7b66),_0x59707d=_0x471e3c[_0x146641(0x13f)][_0x146641(0x2a9)],_0x4129e5=_0x471e3c[_0x146641(0x13f)]['targetRange'];if(_0x471e3c[_0x146641(0x13f)][_0x146641(0x240)]===_0x3e7b66[_0x146641(0x13f)][_0x146641(0x270)]['subUnitId']){const _0xb49a67=new _0x1c277e[(_0x146641(0x2f6))](_0x55a451[_0x146641(0x13f)][_0x146641(0x270)]['value']),_0x20af4c=_0xb49a67[_0x146641(0x1fd)]();if(_0x49ead1({'start':_0x59707d[_0x146641(0x207)],'end':_0x59707d['endColumn']},{'start':_0x20af4c[_0x146641(0x207)],'end':_0x20af4c[_0x146641(0x22a)]})||_0x49ead1({'start':_0x4129e5[_0x146641(0x207)],'end':_0x4129e5[_0x146641(0x22a)]},{'start':_0x20af4c[_0x146641(0x207)],'end':_0x20af4c[_0x146641(0x22a)]}))return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20move\x20range')};const _0x2fe5db=_0x512b01['handleBaseMoveRowsCols']({'start':_0x59707d[_0x146641(0x207)],'end':_0x59707d[_0x146641(0x22a)]},{'start':_0x4129e5['startColumn'],'end':_0x4129e5['endColumn']},{'start':_0x20af4c[_0x146641(0x207)],'end':_0x20af4c['endColumn']});if(_0x2fe5db['length']!==0x0)return{'error':new Error(_0x146641(0x1d2))};_0x2fe5db['step']!==0x0&&_0xb49a67['moveColumns'](_0x59707d['startColumn'],_0x59707d[_0x146641(0x22a)]-_0x59707d[_0x146641(0x207)]+0x1,_0x4129e5[_0x146641(0x207)]),_0x55a451[_0x146641(0x13f)]['from'][_0x146641(0x16f)]=_0xb49a67[_0x146641(0x2ce)]();}if(_0x471e3c[_0x146641(0x13f)][_0x146641(0x240)]===_0x3e7b66[_0x146641(0x13f)]['to']['subUnitId']){const _0x34bd33=new _0x1c277e[(_0x146641(0x2f6))](_0x55a451['params']['to']['value']),_0xe3741d=_0x34bd33[_0x146641(0x1fd)]();if(_0x49ead1({'start':_0x59707d[_0x146641(0x207)],'end':_0x59707d[_0x146641(0x22a)]},{'start':_0xe3741d['startColumn'],'end':_0xe3741d[_0x146641(0x22a)]})||_0x49ead1({'start':_0x4129e5['startColumn'],'end':_0x4129e5[_0x146641(0x22a)]},{'start':_0xe3741d[_0x146641(0x207)],'end':_0xe3741d[_0x146641(0x22a)]}))return{'error':new Error(_0x146641(0x1d2))};const _0x53cac1=_0x512b01['handleBaseMoveRowsCols']({'start':_0x59707d['startColumn'],'end':_0x59707d[_0x146641(0x22a)]},{'start':_0x4129e5[_0x146641(0x207)],'end':_0x4129e5[_0x146641(0x22a)]},{'start':_0xe3741d[_0x146641(0x207)],'end':_0xe3741d[_0x146641(0x22a)]});if(_0x53cac1[_0x146641(0xfe)]!==0x0)return{'error':new Error(_0x146641(0x1d2))};_0x53cac1[_0x146641(0x2d6)]!==0x0&&_0x34bd33[_0x146641(0x282)](_0x59707d[_0x146641(0x207)],_0x59707d[_0x146641(0x22a)]-_0x59707d['startColumn']+0x1,_0x4129e5[_0x146641(0x207)]),_0x55a451[_0x146641(0x13f)]['to'][_0x146641(0x16f)]=_0x34bd33[_0x146641(0x2ce)]();}return{'m1Prime':_0x43e555,'m2Prime':_0x55a451};}},_0x4f7927={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler'(_0x559bea,_0x3891f4){const _0x4f8b74=_0x537ed3,_0x301da4={'m1Prime':_0x559bea,'m2Prime':_0x3891f4};if(_0x559bea['params'][_0x4f8b74(0x213)]!==_0x3891f4[_0x4f8b74(0x13f)][_0x4f8b74(0x213)]||_0x559bea[_0x4f8b74(0x13f)]['subUnitId']!==_0x3891f4[_0x4f8b74(0x13f)][_0x4f8b74(0x240)])return _0x301da4;const _0x2a2d3b=_0x1c277e[_0x4f8b74(0x2a5)][_0x4f8b74(0x1d1)](_0x559bea),_0x5ab5b2=_0x1c277e['Tools']['deepClone'](_0x3891f4),{sourceRange:_0x2ed055,targetRange:_0x36e0c2}=_0x559bea[_0x4f8b74(0x13f)],_0x2e1436={'start':_0x2ed055[_0x4f8b74(0x207)],'end':_0x2ed055[_0x4f8b74(0x22a)]},_0x4ecc8d={'start':_0x36e0c2[_0x4f8b74(0x207)],'end':_0x36e0c2[_0x4f8b74(0x22a)]};return _0x5ab5b2[_0x4f8b74(0x13f)][_0x4f8b74(0x23f)][_0x4f8b74(0x167)](_0x48826d=>{const _0x4ed9af=_0x4f8b74,_0x533e96={'start':_0x48826d[_0x4ed9af(0x207)],'end':_0x48826d[_0x4ed9af(0x22a)]},_0x3156fe=_0x49ead1(_0x2e1436,_0x533e96),_0x387620=_0x49ead1(_0x4ecc8d,_0x533e96);if(_0x3156fe||_0x387620)return!0x0;const _0x4d8084=_0x512b01[_0x4ed9af(0x10c)](_0x2e1436,_0x4ecc8d,_0x533e96);return _0x4d8084[_0x4ed9af(0xfe)]!==0x0?!0x0:(_0x48826d[_0x4ed9af(0x207)]+=_0x4d8084[_0x4ed9af(0x2d6)],_0x48826d['endColumn']+=_0x4d8084[_0x4ed9af(0x2d6)],!0x1);})?{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x2a2d3b,'m2Prime':_0x5ab5b2};}},_0x458a0c={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler'(_0x28e511,_0x4f7e89){const _0x1824be=_0x537ed3,_0x5169bf=_0x1c277e['Tools']['deepClone'](_0x28e511),_0x36c5e4=_0x1c277e[_0x1824be(0x2a5)][_0x1824be(0x1d1)](_0x4f7e89);if(_0x28e511[_0x1824be(0x13f)][_0x1824be(0x213)]!==_0x4f7e89['params'][_0x1824be(0x213)]||_0x28e511[_0x1824be(0x13f)][_0x1824be(0x240)]!==_0x4f7e89[_0x1824be(0x13f)][_0x1824be(0x240)])return{'m1Prime':_0x5169bf,'m2Prime':_0x36c5e4};const _0x11dcea=_0x36c5e4[_0x1824be(0x13f)][_0x1824be(0x23f)][_0x1824be(0x2e0)]((_0x3c3799,_0x39977d)=>{const _0x1423d9=_0x1824be,{sourceRange:_0x1b7388,targetRange:_0x4073d4}=_0x28e511[_0x1423d9(0x13f)],_0x5d57ec={..._0x39977d};return _0x1b7388[_0x1423d9(0x22a)]<_0x5d57ec[_0x1423d9(0x207)]&&_0x4073d4[_0x1423d9(0x207)]>_0x5d57ec['endColumn']?(_0x5d57ec[_0x1423d9(0x207)]-=_0x1b7388['endColumn']-_0x1b7388['startColumn']+0x1,_0x5d57ec['endColumn']-=_0x1b7388[_0x1423d9(0x22a)]-_0x1b7388['startColumn']+0x1,_0x1dd703(_0x5d57ec)&&_0x3c3799['push'](_0x5d57ec)):_0x1b7388['startColumn']>_0x5d57ec[_0x1423d9(0x22a)]&&_0x4073d4[_0x1423d9(0x22a)]<_0x5d57ec['startColumn']?(_0x5d57ec[_0x1423d9(0x207)]+=_0x1b7388[_0x1423d9(0x22a)]-_0x1b7388[_0x1423d9(0x207)]+0x1,_0x5d57ec[_0x1423d9(0x22a)]+=_0x1b7388[_0x1423d9(0x22a)]-_0x1b7388['startColumn']+0x1,_0x1dd703(_0x5d57ec)&&_0x3c3799[_0x1423d9(0x1aa)](_0x5d57ec)):_0x1c277e[_0x1423d9(0x138)][_0x1423d9(0x2a0)](_0x5d57ec,_0x1b7388)||_0x1c277e[_0x1423d9(0x138)]['intersects'](_0x5d57ec,_0x4073d4)||_0x3c3799[_0x1423d9(0x1aa)](_0x5d57ec),_0x3c3799;},[]);return _0x36c5e4[_0x1824be(0x13f)][_0x1824be(0x23f)]=_0x11dcea,_0x36c5e4[_0x1824be(0x13f)][_0x1824be(0x23f)]['length']===0x0&&(_0x36c5e4['id']=_0x512b01['EmptyMutation']['id']),{'m1Prime':_0x5169bf,'m2Prime':_0x36c5e4};}},_0x157e1f={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01[_0x537ed3(0x304)]['id'],'handler'(_0x465ab3,_0x27f35a){const _0x494764=_0x537ed3,_0x12143d={'m1Prime':_0x465ab3,'m2Prime':_0x27f35a};if(_0x465ab3['params']['unitId']!==_0x27f35a['params']['unitId']||_0x465ab3[_0x494764(0x13f)]['subUnitId']!==_0x27f35a[_0x494764(0x13f)][_0x494764(0x240)])return _0x12143d;const _0xe88e6b=_0x465ab3[_0x494764(0x13f)][_0x494764(0x2a9)][_0x494764(0x207)],_0x35fc9c=_0x465ab3[_0x494764(0x13f)][_0x494764(0x2a9)][_0x494764(0x22a)],_0x199715=_0x465ab3['params'][_0x494764(0x1a5)][_0x494764(0x207)],_0x2c9748=_0x465ab3['params'][_0x494764(0x1a5)][_0x494764(0x22a)],_0x2a3abe=_0x27f35a[_0x494764(0x13f)][_0x494764(0x218)][_0x494764(0x207)],_0x294c4c=_0x27f35a[_0x494764(0x13f)][_0x494764(0x218)][_0x494764(0x22a)];if(_0xe88e6b<=_0x294c4c&&_0x35fc9c>=_0x2a3abe||_0x199715<=_0x294c4c&&_0x2c9748>=_0x2a3abe)return{'error':new Error(_0x494764(0x23d))};const _0xc47ece=_0x512b01[_0x494764(0x10c)]({'start':_0xe88e6b,'end':_0x35fc9c},{'start':_0x199715,'end':_0x2c9748},{'start':_0x2a3abe,'end':_0x294c4c}),_0x1a1a71=_0x1c277e['Tools']['deepClone'](_0x27f35a);return _0x1a1a71[_0x494764(0x13f)][_0x494764(0x218)][_0x494764(0x207)]+=_0xc47ece[_0x494764(0x2d6)],_0x1a1a71[_0x494764(0x13f)][_0x494764(0x218)][_0x494764(0x22a)]+=_0xc47ece[_0x494764(0x2d6)]+(_0xc47ece[_0x494764(0xfe)]||0x0),{'m1Prime':_0x465ab3,'m2Prime':_0x1a1a71};}},_0x433046={'m1':_0x512b01['MoveColsMutation']['id'],'m2':_0x512b01[_0x537ed3(0x1ad)]['id'],'handler'(_0x12c254,_0x2c58d8){const _0x2745ac=_0x537ed3,_0x3f2796={'m1Prime':_0x12c254,'m2Prime':_0x2c58d8};if(_0x12c254[_0x2745ac(0x13f)]['unitId']!==_0x2c58d8[_0x2745ac(0x13f)]['unitId']||_0x12c254[_0x2745ac(0x13f)][_0x2745ac(0x240)]!==_0x2c58d8[_0x2745ac(0x13f)]['subUnitId'])return _0x3f2796;const _0x3c8fc3=_0x1c277e[_0x2745ac(0x2a5)][_0x2745ac(0x1d1)](_0x12c254),_0x4c1844=_0x1c277e[_0x2745ac(0x2a5)]['deepClone'](_0x2c58d8),{columnData:_0x10b236}=_0x4c1844['params'],{sourceRange:_0x343b23,targetRange:_0x2629b0}=_0x12c254[_0x2745ac(0x13f)];return _0x1c277e[_0x2745ac(0x124)](_0x343b23['startColumn'],_0x343b23[_0x2745ac(0x22a)]-_0x343b23[_0x2745ac(0x207)]+0x1,_0x2629b0[_0x2745ac(0x207)],_0x10b236),{'m1Prime':_0x3c8fc3,'m2Prime':_0x4c1844};}},_0x2f7011={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01[_0x537ed3(0x111)]['id'],'handler'(_0x136610,_0xb3ce66){const _0x277cf8=_0x537ed3,_0x1af3dd={'m1Prime':_0x136610,'m2Prime':_0xb3ce66};if(_0x136610[_0x277cf8(0x13f)][_0x277cf8(0x213)]!==_0xb3ce66[_0x277cf8(0x13f)][_0x277cf8(0x213)]||_0x136610[_0x277cf8(0x13f)][_0x277cf8(0x240)]!==_0xb3ce66['params'][_0x277cf8(0x240)])return _0x1af3dd;const _0x4d4213=_0x1c277e[_0x277cf8(0x2a5)][_0x277cf8(0x1d1)](_0x136610),_0x3eefe2=_0x1c277e['Tools'][_0x277cf8(0x1d1)](_0xb3ce66),{ranges:_0x4c7994}=_0x3eefe2['params'],{sourceRange:_0x5c55c0,targetRange:_0x56ca77}=_0x136610[_0x277cf8(0x13f)],_0x4236a8={'start':_0x5c55c0['startColumn'],'end':_0x5c55c0[_0x277cf8(0x22a)]},_0x1162b3={'start':_0x56ca77['startColumn'],'end':_0x56ca77[_0x277cf8(0x22a)]};return _0x4c7994[_0x277cf8(0x167)](_0x1a857e=>{const _0xb85a97=_0x277cf8,_0x152c10={'start':_0x1a857e['startColumn'],'end':_0x1a857e['endColumn']},_0x435578=_0x49ead1(_0x4236a8,_0x152c10),_0xaf4b7a=_0x49ead1(_0x1162b3,_0x152c10);if(_0x435578||_0xaf4b7a)return!0x0;const _0x1a7e1f=_0x512b01[_0xb85a97(0x10c)](_0x4236a8,_0x1162b3,_0x152c10);return _0x1a7e1f[_0xb85a97(0xfe)]!==0x0?!0x0:(_0x1a857e[_0xb85a97(0x207)]+=_0x1a7e1f[_0xb85a97(0x2d6)],_0x1a857e[_0xb85a97(0x22a)]+=_0x1a7e1f[_0xb85a97(0x2d6)],!0x1);})?{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden')}:{'m1Prime':_0x4d4213,'m2Prime':_0x3eefe2};}},_0x384858={'m1':_0x512b01['MoveColsMutation']['id'],'m2':_0x512b01['SetColVisibleMutation']['id'],'handler'(_0x507b87,_0x30442c){const _0x3b593c=_0x537ed3,_0x34e372={'m1Prime':_0x507b87,'m2Prime':_0x30442c};if(_0x507b87[_0x3b593c(0x13f)]['unitId']!==_0x30442c['params'][_0x3b593c(0x213)]||_0x507b87[_0x3b593c(0x13f)][_0x3b593c(0x240)]!==_0x30442c[_0x3b593c(0x13f)]['subUnitId'])return _0x34e372;const _0x3cb6f1=_0x1c277e[_0x3b593c(0x2a5)]['deepClone'](_0x507b87),_0x27adfb=_0x1c277e[_0x3b593c(0x2a5)][_0x3b593c(0x1d1)](_0x30442c),{ranges:_0x5d38ff}=_0x27adfb[_0x3b593c(0x13f)],{sourceRange:_0x4d02f6,targetRange:_0x4d35ca}=_0x507b87[_0x3b593c(0x13f)],_0x1de7dd={'start':_0x4d02f6[_0x3b593c(0x207)],'end':_0x4d02f6[_0x3b593c(0x22a)]},_0x52378a={'start':_0x4d35ca['startColumn'],'end':_0x4d35ca[_0x3b593c(0x22a)]};return _0x5d38ff[_0x3b593c(0x167)](_0x4fa590=>{const _0x5a5b9c=_0x3b593c,_0x37fedd={'start':_0x4fa590[_0x5a5b9c(0x207)],'end':_0x4fa590[_0x5a5b9c(0x22a)]},_0x19f420=_0x49ead1(_0x1de7dd,_0x37fedd),_0x6e218=_0x49ead1(_0x52378a,_0x37fedd);if(_0x19f420||_0x6e218)return!0x0;const _0x3a9d3d=_0x512b01[_0x5a5b9c(0x10c)](_0x1de7dd,_0x52378a,_0x37fedd);return _0x3a9d3d[_0x5a5b9c(0xfe)]!==0x0?!0x0:(_0x4fa590[_0x5a5b9c(0x207)]+=_0x3a9d3d[_0x5a5b9c(0x2d6)],_0x4fa590['endColumn']+=_0x3a9d3d['step'],!0x1);})?{'error':new Error(_0x3b593c(0x2b1))}:{'m1Prime':_0x3cb6f1,'m2Prime':_0x27adfb};}},_0x550b1f={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler'(_0x2dd1ad,_0x4a4831){const _0x59cc68=_0x537ed3,_0x5dbe98={'m1Prime':_0x2dd1ad,'m2Prime':_0x4a4831};if(_0x2dd1ad[_0x59cc68(0x13f)][_0x59cc68(0x213)]!==_0x4a4831[_0x59cc68(0x13f)][_0x59cc68(0x213)]||_0x2dd1ad[_0x59cc68(0x13f)]['subUnitId']!==_0x4a4831[_0x59cc68(0x13f)][_0x59cc68(0x240)])return _0x5dbe98;const _0x2b23e8=[_0x1c277e[_0x59cc68(0x2a5)][_0x59cc68(0x1d1)](_0x2dd1ad)],_0x4c2dd0=_0x1c277e[_0x59cc68(0x2a5)]['deepClone'](_0x4a4831),{sourceRange:_0x882036,targetRange:_0x5dd75d}=_0x2dd1ad['params'],_0x291e65={'start':_0x882036[_0x59cc68(0x207)],'end':_0x882036[_0x59cc68(0x22a)]},_0x14edeb={'start':_0x5dd75d['startColumn'],'end':_0x5dd75d['endColumn']},{values:_0x215388}=_0x4c2dd0[_0x59cc68(0x13f)],_0x26bac0=[];let _0x3b1274=!0x1;for(const _0x38f9a4 in _0x215388){const _0x2e7135=_0x215388[_0x38f9a4];if(_0x26bac0[_0x59cc68(0x1aa)](..._0x2e7135['ranges']),_0x2e7135['ranges'][_0x59cc68(0x167)](_0x57be40=>{const _0x3915aa=_0x59cc68,_0x336ebd={'start':_0x57be40[_0x3915aa(0x207)],'end':_0x57be40[_0x3915aa(0x22a)]},_0x380ce5=_0x49ead1(_0x291e65,_0x336ebd),_0x23c5c2=_0x49ead1(_0x14edeb,_0x336ebd);if(_0x380ce5||_0x23c5c2)return!0x0;const _0x22248e=_0x512b01[_0x3915aa(0x10c)](_0x291e65,_0x14edeb,_0x336ebd);return _0x22248e['length']!==0x0?!0x0:(_0x22248e['step']!==0x0&&(_0x3b1274=!0x0),_0x57be40[_0x3915aa(0x207)]+=_0x22248e[_0x3915aa(0x2d6)],_0x57be40['endColumn']+=_0x22248e[_0x3915aa(0x2d6)],!0x1);}))return{'error':new Error(_0x59cc68(0x2c9))};}if(_0x3b1274){const _0x13240c={'id':_0x512b01[_0x59cc68(0x2e1)]['id'],'params':{'unitId':_0x4a4831['params']['unitId'],'subUnitId':_0x4a4831[_0x59cc68(0x13f)][_0x59cc68(0x240)],'ranges':_0x26bac0}};_0x2b23e8['push'](_0x13240c,_0x4c2dd0);}return{'m1Prime':_0x2b23e8,'m2Prime':_0x4c2dd0};}},_0x4868c4={'m1':_0x512b01['MoveColsMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e9)]['id'],'handler'(_0x14dbe8,_0x54dee1){const _0x270727=_0x537ed3,_0x4b75ab={'m1Prime':_0x14dbe8,'m2Prime':_0x54dee1};if(_0x14dbe8['params'][_0x270727(0x213)]!==_0x54dee1[_0x270727(0x13f)][_0x270727(0x213)]||_0x14dbe8[_0x270727(0x13f)][_0x270727(0x240)]!==_0x54dee1[_0x270727(0x13f)][_0x270727(0x240)])return _0x4b75ab;const _0x19b573=[_0x1c277e[_0x270727(0x2a5)][_0x270727(0x1d1)](_0x14dbe8)],_0x513bdf=_0x1c277e['Tools'][_0x270727(0x1d1)](_0x54dee1),_0x42ebaa=new _0x1c277e['ObjectMatrix'](_0x513bdf[_0x270727(0x13f)][_0x270727(0x1d3)]),{sourceRange:_0x16cd57,targetRange:_0x5b318b}=_0x14dbe8['params'],_0x16cb37=_0x16cd57['startColumn'],_0x399cdd=_0x16cd57[_0x270727(0x22a)]-_0x16cd57[_0x270727(0x207)]+0x1,_0x56e30a=_0x5b318b[_0x270727(0x207)];_0x42ebaa[_0x270727(0x282)](_0x16cb37,_0x399cdd,_0x56e30a);const _0x5ec26e=new _0x1c277e[(_0x270727(0x2f6))]();let _0x30864b=!0x1;if(_0x42ebaa[_0x270727(0xfc)]((_0x46cede,_0x5dd109,_0x4f51e4)=>{const _0x3d8852=_0x270727;if(_0x4f51e4&&_0x4f51e4['f']){const _0xc36887=_0x4f51e4['f'];let _0x3a0e11=!0x1;const _0x5c0cb0=_0x35e413(_0x14dbe8[_0x3d8852(0x13f)][_0x3d8852(0x213)],_0x14dbe8[_0x3d8852(0x13f)][_0x3d8852(0x240)],_0xc36887,_0x4386ca=>{const _0x43457c=_0x3d8852,_0x30228b=_0x512b01[_0x43457c(0x10c)]({'start':_0x14dbe8[_0x43457c(0x13f)][_0x43457c(0x2a9)]['startColumn'],'end':_0x14dbe8[_0x43457c(0x13f)]['sourceRange']['endColumn']},{'start':_0x14dbe8['params'][_0x43457c(0x1a5)][_0x43457c(0x207)],'end':_0x14dbe8[_0x43457c(0x13f)][_0x43457c(0x1a5)]['endColumn']},{'start':_0x4386ca[_0x43457c(0x207)],'end':_0x4386ca[_0x43457c(0x22a)]});return(_0x30228b['step']!==0x0||_0x30228b[_0x43457c(0xfe)]!==0x0)&&(_0x3a0e11=!0x0,_0x4386ca[_0x43457c(0x207)]+=_0x30228b[_0x43457c(0x2d6)],_0x4386ca[_0x43457c(0x22a)]+=_0x30228b[_0x43457c(0x2d6)]+_0x30228b[_0x43457c(0xfe)]),_0x4386ca;});_0x3a0e11&&(_0x30864b=!0x0,_0x4f51e4['f']=_0x5c0cb0,_0x5ec26e[_0x3d8852(0x29f)](_0x46cede,_0x5dd109,{..._0x4f51e4}));}}),_0x30864b){const _0x482bc7={'id':_0x512b01[_0x270727(0x2e9)]['id'],'params':{'unitId':_0x54dee1[_0x270727(0x13f)]['unitId'],'subUnitId':_0x54dee1['params'][_0x270727(0x240)],'cellValue':_0x5ec26e['getMatrix']()}};_0x19b573['push'](_0x482bc7);}return _0x513bdf[_0x270727(0x13f)][_0x270727(0x1d3)]=_0x42ebaa[_0x270727(0x2ce)](),{'m1Prime':_0x19b573,'m2Prime':_0x513bdf};}},_0x420db6={'m1':_0x512b01['MoveColsMutation']['id'],'m2':_0x512b01[_0x537ed3(0x233)]['id'],'handler'(_0x1982c8,_0x2cbd48){const _0xa24ec6=_0x537ed3,_0x19a4df={'m1Prime':[],'m2Prime':[]};if(_0x1982c8['params'][_0xa24ec6(0x213)]!==_0x2cbd48['params'][_0xa24ec6(0x213)]||_0x1982c8['params'][_0xa24ec6(0x240)]!==_0x2cbd48['params'][_0xa24ec6(0x240)])return _0x19a4df;const _0x596e9c=_0x1c277e[_0xa24ec6(0x2a5)][_0xa24ec6(0x1d1)](_0x2cbd48);let _0x15dd9f=!0x1;return _0x596e9c[_0xa24ec6(0x13f)]['selections'][_0xa24ec6(0x22e)](_0x53e8bf=>{const _0x44f802=_0xa24ec6,{range:_0x42290e,primary:_0x3bff41}=_0x53e8bf,_0x1bca31=_0x512b01[_0x44f802(0x10c)]({'start':_0x1982c8[_0x44f802(0x13f)]['sourceRange'][_0x44f802(0x207)],'end':_0x1982c8[_0x44f802(0x13f)][_0x44f802(0x2a9)][_0x44f802(0x22a)]},{'start':_0x1982c8[_0x44f802(0x13f)]['targetRange'][_0x44f802(0x207)],'end':_0x1982c8[_0x44f802(0x13f)][_0x44f802(0x1a5)][_0x44f802(0x22a)]},{'start':_0x42290e['startColumn'],'end':_0x42290e[_0x44f802(0x22a)]});if(_0x1bca31[_0x44f802(0xfe)]||_0x1bca31[_0x44f802(0x2d6)]){if(_0x42290e['startColumn']+=_0x1bca31[_0x44f802(0x2d6)],_0x42290e['endColumn']+=_0x1bca31[_0x44f802(0x2d6)]+(_0x1bca31['length']||0x0),_0x3bff41){const _0x1c671f=_0x512b01[_0x44f802(0x10c)]({'start':_0x1982c8[_0x44f802(0x13f)][_0x44f802(0x2a9)][_0x44f802(0x207)],'end':_0x1982c8['params'][_0x44f802(0x2a9)][_0x44f802(0x22a)]},{'start':_0x1982c8[_0x44f802(0x13f)]['targetRange'][_0x44f802(0x207)],'end':_0x1982c8[_0x44f802(0x13f)][_0x44f802(0x1a5)][_0x44f802(0x22a)]},{'start':_0x3bff41[_0x44f802(0x207)],'end':_0x3bff41['endColumn']});(_0x1c671f['length']||_0x1c671f[_0x44f802(0x2d6)])&&(_0x3bff41[_0x44f802(0x207)]+=_0x1c671f[_0x44f802(0x2d6)],_0x3bff41['endColumn']+=_0x1c671f[_0x44f802(0x2d6)],_0x3bff41['actualColumn']+=_0x1c671f[_0x44f802(0x2d6)]);}_0x15dd9f=!0x0;}}),_0x15dd9f&&_0x19a4df['m2Prime'][_0xa24ec6(0x1aa)](_0x596e9c),_0x19a4df;}},_0x1d0161={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x472535['SetSheetsFilterCriteriaMutation']['id'],'handler'(_0x1efad1,_0xe0b291){const _0x4adb98=_0x537ed3,_0x2c91f9={'m1Prime':_0x1efad1,'m2Prime':_0xe0b291};if(_0x1efad1[_0x4adb98(0x13f)][_0x4adb98(0x213)]!==_0xe0b291[_0x4adb98(0x13f)][_0x4adb98(0x213)]||_0x1efad1[_0x4adb98(0x13f)][_0x4adb98(0x240)]!==_0xe0b291[_0x4adb98(0x13f)][_0x4adb98(0x240)])return _0x2c91f9;const _0x3af03e=_0x1c277e[_0x4adb98(0x2a5)][_0x4adb98(0x1d1)](_0x1efad1),_0x405163=_0x1c277e[_0x4adb98(0x2a5)][_0x4adb98(0x1d1)](_0xe0b291),_0x5a832e=_0x512b01['handleBaseMoveRowsCols']({'start':_0x1efad1[_0x4adb98(0x13f)][_0x4adb98(0x2a9)][_0x4adb98(0x207)],'end':_0x1efad1['params'][_0x4adb98(0x2a9)][_0x4adb98(0x22a)]},{'start':_0x1efad1['params'][_0x4adb98(0x1a5)][_0x4adb98(0x207)],'end':_0x1efad1['params'][_0x4adb98(0x1a5)]['endColumn']},{'start':_0xe0b291[_0x4adb98(0x13f)][_0x4adb98(0x1e6)],'end':_0xe0b291[_0x4adb98(0x13f)][_0x4adb98(0x1e6)]});if(_0x5a832e['step']===0x0)return _0x2c91f9;_0x405163[_0x4adb98(0x13f)][_0x4adb98(0x1e6)]+=_0x5a832e['step'],_0x405163[_0x4adb98(0x13f)][_0x4adb98(0x128)]&&(_0x405163[_0x4adb98(0x13f)][_0x4adb98(0x128)][_0x4adb98(0x235)]+=_0x5a832e[_0x4adb98(0x2d6)]);const _0x25bb0b=_0x1c277e[_0x4adb98(0x2a5)][_0x4adb98(0x1d1)](_0xe0b291);return _0x25bb0b[_0x4adb98(0x13f)][_0x4adb98(0x128)]=null,{'m1Prime':[_0x25bb0b,_0x405163,_0x3af03e],'m2Prime':[_0x405163]};}},_0x1b0d2a={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x472535['SetSheetsFilterRangeMutation']['id'],'handler'(_0x4ad5e6,_0x3a550c){const _0x2a6c02=_0x537ed3,_0x333195={'m1Prime':[_0x4ad5e6],'m2Prime':[_0x3a550c]};if(_0x4ad5e6[_0x2a6c02(0x13f)][_0x2a6c02(0x213)]!==_0x3a550c[_0x2a6c02(0x13f)][_0x2a6c02(0x213)]||_0x4ad5e6[_0x2a6c02(0x13f)][_0x2a6c02(0x240)]!==_0x3a550c['params']['subUnitId'])return _0x333195;const _0x7b5f62=_0x1c277e['Tools'][_0x2a6c02(0x1d1)](_0x4ad5e6),_0x44a159=_0x1c277e[_0x2a6c02(0x2a5)]['deepClone'](_0x3a550c),_0x3151e3=_0x512b01[_0x2a6c02(0x10c)]({'start':_0x4ad5e6[_0x2a6c02(0x13f)][_0x2a6c02(0x2a9)]['startColumn'],'end':_0x4ad5e6[_0x2a6c02(0x13f)]['sourceRange'][_0x2a6c02(0x22a)]},{'start':_0x4ad5e6[_0x2a6c02(0x13f)][_0x2a6c02(0x1a5)]['startColumn'],'end':_0x4ad5e6['params'][_0x2a6c02(0x1a5)][_0x2a6c02(0x22a)]},{'start':_0x3a550c[_0x2a6c02(0x13f)][_0x2a6c02(0x218)][_0x2a6c02(0x207)],'end':_0x3a550c['params'][_0x2a6c02(0x218)][_0x2a6c02(0x22a)]});return _0x44a159[_0x2a6c02(0x13f)][_0x2a6c02(0x218)][_0x2a6c02(0x207)]+=_0x3151e3[_0x2a6c02(0x2d6)],_0x44a159[_0x2a6c02(0x13f)][_0x2a6c02(0x218)][_0x2a6c02(0x22a)]+=_0x3151e3[_0x2a6c02(0x2d6)]+_0x3151e3[_0x2a6c02(0xfe)],{'m1Prime':[_0x44a159,_0x7b5f62],'m2Prime':[_0x44a159]};}},_0x2710b8={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01['SetWorksheetColWidthMutation']['id'],'handler'(_0x34f95c,_0x3d0038){const _0xd2f113=_0x537ed3,_0x1a8192={'m1Prime':_0x34f95c,'m2Prime':_0x3d0038};if(_0x34f95c[_0xd2f113(0x13f)][_0xd2f113(0x213)]!==_0x3d0038[_0xd2f113(0x13f)][_0xd2f113(0x213)]||_0x34f95c[_0xd2f113(0x13f)][_0xd2f113(0x240)]!==_0x3d0038['params'][_0xd2f113(0x240)])return _0x1a8192;const _0x5963d1=_0x1c277e[_0xd2f113(0x2a5)]['deepClone'](_0x34f95c),_0x1df664=_0x1c277e[_0xd2f113(0x2a5)]['deepClone'](_0x3d0038),{ranges:_0x58e364,colWidth:_0x2e3f6b}=_0x1df664[_0xd2f113(0x13f)],{sourceRange:_0x5a8e5d,targetRange:_0xb42d9}=_0x34f95c[_0xd2f113(0x13f)],_0x203a38={'start':_0x5a8e5d['startColumn'],'end':_0x5a8e5d[_0xd2f113(0x22a)]},_0x4fb829={'start':_0xb42d9[_0xd2f113(0x207)],'end':_0xb42d9[_0xd2f113(0x22a)]};return _0x58e364['some'](_0x1c145f=>{const _0x4a4af0=_0xd2f113,_0x230a1d={'start':_0x1c145f[_0x4a4af0(0x207)],'end':_0x1c145f['endColumn']},_0x32e0e5=_0x512b01['handleBaseMoveRowsCols'](_0x203a38,_0x4fb829,_0x230a1d);return _0x32e0e5['length']!==0x0?!0x0:(_0x1c145f[_0x4a4af0(0x207)]+=_0x32e0e5[_0x4a4af0(0x2d6)],_0x1c145f[_0x4a4af0(0x22a)]+=_0x32e0e5[_0x4a4af0(0x2d6)],!0x1);})?{'error':new Error(_0xd2f113(0x216))}:(typeof _0x2e3f6b!=_0xd2f113(0x24e)&&_0x1c277e[_0xd2f113(0x124)](_0x5a8e5d[_0xd2f113(0x207)],_0x5a8e5d[_0xd2f113(0x22a)]-_0x5a8e5d[_0xd2f113(0x207)]+0x1,_0xb42d9[_0xd2f113(0x207)],_0x2e3f6b),{'m1Prime':_0x5963d1,'m2Prime':_0x1df664});}},_0x32ea96={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x151b41[_0x537ed3(0x28f)]['id'],'handler':(_0x28456f,_0x2f9473)=>{const _0x5c412b=_0x537ed3,_0x98e69={'m1Prime':_0x28456f,'m2Prime':_0x2f9473};if(_0x28456f[_0x5c412b(0x13f)][_0x5c412b(0x213)]!==_0x2f9473[_0x5c412b(0x13f)][_0x5c412b(0x213)]||_0x28456f[_0x5c412b(0x13f)][_0x5c412b(0x240)]!==_0x2f9473[_0x5c412b(0x13f)][_0x5c412b(0x240)])return _0x98e69;const _0x1b0d1a={'id':_0x512b01['MoveColsCommand']['id'],'params':{'unitId':_0x28456f['params'][_0x5c412b(0x213)],'subUnitId':_0x28456f[_0x5c412b(0x13f)][_0x5c412b(0x240)],'fromRange':_0x28456f[_0x5c412b(0x13f)]['sourceRange'],'toRange':_0x28456f[_0x5c412b(0x13f)][_0x5c412b(0x1a5)]}},_0x596818=_0x5b9671(_0x2f9473,_0x1b0d1a);return{'m1Prime':[_0x28456f,..._0x596818],'m2Prime':[_0x2f9473,..._0x596818]};}},_0x3f7391={'m1':_0x2bb070[_0x537ed3(0x294)]['id'],'m2':_0x2bb070[_0x537ed3(0x294)]['id'],'handler'(_0x13e859,_0x15adf6){const _0x3903ee=_0x537ed3;return _0x13e859['params'][_0x3903ee(0x213)]!==_0x15adf6[_0x3903ee(0x13f)]['unitId']||_0x13e859[_0x3903ee(0x13f)]['subUnitId']!==_0x15adf6['params'][_0x3903ee(0x240)]?{'m1Prime':_0x13e859,'m2Prime':_0x15adf6}:{'error':new Error('Move\x20conditional\x20formatting\x20rule\x20\x20is\x20conflict\x20with\x20self')};}},_0x56a2cd={'m1':_0x512b01[_0x537ed3(0x199)]['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x3cd523,_0x462cf1){const _0x2b906a=_0x537ed3,_0x141154=_0x37c2b6[_0x2b906a(0x2ad)](_0x462cf1,_0x3cd523);return _0xf0cba5(_0x141154)?{'m1Prime':_0x141154[_0x2b906a(0x11c)],'m2Prime':_0x141154[_0x2b906a(0x122)]}:_0x141154;}},_0x5cb8c8={'m1':_0x512b01[_0x537ed3(0x199)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler'(_0x3439b0,_0x211303){const _0x39cefe=_0x537ed3,_0x2ba761={'m1Prime':_0x3439b0,'m2Prime':_0x211303};if(_0x3439b0['params'][_0x39cefe(0x213)]!==_0x211303[_0x39cefe(0x13f)][_0x39cefe(0x213)])return _0x2ba761;const _0xd2fd56=new _0x1c277e[(_0x39cefe(0x2f6))](_0x3439b0[_0x39cefe(0x13f)][_0x39cefe(0x270)]['value'])[_0x39cefe(0x1fd)](),_0x5d4195=new _0x1c277e[(_0x39cefe(0x2f6))](_0x211303['params'][_0x39cefe(0x270)][_0x39cefe(0x16f)])[_0x39cefe(0x1fd)](),_0x466aed=new _0x1c277e[(_0x39cefe(0x2f6))](_0x3439b0[_0x39cefe(0x13f)]['to'][_0x39cefe(0x16f)])[_0x39cefe(0x1fd)](),_0xc65782=new _0x1c277e['ObjectMatrix'](_0x211303['params']['to']['value'])['getDataRange']();return _0x3439b0[_0x39cefe(0x13f)]['from'][_0x39cefe(0x240)]===_0x211303[_0x39cefe(0x13f)][_0x39cefe(0x270)][_0x39cefe(0x240)]&&_0x1c277e[_0x39cefe(0x138)][_0x39cefe(0x2a0)](_0xd2fd56,_0x5d4195)||_0x3439b0[_0x39cefe(0x13f)]['to']['subUnitId']===_0x211303[_0x39cefe(0x13f)]['to'][_0x39cefe(0x240)]&&_0x1c277e[_0x39cefe(0x138)][_0x39cefe(0x2a0)](_0x466aed,_0xc65782)||_0x3439b0['params'][_0x39cefe(0x270)]['subUnitId']===_0x211303[_0x39cefe(0x13f)]['to']['subUnitId']&&_0x1c277e[_0x39cefe(0x138)][_0x39cefe(0x2a0)](_0xd2fd56,_0xc65782)||_0x3439b0['params']['to']['subUnitId']===_0x211303[_0x39cefe(0x13f)]['from'][_0x39cefe(0x240)]&&_0x1c277e[_0x39cefe(0x138)][_0x39cefe(0x2a0)](_0x466aed,_0x5d4195)?{'error':new Error(_0x39cefe(0x1b1))}:_0x2ba761;}},_0x271b25={'m1':_0x512b01['MoveRangeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler'(_0x3baea0,_0x58b91c){const _0x15b169=_0x537ed3,_0x5f010c={'m1Prime':_0x3baea0,'m2Prime':_0x58b91c};if(_0x3baea0['params']['unitId']!==_0x58b91c['params'][_0x15b169(0x213)]||_0x3baea0[_0x15b169(0x13f)]['from'][_0x15b169(0x240)]!==_0x58b91c[_0x15b169(0x13f)][_0x15b169(0x240)]&&_0x3baea0[_0x15b169(0x13f)]['to'][_0x15b169(0x240)]!==_0x58b91c[_0x15b169(0x13f)][_0x15b169(0x240)])return _0x5f010c;const _0x20a359=new _0x1c277e[(_0x15b169(0x2f6))](_0x3baea0['params'][_0x15b169(0x270)][_0x15b169(0x16f)])['getDataRange'](),_0x21fc77=new _0x1c277e[(_0x15b169(0x2f6))](_0x3baea0[_0x15b169(0x13f)]['to'][_0x15b169(0x16f)])['getDataRange']();return _0x3baea0[_0x15b169(0x13f)][_0x15b169(0x270)][_0x15b169(0x240)]===_0x58b91c['params']['subUnitId']&&_0x58b91c[_0x15b169(0x13f)][_0x15b169(0x23f)][_0x15b169(0x167)](_0x186606=>_0x1c277e['Rectangle'][_0x15b169(0x2a0)](_0x186606,_0x20a359))?{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt')}:_0x3baea0['params']['to']['subUnitId']===_0x58b91c[_0x15b169(0x13f)]['subUnitId']&&_0x58b91c[_0x15b169(0x13f)][_0x15b169(0x23f)][_0x15b169(0x167)](_0x4f7e1a=>_0x1c277e['Rectangle']['intersects'](_0x4f7e1a,_0x21fc77))?{'error':new Error(_0x15b169(0x214))}:_0x5f010c;}},_0xb0248c={'m1':_0x512b01[_0x537ed3(0x199)]['id'],'m2':_0x512b01['ReorderRangeMutation']['id'],'handler'(_0x3c89ac,_0x15ad81){const _0x19ef89=_0x537ed3,_0x247025={'m1Prime':_0x3c89ac,'m2Prime':_0x15ad81};if(_0x3c89ac[_0x19ef89(0x13f)][_0x19ef89(0x213)]!==_0x15ad81[_0x19ef89(0x13f)][_0x19ef89(0x213)]||_0x3c89ac[_0x19ef89(0x13f)]['from']['subUnitId']!==_0x15ad81[_0x19ef89(0x13f)][_0x19ef89(0x240)]&&_0x3c89ac['params']['to'][_0x19ef89(0x240)]!==_0x15ad81[_0x19ef89(0x13f)]['subUnitId'])return _0x247025;if(_0x3c89ac[_0x19ef89(0x13f)][_0x19ef89(0x270)][_0x19ef89(0x240)]===_0x15ad81['params'][_0x19ef89(0x240)]){const _0x1af985=new _0x1c277e[(_0x19ef89(0x2f6))](_0x3c89ac['params']['from'][_0x19ef89(0x16f)])[_0x19ef89(0x1fd)]();if(_0x1c277e[_0x19ef89(0x138)]['intersects'](_0x1af985,_0x15ad81[_0x19ef89(0x13f)][_0x19ef89(0x218)]))return{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20reorder\x20range')};}if(_0x3c89ac['params']['to'][_0x19ef89(0x240)]===_0x15ad81[_0x19ef89(0x13f)]['subUnitId']){const _0x1b4e4b=new _0x1c277e[(_0x19ef89(0x2f6))](_0x3c89ac[_0x19ef89(0x13f)]['to'][_0x19ef89(0x16f)])[_0x19ef89(0x1fd)]();if(_0x1c277e[_0x19ef89(0x138)]['intersects'](_0x1b4e4b,_0x15ad81[_0x19ef89(0x13f)][_0x19ef89(0x218)]))return{'error':new Error(_0x19ef89(0x23d))};}return _0x247025;}},_0x3d4762={'m1':_0x512b01[_0x537ed3(0x199)]['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler'(_0x3ed3d0,_0x111e4c){const _0x404a49=_0x537ed3,_0x205082={'m1Prime':_0x3ed3d0,'m2Prime':_0x111e4c};if(_0x3ed3d0[_0x404a49(0x13f)][_0x404a49(0x213)]!==_0x111e4c['params']['unitId']||_0x3ed3d0[_0x404a49(0x13f)][_0x404a49(0x270)]['subUnitId']!==_0x111e4c[_0x404a49(0x13f)][_0x404a49(0x240)]&&_0x3ed3d0[_0x404a49(0x13f)]['to'][_0x404a49(0x240)]!==_0x111e4c['params'][_0x404a49(0x240)])return _0x205082;const _0x104f54=new _0x1c277e[(_0x404a49(0x2f6))](_0x3ed3d0[_0x404a49(0x13f)]['from'][_0x404a49(0x16f)])[_0x404a49(0x1fd)](),_0x353f83=new _0x1c277e[(_0x404a49(0x2f6))](_0x3ed3d0[_0x404a49(0x13f)]['to']['value'])['getDataRange']();if(_0x3ed3d0[_0x404a49(0x13f)][_0x404a49(0x270)][_0x404a49(0x240)]===_0x111e4c[_0x404a49(0x13f)]['subUnitId']){const {values:_0x3552be}=_0x111e4c[_0x404a49(0x13f)];for(const _0x3ae94e in _0x3552be)if(_0x3552be[_0x3ae94e][_0x404a49(0x23f)][_0x404a49(0x167)](_0x35192f=>_0x1c277e[_0x404a49(0x138)][_0x404a49(0x2a0)](_0x35192f,_0x104f54)))return{'error':new Error(_0x404a49(0x214))};}if(_0x3ed3d0[_0x404a49(0x13f)]['to'][_0x404a49(0x240)]===_0x111e4c[_0x404a49(0x13f)][_0x404a49(0x240)]){const {values:_0x47d942}=_0x111e4c[_0x404a49(0x13f)];for(const _0x2e2720 in _0x47d942)if(_0x47d942[_0x2e2720][_0x404a49(0x23f)][_0x404a49(0x167)](_0x346c46=>_0x1c277e['Rectangle'][_0x404a49(0x2a0)](_0x346c46,_0x353f83)))return{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt')};}return _0x205082;}},_0x27b98d={'m1':_0x512b01['MoveRowsMutation']['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x4dfa16,_0x246ded)=>{const _0x57bad1=_0x537ed3,_0x3ba970={'m1Prime':_0x4dfa16,'m2Prime':_0x246ded};if(_0x4dfa16[_0x57bad1(0x13f)][_0x57bad1(0x213)]!==_0x246ded[_0x57bad1(0x13f)][_0x57bad1(0x213)]||_0x4dfa16[_0x57bad1(0x13f)][_0x57bad1(0x240)]!==_0x246ded[_0x57bad1(0x13f)][_0x57bad1(0x240)])return _0x3ba970;const _0x5ed6b3={'id':_0x512b01[_0x57bad1(0x215)]['id'],'params':{'unitId':_0x4dfa16[_0x57bad1(0x13f)][_0x57bad1(0x213)],'subUnitId':_0x4dfa16[_0x57bad1(0x13f)]['subUnitId'],'fromRange':_0x4dfa16['params'][_0x57bad1(0x2a9)],'toRange':_0x4dfa16[_0x57bad1(0x13f)][_0x57bad1(0x1a5)]}},_0x5cd4e5=_0x150885(_0x246ded,_0x5ed6b3);return{'m1Prime':[_0x4dfa16,..._0x5cd4e5],'m2Prime':[_0x246ded,..._0x5cd4e5]};}},_0x39bd7c={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x1d07e6[_0x537ed3(0x114)]['id'],'handler'(_0x2bb5a1,_0xbc3c50){const _0x2e147f=_0x537ed3,_0x4e425b={'m1Prime':_0x2bb5a1,'m2Prime':_0xbc3c50};if(_0x2bb5a1[_0x2e147f(0x13f)][_0x2e147f(0x213)]!==_0xbc3c50[_0x2e147f(0x13f)][_0x2e147f(0x213)]||_0x2bb5a1[_0x2e147f(0x13f)][_0x2e147f(0x240)]!==_0xbc3c50[_0x2e147f(0x13f)][_0x2e147f(0x240)])return _0x4e425b;const _0x3f1791={'id':_0x512b01[_0x2e147f(0x215)]['id'],'params':{'fromRange':_0x2bb5a1['params'][_0x2e147f(0x2a9)],'toRange':_0x2bb5a1[_0x2e147f(0x13f)]['targetRange']}},_0x224009=_0x5cd6a1(_0xbc3c50,_0x3f1791);return{'m1Prime':[_0x2bb5a1,..._0x224009],'m2Prime':[_0xbc3c50,..._0x224009]};}},_0x2a3d00={'m1':_0x512b01['MoveRowsMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x1b3533,_0x4a7df7){const _0x450596=_0x537ed3,_0x3d8273=_0x140610[_0x450596(0x2ad)](_0x4a7df7,_0x1b3533);return _0xf0cba5(_0x3d8273)?{'m1Prime':_0x3d8273['m2Prime'],'m2Prime':_0x3d8273[_0x450596(0x122)]}:_0x3d8273;}},_0x4c5e5d={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler'(_0x2127fa,_0x2cb04d){const _0x203e12=_0x537ed3,_0x491605={'m1Prime':_0x2127fa,'m2Prime':_0x2cb04d};if(_0x2127fa[_0x203e12(0x13f)][_0x203e12(0x213)]!==_0x2cb04d[_0x203e12(0x13f)][_0x203e12(0x213)]||_0x2127fa['params'][_0x203e12(0x240)]!==_0x2cb04d['params'][_0x203e12(0x270)][_0x203e12(0x240)]&&_0x2127fa[_0x203e12(0x13f)][_0x203e12(0x240)]!==_0x2cb04d[_0x203e12(0x13f)]['to'][_0x203e12(0x240)])return _0x491605;const _0x37849=_0x1c277e[_0x203e12(0x2a5)][_0x203e12(0x1d1)](_0x2127fa),_0xfab956=_0x1c277e['Tools'][_0x203e12(0x1d1)](_0x2cb04d),_0xbd97a5=_0x2127fa['params']['sourceRange'],_0x16bc16=_0x2127fa[_0x203e12(0x13f)]['targetRange'];if(_0x2127fa['params'][_0x203e12(0x240)]===_0x2cb04d[_0x203e12(0x13f)][_0x203e12(0x270)][_0x203e12(0x240)]){const _0x432614=new _0x1c277e[(_0x203e12(0x2f6))](_0xfab956[_0x203e12(0x13f)][_0x203e12(0x270)]['value']),_0x589e99=_0x432614['getDataRange']();if(_0x49ead1({'start':_0xbd97a5['startRow'],'end':_0xbd97a5['endRow']},{'start':_0x589e99[_0x203e12(0x224)],'end':_0x589e99[_0x203e12(0x2ec)]})||_0x49ead1({'start':_0x16bc16[_0x203e12(0x224)],'end':_0x16bc16[_0x203e12(0x2ec)]},{'start':_0x589e99[_0x203e12(0x224)],'end':_0x589e99[_0x203e12(0x2ec)]}))return{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20move\x20range')};const _0xe05529=_0x512b01[_0x203e12(0x10c)]({'start':_0xbd97a5[_0x203e12(0x224)],'end':_0xbd97a5[_0x203e12(0x2ec)]},{'start':_0x16bc16['startRow'],'end':_0x16bc16[_0x203e12(0x2ec)]},{'start':_0x589e99[_0x203e12(0x224)],'end':_0x589e99[_0x203e12(0x2ec)]});if(_0xe05529[_0x203e12(0xfe)]!==0x0)return{'error':new Error(_0x203e12(0xfd))};_0xe05529[_0x203e12(0x2d6)]!==0x0&&_0x432614['moveRows'](_0xbd97a5['startRow'],_0xbd97a5[_0x203e12(0x2ec)]-_0xbd97a5[_0x203e12(0x224)]+0x1,_0x16bc16[_0x203e12(0x224)]),_0xfab956[_0x203e12(0x13f)][_0x203e12(0x270)][_0x203e12(0x16f)]=_0x432614[_0x203e12(0x2ce)]();}if(_0x2127fa[_0x203e12(0x13f)][_0x203e12(0x240)]===_0x2cb04d[_0x203e12(0x13f)]['to'][_0x203e12(0x240)]){const _0xa42a80=new _0x1c277e[(_0x203e12(0x2f6))](_0xfab956['params']['to'][_0x203e12(0x16f)]),_0x349b1d=_0xa42a80['getDataRange']();if(_0x49ead1({'start':_0xbd97a5[_0x203e12(0x224)],'end':_0xbd97a5[_0x203e12(0x2ec)]},{'start':_0x349b1d['startRow'],'end':_0x349b1d['endRow']})||_0x49ead1({'start':_0x16bc16['startRow'],'end':_0x16bc16['endRow']},{'start':_0x349b1d[_0x203e12(0x224)],'end':_0x349b1d[_0x203e12(0x2ec)]}))return{'error':new Error(_0x203e12(0xfd))};const _0xbb23f0=_0x512b01[_0x203e12(0x10c)]({'start':_0xbd97a5['startRow'],'end':_0xbd97a5[_0x203e12(0x2ec)]},{'start':_0x16bc16[_0x203e12(0x224)],'end':_0x16bc16[_0x203e12(0x2ec)]},{'start':_0x349b1d[_0x203e12(0x224)],'end':_0x349b1d[_0x203e12(0x2ec)]});if(_0xbb23f0[_0x203e12(0xfe)]!==0x0)return{'error':new Error(_0x203e12(0xfd))};_0xbb23f0[_0x203e12(0x2d6)]!==0x0&&_0xa42a80[_0x203e12(0x234)](_0xbd97a5[_0x203e12(0x224)],_0xbd97a5[_0x203e12(0x2ec)]-_0xbd97a5[_0x203e12(0x224)]+0x1,_0x16bc16[_0x203e12(0x224)]),_0xfab956[_0x203e12(0x13f)]['to'][_0x203e12(0x16f)]=_0xa42a80['getMatrix']();}return{'m1Prime':_0x37849,'m2Prime':_0xfab956};}},_0x401ed3={'m1':_0x512b01['MoveRowsMutation']['id'],'m2':_0x512b01[_0x537ed3(0x228)]['id'],'handler'(_0x1ef827,_0x11e468){const _0x3848ad=_0x537ed3,_0x5c8f1e={'m1Prime':_0x1ef827,'m2Prime':_0x11e468};if(_0x1ef827[_0x3848ad(0x13f)][_0x3848ad(0x213)]!==_0x11e468[_0x3848ad(0x13f)]['unitId']||_0x1ef827[_0x3848ad(0x13f)]['subUnitId']!==_0x11e468[_0x3848ad(0x13f)][_0x3848ad(0x240)])return _0x5c8f1e;const _0x14c4b8=_0x1c277e['Tools'][_0x3848ad(0x1d1)](_0x1ef827),_0x136858=_0x1c277e[_0x3848ad(0x2a5)][_0x3848ad(0x1d1)](_0x11e468),_0x199b47=_0x11e468[_0x3848ad(0x13f)][_0x3848ad(0x2a9)],_0x21df7f=_0x11e468[_0x3848ad(0x13f)][_0x3848ad(0x1a5)],_0xea27ef=_0x1ef827['params'][_0x3848ad(0x2a9)],_0x29e430=_0x1ef827[_0x3848ad(0x13f)][_0x3848ad(0x1a5)];if(_0xea27ef[_0x3848ad(0x2ec)]>=_0x199b47['startRow']&&_0xea27ef['startRow']<=_0x199b47[_0x3848ad(0x2ec)])return{'error':new Error(_0x3848ad(0x2d4))};const _0x165c9b=_0x512b01[_0x3848ad(0x10c)]({'start':_0xea27ef['startRow'],'end':_0xea27ef[_0x3848ad(0x2ec)]},{'start':_0x29e430[_0x3848ad(0x224)],'end':_0x29e430['endRow']},{'start':_0x199b47['startRow'],'end':_0x199b47[_0x3848ad(0x2ec)]}),_0x272308=_0x512b01['handleBaseMoveRowsCols']({'start':_0xea27ef['startRow'],'end':_0xea27ef[_0x3848ad(0x2ec)]},{'start':_0x29e430['startRow'],'end':_0x29e430[_0x3848ad(0x2ec)]},{'start':_0x21df7f[_0x3848ad(0x224)],'end':_0x21df7f[_0x3848ad(0x2ec)]});_0x165c9b&&_0x272308?(_0x136858['params'][_0x3848ad(0x2a9)][_0x3848ad(0x224)]+=_0x165c9b[_0x3848ad(0x2d6)],_0x136858['params'][_0x3848ad(0x2a9)]['endRow']+=_0x165c9b[_0x3848ad(0x2d6)]+(_0x165c9b[_0x3848ad(0xfe)]||0x0),_0x136858['params'][_0x3848ad(0x1a5)]['startRow']+=_0x272308[_0x3848ad(0x2d6)],_0x136858['params'][_0x3848ad(0x1a5)]['endRow']+=_0x272308[_0x3848ad(0x2d6)]+(_0x272308[_0x3848ad(0xfe)]||0x0)):_0x136858['id']=_0x512b01[_0x3848ad(0x24f)]['id'];const _0x56c40f=_0x512b01[_0x3848ad(0x10c)]({'start':_0x199b47[_0x3848ad(0x224)],'end':_0x199b47[_0x3848ad(0x2ec)]},{'start':_0x21df7f[_0x3848ad(0x224)],'end':_0x21df7f['endRow']},{'start':_0xea27ef['startRow'],'end':_0xea27ef[_0x3848ad(0x2ec)]}),_0x22073f=_0x512b01[_0x3848ad(0x10c)]({'start':_0x199b47[_0x3848ad(0x224)],'end':_0x199b47['endRow']},{'start':_0x21df7f[_0x3848ad(0x224)],'end':_0x21df7f[_0x3848ad(0x2ec)]},{'start':_0x29e430[_0x3848ad(0x224)],'end':_0x29e430[_0x3848ad(0x2ec)]});return _0x56c40f&&_0x22073f?(_0x14c4b8['params'][_0x3848ad(0x2a9)][_0x3848ad(0x224)]+=_0x56c40f['step'],_0x14c4b8[_0x3848ad(0x13f)][_0x3848ad(0x2a9)][_0x3848ad(0x2ec)]+=_0x56c40f[_0x3848ad(0x2d6)]+(_0x56c40f['length']||0x0),_0x14c4b8['params'][_0x3848ad(0x1a5)][_0x3848ad(0x224)]+=_0x22073f[_0x3848ad(0x2d6)],_0x14c4b8['params'][_0x3848ad(0x1a5)][_0x3848ad(0x2ec)]+=_0x22073f['step']+(_0x22073f[_0x3848ad(0xfe)]||0x0)):_0x14c4b8['id']=_0x512b01[_0x3848ad(0x24f)]['id'],{'m1Prime':_0x14c4b8,'m2Prime':_0x136858};}},_0x24cb98={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler'(_0x190b8b,_0x4526bc){const _0x5e37f4=_0x537ed3,_0x362ef0={'m1Prime':_0x190b8b,'m2Prime':_0x4526bc};if(_0x190b8b[_0x5e37f4(0x13f)][_0x5e37f4(0x213)]!==_0x4526bc['params'][_0x5e37f4(0x213)]||_0x190b8b['params']['subUnitId']!==_0x4526bc[_0x5e37f4(0x13f)][_0x5e37f4(0x240)])return _0x362ef0;const _0xe21bc4=_0x1c277e[_0x5e37f4(0x2a5)][_0x5e37f4(0x1d1)](_0x190b8b),_0x250853=_0x1c277e[_0x5e37f4(0x2a5)][_0x5e37f4(0x1d1)](_0x4526bc),{sourceRange:_0x1cf714,targetRange:_0x2757de}=_0x190b8b['params'],_0x3f384b={'start':_0x1cf714[_0x5e37f4(0x224)],'end':_0x1cf714[_0x5e37f4(0x2ec)]},_0x20921d={'start':_0x2757de[_0x5e37f4(0x224)],'end':_0x2757de[_0x5e37f4(0x2ec)]};return _0x250853['params']['ranges'][_0x5e37f4(0x167)](_0x11f877=>{const _0x7b3640=_0x5e37f4,_0x3d69b0={'start':_0x11f877[_0x7b3640(0x224)],'end':_0x11f877[_0x7b3640(0x2ec)]},_0x4eba09=_0x49ead1(_0x3f384b,_0x3d69b0),_0x3f3caa=_0x49ead1(_0x20921d,_0x3d69b0);if(_0x4eba09||_0x3f3caa)return!0x0;const _0x47fbe4=_0x512b01[_0x7b3640(0x10c)](_0x3f384b,_0x20921d,_0x3d69b0);return _0x47fbe4['length']!==0x0?!0x0:(_0x11f877[_0x7b3640(0x224)]+=_0x47fbe4[_0x7b3640(0x2d6)],_0x11f877['endRow']+=_0x47fbe4['step'],!0x1);})?{'error':new Error(_0x5e37f4(0x23a))}:{'m1Prime':_0xe21bc4,'m2Prime':_0x250853};}},_0x2e0121={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler'(_0xd11290,_0x2609e9){const _0x366950=_0x537ed3,_0x3b9c82=_0x1c277e[_0x366950(0x2a5)][_0x366950(0x1d1)](_0xd11290),_0xd0d145=_0x1c277e[_0x366950(0x2a5)]['deepClone'](_0x2609e9);if(_0xd11290['params'][_0x366950(0x213)]!==_0x2609e9[_0x366950(0x13f)][_0x366950(0x213)]||_0xd11290[_0x366950(0x13f)][_0x366950(0x240)]!==_0x2609e9['params'][_0x366950(0x240)])return{'m1Prime':_0x3b9c82,'m2Prime':_0xd0d145};const _0x399846=_0xd0d145[_0x366950(0x13f)][_0x366950(0x23f)][_0x366950(0x2e0)]((_0x2f40d4,_0x31a455)=>{const _0x4c9c2d=_0x366950,{sourceRange:_0x3c32b7,targetRange:_0x131494}=_0xd11290['params'],_0x97d29a={..._0x31a455};return _0x3c32b7[_0x4c9c2d(0x2ec)]<_0x97d29a[_0x4c9c2d(0x224)]&&_0x131494['startRow']>_0x97d29a[_0x4c9c2d(0x2ec)]?(_0x97d29a[_0x4c9c2d(0x224)]-=_0x3c32b7[_0x4c9c2d(0x2ec)]-_0x3c32b7[_0x4c9c2d(0x224)]+0x1,_0x97d29a['endRow']-=_0x3c32b7[_0x4c9c2d(0x2ec)]-_0x3c32b7[_0x4c9c2d(0x224)]+0x1,_0x1dd703(_0x97d29a)&&_0x2f40d4[_0x4c9c2d(0x1aa)](_0x97d29a)):_0x3c32b7['startRow']>_0x97d29a[_0x4c9c2d(0x2ec)]&&_0x131494['endRow']<_0x97d29a[_0x4c9c2d(0x224)]?(_0x97d29a['startRow']+=_0x3c32b7[_0x4c9c2d(0x2ec)]-_0x3c32b7[_0x4c9c2d(0x224)]+0x1,_0x97d29a[_0x4c9c2d(0x2ec)]+=_0x3c32b7[_0x4c9c2d(0x2ec)]-_0x3c32b7['startRow']+0x1,_0x1dd703(_0x97d29a)&&_0x2f40d4[_0x4c9c2d(0x1aa)](_0x97d29a)):_0x1c277e['Rectangle']['intersects'](_0x97d29a,_0x3c32b7)||_0x1c277e[_0x4c9c2d(0x138)]['intersects'](_0x97d29a,_0x131494)||_0x2f40d4['push'](_0x97d29a),_0x2f40d4;},[]);return _0xd0d145['params'][_0x366950(0x23f)]=_0x399846,_0xd0d145['params'][_0x366950(0x23f)]['length']===0x0&&(_0xd0d145['id']=_0x512b01[_0x366950(0x24f)]['id']),{'m1Prime':_0x3b9c82,'m2Prime':_0xd0d145};}},_0x139f2b={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01[_0x537ed3(0x304)]['id'],'handler'(_0x5efae7,_0x6abd77){const _0x435332=_0x537ed3;var _0x4994f8;const _0x299e30={'m1Prime':_0x5efae7,'m2Prime':_0x6abd77};if(_0x5efae7[_0x435332(0x13f)]['unitId']!==_0x6abd77[_0x435332(0x13f)][_0x435332(0x213)]||_0x5efae7['params'][_0x435332(0x240)]!==_0x6abd77[_0x435332(0x13f)]['subUnitId'])return _0x299e30;const _0x1db3d6=_0x12d065(_0x5efae7[_0x435332(0x13f)][_0x435332(0x2a9)],_0x5efae7[_0x435332(0x13f)][_0x435332(0x1a5)]),_0x1b407e=_0x1c277e[_0x435332(0x2a5)][_0x435332(0x1d1)](_0x6abd77),{range:_0x59f6bf}=_0x1b407e[_0x435332(0x13f)],_0x5c14a3=Array[_0x435332(0x270)]({'length':_0x59f6bf[_0x435332(0x2ec)]-_0x59f6bf[_0x435332(0x224)]+0x1},(_0x5cdb24,_0x587413)=>_0x587413+_0x59f6bf[_0x435332(0x224)]),_0x6e97b0={},_0x54bf1f={},_0x4b137e=Math[_0x435332(0x123)](_0x5efae7['params']['sourceRange'][_0x435332(0x224)],_0x5efae7[_0x435332(0x13f)][_0x435332(0x1a5)][_0x435332(0x224)],..._0x5c14a3),_0x30243e=Math[_0x435332(0x2cd)](_0x5efae7[_0x435332(0x13f)][_0x435332(0x2a9)][_0x435332(0x2ec)],_0x5efae7[_0x435332(0x13f)][_0x435332(0x1a5)][_0x435332(0x2ec)],..._0x5c14a3);for(let _0x240946=_0x4b137e;_0x240946<=_0x30243e;_0x240946++){const _0x55875d=_0x240946,_0x4d13a3=(_0x4994f8=_0x6abd77[_0x435332(0x13f)][_0x435332(0x179)][_0x240946])!=null?_0x4994f8:_0x55875d,_0x140902=_0x1db3d6(_0x4d13a3);_0x55875d!==_0x140902&&(_0x6e97b0[_0x55875d]=_0x140902),_0x4d13a3!==_0x140902&&(_0x54bf1f[_0x4d13a3]=_0x140902);}_0x1b407e[_0x435332(0x13f)]['order']=_0x6e97b0;const _0x50eb83=Object['keys'](_0x6e97b0)[_0x435332(0x1ed)](Number);_0x59f6bf[_0x435332(0x224)]=Math[_0x435332(0x123)](..._0x50eb83),_0x59f6bf[_0x435332(0x2ec)]=Math[_0x435332(0x2cd)](..._0x50eb83);const _0x18b6fc=[_0x5efae7],_0x539e8b=Object[_0x435332(0x232)](_0x54bf1f)[_0x435332(0x1ed)](Number);return _0x539e8b['length']>0x0&&_0x18b6fc[_0x435332(0x19d)]({'id':_0x512b01[_0x435332(0x304)]['id'],'params':{'unitId':_0x5efae7[_0x435332(0x13f)][_0x435332(0x213)],'subUnitId':_0x5efae7['params']['subUnitId'],'range':{'startColumn':_0x6abd77[_0x435332(0x13f)]['range'][_0x435332(0x207)],'endColumn':_0x6abd77['params'][_0x435332(0x218)][_0x435332(0x22a)],'startRow':Math[_0x435332(0x123)](..._0x539e8b),'endRow':Math[_0x435332(0x2cd)](..._0x539e8b)},'order':_0x54bf1f}}),{'m1Prime':_0x18b6fc,'m2Prime':_0x1b407e};}},_0x12d065=(_0xf03f3a,_0x177db9)=>{const _0x14057e=_0x537ed3,_0x39f60a=_0xf03f3a[_0x14057e(0x2ec)]-_0xf03f3a[_0x14057e(0x224)]+0x1,_0x41d47a=_0xf03f3a[_0x14057e(0x224)],_0x2f8c35=_0x177db9[_0x14057e(0x224)];return _0x5eb289=>{const _0x284ff5=_0x14057e;if(_0x41d47a<=_0x2f8c35){const _0x41e9e7=_0x177db9[_0x284ff5(0x224)]-_0xf03f3a[_0x284ff5(0x2ec)]-0x1;if(_0x5eb289>=_0xf03f3a[_0x284ff5(0x224)]&&_0x5eb289<=_0xf03f3a['endRow'])return _0x5eb289+_0x41e9e7;if(_0x5eb289>_0xf03f3a[_0x284ff5(0x2ec)]&&_0x5eb289<_0x177db9[_0x284ff5(0x224)])return _0x5eb289-_0x39f60a;}if(_0x41d47a>_0x2f8c35){const _0xe55b1=_0xf03f3a[_0x284ff5(0x224)]-_0x177db9[_0x284ff5(0x224)];if(_0x5eb289>=_0x177db9[_0x284ff5(0x224)]&&_0x5eb289<_0xf03f3a['startRow'])return _0x5eb289+_0x39f60a;if(_0x5eb289>=_0xf03f3a[_0x284ff5(0x224)]&&_0x5eb289<=_0xf03f3a[_0x284ff5(0x2ec)])return _0x5eb289-_0xe55b1;}return _0x5eb289;};},_0x5a8311={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler'(_0x4301b8,_0x5064e2){const _0x5441de=_0x537ed3,_0x30aa9d={'m1Prime':_0x4301b8,'m2Prime':_0x5064e2};if(_0x4301b8[_0x5441de(0x13f)][_0x5441de(0x213)]!==_0x5064e2[_0x5441de(0x13f)][_0x5441de(0x213)]||_0x4301b8[_0x5441de(0x13f)][_0x5441de(0x240)]!==_0x5064e2[_0x5441de(0x13f)]['subUnitId'])return _0x30aa9d;const _0xf24a76=[_0x1c277e['Tools'][_0x5441de(0x1d1)](_0x4301b8)],_0x223389=_0x1c277e[_0x5441de(0x2a5)][_0x5441de(0x1d1)](_0x5064e2),{sourceRange:_0x5dadab,targetRange:_0x181d81}=_0x4301b8[_0x5441de(0x13f)],_0x5b661b={'start':_0x5dadab[_0x5441de(0x224)],'end':_0x5dadab[_0x5441de(0x2ec)]},_0x45e501={'start':_0x181d81[_0x5441de(0x224)],'end':_0x181d81[_0x5441de(0x2ec)]},{values:_0x6dc91}=_0x223389[_0x5441de(0x13f)],_0x1b7ad8=[];let _0x4ce110=!0x1;for(const _0x4aa982 in _0x6dc91){const _0x3fc9c2=_0x6dc91[_0x4aa982];if(_0x1b7ad8[_0x5441de(0x1aa)](..._0x3fc9c2[_0x5441de(0x23f)]),_0x3fc9c2['ranges'][_0x5441de(0x167)](_0x44688b=>{const _0x4f0590=_0x5441de,_0x30b8d5={'start':_0x44688b[_0x4f0590(0x224)],'end':_0x44688b[_0x4f0590(0x2ec)]},_0x1d9d86=_0x49ead1(_0x5b661b,_0x30b8d5),_0x10491a=_0x49ead1(_0x45e501,_0x30b8d5);if(_0x1d9d86||_0x10491a)return!0x0;const _0x3bcddd=_0x512b01[_0x4f0590(0x10c)](_0x5b661b,_0x45e501,_0x30b8d5);return _0x3bcddd[_0x4f0590(0xfe)]!==0x0?!0x0:(_0x3bcddd[_0x4f0590(0x2d6)]!==0x0&&(_0x4ce110=!0x0),_0x44688b[_0x4f0590(0x224)]+=_0x3bcddd[_0x4f0590(0x2d6)],_0x44688b['endRow']+=_0x3bcddd[_0x4f0590(0x2d6)],!0x1);}))return{'error':new Error(_0x5441de(0x2f2))};}if(_0x4ce110){const _0x39a1fb={'id':_0x512b01[_0x5441de(0x2e1)]['id'],'params':{'unitId':_0x5064e2[_0x5441de(0x13f)]['unitId'],'subUnitId':_0x5064e2['params'][_0x5441de(0x240)],'ranges':_0x1b7ad8}};_0xf24a76[_0x5441de(0x1aa)](_0x39a1fb,_0x223389);}return{'m1Prime':_0xf24a76,'m2Prime':_0x223389};}},_0x40dfe0={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01['SetRangeValuesMutation']['id'],'handler'(_0x102a4d,_0x2286ed){const _0x492472=_0x537ed3,_0x4bd419={'m1Prime':_0x102a4d,'m2Prime':_0x2286ed};if(_0x102a4d[_0x492472(0x13f)]['unitId']!==_0x2286ed[_0x492472(0x13f)][_0x492472(0x213)]||_0x102a4d[_0x492472(0x13f)]['subUnitId']!==_0x2286ed['params'][_0x492472(0x240)])return _0x4bd419;const _0x5e6d4b=[_0x1c277e[_0x492472(0x2a5)][_0x492472(0x1d1)](_0x102a4d)],_0x21b2e3=_0x1c277e['Tools'][_0x492472(0x1d1)](_0x2286ed),_0x27783c=new _0x1c277e['ObjectMatrix'](_0x21b2e3[_0x492472(0x13f)][_0x492472(0x1d3)]),{sourceRange:_0x2d2d31,targetRange:_0x22efc6}=_0x102a4d[_0x492472(0x13f)],_0xda3b46=_0x2d2d31[_0x492472(0x224)],_0x1d8ffd=_0x2d2d31[_0x492472(0x2ec)]-_0x2d2d31[_0x492472(0x224)]+0x1,_0x8fea93=_0x22efc6['startRow'];_0x27783c['moveRows'](_0xda3b46,_0x1d8ffd,_0x8fea93);const _0x2b40a3=new _0x1c277e[(_0x492472(0x2f6))]();let _0x46be8f=!0x1;if(_0x27783c[_0x492472(0xfc)]((_0x3a9124,_0x4747b0,_0x2c60af)=>{const _0x1a295e=_0x492472;if(_0x2c60af&&_0x2c60af['f']){const _0x2c3ff5=_0x2c60af['f'];let _0x14653c=!0x1;const _0x4b6a09=_0x35e413(_0x102a4d[_0x1a295e(0x13f)][_0x1a295e(0x213)],_0x102a4d[_0x1a295e(0x13f)]['subUnitId'],_0x2c3ff5,_0x146abf=>{const _0x1c3084=_0x1a295e,_0x2f2140=_0x512b01[_0x1c3084(0x10c)]({'start':_0x102a4d[_0x1c3084(0x13f)]['sourceRange'][_0x1c3084(0x224)],'end':_0x102a4d[_0x1c3084(0x13f)][_0x1c3084(0x2a9)][_0x1c3084(0x2ec)]},{'start':_0x102a4d[_0x1c3084(0x13f)][_0x1c3084(0x1a5)]['startRow'],'end':_0x102a4d[_0x1c3084(0x13f)][_0x1c3084(0x1a5)][_0x1c3084(0x2ec)]},{'start':_0x146abf['startRow'],'end':_0x146abf[_0x1c3084(0x2ec)]});return(_0x2f2140[_0x1c3084(0x2d6)]!==0x0||_0x2f2140[_0x1c3084(0xfe)]!==0x0)&&(_0x14653c=!0x0,_0x146abf[_0x1c3084(0x224)]+=_0x2f2140[_0x1c3084(0x2d6)],_0x146abf[_0x1c3084(0x2ec)]+=_0x2f2140[_0x1c3084(0x2d6)]+_0x2f2140[_0x1c3084(0xfe)]),_0x146abf;});_0x14653c&&(_0x46be8f=!0x0,_0x2c60af['f']=_0x4b6a09,_0x2b40a3['setValue'](_0x3a9124,_0x4747b0,{..._0x2c60af}));}}),_0x46be8f){const _0x5a28eb={'id':_0x512b01[_0x492472(0x2e9)]['id'],'params':{'unitId':_0x2286ed[_0x492472(0x13f)][_0x492472(0x213)],'subUnitId':_0x2286ed[_0x492472(0x13f)][_0x492472(0x240)],'cellValue':_0x2b40a3['getMatrix']()}};_0x5e6d4b['push'](_0x5a28eb);}return _0x21b2e3[_0x492472(0x13f)][_0x492472(0x1d3)]=_0x27783c[_0x492472(0x2ce)](),{'m1Prime':_0x5e6d4b,'m2Prime':_0x21b2e3};}},_0xccfbde={'m1':_0x512b01['MoveRowsMutation']['id'],'m2':_0x512b01[_0x537ed3(0xe3)]['id'],'handler'(_0x4d586c,_0x4cf921){const _0xeb725a=_0x537ed3,_0x23720e={'m1Prime':_0x4d586c,'m2Prime':_0x4cf921};if(_0x4d586c[_0xeb725a(0x13f)][_0xeb725a(0x213)]!==_0x4cf921[_0xeb725a(0x13f)][_0xeb725a(0x213)]||_0x4d586c[_0xeb725a(0x13f)]['subUnitId']!==_0x4cf921[_0xeb725a(0x13f)][_0xeb725a(0x240)])return _0x23720e;const _0x1ddd63=_0x1c277e[_0xeb725a(0x2a5)][_0xeb725a(0x1d1)](_0x4d586c),_0x57e212=_0x1c277e[_0xeb725a(0x2a5)]['deepClone'](_0x4cf921),{rowData:_0x21f1bc}=_0x57e212['params'],{sourceRange:_0x16488f,targetRange:_0x5c57e8}=_0x4d586c[_0xeb725a(0x13f)];return _0x1c277e[_0xeb725a(0x124)](_0x16488f[_0xeb725a(0x224)],_0x16488f['endRow']-_0x16488f[_0xeb725a(0x224)]+0x1,_0x5c57e8[_0xeb725a(0x224)],_0x21f1bc),{'m1Prime':_0x1ddd63,'m2Prime':_0x57e212};}},_0x35ea9b={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01[_0x537ed3(0x149)]['id'],'handler'(_0x2f9299,_0x16ffb9){const _0xebef93=_0x537ed3,_0x4538bc={'m1Prime':_0x2f9299,'m2Prime':_0x16ffb9};if(_0x2f9299[_0xebef93(0x13f)][_0xebef93(0x213)]!==_0x16ffb9[_0xebef93(0x13f)]['unitId']||_0x2f9299[_0xebef93(0x13f)][_0xebef93(0x240)]!==_0x16ffb9['params'][_0xebef93(0x240)])return _0x4538bc;const _0x4f44f5=_0x1c277e[_0xebef93(0x2a5)][_0xebef93(0x1d1)](_0x2f9299),_0x4a30eb=_0x1c277e[_0xebef93(0x2a5)][_0xebef93(0x1d1)](_0x16ffb9),{ranges:_0x22fe02}=_0x4a30eb['params'],{sourceRange:_0x5424a1,targetRange:_0x1054a3}=_0x2f9299[_0xebef93(0x13f)],_0x2660c6={'start':_0x5424a1['startRow'],'end':_0x5424a1[_0xebef93(0x2ec)]},_0x328c60={'start':_0x1054a3['startRow'],'end':_0x1054a3['endRow']};return _0x22fe02['some'](_0x26f7cc=>{const _0x221593=_0xebef93,_0x22602e={'start':_0x26f7cc[_0x221593(0x224)],'end':_0x26f7cc[_0x221593(0x2ec)]},_0x764b4c=_0x49ead1(_0x2660c6,_0x22602e),_0xd5eb82=_0x49ead1(_0x328c60,_0x22602e);if(_0x764b4c||_0xd5eb82)return!0x0;const _0x1d4117=_0x512b01[_0x221593(0x10c)](_0x2660c6,_0x328c60,_0x22602e);return _0x1d4117[_0x221593(0xfe)]!==0x0?!0x0:(_0x26f7cc[_0x221593(0x224)]+=_0x1d4117[_0x221593(0x2d6)],_0x26f7cc[_0x221593(0x2ec)]+=_0x1d4117[_0x221593(0x2d6)],!0x1);})?{'error':new Error(_0xebef93(0x293))}:{'m1Prime':_0x4f44f5,'m2Prime':_0x4a30eb};}},_0x4edc25={'m1':_0x512b01['MoveRowsMutation']['id'],'m2':_0x512b01['SetRowVisibleMutation']['id'],'handler'(_0x5520ef,_0x7435bd){const _0x181f86=_0x537ed3,_0x3b7d02={'m1Prime':_0x5520ef,'m2Prime':_0x7435bd};if(_0x5520ef['params'][_0x181f86(0x213)]!==_0x7435bd[_0x181f86(0x13f)][_0x181f86(0x213)]||_0x5520ef[_0x181f86(0x13f)][_0x181f86(0x240)]!==_0x7435bd['params'][_0x181f86(0x240)])return _0x3b7d02;const _0x42d72d=_0x1c277e['Tools'][_0x181f86(0x1d1)](_0x5520ef),_0x5060f9=_0x1c277e[_0x181f86(0x2a5)][_0x181f86(0x1d1)](_0x7435bd),{ranges:_0x5ef0ee}=_0x5060f9[_0x181f86(0x13f)],{sourceRange:_0xe31636,targetRange:_0x386bc9}=_0x5520ef[_0x181f86(0x13f)],_0x204643={'start':_0xe31636[_0x181f86(0x224)],'end':_0xe31636['endRow']},_0x505233={'start':_0x386bc9['startRow'],'end':_0x386bc9[_0x181f86(0x2ec)]};return _0x5ef0ee[_0x181f86(0x167)](_0x25e7db=>{const _0x4244d5=_0x181f86,_0x43257c={'start':_0x25e7db[_0x4244d5(0x224)],'end':_0x25e7db[_0x4244d5(0x2ec)]},_0x10cdee=_0x49ead1(_0x204643,_0x43257c),_0x1e0c40=_0x49ead1(_0x505233,_0x43257c);if(_0x10cdee||_0x1e0c40)return!0x0;const _0x168c75=_0x512b01['handleBaseMoveRowsCols'](_0x204643,_0x505233,_0x43257c);return _0x168c75[_0x4244d5(0xfe)]!==0x0?!0x0:(_0x25e7db[_0x4244d5(0x224)]+=_0x168c75[_0x4244d5(0x2d6)],_0x25e7db['endRow']+=_0x168c75[_0x4244d5(0x2d6)],!0x1);})?{'error':new Error(_0x181f86(0x2e6))}:{'m1Prime':_0x42d72d,'m2Prime':_0x5060f9};}},_0xcf6821={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01['SetSelectionsOperation']['id'],'handler'(_0x74c88a,_0x330dee){const _0x4af68b=_0x537ed3,_0x4589f4={'m1Prime':[],'m2Prime':[]};if(_0x74c88a['params'][_0x4af68b(0x213)]!==_0x330dee[_0x4af68b(0x13f)][_0x4af68b(0x213)]||_0x74c88a[_0x4af68b(0x13f)]['subUnitId']!==_0x330dee[_0x4af68b(0x13f)]['subUnitId'])return _0x4589f4;const _0x228fee=_0x1c277e[_0x4af68b(0x2a5)][_0x4af68b(0x1d1)](_0x330dee);let _0x5d3f4a=!0x1;return _0x228fee[_0x4af68b(0x13f)][_0x4af68b(0x212)][_0x4af68b(0x22e)](_0x61182e=>{const _0x3c5a60=_0x4af68b,{range:_0xdb6440,primary:_0x2c3f14}=_0x61182e,_0x5ca251=_0x512b01[_0x3c5a60(0x10c)]({'start':_0x74c88a[_0x3c5a60(0x13f)][_0x3c5a60(0x2a9)][_0x3c5a60(0x224)],'end':_0x74c88a[_0x3c5a60(0x13f)][_0x3c5a60(0x2a9)][_0x3c5a60(0x2ec)]},{'start':_0x74c88a[_0x3c5a60(0x13f)][_0x3c5a60(0x1a5)]['startRow'],'end':_0x74c88a[_0x3c5a60(0x13f)][_0x3c5a60(0x1a5)][_0x3c5a60(0x2ec)]},{'start':_0xdb6440['startRow'],'end':_0xdb6440['endRow']});if(_0x5ca251['length']||_0x5ca251[_0x3c5a60(0x2d6)]){if(_0xdb6440[_0x3c5a60(0x224)]+=_0x5ca251['step'],_0xdb6440[_0x3c5a60(0x2ec)]+=_0x5ca251[_0x3c5a60(0x2d6)]+(_0x5ca251[_0x3c5a60(0xfe)]||0x0),_0x2c3f14){const _0x17ff55=_0x512b01[_0x3c5a60(0x10c)]({'start':_0x74c88a[_0x3c5a60(0x13f)][_0x3c5a60(0x2a9)][_0x3c5a60(0x224)],'end':_0x74c88a[_0x3c5a60(0x13f)][_0x3c5a60(0x2a9)][_0x3c5a60(0x2ec)]},{'start':_0x74c88a['params'][_0x3c5a60(0x1a5)][_0x3c5a60(0x224)],'end':_0x74c88a[_0x3c5a60(0x13f)]['targetRange']['endRow']},{'start':_0x2c3f14[_0x3c5a60(0x224)],'end':_0x2c3f14[_0x3c5a60(0x2ec)]});(_0x17ff55[_0x3c5a60(0xfe)]||_0x17ff55[_0x3c5a60(0x2d6)])&&(_0x2c3f14[_0x3c5a60(0x224)]+=_0x17ff55[_0x3c5a60(0x2d6)],_0x2c3f14['endRow']+=_0x17ff55[_0x3c5a60(0x2d6)],_0x2c3f14['actualRow']+=_0x17ff55['step']);}_0x5d3f4a=!0x0;}}),_0x5d3f4a&&_0x4589f4['m2Prime'][_0x4af68b(0x1aa)](_0x228fee),_0x4589f4;}},_0x2bef77={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x472535[_0x537ed3(0x20c)]['id'],'handler'(_0xa76e88,_0xa99182){const _0x3c70b8=_0x537ed3,_0x954f5e={'m1Prime':[_0xa76e88],'m2Prime':[_0xa99182]};if(_0xa76e88['params']['unitId']!==_0xa99182[_0x3c70b8(0x13f)][_0x3c70b8(0x213)]||_0xa76e88[_0x3c70b8(0x13f)][_0x3c70b8(0x240)]!==_0xa99182[_0x3c70b8(0x13f)][_0x3c70b8(0x240)])return _0x954f5e;const _0x47d344=_0x1c277e['Tools'][_0x3c70b8(0x1d1)](_0xa76e88),_0x25d557=_0x1c277e[_0x3c70b8(0x2a5)]['deepClone'](_0xa99182),_0x2ff8cf=_0x512b01[_0x3c70b8(0x10c)]({'start':_0xa76e88[_0x3c70b8(0x13f)]['sourceRange'][_0x3c70b8(0x224)],'end':_0xa76e88[_0x3c70b8(0x13f)]['sourceRange']['endRow']},{'start':_0xa76e88[_0x3c70b8(0x13f)][_0x3c70b8(0x1a5)][_0x3c70b8(0x224)],'end':_0xa76e88['params'][_0x3c70b8(0x1a5)]['endRow']},{'start':_0xa99182[_0x3c70b8(0x13f)][_0x3c70b8(0x218)]['startRow'],'end':_0xa99182[_0x3c70b8(0x13f)]['range']['endRow']});return _0x25d557[_0x3c70b8(0x13f)]['range'][_0x3c70b8(0x224)]+=_0x2ff8cf[_0x3c70b8(0x2d6)],_0x25d557[_0x3c70b8(0x13f)][_0x3c70b8(0x218)][_0x3c70b8(0x2ec)]+=_0x2ff8cf['step']+_0x2ff8cf['length'],{'m1Prime':[_0x25d557,_0x47d344],'m2Prime':[_0x25d557]};}},_0x30fa0e={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01['SetWorksheetRowAutoHeightMutation']['id'],'handler'(_0x253093,_0x1fde9b){const _0x2234c9=_0x537ed3,_0x1f4859={'m1Prime':_0x253093,'m2Prime':_0x1fde9b};if(_0x253093[_0x2234c9(0x13f)][_0x2234c9(0x213)]!==_0x1fde9b[_0x2234c9(0x13f)][_0x2234c9(0x213)]||_0x253093[_0x2234c9(0x13f)]['subUnitId']!==_0x1fde9b[_0x2234c9(0x13f)][_0x2234c9(0x240)])return _0x1f4859;const _0x521cc0=_0x1c277e[_0x2234c9(0x2a5)][_0x2234c9(0x1d1)](_0x253093),_0x5d7614=_0x1c277e[_0x2234c9(0x2a5)][_0x2234c9(0x1d1)](_0x1fde9b),{rowsAutoHeightInfo:_0x3f8172}=_0x5d7614['params'],{sourceRange:_0x11248a,targetRange:_0x5087ea}=_0x253093[_0x2234c9(0x13f)],_0x2d95ee={'start':_0x11248a['startRow'],'end':_0x11248a[_0x2234c9(0x2ec)]},_0x179503={'start':_0x5087ea[_0x2234c9(0x224)],'end':_0x5087ea[_0x2234c9(0x2ec)]};return _0x3f8172['some'](_0x35b645=>{const _0x365061=_0x2234c9,_0x34d720={'start':_0x35b645[_0x365061(0x148)],'end':_0x35b645[_0x365061(0x148)]},_0x46e30b=_0x512b01[_0x365061(0x10c)](_0x2d95ee,_0x179503,_0x34d720);return _0x46e30b[_0x365061(0xfe)]!==0x0?!0x0:(_0x35b645['row']+=_0x46e30b[_0x365061(0x2d6)],!0x1);})?{'error':new Error(_0x2234c9(0x1dd))}:{'m1Prime':_0x521cc0,'m2Prime':_0x5d7614};}},_0x2dd404={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01[_0x537ed3(0x10f)]['id'],'handler'(_0x2b1c86,_0x1f79bb){const _0x2879d6=_0x537ed3,_0x2033d0={'m1Prime':_0x2b1c86,'m2Prime':_0x1f79bb};if(_0x2b1c86[_0x2879d6(0x13f)][_0x2879d6(0x213)]!==_0x1f79bb[_0x2879d6(0x13f)][_0x2879d6(0x213)]||_0x2b1c86[_0x2879d6(0x13f)][_0x2879d6(0x240)]!==_0x1f79bb['params'][_0x2879d6(0x240)])return _0x2033d0;const _0x2b4db2=_0x1c277e[_0x2879d6(0x2a5)][_0x2879d6(0x1d1)](_0x2b1c86),_0x4a03d7=_0x1c277e['Tools'][_0x2879d6(0x1d1)](_0x1f79bb),{ranges:_0x57033b,rowHeight:_0x87727f}=_0x4a03d7['params'],{sourceRange:_0x13ed4e,targetRange:_0x15a9cf}=_0x2b1c86['params'],_0x56b5e2={'start':_0x13ed4e[_0x2879d6(0x224)],'end':_0x13ed4e[_0x2879d6(0x2ec)]},_0x3c12e1={'start':_0x15a9cf[_0x2879d6(0x224)],'end':_0x15a9cf[_0x2879d6(0x2ec)]};return _0x57033b['some'](_0x5c6fc4=>{const _0x19b057=_0x2879d6,_0xdc287={'start':_0x5c6fc4[_0x19b057(0x224)],'end':_0x5c6fc4[_0x19b057(0x2ec)]},_0x404794=_0x512b01[_0x19b057(0x10c)](_0x56b5e2,_0x3c12e1,_0xdc287);return _0x404794[_0x19b057(0xfe)]!==0x0?!0x0:(_0x5c6fc4[_0x19b057(0x224)]+=_0x404794[_0x19b057(0x2d6)],_0x5c6fc4[_0x19b057(0x2ec)]+=_0x404794[_0x19b057(0x2d6)],!0x1);})?{'error':new Error(_0x2879d6(0x178))}:(typeof _0x87727f!=_0x2879d6(0x24e)&&_0x1c277e[_0x2879d6(0x124)](_0x13ed4e[_0x2879d6(0x224)],_0x13ed4e[_0x2879d6(0x2ec)]-_0x13ed4e[_0x2879d6(0x224)]+0x1,_0x15a9cf['startRow'],_0x87727f),{'m1Prime':_0x2b4db2,'m2Prime':_0x4a03d7});}},_0x21d953={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01['SetWorksheetRowIsAutoHeightMutation']['id'],'handler'(_0x1f6635,_0x5a552f){const _0x3a9afc=_0x537ed3,_0x34f6cf={'m1Prime':_0x1f6635,'m2Prime':_0x5a552f};if(_0x1f6635[_0x3a9afc(0x13f)]['unitId']!==_0x5a552f[_0x3a9afc(0x13f)][_0x3a9afc(0x213)]||_0x1f6635[_0x3a9afc(0x13f)][_0x3a9afc(0x240)]!==_0x5a552f['params']['subUnitId'])return _0x34f6cf;const _0x85e22e=_0x1c277e[_0x3a9afc(0x2a5)]['deepClone'](_0x1f6635),_0x5f316e=_0x1c277e[_0x3a9afc(0x2a5)][_0x3a9afc(0x1d1)](_0x5a552f),{ranges:_0x51732d,autoHeightInfo:_0x2db90b}=_0x5f316e[_0x3a9afc(0x13f)],{sourceRange:_0x522e26,targetRange:_0x5506ea}=_0x1f6635[_0x3a9afc(0x13f)],_0x1546ff={'start':_0x522e26['startRow'],'end':_0x522e26[_0x3a9afc(0x2ec)]},_0x200a1f={'start':_0x5506ea[_0x3a9afc(0x224)],'end':_0x5506ea['endRow']};return _0x51732d[_0x3a9afc(0x167)](_0x2d902f=>{const _0x32a00b=_0x3a9afc,_0x22cba0={'start':_0x2d902f[_0x32a00b(0x224)],'end':_0x2d902f[_0x32a00b(0x2ec)]},_0x29fa46=_0x512b01[_0x32a00b(0x10c)](_0x1546ff,_0x200a1f,_0x22cba0);return _0x29fa46[_0x32a00b(0xfe)]!==0x0?!0x0:(_0x2d902f[_0x32a00b(0x224)]+=_0x29fa46[_0x32a00b(0x2d6)],_0x2d902f[_0x32a00b(0x2ec)]+=_0x29fa46[_0x32a00b(0x2d6)],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height')}:(typeof _0x2db90b!=_0x3a9afc(0x24e)&&_0x1c277e[_0x3a9afc(0x124)](_0x522e26[_0x3a9afc(0x224)],_0x522e26[_0x3a9afc(0x2ec)]-_0x522e26[_0x3a9afc(0x224)]+0x1,_0x5506ea['startRow'],_0x2db90b),{'m1Prime':_0x85e22e,'m2Prime':_0x5f316e});}},_0x3201a6={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x151b41['UpdateCommentRefMutation']['id'],'handler':(_0x264f36,_0xd363b)=>{const _0x4eec0c=_0x537ed3,_0x271dfb={'m1Prime':_0x264f36,'m2Prime':_0xd363b};if(_0x264f36[_0x4eec0c(0x13f)][_0x4eec0c(0x213)]!==_0xd363b['params'][_0x4eec0c(0x213)]||_0x264f36['params']['subUnitId']!==_0xd363b[_0x4eec0c(0x13f)][_0x4eec0c(0x240)])return _0x271dfb;const _0x52c152={'id':_0x512b01[_0x4eec0c(0x215)]['id'],'params':{'unitId':_0x264f36[_0x4eec0c(0x13f)][_0x4eec0c(0x213)],'subUnitId':_0x264f36[_0x4eec0c(0x13f)][_0x4eec0c(0x240)],'fromRange':_0x264f36[_0x4eec0c(0x13f)][_0x4eec0c(0x2a9)],'toRange':_0x264f36[_0x4eec0c(0x13f)][_0x4eec0c(0x1a5)]}},_0x38c52a=_0x5b9671(_0xd363b,_0x52c152);return{'m1Prime':[_0x264f36,..._0x38c52a],'m2Prime':[_0xd363b,..._0x38c52a]};}},_0x20c838={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x32585e,_0x3cb8a6)=>{const _0x53ade9=_0x537ed3,_0x3664f2={'m1Prime':_0x32585e,'m2Prime':_0x3cb8a6};if(_0x32585e[_0x53ade9(0x13f)][_0x53ade9(0x213)]!==_0x3cb8a6['params']['unitId']||_0x3cb8a6[_0x53ade9(0x13f)][_0x53ade9(0x240)]!==_0x32585e[_0x53ade9(0x13f)][_0x53ade9(0x240)])return _0x3664f2;const _0x447521={'id':_0x512b01[_0x53ade9(0x215)]['id'],'params':{'fromRange':_0x32585e['params'][_0x53ade9(0x2a9)],'toRange':_0x32585e[_0x53ade9(0x13f)][_0x53ade9(0x1a5)]}},_0x2377ae=_0x562205(_0x3cb8a6,_0x447521);return{'m1Prime':[_0x32585e,..._0x2377ae],'m2Prime':[_0x3cb8a6,..._0x2377ae]};}},_0xb580d3={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x4c2939,_0x4bbed3)=>{const _0xbfdb13=_0x537ed3,_0x1f1c83={'m1Prime':_0x4c2939,'m2Prime':_0x4bbed3};if(_0x4c2939[_0xbfdb13(0x13f)][_0xbfdb13(0x213)]!==_0x4bbed3[_0xbfdb13(0x13f)][_0xbfdb13(0x213)]||_0x4c2939['params'][_0xbfdb13(0x240)]!==_0x4bbed3[_0xbfdb13(0x13f)][_0xbfdb13(0x240)])return _0x1f1c83;const _0x4f425f={'id':_0x512b01[_0xbfdb13(0x21f)]['id'],'params':{'unitId':_0x4c2939[_0xbfdb13(0x13f)][_0xbfdb13(0x213)],'subUnitId':_0x4c2939[_0xbfdb13(0x13f)]['subUnitId'],'range':_0x4c2939[_0xbfdb13(0x13f)][_0xbfdb13(0x218)]}},_0x1d6558=_0x150885(_0x4bbed3,_0x4f425f);return{'m1Prime':[_0x4c2939,..._0x1d6558],'m2Prime':[_0x4bbed3,..._0x1d6558]};}},_0x33471d={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x1d07e6[_0x537ed3(0x114)]['id'],'handler'(_0x4b0200,_0x48cda1){const _0x5f55ba=_0x537ed3,_0x1bbccf={'m1Prime':_0x4b0200,'m2Prime':_0x48cda1};if(_0x4b0200['params'][_0x5f55ba(0x213)]!==_0x48cda1[_0x5f55ba(0x13f)][_0x5f55ba(0x213)]||_0x4b0200['params'][_0x5f55ba(0x240)]!==_0x48cda1['params'][_0x5f55ba(0x240)])return _0x1bbccf;const _0x3b3ac4={'id':_0x512b01[_0x5f55ba(0x21f)]['id'],'params':{'range':_0x4b0200[_0x5f55ba(0x13f)]['range']}},_0x3e3f22=_0x5cd6a1(_0x48cda1,_0x3b3ac4);return{'m1Prime':[_0x4b0200,..._0x3e3f22],'m2Prime':[_0x48cda1,..._0x3e3f22]};}},_0x371544={'m1':_0x512b01['RemoveColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x457a60,_0x33868b){const _0xd2cd2d=_0x537ed3,_0x1f3148=_0x4e58bc[_0xd2cd2d(0x2ad)](_0x33868b,_0x457a60);return _0xf0cba5(_0x1f3148)?{'m1Prime':_0x1f3148['m2Prime'],'m2Prime':_0x1f3148[_0xd2cd2d(0x122)]}:_0x1f3148;}},_0x41414c={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01['MoveColsMutation']['id'],'handler'(_0x3ddf90,_0x3a5aa4){const _0x2c19b8=_0x537ed3,_0x47b5d2={'m1Prime':_0x3ddf90,'m2Prime':_0x3a5aa4};if(_0x3ddf90[_0x2c19b8(0x13f)][_0x2c19b8(0x213)]!==_0x3a5aa4[_0x2c19b8(0x13f)]['unitId']||_0x3ddf90['params'][_0x2c19b8(0x240)]!==_0x3a5aa4[_0x2c19b8(0x13f)][_0x2c19b8(0x240)])return _0x47b5d2;const _0x133abb=_0x1c277e[_0x2c19b8(0x2a5)][_0x2c19b8(0x1d1)](_0x3ddf90),_0x2b2274=_0x1c277e['Tools'][_0x2c19b8(0x1d1)](_0x3a5aa4);if(_0x3ddf90[_0x2c19b8(0x13f)]['range'][_0x2c19b8(0x207)]<=_0x3a5aa4[_0x2c19b8(0x13f)][_0x2c19b8(0x2a9)][_0x2c19b8(0x22a)]&&_0x3ddf90[_0x2c19b8(0x13f)][_0x2c19b8(0x218)][_0x2c19b8(0x22a)]>=_0x3a5aa4[_0x2c19b8(0x13f)][_0x2c19b8(0x2a9)][_0x2c19b8(0x207)]||_0x3ddf90[_0x2c19b8(0x13f)][_0x2c19b8(0x218)][_0x2c19b8(0x207)]<=_0x3a5aa4[_0x2c19b8(0x13f)][_0x2c19b8(0x1a5)]['endColumn']&&_0x3ddf90['params'][_0x2c19b8(0x218)][_0x2c19b8(0x22a)]>=_0x3a5aa4[_0x2c19b8(0x13f)][_0x2c19b8(0x1a5)][_0x2c19b8(0x207)])return{'error':new Error('remove\x20col\x20is\x20conflict\x20with\x20move\x20col')};const _0x4e6e87=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x3ddf90[_0x2c19b8(0x13f)]['range']),_0x26d1dd(_0x3a5aa4[_0x2c19b8(0x13f)][_0x2c19b8(0x2a9)])),_0x380b21=_0x512b01[_0x2c19b8(0x295)](_0x26d1dd(_0x3ddf90[_0x2c19b8(0x13f)][_0x2c19b8(0x218)]),_0x26d1dd(_0x3a5aa4[_0x2c19b8(0x13f)]['targetRange']));_0x4e6e87&&_0x380b21?(_0x2b2274[_0x2c19b8(0x13f)][_0x2c19b8(0x2a9)][_0x2c19b8(0x207)]+=_0x4e6e87[_0x2c19b8(0x2d6)],_0x2b2274[_0x2c19b8(0x13f)][_0x2c19b8(0x2a9)]['endColumn']+=_0x4e6e87[_0x2c19b8(0x2d6)]+(_0x4e6e87[_0x2c19b8(0xfe)]||0x0),_0x2b2274[_0x2c19b8(0x13f)]['targetRange']['startColumn']+=_0x380b21[_0x2c19b8(0x2d6)],_0x2b2274[_0x2c19b8(0x13f)]['targetRange'][_0x2c19b8(0x22a)]+=_0x380b21['step']+(_0x380b21[_0x2c19b8(0xfe)]||0x0)):_0x2b2274['id']=_0x512b01[_0x2c19b8(0x24f)]['id'];const _0x186bd6=_0x512b01[_0x2c19b8(0x10c)]({'start':_0x3a5aa4[_0x2c19b8(0x13f)]['sourceRange']['startColumn'],'end':_0x3a5aa4['params'][_0x2c19b8(0x2a9)][_0x2c19b8(0x22a)]},{'start':_0x3a5aa4['params']['targetRange'][_0x2c19b8(0x207)],'end':_0x3a5aa4[_0x2c19b8(0x13f)]['targetRange'][_0x2c19b8(0x22a)]},{'start':_0x3ddf90[_0x2c19b8(0x13f)][_0x2c19b8(0x218)][_0x2c19b8(0x207)],'end':_0x3ddf90[_0x2c19b8(0x13f)][_0x2c19b8(0x218)][_0x2c19b8(0x22a)]});if(_0x186bd6){const {step:_0x383b84,length:_0x13c089}=_0x186bd6;_0x133abb[_0x2c19b8(0x13f)][_0x2c19b8(0x218)][_0x2c19b8(0x207)]+=_0x383b84,_0x133abb[_0x2c19b8(0x13f)][_0x2c19b8(0x218)]['endColumn']+=_0x383b84+(_0x13c089||0x0);}else _0x133abb['params'][_0x2c19b8(0x218)][_0x2c19b8(0x207)]=0x0,_0x133abb[_0x2c19b8(0x13f)][_0x2c19b8(0x218)]['endColumn']=-0x1;return{'m1Prime':_0x133abb,'m2Prime':_0x2b2274};}},_0x57fc33={'m1':_0x512b01['RemoveColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler'(_0x52e827,_0x1d7664){const _0x96dc00=_0x537ed3,_0x252025={'m1Prime':_0x52e827,'m2Prime':_0x1d7664};if(_0x52e827[_0x96dc00(0x13f)]['unitId']!==_0x1d7664[_0x96dc00(0x13f)]['unitId']||_0x52e827[_0x96dc00(0x13f)][_0x96dc00(0x240)]!==_0x1d7664[_0x96dc00(0x13f)]['from'][_0x96dc00(0x240)]&&_0x52e827['params']['subUnitId']!==_0x1d7664[_0x96dc00(0x13f)]['to'][_0x96dc00(0x240)])return _0x252025;const _0x583581=_0x1c277e[_0x96dc00(0x2a5)][_0x96dc00(0x1d1)](_0x52e827),_0x5ab7d7=_0x1c277e[_0x96dc00(0x2a5)][_0x96dc00(0x1d1)](_0x1d7664),{startColumn:_0x22cf9a,endColumn:_0x2b4692}=_0x52e827[_0x96dc00(0x13f)][_0x96dc00(0x218)];if(_0x52e827['params'][_0x96dc00(0x240)]===_0x1d7664[_0x96dc00(0x13f)][_0x96dc00(0x270)][_0x96dc00(0x240)]){const _0x3012d3=new _0x1c277e[(_0x96dc00(0x2f6))](_0x5ab7d7[_0x96dc00(0x13f)][_0x96dc00(0x270)]['value']),_0x26a5b0=_0x3012d3[_0x96dc00(0x1fd)](),{startColumn:_0x3f79ec,endColumn:_0x2d1657}=_0x26a5b0;if(_0x3f79ec<=_0x2b4692&&_0x2d1657>=_0x22cf9a)return{'error':new Error(_0x96dc00(0x1c4))};_0x2b4692<_0x3f79ec&&_0x3012d3[_0x96dc00(0x18f)](_0x22cf9a,_0x2b4692-_0x22cf9a+0x1),_0x5ab7d7[_0x96dc00(0x13f)][_0x96dc00(0x270)][_0x96dc00(0x16f)]=_0x3012d3[_0x96dc00(0x2ce)]();}if(_0x52e827[_0x96dc00(0x13f)][_0x96dc00(0x240)]===_0x1d7664[_0x96dc00(0x13f)]['to'][_0x96dc00(0x240)]){const _0x538a50=new _0x1c277e[(_0x96dc00(0x2f6))](_0x5ab7d7[_0x96dc00(0x13f)]['to']['value']),_0x9cf9be=_0x538a50[_0x96dc00(0x1fd)](),{startColumn:_0x3ea658,endColumn:_0x3998cd}=_0x9cf9be;if(_0x3ea658<=_0x2b4692&&_0x3998cd>=_0x22cf9a)return{'error':new Error(_0x96dc00(0x1c4))};_0x2b4692<_0x3ea658&&_0x538a50[_0x96dc00(0x18f)](_0x22cf9a,_0x2b4692-_0x22cf9a+0x1),_0x5ab7d7['params']['to'][_0x96dc00(0x16f)]=_0x538a50[_0x96dc00(0x2ce)]();}return{'m1Prime':_0x583581,'m2Prime':_0x5ab7d7};}},_0x91b329={'m1':_0x512b01['RemoveColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x112)]['id'],'handler'(_0x49d640,_0x1e449a){const _0xc231ac=_0x537ed3,_0x355e52={'m1Prime':_0x49d640,'m2Prime':_0x1e449a};if(_0x49d640[_0xc231ac(0x13f)][_0xc231ac(0x213)]!==_0x1e449a['params']['unitId']||_0x49d640[_0xc231ac(0x13f)][_0xc231ac(0x240)]!==_0x1e449a[_0xc231ac(0x13f)]['subUnitId'])return _0x355e52;const _0x420b1d=_0x1c277e[_0xc231ac(0x2a5)][_0xc231ac(0x1d1)](_0x49d640),_0x594d4a=_0x1c277e['Tools'][_0xc231ac(0x1d1)](_0x1e449a),_0x49fee4=_0x512b01[_0xc231ac(0x295)](_0x49d640[_0xc231ac(0x13f)][_0xc231ac(0x218)],_0x1e449a[_0xc231ac(0x13f)][_0xc231ac(0x218)]);if(_0x49fee4){const {step:_0x6936ef,length:_0x4c50c7}=_0x49fee4;_0x594d4a[_0xc231ac(0x13f)]['range']['startColumn']+=_0x6936ef,_0x594d4a[_0xc231ac(0x13f)][_0xc231ac(0x218)]['endColumn']+=_0x6936ef+(_0x4c50c7||0x0);}else _0x594d4a['id']=_0x512b01[_0xc231ac(0x24f)]['id'];const _0x57a23b=_0x512b01[_0xc231ac(0x295)](_0x1e449a[_0xc231ac(0x13f)][_0xc231ac(0x218)],_0x49d640[_0xc231ac(0x13f)][_0xc231ac(0x218)]);if(_0x57a23b){const {step:_0x235982,length:_0x12e4cc}=_0x57a23b;_0x420b1d['params']['range'][_0xc231ac(0x207)]+=_0x235982,_0x420b1d[_0xc231ac(0x13f)][_0xc231ac(0x218)][_0xc231ac(0x22a)]+=_0x235982+(_0x12e4cc||0x0);}else _0x420b1d['id']=_0x512b01[_0xc231ac(0x24f)]['id'];return{'m1Prime':_0x420b1d,'m2Prime':_0x594d4a};}},_0x5bebe3={'m1':_0x512b01['RemoveColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler'(_0x1b89a7,_0x3c09e9){const _0x784dbc=_0x537ed3,_0x57270a={'m1Prime':_0x1b89a7,'m2Prime':_0x3c09e9};if(_0x1b89a7['params'][_0x784dbc(0x213)]!==_0x3c09e9['params'][_0x784dbc(0x213)]||_0x1b89a7[_0x784dbc(0x13f)][_0x784dbc(0x240)]!==_0x3c09e9[_0x784dbc(0x13f)]['subUnitId'])return _0x57270a;const _0x45caa8=_0x1c277e['Tools']['deepClone'](_0x1b89a7),_0x4b2f22=_0x1c277e[_0x784dbc(0x2a5)][_0x784dbc(0x1d1)](_0x3c09e9),{ranges:_0x576f63}=_0x4b2f22['params'];return _0x576f63[_0x784dbc(0x167)](_0x2bf532=>{const _0x4d426c=_0x784dbc,_0x2c1a2b=_0x512b01[_0x4d426c(0x295)](_0x26d1dd(_0x1b89a7['params'][_0x4d426c(0x218)]),_0x26d1dd(_0x2bf532));return _0x2c1a2b===null||_0x2c1a2b['length']!==0x0?!0x0:(_0x2bf532[_0x4d426c(0x207)]+=_0x2c1a2b[_0x4d426c(0x2d6)],_0x2bf532['endColumn']+=_0x2c1a2b[_0x4d426c(0x2d6)],!0x1);})?{'error':new Error(_0x784dbc(0x2f3))}:{'m1Prime':_0x45caa8,'m2Prime':_0x4b2f22};}},_0x3df777={'m1':_0x512b01['RemoveColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler'(_0x300ba0,_0x5f2071){const _0x2d7f99=_0x537ed3,_0x2af602=_0x1c277e[_0x2d7f99(0x2a5)][_0x2d7f99(0x1d1)](_0x300ba0),_0x51d4e2=_0x1c277e[_0x2d7f99(0x2a5)][_0x2d7f99(0x1d1)](_0x5f2071);if(_0x300ba0[_0x2d7f99(0x13f)][_0x2d7f99(0x213)]!==_0x5f2071[_0x2d7f99(0x13f)][_0x2d7f99(0x213)]||_0x300ba0['params'][_0x2d7f99(0x240)]!==_0x5f2071[_0x2d7f99(0x13f)]['subUnitId'])return{'m1Prime':_0x2af602,'m2Prime':_0x51d4e2};const _0x21ed9c=_0x51d4e2[_0x2d7f99(0x13f)][_0x2d7f99(0x23f)]['reduce']((_0x1f2ed3,_0x506efc)=>{const _0x2a898f=_0x2d7f99,_0x8a5389=_0x2af602[_0x2a898f(0x13f)][_0x2a898f(0x218)],_0x4216d2=_0x8a5389[_0x2a898f(0x22a)]-_0x8a5389[_0x2a898f(0x207)]+0x1;let _0x4394df={..._0x506efc};return _0x8a5389[_0x2a898f(0x207)]>_0x506efc[_0x2a898f(0x22a)]?_0x4394df={..._0x506efc}:_0x8a5389[_0x2a898f(0x207)]>=_0x506efc[_0x2a898f(0x207)]&&_0x8a5389[_0x2a898f(0x207)]<=_0x506efc[_0x2a898f(0x22a)]&&_0x8a5389[_0x2a898f(0x22a)]>_0x506efc[_0x2a898f(0x22a)]?(_0x4394df[_0x2a898f(0x22a)]=_0x8a5389[_0x2a898f(0x207)]-0x1,_0x8a5389[_0x2a898f(0x207)]===_0x506efc['startColumn']&&(_0x4394df=null)):_0x8a5389[_0x2a898f(0x207)]>_0x506efc[_0x2a898f(0x207)]&&_0x8a5389[_0x2a898f(0x22a)]<_0x506efc[_0x2a898f(0x22a)]?_0x4394df[_0x2a898f(0x22a)]=_0x506efc[_0x2a898f(0x22a)]-_0x4216d2:_0x8a5389[_0x2a898f(0x207)]<_0x506efc[_0x2a898f(0x207)]&&_0x8a5389[_0x2a898f(0x22a)]>=_0x506efc[_0x2a898f(0x207)]&&_0x8a5389[_0x2a898f(0x22a)]<=_0x506efc[_0x2a898f(0x22a)]?(_0x4394df[_0x2a898f(0x207)]=_0x8a5389[_0x2a898f(0x207)],_0x4394df[_0x2a898f(0x22a)]=_0x506efc[_0x2a898f(0x22a)]-_0x4216d2,_0x8a5389[_0x2a898f(0x22a)]===_0x506efc[_0x2a898f(0x22a)]&&(_0x4394df=null)):_0x8a5389[_0x2a898f(0x207)]<=_0x506efc[_0x2a898f(0x207)]&&_0x8a5389['endColumn']>=_0x506efc[_0x2a898f(0x22a)]?_0x4394df=null:_0x8a5389[_0x2a898f(0x22a)]<_0x506efc['startColumn']&&(_0x4394df[_0x2a898f(0x207)]=_0x506efc[_0x2a898f(0x207)]-_0x4216d2,_0x4394df[_0x2a898f(0x22a)]=_0x506efc[_0x2a898f(0x22a)]-_0x4216d2),_0x4394df&&!(_0x4394df[_0x2a898f(0x224)]===_0x4394df[_0x2a898f(0x2ec)]&&_0x4394df[_0x2a898f(0x207)]===_0x4394df['endColumn'])&&_0x1f2ed3['push'](_0x4394df),_0x1f2ed3;},[]);return _0x51d4e2[_0x2d7f99(0x13f)][_0x2d7f99(0x23f)]=_0x21ed9c,{'m1Prime':_0x2af602,'m2Prime':_0x51d4e2};}},_0x999d8d={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01[_0x537ed3(0x304)]['id'],'handler'(_0x301274,_0xc011bc){const _0x4651ec=_0x537ed3,_0x843d8d={'m1Prime':_0x301274,'m2Prime':_0xc011bc};if(_0x301274['params'][_0x4651ec(0x213)]!==_0xc011bc[_0x4651ec(0x13f)][_0x4651ec(0x213)]||_0x301274[_0x4651ec(0x13f)][_0x4651ec(0x240)]!==_0xc011bc[_0x4651ec(0x13f)][_0x4651ec(0x240)])return _0x843d8d;const _0x5a7a84=_0x512b01[_0x4651ec(0x295)](_0x26d1dd(_0x301274[_0x4651ec(0x13f)][_0x4651ec(0x218)]),_0x26d1dd(_0xc011bc[_0x4651ec(0x13f)]['range']));if(!_0x5a7a84)return{'m1Prime':_0x301274,'m2Prime':[]};const _0x38f63a=_0x1c277e['Tools']['deepClone'](_0xc011bc);return _0x38f63a[_0x4651ec(0x13f)][_0x4651ec(0x218)]['startColumn']+=_0x5a7a84[_0x4651ec(0x2d6)],_0x38f63a[_0x4651ec(0x13f)][_0x4651ec(0x218)][_0x4651ec(0x22a)]+=_0x5a7a84[_0x4651ec(0x2d6)]+(_0x5a7a84[_0x4651ec(0xfe)]||0x0),{'m1Prime':_0x301274,'m2Prime':_0x38f63a};}},_0x1ec33e={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01[_0x537ed3(0x1ad)]['id'],'handler'(_0xd1271,_0x13e18e){const _0x3504ae=_0x537ed3,_0x44513c={'m1Prime':_0xd1271,'m2Prime':_0x13e18e};if(_0xd1271[_0x3504ae(0x13f)]['unitId']!==_0x13e18e[_0x3504ae(0x13f)][_0x3504ae(0x213)]||_0xd1271[_0x3504ae(0x13f)][_0x3504ae(0x240)]!==_0x13e18e[_0x3504ae(0x13f)][_0x3504ae(0x240)])return _0x44513c;const _0x5c0559=_0x1c277e['Tools'][_0x3504ae(0x1d1)](_0xd1271),_0x18b5d0=_0x1c277e[_0x3504ae(0x2a5)][_0x3504ae(0x1d1)](_0x13e18e),{columnData:_0xcb6146}=_0x18b5d0['params'];return _0x1c277e[_0x3504ae(0x13a)](_0xd1271[_0x3504ae(0x13f)]['range'][_0x3504ae(0x207)],_0xd1271['params']['range'][_0x3504ae(0x22a)]-_0xd1271[_0x3504ae(0x13f)]['range']['startColumn']+0x1,_0xcb6146),{'m1Prime':_0x5c0559,'m2Prime':_0x18b5d0};}},_0xaf372a={'m1':_0x512b01['RemoveColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x111)]['id'],'handler'(_0x55ec46,_0x2489bf){const _0x1e5ec7=_0x537ed3,_0x280ea0={'m1Prime':_0x55ec46,'m2Prime':_0x2489bf};if(_0x55ec46[_0x1e5ec7(0x13f)][_0x1e5ec7(0x213)]!==_0x2489bf[_0x1e5ec7(0x13f)][_0x1e5ec7(0x213)]||_0x55ec46[_0x1e5ec7(0x13f)][_0x1e5ec7(0x240)]!==_0x2489bf[_0x1e5ec7(0x13f)][_0x1e5ec7(0x240)])return _0x280ea0;const _0x321925=_0x1c277e[_0x1e5ec7(0x2a5)][_0x1e5ec7(0x1d1)](_0x55ec46),_0x3786d1=_0x1c277e['Tools'][_0x1e5ec7(0x1d1)](_0x2489bf),{ranges:_0xc04ebd}=_0x3786d1['params'];return _0xc04ebd['forEach'](_0x2bf408=>{const _0x575cbc=_0x1e5ec7,_0x5a4840=_0x512b01[_0x575cbc(0x295)](_0x26d1dd(_0x55ec46[_0x575cbc(0x13f)][_0x575cbc(0x218)]),_0x2bf408);_0x5a4840==null?_0x3786d1['id']=_0x512b01[_0x575cbc(0x24f)]['id']:(_0x2bf408[_0x575cbc(0x207)]+=_0x5a4840[_0x575cbc(0x2d6)],_0x2bf408['endColumn']+=_0x5a4840[_0x575cbc(0x2d6)]+_0x5a4840[_0x575cbc(0xfe)]);}),{'m1Prime':_0x321925,'m2Prime':_0x3786d1};}},_0x42a0f1={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01[_0x537ed3(0x1ef)]['id'],'handler'(_0x4f2522,_0x5e89a8){const _0x248f33=_0x537ed3,_0x4e0c23={'m1Prime':_0x4f2522,'m2Prime':_0x5e89a8};if(_0x4f2522['params'][_0x248f33(0x213)]!==_0x5e89a8['params']['unitId']||_0x4f2522[_0x248f33(0x13f)][_0x248f33(0x240)]!==_0x5e89a8[_0x248f33(0x13f)][_0x248f33(0x240)])return _0x4e0c23;const _0x9e20c9=_0x1c277e[_0x248f33(0x2a5)][_0x248f33(0x1d1)](_0x4f2522),_0x27228e=_0x1c277e['Tools']['deepClone'](_0x5e89a8),{ranges:_0x578283}=_0x27228e[_0x248f33(0x13f)];return _0x578283[_0x248f33(0x22e)](_0x269795=>{const _0x10c4bb=_0x248f33,_0x2c833c=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x4f2522['params']['range']),_0x269795);_0x2c833c==null?_0x27228e['id']=_0x512b01[_0x10c4bb(0x24f)]['id']:(_0x269795['startColumn']+=_0x2c833c[_0x10c4bb(0x2d6)],_0x269795[_0x10c4bb(0x22a)]+=_0x2c833c[_0x10c4bb(0x2d6)]+_0x2c833c[_0x10c4bb(0xfe)]);}),{'m1Prime':_0x9e20c9,'m2Prime':_0x27228e};}},_0x2d783a={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01['SetNumfmtMutation']['id'],'handler'(_0x3c215d,_0x3d2291){const _0x1f9c10=_0x537ed3,_0x3a6a4f={'m1Prime':_0x3c215d,'m2Prime':_0x3d2291};if(_0x3c215d[_0x1f9c10(0x13f)]['unitId']!==_0x3d2291[_0x1f9c10(0x13f)]['unitId']||_0x3c215d[_0x1f9c10(0x13f)][_0x1f9c10(0x240)]!==_0x3d2291[_0x1f9c10(0x13f)][_0x1f9c10(0x240)])return _0x3a6a4f;const _0x3d6a63=[_0x1c277e[_0x1f9c10(0x2a5)][_0x1f9c10(0x1d1)](_0x3c215d)],_0x5bb278=_0x1c277e[_0x1f9c10(0x2a5)][_0x1f9c10(0x1d1)](_0x3d2291),{values:_0x4a5247}=_0x5bb278[_0x1f9c10(0x13f)],_0x2a5e00=[];let _0x3f9ee5=!0x1;for(const _0x2f657a in _0x4a5247){const _0x5d72d1=_0x4a5247[_0x2f657a];if(_0x2a5e00[_0x1f9c10(0x1aa)](..._0x5d72d1[_0x1f9c10(0x23f)]),_0x5d72d1['ranges']['some'](_0x39901b=>{const _0x1750e9=_0x1f9c10,_0x41d2b4=_0x512b01[_0x1750e9(0x295)](_0x26d1dd(_0x3c215d[_0x1750e9(0x13f)][_0x1750e9(0x218)]),_0x26d1dd(_0x39901b));return _0x41d2b4==null||_0x41d2b4['length']!==0x0?!0x0:(_0x41d2b4['step']!==0x0&&(_0x3f9ee5=!0x0),_0x39901b[_0x1750e9(0x207)]+=_0x41d2b4[_0x1750e9(0x2d6)],_0x39901b[_0x1750e9(0x22a)]+=_0x41d2b4[_0x1750e9(0x2d6)],!0x1);}))return{'error':new Error(_0x1f9c10(0x104))};}if(_0x3f9ee5){const _0x4b5547={'id':_0x512b01['RemoveNumfmtMutation']['id'],'params':{'unitId':_0x3d2291[_0x1f9c10(0x13f)][_0x1f9c10(0x213)],'subUnitId':_0x3d2291[_0x1f9c10(0x13f)]['subUnitId'],'ranges':_0x2a5e00}};_0x3d6a63[_0x1f9c10(0x1aa)](_0x4b5547,_0x5bb278);}return{'m1Prime':_0x3d6a63,'m2Prime':_0x5bb278};}},_0x552909={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01['SetRangeValuesMutation']['id'],'handler'(_0x1a4136,_0x137650){const _0x574c33=_0x537ed3,_0x92a9a2={'m1Prime':_0x1a4136,'m2Prime':_0x137650};if(_0x1a4136['params'][_0x574c33(0x213)]!==_0x137650[_0x574c33(0x13f)][_0x574c33(0x213)]||_0x1a4136[_0x574c33(0x13f)][_0x574c33(0x240)]!==_0x137650[_0x574c33(0x13f)][_0x574c33(0x240)])return _0x92a9a2;const _0x135ff9=[_0x1c277e['Tools'][_0x574c33(0x1d1)](_0x1a4136)],_0x4e4567=_0x1c277e['Tools'][_0x574c33(0x1d1)](_0x137650),_0x4ae672=new _0x1c277e['ObjectMatrix'](_0x4e4567[_0x574c33(0x13f)]['cellValue']),_0x3744f4=_0x4ae672[_0x574c33(0x1fd)](),_0x319e0d=_0x1a4136[_0x574c33(0x13f)][_0x574c33(0x218)],_0x15318e=_0x319e0d['endColumn']-_0x319e0d[_0x574c33(0x207)]+0x1;if(_0x4e4567['params']['cellValue']&&_0x319e0d[_0x574c33(0x22a)]<_0x3744f4['startColumn'])_0x9333a8(_0x4e4567[_0x574c33(0x13f)][_0x574c33(0x1d3)],_0x3744f4['startColumn'],_0x3744f4[_0x574c33(0x22a)]-_0x3744f4[_0x574c33(0x207)]+0x1,-_0x15318e);else{if(_0x319e0d[_0x574c33(0x207)]<=_0x3744f4[_0x574c33(0x22a)])return{'error':new Error(_0x574c33(0x1e2))};}const _0x21fbe2=new _0x1c277e[(_0x574c33(0x2f6))]();let _0x2c7263=!0x1,_0x57e7c6=!0x1;if(_0x4ae672['forValue']((_0x366e29,_0x4d4a29,_0x1dbc2d)=>{const _0x49ae8a=_0x574c33;if(_0x1dbc2d&&_0x1dbc2d['f']){const _0x122b24=_0x1dbc2d['f'];let _0x511d48=!0x1;const _0x1abf82=_0x35e413(_0x1a4136['params']['unitId'],_0x1a4136[_0x49ae8a(0x13f)][_0x49ae8a(0x240)],_0x122b24,_0x401199=>{const _0x42a212=_0x49ae8a,_0x4a65ec=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x1a4136['params'][_0x42a212(0x218)]),_0x26d1dd(_0x401199));return _0x4a65ec===null?(_0x2c7263=!0x0,_0x401199):((_0x4a65ec[_0x42a212(0x2d6)]!==0x0||_0x4a65ec[_0x42a212(0xfe)]!==0x0)&&(_0x511d48=!0x0,_0x401199[_0x42a212(0x207)]+=_0x4a65ec[_0x42a212(0x2d6)],_0x401199[_0x42a212(0x22a)]+=_0x4a65ec[_0x42a212(0x2d6)]+_0x4a65ec[_0x42a212(0xfe)]),_0x401199);});_0x511d48&&(_0x57e7c6=!0x0,_0x1dbc2d['f']=_0x1abf82,_0x21fbe2[_0x49ae8a(0x29f)](_0x366e29,_0x4d4a29,{..._0x1dbc2d}));}}),_0x2c7263)return{'error':new Error(_0x574c33(0x15f))};if(_0x57e7c6){const _0x21ac9f={'id':_0x512b01['SetRangeValuesMutation']['id'],'params':{'unitId':_0x137650[_0x574c33(0x13f)]['unitId'],'subUnitId':_0x137650[_0x574c33(0x13f)]['subUnitId'],'cellValue':_0x21fbe2[_0x574c33(0x2ce)]()}};_0x135ff9[_0x574c33(0x1aa)](_0x21ac9f);}return{'m1Prime':_0x135ff9,'m2Prime':_0x4e4567};}},_0x4ba80e={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01[_0x537ed3(0x233)]['id'],'handler'(_0xd42592,_0x1d4ad6){const _0x24e4d6=_0x537ed3,_0x2411cc={'m1Prime':[],'m2Prime':[]};if(_0xd42592[_0x24e4d6(0x13f)][_0x24e4d6(0x213)]!==_0x1d4ad6[_0x24e4d6(0x13f)][_0x24e4d6(0x213)]||_0xd42592[_0x24e4d6(0x13f)][_0x24e4d6(0x240)]!==_0x1d4ad6[_0x24e4d6(0x13f)]['subUnitId'])return _0x2411cc;const _0x5dc8fa=_0x1c277e[_0x24e4d6(0x2a5)][_0x24e4d6(0x1d1)](_0x1d4ad6);let _0x56d439=!0x1;return _0x5dc8fa[_0x24e4d6(0x13f)][_0x24e4d6(0x212)][_0x24e4d6(0x22e)](_0x2fe8b2=>{const _0x7e646e=_0x24e4d6,{range:_0xdced03,primary:_0x21265d}=_0x2fe8b2,_0x4ab089=_0x512b01[_0x7e646e(0x295)](_0x26d1dd(_0xd42592[_0x7e646e(0x13f)]['range']),_0x26d1dd(_0xdced03));if(_0x4ab089!=null&&(_0x4ab089[_0x7e646e(0xfe)]||_0x4ab089['step'])){if(_0xdced03['startColumn']+=_0x4ab089['step'],_0xdced03[_0x7e646e(0x22a)]+=_0x4ab089[_0x7e646e(0x2d6)]+(_0x4ab089[_0x7e646e(0xfe)]||0x0),_0x21265d){const _0x31264b=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0xd42592[_0x7e646e(0x13f)][_0x7e646e(0x218)]),_0x26d1dd(_0x21265d));if(_0x31264b==null){_0x21265d[_0x7e646e(0x207)]=_0xdced03['startColumn'],_0x21265d['endColumn']=_0xdced03[_0x7e646e(0x207)],_0x21265d['actualColumn']=_0xdced03[_0x7e646e(0x207)];return;}(_0x31264b['length']||_0x31264b[_0x7e646e(0x2d6)])&&(_0x21265d[_0x7e646e(0x207)]+=_0x31264b[_0x7e646e(0x2d6)],_0x21265d[_0x7e646e(0x22a)]+=_0x31264b[_0x7e646e(0x2d6)],_0x21265d[_0x7e646e(0x289)]+=_0x31264b['step']);}_0x56d439=!0x0;}}),_0x56d439&&_0x2411cc['m2Prime'][_0x24e4d6(0x1aa)](_0x5dc8fa),_0x2411cc;}},_0x47d117={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x472535[_0x537ed3(0x1f2)]['id'],'handler'(_0x180619,_0x310641){const _0xd37930=_0x537ed3,_0x24ea8f={'m1Prime':_0x180619,'m2Prime':_0x310641};if(_0x180619['params']['unitId']!==_0x310641[_0xd37930(0x13f)][_0xd37930(0x213)]||_0x180619['params'][_0xd37930(0x240)]!==_0x310641[_0xd37930(0x13f)][_0xd37930(0x240)])return _0x24ea8f;const _0x306058=_0x1c277e[_0xd37930(0x2a5)][_0xd37930(0x1d1)](_0x180619),_0x1e8dbf=_0x1c277e[_0xd37930(0x2a5)][_0xd37930(0x1d1)](_0x310641),_0x4485f5=_0xcdf06b({'start':_0x180619[_0xd37930(0x13f)][_0xd37930(0x218)][_0xd37930(0x207)],'end':_0x180619['params'][_0xd37930(0x218)]['endColumn']},{'start':_0x310641[_0xd37930(0x13f)][_0xd37930(0x1e6)],'end':_0x310641['params'][_0xd37930(0x1e6)]}),_0x5cb972=_0x1c277e[_0xd37930(0x2a5)][_0xd37930(0x1d1)](_0x310641);return _0x5cb972[_0xd37930(0x13f)][_0xd37930(0x128)]=null,_0x4485f5===null?{'m1Prime':[_0x306058,_0x5cb972],'m2Prime':[]}:_0x1e8dbf[_0xd37930(0x13f)][_0xd37930(0x1e6)]===_0x4485f5[_0xd37930(0x1a2)]?_0x24ea8f:(_0x1e8dbf['params'][_0xd37930(0x1e6)]=_0x4485f5[_0xd37930(0x1a2)],_0x1e8dbf[_0xd37930(0x13f)][_0xd37930(0x128)]&&(_0x1e8dbf[_0xd37930(0x13f)][_0xd37930(0x128)][_0xd37930(0x235)]=_0x4485f5['start']),{'m1Prime':[_0x5cb972,_0x1e8dbf,_0x306058],'m2Prime':[_0x1e8dbf]});}},_0x15f607={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x472535['SetSheetsFilterRangeMutation']['id'],'handler'(_0x56e25a,_0x15b4c0){const _0x1581a4=_0x537ed3,_0x441bb7={'m1Prime':[_0x56e25a],'m2Prime':[_0x15b4c0]};if(_0x56e25a['params']['unitId']!==_0x15b4c0['params'][_0x1581a4(0x213)]||_0x56e25a[_0x1581a4(0x13f)]['subUnitId']!==_0x15b4c0[_0x1581a4(0x13f)][_0x1581a4(0x240)])return _0x441bb7;const _0x5b392e=_0x1c277e[_0x1581a4(0x2a5)][_0x1581a4(0x1d1)](_0x56e25a),_0x233d16=_0x1c277e[_0x1581a4(0x2a5)][_0x1581a4(0x1d1)](_0x15b4c0),_0x3702b1=_0xcdf06b({'start':_0x56e25a[_0x1581a4(0x13f)][_0x1581a4(0x218)][_0x1581a4(0x207)],'end':_0x56e25a['params'][_0x1581a4(0x218)][_0x1581a4(0x22a)]},{'start':_0x15b4c0[_0x1581a4(0x13f)][_0x1581a4(0x218)]['startColumn'],'end':_0x15b4c0[_0x1581a4(0x13f)][_0x1581a4(0x218)][_0x1581a4(0x22a)]});return _0x3702b1===null?{'m1Prime':[_0x5b392e,{'id':_0x472535[_0x1581a4(0x2fd)]['id'],'params':{'unitId':_0x15b4c0['params'][_0x1581a4(0x213)],'subUnitId':_0x15b4c0[_0x1581a4(0x13f)]['unitId']}}],'m2Prime':[]}:(_0x233d16[_0x1581a4(0x13f)]['range'][_0x1581a4(0x207)]=_0x3702b1['start'],_0x233d16[_0x1581a4(0x13f)][_0x1581a4(0x218)]['endColumn']=_0x3702b1[_0x1581a4(0x2ff)],{'m1Prime':[_0x233d16,_0x5b392e],'m2Prime':[_0x233d16]});}},_0x563bcc={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01[_0x537ed3(0x2c1)]['id'],'handler'(_0x4c0910,_0x41c56c){const _0x15e0fa=_0x537ed3,_0xf2fc21={'m1Prime':_0x4c0910,'m2Prime':_0x41c56c};if(_0x4c0910[_0x15e0fa(0x13f)]['unitId']!==_0x41c56c['params'][_0x15e0fa(0x213)]||_0x4c0910[_0x15e0fa(0x13f)][_0x15e0fa(0x240)]!==_0x41c56c[_0x15e0fa(0x13f)][_0x15e0fa(0x240)])return _0xf2fc21;const _0x18bc44=_0x1c277e['Tools'][_0x15e0fa(0x1d1)](_0x4c0910),_0x543363=_0x1c277e[_0x15e0fa(0x2a5)]['deepClone'](_0x41c56c),{ranges:_0x4e6229,colWidth:_0x3032f1}=_0x543363['params'];return _0x4e6229[_0x15e0fa(0x22e)](_0x357146=>{const _0x50e6d5=_0x15e0fa,_0xdfd574=_0x512b01[_0x50e6d5(0x295)](_0x26d1dd(_0x4c0910['params']['range']),_0x357146);_0xdfd574==null?_0x543363['id']=_0x512b01[_0x50e6d5(0x24f)]['id']:(_0x357146[_0x50e6d5(0x207)]+=_0xdfd574[_0x50e6d5(0x2d6)],_0x357146[_0x50e6d5(0x22a)]+=_0xdfd574[_0x50e6d5(0x2d6)]+_0xdfd574['length']);}),typeof _0x3032f1!='number'&&_0x1c277e[_0x15e0fa(0x13a)](_0x4c0910[_0x15e0fa(0x13f)][_0x15e0fa(0x218)][_0x15e0fa(0x207)],_0x4c0910[_0x15e0fa(0x13f)][_0x15e0fa(0x218)][_0x15e0fa(0x22a)]-_0x4c0910['params'][_0x15e0fa(0x218)][_0x15e0fa(0x207)]+0x1,_0x3032f1),{'m1Prime':_0x18bc44,'m2Prime':_0x543363};}},_0x2d141e={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x151b41[_0x537ed3(0x28f)]['id'],'handler':(_0x50ed80,_0x52c705)=>{const _0x5a845a=_0x537ed3,_0x5733d1={'m1Prime':_0x50ed80,'m2Prime':_0x52c705};if(_0x50ed80['params'][_0x5a845a(0x213)]!==_0x52c705[_0x5a845a(0x13f)][_0x5a845a(0x213)]||_0x50ed80['params']['subUnitId']!==_0x52c705[_0x5a845a(0x13f)]['subUnitId'])return _0x5733d1;const _0x9cbf1a={'id':_0x512b01['RemoveColCommand']['id'],'params':{'unitId':_0x50ed80[_0x5a845a(0x13f)]['unitId'],'subUnitId':_0x50ed80[_0x5a845a(0x13f)][_0x5a845a(0x240)],'range':_0x50ed80['params'][_0x5a845a(0x218)]}},_0x12e9da=_0x5b9671(_0x52c705,_0x9cbf1a);return{'m1Prime':[_0x50ed80,..._0x12e9da],'m2Prime':[_0x52c705,..._0x12e9da]};}},_0x448e9b={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x1d07e6['UpdateDataValidationMutation']['id'],'handler':(_0x413587,_0x5c2a1d)=>{const _0xdac77b=_0x537ed3,_0x34fdb5={'m1Prime':_0x413587,'m2Prime':_0x5c2a1d};if(_0x413587[_0xdac77b(0x13f)][_0xdac77b(0x213)]!==_0x5c2a1d[_0xdac77b(0x13f)][_0xdac77b(0x213)]||_0x5c2a1d[_0xdac77b(0x13f)][_0xdac77b(0x240)]!==_0x413587['params'][_0xdac77b(0x240)])return _0x34fdb5;const _0x4ca5ca={'id':_0x512b01['RemoveColCommand']['id'],'params':{'range':_0x413587[_0xdac77b(0x13f)][_0xdac77b(0x218)]}},_0x49531f=_0x562205(_0x5c2a1d,_0x4ca5ca);return{'m1Prime':[_0x413587,..._0x49531f],'m2Prime':[_0x5c2a1d,..._0x49531f]};}},_0x4f1ff8={'m1':_0x1d07e6[_0x537ed3(0x2bf)]['id'],'m2':_0x1d07e6['RemoveDataValidationMutation']['id'],'handler':(_0x8cd19c,_0x4cd14d)=>{const _0x2029a1=_0x537ed3,_0x4d278a={'m1Prime':_0x8cd19c,'m2Prime':_0x4cd14d};return _0x8cd19c[_0x2029a1(0x13f)][_0x2029a1(0x213)]===_0x4cd14d[_0x2029a1(0x13f)]['unitId']&&_0x8cd19c['params'][_0x2029a1(0x240)]===_0x4cd14d[_0x2029a1(0x13f)]['subUnitId']&&_0x8cd19c[_0x2029a1(0x13f)]['ruleId']===_0x4cd14d[_0x2029a1(0x13f)][_0x2029a1(0x127)]?{'m1Prime':[],'m2Prime':[]}:_0x4d278a;}},_0x1630ae={'m1':_0x429b66[_0x537ed3(0x164)]['id'],'m2':_0x429b66[_0x537ed3(0x164)]['id'],'handler':(_0x28452a,_0x5238e4)=>{const _0x9b6f87=_0x537ed3,_0x4a4a5d=_0x28452a[_0x9b6f87(0x13f)],_0x2bf5dd=_0x5238e4[_0x9b6f87(0x13f)];return _0x4a4a5d['unitId']===_0x2bf5dd[_0x9b6f87(0x213)]&&_0x4a4a5d['subUnitId']===_0x2bf5dd[_0x9b6f87(0x240)]&&_0x4a4a5d['id']===_0x2bf5dd['id']?{'m2Prime':[],'m1Prime':[]}:{'m1Prime':_0x28452a,'m2Prime':_0x5238e4};}},_0x3419ba={'m1':_0x512b01[_0x537ed3(0x2e1)]['id'],'m2':_0x512b01['RemoveNumfmtMutation']['id'],'handler'(_0x5c4b12,_0x393c8b){const _0x2f81e7=_0x537ed3;if(_0x5c4b12[_0x2f81e7(0x13f)]['unitId']!==_0x393c8b[_0x2f81e7(0x13f)][_0x2f81e7(0x213)]||_0x5c4b12['params'][_0x2f81e7(0x240)]!==_0x393c8b[_0x2f81e7(0x13f)][_0x2f81e7(0x240)])return{'m1Prime':_0x5c4b12,'m2Prime':_0x393c8b};const _0x5b49f3=_0x1c277e['Tools'][_0x2f81e7(0x1d1)](_0x5c4b12),_0x1fba94=_0x1c277e[_0x2f81e7(0x2a5)]['deepClone'](_0x393c8b),_0x2fd66f=[],_0x57eddb=_0x1fba94[_0x2f81e7(0x13f)][_0x2f81e7(0x23f)];return _0x5b49f3[_0x2f81e7(0x13f)][_0x2f81e7(0x23f)][_0x2f81e7(0x22e)](_0x4b0c8b=>{const _0x30e93d=_0x2f81e7,_0x3f1917=_0x7ff394(_0x4b0c8b,_0x57eddb);_0x3f1917[_0x30e93d(0xfe)]>0x0&&_0x2fd66f[_0x30e93d(0x1aa)](..._0x3f1917);}),_0x5b49f3['params']['ranges']=_0x2fd66f,{'m1Prime':_0x5c4b12,'m2Prime':_0x393c8b};}},_0x586b10={'m1':_0x512b01[_0x537ed3(0x2e1)]['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler'(_0x30bf22,_0x5507de){const _0x448fda=_0x537ed3;if(_0x30bf22['params'][_0x448fda(0x213)]!==_0x5507de[_0x448fda(0x13f)][_0x448fda(0x213)]||_0x30bf22[_0x448fda(0x13f)][_0x448fda(0x240)]!==_0x5507de[_0x448fda(0x13f)][_0x448fda(0x240)])return{'m1Prime':_0x30bf22,'m2Prime':_0x5507de};const _0x12f751=_0x1c277e['Tools']['deepClone'](_0x30bf22),_0x1e9cd9=_0x1c277e[_0x448fda(0x2a5)][_0x448fda(0x1d1)](_0x5507de),_0x323e97=[],_0x4873ce=Object['values'](_0x1e9cd9[_0x448fda(0x13f)][_0x448fda(0x280)])[_0x448fda(0x1ed)](_0x338ccb=>_0x338ccb[_0x448fda(0x23f)])[_0x448fda(0x27e)]();return _0x12f751[_0x448fda(0x13f)][_0x448fda(0x23f)][_0x448fda(0x22e)](_0x390884=>{const _0x2a69f4=_0x448fda,_0x3fa537=_0x7ff394(_0x390884,_0x4873ce);_0x3fa537[_0x2a69f4(0xfe)]>0x0&&_0x323e97[_0x2a69f4(0x1aa)](..._0x3fa537);}),_0x12f751[_0x448fda(0x13f)][_0x448fda(0x23f)]=_0x323e97,{'m1Prime':_0x12f751,'m2Prime':_0x1e9cd9};}},_0x107b37={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x10417d,_0x318ff9)=>{const _0x58e03e=_0x537ed3,_0x7bb009={'m1Prime':_0x10417d,'m2Prime':_0x318ff9};if(_0x10417d[_0x58e03e(0x13f)][_0x58e03e(0x213)]!==_0x318ff9['params'][_0x58e03e(0x213)]||_0x10417d['params'][_0x58e03e(0x240)]!==_0x318ff9[_0x58e03e(0x13f)][_0x58e03e(0x240)])return _0x7bb009;const _0x454c09={'id':_0x512b01[_0x58e03e(0x245)]['id'],'params':{'unitId':_0x10417d[_0x58e03e(0x13f)][_0x58e03e(0x213)],'subUnitId':_0x10417d['params']['subUnitId'],'range':_0x10417d[_0x58e03e(0x13f)][_0x58e03e(0x218)]}},_0x1bf1f4=_0x150885(_0x318ff9,_0x454c09);return{'m1Prime':[_0x10417d,..._0x1bf1f4],'m2Prime':[_0x318ff9,..._0x1bf1f4]};}},_0x50083d={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x1d07e6[_0x537ed3(0x114)]['id'],'handler'(_0x2f2fda,_0x11fc2d){const _0x169150=_0x537ed3,_0xd2c98b={'m1Prime':_0x2f2fda,'m2Prime':_0x11fc2d};if(_0x2f2fda[_0x169150(0x13f)][_0x169150(0x213)]!==_0x11fc2d[_0x169150(0x13f)][_0x169150(0x213)]||_0x2f2fda['params']['subUnitId']!==_0x11fc2d['params'][_0x169150(0x240)])return _0xd2c98b;const _0x998040={'id':_0x512b01[_0x169150(0x245)]['id'],'params':{'range':_0x2f2fda[_0x169150(0x13f)]['range']}},_0x2334a1=_0x5cd6a1(_0x11fc2d,_0x998040);return{'m1Prime':[_0x2f2fda,..._0x2334a1],'m2Prime':[_0x11fc2d,..._0x2334a1]};}},_0x349014={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01['AddWorksheetMergeMutation']['id'],'handler'(_0x50897b,_0x4f5631){const _0x51f877=_0x537ed3,_0x3641a3=_0x55885c[_0x51f877(0x2ad)](_0x4f5631,_0x50897b);return _0xf0cba5(_0x3641a3)?{'m1Prime':_0x3641a3[_0x51f877(0x11c)],'m2Prime':_0x3641a3[_0x51f877(0x122)]}:_0x3641a3;}},_0x13afc1={'m1':_0x512b01['RemoveRowMutation']['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler'(_0x31392f,_0x1a984d){const _0x1fa134=_0x537ed3,_0x5acfc8={'m1Prime':_0x31392f,'m2Prime':_0x1a984d};if(_0x31392f[_0x1fa134(0x13f)]['unitId']!==_0x1a984d['params'][_0x1fa134(0x213)]||_0x31392f[_0x1fa134(0x13f)]['subUnitId']!==_0x1a984d[_0x1fa134(0x13f)][_0x1fa134(0x270)][_0x1fa134(0x240)]&&_0x31392f[_0x1fa134(0x13f)]['subUnitId']!==_0x1a984d[_0x1fa134(0x13f)]['to'][_0x1fa134(0x240)])return _0x5acfc8;const _0xa2120c=_0x1c277e[_0x1fa134(0x2a5)][_0x1fa134(0x1d1)](_0x31392f),_0x388386=_0x1c277e[_0x1fa134(0x2a5)][_0x1fa134(0x1d1)](_0x1a984d),{startRow:_0x342cce,endRow:_0x92d010}=_0x31392f[_0x1fa134(0x13f)][_0x1fa134(0x218)];if(_0x31392f[_0x1fa134(0x13f)][_0x1fa134(0x240)]===_0x1a984d[_0x1fa134(0x13f)][_0x1fa134(0x270)][_0x1fa134(0x240)]){const _0x5548a5=new _0x1c277e[(_0x1fa134(0x2f6))](_0x388386[_0x1fa134(0x13f)]['from'][_0x1fa134(0x16f)]),_0x335d11=_0x5548a5[_0x1fa134(0x1fd)](),{startRow:_0x458eb3,endRow:_0x51062b}=_0x335d11;if(_0x458eb3<=_0x92d010&&_0x51062b>=_0x342cce)return{'error':new Error(_0x1fa134(0x1c4))};_0x92d010<_0x458eb3&&_0x5548a5[_0x1fa134(0x1b6)](_0x342cce,_0x92d010-_0x342cce+0x1),_0x388386['params']['from'][_0x1fa134(0x16f)]=_0x5548a5[_0x1fa134(0x2ce)]();}if(_0x31392f[_0x1fa134(0x13f)][_0x1fa134(0x240)]===_0x1a984d[_0x1fa134(0x13f)]['to'][_0x1fa134(0x240)]){const _0x521ace=new _0x1c277e[(_0x1fa134(0x2f6))](_0x388386[_0x1fa134(0x13f)]['to']['value']),_0x54c021=_0x521ace[_0x1fa134(0x1fd)](),{startRow:_0x4e3bbf,endRow:_0x22adb3}=_0x54c021;if(_0x4e3bbf<=_0x92d010&&_0x22adb3>=_0x342cce)return{'error':new Error(_0x1fa134(0x1c4))};_0x92d010<_0x4e3bbf&&_0x521ace['removeRows'](_0x342cce,_0x92d010-_0x342cce+0x1),_0x388386[_0x1fa134(0x13f)]['to']['value']=_0x521ace['getMatrix']();}return{'m1Prime':_0xa2120c,'m2Prime':_0x388386};}},_0x455733={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x228)]['id'],'handler'(_0x387bd8,_0xeea84f){const _0xdaa361=_0x537ed3,_0x43ba39={'m1Prime':_0x387bd8,'m2Prime':_0xeea84f};if(_0x387bd8[_0xdaa361(0x13f)][_0xdaa361(0x213)]!==_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x213)]||_0x387bd8[_0xdaa361(0x13f)][_0xdaa361(0x240)]!==_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x240)])return _0x43ba39;const _0x501133=_0x1c277e[_0xdaa361(0x2a5)]['deepClone'](_0x387bd8),_0x4eeddb=_0x1c277e['Tools'][_0xdaa361(0x1d1)](_0xeea84f);if(_0x387bd8[_0xdaa361(0x13f)][_0xdaa361(0x218)][_0xdaa361(0x224)]<=_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x2a9)][_0xdaa361(0x2ec)]&&_0x387bd8['params']['range'][_0xdaa361(0x2ec)]>=_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x2a9)][_0xdaa361(0x224)]||_0x387bd8[_0xdaa361(0x13f)]['range']['startRow']<=_0xeea84f['params'][_0xdaa361(0x1a5)][_0xdaa361(0x2ec)]&&_0x387bd8[_0xdaa361(0x13f)][_0xdaa361(0x218)][_0xdaa361(0x2ec)]>=_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x1a5)]['startRow'])return{'error':new Error(_0xdaa361(0x1be))};const _0x590c2c=_0x512b01[_0xdaa361(0x295)](_0x26d1dd(_0x512b01[_0xdaa361(0x146)](_0x387bd8[_0xdaa361(0x13f)]['range'])),_0x26d1dd(_0x512b01[_0xdaa361(0x146)](_0xeea84f[_0xdaa361(0x13f)]['sourceRange']))),_0x4a2288=_0x512b01[_0xdaa361(0x295)](_0x26d1dd(_0x512b01['rotateRange'](_0x387bd8[_0xdaa361(0x13f)][_0xdaa361(0x218)])),_0x26d1dd(_0x512b01[_0xdaa361(0x146)](_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x1a5)])));_0x590c2c&&_0x4a2288?(_0x4eeddb[_0xdaa361(0x13f)]['sourceRange'][_0xdaa361(0x224)]+=_0x590c2c[_0xdaa361(0x2d6)],_0x4eeddb[_0xdaa361(0x13f)][_0xdaa361(0x2a9)][_0xdaa361(0x2ec)]+=_0x590c2c[_0xdaa361(0x2d6)]+(_0x590c2c[_0xdaa361(0xfe)]||0x0),_0x4eeddb[_0xdaa361(0x13f)][_0xdaa361(0x1a5)][_0xdaa361(0x224)]+=_0x4a2288[_0xdaa361(0x2d6)],_0x4eeddb['params']['targetRange'][_0xdaa361(0x2ec)]+=_0x4a2288[_0xdaa361(0x2d6)]+(_0x4a2288[_0xdaa361(0xfe)]||0x0)):_0x4eeddb['id']=_0x512b01[_0xdaa361(0x24f)]['id'];const _0x83c2e0=_0x512b01['handleBaseMoveRowsCols']({'start':_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x2a9)][_0xdaa361(0x224)],'end':_0xeea84f['params'][_0xdaa361(0x2a9)][_0xdaa361(0x2ec)]},{'start':_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x1a5)][_0xdaa361(0x224)],'end':_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x1a5)][_0xdaa361(0x2ec)]},{'start':_0x387bd8[_0xdaa361(0x13f)][_0xdaa361(0x218)][_0xdaa361(0x224)],'end':_0x387bd8[_0xdaa361(0x13f)]['range'][_0xdaa361(0x2ec)]});if(_0x83c2e0){const {step:_0x348694,length:_0x4772a7}=_0x83c2e0;_0x501133[_0xdaa361(0x13f)][_0xdaa361(0x218)][_0xdaa361(0x224)]+=_0x348694,_0x501133[_0xdaa361(0x13f)][_0xdaa361(0x218)][_0xdaa361(0x2ec)]+=_0x348694+(_0x4772a7||0x0);}else _0x501133['id']=_0x512b01[_0xdaa361(0x24f)]['id'];return{'m1Prime':_0x501133,'m2Prime':_0x4eeddb};}},_0x2190e5={'m1':_0x512b01['RemoveRowMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler'(_0x1eae6e,_0x3ce60f){const _0x2c99c3=_0x537ed3,_0x308419={'m1Prime':_0x1eae6e,'m2Prime':_0x3ce60f};if(_0x1eae6e[_0x2c99c3(0x13f)]['unitId']!==_0x3ce60f[_0x2c99c3(0x13f)]['unitId']||_0x1eae6e[_0x2c99c3(0x13f)][_0x2c99c3(0x240)]!==_0x3ce60f[_0x2c99c3(0x13f)][_0x2c99c3(0x240)])return _0x308419;const _0x42cde9=_0x1c277e['Tools']['deepClone'](_0x1eae6e),_0x2f2aca=_0x1c277e[_0x2c99c3(0x2a5)][_0x2c99c3(0x1d1)](_0x3ce60f),{ranges:_0x5a3599}=_0x2f2aca[_0x2c99c3(0x13f)];return _0x5a3599[_0x2c99c3(0x167)](_0x2702e9=>{const _0x3f5b6e=_0x2c99c3,_0x2048e0=_0x512b01[_0x3f5b6e(0x295)](_0x26d1dd(_0x512b01[_0x3f5b6e(0x146)](_0x1eae6e['params'][_0x3f5b6e(0x218)])),_0x26d1dd(_0x512b01[_0x3f5b6e(0x146)](_0x2702e9)));return _0x2048e0===null||_0x2048e0['length']!==0x0?!0x0:(_0x2702e9[_0x3f5b6e(0x224)]+=_0x2048e0[_0x3f5b6e(0x2d6)],_0x2702e9['endRow']+=_0x2048e0[_0x3f5b6e(0x2d6)],!0x1);})?{'error':new Error(_0x2c99c3(0x299))}:{'m1Prime':_0x42cde9,'m2Prime':_0x2f2aca};}},_0x42a5dd={'m1':_0x512b01['RemoveRowMutation']['id'],'m2':_0x512b01['RemoveRowMutation']['id'],'handler'(_0x916ee9,_0x21639e){const _0x511f8e=_0x537ed3,_0x30dfc4={'m1Prime':_0x916ee9,'m2Prime':_0x21639e};if(_0x916ee9['params'][_0x511f8e(0x213)]!==_0x21639e[_0x511f8e(0x13f)][_0x511f8e(0x213)]||_0x916ee9['params'][_0x511f8e(0x240)]!==_0x21639e[_0x511f8e(0x13f)][_0x511f8e(0x240)])return _0x30dfc4;const _0x167806=_0x1c277e[_0x511f8e(0x2a5)][_0x511f8e(0x1d1)](_0x916ee9),_0x3e65d0=_0x1c277e[_0x511f8e(0x2a5)][_0x511f8e(0x1d1)](_0x21639e),_0x2860db=_0x512b01[_0x511f8e(0x295)](_0x26d1dd(_0x512b01['rotateRange'](_0x916ee9['params'][_0x511f8e(0x218)])),_0x26d1dd(_0x512b01[_0x511f8e(0x146)](_0x21639e[_0x511f8e(0x13f)][_0x511f8e(0x218)])));if(_0x2860db){const {step:_0x35ecfd,length:_0x54823c}=_0x2860db;_0x3e65d0[_0x511f8e(0x13f)]['range'][_0x511f8e(0x224)]+=_0x35ecfd,_0x3e65d0['params'][_0x511f8e(0x218)][_0x511f8e(0x2ec)]+=_0x35ecfd+(_0x54823c||0x0);}else _0x3e65d0['id']=_0x512b01[_0x511f8e(0x24f)]['id'];const _0x2b6529=_0x512b01[_0x511f8e(0x295)](_0x26d1dd(_0x512b01['rotateRange'](_0x21639e[_0x511f8e(0x13f)][_0x511f8e(0x218)])),_0x26d1dd(_0x512b01[_0x511f8e(0x146)](_0x916ee9[_0x511f8e(0x13f)]['range'])));if(_0x2b6529){const {step:_0x402784,length:_0x1a9b24}=_0x2b6529;_0x167806[_0x511f8e(0x13f)][_0x511f8e(0x218)][_0x511f8e(0x224)]+=_0x402784,_0x167806[_0x511f8e(0x13f)][_0x511f8e(0x218)][_0x511f8e(0x2ec)]+=_0x402784+(_0x1a9b24||0x0);}else _0x167806['id']=_0x512b01['EmptyMutation']['id'];return{'m1Prime':_0x167806,'m2Prime':_0x3e65d0};}},_0x5088ab={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler'(_0x43102e,_0x173945){const _0x540bc9=_0x537ed3,_0x2e8778=_0x1c277e['Tools'][_0x540bc9(0x1d1)](_0x43102e),_0x211c36=_0x1c277e['Tools'][_0x540bc9(0x1d1)](_0x173945);if(_0x43102e[_0x540bc9(0x13f)][_0x540bc9(0x213)]!==_0x173945[_0x540bc9(0x13f)]['unitId']||_0x43102e[_0x540bc9(0x13f)][_0x540bc9(0x240)]!==_0x173945['params'][_0x540bc9(0x240)])return{'m1Prime':_0x2e8778,'m2Prime':_0x211c36};const _0x3d169e=_0x211c36[_0x540bc9(0x13f)][_0x540bc9(0x23f)]['reduce']((_0x40a402,_0x345fcc)=>{const _0x1a74f3=_0x540bc9,_0x4f6efb=_0x2e8778[_0x1a74f3(0x13f)][_0x1a74f3(0x218)],_0x310a7a=_0x4f6efb[_0x1a74f3(0x2ec)]-_0x4f6efb[_0x1a74f3(0x224)]+0x1;let _0x1d1153={..._0x345fcc};return _0x4f6efb[_0x1a74f3(0x224)]>_0x345fcc['endRow']?_0x1d1153={..._0x345fcc}:_0x4f6efb[_0x1a74f3(0x224)]>=_0x345fcc[_0x1a74f3(0x224)]&&_0x4f6efb[_0x1a74f3(0x224)]<=_0x345fcc['endRow']&&_0x4f6efb['endRow']>_0x345fcc[_0x1a74f3(0x2ec)]?(_0x1d1153[_0x1a74f3(0x2ec)]=_0x4f6efb[_0x1a74f3(0x224)]-0x1,_0x4f6efb['startRow']===_0x345fcc[_0x1a74f3(0x224)]&&(_0x1d1153=null)):_0x4f6efb[_0x1a74f3(0x224)]>_0x345fcc['startRow']&&_0x4f6efb[_0x1a74f3(0x2ec)]<_0x345fcc[_0x1a74f3(0x2ec)]?_0x1d1153[_0x1a74f3(0x2ec)]=_0x345fcc['endRow']-_0x310a7a:_0x4f6efb[_0x1a74f3(0x224)]<_0x345fcc['startRow']&&_0x4f6efb['endRow']>=_0x345fcc[_0x1a74f3(0x224)]&&_0x4f6efb[_0x1a74f3(0x2ec)]<=_0x345fcc[_0x1a74f3(0x2ec)]?(_0x1d1153[_0x1a74f3(0x224)]=_0x4f6efb['startRow'],_0x1d1153[_0x1a74f3(0x2ec)]=_0x345fcc['endRow']-_0x310a7a,_0x4f6efb['endRow']===_0x345fcc[_0x1a74f3(0x2ec)]&&(_0x1d1153=null)):_0x4f6efb[_0x1a74f3(0x224)]<=_0x345fcc['startRow']&&_0x4f6efb[_0x1a74f3(0x2ec)]>=_0x345fcc[_0x1a74f3(0x2ec)]?_0x1d1153=null:_0x4f6efb[_0x1a74f3(0x2ec)]<_0x345fcc[_0x1a74f3(0x224)]&&(_0x1d1153[_0x1a74f3(0x224)]=_0x345fcc['startRow']-_0x310a7a,_0x1d1153['endRow']=_0x345fcc['endRow']-_0x310a7a),_0x1d1153&&!(_0x1d1153[_0x1a74f3(0x224)]===_0x1d1153[_0x1a74f3(0x2ec)]&&_0x1d1153[_0x1a74f3(0x207)]===_0x1d1153['endColumn'])&&_0x40a402[_0x1a74f3(0x1aa)](_0x1d1153),_0x40a402;},[]);return _0x211c36['params'][_0x540bc9(0x23f)]=_0x3d169e,{'m1Prime':_0x2e8778,'m2Prime':_0x211c36};}},_0x5f14f9={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01['ReorderRangeMutation']['id'],'handler'(_0x3150f9,_0x3dccf0){const _0x47f6d4=_0x537ed3,_0x17a08a={'m1Prime':_0x3150f9,'m2Prime':_0x3dccf0};if(_0x3150f9[_0x47f6d4(0x13f)][_0x47f6d4(0x213)]!==_0x3dccf0[_0x47f6d4(0x13f)]['unitId']||_0x3150f9[_0x47f6d4(0x13f)][_0x47f6d4(0x240)]!==_0x3dccf0[_0x47f6d4(0x13f)][_0x47f6d4(0x240)])return _0x17a08a;const _0x10999b=_0x1c277e[_0x47f6d4(0x2a5)][_0x47f6d4(0x1d1)](_0x3dccf0),_0x9cc041=_0x1c277e['Tools'][_0x47f6d4(0x1d1)](_0x3150f9),_0x1fb120=_0x512b01[_0x47f6d4(0x295)](_0x26d1dd(_0x512b01[_0x47f6d4(0x146)](_0x3150f9[_0x47f6d4(0x13f)][_0x47f6d4(0x218)])),_0x26d1dd(_0x512b01[_0x47f6d4(0x146)](_0x3dccf0[_0x47f6d4(0x13f)]['range'])));if(!_0x1fb120)return{'m1Prime':_0x3150f9,'m2Prime':[]};if(_0x1fb120['length']===0x0&&_0x1fb120[_0x47f6d4(0x2d6)]===0x0)return{'m1Prime':_0x3150f9,'m2Prime':_0x3dccf0};const {startRow:_0xfa715d,endRow:_0x5eed61}=_0x3150f9['params'][_0x47f6d4(0x218)];_0x10999b[_0x47f6d4(0x13f)][_0x47f6d4(0x218)][_0x47f6d4(0x224)]+=_0x1fb120[_0x47f6d4(0x2d6)],_0x10999b[_0x47f6d4(0x13f)][_0x47f6d4(0x218)][_0x47f6d4(0x2ec)]+=_0x1fb120[_0x47f6d4(0x2d6)]+(_0x1fb120[_0x47f6d4(0xfe)]||0x0);const _0x51d5d0=Object[_0x47f6d4(0x232)](_0x3dccf0['params'][_0x47f6d4(0x179)])[_0x47f6d4(0x1ed)](_0x58ce8b=>_0x589440(_0xfa715d,_0x5eed61,Number(_0x58ce8b)))[_0x47f6d4(0x137)](_0x5b8d00=>_0x5b8d00!==null),_0x2c078b={};for(const _0x3d80f8 in _0x3dccf0[_0x47f6d4(0x13f)][_0x47f6d4(0x179)]){let _0x45441e=_0x3dccf0['params']['order'][_0x3d80f8];_0x45441e=_0x589440(_0xfa715d,_0x5eed61,_0x45441e),_0x45441e!==null&&(_0x2c078b[_0x51d5d0[_0x47f6d4(0x131)]()]=_0x45441e);}_0x10999b[_0x47f6d4(0x13f)]['order']=_0x2c078b;const _0x5b9632=_0x27c511(_0x3dccf0['params'][_0x47f6d4(0x179)],{'start':_0x3150f9['params'][_0x47f6d4(0x218)][_0x47f6d4(0x224)],'end':_0x3150f9[_0x47f6d4(0x13f)][_0x47f6d4(0x218)][_0x47f6d4(0x2ec)]}),_0x534589=[_0x9cc041];return _0x5b9632&&_0x534589[_0x47f6d4(0x19d)]({'id':_0x512b01[_0x47f6d4(0x304)]['id'],'params':{..._0x3150f9[_0x47f6d4(0x13f)],'order':_0x5b9632[_0x47f6d4(0x179)],'range':{..._0x3dccf0[_0x47f6d4(0x13f)]['range'],..._0x5b9632[_0x47f6d4(0x218)]}}}),{'m1Prime':_0x534589,'m2Prime':_0x10999b};}},_0x27c511=(_0xe19fda,_0x253490)=>{const _0x328679=_0x537ed3,_0x158f5f=Object['keys'](_0xe19fda)[_0x328679(0x1ed)](Number)['sort']((_0x2fa279,_0xec2aa4)=>_0x2fa279-_0xec2aa4);if(_0x158f5f[_0x328679(0xfe)]===0x0)return null;const _0x4dbb7a=_0x158f5f[0x0],_0x1d9873=_0x158f5f[_0x158f5f[_0x328679(0xfe)]-0x1];if(_0x4dbb7a>_0x253490[_0x328679(0x2ff)]||_0x1d9873<_0x253490[_0x328679(0x1a2)])return null;const _0xe8d95d=_0x158f5f[_0x328679(0x137)](_0xc6b086=>_0xe19fda[_0xc6b086]>=_0x253490[_0x328679(0x1a2)]&&_0xe19fda[_0xc6b086]<=_0x253490[_0x328679(0x2ff)]);if(_0xe8d95d[_0x328679(0xfe)]===0x0)return null;const _0x27d92e=_0xe8d95d[_0x328679(0x1ed)](_0x488de5=>_0xe19fda[_0x488de5]),_0x554882={},_0x2d0d5b=Math[_0x328679(0x123)](_0xe8d95d[0x0],_0x253490[_0x328679(0x1a2)]),_0x2e93f1=Math[_0x328679(0x2cd)](_0xe8d95d[_0xe8d95d[_0x328679(0xfe)]-0x1],_0x253490['end']),_0x2705a8=Array[_0x328679(0x270)]({'length':_0x2e93f1-_0x2d0d5b+0x1},(_0x9aa2e6,_0x5e9c59)=>_0x5e9c59+_0x2d0d5b)[_0x328679(0x137)](_0x462abc=>!_0xe8d95d[_0x328679(0x297)](_0x462abc));return Array[_0x328679(0x270)]({'length':_0x2e93f1-_0x2d0d5b+0x1},(_0x2a8b98,_0x19bbda)=>_0x19bbda+_0x2d0d5b)[_0x328679(0x137)](_0x5edd7b=>!_0x27d92e[_0x328679(0x297)](_0x5edd7b))[_0x328679(0x22e)]((_0x54b7e9,_0x5f46bf)=>{_0x554882[_0x54b7e9]=_0x2705a8[_0x5f46bf];}),_0x27d92e[_0x328679(0x22e)]((_0x49a3c8,_0x435ad9)=>{_0x554882[_0x49a3c8]=_0xe8d95d[_0x435ad9];}),{'range':{'startRow':_0x2d0d5b,'endRow':_0x2e93f1},'order':_0x554882};},_0x589440=(_0xf14fa9,_0x38e437,_0x5107e3)=>_0x5107e3>=_0xf14fa9&&_0x5107e3<=_0x38e437?null:_0x5107e3>_0x38e437?_0x5107e3-(_0x38e437-_0xf14fa9+0x1):_0x5107e3,_0x324dcb={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler'(_0x13f39c,_0x31c4b0){const _0x4e7664=_0x537ed3,_0x35b4f2={'m1Prime':_0x13f39c,'m2Prime':_0x31c4b0};if(_0x13f39c[_0x4e7664(0x13f)][_0x4e7664(0x213)]!==_0x31c4b0['params']['unitId']||_0x13f39c[_0x4e7664(0x13f)]['subUnitId']!==_0x31c4b0[_0x4e7664(0x13f)][_0x4e7664(0x240)])return _0x35b4f2;const _0x1fd2f1=[_0x1c277e[_0x4e7664(0x2a5)][_0x4e7664(0x1d1)](_0x13f39c)],_0x8d46ad=_0x1c277e[_0x4e7664(0x2a5)]['deepClone'](_0x31c4b0),{values:_0x4ba3a6}=_0x8d46ad[_0x4e7664(0x13f)],_0x4803bf=[];let _0x46be1c=!0x1;for(const _0x5b2671 in _0x4ba3a6){const _0x2479ff=_0x4ba3a6[_0x5b2671];if(_0x4803bf['push'](..._0x2479ff[_0x4e7664(0x23f)]),_0x2479ff[_0x4e7664(0x23f)][_0x4e7664(0x167)](_0x52efe6=>{const _0x34beea=_0x4e7664,_0xad0721=_0x512b01[_0x34beea(0x295)](_0x26d1dd(_0x512b01[_0x34beea(0x146)](_0x13f39c[_0x34beea(0x13f)]['range'])),_0x26d1dd(_0x512b01['rotateRange'](_0x52efe6)));return _0xad0721==null||_0xad0721['length']!==0x0?!0x0:(_0xad0721[_0x34beea(0x2d6)]!==0x0&&(_0x46be1c=!0x0),_0x52efe6[_0x34beea(0x224)]+=_0xad0721[_0x34beea(0x2d6)],_0x52efe6[_0x34beea(0x2ec)]+=_0xad0721[_0x34beea(0x2d6)],!0x1);}))return{'error':new Error(_0x4e7664(0x132))};}if(_0x46be1c){const _0x8324e={'id':_0x512b01['RemoveNumfmtMutation']['id'],'params':{'unitId':_0x31c4b0['params'][_0x4e7664(0x213)],'subUnitId':_0x31c4b0[_0x4e7664(0x13f)]['subUnitId'],'ranges':_0x4803bf}};_0x1fd2f1[_0x4e7664(0x1aa)](_0x8324e,_0x8d46ad);}return{'m1Prime':_0x1fd2f1,'m2Prime':_0x8d46ad};}},_0xc07a0f={'m1':_0x512b01['RemoveRowMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e9)]['id'],'handler'(_0x4640d9,_0x51f02a){const _0x4fca3c=_0x537ed3,_0x2d3e2c={'m1Prime':_0x4640d9,'m2Prime':_0x51f02a};if(_0x4640d9[_0x4fca3c(0x13f)][_0x4fca3c(0x213)]!==_0x51f02a[_0x4fca3c(0x13f)][_0x4fca3c(0x213)]||_0x4640d9[_0x4fca3c(0x13f)][_0x4fca3c(0x240)]!==_0x51f02a[_0x4fca3c(0x13f)][_0x4fca3c(0x240)])return _0x2d3e2c;const _0x4742f8=[_0x1c277e[_0x4fca3c(0x2a5)][_0x4fca3c(0x1d1)](_0x4640d9)],_0x323eb0=_0x1c277e['Tools'][_0x4fca3c(0x1d1)](_0x51f02a),_0xf9986d=new _0x1c277e[(_0x4fca3c(0x2f6))](_0x323eb0['params'][_0x4fca3c(0x1d3)]),_0x5cdd1d=_0xf9986d['getDataRange'](),_0x2328b2=_0x4640d9[_0x4fca3c(0x13f)][_0x4fca3c(0x218)],_0x471ac0=_0x2328b2['endRow']-_0x2328b2[_0x4fca3c(0x224)]+0x1;if(_0x323eb0[_0x4fca3c(0x13f)][_0x4fca3c(0x1d3)]&&_0x2328b2[_0x4fca3c(0x2ec)]<_0x5cdd1d[_0x4fca3c(0x224)])_0xd97906(_0x323eb0[_0x4fca3c(0x13f)][_0x4fca3c(0x1d3)],_0x5cdd1d[_0x4fca3c(0x224)],_0x5cdd1d[_0x4fca3c(0x2ec)]-_0x5cdd1d['startRow']+0x1,-_0x471ac0);else{if(_0x2328b2[_0x4fca3c(0x224)]<=_0x5cdd1d[_0x4fca3c(0x2ec)])return{'error':new Error(_0x4fca3c(0x18b))};}const _0x4a8f93=new _0x1c277e[(_0x4fca3c(0x2f6))]();let _0x7e0aa0=!0x1,_0x572ad9=!0x1;if(_0xf9986d['forValue']((_0x1592e2,_0x45817a,_0x52168a)=>{const _0x363821=_0x4fca3c;if(_0x52168a&&_0x52168a['f']){const _0x158706=_0x52168a['f'];let _0xe06bae=!0x1;const _0x59d53f=_0x35e413(_0x4640d9[_0x363821(0x13f)][_0x363821(0x213)],_0x4640d9[_0x363821(0x13f)]['subUnitId'],_0x158706,_0x350b76=>{const _0x1151a9=_0x363821,_0x31e381=_0x512b01[_0x1151a9(0x295)](_0x26d1dd(_0x512b01[_0x1151a9(0x146)](_0x4640d9[_0x1151a9(0x13f)][_0x1151a9(0x218)])),_0x26d1dd(_0x512b01[_0x1151a9(0x146)](_0x350b76)));return _0x31e381===null?(_0x7e0aa0=!0x0,_0x350b76):((_0x31e381[_0x1151a9(0x2d6)]!==0x0||_0x31e381[_0x1151a9(0xfe)]!==0x0)&&(_0xe06bae=!0x0,_0x350b76[_0x1151a9(0x224)]+=_0x31e381['step'],_0x350b76[_0x1151a9(0x2ec)]+=_0x31e381[_0x1151a9(0x2d6)]+_0x31e381[_0x1151a9(0xfe)]),_0x350b76);});_0xe06bae&&(_0x572ad9=!0x0,_0x52168a['f']=_0x59d53f,_0x4a8f93[_0x363821(0x29f)](_0x1592e2,_0x45817a,{..._0x52168a}));}}),_0x7e0aa0)return{'error':new Error(_0x4fca3c(0x26e))};if(_0x572ad9){const _0x48a677={'id':_0x512b01[_0x4fca3c(0x2e9)]['id'],'params':{'unitId':_0x51f02a[_0x4fca3c(0x13f)][_0x4fca3c(0x213)],'subUnitId':_0x51f02a[_0x4fca3c(0x13f)][_0x4fca3c(0x240)],'cellValue':_0x4a8f93[_0x4fca3c(0x2ce)]()}};_0x4742f8[_0x4fca3c(0x1aa)](_0x48a677);}return{'m1Prime':_0x4742f8,'m2Prime':_0x323eb0};}},_0x299a2b={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0xe3)]['id'],'handler'(_0x47b349,_0x1474a4){const _0x507d04=_0x537ed3,_0x96933c={'m1Prime':_0x47b349,'m2Prime':_0x1474a4};if(_0x47b349[_0x507d04(0x13f)][_0x507d04(0x213)]!==_0x1474a4[_0x507d04(0x13f)][_0x507d04(0x213)]||_0x47b349['params']['subUnitId']!==_0x1474a4[_0x507d04(0x13f)][_0x507d04(0x240)])return _0x96933c;const _0x3a3878=_0x1c277e['Tools'][_0x507d04(0x1d1)](_0x47b349),_0x22e837=_0x1c277e['Tools'][_0x507d04(0x1d1)](_0x1474a4),{rowData:_0x2a725b}=_0x22e837[_0x507d04(0x13f)];return _0x1c277e[_0x507d04(0x13a)](_0x47b349[_0x507d04(0x13f)][_0x507d04(0x218)][_0x507d04(0x224)],_0x47b349[_0x507d04(0x13f)][_0x507d04(0x218)]['endRow']-_0x47b349[_0x507d04(0x13f)]['range']['startRow']+0x1,_0x2a725b),{'m1Prime':_0x3a3878,'m2Prime':_0x22e837};}},_0x18f070={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x149)]['id'],'handler'(_0x52fadf,_0x995e51){const _0x336f06=_0x537ed3,_0x2571e1={'m1Prime':_0x52fadf,'m2Prime':_0x995e51};if(_0x52fadf[_0x336f06(0x13f)]['unitId']!==_0x995e51[_0x336f06(0x13f)][_0x336f06(0x213)]||_0x52fadf[_0x336f06(0x13f)][_0x336f06(0x240)]!==_0x995e51['params']['subUnitId'])return _0x2571e1;const _0x5caab1=_0x1c277e[_0x336f06(0x2a5)][_0x336f06(0x1d1)](_0x52fadf),_0x370da1=_0x1c277e[_0x336f06(0x2a5)][_0x336f06(0x1d1)](_0x995e51),{ranges:_0x2f991a}=_0x370da1['params'];return _0x2f991a[_0x336f06(0x22e)](_0x365648=>{const _0x11933a=_0x336f06,_0x1238b0=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x512b01['rotateRange'](_0x52fadf[_0x11933a(0x13f)][_0x11933a(0x218)])),_0x26d1dd(_0x512b01[_0x11933a(0x146)](_0x365648)));_0x1238b0==null?_0x370da1['id']=_0x512b01[_0x11933a(0x24f)]['id']:(_0x365648[_0x11933a(0x224)]+=_0x1238b0[_0x11933a(0x2d6)],_0x365648[_0x11933a(0x2ec)]+=_0x1238b0['step']+_0x1238b0[_0x11933a(0xfe)]);}),{'m1Prime':_0x5caab1,'m2Prime':_0x370da1};}},_0x498d19={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0xf7)]['id'],'handler'(_0x4f2c6b,_0x1ed224){const _0x4a1fe1=_0x537ed3,_0x1429d7={'m1Prime':_0x4f2c6b,'m2Prime':_0x1ed224};if(_0x4f2c6b['params'][_0x4a1fe1(0x213)]!==_0x1ed224[_0x4a1fe1(0x13f)][_0x4a1fe1(0x213)]||_0x4f2c6b[_0x4a1fe1(0x13f)]['subUnitId']!==_0x1ed224[_0x4a1fe1(0x13f)][_0x4a1fe1(0x240)])return _0x1429d7;const _0x528b9c=_0x1c277e[_0x4a1fe1(0x2a5)][_0x4a1fe1(0x1d1)](_0x4f2c6b),_0x30d84d=_0x1c277e[_0x4a1fe1(0x2a5)][_0x4a1fe1(0x1d1)](_0x1ed224),{ranges:_0x3f63d6}=_0x30d84d[_0x4a1fe1(0x13f)];return _0x3f63d6[_0x4a1fe1(0x22e)](_0xe29ea2=>{const _0x1fdcf0=_0x4a1fe1,_0x2309ed=_0x512b01[_0x1fdcf0(0x295)](_0x26d1dd(_0x512b01[_0x1fdcf0(0x146)](_0x4f2c6b['params']['range'])),_0x26d1dd(_0x512b01[_0x1fdcf0(0x146)](_0xe29ea2)));_0x2309ed==null?_0x30d84d['id']=_0x512b01[_0x1fdcf0(0x24f)]['id']:(_0xe29ea2[_0x1fdcf0(0x224)]+=_0x2309ed[_0x1fdcf0(0x2d6)],_0xe29ea2['endRow']+=_0x2309ed['step']+_0x2309ed[_0x1fdcf0(0xfe)]);}),{'m1Prime':_0x528b9c,'m2Prime':_0x30d84d};}},_0x45350e={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x233)]['id'],'handler'(_0x44b1e3,_0x33bbab){const _0x10acd0=_0x537ed3,_0x7781cd={'m1Prime':[],'m2Prime':[]};if(_0x44b1e3[_0x10acd0(0x13f)][_0x10acd0(0x213)]!==_0x33bbab[_0x10acd0(0x13f)][_0x10acd0(0x213)]||_0x44b1e3[_0x10acd0(0x13f)][_0x10acd0(0x240)]!==_0x33bbab[_0x10acd0(0x13f)][_0x10acd0(0x240)])return _0x7781cd;const _0x29e0e6=_0x1c277e[_0x10acd0(0x2a5)][_0x10acd0(0x1d1)](_0x33bbab);let _0x561d82=!0x1;return _0x29e0e6[_0x10acd0(0x13f)][_0x10acd0(0x212)]['forEach'](_0x5a8b9d=>{const _0x28e938=_0x10acd0,{range:_0x5c2e3f,primary:_0x396221}=_0x5a8b9d,_0x16fae7=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x512b01[_0x28e938(0x146)](_0x44b1e3[_0x28e938(0x13f)][_0x28e938(0x218)])),_0x26d1dd(_0x512b01['rotateRange'](_0x5c2e3f)));if(_0x16fae7!=null&&(_0x16fae7[_0x28e938(0xfe)]||_0x16fae7[_0x28e938(0x2d6)])){if(_0x5c2e3f[_0x28e938(0x224)]+=_0x16fae7[_0x28e938(0x2d6)],_0x5c2e3f['endRow']+=_0x16fae7['step']+(_0x16fae7[_0x28e938(0xfe)]||0x0),_0x396221){const _0x169aec=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x512b01[_0x28e938(0x146)](_0x44b1e3[_0x28e938(0x13f)][_0x28e938(0x218)])),_0x26d1dd(_0x512b01[_0x28e938(0x146)](_0x396221)));if(_0x169aec==null){_0x396221[_0x28e938(0x224)]=_0x5c2e3f[_0x28e938(0x224)],_0x396221['endRow']=_0x5c2e3f[_0x28e938(0x224)],_0x396221[_0x28e938(0x169)]=_0x5c2e3f[_0x28e938(0x224)];return;}(_0x169aec['length']||_0x169aec[_0x28e938(0x2d6)])&&(_0x396221[_0x28e938(0x224)]+=_0x169aec[_0x28e938(0x2d6)],_0x396221[_0x28e938(0x2ec)]+=_0x169aec['step'],_0x396221[_0x28e938(0x169)]+=_0x169aec['step']);}_0x561d82=!0x0;}}),_0x561d82&&_0x7781cd[_0x10acd0(0x11c)][_0x10acd0(0x1aa)](_0x29e0e6),_0x7781cd;}},_0x4640df={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x472535[_0x537ed3(0x20c)]['id'],'handler'(_0x4b530a,_0x56c022){const _0x5dc969=_0x537ed3,_0x55aa23={'m1Prime':[_0x4b530a],'m2Prime':[_0x56c022]};if(_0x4b530a[_0x5dc969(0x13f)][_0x5dc969(0x213)]!==_0x56c022[_0x5dc969(0x13f)]['unitId']||_0x4b530a[_0x5dc969(0x13f)]['subUnitId']!==_0x56c022[_0x5dc969(0x13f)][_0x5dc969(0x240)])return _0x55aa23;const _0xccbae0=_0x1c277e[_0x5dc969(0x2a5)][_0x5dc969(0x1d1)](_0x4b530a),_0x3496c2=_0x1c277e['Tools'][_0x5dc969(0x1d1)](_0x56c022),_0xbc48b1=_0xcdf06b({'start':_0x4b530a[_0x5dc969(0x13f)][_0x5dc969(0x218)][_0x5dc969(0x224)],'end':_0x4b530a['params'][_0x5dc969(0x218)][_0x5dc969(0x2ec)]},{'start':_0x56c022[_0x5dc969(0x13f)][_0x5dc969(0x218)][_0x5dc969(0x224)],'end':_0x56c022[_0x5dc969(0x13f)][_0x5dc969(0x218)][_0x5dc969(0x2ec)]});return _0xbc48b1===null?{'m1Prime':[_0xccbae0,{'id':_0x472535[_0x5dc969(0x2fd)]['id'],'params':{'unitId':_0x56c022[_0x5dc969(0x13f)][_0x5dc969(0x213)],'subUnitId':_0x56c022['params'][_0x5dc969(0x213)]}}],'m2Prime':[]}:(_0x3496c2[_0x5dc969(0x13f)][_0x5dc969(0x218)][_0x5dc969(0x224)]=_0xbc48b1['start'],_0x3496c2['params'][_0x5dc969(0x218)][_0x5dc969(0x2ec)]=_0xbc48b1[_0x5dc969(0x2ff)],{'m1Prime':[_0x3496c2,_0xccbae0],'m2Prime':[_0x3496c2]});}},_0x57767f={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x191)]['id'],'handler'(_0x50f183,_0x225acc){const _0x11293c=_0x537ed3,_0x51c8fd={'m1Prime':_0x50f183,'m2Prime':_0x225acc};if(_0x50f183[_0x11293c(0x13f)][_0x11293c(0x213)]!==_0x225acc['params'][_0x11293c(0x213)]||_0x50f183[_0x11293c(0x13f)][_0x11293c(0x240)]!==_0x225acc[_0x11293c(0x13f)]['subUnitId'])return _0x51c8fd;const _0x397b3b=_0x1c277e[_0x11293c(0x2a5)][_0x11293c(0x1d1)](_0x50f183),_0x5615a4=_0x1c277e[_0x11293c(0x2a5)]['deepClone'](_0x225acc),{rowsAutoHeightInfo:_0x471e04}=_0x5615a4[_0x11293c(0x13f)];for(let _0x3ac7ac=_0x471e04[_0x11293c(0xfe)]-0x1;_0x3ac7ac>=0x0;_0x3ac7ac--){const _0x474802=_0x471e04[_0x3ac7ac],_0x1b884d={'startRow':_0x474802[_0x11293c(0x148)],'endRow':_0x474802[_0x11293c(0x148)],'startColumn':0x0,'endColumn':0x0},_0x2d3c4f=_0x512b01[_0x11293c(0x295)](_0x26d1dd(_0x512b01[_0x11293c(0x146)](_0x50f183[_0x11293c(0x13f)][_0x11293c(0x218)])),_0x512b01[_0x11293c(0x146)](_0x1b884d));_0x2d3c4f==null?_0x471e04[_0x11293c(0x21e)](_0x3ac7ac,0x1):_0x474802['row']+=_0x2d3c4f[_0x11293c(0x2d6)];}return{'m1Prime':_0x397b3b,'m2Prime':_0x5615a4};}},_0x59ea9f={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x10f)]['id'],'handler'(_0x4865f6,_0x1b74a0){const _0x5ae7be=_0x537ed3,_0x2b766e={'m1Prime':_0x4865f6,'m2Prime':_0x1b74a0};if(_0x4865f6[_0x5ae7be(0x13f)][_0x5ae7be(0x213)]!==_0x1b74a0[_0x5ae7be(0x13f)][_0x5ae7be(0x213)]||_0x4865f6['params'][_0x5ae7be(0x240)]!==_0x1b74a0['params'][_0x5ae7be(0x240)])return _0x2b766e;const _0x214366=_0x1c277e['Tools'][_0x5ae7be(0x1d1)](_0x4865f6),_0x4c5add=_0x1c277e[_0x5ae7be(0x2a5)][_0x5ae7be(0x1d1)](_0x1b74a0),{ranges:_0x3af188,rowHeight:_0x8e657b}=_0x4c5add['params'];return _0x3af188['forEach'](_0x2f31fe=>{const _0x16d400=_0x5ae7be,_0xbe5a17=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x512b01[_0x16d400(0x146)](_0x4865f6[_0x16d400(0x13f)][_0x16d400(0x218)])),_0x512b01['rotateRange'](_0x2f31fe));_0xbe5a17==null?_0x4c5add['id']=_0x512b01[_0x16d400(0x24f)]['id']:(_0x2f31fe[_0x16d400(0x224)]+=_0xbe5a17['step'],_0x2f31fe['endRow']+=_0xbe5a17['step']+_0xbe5a17[_0x16d400(0xfe)]);}),typeof _0x8e657b!=_0x5ae7be(0x24e)&&_0x1c277e[_0x5ae7be(0x13a)](_0x4865f6[_0x5ae7be(0x13f)][_0x5ae7be(0x218)][_0x5ae7be(0x224)],_0x4865f6[_0x5ae7be(0x13f)][_0x5ae7be(0x218)][_0x5ae7be(0x2ec)]-_0x4865f6[_0x5ae7be(0x13f)][_0x5ae7be(0x218)]['startRow']+0x1,_0x8e657b),{'m1Prime':_0x214366,'m2Prime':_0x4c5add};}},_0x589873={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x27f)]['id'],'handler'(_0x4de3c3,_0x163ab1){const _0x47307d=_0x537ed3,_0x18c38f={'m1Prime':_0x4de3c3,'m2Prime':_0x163ab1};if(_0x4de3c3[_0x47307d(0x13f)][_0x47307d(0x213)]!==_0x163ab1[_0x47307d(0x13f)]['unitId']||_0x4de3c3[_0x47307d(0x13f)][_0x47307d(0x240)]!==_0x163ab1['params'][_0x47307d(0x240)])return _0x18c38f;const _0x27d88b=_0x1c277e[_0x47307d(0x2a5)][_0x47307d(0x1d1)](_0x4de3c3),_0x17d3ad=_0x1c277e[_0x47307d(0x2a5)]['deepClone'](_0x163ab1),{ranges:_0x2f7218,autoHeightInfo:_0x1516d3}=_0x17d3ad['params'];return _0x2f7218[_0x47307d(0x22e)](_0x5c51aa=>{const _0x1004d6=_0x47307d,_0x35267f=_0x512b01[_0x1004d6(0x295)](_0x26d1dd(_0x512b01['rotateRange'](_0x4de3c3[_0x1004d6(0x13f)][_0x1004d6(0x218)])),_0x512b01[_0x1004d6(0x146)](_0x5c51aa));_0x35267f==null?_0x17d3ad['id']=_0x512b01[_0x1004d6(0x24f)]['id']:(_0x5c51aa[_0x1004d6(0x224)]+=_0x35267f[_0x1004d6(0x2d6)],_0x5c51aa[_0x1004d6(0x2ec)]+=_0x35267f['step']+_0x35267f[_0x1004d6(0xfe)]);}),typeof _0x1516d3!=_0x47307d(0x24e)&&_0x1c277e['spliceArray'](_0x4de3c3[_0x47307d(0x13f)][_0x47307d(0x218)][_0x47307d(0x224)],_0x4de3c3[_0x47307d(0x13f)][_0x47307d(0x218)][_0x47307d(0x2ec)]-_0x4de3c3[_0x47307d(0x13f)][_0x47307d(0x218)][_0x47307d(0x224)]+0x1,_0x1516d3),{'m1Prime':_0x27d88b,'m2Prime':_0x17d3ad};}},_0x10a95c={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x151b41[_0x537ed3(0x28f)]['id'],'handler':(_0x4fbf51,_0x3189b3)=>{const _0x57e3ae=_0x537ed3,_0x245576={'m1Prime':_0x4fbf51,'m2Prime':_0x3189b3};if(_0x4fbf51['params']['unitId']!==_0x3189b3[_0x57e3ae(0x13f)][_0x57e3ae(0x213)]||_0x4fbf51[_0x57e3ae(0x13f)]['subUnitId']!==_0x3189b3['params'][_0x57e3ae(0x240)])return _0x245576;const _0x686fe7={'id':_0x512b01[_0x57e3ae(0x245)]['id'],'params':{'unitId':_0x4fbf51[_0x57e3ae(0x13f)][_0x57e3ae(0x213)],'subUnitId':_0x4fbf51[_0x57e3ae(0x13f)][_0x57e3ae(0x240)],'range':_0x4fbf51[_0x57e3ae(0x13f)]['range']}},_0x3737a8=_0x5b9671(_0x3189b3,_0x686fe7);return{'m1Prime':[_0x4fbf51,..._0x3737a8],'m2Prime':[_0x3189b3,..._0x3737a8]};}},_0x4b5171={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0xb4aa9d,_0x48e79d)=>{const _0x18f0c0=_0x537ed3,_0x3b7637={'m1Prime':_0xb4aa9d,'m2Prime':_0x48e79d};if(_0xb4aa9d['params'][_0x18f0c0(0x213)]!==_0x48e79d[_0x18f0c0(0x13f)][_0x18f0c0(0x213)]||_0x48e79d['params']['subUnitId']!==_0xb4aa9d['params'][_0x18f0c0(0x240)])return _0x3b7637;const _0x1d912b={'id':_0x512b01[_0x18f0c0(0x245)]['id'],'params':{'range':_0xb4aa9d[_0x18f0c0(0x13f)][_0x18f0c0(0x218)]}},_0x1cacfc=_0x562205(_0x48e79d,_0x1d912b);return{'m1Prime':[_0xb4aa9d,..._0x1cacfc],'m2Prime':[_0x48e79d,..._0x1cacfc]};}},_0x58af0b={'m1':_0x512b01['RemoveWorksheetMergeMutation']['id'],'m2':_0x512b01['AddWorksheetMergeMutation']['id'],'handler'(_0x4d2c8b,_0x1d47ab){const _0x1a5411=_0x537ed3,_0x52497e=_0x1c277e[_0x1a5411(0x2a5)]['deepClone'](_0x4d2c8b),_0x259b51=_0x1c277e[_0x1a5411(0x2a5)][_0x1a5411(0x1d1)](_0x1d47ab);if(_0x4d2c8b[_0x1a5411(0x13f)]['unitId']!==_0x1d47ab[_0x1a5411(0x13f)][_0x1a5411(0x213)]||_0x4d2c8b[_0x1a5411(0x13f)][_0x1a5411(0x240)]!==_0x1d47ab[_0x1a5411(0x13f)]['subUnitId'])return{'m1Prime':_0x52497e,'m2Prime':_0x259b51};for(let _0x394b13=0x0;_0x394b13<_0x52497e['params'][_0x1a5411(0x23f)][_0x1a5411(0xfe)];_0x394b13++){let _0x7a02df=!0x1;for(let _0x1ac7aa=0x0;_0x1ac7aa<_0x259b51[_0x1a5411(0x13f)][_0x1a5411(0x23f)][_0x1a5411(0xfe)];_0x1ac7aa++){const _0x2354cc=_0x52497e['params']['ranges'][_0x394b13],_0x28285c=_0x259b51[_0x1a5411(0x13f)]['ranges'][_0x1ac7aa];if(_0x1c277e[_0x1a5411(0x138)][_0x1a5411(0x2a0)](_0x2354cc,_0x28285c)){_0x7a02df=!0x0;break;}}_0x7a02df&&(_0x52497e[_0x1a5411(0x13f)][_0x1a5411(0x23f)]['splice'](_0x394b13,0x1),_0x394b13--);}return _0x52497e[_0x1a5411(0x13f)][_0x1a5411(0x23f)]['length']===0x0&&(_0x52497e['id']=_0x512b01[_0x1a5411(0x24f)]['id']),{'m1Prime':_0x52497e,'m2Prime':_0x259b51};}},_0x4ee682={'m1':_0x512b01['RemoveWorksheetMergeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e7)]['id'],'handler'(_0x28873b,_0x466537){const _0x1c4927=_0x537ed3,_0x27e740=_0x1c277e[_0x1c4927(0x2a5)][_0x1c4927(0x1d1)](_0x28873b),_0x3e4f24=_0x1c277e[_0x1c4927(0x2a5)][_0x1c4927(0x1d1)](_0x466537);if(_0x28873b['params'][_0x1c4927(0x213)]!==_0x466537[_0x1c4927(0x13f)]['unitId']||_0x28873b[_0x1c4927(0x13f)]['subUnitId']!==_0x466537[_0x1c4927(0x13f)][_0x1c4927(0x240)])return{'m1Prime':_0x27e740,'m2Prime':_0x3e4f24};const _0x5dd9e7=_0x27e740[_0x1c4927(0x13f)][_0x1c4927(0x23f)][_0x1c4927(0x1ed)](_0x16d2fe=>{const _0x5668f8=_0x1c4927,_0x1d5a99=_0x3e4f24['params'][_0x5668f8(0x218)],_0xd25212=_0x1d5a99[_0x5668f8(0x22a)]-_0x1d5a99[_0x5668f8(0x207)]+0x1;return _0x1d5a99[_0x5668f8(0x207)]<=_0x16d2fe[_0x5668f8(0x207)]?{..._0x16d2fe,'startColumn':_0x16d2fe[_0x5668f8(0x207)]+_0xd25212,'endColumn':_0x16d2fe[_0x5668f8(0x22a)]+_0xd25212}:_0x1d5a99['startColumn']>_0x16d2fe[_0x5668f8(0x207)]&&_0x1d5a99[_0x5668f8(0x207)]<=_0x16d2fe[_0x5668f8(0x22a)]?{..._0x16d2fe,'endColumn':_0x16d2fe[_0x5668f8(0x22a)]+_0xd25212}:{..._0x16d2fe};});return _0x27e740[_0x1c4927(0x13f)]['ranges']=_0x5dd9e7,{'m1Prime':_0x27e740,'m2Prime':_0x3e4f24};}},_0x309f30={'m1':_0x512b01[_0x537ed3(0x21c)]['id'],'m2':_0x512b01[_0x537ed3(0x166)]['id'],'handler'(_0x19c34c,_0x23ab0d){const _0x3fda32=_0x537ed3,_0x3e684b=_0x1c277e['Tools'][_0x3fda32(0x1d1)](_0x19c34c),_0x46b9c8=_0x1c277e[_0x3fda32(0x2a5)][_0x3fda32(0x1d1)](_0x23ab0d);if(_0x19c34c[_0x3fda32(0x13f)]['unitId']!==_0x23ab0d[_0x3fda32(0x13f)]['unitId']||_0x19c34c[_0x3fda32(0x13f)][_0x3fda32(0x240)]!==_0x23ab0d[_0x3fda32(0x13f)][_0x3fda32(0x240)])return{'m1Prime':_0x3e684b,'m2Prime':_0x46b9c8};const _0x1587cf=_0x3e684b[_0x3fda32(0x13f)]['ranges']['map'](_0xc66ac4=>{const _0x5df71d=_0x3fda32,_0x146cf7=_0x46b9c8[_0x5df71d(0x13f)][_0x5df71d(0x218)],_0x2eb632=_0x146cf7[_0x5df71d(0x2ec)]-_0x146cf7['startRow']+0x1;return _0x146cf7['startRow']<=_0xc66ac4['startRow']?{..._0xc66ac4,'startRow':_0xc66ac4['startRow']+_0x2eb632,'endRow':_0xc66ac4[_0x5df71d(0x2ec)]+_0x2eb632}:_0x146cf7['startRow']>_0xc66ac4[_0x5df71d(0x224)]&&_0x146cf7['startRow']<=_0xc66ac4[_0x5df71d(0x2ec)]?{..._0xc66ac4,'endRow':_0xc66ac4[_0x5df71d(0x2ec)]+_0x2eb632}:{..._0xc66ac4};});return _0x3e684b[_0x3fda32(0x13f)][_0x3fda32(0x23f)]=_0x1587cf,{'m1Prime':_0x3e684b,'m2Prime':_0x46b9c8};}},_0x5cb384={'m1':_0x512b01['RemoveWorksheetMergeMutation']['id'],'m2':_0x512b01['MoveColsMutation']['id'],'handler'(_0x125fbd,_0x120436){const _0x5c3c91=_0x537ed3,_0x433568=_0x1c277e[_0x5c3c91(0x2a5)][_0x5c3c91(0x1d1)](_0x125fbd),_0x43b6cf=_0x1c277e[_0x5c3c91(0x2a5)]['deepClone'](_0x120436);if(_0x125fbd[_0x5c3c91(0x13f)][_0x5c3c91(0x213)]!==_0x120436[_0x5c3c91(0x13f)]['unitId']||_0x125fbd[_0x5c3c91(0x13f)]['subUnitId']!==_0x120436['params'][_0x5c3c91(0x240)])return{'m1Prime':_0x433568,'m2Prime':_0x43b6cf};const _0x635f22=_0x433568[_0x5c3c91(0x13f)][_0x5c3c91(0x23f)][_0x5c3c91(0x2e0)]((_0x2f786c,_0x155674)=>{const _0xc6dec3=_0x5c3c91,{sourceRange:_0xdc9403,targetRange:_0x2c0db2}=_0x120436[_0xc6dec3(0x13f)],_0x2d2fde={..._0x155674};return _0xdc9403[_0xc6dec3(0x22a)]<_0x2d2fde[_0xc6dec3(0x207)]&&_0x2c0db2[_0xc6dec3(0x207)]>_0x2d2fde[_0xc6dec3(0x22a)]?(_0x2d2fde[_0xc6dec3(0x207)]-=_0xdc9403['endColumn']-_0xdc9403[_0xc6dec3(0x207)]+0x1,_0x2d2fde['endColumn']-=_0xdc9403[_0xc6dec3(0x22a)]-_0xdc9403[_0xc6dec3(0x207)]+0x1,_0x1dd703(_0x2d2fde)&&_0x2f786c[_0xc6dec3(0x1aa)](_0x2d2fde)):_0xdc9403[_0xc6dec3(0x207)]>_0x2d2fde[_0xc6dec3(0x22a)]&&_0x2c0db2[_0xc6dec3(0x22a)]<_0x2d2fde[_0xc6dec3(0x207)]?(_0x2d2fde[_0xc6dec3(0x207)]+=_0xdc9403[_0xc6dec3(0x22a)]-_0xdc9403['startColumn']+0x1,_0x2d2fde[_0xc6dec3(0x22a)]+=_0xdc9403[_0xc6dec3(0x22a)]-_0xdc9403[_0xc6dec3(0x207)]+0x1,_0x1dd703(_0x2d2fde)&&_0x2f786c[_0xc6dec3(0x1aa)](_0x2d2fde)):_0x1c277e['Rectangle'][_0xc6dec3(0x2a0)](_0x2d2fde,_0xdc9403)||_0x1c277e[_0xc6dec3(0x138)][_0xc6dec3(0x2a0)](_0x2d2fde,_0x2c0db2)||_0x2f786c[_0xc6dec3(0x1aa)](_0x2d2fde),_0x2f786c;},[]);return _0x433568[_0x5c3c91(0x13f)]['ranges']=_0x635f22,_0x433568['params']['ranges'][_0x5c3c91(0xfe)]===0x0&&(_0x433568['id']=_0x512b01[_0x5c3c91(0x24f)]['id']),{'m1Prime':_0x433568,'m2Prime':_0x43b6cf};}},_0x3f8959={'m1':_0x512b01[_0x537ed3(0x21c)]['id'],'m2':_0x512b01[_0x537ed3(0x228)]['id'],'handler'(_0x555ec3,_0x599939){const _0x526a58=_0x537ed3,_0xcd0263=_0x1c277e['Tools'][_0x526a58(0x1d1)](_0x555ec3),_0x2fb5bd=_0x1c277e[_0x526a58(0x2a5)][_0x526a58(0x1d1)](_0x599939);if(_0x555ec3[_0x526a58(0x13f)][_0x526a58(0x213)]!==_0x599939[_0x526a58(0x13f)][_0x526a58(0x213)]||_0x555ec3['params']['subUnitId']!==_0x599939[_0x526a58(0x13f)]['subUnitId'])return{'m1Prime':_0xcd0263,'m2Prime':_0x2fb5bd};const _0x475658=_0xcd0263['params'][_0x526a58(0x23f)]['reduce']((_0xd184fc,_0x43cb79)=>{const _0x8ef9f4=_0x526a58,{sourceRange:_0x4f4f5d,targetRange:_0x448611}=_0x599939[_0x8ef9f4(0x13f)],_0x1c022e={..._0x43cb79};return _0x4f4f5d[_0x8ef9f4(0x2ec)]<_0x1c022e['startRow']&&_0x448611['startRow']>_0x1c022e[_0x8ef9f4(0x2ec)]?(_0x1c022e['startRow']-=_0x4f4f5d[_0x8ef9f4(0x2ec)]-_0x4f4f5d[_0x8ef9f4(0x224)]+0x1,_0x1c022e[_0x8ef9f4(0x2ec)]-=_0x4f4f5d[_0x8ef9f4(0x2ec)]-_0x4f4f5d[_0x8ef9f4(0x224)]+0x1,_0x1dd703(_0x1c022e)&&_0xd184fc[_0x8ef9f4(0x1aa)](_0x1c022e)):_0x4f4f5d[_0x8ef9f4(0x224)]>_0x1c022e[_0x8ef9f4(0x2ec)]&&_0x448611[_0x8ef9f4(0x2ec)]<_0x1c022e['startRow']?(_0x1c022e[_0x8ef9f4(0x224)]+=_0x4f4f5d[_0x8ef9f4(0x2ec)]-_0x4f4f5d['startRow']+0x1,_0x1c022e[_0x8ef9f4(0x2ec)]+=_0x4f4f5d[_0x8ef9f4(0x2ec)]-_0x4f4f5d[_0x8ef9f4(0x224)]+0x1,_0x1dd703(_0x1c022e)&&_0xd184fc[_0x8ef9f4(0x1aa)](_0x1c022e)):_0x1c277e[_0x8ef9f4(0x138)][_0x8ef9f4(0x2a0)](_0x1c022e,_0x4f4f5d)||_0x1c277e[_0x8ef9f4(0x138)]['intersects'](_0x1c022e,_0x448611)||_0xd184fc[_0x8ef9f4(0x1aa)](_0x1c022e),_0xd184fc;},[]);return _0xcd0263['params']['ranges']=_0x475658,_0xcd0263['params'][_0x526a58(0x23f)]['length']===0x0&&(_0xcd0263['id']=_0x512b01[_0x526a58(0x24f)]['id']),{'m1Prime':_0xcd0263,'m2Prime':_0x2fb5bd};}},_0xa9f444={'m1':_0x512b01[_0x537ed3(0x21c)]['id'],'m2':_0x512b01['RemoveColMutation']['id'],'handler'(_0x18fc34,_0x4d648f){const _0x1d32f6=_0x537ed3,_0xc54a4d=_0x1c277e['Tools'][_0x1d32f6(0x1d1)](_0x18fc34),_0x3afbc4=_0x1c277e['Tools'][_0x1d32f6(0x1d1)](_0x4d648f);if(_0x18fc34[_0x1d32f6(0x13f)][_0x1d32f6(0x213)]!==_0x4d648f['params'][_0x1d32f6(0x213)]||_0x18fc34[_0x1d32f6(0x13f)][_0x1d32f6(0x240)]!==_0x4d648f['params'][_0x1d32f6(0x240)])return{'m1Prime':_0xc54a4d,'m2Prime':_0x3afbc4};const _0x452539=_0xc54a4d['params'][_0x1d32f6(0x23f)][_0x1d32f6(0x2e0)]((_0xcd857c,_0x229974)=>{const _0x4e4876=_0x1d32f6,_0x48fcbc=_0x3afbc4[_0x4e4876(0x13f)][_0x4e4876(0x218)],_0x3bebf7=_0x48fcbc[_0x4e4876(0x22a)]-_0x48fcbc[_0x4e4876(0x207)]+0x1;let _0x29e770={..._0x229974};return _0x48fcbc['startColumn']>_0x229974[_0x4e4876(0x22a)]?_0x29e770={..._0x229974}:_0x48fcbc['startColumn']>=_0x229974['startColumn']&&_0x48fcbc['startColumn']<=_0x229974[_0x4e4876(0x22a)]&&_0x48fcbc[_0x4e4876(0x22a)]>_0x229974[_0x4e4876(0x22a)]?(_0x29e770[_0x4e4876(0x22a)]=_0x48fcbc[_0x4e4876(0x207)]-0x1,_0x48fcbc[_0x4e4876(0x207)]===_0x229974[_0x4e4876(0x207)]&&(_0x29e770=null)):_0x48fcbc[_0x4e4876(0x207)]>_0x229974['startColumn']&&_0x48fcbc[_0x4e4876(0x22a)]<_0x229974['endColumn']?_0x29e770['endColumn']=_0x229974[_0x4e4876(0x22a)]-_0x3bebf7:_0x48fcbc[_0x4e4876(0x207)]<_0x229974['startColumn']&&_0x48fcbc[_0x4e4876(0x22a)]>=_0x229974[_0x4e4876(0x207)]&&_0x48fcbc[_0x4e4876(0x22a)]<=_0x229974[_0x4e4876(0x22a)]?(_0x29e770[_0x4e4876(0x207)]=_0x48fcbc[_0x4e4876(0x207)],_0x29e770[_0x4e4876(0x22a)]=_0x229974[_0x4e4876(0x22a)]-_0x3bebf7,_0x48fcbc['endColumn']===_0x229974['endColumn']&&(_0x29e770=null)):_0x48fcbc[_0x4e4876(0x207)]<=_0x229974[_0x4e4876(0x207)]&&_0x48fcbc[_0x4e4876(0x22a)]>=_0x229974['endColumn']?_0x29e770=null:_0x48fcbc[_0x4e4876(0x22a)]<_0x229974[_0x4e4876(0x207)]&&(_0x29e770[_0x4e4876(0x207)]=_0x229974[_0x4e4876(0x207)]-_0x3bebf7,_0x29e770[_0x4e4876(0x22a)]=_0x229974[_0x4e4876(0x22a)]-_0x3bebf7),_0x29e770&&!(_0x29e770[_0x4e4876(0x224)]===_0x29e770[_0x4e4876(0x2ec)]&&_0x29e770[_0x4e4876(0x207)]===_0x29e770[_0x4e4876(0x22a)])&&_0xcd857c['push'](_0x29e770),_0xcd857c;},[]);return _0xc54a4d[_0x1d32f6(0x13f)][_0x1d32f6(0x23f)]=_0x452539,_0xc54a4d[_0x1d32f6(0x13f)][_0x1d32f6(0x23f)]['length']===0x0&&(_0xc54a4d['id']=_0x512b01[_0x1d32f6(0x24f)]['id']),{'m1Prime':_0xc54a4d,'m2Prime':_0x3afbc4};}},_0x1f918d={'m1':_0x512b01[_0x537ed3(0x21c)]['id'],'m2':_0x512b01['RemoveRowMutation']['id'],'handler'(_0x311186,_0x2c763d){const _0x36d583=_0x537ed3,_0x49dd9c=_0x1c277e[_0x36d583(0x2a5)]['deepClone'](_0x311186),_0x349bb2=_0x1c277e[_0x36d583(0x2a5)]['deepClone'](_0x2c763d);if(_0x311186['params'][_0x36d583(0x213)]!==_0x2c763d[_0x36d583(0x13f)][_0x36d583(0x213)]||_0x311186[_0x36d583(0x13f)][_0x36d583(0x240)]!==_0x2c763d[_0x36d583(0x13f)][_0x36d583(0x240)])return{'m1Prime':_0x49dd9c,'m2Prime':_0x349bb2};const _0x379e48=_0x49dd9c[_0x36d583(0x13f)][_0x36d583(0x23f)][_0x36d583(0x2e0)]((_0x65c264,_0x75532)=>{const _0x3a1fb8=_0x36d583,_0x775464=_0x349bb2[_0x3a1fb8(0x13f)][_0x3a1fb8(0x218)],_0x473039=_0x775464[_0x3a1fb8(0x2ec)]-_0x775464[_0x3a1fb8(0x224)]+0x1;let _0x22f7dc={..._0x75532};return _0x775464[_0x3a1fb8(0x224)]>_0x75532[_0x3a1fb8(0x2ec)]?_0x22f7dc={..._0x75532}:_0x775464[_0x3a1fb8(0x224)]>=_0x75532['startRow']&&_0x775464[_0x3a1fb8(0x224)]<=_0x75532[_0x3a1fb8(0x2ec)]&&_0x775464[_0x3a1fb8(0x2ec)]>_0x75532[_0x3a1fb8(0x2ec)]?(_0x22f7dc[_0x3a1fb8(0x2ec)]=_0x775464[_0x3a1fb8(0x224)]-0x1,_0x775464[_0x3a1fb8(0x224)]===_0x75532[_0x3a1fb8(0x224)]&&(_0x22f7dc=null)):_0x775464['startRow']>_0x75532[_0x3a1fb8(0x224)]&&_0x775464['endRow']<_0x75532[_0x3a1fb8(0x2ec)]?_0x22f7dc[_0x3a1fb8(0x2ec)]=_0x75532[_0x3a1fb8(0x2ec)]-_0x473039:_0x775464[_0x3a1fb8(0x224)]<_0x75532['startRow']&&_0x775464['endRow']>=_0x75532['startRow']&&_0x775464[_0x3a1fb8(0x2ec)]<=_0x75532[_0x3a1fb8(0x2ec)]?(_0x22f7dc['startRow']=_0x775464[_0x3a1fb8(0x224)],_0x22f7dc[_0x3a1fb8(0x2ec)]=_0x75532[_0x3a1fb8(0x2ec)]-_0x473039,_0x775464[_0x3a1fb8(0x2ec)]===_0x75532[_0x3a1fb8(0x2ec)]&&(_0x22f7dc=null)):_0x775464[_0x3a1fb8(0x224)]<=_0x75532['startRow']&&_0x775464[_0x3a1fb8(0x2ec)]>=_0x75532['endRow']?_0x22f7dc=null:_0x775464['endRow']<_0x75532[_0x3a1fb8(0x224)]&&(_0x22f7dc[_0x3a1fb8(0x224)]=_0x75532[_0x3a1fb8(0x224)]-_0x473039,_0x22f7dc['endRow']=_0x75532[_0x3a1fb8(0x2ec)]-_0x473039),_0x22f7dc&&!(_0x22f7dc[_0x3a1fb8(0x224)]===_0x22f7dc[_0x3a1fb8(0x2ec)]&&_0x22f7dc[_0x3a1fb8(0x207)]===_0x22f7dc['endColumn'])&&_0x65c264[_0x3a1fb8(0x1aa)](_0x22f7dc),_0x65c264;},[]);return _0x49dd9c[_0x36d583(0x13f)][_0x36d583(0x23f)]=_0x379e48,_0x49dd9c[_0x36d583(0x13f)][_0x36d583(0x23f)][_0x36d583(0xfe)]===0x0&&(_0x49dd9c['id']=_0x512b01[_0x36d583(0x24f)]['id']),{'m1Prime':_0x49dd9c,'m2Prime':_0x349bb2};}},_0xff9fc4={'m1':_0x512b01['RemoveWorksheetMergeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x233)]['id'],'handler'(_0x335627,_0x1639cb){const _0x360e8f=_0x537ed3,_0x3d9e34={'m1Prime':[],'m2Prime':[]};if(_0x335627[_0x360e8f(0x13f)][_0x360e8f(0x213)]!==_0x1639cb[_0x360e8f(0x13f)][_0x360e8f(0x213)]||_0x335627[_0x360e8f(0x13f)][_0x360e8f(0x240)]!==_0x1639cb['params'][_0x360e8f(0x240)])return _0x3d9e34;const _0x42e707=_0x1c277e[_0x360e8f(0x2a5)][_0x360e8f(0x1d1)](_0x1639cb),_0x5049ab=_0x42e707[_0x360e8f(0x13f)]['selections'],_0xad7df8=_0x5049ab[_0x5049ab[_0x360e8f(0xfe)]-0x1][_0x360e8f(0x2f0)];return _0x335627['params'][_0x360e8f(0x23f)]['forEach'](_0x61b44b=>{const _0xcc17b5=_0x360e8f;_0xad7df8&&_0x1c277e[_0xcc17b5(0x138)][_0xcc17b5(0x2a0)](_0x61b44b,_0xad7df8)&&(_0xad7df8[_0xcc17b5(0x188)]=!0x1,_0xad7df8['isMergedMainCell']=!0x1,_0xad7df8[_0xcc17b5(0x224)]=_0x61b44b[_0xcc17b5(0x224)],_0xad7df8['startColumn']=_0x61b44b[_0xcc17b5(0x207)],_0xad7df8['endRow']=_0x61b44b['startRow'],_0xad7df8[_0xcc17b5(0x22a)]=_0x61b44b[_0xcc17b5(0x207)],_0xad7df8['actualColumn']=_0x61b44b['startColumn'],_0xad7df8[_0xcc17b5(0x169)]=_0x61b44b[_0xcc17b5(0x224)]);}),_0x3d9e34[_0x360e8f(0x11c)][_0x360e8f(0x1aa)](_0x42e707),_0x3d9e34;}},_0x595ac4=_0x1881f4=>{const _0x1c216f=_0x537ed3,{order:_0x4748a0}=_0x1881f4,_0xa722fb={};return Object[_0x1c216f(0x232)](_0x4748a0)[_0x1c216f(0x22e)](_0x53e3c4=>{_0xa722fb[_0x4748a0[Number(_0x53e3c4)]]=Number(_0x53e3c4);}),{..._0x1881f4,'order':_0xa722fb};},_0x3fa8eb=(_0x317d63,_0x532b4d)=>{const _0x62d7ea=_0x537ed3,_0x24c8e1={};return Array[_0x62d7ea(0x270)](new Set(Object[_0x62d7ea(0x232)](_0x317d63)['concat'](Object[_0x62d7ea(0x232)](_0x532b4d))['map'](Number)))[_0x62d7ea(0x22e)](_0x456ae4=>{let _0x2043b0;_0x456ae4 in _0x532b4d?(_0x2043b0=_0x532b4d[_0x456ae4],_0x2043b0 in _0x317d63&&(_0x2043b0=_0x317d63[_0x2043b0])):_0x2043b0=_0x317d63[_0x456ae4],_0x24c8e1[_0x456ae4]=_0x2043b0;}),_0x24c8e1;},_0x46deb9={'m1':_0x512b01['ReorderRangeMutation']['id'],'m2':_0x512b01['ReorderRangeMutation']['id'],'handler'(_0x1ab6ec,_0x189224){const _0x445912=_0x537ed3,_0x2431c6={'m1Prime':_0x1ab6ec,'m2Prime':_0x189224};if(_0x1ab6ec[_0x445912(0x13f)]['unitId']!==_0x189224['params'][_0x445912(0x213)])return _0x2431c6;const {range:_0x4b1ce5}=_0x1ab6ec[_0x445912(0x13f)],{range:_0x314f78}=_0x189224['params'];if(_0x314f78[_0x445912(0x207)]===_0x4b1ce5[_0x445912(0x207)]&&_0x314f78[_0x445912(0x22a)]===_0x4b1ce5[_0x445912(0x22a)]&&_0x314f78[_0x445912(0x224)]<=_0x4b1ce5[_0x445912(0x224)]&&_0x314f78[_0x445912(0x2ec)]>=_0x4b1ce5[_0x445912(0x2ec)]){const _0x3d2200=_0x595ac4(_0x1ab6ec[_0x445912(0x13f)])[_0x445912(0x179)],_0x25b77d={'id':_0x512b01['ReorderRangeMutation']['id'],'params':{..._0x189224[_0x445912(0x13f)],'range':_0x314f78,'order':_0x3fa8eb(_0x3d2200,_0x189224['params'][_0x445912(0x179)])}};return{'m1Prime':[],'m2Prime':_0x25b77d};}return _0x1c277e[_0x445912(0x138)]['intersects'](_0x4b1ce5,_0x314f78)?{'error':new Error(_0x445912(0x26b))}:_0x2431c6;}},_0x3154b6={'id':'univer.mutation.revert-version','type':_0x1c277e[_0x537ed3(0x1a6)][_0x537ed3(0x2bb)],'handler':()=>!0x0},_0x1e3cfc={'m1':_0x3154b6['id'],'m2':_0x537ed3(0x2de),'handler'(_0x21becb,_0x62814e){return{'error':new Error('RevertRevisionMutation\x20conflicts\x20with\x20other\x20mutations!')};}},_0x30561d={'m1':_0x537ed3(0x2de),'m2':_0x3154b6['id'],'handler'(_0x1af1dd,_0x55a38b){const _0x4ed5e5=_0x537ed3;return _0x1af1dd[_0x4ed5e5(0x13f)][_0x4ed5e5(0x213)]===_0x55a38b[_0x4ed5e5(0x13f)]['unitId']?{'m1Prime':[],'m2Prime':_0x55a38b}:{'m1Prime':_0x1af1dd,'m2Prime':_0x55a38b};}},_0x319206={'m1':_0x512b01[_0x537ed3(0x1ad)]['id'],'m2':_0x512b01[_0x537ed3(0x1ad)]['id'],'handler'(_0x340f55,_0x943107){const _0x4fef3d=_0x537ed3,_0x5a7085={'m1Prime':_0x340f55,'m2Prime':_0x943107};if(_0x340f55[_0x4fef3d(0x13f)]['unitId']!==_0x943107[_0x4fef3d(0x13f)][_0x4fef3d(0x213)]||_0x340f55[_0x4fef3d(0x13f)][_0x4fef3d(0x240)]!==_0x943107[_0x4fef3d(0x13f)][_0x4fef3d(0x240)])return _0x5a7085;const _0x5aa19d=_0x340f55['params'][_0x4fef3d(0x247)],_0x3645eb=_0x943107[_0x4fef3d(0x13f)][_0x4fef3d(0x247)],_0x20e9f5={},_0x40515f=_0x1c277e[_0x4fef3d(0x2a5)][_0x4fef3d(0x1d1)](_0x340f55),_0xb87dc5=new Set([...Object['keys'](_0x5aa19d)[_0x4fef3d(0x1ed)](Number),...Object[_0x4fef3d(0x232)](_0x3645eb)['map'](Number)]);for(const _0x3a6eb1 of _0xb87dc5){const _0x8ab266=_0x5aa19d[_0x3a6eb1],_0x30273d=_0x3645eb[_0x3a6eb1];if(_0x8ab266&&_0x30273d){const _0x3022ce={..._0x8ab266,..._0x30273d};_0x20e9f5[_0x3a6eb1]=_0x3022ce;}else _0x8ab266?_0x20e9f5[_0x3a6eb1]=_0x8ab266:_0x30273d&&(_0x20e9f5[_0x3a6eb1]=_0x30273d);}return _0x40515f['params'][_0x4fef3d(0x247)]=_0x20e9f5,{'m1Prime':_0x40515f,'m2Prime':_0x943107};}},_0x1e1f7b={'m1':_0x2bb070['SetConditionalRuleMutation']['id'],'m2':_0x2bb070[_0x537ed3(0x242)]['id'],'handler'(_0x5e38f9,_0x247c0c){const _0x17d522=_0x537ed3;if(_0x5e38f9[_0x17d522(0x13f)][_0x17d522(0x213)]!==_0x247c0c[_0x17d522(0x13f)][_0x17d522(0x213)]||_0x5e38f9[_0x17d522(0x13f)]['subUnitId']!==_0x247c0c[_0x17d522(0x13f)][_0x17d522(0x240)])return{'m1Prime':_0x5e38f9,'m2Prime':_0x247c0c};const _0x518ba3=_0x5e38f9[_0x17d522(0x13f)]['cfId']||_0x5e38f9[_0x17d522(0x13f)][_0x17d522(0x2ef)][_0x17d522(0x208)],_0x1b12ca=_0x247c0c[_0x17d522(0x13f)][_0x17d522(0x208)]||_0x247c0c[_0x17d522(0x13f)][_0x17d522(0x2ef)]['cfId'];if(_0x518ba3!==_0x1b12ca)return{'m1Prime':_0x5e38f9,'m2Prime':_0x247c0c};const _0x3b77d0=_0x1c277e[_0x17d522(0x2a5)][_0x17d522(0x1d1)](_0x247c0c);return{'m1Prime':[],'m2Prime':_0x3b77d0};}};function _0x149922(_0x384c2c,_0x5924a4){const _0x58205f=_0x537ed3,_0x3e8545=_0x384c2c[_0x58205f(0x2e0)]((_0x2b4161,_0x1c2c5c)=>(_0x2b4161[_0x58205f(0x12c)](_0x1c2c5c[_0x58205f(0x18a)],!0x0),_0x2b4161),new Map());return _0x5924a4[_0x58205f(0x167)](_0x80d9c8=>_0x3e8545[_0x58205f(0x1c5)](_0x80d9c8[_0x58205f(0x18a)])!==void 0x0);}function _0x42a5f0(_0x35892f,_0x1b00f9){const _0x863f41=_0x537ed3,_0x4639eb=_0x35892f[_0x863f41(0x2a4)];return _0x1b00f9['drawingIds'][_0x863f41(0x167)](_0x34f574=>_0x4639eb[_0x863f41(0x21b)](_0x34f574)!==-0x1);}const {UPDATE:_0x50b005,REMOVE:_0x1f4b7c,ARRANGE:_0x6c830b}=_0x28b485[_0x537ed3(0x18e)],_0x245e95={'m1':_0x28b485[_0x537ed3(0x183)]['id'],'m2':_0x28b485['SetDrawingApplyMutation']['id'],'handler'(_0x3d9e28,_0x553318){const _0x357d30=_0x537ed3,_0x40f293=_0x3d9e28[_0x357d30(0x13f)],_0x334bda=_0x553318[_0x357d30(0x13f)];if(_0x40f293[_0x357d30(0x213)]!==_0x334bda[_0x357d30(0x213)]||_0x40f293[_0x357d30(0x240)]!==_0x334bda[_0x357d30(0x240)])return{'m1Prime':_0x3d9e28,'m2Prime':_0x553318};const _0x43ec9c=_0x40f293[_0x357d30(0x1a1)],_0x4e6a5a=_0x334bda['type'];if(_0x43ec9c===_0x1f4b7c&&_0x4e6a5a===_0x50b005&&_0x149922(_0x40f293[_0x357d30(0x2c5)],_0x334bda[_0x357d30(0x2c5)]))return{'m1Prime':_0x1c277e[_0x357d30(0x2a5)][_0x357d30(0x1d1)](_0x3d9e28),'m2Prime':[]};if(_0x43ec9c===_0x6c830b&&_0x4e6a5a===_0x6c830b&&_0x42a5f0(_0x40f293[_0x357d30(0x2c5)],_0x334bda['objects'])){const _0x3ea011=_0x1c277e['Tools'][_0x357d30(0x1d1)](_0x3d9e28),_0x54fe0d=_0x1c277e[_0x357d30(0x2a5)]['deepClone'](_0x553318);return{'m1Prime':{..._0x3ea011,'params':{..._0x3ea011[_0x357d30(0x13f)],'op':_0x1c277e['JSON1'][_0x357d30(0x1a1)]['transform'](_0x3ea011['params']['op'],_0x54fe0d[_0x357d30(0x13f)]['op'],_0x357d30(0x260))}},'m2Prime':{..._0x54fe0d,'params':{..._0x54fe0d[_0x357d30(0x13f)],'op':_0x1c277e[_0x357d30(0x24b)][_0x357d30(0x1a1)]['transform'](_0x54fe0d[_0x357d30(0x13f)]['op'],_0x3ea011[_0x357d30(0x13f)]['op'],_0x357d30(0x302))}}};}return{'m1Prime':_0x3d9e28,'m2Prime':_0x553318};}},_0x51c33c={'m1':_0x512b01[_0x537ed3(0x2fa)]['id'],'m2':_0x512b01[_0x537ed3(0x2fa)]['id'],'handler'(_0x4be1b7,_0x4b6705){const _0x13a5ac=_0x537ed3,_0x324cdf={'m1Prime':_0x4be1b7,'m2Prime':_0x4b6705};return _0x4be1b7[_0x13a5ac(0x13f)][_0x13a5ac(0x213)]!==_0x4b6705['params'][_0x13a5ac(0x213)]||_0x4be1b7[_0x13a5ac(0x13f)]['subUnitId']!==_0x4b6705['params'][_0x13a5ac(0x240)]?_0x324cdf:{'error':new Error(_0x13a5ac(0xe0))};}},_0x2d4b32={'m1':_0x512b01[_0x537ed3(0x141)]['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler'(_0xb7a48d,_0x230130){const _0x1391c3=_0x537ed3;if(_0xb7a48d[_0x1391c3(0x13f)][_0x1391c3(0x213)]!==_0x230130[_0x1391c3(0x13f)][_0x1391c3(0x213)]||_0xb7a48d[_0x1391c3(0x13f)][_0x1391c3(0x240)]!==_0x230130[_0x1391c3(0x13f)][_0x1391c3(0x240)])return{'m1Prime':_0xb7a48d,'m2Prime':_0x230130};const _0x13a0b9=_0x1c277e[_0x1391c3(0x2a5)]['deepClone'](_0xb7a48d),_0x22b394=_0x1c277e['Tools'][_0x1391c3(0x1d1)](_0x230130),_0x4976e6=_0x13a0b9[_0x1391c3(0x13f)]['values'],_0x5ccda6=_0x22b394[_0x1391c3(0x13f)][_0x1391c3(0x23f)];for(const _0x396d2f in _0x4976e6){const _0xf77e6c=_0x4976e6[_0x396d2f][_0x1391c3(0x23f)],_0x1d8d3f=[];_0xf77e6c[_0x1391c3(0x22e)](_0x42b29e=>{const _0x2cb179=_0x1391c3,_0x5a14da=_0x7ff394(_0x42b29e,_0x5ccda6);_0x5a14da[_0x2cb179(0xfe)]>0x0&&_0x1d8d3f[_0x2cb179(0x1aa)](..._0x5a14da);}),_0x4976e6[_0x396d2f][_0x1391c3(0x23f)]=_0x1d8d3f;}return{'m1Prime':_0x13a0b9,'m2Prime':_0x22b394};}},_0x1bd6d7={'m1':_0x512b01['SetNumfmtMutation']['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler'(_0x4a3ae9,_0x432ca8){const _0x15aff5=_0x537ed3;if(_0x4a3ae9[_0x15aff5(0x13f)][_0x15aff5(0x213)]!==_0x432ca8[_0x15aff5(0x13f)]['unitId']||_0x4a3ae9[_0x15aff5(0x13f)][_0x15aff5(0x240)]!==_0x432ca8['params']['subUnitId'])return{'m1Prime':_0x4a3ae9,'m2Prime':_0x432ca8};const _0x2427e9=_0x1c277e[_0x15aff5(0x2a5)][_0x15aff5(0x1d1)](_0x4a3ae9),_0x4d8938=_0x1c277e['Tools'][_0x15aff5(0x1d1)](_0x432ca8),_0x4a7657=_0x2427e9[_0x15aff5(0x13f)][_0x15aff5(0x280)],_0x1a52c2=Object[_0x15aff5(0x280)](_0x4d8938[_0x15aff5(0x13f)][_0x15aff5(0x280)])[_0x15aff5(0x1ed)](_0x59365f=>_0x59365f['ranges'])[_0x15aff5(0x27e)]();for(const _0x626a40 in _0x4a7657){const _0x5ec978=_0x4a7657[_0x626a40][_0x15aff5(0x23f)],_0x2c296a=[];_0x5ec978['forEach'](_0x2f432e=>{const _0x50701d=_0x15aff5,_0x2553b9=_0x7ff394(_0x2f432e,_0x1a52c2);_0x2553b9[_0x50701d(0xfe)]>0x0&&_0x2c296a['push'](..._0x2553b9);}),_0x4a7657[_0x626a40][_0x15aff5(0x23f)]=_0x2c296a;}return{'m1Prime':_0x2427e9,'m2Prime':_0x4d8938};}},_0x48065c={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x3eaf38,_0x53af4f)=>{const _0x1a3bec=_0x537ed3,_0x16f363={'m1Prime':_0x3eaf38,'m2Prime':_0x53af4f};return _0x3eaf38[_0x1a3bec(0x13f)]['unitId']!==_0x53af4f[_0x1a3bec(0x13f)][_0x1a3bec(0x213)]||_0x3eaf38[_0x1a3bec(0x13f)][_0x1a3bec(0x240)]!==_0x53af4f[_0x1a3bec(0x13f)][_0x1a3bec(0x240)]?_0x16f363:{'error':new Error(_0x1a3bec(0x1e3))};}},_0x20d6c3={'m1':_0x512b01['SetRangeProtectionMutation']['id'],'m2':_0x2bb070[_0x537ed3(0x273)]['id'],'handler':(_0xcd05d7,_0x8c7e37)=>{const _0x434a40=_0x537ed3,_0x32ebd8={'m1Prime':_0xcd05d7,'m2Prime':_0x8c7e37};if(_0xcd05d7['params'][_0x434a40(0x213)]!==_0x8c7e37[_0x434a40(0x13f)]['unitId']||_0xcd05d7[_0x434a40(0x13f)][_0x434a40(0x240)]!==_0x8c7e37[_0x434a40(0x13f)]['subUnitId'])return _0x32ebd8;const _0x3dee97=_0xcd05d7[_0x434a40(0x13f)][_0x434a40(0x2ef)][_0x434a40(0x23f)],_0x725752=_0x8c7e37[_0x434a40(0x13f)][_0x434a40(0x2ef)][_0x434a40(0x23f)];return _0x3dee97[_0x434a40(0x167)](_0x3a5f83=>_0x725752[_0x434a40(0x167)](_0x432f44=>_0x1c277e['Rectangle'][_0x434a40(0x2a0)](_0x3a5f83,_0x432f44)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule')}:_0x32ebd8;}},_0x5629ac={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01['AddWorksheetMergeMutation']['id'],'handler':(_0xd7865b,_0x219018)=>{const _0x58c3c9=_0x537ed3,_0x183cb5={'m1Prime':_0xd7865b,'m2Prime':_0x219018};if(_0xd7865b['params'][_0x58c3c9(0x213)]!==_0x219018['params'][_0x58c3c9(0x213)]||_0xd7865b[_0x58c3c9(0x13f)][_0x58c3c9(0x240)]!==_0x219018[_0x58c3c9(0x13f)][_0x58c3c9(0x240)])return _0x183cb5;const _0x3cf9e6=_0xd7865b[_0x58c3c9(0x13f)][_0x58c3c9(0x2ef)]['ranges'],_0x3dc941=_0x219018[_0x58c3c9(0x13f)][_0x58c3c9(0x23f)];return _0x3cf9e6[_0x58c3c9(0x167)](_0x43d852=>_0x3dc941['some'](_0x45ed6a=>_0x1c277e[_0x58c3c9(0x138)][_0x58c3c9(0x2a0)](_0x43d852,_0x45ed6a)))?{'error':new Error(_0x58c3c9(0x1ec))}:_0x183cb5;}},_0x3ab5ff={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01[_0x537ed3(0x255)]['id'],'handler':(_0x10d191,_0x1cc562)=>{const _0x3f0bac=_0x537ed3,_0x454674={'m1Prime':_0x10d191,'m2Prime':_0x1cc562};return _0x10d191['params']['unitId']!==_0x1cc562['params'][_0x3f0bac(0x213)]||_0x10d191['params'][_0x3f0bac(0x240)]!==_0x1cc562[_0x3f0bac(0x13f)]['rule'][_0x3f0bac(0x240)]?_0x454674:{'error':new Error(_0x3f0bac(0x29a))};}},_0x2f0014={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x2bb070['DeleteConditionalRuleMutation']['id'],'handler':(_0x522561,_0x46b69a)=>{const _0xebe819=_0x537ed3,_0x1407f7={'m1Prime':_0x522561,'m2Prime':_0x46b69a};return _0x522561[_0xebe819(0x13f)][_0xebe819(0x213)]!==_0x46b69a['params'][_0xebe819(0x213)]||_0x522561[_0xebe819(0x13f)][_0xebe819(0x240)]!==_0x46b69a[_0xebe819(0x13f)][_0xebe819(0x240)]?_0x1407f7:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule')};}},_0x3fea97={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01[_0x537ed3(0x2e7)]['id'],'handler':(_0x123f85,_0x1dc6a2)=>{const _0x3b2832=_0x537ed3,_0xb0382d={'m1Prime':_0x123f85,'m2Prime':_0x1dc6a2};if(_0x123f85[_0x3b2832(0x13f)][_0x3b2832(0x213)]!==_0x1dc6a2[_0x3b2832(0x13f)][_0x3b2832(0x213)]||_0x123f85[_0x3b2832(0x13f)][_0x3b2832(0x240)]!==_0x1dc6a2[_0x3b2832(0x13f)][_0x3b2832(0x240)])return _0xb0382d;const _0x4cff37=_0x123f85['params'][_0x3b2832(0x2ef)][_0x3b2832(0x23f)],_0xfee35e=_0x1dc6a2['params'][_0x3b2832(0x218)];return _0x4cff37['some'](_0x2473fa=>_0x1c277e['Rectangle'][_0x3b2832(0x2a0)](_0x2473fa,_0xfee35e))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col')}:_0xb0382d;}},_0x5b491c={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01[_0x537ed3(0x166)]['id'],'handler':(_0x2e0d3a,_0x529dee)=>{const _0x2cfe89=_0x537ed3,_0x1a238f={'m1Prime':_0x2e0d3a,'m2Prime':_0x529dee};if(_0x2e0d3a['params'][_0x2cfe89(0x213)]!==_0x529dee[_0x2cfe89(0x13f)][_0x2cfe89(0x213)]||_0x2e0d3a[_0x2cfe89(0x13f)][_0x2cfe89(0x240)]!==_0x529dee[_0x2cfe89(0x13f)][_0x2cfe89(0x240)])return _0x1a238f;const _0x1409a2=_0x2e0d3a[_0x2cfe89(0x13f)]['rule'][_0x2cfe89(0x23f)],_0x5ddb6c=_0x529dee[_0x2cfe89(0x13f)][_0x2cfe89(0x218)];return _0x1409a2[_0x2cfe89(0x167)](_0x5ced44=>_0x1c277e[_0x2cfe89(0x138)][_0x2cfe89(0x2a0)](_0x5ced44,_0x5ddb6c))?{'error':new Error(_0x2cfe89(0x159))}:_0x1a238f;}},_0x2ed1e5={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01[_0x537ed3(0x2c0)]['id'],'handler':(_0x3c0450,_0x572b9e)=>{const _0x340614=_0x537ed3,_0x2736b4={'m1Prime':_0x3c0450,'m2Prime':_0x572b9e};if(_0x3c0450[_0x340614(0x13f)]['unitId']!==_0x572b9e[_0x340614(0x13f)][_0x340614(0x213)]||_0x3c0450['params']['subUnitId']!==_0x572b9e[_0x340614(0x13f)][_0x340614(0x240)])return _0x2736b4;const _0xd8846e=_0x3c0450['params'][_0x340614(0x2ef)][_0x340614(0x23f)],_0x310a1d=[_0x572b9e[_0x340614(0x13f)][_0x340614(0x2a9)],_0x572b9e['params'][_0x340614(0x1a5)]];return _0xd8846e[_0x340614(0x167)](_0x37830b=>_0x310a1d[_0x340614(0x167)](_0x2490ef=>_0x1c277e[_0x340614(0x138)][_0x340614(0x2a0)](_0x37830b,_0x2490ef)))?{'error':new Error(_0x340614(0x155))}:_0x2736b4;}},_0x5244be={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler':(_0x390938,_0x50d627)=>{const _0x9cb39e=_0x537ed3,_0x3fb7fc={'m1Prime':_0x390938,'m2Prime':_0x50d627};if(_0x390938['params'][_0x9cb39e(0x213)]!==_0x50d627[_0x9cb39e(0x13f)][_0x9cb39e(0x213)]||_0x390938[_0x9cb39e(0x13f)][_0x9cb39e(0x240)]!==_0x50d627['params'][_0x9cb39e(0x270)][_0x9cb39e(0x240)])return _0x3fb7fc;const _0x3ea4a1=_0x390938[_0x9cb39e(0x13f)]['rule'][_0x9cb39e(0x23f)],_0x1573b0=new _0x1c277e[(_0x9cb39e(0x2f6))](_0x50d627[_0x9cb39e(0x13f)]['from'][_0x9cb39e(0x16f)])['getDataRange'](),_0x3e6f18=new _0x1c277e['ObjectMatrix'](_0x50d627[_0x9cb39e(0x13f)]['to']['value'])['getDataRange'](),_0x49155d=[_0x1573b0,_0x3e6f18];return _0x3ea4a1[_0x9cb39e(0x167)](_0x41133b=>_0x49155d[_0x9cb39e(0x167)](_0x1fc50d=>_0x1c277e[_0x9cb39e(0x138)][_0x9cb39e(0x2a0)](_0x41133b,_0x1fc50d)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range')}:_0x3fb7fc;}},_0x649947={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01[_0x537ed3(0x228)]['id'],'handler':(_0x51d998,_0x837600)=>{const _0x414bbb=_0x537ed3,_0x1f01d8={'m1Prime':_0x51d998,'m2Prime':_0x837600};if(_0x51d998[_0x414bbb(0x13f)][_0x414bbb(0x213)]!==_0x837600['params']['unitId']||_0x51d998[_0x414bbb(0x13f)]['subUnitId']!==_0x837600[_0x414bbb(0x13f)][_0x414bbb(0x240)])return _0x1f01d8;const _0x32544e=_0x51d998['params'][_0x414bbb(0x2ef)]['ranges'],_0x8b31b5=[_0x837600[_0x414bbb(0x13f)][_0x414bbb(0x2a9)],_0x837600[_0x414bbb(0x13f)]['targetRange']];return _0x32544e['some'](_0x3118ec=>_0x8b31b5[_0x414bbb(0x167)](_0x3dac90=>_0x1c277e[_0x414bbb(0x138)][_0x414bbb(0x2a0)](_0x3118ec,_0x3dac90)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row')}:_0x1f01d8;}},_0x5c200c={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01[_0x537ed3(0x112)]['id'],'handler':(_0x39b51c,_0x5cd25c)=>{const _0x15d173=_0x537ed3,_0x25bd61={'m1Prime':_0x39b51c,'m2Prime':_0x5cd25c};if(_0x39b51c['params'][_0x15d173(0x213)]!==_0x5cd25c[_0x15d173(0x13f)][_0x15d173(0x213)]||_0x39b51c[_0x15d173(0x13f)]['subUnitId']!==_0x5cd25c['params'][_0x15d173(0x240)])return _0x25bd61;const _0x33040f=_0x39b51c[_0x15d173(0x13f)][_0x15d173(0x2ef)][_0x15d173(0x23f)],_0x1fa03e=_0x5cd25c[_0x15d173(0x13f)][_0x15d173(0x218)];return _0x33040f[_0x15d173(0x167)](_0x1cdf3f=>_0x1c277e[_0x15d173(0x138)][_0x15d173(0x2a0)](_0x1cdf3f,_0x1fa03e))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col')}:_0x25bd61;}},_0x31cd48={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x1d07e6[_0x537ed3(0x2bf)]['id'],'handler':(_0x4f8767,_0x47e32a)=>{const _0x2ac125=_0x537ed3,_0x52b926={'m1Prime':_0x4f8767,'m2Prime':_0x47e32a};return _0x4f8767[_0x2ac125(0x13f)][_0x2ac125(0x213)]!==_0x47e32a[_0x2ac125(0x13f)][_0x2ac125(0x213)]||_0x4f8767['params'][_0x2ac125(0x240)]!==_0x47e32a[_0x2ac125(0x13f)][_0x2ac125(0x240)]?_0x52b926:{'error':new Error(_0x2ac125(0x17c))};}},_0x11f32c={'m1':_0x512b01['SetRangeProtectionMutation']['id'],'m2':_0x512b01['RemoveRowMutation']['id'],'handler':(_0xfc4f7e,_0x4a1b69)=>{const _0x41861a=_0x537ed3,_0x365502={'m1Prime':_0xfc4f7e,'m2Prime':_0x4a1b69};if(_0xfc4f7e[_0x41861a(0x13f)][_0x41861a(0x213)]!==_0x4a1b69['params']['unitId']||_0xfc4f7e[_0x41861a(0x13f)]['subUnitId']!==_0x4a1b69[_0x41861a(0x13f)]['subUnitId'])return _0x365502;const _0x5158e4=_0xfc4f7e[_0x41861a(0x13f)][_0x41861a(0x2ef)][_0x41861a(0x23f)],_0x13d102=_0x4a1b69[_0x41861a(0x13f)]['range'];return _0x5158e4[_0x41861a(0x167)](_0x5650f9=>_0x1c277e[_0x41861a(0x138)][_0x41861a(0x2a0)](_0x5650f9,_0x13d102))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20row')}:_0x365502;}},_0x244c2a={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x472535[_0x537ed3(0x2fd)]['id'],'handler':(_0xf57c19,_0x3bdcf0)=>{const _0x56b676=_0x537ed3,_0x48764e={'m1Prime':_0xf57c19,'m2Prime':_0x3bdcf0};return _0xf57c19[_0x56b676(0x13f)][_0x56b676(0x213)]!==_0x3bdcf0[_0x56b676(0x13f)][_0x56b676(0x213)]||_0xf57c19[_0x56b676(0x13f)][_0x56b676(0x240)]!==_0x3bdcf0[_0x56b676(0x13f)][_0x56b676(0x240)]?_0x48764e:{'error':new Error(_0x56b676(0x171))};}},_0x29d631={'m1':_0x512b01['SetRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler':(_0x5c92fe,_0x105130)=>{const _0x165c32=_0x537ed3,_0x3decfb={'m1Prime':_0x5c92fe,'m2Prime':_0x105130};if(_0x5c92fe[_0x165c32(0x13f)][_0x165c32(0x213)]!==_0x105130['params'][_0x165c32(0x213)]||_0x5c92fe[_0x165c32(0x13f)][_0x165c32(0x240)]!==_0x105130[_0x165c32(0x13f)][_0x165c32(0x240)])return _0x3decfb;const _0x3d5261=_0x5c92fe[_0x165c32(0x13f)][_0x165c32(0x2ef)]['ranges'],_0x58b1d5=_0x105130[_0x165c32(0x13f)][_0x165c32(0x23f)];return _0x3d5261[_0x165c32(0x167)](_0x457caa=>_0x58b1d5[_0x165c32(0x167)](_0x52e216=>_0x1c277e[_0x165c32(0x138)]['intersects'](_0x457caa,_0x52e216)))?{'error':new Error(_0x165c32(0x239))}:_0x3decfb;}},_0x5abfde={'m1':_0x512b01['SetRangeProtectionMutation']['id'],'m2':_0x2bb070[_0x537ed3(0x242)]['id'],'handler':(_0x5882e8,_0x3042e8)=>{const _0x52d270=_0x537ed3,_0x1025ec={'m1Prime':_0x5882e8,'m2Prime':_0x3042e8};if(_0x5882e8['params'][_0x52d270(0x213)]!==_0x3042e8[_0x52d270(0x13f)][_0x52d270(0x213)]||_0x5882e8[_0x52d270(0x13f)]['subUnitId']!==_0x3042e8['params'][_0x52d270(0x240)])return _0x1025ec;const _0x52dff3=_0x5882e8[_0x52d270(0x13f)][_0x52d270(0x2ef)][_0x52d270(0x23f)],_0x290216=_0x3042e8[_0x52d270(0x13f)][_0x52d270(0x2ef)][_0x52d270(0x23f)];return _0x52dff3[_0x52d270(0x167)](_0x2a1f48=>_0x290216[_0x52d270(0x167)](_0x43386d=>_0x1c277e[_0x52d270(0x138)][_0x52d270(0x2a0)](_0x2a1f48,_0x43386d)))?{'error':new Error(_0x52d270(0x2cb))}:_0x1025ec;}},_0x1e1cb9={'m1':_0x512b01['SetRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2fa)]['id'],'handler':(_0x494b9c,_0x47357b)=>{const _0x1efaf5=_0x537ed3,_0x16d1eb={'m1Prime':_0x494b9c,'m2Prime':_0x47357b};if(_0x494b9c[_0x1efaf5(0x13f)][_0x1efaf5(0x213)]!==_0x47357b[_0x1efaf5(0x13f)]['unitId']||_0x494b9c[_0x1efaf5(0x13f)]['subUnitId']!==_0x47357b[_0x1efaf5(0x13f)][_0x1efaf5(0x240)])return _0x16d1eb;const _0x4204d3=_0x494b9c['params'][_0x1efaf5(0x2ef)][_0x1efaf5(0x23f)],_0x2fa4b7=[{'startRow':_0x47357b[_0x1efaf5(0x13f)][_0x1efaf5(0x224)],'endRow':_0x47357b[_0x1efaf5(0x13f)][_0x1efaf5(0x224)],'startColumn':_0x47357b['params'][_0x1efaf5(0x207)],'endColumn':_0x47357b[_0x1efaf5(0x13f)][_0x1efaf5(0x207)]}];return _0x4204d3['some'](_0x1ca27c=>_0x2fa4b7['some'](_0xa83211=>_0x1c277e[_0x1efaf5(0x138)]['intersects'](_0x1ca27c,_0xa83211)))?{'error':new Error(_0x1efaf5(0x24d))}:_0x16d1eb;}},_0x14f8ce={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01['SetNumfmtMutation']['id'],'handler':(_0xbe77,_0x1da2ee)=>{const _0x1845dd=_0x537ed3,_0x51ef59={'m1Prime':_0xbe77,'m2Prime':_0x1da2ee};return _0xbe77[_0x1845dd(0x13f)][_0x1845dd(0x213)]!==_0x1da2ee['params'][_0x1845dd(0x213)]||_0xbe77[_0x1845dd(0x13f)][_0x1845dd(0x240)]!==_0x1da2ee[_0x1845dd(0x13f)]['subUnitId']?_0x51ef59:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt')};}},_0x3be279={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01['SetRangeProtectionMutation']['id'],'handler':(_0x386cfe,_0x45bb55)=>{const _0x4ec61e=_0x537ed3,_0x5ebf83={'m1Prime':_0x386cfe,'m2Prime':_0x45bb55};if(_0x386cfe['params']['unitId']!==_0x45bb55[_0x4ec61e(0x13f)]['unitId']||_0x386cfe['params'][_0x4ec61e(0x240)]!==_0x45bb55[_0x4ec61e(0x13f)][_0x4ec61e(0x240)])return _0x5ebf83;const _0x58a1dc=_0x386cfe[_0x4ec61e(0x13f)][_0x4ec61e(0x2ef)][_0x4ec61e(0x23f)],_0xb907e8=_0x45bb55[_0x4ec61e(0x13f)][_0x4ec61e(0x2ef)]['ranges'];return _0x58a1dc['some'](_0x5bee68=>_0xb907e8[_0x4ec61e(0x167)](_0x2854e5=>_0x1c277e[_0x4ec61e(0x138)][_0x4ec61e(0x2a0)](_0x5bee68,_0x2854e5)))?{'error':new Error(_0x4ec61e(0x1df))}:_0x5ebf83;}},_0x425414={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01['SetRangeValuesMutation']['id'],'handler':(_0xde9131,_0x33b6d2)=>{const _0x2cbb9f=_0x537ed3,_0x349e33={'m1Prime':_0xde9131,'m2Prime':_0x33b6d2};if(_0xde9131[_0x2cbb9f(0x13f)]['unitId']!==_0x33b6d2[_0x2cbb9f(0x13f)][_0x2cbb9f(0x213)]||_0xde9131[_0x2cbb9f(0x13f)][_0x2cbb9f(0x240)]!==_0x33b6d2[_0x2cbb9f(0x13f)][_0x2cbb9f(0x240)])return _0x349e33;const _0x138559=_0xde9131[_0x2cbb9f(0x13f)][_0x2cbb9f(0x2ef)][_0x2cbb9f(0x23f)],_0xf16939=new _0x1c277e['ObjectMatrix'](_0x33b6d2[_0x2cbb9f(0x13f)][_0x2cbb9f(0x1d3)])[_0x2cbb9f(0x1fd)]();return _0x138559[_0x2cbb9f(0x167)](_0xacb29a=>_0x1c277e[_0x2cbb9f(0x138)][_0x2cbb9f(0x2a0)](_0xacb29a,_0xf16939))?{'error':new Error(_0x2cbb9f(0x262))}:_0x349e33;}},_0x358958={'m1':_0x512b01['SetRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2c1)]['id'],'handler':(_0x510ea6,_0x2549b0)=>{const _0x28701f=_0x537ed3,_0x136eb6={'m1Prime':_0x510ea6,'m2Prime':_0x2549b0};if(_0x510ea6[_0x28701f(0x13f)][_0x28701f(0x213)]!==_0x2549b0[_0x28701f(0x13f)][_0x28701f(0x213)]||_0x510ea6[_0x28701f(0x13f)]['subUnitId']!==_0x2549b0[_0x28701f(0x13f)][_0x28701f(0x240)])return _0x136eb6;const _0x1df109=_0x510ea6[_0x28701f(0x13f)][_0x28701f(0x2ef)]['ranges'],_0xed6091=_0x2549b0[_0x28701f(0x13f)][_0x28701f(0x23f)];return _0x1df109[_0x28701f(0x167)](_0x4ab50c=>_0xed6091[_0x28701f(0x167)](_0x1b15b6=>_0x1c277e[_0x28701f(0x138)]['intersects'](_0x4ab50c,_0x1b15b6)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')}:_0x136eb6;}},_0xa752eb={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x151b41[_0x537ed3(0x139)]['id'],'handler':(_0x79425f,_0x3951a4)=>{const _0x4988d2=_0x537ed3,_0x4b6033={'m1Prime':_0x79425f,'m2Prime':_0x3951a4};return _0x79425f['params'][_0x4988d2(0x213)]!==_0x3951a4[_0x4988d2(0x13f)][_0x4988d2(0x213)]||_0x79425f[_0x4988d2(0x13f)]['subUnitId']!==_0x3951a4['params']['subUnitId']?_0x4b6033:{'error':new Error(_0x4988d2(0x1c3))};}},_0x40d9a2={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x1640b2,_0x17dd0a)=>{const _0xef5e47=_0x537ed3,_0x4acf31={'m1Prime':_0x1640b2,'m2Prime':_0x17dd0a};return _0x1640b2['params'][_0xef5e47(0x213)]!==_0x17dd0a[_0xef5e47(0x13f)][_0xef5e47(0x213)]||_0x1640b2['params']['subUnitId']!==_0x17dd0a[_0xef5e47(0x13f)][_0xef5e47(0x240)]?_0x4acf31:{'error':new Error(_0xef5e47(0xeb))};}},_0x53977c={'m1':_0x512b01[_0x537ed3(0x2e9)]['id'],'m2':_0x512b01['AddWorksheetMergeMutation']['id'],'handler'(_0x4458b8,_0x37eb67){const _0x9b6e3b=_0x537ed3,_0x5ef029=_0x448bef[_0x9b6e3b(0x2ad)](_0x37eb67,_0x4458b8);return _0xf0cba5(_0x5ef029)?{'m1Prime':_0x5ef029[_0x9b6e3b(0x11c)],'m2Prime':_0x5ef029['m1Prime']}:_0x5ef029;}},_0x1806e4={'m1':_0x512b01[_0x537ed3(0x2e9)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler'(_0x485a47,_0x37eaae){const _0x581a81=_0x537ed3,_0x4e9a39={'m1Prime':_0x485a47,'m2Prime':_0x37eaae};if(_0x485a47[_0x581a81(0x13f)][_0x581a81(0x213)]!==_0x37eaae[_0x581a81(0x13f)]['unitId'])return _0x4e9a39;const _0x231e2f=new _0x1c277e['ObjectMatrix'](_0x485a47[_0x581a81(0x13f)][_0x581a81(0x1d3)])[_0x581a81(0x1fd)](),_0x105b58=new _0x1c277e[(_0x581a81(0x2f6))](_0x37eaae['params'][_0x581a81(0x270)][_0x581a81(0x16f)])['getDataRange'](),_0x23d0ce=new _0x1c277e[(_0x581a81(0x2f6))](_0x37eaae[_0x581a81(0x13f)]['to']['value'])[_0x581a81(0x1fd)]();return _0x485a47['params']['subUnitId']===_0x37eaae[_0x581a81(0x13f)][_0x581a81(0x270)][_0x581a81(0x240)]&&_0x1c277e[_0x581a81(0x138)][_0x581a81(0x2a0)](_0x231e2f,_0x105b58)||_0x485a47[_0x581a81(0x13f)][_0x581a81(0x240)]===_0x37eaae[_0x581a81(0x13f)]['to']['subUnitId']&&_0x1c277e['Rectangle'][_0x581a81(0x2a0)](_0x231e2f,_0x23d0ce)?{'error':new Error(_0x581a81(0x2be))}:_0x4e9a39;}},_0x59a842={'m1':_0x512b01[_0x537ed3(0x2e9)]['id'],'m2':_0x512b01[_0x537ed3(0x304)]['id'],'handler'(_0x40124f,_0x153a41){const _0xb5ff=_0x537ed3;var _0x2ee0e2,_0x2025e8;const _0x1be402={'m1Prime':_0x40124f,'m2Prime':_0x153a41};if(_0x40124f['params'][_0xb5ff(0x213)]!==_0x153a41[_0xb5ff(0x13f)][_0xb5ff(0x213)]||_0x40124f[_0xb5ff(0x13f)][_0xb5ff(0x240)]!==_0x153a41[_0xb5ff(0x13f)][_0xb5ff(0x240)])return _0x1be402;const _0x3267c8=_0x1c277e['Tools']['deepClone'](_0x40124f),{cellValue:_0x512934}=_0x3267c8[_0xb5ff(0x13f)],_0x1f0ab=new _0x1c277e[(_0xb5ff(0x2f6))](_0x512934),{range:_0x5819d1}=_0x153a41['params'],_0x169041=new Map();for(let _0x49a39a=_0x5819d1[_0xb5ff(0x207)];_0x49a39a<=_0x5819d1['endColumn'];_0x49a39a++)for(let _0x1cbecf=_0x5819d1['startRow'];_0x1cbecf<=_0x5819d1[_0xb5ff(0x2ec)];_0x1cbecf++)if(((_0x2ee0e2=_0x512934==null?void 0x0:_0x512934[_0x1cbecf])==null?void 0x0:_0x2ee0e2[_0x49a39a])!==void 0x0){const _0x371615=(_0x2025e8=_0x153a41[_0xb5ff(0x13f)][_0xb5ff(0x179)][_0x1cbecf])!=null?_0x2025e8:_0x1cbecf;_0x371615!==_0x1cbecf&&(_0x169041['has'](_0x371615)||_0x169041[_0xb5ff(0x12c)](_0x371615,new Map()),_0x169041[_0xb5ff(0x1c5)](_0x371615)[_0xb5ff(0x12c)](_0x49a39a,_0x512934[_0x1cbecf][_0x49a39a]),_0x1f0ab[_0xb5ff(0x1e8)](_0x1cbecf,_0x49a39a));}return _0x169041[_0xb5ff(0x22e)]((_0x24c6a5,_0x2cb5ba)=>{_0x24c6a5['forEach']((_0x2d922c,_0x35c522)=>{_0x1f0ab['setValue'](_0x2cb5ba,_0x35c522,_0x2d922c);});}),{'m1Prime':_0x3267c8,'m2Prime':_0x153a41};}},_0x4ee9e5={'m1':_0x512b01[_0x537ed3(0x2e9)]['id'],'m2':_0x512b01['SetRangeValuesMutation']['id'],'handler'(_0x2a59a5,_0x5d5fa3){const _0x528595=_0x537ed3,_0x37b401={'m1Prime':_0x2a59a5,'m2Prime':_0x5d5fa3};if(_0x2a59a5['params'][_0x528595(0x213)]!==_0x5d5fa3[_0x528595(0x13f)][_0x528595(0x213)]||_0x2a59a5[_0x528595(0x13f)][_0x528595(0x240)]!==_0x5d5fa3['params'][_0x528595(0x240)])return _0x37b401;const _0x29a438=_0x1c277e[_0x528595(0x2a5)][_0x528595(0x1d1)](_0x2a59a5),_0x7aad24=_0x1c277e[_0x528595(0x2a5)][_0x528595(0x1d1)](_0x5d5fa3),_0x26f664=_0x1c277e[_0x528595(0x2a5)][_0x528595(0x1d1)](_0x5d5fa3),_0x1b79ae=new _0x1c277e[(_0x528595(0x2f6))](_0x29a438[_0x528595(0x13f)][_0x528595(0x1d3)]),_0x3c976b=_0x1b79ae[_0x528595(0x1fd)](),_0xc06c97=new _0x1c277e[(_0x528595(0x2f6))](_0x5d5fa3[_0x528595(0x13f)][_0x528595(0x1d3)]),_0x4ae2cd=new _0x1c277e[(_0x528595(0x2f6))](),_0x1ee676=_0xc06c97['getDataRange']();return _0x1c277e['Rectangle'][_0x528595(0x2a0)](_0x3c976b,_0x1ee676)?(_0x1b79ae[_0x528595(0xfc)]((_0x35531c,_0x1391d1,_0x5ad1a5)=>{const _0x15d9b2=_0x528595;var _0x3444ec;const _0xc465cb=_0xc06c97['getValue'](_0x35531c,_0x1391d1);_0xc465cb===null&&_0x1b79ae[_0x15d9b2(0x1e8)](_0x35531c,_0x1391d1),_0x5ad1a5&&_0xc465cb&&(typeof(_0xc465cb==null?void 0x0:_0xc465cb['s'])==_0x15d9b2(0x2a7)&&(_0xc465cb['s']=_0x1c277e[_0x15d9b2(0x2a5)][_0x15d9b2(0x1d1)]((_0x3444ec=_0x7aad24[_0x15d9b2(0x13f)][_0x15d9b2(0x1b9)])==null?void 0x0:_0x3444ec[_0xc465cb['s']])||void 0x0),_0x4ae2cd[_0x15d9b2(0x29f)](_0x35531c,_0x1391d1,_0xc465cb));}),_0x29a438[_0x528595(0x13f)][_0x528595(0x1d3)]=_0x1b79ae[_0x528595(0x2ce)](),_0x7aad24[_0x528595(0x13f)][_0x528595(0x1d3)]=_0x4ae2cd[_0x528595(0x2ce)](),{'m1Prime':[_0x29a438,_0x7aad24],'m2Prime':_0x26f664}):_0x37b401;}},_0x5d7408={'m1':_0x512b01[_0x537ed3(0xe3)]['id'],'m2':_0x512b01[_0x537ed3(0xe3)]['id'],'handler'(_0x212d26,_0x3e00f5){const _0x4fa114=_0x537ed3,_0x2fd936={'m1Prime':_0x212d26,'m2Prime':_0x3e00f5};if(_0x212d26[_0x4fa114(0x13f)][_0x4fa114(0x213)]!==_0x3e00f5[_0x4fa114(0x13f)][_0x4fa114(0x213)]||_0x212d26[_0x4fa114(0x13f)]['subUnitId']!==_0x3e00f5[_0x4fa114(0x13f)][_0x4fa114(0x240)])return _0x2fd936;const _0x1a22c2=_0x212d26[_0x4fa114(0x13f)][_0x4fa114(0x1b3)],_0x4ba90d=_0x3e00f5[_0x4fa114(0x13f)][_0x4fa114(0x1b3)],_0x151c4d={},_0x372dc2=_0x1c277e[_0x4fa114(0x2a5)][_0x4fa114(0x1d1)](_0x212d26),_0x3ff593=new Set([...Object[_0x4fa114(0x232)](_0x1a22c2)['map'](Number),...Object[_0x4fa114(0x232)](_0x4ba90d)[_0x4fa114(0x1ed)](Number)]);for(const _0x16c520 of _0x3ff593){const _0x125a11=_0x1a22c2[_0x16c520],_0x4acd28=_0x4ba90d[_0x16c520];if(_0x125a11&&_0x4acd28){const _0x7c8d37={..._0x125a11,..._0x4acd28};_0x151c4d[_0x16c520]=_0x7c8d37;}else _0x125a11?_0x151c4d[_0x16c520]=_0x125a11:_0x4acd28&&(_0x151c4d[_0x16c520]=_0x4acd28);}return _0x372dc2['params'][_0x4fa114(0x1b3)]=_0x151c4d,{'m1Prime':_0x372dc2,'m2Prime':_0x3e00f5};}},_0x3271b8={'m1':_0x472535[_0x537ed3(0x1f2)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler'(_0x174ba7,_0xcfc35b){const _0x113f66=_0x537ed3,_0x3d2d05={'m1Prime':_0x174ba7,'m2Prime':_0xcfc35b};if(_0x174ba7[_0x113f66(0x13f)][_0x113f66(0x213)]!==_0xcfc35b[_0x113f66(0x13f)]['unitId']||_0x174ba7[_0x113f66(0x13f)][_0x113f66(0x240)]!==_0xcfc35b[_0x113f66(0x13f)][_0x113f66(0x270)]['subUnitId']&&_0x174ba7[_0x113f66(0x13f)][_0x113f66(0x240)]!==_0xcfc35b[_0x113f66(0x13f)]['to'][_0x113f66(0x240)])return _0x3d2d05;let _0x5c426d=null;return _0x174ba7['params'][_0x113f66(0x240)]===_0xcfc35b[_0x113f66(0x13f)][_0x113f66(0x270)]['subUnitId']&&new _0x1c277e[(_0x113f66(0x2f6))](_0xcfc35b[_0x113f66(0x13f)][_0x113f66(0x270)][_0x113f66(0x16f)])[_0x113f66(0xfc)]((_0x5180be,_0x17a74c)=>{const _0x37c739=_0x113f66;_0x17a74c===_0x174ba7[_0x37c739(0x13f)][_0x37c739(0x1e6)]&&(_0x5c426d=_0xcfc35b['params'][_0x37c739(0x270)][_0x37c739(0x240)]);}),_0x174ba7[_0x113f66(0x13f)][_0x113f66(0x240)]===_0xcfc35b[_0x113f66(0x13f)]['to'][_0x113f66(0x240)]&&new _0x1c277e[(_0x113f66(0x2f6))](_0xcfc35b['params']['to']['value'])[_0x113f66(0xfc)]((_0x2f4085,_0x437bd1)=>{const _0x4beeca=_0x113f66;_0x437bd1===_0x174ba7['params'][_0x4beeca(0x1e6)]&&(_0x5c426d=_0xcfc35b[_0x4beeca(0x13f)]['to'][_0x4beeca(0x240)]);}),_0x5c426d?{'m1Prime':_0x174ba7,'m2Prime':[_0xcfc35b,{'id':_0x472535[_0x113f66(0x252)]['id'],'params':{'unitId':_0xcfc35b[_0x113f66(0x13f)][_0x113f66(0x213)],'subUnitId':_0x5c426d}}]}:_0x3d2d05;}},_0x347d22={'m1':_0x472535['SetSheetsFilterCriteriaMutation']['id'],'m2':_0x472535[_0x537ed3(0x2fd)]['id'],'handler'(_0x35314a,_0x47f54f){const _0x52b6ba=_0x537ed3,_0x3d8a71={'m1Prime':_0x35314a,'m2Prime':_0x47f54f};return _0x35314a[_0x52b6ba(0x13f)]['unitId']!==_0x47f54f[_0x52b6ba(0x13f)]['unitId']||_0x35314a[_0x52b6ba(0x13f)][_0x52b6ba(0x240)]!==_0x47f54f[_0x52b6ba(0x13f)][_0x52b6ba(0x240)]?_0x3d8a71:{'m1Prime':[],'m2Prime':[_0x47f54f]};}},_0x57063a={'m1':_0x472535[_0x537ed3(0x1f2)]['id'],'m2':_0x512b01[_0x537ed3(0x2e9)]['id'],'handler'(_0x6eecbc,_0x11477b){const _0x550477=_0x537ed3,_0x31fb60={'m1Prime':_0x6eecbc,'m2Prime':_0x11477b};if(_0x6eecbc['params'][_0x550477(0x213)]!==_0x11477b[_0x550477(0x13f)][_0x550477(0x213)]||_0x6eecbc[_0x550477(0x13f)]['subUnitId']!==_0x11477b['params'][_0x550477(0x240)])return _0x31fb60;let _0x1f1a82=!0x1;return new _0x1c277e[(_0x550477(0x2f6))](_0x11477b[_0x550477(0x13f)][_0x550477(0x1d3)])[_0x550477(0xfc)]((_0x5f3a90,_0x2afe74)=>{const _0x3468ed=_0x550477;_0x2afe74===_0x6eecbc[_0x3468ed(0x13f)][_0x3468ed(0x1e6)]&&(_0x1f1a82=!0x0);}),_0x1f1a82?{'m1Prime':_0x6eecbc,'m2Prime':[_0x11477b,{'id':_0x472535[_0x550477(0x252)]['id'],'params':{'unitId':_0x11477b[_0x550477(0x13f)][_0x550477(0x213)],'subUnitId':_0x11477b[_0x550477(0x13f)]['subUnitId']}}]}:_0x31fb60;}},_0x14e2d1={'m1':_0x472535['SetSheetsFilterCriteriaMutation']['id'],'m2':_0x472535['SetSheetsFilterCriteriaMutation']['id'],'handler'(_0x5a0497,_0x57010c){const _0x18d98d=_0x537ed3,_0x141c6d={'m1Prime':_0x5a0497,'m2Prime':_0x57010c};return _0x5a0497[_0x18d98d(0x13f)][_0x18d98d(0x213)]!==_0x57010c['params'][_0x18d98d(0x213)]||_0x5a0497[_0x18d98d(0x13f)][_0x18d98d(0x240)]!==_0x57010c[_0x18d98d(0x13f)][_0x18d98d(0x240)]||_0x5a0497[_0x18d98d(0x13f)][_0x18d98d(0x1e6)]!==_0x57010c[_0x18d98d(0x13f)]['col']?_0x141c6d:{'m1Prime':[],'m2Prime':[_0x57010c]};}},_0x38e80e={'m1':_0x472535[_0x537ed3(0x20c)]['id'],'m2':_0x472535[_0x537ed3(0x2fd)]['id'],'handler'(_0x8fcab0,_0x56c10b){const _0x359d44=_0x537ed3,_0x3fbb22={'m1Prime':_0x8fcab0,'m2Prime':_0x56c10b};return _0x8fcab0[_0x359d44(0x13f)]['unitId']!==_0x56c10b[_0x359d44(0x13f)][_0x359d44(0x213)]||_0x8fcab0[_0x359d44(0x13f)][_0x359d44(0x240)]!==_0x56c10b[_0x359d44(0x13f)][_0x359d44(0x240)]?_0x3fbb22:{'m1Prime':[],'m2Prime':[_0x56c10b]};}},_0xf53c50={'m1':_0x472535[_0x537ed3(0x20c)]['id'],'m2':_0x472535['SetSheetsFilterRangeMutation']['id'],'handler'(_0x1e0a18,_0x2bad6d){const _0x55e739=_0x537ed3,_0x57a9eb={'m1Prime':_0x1e0a18,'m2Prime':_0x2bad6d};return _0x1e0a18[_0x55e739(0x13f)]['unitId']!==_0x2bad6d[_0x55e739(0x13f)][_0x55e739(0x213)]||_0x1e0a18[_0x55e739(0x13f)][_0x55e739(0x240)]!==_0x2bad6d[_0x55e739(0x13f)][_0x55e739(0x240)]?_0x57a9eb:{'m1Prime':[],'m2Prime':[_0x2bad6d]};}},_0x2e1f34={'m1':_0x512b01['SetTabColorMutation']['id'],'m2':_0x512b01[_0x537ed3(0xe1)]['id'],'handler'(_0x3ce19e,_0x336125){const _0x13350d=_0x537ed3;return _0x3ce19e[_0x13350d(0x13f)][_0x13350d(0x213)]===_0x336125[_0x13350d(0x13f)][_0x13350d(0x213)]&&_0x3ce19e[_0x13350d(0x13f)]['subUnitId']===_0x336125['params']['subUnitId']&&_0x3ce19e[_0x13350d(0x13f)][_0x13350d(0x126)]!==_0x336125[_0x13350d(0x13f)][_0x13350d(0x126)]?{'error':new Error(_0x13350d(0x12b))}:{'m1Prime':_0x3ce19e,'m2Prime':_0x336125};}},_0x81cf92={'m1':_0x512b01['SetWorksheetColWidthMutation']['id'],'m2':_0x512b01['SetWorksheetColWidthMutation']['id'],'handler'(_0x50c462,_0x4f57c3){const _0x44b52e=_0x537ed3,_0x2dc064={'m1Prime':_0x50c462,'m2Prime':_0x4f57c3};if(_0x50c462[_0x44b52e(0x13f)][_0x44b52e(0x213)]!==_0x4f57c3[_0x44b52e(0x13f)][_0x44b52e(0x213)]||_0x50c462[_0x44b52e(0x13f)][_0x44b52e(0x240)]!==_0x4f57c3[_0x44b52e(0x13f)][_0x44b52e(0x240)])return _0x2dc064;const _0x575c02=_0x50c462['params'][_0x44b52e(0x23f)],_0x64aaef=[],_0x572498=_0x1c277e['Tools'][_0x44b52e(0x1d1)](_0x50c462),_0x2b3b77=_0x4f57c3[_0x44b52e(0x13f)][_0x44b52e(0x23f)];_0x575c02[_0x44b52e(0x22e)](_0x5e0eed=>{const _0xa9fc31=_0x44b52e,_0xabaa2e={'start':_0x5e0eed[_0xa9fc31(0x207)],'end':_0x5e0eed[_0xa9fc31(0x22a)]},_0x48471c=_0x2b3b77['map'](_0x562ca3=>({'start':_0x562ca3[_0xa9fc31(0x207)],'end':_0x562ca3[_0xa9fc31(0x22a)]})),_0x549f6f=_0x512545(_0xabaa2e,_0x48471c)['map'](_0x395a92=>({..._0x5e0eed,'startColumn':_0x395a92['start'],'endColumn':_0x395a92[_0xa9fc31(0x2ff)]}));_0x64aaef[_0xa9fc31(0x1aa)](..._0x549f6f);}),_0x572498[_0x44b52e(0x13f)][_0x44b52e(0x23f)]=_0x64aaef;const {colWidth:_0x46a323}=_0x572498[_0x44b52e(0x13f)],{colWidth:_0xf7f464}=_0x4f57c3['params'];return typeof _0x46a323!=_0x44b52e(0x24e)&&(typeof _0xf7f464!=_0x44b52e(0x24e)?Object[_0x44b52e(0x232)](_0xf7f464)['map'](Number)[_0x44b52e(0x22e)](_0x4f643e=>{_0x46a323[_0x4f643e]!=null&&delete _0x46a323[_0x4f643e];}):_0x2b3b77[_0x44b52e(0x22e)](_0xcba749=>{const _0x2326ae=_0x44b52e;for(let _0x15c1f9=_0xcba749[_0x2326ae(0x207)];_0x15c1f9<=_0xcba749[_0x2326ae(0x22a)];_0x15c1f9++)delete _0x46a323[_0x15c1f9];})),{'m1Prime':_0x572498,'m2Prime':_0x4f57c3};}},_0x979185={'m1':_0x512b01[_0x537ed3(0x25d)]['id'],'m2':_0x512b01['SetWorksheetNameMutation']['id'],'handler'(_0x429617,_0x325579){const _0x26f1ce=_0x537ed3,_0x3563e3={'m1Prime':_0x429617,'m2Prime':_0x325579};return _0x429617[_0x26f1ce(0x13f)]['unitId']!==_0x325579[_0x26f1ce(0x13f)][_0x26f1ce(0x213)]||_0x429617['params']['subUnitId']!==_0x325579[_0x26f1ce(0x13f)][_0x26f1ce(0x240)]?_0x3563e3:{'error':new Error(_0x26f1ce(0x170))};}},_0x15023f={'m1':_0x512b01[_0x537ed3(0x191)]['id'],'m2':_0x512b01[_0x537ed3(0x191)]['id'],'handler'(_0x413258,_0x3c0f8a){const _0x3d89d5=_0x537ed3,_0x5990e6={'m1Prime':_0x413258,'m2Prime':_0x3c0f8a};if(_0x413258[_0x3d89d5(0x13f)]['unitId']!==_0x3c0f8a[_0x3d89d5(0x13f)][_0x3d89d5(0x213)]||_0x413258['params'][_0x3d89d5(0x240)]!==_0x3c0f8a[_0x3d89d5(0x13f)][_0x3d89d5(0x240)])return _0x5990e6;const _0x47b47d=_0x413258[_0x3d89d5(0x13f)][_0x3d89d5(0x1e5)],_0x4e3241=[],_0x578579=_0x1c277e[_0x3d89d5(0x2a5)][_0x3d89d5(0x1d1)](_0x413258),_0x8a6bb0=_0x3c0f8a['params']['rowsAutoHeightInfo'];return _0x47b47d[_0x3d89d5(0x22e)](_0x17398f=>{const _0x21168f=_0x3d89d5;_0x8a6bb0[_0x21168f(0x27c)](_0x3fdf88=>_0x3fdf88[_0x21168f(0x148)]===_0x17398f[_0x21168f(0x148)])||_0x4e3241['push'](_0x17398f);}),_0x578579[_0x3d89d5(0x13f)][_0x3d89d5(0x1e5)]=_0x4e3241,{'m1Prime':_0x578579,'m2Prime':_0x3c0f8a};}},_0x5741c9={'m1':_0x512b01['SetWorksheetRowHeightMutation']['id'],'m2':_0x512b01[_0x537ed3(0x10f)]['id'],'handler'(_0x1da2b1,_0x16ed50){const _0x3db90c=_0x537ed3,_0x5dae99={'m1Prime':_0x1da2b1,'m2Prime':_0x16ed50};if(_0x1da2b1['params'][_0x3db90c(0x213)]!==_0x16ed50[_0x3db90c(0x13f)][_0x3db90c(0x213)]||_0x1da2b1['params']['subUnitId']!==_0x16ed50['params'][_0x3db90c(0x240)])return _0x5dae99;const _0xfd82da=_0x1da2b1[_0x3db90c(0x13f)]['ranges'],_0x3cde91=[],_0x214eba=_0x1c277e[_0x3db90c(0x2a5)][_0x3db90c(0x1d1)](_0x1da2b1),_0x1767fc=_0x16ed50[_0x3db90c(0x13f)][_0x3db90c(0x23f)];_0xfd82da['forEach'](_0x334e9c=>{const _0x2e5121=_0x3db90c,_0x4b90af={'start':_0x334e9c[_0x2e5121(0x224)],'end':_0x334e9c['endRow']},_0x157fca=_0x1767fc[_0x2e5121(0x1ed)](_0x4b9a18=>({'start':_0x4b9a18[_0x2e5121(0x224)],'end':_0x4b9a18[_0x2e5121(0x2ec)]})),_0xc48773=_0x512545(_0x4b90af,_0x157fca)[_0x2e5121(0x1ed)](_0x5c9715=>({..._0x334e9c,'startRow':_0x5c9715[_0x2e5121(0x1a2)],'endRow':_0x5c9715[_0x2e5121(0x2ff)]}));_0x3cde91[_0x2e5121(0x1aa)](..._0xc48773);}),_0x214eba['params'][_0x3db90c(0x23f)]=_0x3cde91;const {rowHeight:_0x44ab69}=_0x214eba[_0x3db90c(0x13f)],{rowHeight:_0x4fbcab}=_0x16ed50[_0x3db90c(0x13f)];return typeof _0x44ab69!=_0x3db90c(0x24e)&&(typeof _0x4fbcab!='number'?Object['keys'](_0x4fbcab)['map'](Number)['forEach'](_0x15995d=>{_0x44ab69[_0x15995d]!=null&&delete _0x44ab69[_0x15995d];}):_0x1767fc[_0x3db90c(0x22e)](_0x218485=>{const _0x5f3dab=_0x3db90c;for(let _0x1295e0=_0x218485[_0x5f3dab(0x224)];_0x1295e0<=_0x218485[_0x5f3dab(0x2ec)];_0x1295e0++)delete _0x44ab69[_0x1295e0];})),{'m1Prime':_0x214eba,'m2Prime':_0x16ed50};}},_0x465cfd={'m1':_0x512b01[_0x537ed3(0x27f)]['id'],'m2':_0x512b01['SetWorksheetRowIsAutoHeightMutation']['id'],'handler'(_0x4bbd98,_0x5cecec){const _0x451a7b=_0x537ed3,_0x1c8a69={'m1Prime':_0x4bbd98,'m2Prime':_0x5cecec};if(_0x4bbd98[_0x451a7b(0x13f)][_0x451a7b(0x213)]!==_0x5cecec[_0x451a7b(0x13f)][_0x451a7b(0x213)]||_0x4bbd98['params'][_0x451a7b(0x240)]!==_0x5cecec['params'][_0x451a7b(0x240)])return _0x1c8a69;const _0x58ae1a=_0x4bbd98[_0x451a7b(0x13f)][_0x451a7b(0x23f)],_0x56c669=[],_0x470fb3=_0x1c277e[_0x451a7b(0x2a5)][_0x451a7b(0x1d1)](_0x4bbd98),_0x391f42=_0x5cecec[_0x451a7b(0x13f)]['ranges'];_0x58ae1a[_0x451a7b(0x22e)](_0x2e2099=>{const _0x1a3578=_0x451a7b,_0x489fe3={'start':_0x2e2099[_0x1a3578(0x224)],'end':_0x2e2099[_0x1a3578(0x2ec)]},_0xf93770=_0x391f42['map'](_0x49a173=>({'start':_0x49a173['startRow'],'end':_0x49a173[_0x1a3578(0x2ec)]})),_0xcb53b1=_0x512545(_0x489fe3,_0xf93770)[_0x1a3578(0x1ed)](_0x110f5c=>({..._0x2e2099,'startRow':_0x110f5c[_0x1a3578(0x1a2)],'endRow':_0x110f5c[_0x1a3578(0x2ff)]}));_0x56c669[_0x1a3578(0x1aa)](..._0xcb53b1);}),_0x470fb3['params'][_0x451a7b(0x23f)]=_0x56c669;const {autoHeightInfo:_0x2bc58f}=_0x470fb3[_0x451a7b(0x13f)],{autoHeightInfo:_0x2ed74b}=_0x5cecec[_0x451a7b(0x13f)];return typeof _0x2bc58f!=_0x451a7b(0x24e)&&(typeof _0x2ed74b!=_0x451a7b(0x24e)?Object[_0x451a7b(0x232)](_0x2ed74b)[_0x451a7b(0x1ed)](Number)[_0x451a7b(0x22e)](_0x4d1c5b=>{_0x2bc58f[_0x4d1c5b]!=null&&delete _0x2bc58f[_0x4d1c5b];}):_0x391f42[_0x451a7b(0x22e)](_0x589e77=>{const _0x544407=_0x451a7b;for(let _0x1b75ef=_0x589e77[_0x544407(0x224)];_0x1b75ef<=_0x589e77[_0x544407(0x2ec)];_0x1b75ef++)delete _0x2bc58f[_0x1b75ef];})),{'m1Prime':_0x470fb3,'m2Prime':_0x5cecec};}},_0x5aa3bf={'m1':_0x151b41[_0x537ed3(0x139)]['id'],'m2':_0x151b41[_0x537ed3(0x139)]['id'],'handler':(_0x104200,_0x3372f4)=>{const _0x5de516=_0x537ed3,_0x48deb4=_0x104200['params'],_0x2af963=_0x3372f4['params'];return _0x48deb4[_0x5de516(0x213)]===_0x2af963[_0x5de516(0x213)]&&_0x48deb4[_0x5de516(0x240)]===_0x2af963['subUnitId']&&_0x48deb4[_0x5de516(0x287)][_0x5de516(0xf8)]===_0x2af963[_0x5de516(0x287)][_0x5de516(0xf8)]?{'m1Prime':[],'m2Prime':_0x3372f4}:{'m1Prime':_0x104200,'m2Prime':_0x3372f4};}},_0x32b023={'m1':_0x151b41[_0x537ed3(0x28f)]['id'],'m2':_0x151b41[_0x537ed3(0x28f)]['id'],'handler':(_0xedae9f,_0x3515aa)=>{const _0xe1fa4e=_0x537ed3,_0x4c2e39=_0xedae9f['params'],_0x12fbc9=_0x3515aa[_0xe1fa4e(0x13f)];return _0x4c2e39['unitId']===_0x12fbc9[_0xe1fa4e(0x213)]&&_0x4c2e39[_0xe1fa4e(0x240)]===_0x12fbc9[_0xe1fa4e(0x240)]&&_0x4c2e39[_0xe1fa4e(0x287)][_0xe1fa4e(0xf8)]===_0x12fbc9[_0xe1fa4e(0x287)][_0xe1fa4e(0xf8)]?{'m1Prime':[],'m2Prime':_0x3515aa}:{'m1Prime':_0xedae9f,'m2Prime':_0x3515aa};}},_0x3ea13c={'m1':_0x1d07e6[_0x537ed3(0x189)]['id'],'m2':_0x1d07e6['AddDataValidationMutation']['id'],'handler':(_0x1dff1a,_0x364109)=>{const _0x445ebb=_0x537ed3,_0x2f3753={'m1Prime':_0x1dff1a,'m2Prime':_0x364109},_0x132b95=_0x1dff1a[_0x445ebb(0x13f)],_0x80432d=_0x364109[_0x445ebb(0x13f)];if(_0x132b95[_0x445ebb(0x213)]!==_0x80432d[_0x445ebb(0x213)]||_0x132b95[_0x445ebb(0x240)]!==_0x80432d[_0x445ebb(0x240)])return _0x2f3753;if(_0x1dff1a[_0x445ebb(0x13f)][_0x445ebb(0x287)][_0x445ebb(0x1a1)]===_0x1d07e6['UpdateRuleType'][_0x445ebb(0x173)]){const {unitId:_0xca836b,subUnitId:_0x360a37}=_0x1dff1a[_0x445ebb(0x13f)],_0x31a7f2=Array[_0x445ebb(0x168)](_0x364109[_0x445ebb(0x13f)][_0x445ebb(0x2ef)])?_0x364109[_0x445ebb(0x13f)][_0x445ebb(0x2ef)]:[_0x364109[_0x445ebb(0x13f)][_0x445ebb(0x2ef)]],_0x352eb2=[],_0x463abc=new _0x1c277e[(_0x445ebb(0x2f6))](),_0x2e7e70=_0x1dff1a[_0x445ebb(0x13f)][_0x445ebb(0x287)][_0x445ebb(0x287)];_0x2e7e70[_0x445ebb(0x22e)](_0x6d56eb=>{const _0x93c749=_0x445ebb;_0x1c277e[_0x93c749(0x15d)][_0x93c749(0x23c)](_0x6d56eb,(_0x1db5ed,_0x2e55fc)=>{const _0x14939f=_0x93c749;_0x463abc['setValue'](_0x1db5ed,_0x2e55fc,_0x1dff1a['params'][_0x14939f(0x127)]);});}),_0x31a7f2[_0x445ebb(0x22e)](_0x25b4e2=>{const _0x412370=_0x445ebb;_0x25b4e2[_0x412370(0x23f)][_0x412370(0x22e)](_0xe0d179=>{const _0x29ec92=_0x412370;_0x1c277e[_0x29ec92(0x15d)][_0x29ec92(0x23c)](_0xe0d179,(_0x3a6bef,_0x38cc6c)=>{const _0x32179d=_0x29ec92;_0x463abc[_0x32179d(0x29f)](_0x3a6bef,_0x38cc6c,_0x25b4e2[_0x32179d(0x277)]);});});});const _0x596e1b=_0x1dff1a[_0x445ebb(0x13f)][_0x445ebb(0x127)],_0x2ad00c=_0x1c277e[_0x445ebb(0x1d6)](_0x463abc,_0x3dcbd0=>_0x3dcbd0===_0x596e1b);return _0x1c277e[_0x445ebb(0x19f)](_0x2ad00c,_0x2e7e70)||(_0x2ad00c[_0x445ebb(0xfe)]?_0x352eb2['push']({'id':_0x1d07e6[_0x445ebb(0x189)]['id'],'params':{'unitId':_0xca836b,'subUnitId':_0x360a37,'ruleId':_0x596e1b,'payload':{'type':_0x1d07e6['UpdateRuleType'][_0x445ebb(0x173)],'payload':_0x2ad00c}}}):_0x352eb2[_0x445ebb(0x1aa)]({'id':_0x1d07e6['RemoveDataValidationMutation']['id'],'params':{'unitId':_0xca836b,'subUnitId':_0x360a37,'ruleId':_0x596e1b}})),{'m1Prime':_0x352eb2[_0x445ebb(0xfe)]?_0x352eb2:[_0x1dff1a],'m2Prime':[..._0x352eb2,_0x364109]};}return _0x2f3753;}},_0x469025={'m1':_0x1d07e6[_0x537ed3(0x189)]['id'],'m2':_0x1d07e6[_0x537ed3(0x2bf)]['id'],'handler':(_0x169d5b,_0x2304b5)=>{const _0x3f51cd=_0x537ed3,_0x53fedf={'m1Prime':_0x169d5b,'m2Prime':_0x2304b5};if(_0x169d5b[_0x3f51cd(0x13f)][_0x3f51cd(0x213)]!==_0x2304b5['params'][_0x3f51cd(0x213)]||_0x169d5b[_0x3f51cd(0x13f)]['subUnitId']!==_0x2304b5[_0x3f51cd(0x13f)][_0x3f51cd(0x240)])return _0x53fedf;const _0x3c0131=_0x169d5b[_0x3f51cd(0x13f)]['ruleId'];return(Array[_0x3f51cd(0x168)](_0x2304b5[_0x3f51cd(0x13f)][_0x3f51cd(0x127)])?_0x2304b5[_0x3f51cd(0x13f)][_0x3f51cd(0x127)]:[_0x2304b5[_0x3f51cd(0x13f)]['ruleId']])[_0x3f51cd(0x21b)](_0x3c0131)>-0x1?{'m1Prime':[],'m2Prime':_0x2304b5}:_0x53fedf;}},_0x4d8027={'m1':_0x1d07e6[_0x537ed3(0x189)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x5cc67e,_0x4084c4)=>{const _0x42e530=_0x537ed3,_0x5162d1={'m1Prime':_0x5cc67e,'m2Prime':_0x4084c4},_0x37c9aa=_0x5cc67e[_0x42e530(0x13f)],_0x757012=_0x4084c4[_0x42e530(0x13f)];if(_0x37c9aa[_0x42e530(0x213)]===_0x757012['unitId']&&_0x37c9aa[_0x42e530(0x240)]===_0x757012['subUnitId']){const _0x2af20e=_0x1c277e[_0x42e530(0x2a5)]['deepClone'](_0x4084c4);if(_0x757012[_0x42e530(0x127)]===_0x37c9aa[_0x42e530(0x127)]&&_0x37c9aa[_0x42e530(0x287)][_0x42e530(0x1a1)]===_0x757012[_0x42e530(0x287)][_0x42e530(0x1a1)])return _0x37c9aa['payload']['type']===_0x1d07e6[_0x42e530(0x17d)][_0x42e530(0x173)]&&!_0x1c277e[_0x42e530(0x19f)](_0x37c9aa[_0x42e530(0x287)][_0x42e530(0x287)],_0x757012[_0x42e530(0x287)][_0x42e530(0x287)])?{'error':new Error(_0x42e530(0x265))}:{'m1Prime':[],'m2Prime':_0x2af20e};if(_0x37c9aa['payload'][_0x42e530(0x1a1)]===_0x1d07e6[_0x42e530(0x17d)][_0x42e530(0x173)]&&_0x757012[_0x42e530(0x287)][_0x42e530(0x1a1)]===_0x1d07e6[_0x42e530(0x17d)][_0x42e530(0x173)]&&_0x757012['ruleId']!==_0x37c9aa['ruleId']){let _0x13c266=function(_0xb46d6c,_0x112d1b){const _0x5a4a8d=_0x42e530;_0xb46d6c[_0x5a4a8d(0x22e)](_0x1691d9=>{const _0x333387=_0x5a4a8d;_0x1c277e['Range'][_0x333387(0x23c)](_0x1691d9,(_0x467503,_0x54b813)=>{const _0x4e9abc=_0x333387;_0x3b0ef8[_0x4e9abc(0x29f)](_0x467503,_0x54b813,_0x112d1b);});});};const _0x3b0ef8=new _0x1c277e[(_0x42e530(0x2f6))]();_0x13c266(_0x37c9aa[_0x42e530(0x287)][_0x42e530(0x287)],_0x37c9aa[_0x42e530(0x127)]),_0x13c266(_0x757012[_0x42e530(0x287)][_0x42e530(0x287)],_0x757012[_0x42e530(0x127)]);const _0x2f4fe1=_0x1c277e['queryObjectMatrix'](_0x3b0ef8,_0x400fef=>_0x400fef===_0x37c9aa[_0x42e530(0x127)]),_0x471ab5=!_0x1c277e[_0x42e530(0x19f)](_0x37c9aa[_0x42e530(0x287)]['payload'],_0x2f4fe1)?_0x2f4fe1[_0x42e530(0xfe)]?[{'id':_0x1d07e6[_0x42e530(0x189)]['id'],'params':{..._0x37c9aa,'payload':{'type':_0x1d07e6[_0x42e530(0x17d)]['RANGE'],'payload':_0x2f4fe1}}}]:[{'id':_0x1d07e6[_0x42e530(0x2bf)]['id'],'params':{..._0x37c9aa,'payload':void 0x0}}]:[];return{'m1Prime':[_0x5cc67e],'m2Prime':[..._0x471ab5,_0x4084c4]};}}return _0x5162d1;}},_0x2fa157={'m1':_0x429b66[_0x537ed3(0x144)]['id'],'m2':_0x429b66[_0x537ed3(0x144)]['id'],'handler':(_0x447bf1,_0x6dd3c5)=>{const _0x4ea177=_0x537ed3,_0x21dd07=_0x447bf1[_0x4ea177(0x13f)],_0x144f50=_0x6dd3c5['params'];return _0x21dd07[_0x4ea177(0x213)]===_0x144f50[_0x4ea177(0x213)]&&_0x21dd07['subUnitId']===_0x144f50['subUnitId']&&_0x21dd07['id']===_0x144f50['id']?{'m2Prime':_0x6dd3c5,'m1Prime':[]}:{'m1Prime':_0x447bf1,'m2Prime':_0x6dd3c5};}},_0x5450c0={'m1':_0x429b66[_0x537ed3(0x244)]['id'],'m2':_0x429b66['UpdateHyperLinkRefMutation']['id'],'handler':(_0x1d0e3d,_0x5c190c)=>{const _0x2562bc=_0x537ed3,_0x41e504=_0x1d0e3d[_0x2562bc(0x13f)],_0x291fea=_0x5c190c['params'];return _0x41e504[_0x2562bc(0x213)]===_0x291fea['unitId']&&_0x41e504[_0x2562bc(0x240)]===_0x291fea['subUnitId']&&_0x41e504['id']===_0x291fea['id']?{'m2Prime':_0x5c190c,'m1Prime':[]}:{'m1Prime':_0x1d0e3d,'m2Prime':_0x5c190c};}},_0x4a2e53={'m1':_0x512b01[_0x537ed3(0x281)]['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x38106a,_0x903ed9){const _0x10be6f=_0x537ed3,_0x44f3e0=_0x1c277e['Tools'][_0x10be6f(0x1d1)](_0x903ed9);return _0x38106a[_0x10be6f(0x13f)][_0x10be6f(0x240)]!==_0x903ed9[_0x10be6f(0x13f)]['subUnitId']||_0x38106a[_0x10be6f(0x13f)][_0x10be6f(0x213)]!==_0x903ed9['params']['unitId']?{'m1Prime':_0x38106a,'m2Prime':_0x44f3e0}:(_0x44f3e0['id']=_0x512b01[_0x10be6f(0x24f)]['id'],{'m1Prime':_0x38106a,'m2Prime':_0x44f3e0});}},_0x4f5ba3={'m1':_0x512b01[_0x537ed3(0x281)]['id'],'m2':_0x512b01['RemoveWorksheetMergeMutation']['id'],'handler'(_0x3ceaf0,_0x34508d){const _0x59ba26=_0x537ed3,_0x29d270=_0x1c277e[_0x59ba26(0x2a5)]['deepClone'](_0x34508d);return _0x3ceaf0[_0x59ba26(0x13f)][_0x59ba26(0x240)]!==_0x34508d[_0x59ba26(0x13f)][_0x59ba26(0x240)]||_0x3ceaf0[_0x59ba26(0x13f)][_0x59ba26(0x213)]!==_0x34508d[_0x59ba26(0x13f)][_0x59ba26(0x213)]?{'m1Prime':_0x3ceaf0,'m2Prime':_0x29d270}:(_0x29d270['id']=_0x512b01['EmptyMutation']['id'],{'m1Prime':_0x3ceaf0,'m2Prime':_0x29d270});}},_0xe31826={'m1':_0x512b01[_0x537ed3(0x1b8)]['id'],'m2':_0x512b01['InsertSheetMutation']['id'],'handler'(_0x381078,_0x7dc2a0){const _0xe90cf3=_0x537ed3;if(_0x381078['params'][_0xe90cf3(0x1d0)]['id']===_0x7dc2a0[_0xe90cf3(0x13f)][_0xe90cf3(0x1d0)]['id'])return{'error':new Error(_0xe90cf3(0xed))};const _0x1421a4=_0x1c277e[_0xe90cf3(0x2a5)]['deepClone'](_0x381078),_0x6fca6b=_0x1c277e[_0xe90cf3(0x2a5)]['deepClone'](_0x7dc2a0);return _0x1421a4[_0xe90cf3(0x13f)]['index']<=_0x6fca6b['params'][_0xe90cf3(0x135)]?_0x6fca6b['params']['index']+=0x1:_0x1421a4[_0xe90cf3(0x13f)][_0xe90cf3(0x135)]>_0x6fca6b['params'][_0xe90cf3(0x135)]&&(_0x1421a4[_0xe90cf3(0x13f)][_0xe90cf3(0x135)]+=0x1),_0x381078[_0xe90cf3(0x13f)][_0xe90cf3(0x1d0)]['name']===_0x7dc2a0[_0xe90cf3(0x13f)]['sheet']['name']?{'error':new Error('Two\x20mutation\x20have\x20the\x20same\x20worksheet\x20name!')}:{'m1Prime':_0x1421a4,'m2Prime':_0x6fca6b};}},_0x2d5276={'m1':_0x512b01[_0x537ed3(0x281)]['id'],'m2':_0x537ed3(0x2de),'handler'(_0x58ffed,_0x489cd6){const _0x5f0520=_0x537ed3;var _0x4b0157;return _0x58ffed[_0x5f0520(0x13f)][_0x5f0520(0x240)]===((_0x4b0157=_0x489cd6[_0x5f0520(0x13f)])==null?void 0x0:_0x4b0157[_0x5f0520(0x240)])&&_0x58ffed['id']!==_0x489cd6['id']?{'error':new Error(_0x5f0520(0x2ca))}:{'m1Prime':_0x58ffed,'m2Prime':_0x489cd6};}},_0x50eb68={'m1':_0x512b01[_0x537ed3(0x190)]['id'],'m2':_0x512b01[_0x537ed3(0x190)]['id'],'handler'(_0x2583b6,_0x32b686){const _0xe7f1f5=_0x537ed3,_0xb0db8=_0x1c277e[_0xe7f1f5(0x2a5)][_0xe7f1f5(0x1d1)](_0x2583b6),_0x3cb860=_0x1c277e['Tools'][_0xe7f1f5(0x1d1)](_0x32b686),_0x2f3875={'error':new Error(_0xe7f1f5(0x25c))};if(_0x2583b6[_0xe7f1f5(0x13f)][_0xe7f1f5(0x221)]===_0x32b686[_0xe7f1f5(0x13f)][_0xe7f1f5(0x221)])_0xb0db8['id']=_0x512b01[_0xe7f1f5(0x24f)]['id'],_0x3cb860['params'][_0xe7f1f5(0x221)]=_0x2583b6[_0xe7f1f5(0x13f)][_0xe7f1f5(0x25b)];else{_0x2583b6[_0xe7f1f5(0x13f)]['fromOrder']===_0x2583b6[_0xe7f1f5(0x13f)][_0xe7f1f5(0x25b)]&&(_0xb0db8['id']=_0x512b01[_0xe7f1f5(0x24f)]['id']),_0x32b686[_0xe7f1f5(0x13f)]['fromOrder']===_0x32b686['params'][_0xe7f1f5(0x25b)]&&(_0x3cb860['id']=_0x512b01[_0xe7f1f5(0x24f)]['id']);const _0x534976=[Math[_0xe7f1f5(0x123)](_0x2583b6[_0xe7f1f5(0x13f)][_0xe7f1f5(0x221)],_0x2583b6[_0xe7f1f5(0x13f)]['toOrder']),Math[_0xe7f1f5(0x2cd)](_0x2583b6[_0xe7f1f5(0x13f)][_0xe7f1f5(0x221)],_0x2583b6['params'][_0xe7f1f5(0x25b)])],_0x13077b=[Math[_0xe7f1f5(0x123)](_0x32b686['params'][_0xe7f1f5(0x221)],_0x32b686[_0xe7f1f5(0x13f)][_0xe7f1f5(0x25b)]),Math['max'](_0x32b686[_0xe7f1f5(0x13f)][_0xe7f1f5(0x221)],_0x32b686[_0xe7f1f5(0x13f)][_0xe7f1f5(0x25b)])];if(_0x534976[0x0]<=_0x13077b[0x1]&&_0x534976[0x1]>=_0x13077b[0x0])return _0x2f3875;}return{'m1Prime':_0xb0db8,'m2Prime':_0x3cb860};}},_0x5c7924={'m1':_0x512b01[_0x537ed3(0x1b8)]['id'],'m2':_0x512b01[_0x537ed3(0x190)]['id'],'handler'(_0x38595d,_0x37fe79){const _0x15e420=_0x537ed3,_0x356bc4=_0x1c277e[_0x15e420(0x2a5)][_0x15e420(0x1d1)](_0x38595d),_0x2928fa=_0x1c277e[_0x15e420(0x2a5)][_0x15e420(0x1d1)](_0x37fe79);return _0x38595d[_0x15e420(0x13f)]['index']<=_0x37fe79[_0x15e420(0x13f)][_0x15e420(0x179)]&&(_0x2928fa['params'][_0x15e420(0x179)]+=0x1),{'m1Prime':_0x356bc4,'m2Prime':_0x2928fa};}},_0x2e894c={'m1':'any','m2':_0x512b01[_0x537ed3(0x281)]['id'],'handler'(_0x22884c,_0x585c7c){return{'m1Prime':_0x22884c,'m2Prime':_0x585c7c};}},_0x1aba97=[_0xe31826,_0x5c7924,_0x2d5276,_0x2e894c,_0x50eb68];var _0xe21fc9=Object[_0x537ed3(0x118)],_0x4eea98=Object[_0x537ed3(0x259)],_0x3b3505=(_0x51a3a5,_0x263044,_0x4e8149,_0xf1c6e)=>{for(var _0x28162d=_0xf1c6e>0x1?void 0x0:_0xf1c6e?_0x4eea98(_0x263044,_0x4e8149):_0x263044,_0x232ef1=_0x51a3a5['length']-0x1,_0x39eba0;_0x232ef1>=0x0;_0x232ef1--)(_0x39eba0=_0x51a3a5[_0x232ef1])&&(_0x28162d=(_0xf1c6e?_0x39eba0(_0x263044,_0x4e8149,_0x28162d):_0x39eba0(_0x28162d))||_0x28162d);return _0xf1c6e&&_0x28162d&&_0xe21fc9(_0x263044,_0x4e8149,_0x28162d),_0x28162d;},_0xf9a8c5=(_0x57db56,_0x5bc649)=>(_0xd24faf,_0x3f1d04)=>_0x5bc649(_0xd24faf,_0x3f1d04,_0x57db56);_0x168fa1[_0x537ed3(0x1dc)]=class extends _0x1c277e[_0x537ed3(0x26a)]{constructor(_0x49281f){super(),this['_transformService']=_0x49281f,[..._0x1aba97,_0x247d7e,_0x5a9c22,_0x479487,_0x2cbec7,_0x4f2882,_0x1f91f0,_0x13328d,_0x41f8b3,_0x5574fb,_0x187da3,_0x4286cb,_0x357fc5,_0x3d66f3,_0x214754,_0x5a5290,_0x125471,_0x44eb7a,_0x1d7c73,_0x4d7f4c,_0x230ef7,_0x9e139b,_0x4a670b,_0x939a25,_0x5bee82,_0x321603,_0x39d502,_0x30ee91,_0x4868c4,_0x519c15,_0x433046,_0x2f7011,_0x384858,_0x2710b8,_0x550b1f,_0x420db6,_0x4f7927,_0x401ed3,_0x40dfe0,_0x4c5e5d,_0x30fa0e,_0x2dd404,_0x21d953,_0xccfbde,_0x35ea9b,_0x4edc25,_0x5a8311,_0x24cb98,_0xcf6821,_0x5cb8c8,_0x3d4762,_0x271b25,_0x91b329,_0x41414c,_0x57fc33,_0x552909,_0x1ec33e,_0xaf372a,_0x42a0f1,_0x563bcc,_0x2d783a,_0x5bebe3,_0x4ba80e,_0x42a5dd,_0x455733,_0x13afc1,_0xc07a0f,_0x57767f,_0x59ea9f,_0x589873,_0x299a2b,_0x18f070,_0x498d19,_0x324dcb,_0x2190e5,_0x45350e,_0x4ee9e5,_0x1806e4,_0x979185,_0x51c33c,_0x2e1f34,_0x81cf92,_0x15023f,_0x5741c9,_0x465cfd,_0x5d7408,_0x319206,_0x1bd6d7,_0x2d4b32,_0x3419ba,_0x586b10,_0x500a9a,_0x1e1f7b,_0x3f7391,_0x2c8b4e,_0x2d6ff5,_0x4d8027,_0x4f1ff8,_0x427aec,_0x39bd7c,_0x39b5c0,_0x33471d,_0x50083d,_0x6b7260,_0x20c838,_0x4a016f,_0x34be3e,_0x448e9b,_0x4b5171,_0x30a12f,_0x3ea13c,_0x469025,_0x1c2104,_0x15eafa,_0x5ea2fd,_0x1d0161,_0x1b0d2a,_0x2bef77,_0x47d117,_0x15f607,_0x4640df,_0x14e2d1,_0x347d22,_0x57063a,_0x3271b8,_0xf53c50,_0x38e80e,_0x23cbf0,_0x325a1b,_0x49a56f,_0x16f7db,_0x1ec684,_0x22af5c,_0x3db333,_0x140610,_0x2a3d00,_0x37c2b6,_0x56a2cd,_0x4e58bc,_0x371544,_0x55885c,_0x349014,_0x448bef,_0x53977c,_0x274a69,_0x4a2e53,_0x119c59,_0x2673b2,_0x458a0c,_0x2e0121,_0x3df777,_0x5088ab,_0x4f5ba3,_0x58af0b,_0x309f30,_0x4ee682,_0x5cb384,_0x3f8959,_0xa9f444,_0x1f918d,_0x454fcc,_0xff9fc4,_0x399d7c,_0x350b9d,_0x401254,_0x32b023,_0x5aa3bf,_0x3e6c17,_0x2d794,_0xc33fd8,_0x27b98d,_0xb580d3,_0x107b37,_0xcfb6b,_0x3c1d65,_0x32ea96,_0x3201a6,_0x2d141e,_0x10a95c,_0x261e25,_0x1630ae,_0x2fa157,_0x5450c0,_0xa05fd0,_0x2c68ba,_0x4d14f8,_0x5c0370,_0xbe251a,_0x75a4a9,_0x24b09f,_0x240888,_0x96caa3,_0x5ea22c,_0x422baa,_0xa90a37,_0x4439c6,_0xaf4559,_0x33abca,_0x1923f9,_0x307fa5,_0x2d186a,_0x85921d,_0x4430c5,_0x55de09,_0x5ef21c,_0x2eb5a6,_0x75875d,_0x48065c,_0x20d6c3,_0x5629ac,_0x3ab5ff,_0x2f0014,_0x3fea97,_0x5b491c,_0x2ed1e5,_0x5244be,_0x649947,_0x5c200c,_0x11f32c,_0x31cd48,_0x244c2a,_0x29d631,_0x5abfde,_0x1e1cb9,_0x14f8ce,_0x3be279,_0x425414,_0x358958,_0xa752eb,_0x40d9a2,_0x3b6ee3,_0x3ded76,_0x53d04f,_0x4cfcb8,_0x28a75c,_0x1548d5,_0x1d735d,_0x3a9c52,_0x3c59e9,_0x1ef66e,_0x385254,_0x15012a,_0xc06906,_0x5fda4b,_0x591b89,_0x3acf3c,_0x57af72,_0x370976,_0x3de4c9,_0x37463b,_0x263086,_0x20ae0f,_0x2ad52d,_0x4ba261,_0x4dd46a,_0x5ed909,_0x598849,_0xcc3596,_0x3e6f67,_0x5f14f9,_0x999d8d,_0x139f2b,_0x157e1f,_0xb0248c,_0x59a842,_0x46deb9,_0x245e95,_0x30561d,_0x1e3cfc]['forEach'](_0x426133=>{const _0x520127=_0x2f46;this['_transformService'][_0x520127(0x1bc)](_0x426133);});}},_0x168fa1[_0x537ed3(0x1dc)]=_0x3b3505([_0xf9a8c5(0x0,_0x563c8f)],_0x168fa1['SheetTransformController']);function _0x2378b3(_0x519e7f,_0x100f31,_0x42897f='right'){const _0x16b71d=_0x537ed3,_0xda30fd=[];for(const _0x349768 of _0x100f31){const _0x3376ef=_0x1c277e[_0x16b71d(0xf6)][_0x16b71d(0x162)](_0x519e7f,_0x349768[_0x16b71d(0x20d)],_0x42897f),_0x36f8f4=_0x1c277e['JSONX'][_0x16b71d(0x162)](_0x519e7f,_0x349768['endOffset'],_0x42897f),_0x2b97fb={..._0x349768,'startOffset':_0x3376ef,'endOffset':_0x36f8f4,'collapsed':_0x3376ef===_0x36f8f4};_0xda30fd[_0x16b71d(0x1aa)](_0x2b97fb);}return _0xda30fd;}const _0x279d99=[{'m1':_0x8aa25d[_0x537ed3(0x290)]['id'],'m2':_0x8aa25d[_0x537ed3(0x290)]['id'],'handler'(_0x5c04cc,_0xa9ed4){const _0x4525d2=_0x537ed3;if(_0x5c04cc[_0x4525d2(0x13f)][_0x4525d2(0x213)]!==_0xa9ed4[_0x4525d2(0x13f)][_0x4525d2(0x213)])return{'error':new Error('Two\x20mutation\x20need\x20have\x20the\x20same\x20unitId!')};const _0x2d59e9=_0x1c277e['Tools']['deepClone'](_0x5c04cc),_0x119249=_0x1c277e[_0x4525d2(0x2a5)]['deepClone'](_0xa9ed4);return{'m1Prime':{..._0x2d59e9,'params':{..._0x2d59e9[_0x4525d2(0x13f)],'actions':_0x1c277e[_0x4525d2(0xf6)][_0x4525d2(0x130)](_0x2d59e9['params'][_0x4525d2(0x105)],_0x119249['params'][_0x4525d2(0x105)],_0x4525d2(0x260)),'textRanges':_0x2d59e9[_0x4525d2(0x13f)][_0x4525d2(0x205)]?_0x2378b3(_0x119249[_0x4525d2(0x13f)][_0x4525d2(0x105)],_0x2d59e9[_0x4525d2(0x13f)][_0x4525d2(0x205)],_0x4525d2(0x302)):null}},'m2Prime':{..._0x119249,'params':{..._0x119249[_0x4525d2(0x13f)],'actions':_0x1c277e[_0x4525d2(0xf6)][_0x4525d2(0x130)](_0x119249['params'][_0x4525d2(0x105)],_0x2d59e9['params'][_0x4525d2(0x105)],'right'),'textRanges':_0x119249[_0x4525d2(0x13f)]['textRanges']?_0x2378b3(_0x2d59e9[_0x4525d2(0x13f)]['actions'],_0x119249[_0x4525d2(0x13f)]['textRanges'],_0x4525d2(0x302)):null}}};}}];var _0x460753=Object[_0x537ed3(0x118)],_0x2b491c=Object[_0x537ed3(0x259)],_0x56bf93=(_0x1c338b,_0x58b7ae,_0x4ce009,_0xed5ae3)=>{const _0x3ada5b=_0x537ed3;for(var _0x558b86=_0xed5ae3>0x1?void 0x0:_0xed5ae3?_0x2b491c(_0x58b7ae,_0x4ce009):_0x58b7ae,_0x42704a=_0x1c338b[_0x3ada5b(0xfe)]-0x1,_0x42906b;_0x42704a>=0x0;_0x42704a--)(_0x42906b=_0x1c338b[_0x42704a])&&(_0x558b86=(_0xed5ae3?_0x42906b(_0x58b7ae,_0x4ce009,_0x558b86):_0x42906b(_0x558b86))||_0x558b86);return _0xed5ae3&&_0x558b86&&_0x460753(_0x58b7ae,_0x4ce009,_0x558b86),_0x558b86;},_0x11683a=(_0x3ceabd,_0x4a7f59)=>(_0x5e330f,_0x5777f4)=>_0x4a7f59(_0x5e330f,_0x5777f4,_0x3ceabd);_0x168fa1['DocTransformController']=class extends _0x1c277e[_0x537ed3(0x26a)]{constructor(_0x30f83b){const _0x15214e=_0x537ed3;super(),this[_0x15214e(0x1fe)]=_0x30f83b,[..._0x279d99][_0x15214e(0x22e)](_0x2cc9ca=>{const _0x1b9419=_0x15214e;this[_0x1b9419(0x1fe)][_0x1b9419(0x1bc)](_0x2cc9ca);});}},_0x168fa1['DocTransformController']=_0x56bf93([_0x11683a(0x0,_0x563c8f)],_0x168fa1[_0x537ed3(0xf0)]);function _0x2aef03(_0x5eb3ad){const _0x1466c0=_0x537ed3;return{..._0x5eb3ad,'mutations':_0x5eb3ad[_0x1466c0(0x22b)]['map'](_0x236e7e)};}function _0x17555e(_0x29eba3){const _0xbbe642=_0x537ed3;return _0x29eba3[_0xbbe642(0x1ed)](_0xc746ca=>({'id':_0xc746ca['id'],'params':JSON[_0xbbe642(0x176)](_0xc746ca[_0xbbe642(0xe8)])}));}function _0x1daa61(_0x32108f){const _0x582e0f=_0x537ed3;return{..._0x32108f,'mutations':_0x32108f[_0x582e0f(0x22b)][_0x582e0f(0x1ed)](_0x821099)};}function _0x236e7e(_0x12fdaa){const _0x12a629=_0x537ed3;return{'id':_0x12fdaa['id'],'params':JSON[_0x12a629(0x176)](_0x12fdaa[_0x12a629(0xe8)])};}function _0x821099(_0x54b6a2){const _0x5be3a2=_0x537ed3;return{'id':_0x54b6a2['id'],'data':JSON[_0x5be3a2(0x193)](_0x54b6a2[_0x5be3a2(0x13f)])};}var _0x146ce9=(_0x2964c0=>(_0x2964c0['FETCH_MISSING']=_0x537ed3(0x134),_0x2964c0[_0x537ed3(0x116)]=_0x537ed3(0x2b2),_0x2964c0[_0x537ed3(0x249)]='submit_changeset',_0x2964c0['CHANGESET_ACK']=_0x537ed3(0x278),_0x2964c0[_0x537ed3(0x1fc)]=_0x537ed3(0x101),_0x2964c0[_0x537ed3(0x1e0)]=_0x537ed3(0x1a7),_0x2964c0[_0x537ed3(0x2ab)]=_0x537ed3(0x231),_0x2964c0[_0x537ed3(0x2fe)]=_0x537ed3(0x1b7),_0x2964c0[_0x537ed3(0x1fa)]=_0x537ed3(0x10a),_0x2964c0[_0x537ed3(0x2f4)]=_0x537ed3(0x1cd),_0x2964c0['UNIT_DELETE']=_0x537ed3(0x117),_0x2964c0[_0x537ed3(0x11b)]=_0x537ed3(0x2e8),_0x2964c0[_0x537ed3(0x1de)]='liveshare.new_host',_0x2964c0[_0x537ed3(0x153)]=_0x537ed3(0x1d9),_0x2964c0[_0x537ed3(0x202)]=_0x537ed3(0x13d),_0x2964c0[_0x537ed3(0x1f7)]=_0x537ed3(0x20e),_0x2964c0[_0x537ed3(0x2b7)]=_0x537ed3(0x2ae),_0x2964c0['PERMISSION_REJ']=_0x537ed3(0x161),_0x2964c0['COMMENT_UPDATE']=_0x537ed3(0x206),_0x2964c0[_0x537ed3(0x2da)]=_0x537ed3(0x172),_0x2964c0[_0x537ed3(0x10b)]='should_close_conn',_0x2964c0))(_0x146ce9||{});const _0x1a76a1=_0x537ed3(0x2dd),_0xf638ca={};var _0x178e7b=Object[_0x537ed3(0x118)],_0x8fcc34=Object[_0x537ed3(0x259)],_0x132c1b=(_0x207d62,_0x2241a0,_0xd74194,_0x504d9e)=>{for(var _0x1a38d7=_0x504d9e>0x1?void 0x0:_0x504d9e?_0x8fcc34(_0x2241a0,_0xd74194):_0x2241a0,_0x304f9f=_0x207d62['length']-0x1,_0x24d401;_0x304f9f>=0x0;_0x304f9f--)(_0x24d401=_0x207d62[_0x304f9f])&&(_0x1a38d7=(_0x504d9e?_0x24d401(_0x2241a0,_0xd74194,_0x1a38d7):_0x24d401(_0x1a38d7))||_0x1a38d7);return _0x504d9e&&_0x1a38d7&&_0x178e7b(_0x2241a0,_0xd74194,_0x1a38d7),_0x1a38d7;},_0x31fee8=(_0x18e382,_0x57bf64)=>(_0xcb2477,_0x3af32b)=>_0x57bf64(_0xcb2477,_0x3af32b,_0x18e382);let _0x1d4e4a=class extends _0x1c277e[_0x537ed3(0x26a)]{constructor(_0x2e268c){const _0x1335b9=_0x537ed3;super(),this[_0x1335b9(0x19c)]=_0x2e268c,[_0x3154b6][_0x1335b9(0x22e)](_0x4d37a9=>this[_0x1335b9(0x19c)][_0x1335b9(0x19e)](_0x4d37a9));}};_0x1d4e4a=_0x132c1b([_0x31fee8(0x0,_0x1c277e[_0x537ed3(0x2b5)])],_0x1d4e4a);const _0x4ee011=_0x1c66b8=>{const _0x322d0d=_0x537ed3,_0xdc58ec={};if(!_0x1c66b8)return{'cellValue':_0x1c66b8,'styleRefMap':void 0x0};const _0x402549=[];return{'cellValue':new _0x1c277e[(_0x322d0d(0x2f6))](_0x1c277e[_0x322d0d(0x2a5)][_0x322d0d(0x1d1)](_0x1c66b8))['forValue']((_0x54260e,_0x1c543c,_0x58a981)=>{const _0x53cc9b=_0x322d0d,_0x3fb962=_0x58a981&&_0x58a981['s'];if(_0x3fb962&&typeof _0x3fb962===_0x53cc9b(0x28b)){const _0x53b334=JSON[_0x53cc9b(0x193)](_0x3fb962),_0x319cc1=_0x402549['findIndex'](_0x470120=>_0x470120===_0x53b334);if(_0x319cc1>-0x1)_0x58a981['s']=''+_0x319cc1;else{const _0x5eca35=_0x402549[_0x53cc9b(0x1aa)](_0x53b334)-0x1;_0xdc58ec[_0x5eca35]=_0x3fb962,_0x58a981['s']=''+_0x5eca35;}}})[_0x322d0d(0x2ce)](),'styleRefMap':_0xdc58ec};},_0x5bc882=(_0x13c3e9,_0x528223)=>!_0x13c3e9||!_0x528223?_0x13c3e9:new _0x1c277e[(_0x537ed3(0x2f6))](_0x1c277e[_0x537ed3(0x2a5)]['deepClone'](_0x13c3e9))['forValue']((_0x2da47a,_0x5d2a3c,_0x28dfc8)=>{const _0x496f36=_0x537ed3,_0x5cc006=_0x28dfc8&&_0x28dfc8['s'];if(_0x5cc006&&typeof _0x5cc006===_0x496f36(0x2a7)){const _0x1d323c=_0x528223[_0x5cc006];_0x1d323c&&(_0x28dfc8['s']=_0x1d323c);}})[_0x537ed3(0x2ce)](),_0x56a864=_0x1c277e[_0x537ed3(0x1ca)](_0x537ed3(0x1c1)),_0x44efef=_0x1c277e[_0x537ed3(0x1ca)]('COMPRESS_MUTATION_SEND');class _0x2fea48{constructor(){const _0x1567fd=_0x537ed3;_0xfda5c4(this,_0x1567fd(0x1bb),new _0x1c277e[(_0x1567fd(0x251))]({'COMPRESS_MUTATION_APPLY':_0x56a864,'COMPRESS_MUTATION_SEND':_0x44efef})),this[_0x1567fd(0x19b)]();}[_0x537ed3(0x19b)](){const _0x466bc7=_0x537ed3;this[_0x466bc7(0x1bb)][_0x466bc7(0x1eb)](this[_0x466bc7(0x1bb)]['getInterceptPoints']()[_0x466bc7(0x1c1)],{'priority':-0x1,'handler':_0x145fd6=>_0x145fd6}),this[_0x466bc7(0x1bb)][_0x466bc7(0x1eb)](this[_0x466bc7(0x1bb)][_0x466bc7(0x107)]()[_0x466bc7(0x2ac)],{'priority':-0x1,'handler':_0x24de68=>_0x24de68}),this[_0x466bc7(0x267)]();}['_initSetRangeValues'](){const _0x488f54=_0x537ed3;this[_0x488f54(0x1bb)][_0x488f54(0x1eb)](this[_0x488f54(0x1bb)]['getInterceptPoints']()[_0x488f54(0x1c1)],{'handler':(_0x2db1e3,_0x5c58e7,_0x1389e1)=>{const _0x452177=_0x488f54;if(!_0x2db1e3)return _0x1389e1(_0x2db1e3);const _0x5211ca=_0x2db1e3[_0x452177(0x1ed)](_0x20a188=>{const _0x3857db=_0x452177;if(_0x20a188['id']===_0x512b01[_0x3857db(0x2e9)]['id']){const _0x472934=_0x20a188[_0x3857db(0x13f)];if(!_0x472934['styleRefMap'])return _0x20a188;const _0xe4901c=_0x5bc882(_0x472934[_0x3857db(0x1d3)],_0x472934[_0x3857db(0x1b9)]);return{..._0x20a188,'params':{..._0x472934,'cellValue':_0xe4901c}};}return _0x20a188;});return _0x1389e1(_0x5211ca);}}),this[_0x488f54(0x1bb)][_0x488f54(0x1eb)](this['interceptor'][_0x488f54(0x107)]()[_0x488f54(0x2ac)],{'handler':(_0x480b01,_0x326c80,_0x5de42a)=>{const _0x26a77f=_0x488f54;if(!_0x480b01)return _0x5de42a(_0x480b01);const _0x2dc1f9=_0x480b01[_0x26a77f(0x1ed)](_0x185eec=>{const _0x49010f=_0x26a77f;if(_0x185eec['id']===_0x512b01['SetRangeValuesMutation']['id']){const _0x8854ff=_0x185eec[_0x49010f(0x13f)];return _0x8854ff[_0x49010f(0x1b9)]?_0x185eec:{..._0x185eec,'params':{..._0x8854ff,..._0x4ee011(_0x8854ff[_0x49010f(0x1d3)])}};}return _0x185eec;});return _0x5de42a(_0x2dc1f9);}});}}var _0x335bda=Object[_0x537ed3(0x118)],_0x4e93e7=Object[_0x537ed3(0x259)],_0x2c5054=(_0x3be4c1,_0xb40f92,_0x308793,_0x4d3603)=>{const _0x15b34d=_0x537ed3;for(var _0x354e40=_0x4d3603>0x1?void 0x0:_0x4d3603?_0x4e93e7(_0xb40f92,_0x308793):_0xb40f92,_0x3940dc=_0x3be4c1[_0x15b34d(0xfe)]-0x1,_0x278052;_0x3940dc>=0x0;_0x3940dc--)(_0x278052=_0x3be4c1[_0x3940dc])&&(_0x354e40=(_0x4d3603?_0x278052(_0xb40f92,_0x308793,_0x354e40):_0x278052(_0x354e40))||_0x354e40);return _0x4d3603&&_0x354e40&&_0x335bda(_0xb40f92,_0x308793,_0x354e40),_0x354e40;},_0x3ea778=(_0x4a4f1d,_0x41325a)=>(_0x14ada4,_0x3fb8e0)=>_0x41325a(_0x14ada4,_0x3fb8e0,_0x4a4f1d);const _0x2ec8d3=new Set([_0x512b01[_0x537ed3(0x1b8)]['id'],_0x512b01[_0x537ed3(0x281)]['id'],_0x512b01[_0x537ed3(0x238)]['id'],_0x512b01[_0x537ed3(0x255)]['id'],_0x512b01[_0x537ed3(0xe4)]['id']]),_0x36ca5f=new Set([_0x512b01[_0x537ed3(0x1b8)]['id'],_0x512b01[_0x537ed3(0x281)]['id'],_0x3154b6['id'],_0x512b01['SetFrozenMutation']['id']]);_0x168fa1[_0x537ed3(0x26f)]=class{constructor(_0x5e4774){const _0x3e018e=_0x537ed3;this[_0x3e018e(0x154)]=_0x5e4774;}['getCurrentRevOfUnit'](_0x47869f){const _0x65dd23=_0x537ed3,_0x593a64=this[_0x65dd23(0x154)]['getUnit'](_0x47869f);if(!_0x593a64)throw new Error('[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitId:\x20'+_0x47869f+'.');return _0x593a64[_0x65dd23(0xff)]();}[_0x537ed3(0x2e5)](_0x345bbf){const _0x85c86e=_0x537ed3,_0x3870b7=this['_univerInstanceService']['getUnit'](_0x345bbf);if(!_0x3870b7)throw new Error('[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitID:\x20'+_0x345bbf+'.');return _0x3870b7[_0x85c86e(0x27a)](),_0x3870b7[_0x85c86e(0xff)]();}['setRevOfUnit'](_0x479365,_0x2eb1c2){const _0x5d461d=_0x537ed3,_0x60a648=this[_0x5d461d(0x154)]['getUnit'](_0x479365);_0x60a648&&_0x60a648[_0x5d461d(0x18c)](_0x2eb1c2);}},_0x168fa1[_0x537ed3(0x26f)]=_0x2c5054([_0x3ea778(0x0,_0x1c277e[_0x537ed3(0x120)])],_0x168fa1[_0x537ed3(0x26f)]);var _0xcc1f82=(_0x29fcb5=>(_0x29fcb5[_0x29fcb5[_0x537ed3(0x2dc)]=0x0]=_0x537ed3(0x2dc),_0x29fcb5[_0x29fcb5['OK']=0x1]='OK',_0x29fcb5[_0x29fcb5[_0x537ed3(0x22c)]=0x2]=_0x537ed3(0x22c),_0x29fcb5[_0x29fcb5[_0x537ed3(0x258)]=0x3]=_0x537ed3(0x258),_0x29fcb5[_0x29fcb5[_0x537ed3(0x2d0)]=0x4]='NOT_FOUND',_0x29fcb5[_0x29fcb5[_0x537ed3(0x210)]=0x5]=_0x537ed3(0x210),_0x29fcb5[_0x29fcb5['ALREADY_EXISTS']=0x6]=_0x537ed3(0x110),_0x29fcb5[_0x29fcb5[_0x537ed3(0x1ee)]=0x7]='INVALID_ARGUMENT',_0x29fcb5[_0x29fcb5['TOO_MANY_REQUESTS']=0x8]=_0x537ed3(0x283),_0x29fcb5[_0x29fcb5[_0x537ed3(0x2a3)]=0x9]='COMPLETION_FINISHED',_0x29fcb5[_0x29fcb5[_0x537ed3(0x198)]=0x1389]='CHANGESET_REVISION_CONFILICT',_0x29fcb5[_0x29fcb5[_0x537ed3(0x22f)]=0x1771]='SNAPSHOT_INVALID_SNAPSHOT',_0x29fcb5[_0x29fcb5[_0x537ed3(0x250)]=0x1772]=_0x537ed3(0x250),_0x29fcb5[_0x29fcb5['ENSURE_SNAPSHOT_EXECUTION']=0x1773]=_0x537ed3(0x225),_0x29fcb5[_0x29fcb5[_0x537ed3(0x2c6)]=0x1b59]=_0x537ed3(0x2c6),_0x29fcb5[_0x29fcb5[_0x537ed3(0xf9)]=0x1b5a]=_0x537ed3(0xf9),_0x29fcb5[_0x29fcb5[_0x537ed3(0x24c)]=0x1b5b]=_0x537ed3(0x24c),_0x29fcb5[_0x29fcb5[_0x537ed3(0x14a)]=0x1b5c]=_0x537ed3(0x14a),_0x29fcb5[_0x29fcb5[_0x537ed3(0xe5)]=0x1b5d]=_0x537ed3(0xe5),_0x29fcb5[_0x29fcb5[_0x537ed3(0x2a2)]=0x1f41]=_0x537ed3(0x2a2),_0x29fcb5[_0x29fcb5[_0x537ed3(0x2af)]=0x2329]=_0x537ed3(0x2af),_0x29fcb5[_0x29fcb5[_0x537ed3(0x21d)]=0x232a]='LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED',_0x29fcb5[_0x29fcb5[_0x537ed3(0x28c)]=0x232b]='LICENSE_IMPORT_SIZE_EXCEEDED',_0x29fcb5[_0x29fcb5[_0x537ed3(0x17e)]=0x232c]=_0x537ed3(0x17e),_0x29fcb5[_0x29fcb5[_0x537ed3(0x1ab)]=0x232d]=_0x537ed3(0x1ab),_0x29fcb5[_0x29fcb5[_0x537ed3(0x1d7)]=0x2711]=_0x537ed3(0x1d7),_0x29fcb5[_0x29fcb5['YUUMI_URL_COL_OUT_OF_RANGE']=0x2712]='YUUMI_URL_COL_OUT_OF_RANGE',_0x29fcb5[_0x29fcb5[_0x537ed3(0x157)]=0x2713]='YUUMI_RATE_OVER_LIMIT',_0x29fcb5[_0x29fcb5[_0x537ed3(0x2b9)]=0x2714]=_0x537ed3(0x2b9),_0x29fcb5[_0x29fcb5[_0x537ed3(0x109)]=-0x1]=_0x537ed3(0x109),_0x29fcb5))(_0xcc1f82||{}),_0x5996a6=(_0x1548c1=>(_0x1548c1[_0x1548c1['UNIVER_UNKNOWN']=0x0]=_0x537ed3(0x175),_0x1548c1[_0x1548c1[_0x537ed3(0x10e)]=0x1]=_0x537ed3(0x10e),_0x1548c1[_0x1548c1[_0x537ed3(0x113)]=0x2]=_0x537ed3(0x113),_0x1548c1[_0x1548c1['UNIVER_SLIDE']=0x3]=_0x537ed3(0x2e3),_0x1548c1[_0x1548c1[_0x537ed3(0x177)]=0x4]=_0x537ed3(0x177),_0x1548c1[_0x1548c1[_0x537ed3(0x109)]=-0x1]=_0x537ed3(0x109),_0x1548c1))(_0x5996a6||{});function _0x9a3fb1(_0x26372d){const _0x7532=_0x537ed3;return!!(_0x26372d&&_0x26372d[_0x7532(0x2ed)]&&_0x26372d[_0x7532(0x2ed)]!==_0xcc1f82['OK']&&_0x26372d['code']!=='OK');}for(var _0x2e3f1b=[],_0x145346=0x0;_0x145346<0x100;++_0x145346)_0x2e3f1b[_0x537ed3(0x1aa)]((_0x145346+0x100)[_0x537ed3(0x1e7)](0x10)[_0x537ed3(0x2e4)](0x1));function _0xd3f226(_0x478992,_0x2d749d=0x0){const _0x387cd1=_0x537ed3;return(_0x2e3f1b[_0x478992[_0x2d749d+0x0]]+_0x2e3f1b[_0x478992[_0x2d749d+0x1]]+_0x2e3f1b[_0x478992[_0x2d749d+0x2]]+_0x2e3f1b[_0x478992[_0x2d749d+0x3]]+'-'+_0x2e3f1b[_0x478992[_0x2d749d+0x4]]+_0x2e3f1b[_0x478992[_0x2d749d+0x5]]+'-'+_0x2e3f1b[_0x478992[_0x2d749d+0x6]]+_0x2e3f1b[_0x478992[_0x2d749d+0x7]]+'-'+_0x2e3f1b[_0x478992[_0x2d749d+0x8]]+_0x2e3f1b[_0x478992[_0x2d749d+0x9]]+'-'+_0x2e3f1b[_0x478992[_0x2d749d+0xa]]+_0x2e3f1b[_0x478992[_0x2d749d+0xb]]+_0x2e3f1b[_0x478992[_0x2d749d+0xc]]+_0x2e3f1b[_0x478992[_0x2d749d+0xd]]+_0x2e3f1b[_0x478992[_0x2d749d+0xe]]+_0x2e3f1b[_0x478992[_0x2d749d+0xf]])[_0x387cd1(0x220)]();}var _0x2c7710,_0x524b79=new Uint8Array(0x10);function _0x51b4cc(){const _0x58ac1b=_0x537ed3;if(!_0x2c7710&&(_0x2c7710=typeof crypto<'u'&&crypto[_0x58ac1b(0x2ee)]&&crypto[_0x58ac1b(0x2ee)]['bind'](crypto),!_0x2c7710))throw new Error(_0x58ac1b(0x25f));return _0x2c7710(_0x524b79);}var _0x22b5d3=typeof crypto<'u'&&crypto[_0x537ed3(0x165)]&&crypto[_0x537ed3(0x165)][_0x537ed3(0x269)](crypto);const _0x2b1997={'randomUUID':_0x22b5d3};function _0x2d2796(_0x5fef02,_0x116d45,_0x37c093){const _0x3a2acb=_0x537ed3;if(_0x2b1997[_0x3a2acb(0x165)]&&!_0x116d45&&!_0x5fef02)return _0x2b1997[_0x3a2acb(0x165)]();_0x5fef02=_0x5fef02||{};var _0x251e32=_0x5fef02['random']||(_0x5fef02[_0x3a2acb(0x2f1)]||_0x51b4cc)();return _0x251e32[0x6]=_0x251e32[0x6]&0xf|0x40,_0x251e32[0x8]=_0x251e32[0x8]&0x3f|0x80,_0xd3f226(_0x251e32);}const _0x497027={[_0x1c277e[_0x537ed3(0x26d)][_0x537ed3(0x10e)]]:_0x5996a6['UNIVER_DOC'],[_0x1c277e['UniverInstanceType'][_0x537ed3(0x113)]]:_0x5996a6['UNIVER_SHEET'],[_0x1c277e[_0x537ed3(0x26d)][_0x537ed3(0x2e3)]]:_0x5996a6['UNIVER_SLIDE'],[_0x1c277e[_0x537ed3(0x26d)][_0x537ed3(0x175)]]:_0x5996a6['UNIVER_UNKNOWN'],[_0x1c277e['UniverInstanceType'][_0x537ed3(0x177)]]:_0x5996a6[_0x537ed3(0x175)],[_0x1c277e[_0x537ed3(0x26d)][_0x537ed3(0x109)]]:_0x5996a6['UNRECOGNIZED']};function _0x6c9c46(_0x55345d){const _0x2efc55=_0x537ed3;var _0x1d7a0c;return(_0x1d7a0c=_0x497027[_0x55345d])!=null?_0x1d7a0c:_0x5996a6[_0x2efc55(0x175)];}function _0x34c4d7(_0x42369a){const _0x1077c4=_0x537ed3;return btoa(encodeURIComponent(_0x42369a)[_0x1077c4(0x14b)](/%([0-9A-F]{2})/g,(_0x36d3fc,_0x3278ac)=>String[_0x1077c4(0xf5)](Number[_0x1077c4(0x211)](_0x3278ac,0x10))));}const _0x33e73c=new TextDecoder();function _0x4def9c(_0x2f9dcd){const _0x170871=_0x537ed3,_0x8abf1=atob(_0x2f9dcd),_0x3cd69d=_0x8abf1[_0x170871(0xfe)];let _0x2afeb8=new Uint8Array(_0x3cd69d);for(let _0x5673c7=0x0;_0x5673c7<_0x3cd69d;_0x5673c7++)_0x2afeb8[_0x5673c7]=_0x8abf1['charCodeAt'](_0x5673c7);const _0x3e109d=_0x33e73c[_0x170871(0xe6)](_0x2afeb8);return _0x2afeb8=null,_0x3e109d;}const _0x36cb34=new TextEncoder(),_0x4bc01a=new TextDecoder();function _0x2db015(_0x301985){const _0x3b7d03=_0x537ed3,_0xec160b=_0x1c277e[_0x3b7d03(0x2a5)][_0x3b7d03(0x1d1)](_0x301985);return delete _0xec160b['id'],delete _0xec160b['name'],delete _0xec160b[_0x3b7d03(0x156)],delete _0xec160b[_0x3b7d03(0x201)],delete _0xec160b[_0x3b7d03(0x26c)],_0x36cb34[_0x3b7d03(0x140)](JSON[_0x3b7d03(0x193)](_0xec160b));}function _0x58d979(_0x4a08f7){const _0x121d23=_0x537ed3,_0x3d0b77=_0x1c277e['Tools'][_0x121d23(0x1d1)](_0x4a08f7);return delete _0x3d0b77['id'],delete _0x3d0b77['rev'],delete _0x3d0b77[_0x121d23(0x17b)],delete _0x3d0b77[_0x121d23(0x257)],delete _0x3d0b77[_0x121d23(0x2df)],_0x36cb34['encode'](JSON[_0x121d23(0x193)](_0x3d0b77));}function _0xc25c2e(_0x51919d){const _0x2fa2e9=_0x537ed3,_0xabab4c=_0x1c277e[_0x2fa2e9(0x2a5)]['deepClone'](_0x51919d);return delete _0xabab4c['id'],delete _0xabab4c[_0x2fa2e9(0x121)],delete _0xabab4c['title'],delete _0xabab4c[_0x2fa2e9(0x246)],_0x36cb34[_0x2fa2e9(0x140)](JSON[_0x2fa2e9(0x193)](_0xabab4c));}function _0x14a843(_0x3f64af){const _0xe8ba46=_0x537ed3;return JSON[_0xe8ba46(0x176)](typeof _0x3f64af==_0xe8ba46(0x2a7)?_0x4def9c(_0x3f64af):_0x4bc01a[_0xe8ba46(0xe6)](_0x3f64af));}function _0x469026(_0x5b7084){const _0xb1de3e=_0x537ed3;return _0x5b7084 instanceof Uint8Array?JSON[_0xb1de3e(0x176)](_0x4bc01a[_0xb1de3e(0xe6)](_0x5b7084)):_0x5b7084;}function _0x4146e8(_0x3364e8){const _0xc31d1b=_0x537ed3;return JSON[_0xc31d1b(0x176)](typeof _0x3364e8==_0xc31d1b(0x2a7)?_0x4def9c(_0x3364e8):_0x4bc01a['decode'](_0x3364e8));}const _0x21c36b=0x100*0x14;function _0x40eca4(_0x1f899b,_0x1c0c39){const _0x18fb1b=_0x537ed3,_0x38a5ba=new _0x1c277e['ObjectMatrix'](_0x1f899b),_0x346ceb=_0x38a5ba[_0x18fb1b(0x20b)](),_0xd824e4=[];let _0x5a6180=0x0;for(;_0x5a6180<_0x346ceb;){const _0x4c0be6=Math[_0x18fb1b(0x123)](_0x5a6180+_0x21c36b,_0x346ceb-0x1),_0x2d2407=_0x38a5ba[_0x18fb1b(0x1f4)](_0x5a6180,Math[_0x18fb1b(0x123)](_0x5a6180+_0x21c36b,_0x346ceb-0x1),0x0,_0x1c0c39),_0x2131d5=_0x428e16(_0x2d2407);_0xd824e4['push']({'id':_0x1c277e[_0x18fb1b(0x2a5)][_0x18fb1b(0x27b)](0x13,'0123456789'),'startRow':_0x5a6180,'endRow':_0x4c0be6,'data':_0x2131d5}),_0x5a6180+=_0x21c36b;}return _0xd824e4;}function _0x428e16(_0x34b7e1){const _0x10985d=_0x537ed3,_0x5d28e1=_0x34b7e1[_0x10985d(0x20f)]();return _0x36cb34[_0x10985d(0x140)](JSON['stringify'](_0x5d28e1));}async function _0x70b254(_0x3dbf67,_0x2448f9,_0xe2f70e,_0x3d3e44){const _0x3e854b=_0x537ed3;var _0x512b19;const _0x34f706={'unitID':_0x2448f9['id'],'rev':_0x3d3e44,'creator':'','name':(_0x512b19=_0x2448f9['title'])!=null?_0x512b19:'','resources':_0x2448f9[_0x3e854b(0x246)]||[],'originalMeta':_0xc25c2e(_0x2448f9)};return{'snapshot':{'unitID':_0xe2f70e,'rev':_0x34f706[_0x3e854b(0x121)],'type':_0x5996a6['UNIVER_DOC'],'workbook':void 0x0,'doc':_0x34f706}};}async function _0x1ca90c(_0x4bfff9,_0x1bbd03,_0x229250,_0x771654,_0x5e40af){const _0x26afdb=_0x537ed3,_0xf43cb4={},_0x1fe121={};if(!await Promise[_0x26afdb(0x2fc)](Object[_0x26afdb(0x13c)](_0x1bbd03['sheets'])[_0x26afdb(0x1ed)](async([_0x58bb9c,_0x115d8a])=>{const _0x3de321=_0x26afdb,_0x163e07={'id':_0x115d8a['id'],'type':_0x1c277e[_0x3de321(0x28e)][_0x3de321(0x1f8)],'name':_0x115d8a[_0x3de321(0x17b)],'rowCount':_0x115d8a[_0x3de321(0x156)],'columnCount':_0x115d8a[_0x3de321(0x201)],'originalMeta':_0x2db015(_0x115d8a)};if(_0x1fe121[_0x58bb9c]=_0x163e07,_0x115d8a[_0x3de321(0x26c)]){const _0x9b0e12=_0x40eca4(_0x115d8a['cellData'],_0x115d8a[_0x3de321(0x201)]),_0x156b86=await Promise[_0x3de321(0x2fc)](_0x9b0e12[_0x3de321(0x1ed)](_0x3689af=>_0x5e40af[_0x3de321(0x241)](_0x4bfff9,{'unitID':_0x229250,'type':_0x5996a6['UNIVER_SHEET'],'block':_0x3689af})));if(_0x156b86[_0x3de321(0x167)](_0x58dab8=>{const _0x44bc06=_0x3de321;var _0x23500c;return((_0x23500c=_0x58dab8[_0x44bc06(0x25e)])==null?void 0x0:_0x23500c[_0x44bc06(0x2ed)])!==_0xcc1f82['OK'];}))return!0x1;_0xf43cb4[_0x58bb9c]={'sheetID':_0x58bb9c,'blocks':_0x156b86[_0x3de321(0x1ed)](_0x50f060=>_0x50f060['blockID'])};}return!0x0;})))throw new Error(_0x26afdb(0xf1));const _0x1a6726=_0x58d979(_0x1bbd03),_0x55ad63={'unitID':_0x1bbd03['id'],'rev':_0x771654,'creator':'','name':_0x1bbd03[_0x26afdb(0x17b)],'sheetOrder':_0x1bbd03[_0x26afdb(0x257)],'sheets':_0x1fe121,'blockMeta':_0xf43cb4,'resources':_0x1bbd03[_0x26afdb(0x246)]||[],'originalMeta':_0x1a6726};return{'snapshotRes':{'unitID':_0x229250,'rev':_0x55ad63[_0x26afdb(0x121)],'type':_0x5996a6[_0x26afdb(0x113)],'workbook':_0x55ad63,'doc':void 0x0}};}async function _0x52658d(_0x206439,_0x2c00c3,_0x4f84ad,_0x4975df,_0x1b5c45){const _0x42a3d6=_0x537ed3;var _0x575e36,_0x3a24ef;const _0x485ada={},_0x16603f={};if(!await Promise['all'](Object[_0x42a3d6(0x13c)](_0x2c00c3[_0x42a3d6(0x2df)])[_0x42a3d6(0x1ed)](async([_0xb71a66,_0x2f6177])=>{const _0x102bb2=_0x42a3d6,_0x380a56={'id':_0x2f6177['id'],'type':_0x1c277e['SheetTypes']['GRID'],'name':_0x2f6177['name'],'rowCount':_0x2f6177[_0x102bb2(0x156)],'columnCount':_0x2f6177[_0x102bb2(0x201)],'originalMeta':_0x2db015(_0x2f6177)};if(_0x16603f[_0xb71a66]=_0x380a56,_0x2f6177[_0x102bb2(0x26c)]){const _0x382fc3=_0x40eca4(_0x2f6177[_0x102bb2(0x26c)],_0x2f6177[_0x102bb2(0x201)]),_0x528321=await Promise[_0x102bb2(0x2fc)](_0x382fc3[_0x102bb2(0x1ed)](_0x3aeac8=>_0x1b5c45[_0x102bb2(0x241)](_0x206439,{'unitID':_0x4f84ad,'type':_0x5996a6[_0x102bb2(0x113)],'block':_0x3aeac8})));if(_0x528321[_0x102bb2(0x167)](_0x2ae993=>{const _0x3386d5=_0x102bb2;var _0x277895;return((_0x277895=_0x2ae993[_0x3386d5(0x25e)])==null?void 0x0:_0x277895[_0x3386d5(0x2ed)])!==_0xcc1f82['OK'];}))return!0x1;_0x485ada[_0xb71a66]={'sheetID':_0xb71a66,'blocks':_0x528321['map'](_0x138c76=>_0x138c76[_0x102bb2(0x2e2)])};}return!0x0;})))throw new Error(_0x42a3d6(0xf1));const _0x5118f5=_0x58d979(_0x2c00c3),_0x2491ca={'unitID':_0x2c00c3['id'],'rev':_0x4975df,'creator':'','name':_0x2c00c3[_0x42a3d6(0x17b)],'sheetOrder':_0x2c00c3[_0x42a3d6(0x257)],'sheets':_0x16603f,'blockMeta':_0x485ada,'resources':_0x2c00c3[_0x42a3d6(0x246)]||[],'originalMeta':_0x5118f5},_0x18c7f6={'unitID':_0x4f84ad,'rev':_0x2491ca[_0x42a3d6(0x121)],'type':_0x5996a6['UNIVER_SHEET'],'workbook':_0x2491ca,'doc':void 0x0},_0x203299=await _0x1b5c45[_0x42a3d6(0x133)](_0x206439,{'unitID':_0x4f84ad,'type':_0x5996a6['UNIVER_SHEET'],'snapshot':_0x18c7f6});if(_0x9a3fb1(_0x203299['error']))throw new Error(_0x42a3d6(0x1f1)+((_0x575e36=_0x203299[_0x42a3d6(0x25e)])==null?void 0x0:_0x575e36[_0x42a3d6(0x2ed)])+':'+((_0x3a24ef=_0x203299[_0x42a3d6(0x25e)])==null?void 0x0:_0x3a24ef['message']));return{'snapshot':_0x18c7f6};}function _0x460df3(_0x4eb596,_0x277962,_0x2d615f){const _0x2be59d=_0x537ed3,_0x4e9887=_0x4eb596[_0x2be59d(0x1f0)];if(!_0x4e9887)throw new Error('');const _0xff0b5={};Object[_0x2be59d(0x13c)](_0x4e9887[_0x2be59d(0x2df)])[_0x2be59d(0x22e)](([_0x1bbd21,_0x4b2e62])=>{const _0x147ab4=_0x2be59d,_0x4d974c=_0x14a843(_0x4b2e62['originalMeta']);_0xff0b5[_0x1bbd21]={'id':_0x4b2e62['id'],'name':_0x4b2e62[_0x147ab4(0x17b)],'rowCount':_0x4b2e62[_0x147ab4(0x156)],'columnCount':_0x4b2e62[_0x147ab4(0x201)],..._0x4d974c};});const _0x2aef72=new Map();_0x277962['forEach'](_0x164e99=>{const _0x488497=_0x2be59d;_0x2aef72[_0x488497(0x12c)](_0x164e99['id'],_0x164e99);}),_0x4e9887['blockMeta']&&Object[_0x2be59d(0x13c)](_0x4e9887[_0x2be59d(0x2eb)])[_0x2be59d(0x22e)](([_0x4d035f,_0x593cac])=>{const _0x2910bb=_0x2be59d;var _0x3c9866;const _0xfce381=_0xff0b5[_0x4d035f];_0xfce381['cellData']={};const _0x4c96f5=[];(_0x3c9866=_0x593cac[_0x2910bb(0x2bc)])==null||_0x3c9866['forEach'](_0x1fa219=>{const _0x25b6cf=_0x2910bb,_0x454645=_0x2aef72['get'](_0x1fa219);if(_0x454645)_0x4c96f5[_0x25b6cf(0x1aa)](_0x454645);else throw new Error('');}),_0x4c96f5[_0x2910bb(0x22e)](_0x422060=>{const _0x22c49a=_0x2910bb,_0x24904a=_0x469026(_0x422060['data']);Object[_0x22c49a(0x13c)](_0x24904a)[_0x22c49a(0x22e)](([_0x25a108,_0x19e4b9])=>{const _0x3ee783=_0x22c49a,_0x10cfc6=_0xfce381['cellData'][+_0x25a108]={};Object[_0x3ee783(0x13c)](_0x19e4b9)['forEach'](([_0x149955,_0x22d9e8])=>{_0x10cfc6[+_0x149955]=_0x22d9e8;});});});});const _0xf0f9c9=_0x14a843(_0x4e9887[_0x2be59d(0x184)]);return{'id':_0x4eb596['unitID']||_0x4e9887[_0x2be59d(0x276)],'rev':_0x4eb596['rev']||_0x4e9887['rev'],'name':_0x4e9887['name'],'sheetOrder':_0x4e9887[_0x2be59d(0x257)],'appVersion':'','locale':_0x1c277e[_0x2be59d(0x1c2)][_0x2be59d(0x158)],'sheets':_0xff0b5,'styles':{},'resources':_0x4e9887[_0x2be59d(0x246)]||[],..._0xf0f9c9};}function _0x4b2a1d(_0x5b6eb3){const _0x24de69=_0x537ed3,_0x5b46e1=_0x5b6eb3[_0x24de69(0x14d)];if(_0x5b46e1==null)throw new Error(_0x24de69(0x284));const {unitID:_0x577f4f,rev:_0x54f962,name:_0x8dab07,originalMeta:_0x1d9d2c,resources:_0x2bda1e=[]}=_0x5b46e1,{body:_0x369f8f,documentStyle:_0x56e282={},settings:_0xf5b55={},drawings:_0x44069d={},drawingsOrder:_0x3acac9=[],tableSource:_0x525c26={},headers:_0x3b905c={},footers:_0x53c769={},lists:_0x4d6e56={}}=_0x4146e8(_0x1d9d2c);return{'id':_0x577f4f,'rev':_0x54f962,'locale':_0x1c277e[_0x24de69(0x1c2)]['EN_US'],'title':_0x8dab07,'body':_0x369f8f,'documentStyle':_0x56e282,'settings':_0xf5b55,'drawings':_0x44069d,'drawingsOrder':_0x3acac9,'resources':_0x2bda1e,'tableSource':_0x525c26,'headers':_0x3b905c,'footers':_0x53c769,'lists':_0x4d6e56};}async function _0x780d74(_0x2d0031,_0x1850ca,_0x31131a,_0x164a2a,_0x33fdbe){const _0x275ce6=_0x537ed3;var _0x597d92,_0x3d6b84,_0x557914;const _0x11773f={'unitID':_0x1850ca['id'],'rev':_0x164a2a,'creator':'','name':(_0x597d92=_0x1850ca['title'])!=null?_0x597d92:'','resources':_0x1850ca['resources']||[],'originalMeta':_0xc25c2e(_0x1850ca)},_0x4874ae={'unitID':_0x31131a,'rev':_0x11773f[_0x275ce6(0x121)],'type':_0x5996a6['UNIVER_DOC'],'workbook':void 0x0,'doc':_0x11773f},_0xd54bd7=await _0x33fdbe[_0x275ce6(0x133)](_0x2d0031,{'unitID':_0x31131a,'type':_0x5996a6[_0x275ce6(0x10e)],'snapshot':_0x4874ae});if(_0x9a3fb1(_0xd54bd7[_0x275ce6(0x25e)]))throw new Error(_0x275ce6(0x227)+((_0x3d6b84=_0xd54bd7[_0x275ce6(0x25e)])==null?void 0x0:_0x3d6b84[_0x275ce6(0x2ed)])+':'+((_0x557914=_0xd54bd7['error'])==null?void 0x0:_0x557914[_0x275ce6(0x11a)]));return{'snapshot':_0x4874ae};}async function _0x107384(_0x507251,_0xdd3a95){const _0x385e2c=_0x537ed3,_0x5c35ca=_0x507251['workbook'];if(!_0x5c35ca)throw new Error(_0x385e2c(0x229));const _0xc3389f=[],_0xcd78c0=[];return Object['entries'](_0x5c35ca[_0x385e2c(0x2eb)])[_0x385e2c(0x22e)](([_0x51eee3,_0x346f35])=>{const _0xc1d722=_0x385e2c,_0x321fbc=_0x346f35[_0xc1d722(0x2bc)]['map'](async _0x27d129=>{const _0x469606=_0xc1d722,_0x4b2fb9={'unitID':_0x5c35ca[_0x469606(0x276)],'type':_0x5996a6[_0x469606(0x113)],'blockID':_0x27d129},{block:_0x1482ae}=await _0xdd3a95['getSheetBlock']({},_0x4b2fb9);if(_0x1482ae)_0xc3389f[_0x469606(0x1aa)](_0x1482ae);else throw new Error(_0x469606(0x11d));});_0xcd78c0[_0xc1d722(0x1aa)](..._0x321fbc);}),await Promise[_0x385e2c(0x2fc)](_0xcd78c0),_0xc3389f;}var _0x31a4f5=Object[_0x537ed3(0x118)],_0x53d48f=Object[_0x537ed3(0x259)],_0x2138ee=(_0x469f83,_0x1eb218,_0x523f0e,_0x381c98)=>{const _0x3cac27=_0x537ed3;for(var _0x78ab57=_0x381c98>0x1?void 0x0:_0x381c98?_0x53d48f(_0x1eb218,_0x523f0e):_0x1eb218,_0xf2bd28=_0x469f83[_0x3cac27(0xfe)]-0x1,_0x5b201d;_0xf2bd28>=0x0;_0xf2bd28--)(_0x5b201d=_0x469f83[_0xf2bd28])&&(_0x78ab57=(_0x381c98?_0x5b201d(_0x1eb218,_0x523f0e,_0x78ab57):_0x5b201d(_0x78ab57))||_0x78ab57);return _0x381c98&&_0x78ab57&&_0x31a4f5(_0x1eb218,_0x523f0e,_0x78ab57),_0x78ab57;},_0x7b60e9=(_0xa619a0,_0xa918ba)=>(_0xc27832,_0x201583)=>_0xa918ba(_0xc27832,_0x201583,_0xa619a0);const _0x1f42ad=_0x1c277e[_0x537ed3(0xe2)](_0x537ed3(0x254));_0x168fa1[_0x537ed3(0x11f)]=class{constructor(_0x227234,_0x59b678,_0x1b2109,_0x1e19c1,_0x481657,_0x1be21a,_0x5d34c2){const _0x377552=_0x537ed3;this['_revisionService']=_0x227234,this['_univerInstanceService']=_0x59b678,this['_snapshotServerService']=_0x1b2109,this['_commandService']=_0x1e19c1,this[_0x377552(0x1ea)]=_0x481657,this[_0x377552(0x196)]=_0x1be21a,this[_0x377552(0x1bd)]=_0x5d34c2;}async[_0x537ed3(0x194)](_0x518af9,_0x858be2,_0x5a2996){const _0x34eb58=_0x537ed3;var _0x58fb88;_0x5a2996===void 0x0&&(_0x5a2996={'metadata':{'x-feature-id':_0x2d2796()}});const {snapshot:_0x10d349,changesets:_0x5c3107,error:_0x5f19f6}=await this[_0x34eb58(0x1af)]['getUnitOnRev'](_0x5a2996,{'unitID':_0x518af9,'type':_0x5996a6[_0x34eb58(0x113)],'revision':_0x858be2});if(_0x9a3fb1(_0x5f19f6)||!_0x10d349||!_0x10d349[_0x34eb58(0x1f0)])throw new Error('[SnapshotService]:\x20request\x20snapshot\x20error!');const _0x20869a=(_0x58fb88=_0x5c3107==null?void 0x0:_0x5c3107[_0x34eb58(0xfe)])!=null?_0x58fb88:0x0;if(_0x858be2!==0x0&&_0x10d349[_0x34eb58(0x121)]+_0x20869a!==_0x858be2)throw new Error(_0x34eb58(0x1ae));const {workbook:_0x2a8bf1}=_0x10d349,_0x892394=_0x2a8bf1[_0x34eb58(0x2eb)]?Object[_0x34eb58(0x13c)](_0x2a8bf1[_0x34eb58(0x2eb)])[_0x34eb58(0x1ed)](([_0x5d341c,_0x5eb51e])=>{const _0x1e3765=_0x34eb58;var _0x2c24b5,_0x4f0ddf;return(_0x4f0ddf=(_0x2c24b5=_0x5eb51e[_0x1e3765(0x2bc)])==null?void 0x0:_0x2c24b5[_0x1e3765(0x1ed)](_0x454eb7=>_0x454eb7))!=null?_0x4f0ddf:[];})['flat']():[],_0x48137a=(await Promise['all'](_0x892394[_0x34eb58(0x1ed)](_0xe4426a=>this[_0x34eb58(0x1af)][_0x34eb58(0x204)](_0x5a2996,{'unitID':_0x518af9,'type':_0x5996a6[_0x34eb58(0x113)],'blockID':_0xe4426a})['then'](_0x4be762=>_0x4be762[_0x34eb58(0x264)]))))[_0x34eb58(0x137)](_0x55bc6f=>!!_0x55bc6f),_0x418dc1=_0x460df3(_0x10d349,_0x48137a),_0x5982bf=this[_0x34eb58(0x154)][_0x34eb58(0x2a8)](_0x1c277e[_0x34eb58(0x26d)][_0x34eb58(0x113)],_0x418dc1),_0x45962e=this[_0x34eb58(0x196)][_0x34eb58(0x1bb)][_0x34eb58(0xf4)](this['_compressMutationService']['interceptor'][_0x34eb58(0x107)]()[_0x34eb58(0x1c1)]);return _0x5c3107==null||_0x5c3107[_0x34eb58(0x22e)](_0x5aac0e=>{const _0x264eaf=_0x34eb58,_0x24e218=_0x5aac0e[_0x264eaf(0x22b)][_0x264eaf(0x1ed)](_0x51b76a=>({'id':_0x51b76a['id'],'params':JSON[_0x264eaf(0x176)](_0x51b76a[_0x264eaf(0xe8)])}));({..._0x5aac0e,'mutations':_0x45962e(_0x24e218,null)||_0x24e218}[_0x264eaf(0x22b)][_0x264eaf(0x22e)](_0x243f4f=>this[_0x264eaf(0x19c)]['syncExecuteCommand'](_0x243f4f['id'],_0x243f4f[_0x264eaf(0x13f)],{'fromChangeset':!0x0})),this[_0x264eaf(0x268)][_0x264eaf(0x2e5)](_0x518af9));}),_0x5982bf;}async[_0x537ed3(0xf2)](_0x58b7d4,_0x36eb41,_0x20c9b6){const _0x31975d=_0x537ed3;var _0x46d231;_0x20c9b6===void 0x0&&(_0x20c9b6={'metadata':{'x-feature-id':_0x2d2796()}});const {snapshot:_0x1e205e,changesets:_0x17513e,error:_0x5f5291}=await this[_0x31975d(0x1af)][_0x31975d(0x17a)](_0x20c9b6,{'unitID':_0x58b7d4,'type':_0x5996a6['UNIVER_DOC'],'revision':_0x36eb41});if(_0x9a3fb1(_0x5f5291)||!_0x1e205e||!_0x1e205e[_0x31975d(0x14d)])throw new Error(_0x31975d(0x10d));const _0x1c688a=(_0x46d231=_0x17513e==null?void 0x0:_0x17513e[_0x31975d(0xfe)])!=null?_0x46d231:0x0;if(_0x36eb41!==0x0&&_0x1e205e[_0x31975d(0x121)]+_0x1c688a!==_0x36eb41)throw new Error('[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!');const _0x264a74=_0x4b2a1d(_0x1e205e),_0x26414f=this[_0x31975d(0x154)][_0x31975d(0x2a8)](_0x1c277e[_0x31975d(0x26d)][_0x31975d(0x10e)],_0x264a74);return _0x17513e==null||_0x17513e[_0x31975d(0x22e)](_0x14264e=>{const _0x5505c9=_0x31975d;_0x14264e['mutations'][_0x5505c9(0x1ed)](_0x3c20e9=>({'id':_0x3c20e9['id'],'params':JSON['parse'](_0x3c20e9[_0x5505c9(0xe8)])}))[_0x5505c9(0x22e)](_0x1f5356=>this['_commandService'][_0x5505c9(0x1f5)](_0x1f5356['id'],_0x1f5356[_0x5505c9(0x13f)],{'fromChangeset':!0x0})),this['_revisionService'][_0x5505c9(0x2e5)](_0x58b7d4);}),_0x26414f;}[_0x537ed3(0x1b0)](_0x4275ef,_0x29c46c){const _0x220d3e=_0x537ed3,_0x1d44a5={..._0x29c46c[_0x220d3e(0x2c2)]()};_0x29c46c[_0x220d3e(0x1ac)]()[_0x220d3e(0x22e)](_0x222401=>{const _0x3eb635=_0x220d3e;_0x1d44a5[_0x3eb635(0x2df)][_0x222401['getSheetId']()]=_0x1c277e[_0x3eb635(0x2a5)][_0x3eb635(0x1d1)](_0x222401[_0x3eb635(0x2c2)]());});const _0x11980b=this['_resourceManagerService'][_0x220d3e(0x13b)](_0x29c46c[_0x220d3e(0x2c7)](),_0x1c277e[_0x220d3e(0x26d)][_0x220d3e(0x113)]);return _0x1d44a5[_0x220d3e(0x246)]=_0x11980b,_0x1d44a5;}[_0x537ed3(0x303)](_0x3cbd3e,_0x4e120e){const _0x13ccc1=_0x537ed3,_0x3de09b={..._0x4e120e[_0x13ccc1(0x2c2)]()},_0x1f30f7=this['_resourceManagerService']['getResources'](_0x4e120e[_0x13ccc1(0x2c7)](),_0x1c277e[_0x13ccc1(0x26d)]['UNIVER_DOC']);return _0x3de09b['resources']=_0x1f30f7,_0x3de09b;}},_0x168fa1[_0x537ed3(0x11f)]=_0x2138ee([_0x7b60e9(0x0,_0x1c277e['Inject'](_0x168fa1[_0x537ed3(0x26f)])),_0x7b60e9(0x1,_0x1c277e[_0x537ed3(0x120)]),_0x7b60e9(0x2,_0x1f42ad),_0x7b60e9(0x3,_0x1c277e[_0x537ed3(0x2b5)]),_0x7b60e9(0x4,_0x1c277e[_0x537ed3(0x222)](_0x1c277e[_0x537ed3(0x180)])),_0x7b60e9(0x5,_0x1c277e['Inject'](_0x2fea48)),_0x7b60e9(0x6,_0x1c277e[_0x537ed3(0x222)](_0x1c277e[_0x537ed3(0x14c)]))],_0x168fa1['SnapshotService']);var _0x17ddb0=Object[_0x537ed3(0x118)],_0x19c611=Object[_0x537ed3(0x259)],_0x281671=(_0xefcb2,_0x8ce9d7,_0x441437)=>_0x8ce9d7 in _0xefcb2?_0x17ddb0(_0xefcb2,_0x8ce9d7,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x441437}):_0xefcb2[_0x8ce9d7]=_0x441437,_0x23d068=(_0x4fe1af,_0x39a371,_0x38a27e,_0x5c36da)=>{const _0x44b174=_0x537ed3;for(var _0xa20a2f=_0x5c36da>0x1?void 0x0:_0x5c36da?_0x19c611(_0x39a371,_0x38a27e):_0x39a371,_0x4e4d0c=_0x4fe1af[_0x44b174(0xfe)]-0x1,_0x2c2227;_0x4e4d0c>=0x0;_0x4e4d0c--)(_0x2c2227=_0x4fe1af[_0x4e4d0c])&&(_0xa20a2f=(_0x5c36da?_0x2c2227(_0x39a371,_0x38a27e,_0xa20a2f):_0x2c2227(_0xa20a2f))||_0xa20a2f);return _0x5c36da&&_0xa20a2f&&_0x17ddb0(_0x39a371,_0x38a27e,_0xa20a2f),_0xa20a2f;},_0x191245=(_0x26a59a,_0x22abc7)=>(_0x3cd9c6,_0x2d70c8)=>_0x22abc7(_0x3cd9c6,_0x2d70c8,_0x26a59a),_0x1635a9=(_0x418109,_0x57ec70,_0x3aee6a)=>_0x281671(_0x418109,_0x57ec70+'',_0x3aee6a);const _0x252950='UNIVER_COLLABORATION_PLUGIN';_0x168fa1[_0x537ed3(0x192)]=class extends _0x1c277e[_0x537ed3(0x1a9)]{constructor(_0x264b78=_0xf638ca,_0x3299ee,_0x34f9ea){const _0x4c5188=_0x537ed3;super(),this[_0x4c5188(0x28a)]=_0x264b78,this['_injector']=_0x3299ee,this[_0x4c5188(0xe7)]=_0x34f9ea;const {..._0x4bcd4c}=this['_config'];this[_0x4c5188(0xe7)][_0x4c5188(0x223)](_0x1a76a1,_0x4bcd4c);}['onStarting'](){const _0x14dc46=_0x537ed3;[[_0x168fa1[_0x14dc46(0x26f)]],[_0x1d4e4a],[_0x168fa1[_0x14dc46(0x1dc)]],[_0x168fa1['DocTransformController']],[_0x168fa1['SnapshotService']],[_0x563c8f,{'useClass':_0x19d4fe}],[_0x2fea48]]['forEach'](_0x20bd9a=>this[_0x14dc46(0x1ea)][_0x14dc46(0x230)](_0x20bd9a)),this[_0x14dc46(0x1ea)]['get'](_0x168fa1[_0x14dc46(0xf0)]),this[_0x14dc46(0x1ea)]['get'](_0x1d4e4a),this[_0x14dc46(0x1ea)][_0x14dc46(0x1c5)](_0x168fa1[_0x14dc46(0x1dc)]);}},_0x1635a9(_0x168fa1[_0x537ed3(0x192)],_0x537ed3(0x129),_0x252950),_0x168fa1[_0x537ed3(0x192)]=_0x23d068([_0x1c277e['DependentOn'](_0x46e669[_0x537ed3(0x2d3)]),_0x191245(0x1,_0x1c277e[_0x537ed3(0x222)](_0x1c277e[_0x537ed3(0x180)])),_0x191245(0x2,_0x1c277e[_0x537ed3(0x2cc)])],_0x168fa1[_0x537ed3(0x192)]);const _0x10febd=_0x1c277e[_0x537ed3(0xe2)](_0x537ed3(0x197)),_0x26d9c0={'id':_0x537ed3(0x145),'type':_0x1c277e[_0x537ed3(0x1a6)][_0x537ed3(0x2bb)],'handler':()=>!0x0};_0x168fa1[_0x537ed3(0x263)]=_0x146ce9,_0x168fa1[_0x537ed3(0x16c)]=_0x2fea48,_0x168fa1['CreateUnitMutation']=_0x26d9c0,_0x168fa1[_0x537ed3(0x197)]=_0x10febd,_0x168fa1['ISnapshotServerService']=_0x1f42ad,_0x168fa1[_0x537ed3(0x1d4)]=_0x563c8f,_0x168fa1[_0x537ed3(0x174)]=_0x3154b6,_0x168fa1[_0x537ed3(0xec)]=_0x36ca5f,_0x168fa1[_0x537ed3(0x15a)]=_0x2ec8d3,_0x168fa1[_0x537ed3(0x226)]=_0x19d4fe,_0x168fa1['b64DecodeUnicode']=_0x4def9c,_0x168fa1[_0x537ed3(0xe9)]=_0x34c4d7,_0x168fa1['generateTempDocumentSnapshot']=_0x70b254,_0x168fa1['generateTemporarySnap']=_0x1ca90c,_0x168fa1[_0x537ed3(0x200)]=_0x107384,_0x168fa1[_0x537ed3(0x29d)]=_0x3b436e,_0x168fa1['isTransformChangesetsSuccess']=_0x23fc76,_0x168fa1[_0x537ed3(0xf3)]=_0x43e11b,_0x168fa1['isTransformMutationSuccess']=_0xf0cba5,_0x168fa1[_0x537ed3(0x301)]=_0x4d4dea,_0x168fa1[_0x537ed3(0x1da)]=_0x2c201a,_0x168fa1['isTransformMutationsWithChangesetFailure']=_0xd75be,_0x168fa1['isTransformMutationsWithChangesetSuccess']=_0x4741b5,_0x168fa1[_0x537ed3(0x17f)]=_0x1a2391,_0x168fa1['mapDocumentTypeToUniverType']=_0x6c9c46,_0x168fa1['parseChangesetToProtocol']=_0x1daa61,_0x168fa1[_0x537ed3(0x1cc)]=_0x821099,_0x168fa1[_0x537ed3(0x272)]=_0x2aef03,_0x168fa1[_0x537ed3(0x102)]=_0x17555e,_0x168fa1[_0x537ed3(0x219)]=_0x236e7e,_0x168fa1[_0x537ed3(0x100)]=_0x4bc01a,_0x168fa1[_0x537ed3(0x15c)]=_0x36cb34,_0x168fa1[_0x537ed3(0x266)]=_0x780d74,_0x168fa1[_0x537ed3(0x125)]=_0x4b2a1d,_0x168fa1['transformSnapshotToWorkbookData']=_0x460df3,_0x168fa1[_0x537ed3(0x2cf)]=_0x52658d,Object[_0x537ed3(0x118)](_0x168fa1,Symbol[_0x537ed3(0x18d)],{'value':_0x537ed3(0x152)});}));function _0x13e5(){const _0x16fe08=['interceptor','registerTransformAlgorithm','_resourceManagerService','remove\x20row\x20is\x20conflict\x20with\x20move\x20row','@univerjs/docs','@univerjs/thread-comment','COMPRESS_MUTATION_APPLY','LocaleType','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','Remove-cols\x20has\x20conflicts\x20with\x20move-range','get','UniverSheetsHyperLink','nodeType','UniverCollaboration','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','createInterceptorKey','\x20and\x20','parseMutationToProtocol','users_leave','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','serializeRangeToRefString','sheet','deepClone','move\x20col\x20is\x20conflict\x20with\x20move\x20range','cellValue','ITransformService','exports','queryObjectMatrix','YUUMI_UNABLE_LOAD_URL','DeleteCommentMutation','liveshare.operation','isTransformMutationsSuccess','comment','SheetTransformController','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height','LIVESHARE_NEW_HOST','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','CHANGESET_SHOULD_RETRY','UniverSheetsDrawing','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','RANGE_TYPE','rowsAutoHeightInfo','col','toString','realDeleteValue','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height','_injector','intercept','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','map','INVALID_ARGUMENT','SetColVisibleMutation','workbook','transformWorkbookDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','SetSheetsFilterCriteriaMutation','3167353iEMhxv','getSlice','syncExecuteCommand','1045964bNplGs','LIVESHARE_TERMINATE','GRID','24260pROhoe','USERS_ENTER','10155079ztJWxm','CHANGESET_REJ','getDataRange','_transformService','size','getSheetBlocksFromSnapshot','columnCount','LIVESHARE_FETCH_OPERATIONS','6987430xoXzhn','getDeserializedSheetBlock','textRanges','comment_update','startColumn','cfId','transformChangesets','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden','getLength','SetSheetsFilterRangeMutation','startOffset','liveshare.terminate','getData','UNAUTHENTICATED','parseInt','selections','unitId','move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt','MoveRowsCommand','move\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','range','parseProtocolMutation','formula1','indexOf','RemoveWorksheetMergeMutation','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','splice','RemoveColCommand','toLowerCase','fromOrder','Inject','setConfig','startRow','ENSURE_SNAPSHOT_EXECUTION','TransformService','transformDocumentDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','MoveRowsMutation','Workbook\x20metadata\x20is\x20not\x20available','endColumn','mutations','INTERNAL_ERROR','subtract','forEach','SNAPSHOT_INVALID_SNAPSHOT','add','new_changesets','keys','SetSelectionsOperation','moveRows','colId','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20comment','ref','AddRangeProtectionMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','move\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','@univerjs-pro/license','foreach','move\x20range\x20is\x20conflict\x20with\x20reorder\x20range','serializeRange','ranges','subUnitId','saveSheetBlock','SetConditionalRuleMutation','insert\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','UpdateHyperLinkRefMutation','RemoveRowCommand','resources','columnData','column','SUBMIT_CHANGESET','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20name','JSON1','APPLY_REVISION_CONFILICT','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','number','EmptyMutation','SNAPSHOT_HAS_BEEN_REMOVED','InterceptorManager','ReCalcSheetsFilterMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20col','univer.snapshot-server-service','AddWorksheetProtectionMutation','ErrorType','sheetOrder','PERMISSION_DENIED','getOwnPropertyDescriptor','AddCommentMutation','toOrder','Two\x20SetWorksheetOrderMutation\x20have\x20conflicts!','SetWorksheetNameMutation','error','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','left','transformMutationsWithChangeset','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','CollaborationEvent','block','edit\x20range\x20of\x20same\x20data-validation\x20rule\x20is\x20not\x20allowed','transformDocumentDataToSnapshot','_initSetRangeValues','_revisionService','bind','Disposable','reorder\x20range\x20is\x20conflict\x20with\x20reorder\x20range','cellData','UniverInstanceType','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20row','RevisionService','from','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','parseProtocolChangeset','AddConditionalRuleMutation','UniverSheetsFilter','after','unitID','uid','changeset_ack','singleReferenceToGrid','incrementRev','generateRandomId','find','findIndex','flat','SetWorksheetRowIsAutoHeightMutation','values','RemoveSheetMutation','moveColumns','TOO_MANY_REQUESTS','transformSnapshotToDocumentData():\x20snapshot.doc\x20is\x20undefined.','690CLGXiZ','UniverSheets','payload','add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','actualColumn','_config','object','LICENSE_IMPORT_SIZE_EXCEEDED','@univerjs/sheets-conditional-formatting','SheetTypes','UpdateCommentRefMutation','RichTextEditingMutation','insertMatrixArray','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20row','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','MoveConditionalRuleMutation','handleBaseRemoveRange','amd','includes','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','remove\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','transformMutation','_leftInclineTransformMutations','isTransformChangesetsFailure','6thqsCG','setValue','intersects','concat','CONNECTOR_DATA_TOO_LARGE','COMPLETION_FINISHED','drawingIds','Tools','UniverThreadComment','string','createUnit','sourceRange','isFormulaString','NEW_CHANGESETS','COMPRESS_MUTATION_SEND','handler','error_msg','LICENSE_MAX_UNITS_EXCEEDED','insert\x20col\x20is\x20conflict\x20with\x20move\x20col','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','pseudo_fetch_missing_result','move\x20col\x20is\x20conflict\x20with\x20move\x20col','revision','ICommandService','getValue','MSG_FOR_ERROR','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','YUUMI_SUBSCRIPTION_NOT_FOUND','dispose','MUTATION','blocks','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','Set-range-values\x20mutation\x20and\x20move-range\x20mutation\x20have\x20an\x20overlapping\x20range.','RemoveDataValidationMutation','MoveColsMutation','SetWorksheetColWidthMutation','getSnapshot','UniverDataValidation','handleCommonDefaultRangeChangeWithEffectRefCommands','objects','APPLY_REJECT','getUnitId','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','Trying\x20to\x20mutate\x20a\x20deleted\x20worksheet!','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','IConfigService','max','getMatrix','transformWorkbookDataToSnapshot','NOT_FOUND','@univerjs/core','fill','UniverLicensePlugin','move\x20row\x20is\x20conflict\x20with\x20move\x20row','parentId','step','@univerjs/sheets-filter','Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','UPDATE_PERMISSION_OBJ','AddWorksheetMergeMutation','UNDEFINED','collaboration.config','any','sheets','reduce','RemoveNumfmtMutation','blockID','UNIVER_SLIDE','slice','incrementRevOfUnit','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','InsertColMutation','liveshare.request_host','SetRangeValuesMutation','COLUMN','blockMeta','endRow','code','getRandomValues','rule','primary','rng','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmft','remove\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','USERS_LEAVE','insert\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','ObjectMatrix','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','SetFrozenMutation','1guHbOj','all','RemoveSheetsFilterMutation','UPDATE_CURSOR','end','sequenceNodesBuilder','isTransformMutationsFailure','right','saveDoc','ReorderRangeMutation','_transformMap','InsertRowCommand','UniverLicense','handleBaseInsertRange','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20sheet','Two\x20set-frozen\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','SetTabColorMutation','createIdentifier','SetRowDataMutation','SetWorksheetProtectionMutation','APPLY_DUPLICATED','decode','_configService','data','b64EncodeUnicode','insert\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','SINGLE_HISTORY_MUTATIONS','Two\x20mutation\x20have\x20the\x20same\x20worksheetId!','add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','AddHyperLinkMutation','DocTransformController','[transformWorkbookDataToSnapshot()]:\x20Failed\x20to\x20save\x20sheet\x20blocks.','loadDoc','isTransformMutationFailure','fetchThroughInterceptors','fromCharCode','JSONX','SetRowVisibleMutation','commentId','APPLY_NON_SEQUENTIAL_REVISION','clear','symbol','forValue','move\x20row\x20is\x20conflict\x20with\x20move\x20range','length','getRev','textDecoder','changeset_rej','parseProtocolCommand','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','remove\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','actions','sequenceNodeType','getInterceptPoints','rules','UNRECOGNIZED','users_enter','SHOULD_CLOSE_CONN','handleBaseMoveRowsCols','[SnapshotService]:\x20request\x20snapshot\x20error!','UNIVER_DOC','SetWorksheetRowHeightMutation','ALREADY_EXISTS','SetColHiddenMutation','RemoveColMutation','UNIVER_SHEET','AddDataValidationMutation','transformMutations','PSEUDO_FETCH_MISSING_RESULT','unit_delete','defineProperty','1312644bPclZr','message','LIVESHARE_REQUEST_HOST','m2Prime','Block\x20not\x20found','@univerjs/engine-formula','SnapshotService','IUniverInstanceService','rev','m1Prime','min','moveMatrixArray','transformSnapshotToDocumentData','color','ruleId','criteria','pluginName','hasOwnProperty','Two\x20set-tab-color\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','set','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','SETTING','function','transform','shift','remove\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','saveSnapshot','fetch_missing','index','MoveColsCommand','filter','Rectangle','UpdateCommentMutation','spliceArray','getResources','entries','liveshare.fetch_operations','insert\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','params','encode','SetNumfmtMutation','sort','SetRangeProtectionMutation','UpdateHyperLinkMutation','univer.mutation.create-unit','rotateRange','[TransformService]:\x20changesets\x20revisions\x20miss\x20match.\x20The\x20\x27baseRev\x27\x20of\x20c2\x20is\x20','row','SetRowHiddenMutation','APPLY_PERMISSION_DENIED','replace','IResourceManagerService','doc','insert\x20row\x20is\x20conflict\x20with\x20remove\x20row','has','UniverEngineFormula','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','Module','LIVESHARE_OPERATION','_univerInstanceService','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','rowCount','YUUMI_RATE_OVER_LIMIT','EN_US','set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','SINGLE_SNAPSHOT_MUTATIONS','171BxRdvs','textEncoder','Range','RemoveRowMutation','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20column','220888mlAHdH','permission_rej','transformPosition','UniverCore','RemoveHyperLinkMutation','randomUUID','InsertRowMutation','some','isArray','actualRow','\x20and\x20the\x20\x27revision\x27\x20of\x20c1\x20is\x20','link','CompressMutationService','_rightInclineTransformMutations','handleDefaultRangeChangeWithEffectRefCommands','value','Two\x20set-worksheet-name\x20mutations\x20have\x20conflict.','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','update_permission_obj','RANGE','RevertRevisionMutation','UNIVER_UNKNOWN','parse','UNIVER_PROJECT','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height','order','getUnitOnRev','name','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','UpdateRuleType','LICENSE_EXPORT_SIZE_EXCEEDED','makeArray','Injector','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height','SetDrawingApplyMutation','originalMeta','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','@univerjs/data-validation','isMerged','UpdateDataValidationMutation','drawingId','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','setRev','toStringTag','DrawingApplyType','removeColumns','SetWorksheetOrderMutation','SetWorksheetRowAutoHeightMutation','UniverCollaborationPlugin','stringify','loadSheet','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','_compressMutationService','IHistoryIoService','CHANGESET_REVISION_CONFILICT','MoveRangeMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','_init','_commandService','unshift','registerCommand','isRangesEqual','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','type','start','[TransformService]\x20Transform\x20algorithm\x20for\x20','@univerjs/sheets-drawing','targetRange','CommandType','changeset_should_retry','DeleteConditionalRuleMutation','Plugin','push','LICENSE_DISTRO_REJECTED','getSheets','SetColDataMutation','[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!','_snapshotServerService','save','Two\x20move-range\x20mutations\x20have\x20an\x20overlapping\x20range.','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20row','rowData','baseRev','InsertColCommand','removeRows','update_cursor','InsertSheetMutation','styleRefMap','24mInRdD'];_0x13e5=function(){return _0x16fe08;};return _0x13e5();}
1
+ function _0x4d5d(){const _0x5a3b19=['isMergedMainCell','INVALID_ARGUMENT','after','getDataRange','UpdateCommentRefMutation','Trying\x20to\x20mutate\x20a\x20deleted\x20worksheet!','removeColumns','SetColVisibleMutation','left','keys','handleCommonDefaultRangeChangeWithEffectRefCommands','b64DecodeUnicode','cfId','unitId','_resourceManagerService','should_close_conn','parseMutationToProtocol','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','uid','parseProtocolMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','UPDATE_CURSOR','CHANGESET_REVISION_CONFILICT','_injector','MoveRowsMutation','resources','remove\x20row\x20is\x20conflict\x20with\x20move\x20row','drawingId','UpdateHyperLinkRefMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20col','isTransformMutationsWithChangesetSuccess','isTransformChangesetsFailure','getValue','pseudo_fetch_missing_result','TOO_MANY_REQUESTS','transformSnapshotToDocumentData','990556gMCTkL','styleRefMap','DocTransformController','find','size','Disposable','sheetOrder','UPDATE_PERMISSION_OBJ','Tools','IConfigService','setValue','order','insert\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','YUUMI_UNABLE_LOAD_URL','splice','values','sheets','UniverThreadComment','MUTATION','data','m1Prime','concat','@univerjs/thread-comment','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection','UNRECOGNIZED','liveshare.terminate','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','LICENSE_EXPORT_SIZE_EXCEEDED','ISnapshotServerService','endOffset','singleReferenceToGrid','LIVESHARE_TERMINATE','move\x20col\x20is\x20conflict\x20with\x20move\x20range','rowCount','interceptor','12SlKaAl','liveshare.fetch_operations','setConfig','isTransformMutationsWithChangesetFailure','subUnitId','COMPRESS_MUTATION_APPLY','unshift','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','hasOwnProperty','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','transformWorkbookDataToSnapshot','parseInt','symbol','0123456789','drawingIds','error','UniverDocs','UniverSheetsFilter','Injector','toLowerCase','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','86838VPGeiR','mapDocumentTypeToUniverType','Two\x20mutation\x20have\x20the\x20same\x20worksheet\x20name!','clear','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','users_leave','function','SetDrawingApplyMutation','commentId','update_permission_obj','reorder\x20range\x20is\x20conflict\x20with\x20reorder\x20range','rev','@univerjs/sheets-hyper-link','IHistoryIoService','@univerjs/core','LexerTreeBuilder','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20row','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','getSheetBlocksFromSnapshot','IUniverInstanceService','AddRangeProtectionMutation','number','set','createIdentifier','Inject','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','columnCount','setRev','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','RemoveSheetsFilterMutation','remove\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','UNIT_DELETE','@univerjs/sheets-conditional-formatting','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20order','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','RemoveColCommand','row','sort','COLUMN','has','ReorderRangeMutation','move\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','rowData','stringify','@univerjs-pro/license','_transformMap','AddWorksheetProtectionMutation','step','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20row','handleBaseMoveRowsCols','SetConditionalRuleMutation','SetRowDataMutation','createInterceptorKey','getLength','UniverInstanceType','handleBaseRemoveRange','getSheets','code','SUBMIT_CHANGESET','_initSetRangeValues','remove\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','block','SetFrozenMutation','handler','cellData','@univerjs/data-validation','add','length','move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt','_revisionService','getSnapshot','baseRev','InsertColMutation','@univerjs/sheets-drawing','update_cursor','UniverLicensePlugin','columnData','AddCommentMutation','deepClone','add\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','parseChangesetToProtocol','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','saveSnapshot','CollaborationEvent','MoveRowsCommand','APPLY_NON_SEQUENTIAL_REVISION','[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitID:\x20','_configService','RemoveColMutation','realDeleteValue','SetRangeValuesMutation','YUUMI_URL_COL_OUT_OF_RANGE','transformWorkbookDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','type','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20column','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','SnapshotService','_config','RemoveHyperLinkMutation','NEW_CHANGESETS','105BMdtsV','name','UpdateRuleType','Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.','bind','toStringTag','LICENSE_IMPORT_SIZE_EXCEEDED','liveshare.request_host','parseProtocolChangeset','Two\x20move-range\x20mutations\x20have\x20an\x20overlapping\x20range.','saveSheetBlock','intercept','AddWorksheetMergeMutation','@univerjs/sheets-filter','transformSnapshotToDocumentData():\x20snapshot.doc\x20is\x20undefined.','permission_rej','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','subtract','SetWorksheetRowHeightMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','RANGE','title','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','payload','spliceArray','1864224EXhhIg','transformDocumentDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','registerCommand','selections','getRandomValues','getUnitId','comment','Plugin','DeleteCommentMutation','AddConditionalRuleMutation','textDecoder','RemoveRowCommand','isTransformChangesetsSuccess','move\x20col\x20is\x20conflict\x20with\x20move\x20col','col','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','startRow','rotateRange','SNAPSHOT_INVALID_SNAPSHOT','transform','encode','UniverCollaborationPlugin','filter','transformMutations','getUnitOnRev','moveRows','formula2','InterceptorManager','SetNumfmtMutation','[transformWorkbookDataToSnapshot()]:\x20Failed\x20to\x20save\x20sheet\x20blocks.','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','unitID','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection','blockMeta','UniverSheetsDrawing','USERS_LEAVE','moveColumns','UNIVER_SHEET','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20col','mutations','isRangesEqual','InsertSheetMutation','handleDefaultRangeChangeWithEffectRefCommands','m2Prime','getMatrix','rng','actions','EN_US','MoveColsCommand','Remove-cols\x20has\x20conflicts\x20with\x20move-range','map','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','SetWorksheetProtectionMutation','findIndex','RemoveRowMutation','index','insert\x20col\x20is\x20conflict\x20with\x20move\x20col','blockID','remove\x20col\x20is\x20conflict\x20with\x20move\x20col','includes','[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!','isFormulaString','get','any','criteria','parseProtocolCommand','@univerjs/engine-formula','ruleId','workbook','slice','Range','error_msg','RevertRevisionMutation','insert\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','changeset_should_retry','336344epbiQN','CompressMutationService','syncExecuteCommand','RANGE_TYPE','set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','COMMENT_UPDATE','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','SETTING','Move\x20conditional\x20formatting\x20rule\x20\x20is\x20conflict\x20with\x20self','then','generateTempDocumentSnapshot','isArray','Algorithm\x20error,\x20the\x20changeset\x20does\x20not\x20exist!','targetRange','_transformService','SetSelectionsOperation','ENSURE_SNAPSHOT_EXECUTION','doc','start','_init','getOwnPropertyDescriptor','UpdateHyperLinkMutation','toOrder','LIVESHARE_REQUEST_HOST','SINGLE_HISTORY_MUTATIONS','155673SsFkis','queryObjectMatrix','move\x20range\x20is\x20conflict\x20with\x20reorder\x20range','serializeRange','InsertRowMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20name','random','serializeRangeToRefString','rules','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','UpdateDataValidationMutation','\x20already\x20exists.','Rectangle','APPLY_REVISION_CONFILICT','startColumn','SetSheetsFilterCriteriaMutation','LICENSE_DISTRO_REJECTED','SetSheetsFilterRangeMutation','parentId','DeleteConditionalRuleMutation','UniverSheetsHyperLink','submit_changeset','removeRows','SetWorksheetNameMutation','_compressMutationService','transformChangesets','incrementRev','replace','SheetTypes','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20range','flat','actualColumn','endColumn','Workbook\x20metadata\x20is\x20not\x20available','YUUMI_RATE_OVER_LIMIT','SetColHiddenMutation','Two\x20SetWorksheetOrderMutation\x20have\x20conflicts!','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','ranges','getResources','SetWorksheetRowIsAutoHeightMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','fromOrder','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','_rightInclineTransformMutations','indexOf','push','range','SetWorksheetOrderMutation','isTransformMutationsFailure','SetWorksheetColWidthMutation','isTransformMutationSuccess','ITransformService','RemoveNumfmtMutation','UniverLicense','blocks','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','AddDataValidationMutation','liveshare.new_host','transformDocumentDataToSnapshot','PSEUDO_FETCH_MISSING_RESULT','sourceRange','intersects','parse','getUnit','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20row','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height','primary','Two\x20mutation\x20need\x20have\x20the\x20same\x20unitId!','_snapshotServerService','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height','reduce','loadDoc','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','@univerjs/docs','[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitId:\x20','univer.mutation.create-unit','handleBaseInsertRange','Two\x20set-worksheet-name\x20mutations\x20have\x20conflict.','LICENSE_MAX_UNITS_EXCEEDED','insertMatrixArray','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','GRID','add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','JSONX','incrementRevOfUnit','ref','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','params','right','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','textRanges','all','MSG_FOR_ERROR','MoveConditionalRuleMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20comment','UNIVER_UNKNOWN','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','loadSheet','RemoveSheetMutation','SetColDataMutation','isMerged','UniverSheets','LIVESHARE_OPERATION','charCodeAt','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','setRevOfUnit','[TransformService]\x20Transform\x20algorithm\x20for\x20','RemoveWorksheetMergeMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20comment','ICommandService','SetRowVisibleMutation','MoveRangeMutation','merge','UniverEngineFormula','remove\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','createUnit','UpdateCommentMutation','isTransformMutationFailure','revision','transformSnapshotToWorkbookData','column','CONNECTOR_DATA_TOO_LARGE','comment_update','CommandType','COMPRESS_MUTATION_SEND','object','ReCalcSheetsFilterMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','YUUMI_SUBSCRIPTION_NOT_FOUND','endRow','sheet','811663wzypZZ','transformMutationsWithChangeset','DrawingApplyType','_univerInstanceService','AddHyperLinkMutation','transformMutation','originalMeta','ObjectMatrix','changeset_ack','InsertRowCommand','SetTabColorMutation','message','remove\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','UNIVER_PROJECT','decode','objects','InsertColCommand','UniverSheetsConditionalFormatting','insert\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','UNIVER_DOC','getSlice','from','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','SetRowHiddenMutation','end','Two\x20set-tab-color\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','SetRangeProtectionMutation','value','generateRandomId','UNDEFINED','string','actualRow','ALREADY_EXISTS','some','EmptyMutation','foreach','max','RichTextEditingMutation','fetch_missing','rowsAutoHeightInfo','randomUUID','univer.mutation.revert-version','FETCH_MISSING','defineProperty','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','@univerjs/sheets','UNAUTHENTICATED','RangeMergeUtil','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','colId','CHANGESET_REJ','min','3514135wWNiVv','set\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','getDeserializedSheetBlock','Two\x20mutation\x20have\x20the\x20same\x20worksheetId!','generateTemporarySnap','cellValue','UNIVER_COLLABORATION_PLUGIN','SheetTransformController','registerTransformAlgorithm','RevertRevisionMutation\x20conflicts\x20with\x20other\x20mutations!','makeArray','APPLY_DUPLICATED','insert\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','getData','getCurrentRevOfUnit','_leftInclineTransformMutations','SINGLE_SNAPSHOT_MUTATIONS','PERMISSION_REJ','JSON1','MoveColsMutation','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height','_commandService','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','SHOULD_CLOSE_CONN','\x20and\x20','unit_delete','RevisionService','rule','forValue','move\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','getRev','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','getInterceptPoints','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','NOT_FOUND','move\x20row\x20is\x20conflict\x20with\x20move\x20range','transformPosition','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','collaboration.config','toString','deserializeRangeWithSheetWithCache','link','insert\x20row\x20is\x20conflict\x20with\x20remove\x20row','liveshare.operation','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','entries','add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','UNIVER_SLIDE','new_changesets','moveMatrixArray','INTERNAL_ERROR','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20col','LIVESHARE_NEW_HOST','body','[SnapshotService]:\x20request\x20snapshot\x20error!','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','IResourceManagerService','RemoveDataValidationMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','forEach','APPLY_PERMISSION_DENIED','UniverDataValidation','SetWorksheetRowAutoHeightMutation','PERMISSION_DENIED','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmft','UniverCollaboration'];_0x4d5d=function(){return _0x5a3b19;};return _0x4d5d();}function _0x5484(_0x30202c,_0x514cff){const _0x4d5d81=_0x4d5d();return _0x5484=function(_0x5484bb,_0x337582){_0x5484bb=_0x5484bb-0x9c;let _0x83f947=_0x4d5d81[_0x5484bb];return _0x83f947;},_0x5484(_0x30202c,_0x514cff);}(function(_0x8dfc88,_0x177eaf){const _0x19503a=_0x5484,_0x558f81=_0x8dfc88();while(!![]){try{const _0x29b4de=parseInt(_0x19503a(0x2c7))/0x1+parseInt(_0x19503a(0x15f))/0x2*(-parseInt(_0x19503a(0x14a))/0x3)+-parseInt(_0x19503a(0x126))/0x4+-parseInt(_0x19503a(0xbe))/0x5+parseInt(_0x19503a(0x1dd))/0x6+parseInt(_0x19503a(0x1c4))/0x7*(parseInt(_0x19503a(0x229))/0x8)+-parseInt(_0x19503a(0x242))/0x9;if(_0x29b4de===_0x177eaf)break;else _0x558f81['push'](_0x558f81['shift']());}catch(_0x4bbf49){_0x558f81['push'](_0x558f81['shift']());}}}(_0x4d5d,0x954f5),function(_0xb7a947,_0x3a7116){const _0x3d677a=_0x5484;typeof exports==_0x3d677a(0x2c1)&&typeof module<'u'?_0x3a7116(exports,require(_0x3d677a(0x16d)),require(_0x3d677a(0x13d)),require(_0x3d677a(0x180)),require('@univerjs/data-validation'),require(_0x3d677a(0x16b)),require(_0x3d677a(0xb7)),require(_0x3d677a(0x1d1)),require('@univerjs/engine-formula'),require(_0x3d677a(0x1a9)),require(_0x3d677a(0x28d)),require(_0x3d677a(0x18c))):typeof define==_0x3d677a(0x165)&&define['amd']?define(['exports',_0x3d677a(0x16d),_0x3d677a(0x13d),'@univerjs/sheets-conditional-formatting',_0x3d677a(0x1a1),_0x3d677a(0x16b),'@univerjs/sheets',_0x3d677a(0x1d1),_0x3d677a(0x21f),_0x3d677a(0x1a9),_0x3d677a(0x28d),_0x3d677a(0x18c)],_0x3a7116):(_0xb7a947=typeof globalThis<'u'?globalThis:_0xb7a947||self,_0x3a7116(_0xb7a947[_0x3d677a(0x101)]={},_0xb7a947['UniverCore'],_0xb7a947[_0x3d677a(0x138)],_0xb7a947[_0x3d677a(0x2d9)],_0xb7a947[_0x3d677a(0xfd)],_0xb7a947[_0x3d677a(0x257)],_0xb7a947[_0x3d677a(0x2a9)],_0xb7a947[_0x3d677a(0x15b)],_0xb7a947[_0x3d677a(0x2b5)],_0xb7a947[_0x3d677a(0x1ff)],_0xb7a947[_0x3d677a(0x15a)],_0xb7a947[_0x3d677a(0x279)]));}(this,function(_0x3d1c58,_0x1ed6c7,_0x59e2de,_0xbea350,_0x1444e7,_0x1c7510,_0x27192b,_0x5cbf39,_0x251384,_0x47e34f,_0x38441a,_0x4f4568){'use strict';const _0x4aac6c=_0x5484;var _0x3520c2=Object[_0x4aac6c(0xb5)],_0x1b3944=(_0x119a05,_0x35821e,_0x2e3a6e)=>_0x35821e in _0x119a05?_0x3520c2(_0x119a05,_0x35821e,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x2e3a6e}):_0x119a05[_0x35821e]=_0x2e3a6e,_0x48c198=(_0x4a2c5e,_0x19cf49,_0x235375)=>_0x1b3944(_0x4a2c5e,typeof _0x19cf49!=_0x4aac6c(0x156)?_0x19cf49+'':_0x19cf49,_0x235375);function _0xf2c42a(_0x1f6f7d){return!!_0x1f6f7d['error'];}function _0x4589a8(_0x25301b){return!_0xf2c42a(_0x25301b);}function _0xa490a9(_0x2dffd3){return!!_0x2dffd3['error'];}function _0x475508(_0x36791b){const _0x50a038=_0x4aac6c;return!!_0x36791b[_0x50a038(0x159)];}function _0x9b8cc9(_0x35ec87){return!_0x475508(_0x35ec87);}function _0x187fbc(_0x3ebe90){const _0x38bfd8=_0x4aac6c;return!!_0x3ebe90[_0x38bfd8(0x159)];}function _0x57b0e2(_0x15d294){return!_0x187fbc(_0x15d294);}function _0xae9b34(_0x37f779){return!!_0x37f779['error'];}function _0x16be5f(_0x17be4e){return!_0xae9b34(_0x17be4e);}const _0x44bdd0=_0x1ed6c7[_0x4aac6c(0x176)]('univer-pro.collaboration.transform-service');class _0x18a8cc extends _0x1ed6c7[_0x4aac6c(0x12b)]{constructor(){const _0x10e4a3=_0x4aac6c;super(...arguments),_0x48c198(this,_0x10e4a3(0x18d),new Map());}['dispose'](){const _0x38f802=_0x4aac6c;this[_0x38f802(0x18d)][_0x38f802(0x162)]();}[_0x4aac6c(0xc6)](_0x59d576){const _0x575ba2=_0x4aac6c,{m1:_0x26b92e,m2:_0x4d71f3=_0x575ba2(0x21c)}=_0x59d576;this[_0x575ba2(0x18d)][_0x575ba2(0x187)](_0x26b92e)||this[_0x575ba2(0x18d)]['set'](_0x26b92e,new Map());const _0x1b5605=this['_transformMap'][_0x575ba2(0x21b)](_0x26b92e);if(_0x1b5605[_0x575ba2(0x187)](_0x4d71f3))throw new Error(_0x575ba2(0x2ae)+_0x26b92e+_0x575ba2(0xd6)+_0x4d71f3+_0x575ba2(0x24e));_0x1b5605[_0x575ba2(0x175)](_0x4d71f3,_0x59d576);}[_0x4aac6c(0x2cc)](_0x2022cd,_0x3c608d,_0x2e8631){const _0x1738e6=_0x4aac6c;var _0x4edf1c,_0x58b2ec,_0x41f000,_0x1c2103,_0x49e775,_0x3c4bf8;const _0x470250=this[_0x1738e6(0x18d)],_0x325b02=((_0x4edf1c=_0x470250[_0x1738e6(0x21b)](_0x2022cd['id']))==null?void 0x0:_0x4edf1c[_0x1738e6(0x21b)](_0x3c608d['id']))||((_0x58b2ec=_0x470250[_0x1738e6(0x21b)](_0x2022cd['id']))==null?void 0x0:_0x58b2ec[_0x1738e6(0x21b)](_0x1738e6(0x21c)))||((_0x41f000=_0x470250[_0x1738e6(0x21b)](_0x1738e6(0x21c)))==null?void 0x0:_0x41f000[_0x1738e6(0x21b)](_0x3c608d['id']));if(_0x325b02)return _0x2e8631?_0x325b02[_0x1738e6(0x19f)](_0x2022cd,_0x3c608d,_0x2e8631):_0x325b02[_0x1738e6(0x19f)](_0x2022cd,_0x3c608d);const _0x506594=((_0x1c2103=_0x470250[_0x1738e6(0x21b)](_0x3c608d['id']))==null?void 0x0:_0x1c2103[_0x1738e6(0x21b)](_0x2022cd['id']))||((_0x49e775=_0x470250[_0x1738e6(0x21b)](_0x3c608d['id']))==null?void 0x0:_0x49e775['get'](_0x1738e6(0x21c)))||((_0x3c4bf8=_0x470250[_0x1738e6(0x21b)](_0x1738e6(0x21c)))==null?void 0x0:_0x3c4bf8[_0x1738e6(0x21b)](_0x2022cd['id']));if(_0x506594){const _0x47e01f=_0x2e8631?_0x506594[_0x1738e6(0x19f)](_0x3c608d,_0x2022cd,_0x2e8631):_0x506594[_0x1738e6(0x19f)](_0x3c608d,_0x2022cd);return _0x4589a8(_0x47e01f)?_0x2e8631?{'m2Prime':_0x47e01f[_0x1738e6(0x13b)]}:{'m2Prime':_0x47e01f[_0x1738e6(0x13b)],'m1Prime':_0x47e01f[_0x1738e6(0x208)]}:_0x47e01f;}return{'m1Prime':_0x2022cd,'m2Prime':_0x3c608d};}[_0x4aac6c(0x1f4)](_0x224f97,_0x56fb85,_0x5c8e16){const _0x40f093=_0x4aac6c,_0x5e0e88=this['_rightInclineTransformMutations'](_0x224f97,_0x56fb85);if(_0xa490a9(_0x5e0e88))return _0x5e0e88;if(_0x5c8e16)return{'m2Prime':_0x5e0e88};const _0x45cee0=this[_0x40f093(0xcd)](_0x224f97,_0x56fb85);return _0xa490a9(_0x45cee0)?_0x45cee0:{'m1Prime':_0x45cee0,'m2Prime':_0x5e0e88};}[_0x4aac6c(0x26f)](_0xf07d47,_0x5ddb38){const _0x3bf6d5=_0x4aac6c,_0x2e231f=_0xf07d47[_0x3bf6d5(0x1a3)];let _0x6ed6b6;for(_0x6ed6b6=0x0;_0x6ed6b6<_0x2e231f;_0x6ed6b6++){let _0x30a849=[_0xf07d47[_0x6ed6b6]],_0x4e7b7f=[];for(let _0x471682=0x0,_0x46a5ae=_0x5ddb38[_0x3bf6d5(0x1a3)];_0x471682<_0x46a5ae;_0x471682++){const _0x1bf67c=_0x5ddb38[_0x471682];let _0x5e330c;if(_0x30a849[_0x3bf6d5(0x1a3)]===0x0)_0x5e330c=[_0x1bf67c],_0x30a849=[];else{if(_0x30a849[_0x3bf6d5(0x1a3)]===0x1){const _0x220385=this['transformMutation'](_0x30a849[0x0],_0x1bf67c);if(_0xf2c42a(_0x220385))return _0x220385;if(_0x5e330c=_0x35baa3(_0x220385[_0x3bf6d5(0x208)]),!_0x220385[_0x3bf6d5(0x13b)])throw new Error(_0x3bf6d5(0x1c7));_0x30a849=_0x35baa3(_0x220385[_0x3bf6d5(0x13b)]);}else{const _0xbc2524=this[_0x3bf6d5(0x26f)](_0x30a849,[_0x1bf67c]);if(_0xbc2524[_0x3bf6d5(0x159)])return _0xbc2524;if(_0x5e330c=_0xbc2524,_0x471682<_0x46a5ae-0x1){const _0x10e0e1=this['_leftInclineTransformMutations'](_0x30a849,[_0x1bf67c]);if(_0x10e0e1[_0x3bf6d5(0x159)])return _0x10e0e1;_0x30a849=_0x10e0e1;}}}_0x4e7b7f=_0x4e7b7f[_0x3bf6d5(0x13c)](_0x5e330c);}_0x5ddb38=_0x4e7b7f;}return _0x5ddb38;}['_leftInclineTransformMutations'](_0x1dcd9d,_0x595ecf){const _0x349103=_0x4aac6c,_0x1ba5ce=_0x595ecf[_0x349103(0x1a3)];let _0x21dfdb;for(_0x21dfdb=0x0;_0x21dfdb<_0x1ba5ce;_0x21dfdb++){let _0x3108d0=[_0x595ecf[_0x21dfdb]],_0x448536=[];for(let _0x5a1ffd=0x0,_0x1ef546=_0x1dcd9d[_0x349103(0x1a3)];_0x5a1ffd<_0x1ef546;_0x5a1ffd++){const _0x22201c=_0x1dcd9d[_0x5a1ffd];let _0x1a5b08;if(_0x3108d0[_0x349103(0x1a3)]===0x0)_0x1a5b08=[_0x22201c],_0x3108d0=[];else{if(_0x3108d0[_0x349103(0x1a3)]===0x1){const _0x403139=this[_0x349103(0x2cc)](_0x22201c,_0x3108d0[0x0]);if(_0xf2c42a(_0x403139))return _0x403139;if(!_0x403139['m1Prime'])throw new Error(_0x349103(0x1c7));_0x1a5b08=_0x35baa3(_0x403139[_0x349103(0x13b)]),_0x3108d0=_0x35baa3(_0x403139[_0x349103(0x208)]);}else{const _0x1acc74=this[_0x349103(0xcd)]([_0x22201c],_0x3108d0);if(_0x1acc74[_0x349103(0x159)])return _0x1acc74;if(_0x1a5b08=_0x1acc74,_0x5a1ffd<_0x1ef546-0x1){const _0x494adc=this['_rightInclineTransformMutations']([_0x22201c],_0x3108d0);if(_0x494adc[_0x349103(0x159)])return _0x494adc;_0x3108d0=_0x494adc;}}}_0x448536=_0x448536[_0x349103(0x13c)](_0x1a5b08);}_0x1dcd9d=_0x448536;}return _0x1dcd9d;}[_0x4aac6c(0x25c)](_0x34149d,_0x27ee78,_0x3a5a93){const _0x2dbb2d=_0x4aac6c;if(!_0x118588(_0x34149d,_0x27ee78))throw new Error('[TransformService]:\x20changesets\x20revisions\x20miss\x20match.\x20The\x20\x27baseRev\x27\x20of\x20c2\x20is\x20'+_0x27ee78[0x0][_0x2dbb2d(0x1a7)]+'\x20and\x20the\x20\x27revision\x27\x20of\x20c1\x20is\x20'+_0x34149d[0x0][_0x2dbb2d(0x2ba)]+'.');const _0x2c7975=_0x34149d['length'],_0x4d49bf=_0x27ee78[_0x2dbb2d(0x1a3)],_0x3e5e99=_0x31d463(_0x2c7975,_0x4d49bf+0x1),_0x5960a9=_0x31d463(_0x2c7975+0x1,_0x4d49bf);_0x34149d[_0x2dbb2d(0xfb)]((_0x26910a,_0x3e3b61)=>_0x3e5e99[_0x3e3b61][0x0]=_0x26910a),_0x27ee78[_0x2dbb2d(0xfb)]((_0x198f17,_0x250898)=>_0x5960a9[0x0][_0x250898]=_0x198f17);try{for(let _0x4125af=0x0;_0x4125af<_0x4d49bf;_0x4125af++)for(let _0xf138fe=0x0;_0xf138fe<_0x2c7975;_0xf138fe++){const _0x418eff=_0x5960a9[_0xf138fe][_0x4125af],_0x23b1be=_0x3e5e99[_0xf138fe][_0x4125af];if(!_0x418eff||!_0x23b1be)throw new Error(_0x2dbb2d(0x235));const _0x528256=this[_0x2dbb2d(0x1f4)](_0x23b1be[_0x2dbb2d(0x204)],_0x418eff['mutations']);if(_0x475508(_0x528256))return{'error':_0x528256['error']};_0x5960a9[_0xf138fe+0x1][_0x4125af]={..._0x418eff,'mutations':_0x528256[_0x2dbb2d(0x208)]},_0x3e5e99[_0xf138fe][_0x4125af+0x1]={..._0x23b1be,'mutations':_0x528256['m1Prime']};}return _0x3a5a93?{'c2Prime':_0x5960a9[_0x2c7975]}:{'c1Prime':_0x3e5e99[_0x2dbb2d(0x20f)](_0x1fe409=>_0x1fe409[_0x4d49bf])[_0x2dbb2d(0x261)](),'c2Prime':_0x5960a9[_0x2c7975]};}catch(_0x1b648d){throw console[_0x2dbb2d(0x159)](_0x1b648d),_0x1b648d;}}[_0x4aac6c(0x2c8)](_0x3e0599,_0x36fb06){const _0xc99978=_0x4aac6c,_0x3a6edb=_0x3e0599[_0xc99978(0x204)],_0x4bdee4=this[_0xc99978(0x1f4)](_0x3a6edb,_0x36fb06);return _0x475508(_0x4bdee4)?{'error':_0x4bdee4[_0xc99978(0x159)]}:{'m2Prime':_0x4bdee4['m2Prime'],'c1Prime':{..._0x3e0599,'mutations':_0x4bdee4['m1Prime']}};}}function _0x118588(_0xfaa4d,_0x4229a5){const _0xbb1304=_0x4aac6c;return _0xfaa4d[0x0][_0xbb1304(0x2ba)]-0x1===_0x4229a5[0x0]['baseRev'];}function _0x31d463(_0x1204fc,_0x5bb13a){const _0x49f673=_0x4aac6c;return new Array(_0x1204fc)['fill'](void 0x0)[_0x49f673(0x20f)](()=>new Array(_0x5bb13a));}function _0x35baa3(_0x37a315){return Array['isArray'](_0x37a315)?_0x37a315:[_0x37a315];}const _0x188496={'m1':_0x59e2de[_0x4aac6c(0x1ad)]['id'],'m2':_0x59e2de[_0x4aac6c(0x1ad)]['id'],'handler':(_0x20d464,_0x1e5189)=>{const _0x526808=_0x4aac6c,_0x1f1a62=_0x20d464[_0x526808(0x29b)],_0x115fb7=_0x1e5189[_0x526808(0x29b)],_0x3273ad={'m1Prime':_0x20d464,'m2Prime':_0x1e5189};if(_0x1f1a62[_0x526808(0x10f)]!==_0x115fb7[_0x526808(0x10f)]||_0x1f1a62['subUnitId']!==_0x115fb7['subUnitId']||_0x1f1a62[_0x526808(0x1e3)][_0x526808(0x299)]!==_0x115fb7[_0x526808(0x1e3)][_0x526808(0x299)])return _0x3273ad;if(!_0x1f1a62[_0x526808(0x1e3)]['parentId']&&!_0x115fb7[_0x526808(0x1e3)]['parentId']){const _0x1119eb=_0x1ed6c7[_0x526808(0x12e)][_0x526808(0x1ae)](_0x1e5189);return _0x1119eb[_0x526808(0x29b)][_0x526808(0x1e3)][_0x526808(0x255)]=_0x20d464[_0x526808(0x29b)]['comment']['id'],{'m1Prime':[{'id':_0x59e2de[_0x526808(0x1e5)]['id'],'params':{'unitId':_0x1f1a62[_0x526808(0x10f)],'subUnitId':_0x115fb7[_0x526808(0x14e)],'commentId':_0x115fb7[_0x526808(0x1e3)]['id']}},_0x20d464,_0x1119eb],'m2Prime':[_0x1119eb]};}return _0x3273ad;}},_0x3de75e={'m1':_0xbea350[_0x4aac6c(0x1e6)]['id'],'m2':_0xbea350['AddConditionalRuleMutation']['id'],'handler'(_0x5f573a,_0x32c486){const _0x469969=_0x4aac6c;if(_0x5f573a['params']['unitId']!==_0x32c486[_0x469969(0x29b)][_0x469969(0x10f)]||_0x5f573a[_0x469969(0x29b)][_0x469969(0x14e)]!==_0x32c486['params'][_0x469969(0x14e)])return{'m1Prime':_0x5f573a,'m2Prime':_0x32c486};const {unitId:_0x11fe72,subUnitId:_0x49e4df}=_0x5f573a['params'],_0x9a4669=_0x1ed6c7[_0x469969(0x12e)][_0x469969(0x1ae)](_0x5f573a),_0x1a4c3d=_0x1ed6c7[_0x469969(0x12e)][_0x469969(0x1ae)](_0x32c486),_0x25d8e4=[_0x9a4669],_0x424e00={'unitId':_0x11fe72,'subUnitId':_0x49e4df,'start':{'id':_0x1a4c3d[_0x469969(0x29b)]['rule'][_0x469969(0x10e)],'type':'before'},'end':{'id':_0x1a4c3d[_0x469969(0x29b)][_0x469969(0xd9)][_0x469969(0x10e)],'type':_0x469969(0x104)}};return _0x25d8e4['push']({'id':_0xbea350[_0x469969(0x2a1)]['id'],'params':_0x424e00}),{'m1Prime':_0x25d8e4,'m2Prime':_0x1a4c3d};}};function _0x3a535f(_0x3ef4e1,_0xda4846,_0x4d654f,_0x430689){const _0x21887c=_0x4aac6c,_0x2b71a9=new _0x1ed6c7['ObjectMatrix']();_0x4d654f[_0x21887c(0xfb)](_0x211fdf=>{const _0x23f935=_0x21887c;_0x211fdf[_0x23f935(0x269)][_0x23f935(0xfb)](_0x313b1a=>{const _0x46f473=_0x23f935;_0x1ed6c7['Range'][_0x46f473(0xad)](_0x313b1a,(_0x13b739,_0x3f3779)=>{const _0x29b9a4=_0x46f473;_0x2b71a9['setValue'](_0x13b739,_0x3f3779,_0x211fdf[_0x29b9a4(0x114)]);});});}),_0x430689[_0x21887c(0xfb)](_0x12de27=>{const _0x3b77f0=_0x21887c;_0x12de27[_0x3b77f0(0x269)][_0x3b77f0(0xfb)](_0x51c656=>{const _0x46aea1=_0x3b77f0;_0x1ed6c7['Range'][_0x46aea1(0xad)](_0x51c656,(_0x55c9d0,_0x2f1f6b)=>{const _0x2f4ed8=_0x46aea1;_0x2b71a9[_0x2f4ed8(0x130)](_0x55c9d0,_0x2f1f6b,_0x12de27[_0x2f4ed8(0x114)]);});});});const _0x10ca98=[];return _0x4d654f['forEach'](_0x4f5df5=>{const _0x21031e=_0x21887c,_0x3cdcde=_0x1ed6c7[_0x21031e(0x243)](_0x2b71a9,_0x21c3fb=>_0x21c3fb===_0x4f5df5[_0x21031e(0x114)]);if(_0x3cdcde[_0x21031e(0x1a3)]){if(!_0x1ed6c7[_0x21031e(0x205)](_0x3cdcde,_0x4f5df5[_0x21031e(0x269)])){const _0x5cf7cd={'ruleId':_0x4f5df5[_0x21031e(0x114)],'unitId':_0x3ef4e1,'subUnitId':_0xda4846,'payload':{'type':_0x1444e7[_0x21031e(0x1c6)]['RANGE'],'payload':_0x3cdcde}};_0x10ca98[_0x21031e(0x271)]({'id':_0x1444e7[_0x21031e(0x24d)]['id'],'params':_0x5cf7cd});}}else{const _0x33586a={'ruleId':_0x4f5df5[_0x21031e(0x114)],'unitId':_0x3ef4e1,'subUnitId':_0xda4846};_0x10ca98[_0x21031e(0x271)]({'id':_0x1444e7[_0x21031e(0xf9)]['id'],'params':_0x33586a});}}),_0x10ca98;}function _0x5980db(_0x2e3d19,_0x49de42){const _0x23c627=_0x4aac6c,_0x197ea2=_0x1ed6c7[_0x23c627(0x12e)][_0x23c627(0x1ae)](Array[_0x23c627(0x234)](_0x2e3d19['params'][_0x23c627(0xd9)])?_0x2e3d19['params'][_0x23c627(0xd9)]:[_0x2e3d19[_0x23c627(0x29b)][_0x23c627(0xd9)]]);return _0x49de42[_0x23c627(0xfb)](_0x51ad19=>{const _0x20affa=_0x23c627;if(_0x51ad19['id']===_0x1444e7['UpdateDataValidationMutation']['id']){const _0xabbcb8=_0x51ad19,_0x31751d=_0x197ea2[_0x20affa(0x129)](_0x37b577=>_0x37b577[_0x20affa(0x114)]===_0xabbcb8[_0x20affa(0x29b)][_0x20affa(0x220)]);_0x31751d[_0x20affa(0x269)]=_0xabbcb8[_0x20affa(0x29b)]['payload']['payload'];}else{if(_0x51ad19['id']===_0x1444e7[_0x20affa(0xf9)]['id']){const _0x327158=_0x197ea2[_0x20affa(0x212)](_0x5968f0=>_0x5968f0[_0x20affa(0x114)]===_0x51ad19[_0x20affa(0x29b)][_0x20affa(0x220)]);_0x197ea2[_0x327158]=null;}}}),_0x197ea2['filter'](Boolean)[_0x23c627(0x1a3)]?[{..._0x2e3d19,'params':{..._0x2e3d19[_0x23c627(0x29b)],'rule':_0x197ea2[_0x23c627(0x1f3)](Boolean)}}]:[];}const _0x30a782={'m1':_0x1444e7['AddDataValidationMutation']['id'],'m2':_0x1444e7[_0x4aac6c(0x27c)]['id'],'handler':(_0x26130b,_0x4664d3)=>{const _0x2a81a8=_0x4aac6c,_0x6e2e5c={'m1Prime':_0x26130b,'m2Prime':_0x4664d3},_0x43bbd0=_0x26130b[_0x2a81a8(0x29b)],_0x1017aa=_0x4664d3['params'];if(_0x43bbd0['unitId']!==_0x1017aa[_0x2a81a8(0x10f)]||_0x43bbd0['subUnitId']!==_0x1017aa['subUnitId'])return _0x6e2e5c;const _0x3f64d2=_0x1ed6c7[_0x2a81a8(0x12e)][_0x2a81a8(0x1ae)](_0x26130b),_0x24bb76=_0x1ed6c7['Tools'][_0x2a81a8(0x1ae)](_0x4664d3),_0x4f4186=_0x43bbd0['unitId'],_0x28473b=_0x1017aa['subUnitId'],_0x3da669=_0x3f64d2[_0x2a81a8(0x29b)][_0x2a81a8(0xd9)],_0xfade3b=_0x24bb76[_0x2a81a8(0x29b)][_0x2a81a8(0xd9)];if(Array['isArray'](_0x3da669)&&Array[_0x2a81a8(0x234)](_0xfade3b))return{'m1Prime':[],'m2Prime':[]};if(Array[_0x2a81a8(0x234)](_0x3da669)){_0x3f64d2[_0x2a81a8(0x29b)][_0x2a81a8(0x214)]=0x0;const _0x241ee8=_0x3a535f(_0x4f4186,_0x28473b,_0x3da669,[_0xfade3b]);return{'m1Prime':_0x5980db(_0x3f64d2,_0x241ee8),'m2Prime':[..._0x241ee8,_0x24bb76]};}if(Array['isArray'](_0xfade3b)){const _0x1bb1f1=_0x3a535f(_0x4f4186,_0x28473b,_0xfade3b,[_0x3da669]);return _0x24bb76[_0x2a81a8(0x29b)]['index']=0x0,{'m1Prime':_0x5980db(_0x3f64d2,_0x1bb1f1),'m2Prime':[..._0x1bb1f1,_0x24bb76]};}const _0x284b9a=_0x3a535f(_0x4f4186,_0x28473b,[_0x3da669],[_0xfade3b]);return _0x24bb76[_0x2a81a8(0x29b)][_0x2a81a8(0x214)]=-0x1,{'m1Prime':_0x5980db(_0x3f64d2,_0x284b9a),'m2Prime':[..._0x284b9a,_0x24bb76]};}},_0x54d24e={'m1':_0x1444e7['AddDataValidationMutation']['id'],'m2':_0x1444e7[_0x4aac6c(0x24d)]['id'],'handler':(_0x3026df,_0x225329)=>{const _0x5760cd=_0x4aac6c,_0x59f2df={'m1Prime':_0x3026df,'m2Prime':_0x225329},_0x14a756=_0x3026df[_0x5760cd(0x29b)],_0x4c190b=_0x225329[_0x5760cd(0x29b)];if(_0x14a756[_0x5760cd(0x10f)]!==_0x4c190b[_0x5760cd(0x10f)]||_0x14a756[_0x5760cd(0x14e)]!==_0x4c190b[_0x5760cd(0x14e)])return _0x59f2df;if(_0x225329['params']['payload']['type']===_0x1444e7['UpdateRuleType'][_0x5760cd(0x1d8)]){const {unitId:_0x1b26e0,subUnitId:_0x18fdfe}=_0x3026df['params'],_0x25c8d7=Array[_0x5760cd(0x234)](_0x3026df['params'][_0x5760cd(0xd9)])?_0x3026df[_0x5760cd(0x29b)][_0x5760cd(0xd9)]:[_0x3026df[_0x5760cd(0x29b)][_0x5760cd(0xd9)]],_0x4f8fe3=[],_0x275fc1=new _0x1ed6c7[(_0x5760cd(0x2ce))]();return _0x25c8d7[_0x5760cd(0xfb)](_0x16e602=>{const _0x1e3562=_0x5760cd;_0x16e602[_0x1e3562(0x269)]['forEach'](_0x41f60a=>{const _0x40fc3c=_0x1e3562;_0x1ed6c7[_0x40fc3c(0x223)][_0x40fc3c(0xad)](_0x41f60a,(_0x596fbe,_0x48ec9c)=>{const _0x17bd4b=_0x40fc3c;_0x275fc1[_0x17bd4b(0x130)](_0x596fbe,_0x48ec9c,_0x16e602[_0x17bd4b(0x114)]);});});}),_0x225329[_0x5760cd(0x29b)][_0x5760cd(0x1db)][_0x5760cd(0x1db)][_0x5760cd(0xfb)](_0x30e096=>{const _0x3436c8=_0x5760cd;_0x1ed6c7['Range'][_0x3436c8(0xad)](_0x30e096,(_0x23a9f7,_0x4ae2c7)=>{const _0x22cb3d=_0x3436c8;_0x275fc1[_0x22cb3d(0x130)](_0x23a9f7,_0x4ae2c7,_0x225329['params'][_0x22cb3d(0x220)]);});}),_0x25c8d7[_0x5760cd(0xfb)](_0x31d21=>{const _0x19d18f=_0x5760cd,_0x58ed71=_0x1ed6c7[_0x19d18f(0x243)](_0x275fc1,_0x322d9=>_0x322d9===_0x31d21[_0x19d18f(0x114)]);_0x1ed6c7[_0x19d18f(0x205)](_0x58ed71,_0x31d21[_0x19d18f(0x269)])||(_0x58ed71[_0x19d18f(0x1a3)]?_0x4f8fe3[_0x19d18f(0x271)]({'id':_0x1444e7[_0x19d18f(0x24d)]['id'],'params':{'unitId':_0x1b26e0,'subUnitId':_0x18fdfe,'ruleId':_0x31d21['uid'],'payload':{'type':_0x1444e7[_0x19d18f(0x1c6)]['RANGE'],'payload':_0x58ed71}}}):_0x4f8fe3['push']({'id':_0x1444e7[_0x19d18f(0xf9)]['id'],'params':{'unitId':_0x1b26e0,'subUnitId':_0x18fdfe,'ruleId':_0x31d21[_0x19d18f(0x114)]}}));}),{'m1Prime':_0x5980db(_0x3026df,_0x4f8fe3),'m2Prime':[..._0x4f8fe3,_0x225329]};}return _0x59f2df;}},_0x35856a={'m1':_0x1c7510[_0x4aac6c(0x2cb)]['id'],'m2':_0x1c7510[_0x4aac6c(0x2cb)]['id'],'handler':(_0x59b70d,_0x242618)=>{const _0x2c2baa=_0x4aac6c,_0x109ade=_0x59b70d[_0x2c2baa(0x29b)],_0x5ca7d0=_0x242618[_0x2c2baa(0x29b)];return _0x109ade[_0x2c2baa(0x10f)]===_0x5ca7d0[_0x2c2baa(0x10f)]&&_0x109ade['subUnitId']===_0x5ca7d0[_0x2c2baa(0x14e)]&&_0x109ade[_0x2c2baa(0xe7)][_0x2c2baa(0x184)]===_0x5ca7d0[_0x2c2baa(0xe7)][_0x2c2baa(0x184)]&&_0x109ade[_0x2c2baa(0xe7)][_0x2c2baa(0x2bc)]===_0x5ca7d0[_0x2c2baa(0xe7)]['column']?{'m2Prime':_0x242618,'m1Prime':[]}:{'m1Prime':_0x59b70d,'m2Prime':_0x242618};}},_0x448d28={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x59e2de[_0x4aac6c(0x1ad)]['id'],'handler':(_0x304e74,_0x21b714)=>{const _0x198622=_0x4aac6c,_0x427042={'m1Prime':_0x304e74,'m2Prime':_0x21b714};return _0x304e74[_0x198622(0x29b)][_0x198622(0x10f)]!==_0x21b714[_0x198622(0x29b)][_0x198622(0x10f)]||_0x304e74[_0x198622(0x29b)][_0x198622(0x14e)]!==_0x21b714[_0x198622(0x29b)][_0x198622(0x14e)]?_0x427042:{'error':new Error(_0x198622(0x2ac))};}},_0x162222={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0xbea350['AddConditionalRuleMutation']['id'],'handler':(_0x242c4c,_0x25d321)=>{const _0x207b7b=_0x4aac6c,_0x1c81a7={'m1Prime':_0x242c4c,'m2Prime':_0x25d321};if(_0x242c4c[_0x207b7b(0x29b)][_0x207b7b(0x10f)]!==_0x25d321['params'][_0x207b7b(0x10f)]||_0x242c4c[_0x207b7b(0x29b)][_0x207b7b(0x14e)]!==_0x25d321[_0x207b7b(0x29b)][_0x207b7b(0x14e)])return _0x1c81a7;const _0x1a2b45=_0x242c4c[_0x207b7b(0x29b)]['rules']['map'](_0x5e1b4c=>_0x5e1b4c[_0x207b7b(0x269)])[_0x207b7b(0x261)](),_0x5f0b4d=_0x25d321['params']['rule'][_0x207b7b(0x269)];return _0x1a2b45[_0x207b7b(0xab)](_0x343c2a=>_0x5f0b4d['some'](_0x3a88c8=>_0x1ed6c7[_0x207b7b(0x24f)][_0x207b7b(0x281)](_0x343c2a,_0x3a88c8)))?{'error':new Error(_0x207b7b(0xb6))}:_0x1c81a7;}},_0xf934ac={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x27192b[_0x4aac6c(0x173)]['id'],'handler':(_0x4ab3c9,_0x10c493)=>{const _0x463fb5=_0x4aac6c,_0x4c1ec9={'m1Prime':_0x4ab3c9,'m2Prime':_0x10c493};if(_0x4ab3c9[_0x463fb5(0x29b)][_0x463fb5(0x10f)]!==_0x10c493['params'][_0x463fb5(0x10f)]||_0x4ab3c9['params']['subUnitId']!==_0x10c493[_0x463fb5(0x29b)][_0x463fb5(0x14e)])return _0x4c1ec9;const _0x5ddbfc=_0x4ab3c9['params']['rules'][_0x463fb5(0x20f)](_0x4ca553=>_0x4ca553[_0x463fb5(0x269)])[_0x463fb5(0x261)](),_0x526232=_0x10c493[_0x463fb5(0x29b)][_0x463fb5(0x24b)][_0x463fb5(0x20f)](_0x583ba3=>_0x583ba3[_0x463fb5(0x269)])[_0x463fb5(0x261)]();return _0x5ddbfc[_0x463fb5(0xab)](_0x32ccc9=>_0x526232['some'](_0x1b1491=>_0x1ed6c7[_0x463fb5(0x24f)][_0x463fb5(0x281)](_0x32ccc9,_0x1b1491)))?{'error':new Error(_0x463fb5(0x13e))}:_0x4c1ec9;}},_0x5b53df={'m1':_0x27192b['AddRangeProtectionMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x1d0)]['id'],'handler':(_0xe72491,_0x15328f)=>{const _0xba3dc3=_0x4aac6c,_0x94e930={'m1Prime':_0xe72491,'m2Prime':_0x15328f};if(_0xe72491[_0xba3dc3(0x29b)][_0xba3dc3(0x10f)]!==_0x15328f[_0xba3dc3(0x29b)][_0xba3dc3(0x10f)]||_0xe72491[_0xba3dc3(0x29b)][_0xba3dc3(0x14e)]!==_0x15328f[_0xba3dc3(0x29b)][_0xba3dc3(0x14e)])return _0x94e930;const _0x178e83=_0xe72491['params'][_0xba3dc3(0x24b)][_0xba3dc3(0x20f)](_0x1660b3=>_0x1660b3[_0xba3dc3(0x269)])[_0xba3dc3(0x261)](),_0x1f19fb=_0x15328f[_0xba3dc3(0x29b)]['ranges'];return _0x178e83[_0xba3dc3(0xab)](_0x3c8044=>_0x1f19fb[_0xba3dc3(0xab)](_0x90db2e=>_0x1ed6c7[_0xba3dc3(0x24f)][_0xba3dc3(0x281)](_0x3c8044,_0x90db2e)))?{'error':new Error(_0xba3dc3(0x22f))}:_0x94e930;}},_0x2f014a={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x27192b['AddWorksheetProtectionMutation']['id'],'handler':(_0x2d63b6,_0x2dd98f)=>{const _0x3d6cbb=_0x4aac6c,_0x50d2dd={'m1Prime':_0x2d63b6,'m2Prime':_0x2dd98f};return _0x2d63b6[_0x3d6cbb(0x29b)]['unitId']!==_0x2dd98f[_0x3d6cbb(0x29b)][_0x3d6cbb(0x10f)]||_0x2d63b6[_0x3d6cbb(0x29b)]['subUnitId']!==_0x2dd98f['params']['rule'][_0x3d6cbb(0x14e)]?_0x50d2dd:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection')};}},_0x56c953={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0xbea350['DeleteConditionalRuleMutation']['id'],'handler':(_0xba0967,_0x49a926)=>{const _0x154879=_0x4aac6c,_0x281706={'m1Prime':_0xba0967,'m2Prime':_0x49a926};return _0xba0967[_0x154879(0x29b)][_0x154879(0x10f)]!==_0x49a926[_0x154879(0x29b)][_0x154879(0x10f)]||_0xba0967['params']['subUnitId']!==_0x49a926[_0x154879(0x29b)]['subUnitId']?_0x281706:{'error':new Error(_0x154879(0x1af))};}},_0x1cfb03={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x27192b[_0x4aac6c(0x1a8)]['id'],'handler':(_0x326450,_0x1f4d16)=>{const _0x222693=_0x4aac6c,_0x18cd71={'m1Prime':_0x326450,'m2Prime':_0x1f4d16};if(_0x326450[_0x222693(0x29b)][_0x222693(0x10f)]!==_0x1f4d16[_0x222693(0x29b)][_0x222693(0x10f)]||_0x326450[_0x222693(0x29b)][_0x222693(0x14e)]!==_0x1f4d16[_0x222693(0x29b)]['subUnitId'])return _0x18cd71;const _0x106d4b=_0x326450[_0x222693(0x29b)][_0x222693(0x24b)][_0x222693(0x20f)](_0x574ade=>_0x574ade[_0x222693(0x269)])[_0x222693(0x261)](),_0x54b963=_0x1f4d16[_0x222693(0x29b)][_0x222693(0x272)];return _0x106d4b['some'](_0x5b403d=>_0x1ed6c7[_0x222693(0x24f)][_0x222693(0x281)](_0x5b403d,_0x54b963))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col')}:_0x18cd71;}},_0x4b0104={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x27192b[_0x4aac6c(0x246)]['id'],'handler':(_0x1eb57a,_0x12cf73)=>{const _0x3e8327=_0x4aac6c,_0x5375f2={'m1Prime':_0x1eb57a,'m2Prime':_0x12cf73};if(_0x1eb57a['params'][_0x3e8327(0x10f)]!==_0x12cf73['params'][_0x3e8327(0x10f)]||_0x1eb57a[_0x3e8327(0x29b)][_0x3e8327(0x14e)]!==_0x12cf73[_0x3e8327(0x29b)][_0x3e8327(0x14e)])return _0x5375f2;const _0xe26d47=_0x1eb57a[_0x3e8327(0x29b)][_0x3e8327(0x24b)][_0x3e8327(0x20f)](_0x29eea9=>_0x29eea9[_0x3e8327(0x269)])[_0x3e8327(0x261)](),_0xefbe2f=_0x12cf73[_0x3e8327(0x29b)]['range'];return _0xe26d47[_0x3e8327(0xab)](_0x4be20b=>_0x1ed6c7[_0x3e8327(0x24f)][_0x3e8327(0x281)](_0x4be20b,_0xefbe2f))?{'error':new Error(_0x3e8327(0x2d4))}:_0x5375f2;}},_0x1338ef={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x27192b['MoveColsMutation']['id'],'handler':(_0x22a0f,_0x510483)=>{const _0x138f41=_0x4aac6c,_0x586fcd={'m1Prime':_0x22a0f,'m2Prime':_0x510483};if(_0x22a0f[_0x138f41(0x29b)][_0x138f41(0x10f)]!==_0x510483[_0x138f41(0x29b)][_0x138f41(0x10f)]||_0x22a0f[_0x138f41(0x29b)][_0x138f41(0x14e)]!==_0x510483[_0x138f41(0x29b)][_0x138f41(0x14e)])return _0x586fcd;const _0x1aedf6=_0x22a0f['params'][_0x138f41(0x24b)][_0x138f41(0x20f)](_0x567deb=>_0x567deb['ranges'])[_0x138f41(0x261)](),_0x435785=[_0x510483[_0x138f41(0x29b)][_0x138f41(0x280)],_0x510483[_0x138f41(0x29b)][_0x138f41(0x236)]];return _0x1aedf6[_0x138f41(0xab)](_0x2a84f5=>_0x435785[_0x138f41(0xab)](_0x272b92=>_0x1ed6c7[_0x138f41(0x24f)]['intersects'](_0x2a84f5,_0x272b92)))?{'error':new Error(_0x138f41(0x113))}:_0x586fcd;}},_0x3d2691={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x27192b[_0x4aac6c(0x2b3)]['id'],'handler':(_0x3b3ec5,_0x331487)=>{const _0xf9e8bf=_0x4aac6c,_0x374cc2={'m1Prime':_0x3b3ec5,'m2Prime':_0x331487};if(_0x3b3ec5[_0xf9e8bf(0x29b)][_0xf9e8bf(0x10f)]!==_0x331487[_0xf9e8bf(0x29b)][_0xf9e8bf(0x10f)]||_0x3b3ec5[_0xf9e8bf(0x29b)][_0xf9e8bf(0x14e)]!==_0x331487[_0xf9e8bf(0x29b)]['from'][_0xf9e8bf(0x14e)])return _0x374cc2;const _0x936f26=_0x3b3ec5[_0xf9e8bf(0x29b)][_0xf9e8bf(0x24b)][_0xf9e8bf(0x20f)](_0x4fd2a6=>_0x4fd2a6[_0xf9e8bf(0x269)])[_0xf9e8bf(0x261)](),_0x3a8cf2=new _0x1ed6c7['ObjectMatrix'](_0x331487[_0xf9e8bf(0x29b)][_0xf9e8bf(0x9f)][_0xf9e8bf(0xa5)])[_0xf9e8bf(0x105)](),_0x4ef202=new _0x1ed6c7[(_0xf9e8bf(0x2ce))](_0x331487[_0xf9e8bf(0x29b)]['to'][_0xf9e8bf(0xa5)])['getDataRange'](),_0x4305be=[_0x3a8cf2,_0x4ef202];return _0x936f26['some'](_0x25b399=>_0x4305be[_0xf9e8bf(0xab)](_0x4cf3e0=>_0x1ed6c7[_0xf9e8bf(0x24f)][_0xf9e8bf(0x281)](_0x25b399,_0x4cf3e0)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range')}:_0x374cc2;}},_0x2e4cf2={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x27192b[_0x4aac6c(0x11a)]['id'],'handler':(_0xe15044,_0x1da4c3)=>{const _0xe6f1c9=_0x4aac6c,_0x4f372d={'m1Prime':_0xe15044,'m2Prime':_0x1da4c3};if(_0xe15044['params'][_0xe6f1c9(0x10f)]!==_0x1da4c3[_0xe6f1c9(0x29b)][_0xe6f1c9(0x10f)]||_0xe15044[_0xe6f1c9(0x29b)]['subUnitId']!==_0x1da4c3[_0xe6f1c9(0x29b)][_0xe6f1c9(0x14e)])return _0x4f372d;const _0xdd34fd=_0xe15044[_0xe6f1c9(0x29b)][_0xe6f1c9(0x24b)]['map'](_0x5cf03a=>_0x5cf03a['ranges'])[_0xe6f1c9(0x261)](),_0x4a8f06=[_0x1da4c3[_0xe6f1c9(0x29b)]['sourceRange'],_0x1da4c3[_0xe6f1c9(0x29b)][_0xe6f1c9(0x236)]];return _0xdd34fd[_0xe6f1c9(0xab)](_0x102539=>_0x4a8f06['some'](_0x4df3f8=>_0x1ed6c7[_0xe6f1c9(0x24f)][_0xe6f1c9(0x281)](_0x102539,_0x4df3f8)))?{'error':new Error(_0xe6f1c9(0x210))}:_0x4f372d;}},_0x5a1e16={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x27192b[_0x4aac6c(0x1b8)]['id'],'handler':(_0x27f0d4,_0x33ad52)=>{const _0x930a01=_0x4aac6c,_0x44f9f6={'m1Prime':_0x27f0d4,'m2Prime':_0x33ad52};if(_0x27f0d4[_0x930a01(0x29b)][_0x930a01(0x10f)]!==_0x33ad52[_0x930a01(0x29b)][_0x930a01(0x10f)]||_0x27f0d4[_0x930a01(0x29b)][_0x930a01(0x14e)]!==_0x33ad52[_0x930a01(0x29b)][_0x930a01(0x14e)])return _0x44f9f6;const _0x2259df=_0x27f0d4['params']['rules']['map'](_0x2815be=>_0x2815be[_0x930a01(0x269)])['flat'](),_0x10d9ef=_0x33ad52[_0x930a01(0x29b)][_0x930a01(0x272)];return _0x2259df[_0x930a01(0xab)](_0x280478=>_0x1ed6c7[_0x930a01(0x24f)][_0x930a01(0x281)](_0x280478,_0x10d9ef))?{'error':new Error(_0x930a01(0x29d))}:_0x44f9f6;}},_0x1d348f={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x1444e7[_0x4aac6c(0xf9)]['id'],'handler':(_0x304384,_0x119a6d)=>{const _0xc79689=_0x4aac6c,_0x188826={'m1Prime':_0x304384,'m2Prime':_0x119a6d};return _0x304384[_0xc79689(0x29b)][_0xc79689(0x10f)]!==_0x119a6d['params'][_0xc79689(0x10f)]||_0x304384['params'][_0xc79689(0x14e)]!==_0x119a6d[_0xc79689(0x29b)][_0xc79689(0x14e)]?_0x188826:{'error':new Error(_0xc79689(0x2c3))};}},_0x3901d9={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x27192b[_0x4aac6c(0x278)]['id'],'handler':(_0x2f50dc,_0x4aafb0)=>{const _0x4bc421=_0x4aac6c,_0x197c18={'m1Prime':_0x2f50dc,'m2Prime':_0x4aafb0};if(_0x2f50dc[_0x4bc421(0x29b)][_0x4bc421(0x10f)]!==_0x4aafb0[_0x4bc421(0x29b)][_0x4bc421(0x10f)]||_0x2f50dc['params'][_0x4bc421(0x14e)]!==_0x4aafb0[_0x4bc421(0x29b)]['subUnitId'])return _0x197c18;const _0x5749c7=_0x2f50dc[_0x4bc421(0x29b)][_0x4bc421(0x24b)][_0x4bc421(0x20f)](_0x3ad11d=>_0x3ad11d[_0x4bc421(0x269)])[_0x4bc421(0x261)](),_0x44c72e=_0x4aafb0[_0x4bc421(0x29b)][_0x4bc421(0x269)];return _0x5749c7['some'](_0x311ed2=>_0x44c72e[_0x4bc421(0xab)](_0x55b9ea=>_0x1ed6c7[_0x4bc421(0x24f)][_0x4bc421(0x281)](_0x311ed2,_0x55b9ea)))?{'error':new Error(_0x4bc421(0x27b))}:_0x197c18;}},_0x47a773={'m1':_0x27192b['AddRangeProtectionMutation']['id'],'m2':_0x5cbf39[_0x4aac6c(0x17c)]['id'],'handler':(_0x4f7a59,_0x456c59)=>{const _0x1fc12b=_0x4aac6c,_0xb6bf18={'m1Prime':_0x4f7a59,'m2Prime':_0x456c59};return _0x4f7a59[_0x1fc12b(0x29b)][_0x1fc12b(0x10f)]!==_0x456c59[_0x1fc12b(0x29b)][_0x1fc12b(0x10f)]||_0x4f7a59['params'][_0x1fc12b(0x14e)]!==_0x456c59[_0x1fc12b(0x29b)][_0x1fc12b(0x14e)]?_0xb6bf18:{'error':new Error(_0x1fc12b(0x247))};}},_0x28500d={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x27192b['RemoveWorksheetMergeMutation']['id'],'handler':(_0x4dcd68,_0x5b1501)=>{const _0xbf29e5=_0x4aac6c,_0x490c2a={'m1Prime':_0x4dcd68,'m2Prime':_0x5b1501};if(_0x4dcd68['params'][_0xbf29e5(0x10f)]!==_0x5b1501['params'][_0xbf29e5(0x10f)]||_0x4dcd68[_0xbf29e5(0x29b)]['subUnitId']!==_0x5b1501[_0xbf29e5(0x29b)][_0xbf29e5(0x14e)])return _0x490c2a;const _0x33524c=_0x4dcd68[_0xbf29e5(0x29b)]['rules'][_0xbf29e5(0x20f)](_0x15ef94=>_0x15ef94[_0xbf29e5(0x269)])[_0xbf29e5(0x261)](),_0x156196=_0x5b1501[_0xbf29e5(0x29b)][_0xbf29e5(0x269)];return _0x33524c[_0xbf29e5(0xab)](_0x33ed12=>_0x156196[_0xbf29e5(0xab)](_0x2e1966=>_0x1ed6c7[_0xbf29e5(0x24f)][_0xbf29e5(0x281)](_0x33ed12,_0x2e1966)))?{'error':new Error(_0xbf29e5(0x24c))}:_0x490c2a;}},_0x2629c5={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0xbea350[_0x4aac6c(0x192)]['id'],'handler':(_0x3fd6ce,_0x14f222)=>{const _0x44c704=_0x4aac6c,_0x3699ae={'m1Prime':_0x3fd6ce,'m2Prime':_0x14f222};if(_0x3fd6ce[_0x44c704(0x29b)]['unitId']!==_0x14f222[_0x44c704(0x29b)][_0x44c704(0x10f)]||_0x3fd6ce[_0x44c704(0x29b)]['subUnitId']!==_0x14f222['params'][_0x44c704(0x14e)])return _0x3699ae;const _0x39a51c=_0x3fd6ce[_0x44c704(0x29b)][_0x44c704(0x24b)]['map'](_0x3a8465=>_0x3a8465[_0x44c704(0x269)])[_0x44c704(0x261)](),_0x523ce3=_0x14f222['params'][_0x44c704(0xd9)]['ranges'];return _0x39a51c[_0x44c704(0xab)](_0x41dc6d=>_0x523ce3[_0x44c704(0xab)](_0x1bfd7a=>_0x1ed6c7[_0x44c704(0x24f)]['intersects'](_0x41dc6d,_0x1bfd7a)))?{'error':new Error(_0x44c704(0x153))}:_0x3699ae;}},_0x282df5={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x27192b[_0x4aac6c(0x19e)]['id'],'handler':(_0x32294b,_0x48bf7a)=>{const _0x34ce93=_0x4aac6c,_0x1e8694={'m1Prime':_0x32294b,'m2Prime':_0x48bf7a};if(_0x32294b[_0x34ce93(0x29b)]['unitId']!==_0x48bf7a[_0x34ce93(0x29b)][_0x34ce93(0x10f)]||_0x32294b[_0x34ce93(0x29b)][_0x34ce93(0x14e)]!==_0x48bf7a[_0x34ce93(0x29b)][_0x34ce93(0x14e)])return _0x1e8694;const _0x398873=_0x32294b[_0x34ce93(0x29b)][_0x34ce93(0x24b)]['map'](_0x1bec2b=>_0x1bec2b[_0x34ce93(0x269)])['flat'](),_0x59051e=[{'startRow':_0x48bf7a['params']['startRow'],'endRow':_0x48bf7a[_0x34ce93(0x29b)][_0x34ce93(0x1ed)],'startColumn':_0x48bf7a[_0x34ce93(0x29b)][_0x34ce93(0x251)],'endColumn':_0x48bf7a['params']['startColumn']}];return _0x398873[_0x34ce93(0xab)](_0x1ecec1=>_0x59051e[_0x34ce93(0xab)](_0x349cd9=>_0x1ed6c7[_0x34ce93(0x24f)][_0x34ce93(0x281)](_0x1ecec1,_0x349cd9)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen')}:_0x1e8694;}},_0x2cf65d={'m1':_0x27192b['AddRangeProtectionMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x1f9)]['id'],'handler':(_0x5b6a5d,_0x2fb9ef)=>{const _0x470956=_0x4aac6c,_0x4f6374={'m1Prime':_0x5b6a5d,'m2Prime':_0x2fb9ef};return _0x5b6a5d[_0x470956(0x29b)][_0x470956(0x10f)]!==_0x2fb9ef[_0x470956(0x29b)][_0x470956(0x10f)]||_0x5b6a5d['params']['subUnitId']!==_0x2fb9ef['params'][_0x470956(0x14e)]?_0x4f6374:{'error':new Error(_0x470956(0x1d7))};}},_0xfb83ff={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x27192b[_0x4aac6c(0xa4)]['id'],'handler':(_0x3e784c,_0x24a3f8)=>{const _0x515b8c=_0x4aac6c,_0x2475de={'m1Prime':_0x3e784c,'m2Prime':_0x24a3f8};if(_0x3e784c['params'][_0x515b8c(0x10f)]!==_0x24a3f8['params']['unitId']||_0x3e784c['params'][_0x515b8c(0x14e)]!==_0x24a3f8[_0x515b8c(0x29b)]['subUnitId'])return _0x2475de;const _0xe38a3e=_0x3e784c[_0x515b8c(0x29b)][_0x515b8c(0x24b)][_0x515b8c(0x20f)](_0x57a03d=>_0x57a03d['ranges'])[_0x515b8c(0x261)](),_0x2fb6bb=_0x24a3f8['params'][_0x515b8c(0xd9)][_0x515b8c(0x269)];return _0xe38a3e[_0x515b8c(0xab)](_0x3f1522=>_0x2fb6bb['some'](_0x599b31=>_0x1ed6c7[_0x515b8c(0x24f)][_0x515b8c(0x281)](_0x3f1522,_0x599b31)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection')}:_0x2475de;}},_0x55cd3d={'m1':_0x27192b['AddRangeProtectionMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x1ba)]['id'],'handler':(_0x52fd9f,_0x404a2c)=>{const _0x41606d=_0x4aac6c,_0xaee8a0={'m1Prime':_0x52fd9f,'m2Prime':_0x404a2c};if(_0x52fd9f['params']['unitId']!==_0x404a2c[_0x41606d(0x29b)][_0x41606d(0x10f)]||_0x52fd9f[_0x41606d(0x29b)]['subUnitId']!==_0x404a2c[_0x41606d(0x29b)]['subUnitId'])return _0xaee8a0;const _0x174cd5=_0x52fd9f[_0x41606d(0x29b)]['rules'][_0x41606d(0x20f)](_0x1b62a9=>_0x1b62a9[_0x41606d(0x269)])[_0x41606d(0x261)](),_0x42dc93=new _0x1ed6c7[(_0x41606d(0x2ce))](_0x404a2c['params'][_0x41606d(0xc3)])['getDataRange']();return _0x174cd5[_0x41606d(0xab)](_0x1dec43=>_0x1ed6c7[_0x41606d(0x24f)][_0x41606d(0x281)](_0x1dec43,_0x42dc93))?{'error':new Error(_0x41606d(0x227))}:_0xaee8a0;}},_0x1b2f06={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x27192b['SetWorksheetColWidthMutation']['id'],'handler':(_0x74a75,_0x5a10c1)=>{const _0x7e51a5=_0x4aac6c,_0x239d98={'m1Prime':_0x74a75,'m2Prime':_0x5a10c1};if(_0x74a75[_0x7e51a5(0x29b)]['unitId']!==_0x5a10c1[_0x7e51a5(0x29b)]['unitId']||_0x74a75['params'][_0x7e51a5(0x14e)]!==_0x5a10c1[_0x7e51a5(0x29b)]['subUnitId'])return _0x239d98;const _0x305574=_0x74a75[_0x7e51a5(0x29b)][_0x7e51a5(0x24b)][_0x7e51a5(0x20f)](_0x5d1891=>_0x5d1891[_0x7e51a5(0x269)])['flat'](),_0x358a48=_0x5a10c1[_0x7e51a5(0x29b)]['ranges'];return _0x305574[_0x7e51a5(0xab)](_0x2b52fd=>_0x358a48[_0x7e51a5(0xab)](_0x125f28=>_0x1ed6c7[_0x7e51a5(0x24f)][_0x7e51a5(0x281)](_0x2b52fd,_0x125f28)))?{'error':new Error(_0x7e51a5(0x178))}:_0x239d98;}},_0x96fdba={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x59e2de['UpdateCommentMutation']['id'],'handler':(_0x575524,_0x58e2cc)=>{const _0x29aa5e=_0x4aac6c,_0x25a7c7={'m1Prime':_0x575524,'m2Prime':_0x58e2cc};return _0x575524[_0x29aa5e(0x29b)][_0x29aa5e(0x10f)]!==_0x58e2cc[_0x29aa5e(0x29b)][_0x29aa5e(0x10f)]||_0x575524[_0x29aa5e(0x29b)][_0x29aa5e(0x14e)]!==_0x58e2cc[_0x29aa5e(0x29b)][_0x29aa5e(0x14e)]?_0x25a7c7:{'error':new Error(_0x29aa5e(0x296))};}},_0x1ca74a={'m1':_0x27192b[_0x4aac6c(0x173)]['id'],'m2':_0x1444e7[_0x4aac6c(0x24d)]['id'],'handler':(_0x149ed2,_0x367d4f)=>{const _0x35847e=_0x4aac6c,_0x22ccc4={'m1Prime':_0x149ed2,'m2Prime':_0x367d4f};return _0x149ed2['params'][_0x35847e(0x10f)]!==_0x367d4f['params'][_0x35847e(0x10f)]||_0x149ed2[_0x35847e(0x29b)][_0x35847e(0x14e)]!==_0x367d4f[_0x35847e(0x29b)]['subUnitId']?_0x22ccc4:{'error':new Error(_0x35847e(0xec))};}},_0x196585={'m1':_0x27192b[_0x4aac6c(0x1d0)]['id'],'m2':_0x27192b[_0x4aac6c(0x1d0)]['id'],'handler'(_0x16639f,_0x4d1c43){const _0xe49022=_0x4aac6c,_0x3a0b93=_0x1ed6c7[_0xe49022(0x12e)][_0xe49022(0x1ae)](_0x16639f),_0x1bbde5=_0x1ed6c7['Tools'][_0xe49022(0x1ae)](_0x4d1c43);if(_0x16639f['params'][_0xe49022(0x10f)]!==_0x4d1c43[_0xe49022(0x29b)][_0xe49022(0x10f)]||_0x16639f[_0xe49022(0x29b)][_0xe49022(0x14e)]!==_0x4d1c43[_0xe49022(0x29b)][_0xe49022(0x14e)])return{'m1Prime':_0x3a0b93,'m2Prime':_0x1bbde5};const _0x15300a=_0x3a0b93[_0xe49022(0x29b)][_0xe49022(0x269)],_0x210792=_0x1bbde5['params'][_0xe49022(0x269)],_0x1cde85=[_0x1bbde5],_0x49d27c=new Set();for(let _0x5475ad=0x0;_0x5475ad<_0x15300a[_0xe49022(0x1a3)];_0x5475ad++)for(let _0x22caa1=0x0;_0x22caa1<_0x210792[_0xe49022(0x1a3)];_0x22caa1++)if(_0x1ed6c7[_0xe49022(0x24f)][_0xe49022(0x281)](_0x15300a[_0x5475ad],_0x210792[_0x22caa1])){_0x49d27c[_0xe49022(0x1a2)](_0x15300a[_0x5475ad]),_0x15300a['splice'](_0x5475ad,0x1),_0x5475ad--;break;}return _0x49d27c['size']>0x0&&_0x1cde85[_0xe49022(0x150)]({'id':_0x27192b[_0xe49022(0x2af)]['id'],'params':{'unitId':_0x16639f[_0xe49022(0x29b)]['unitId'],'subUnitId':_0x16639f['params'][_0xe49022(0x14e)],'ranges':Array['from'](_0x49d27c)}}),_0x15300a[_0xe49022(0x1a3)]===0x0&&(_0x3a0b93['id']=_0x27192b[_0xe49022(0xac)]['id']),{'m1Prime':_0x3a0b93,'m2Prime':_0x1cde85[_0xe49022(0x1a3)]>0x1?_0x1cde85:_0x1bbde5};}},_0x19bca0={'m1':_0x27192b['AddWorksheetMergeMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x1a8)]['id'],'handler'(_0x1dab7f,_0x41c54b){const _0x5285d6=_0x4aac6c,_0x857dd9=_0x1ed6c7[_0x5285d6(0x12e)][_0x5285d6(0x1ae)](_0x1dab7f),_0x936e45=_0x1ed6c7[_0x5285d6(0x12e)]['deepClone'](_0x41c54b);if(_0x1dab7f[_0x5285d6(0x29b)][_0x5285d6(0x10f)]!==_0x41c54b[_0x5285d6(0x29b)][_0x5285d6(0x10f)]||_0x1dab7f[_0x5285d6(0x29b)][_0x5285d6(0x14e)]!==_0x41c54b[_0x5285d6(0x29b)][_0x5285d6(0x14e)])return{'m1Prime':_0x857dd9,'m2Prime':_0x936e45};const _0x2bc31b=_0x1dab7f['params'][_0x5285d6(0x10f)],_0x5015b6=_0x1dab7f['params'][_0x5285d6(0x14e)],_0xb381f7=[_0x936e45],_0x4ea433=[],_0xcda636=[];return _0x857dd9[_0x5285d6(0x29b)][_0x5285d6(0x269)]['forEach'](_0x45ca3e=>{const _0x40fb29=_0x5285d6,_0x154006=_0x41c54b[_0x40fb29(0x29b)][_0x40fb29(0x272)],_0x4f329b=_0x154006[_0x40fb29(0x263)]-_0x154006[_0x40fb29(0x251)]+0x1;_0x154006[_0x40fb29(0x251)]<=_0x45ca3e[_0x40fb29(0x251)]?(_0x4ea433[_0x40fb29(0x271)]({..._0x45ca3e}),_0xcda636['push']({..._0x45ca3e,'startColumn':_0x45ca3e[_0x40fb29(0x251)]+_0x4f329b,'endColumn':_0x45ca3e[_0x40fb29(0x263)]+_0x4f329b}),_0x45ca3e[_0x40fb29(0x251)]=_0x45ca3e[_0x40fb29(0x251)]+_0x4f329b,_0x45ca3e['endColumn']=_0x45ca3e[_0x40fb29(0x263)]+_0x4f329b):_0x154006[_0x40fb29(0x251)]>_0x45ca3e[_0x40fb29(0x251)]&&_0x154006[_0x40fb29(0x251)]<=_0x45ca3e[_0x40fb29(0x263)]&&(_0x4ea433[_0x40fb29(0x271)]({..._0x45ca3e}),_0xcda636[_0x40fb29(0x271)]({..._0x45ca3e,'endColumn':_0x45ca3e['endColumn']+_0x4f329b}),_0x45ca3e[_0x40fb29(0x263)]=_0x45ca3e[_0x40fb29(0x263)]+_0x4f329b);}),_0x4ea433['length']>0x0&&_0xb381f7['unshift']({'id':_0x27192b[_0x5285d6(0x2af)]['id'],'params':{'unitId':_0x2bc31b,'subUnitId':_0x5015b6,'ranges':_0x4ea433}}),_0xcda636['length']>0x0&&_0xb381f7['push']({'id':_0x27192b[_0x5285d6(0x1d0)]['id'],'params':{'unitId':_0x2bc31b,'subUnitId':_0x5015b6,'ranges':_0xcda636}}),{'m1Prime':_0x857dd9,'m2Prime':_0xb381f7[_0x5285d6(0x1a3)]>0x1?_0xb381f7:_0xb381f7[0x0]};}},_0x428f32={'m1':_0x27192b[_0x4aac6c(0x1d0)]['id'],'m2':_0x27192b[_0x4aac6c(0x246)]['id'],'handler'(_0x1e5cbc,_0x2a30fe){const _0x4a422e=_0x4aac6c,_0x311a88=_0x1ed6c7[_0x4a422e(0x12e)][_0x4a422e(0x1ae)](_0x1e5cbc),_0x557ff9=_0x1ed6c7[_0x4a422e(0x12e)]['deepClone'](_0x2a30fe);if(_0x1e5cbc[_0x4a422e(0x29b)][_0x4a422e(0x10f)]!==_0x2a30fe[_0x4a422e(0x29b)][_0x4a422e(0x10f)]||_0x1e5cbc[_0x4a422e(0x29b)]['subUnitId']!==_0x2a30fe[_0x4a422e(0x29b)][_0x4a422e(0x14e)])return{'m1Prime':_0x311a88,'m2Prime':_0x557ff9};const _0x33880a=_0x1e5cbc[_0x4a422e(0x29b)][_0x4a422e(0x10f)],_0x2ac0bb=_0x1e5cbc['params'][_0x4a422e(0x14e)],_0x39ebf8=[_0x557ff9],_0xe0f671=[],_0x1a7a8f=[];return _0x311a88[_0x4a422e(0x29b)]['ranges'][_0x4a422e(0xfb)](_0x212d15=>{const _0x3a56a0=_0x4a422e,_0x28d2e3=_0x2a30fe[_0x3a56a0(0x29b)]['range'],_0x191464=_0x28d2e3[_0x3a56a0(0x2c5)]-_0x28d2e3[_0x3a56a0(0x1ed)]+0x1;_0x28d2e3[_0x3a56a0(0x1ed)]<=_0x212d15[_0x3a56a0(0x1ed)]?(_0xe0f671[_0x3a56a0(0x271)]({..._0x212d15}),_0x1a7a8f[_0x3a56a0(0x271)]({..._0x212d15,'startRow':_0x212d15[_0x3a56a0(0x1ed)]+_0x191464,'endRow':_0x212d15['endRow']+_0x191464}),_0x212d15[_0x3a56a0(0x1ed)]=_0x212d15['startRow']+_0x191464,_0x212d15[_0x3a56a0(0x2c5)]=_0x212d15[_0x3a56a0(0x2c5)]+_0x191464):_0x28d2e3[_0x3a56a0(0x1ed)]>_0x212d15['startRow']&&_0x28d2e3[_0x3a56a0(0x1ed)]<=_0x212d15[_0x3a56a0(0x2c5)]&&(_0xe0f671['push']({..._0x212d15}),_0x1a7a8f[_0x3a56a0(0x271)]({..._0x212d15,'endRow':_0x212d15['endRow']+_0x191464}),_0x212d15[_0x3a56a0(0x2c5)]=_0x212d15[_0x3a56a0(0x2c5)]+_0x191464);}),_0xe0f671[_0x4a422e(0x1a3)]>0x0&&_0x39ebf8[_0x4a422e(0x150)]({'id':_0x27192b[_0x4a422e(0x2af)]['id'],'params':{'unitId':_0x33880a,'subUnitId':_0x2ac0bb,'ranges':_0xe0f671}}),_0x1a7a8f['length']>0x0&&_0x39ebf8[_0x4a422e(0x271)]({'id':_0x27192b['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0x33880a,'subUnitId':_0x2ac0bb,'ranges':_0x1a7a8f}}),{'m1Prime':_0x311a88,'m2Prime':_0x39ebf8['length']>0x1?_0x39ebf8:_0x39ebf8[0x0]};}},_0xb984b1={'m1':_0x27192b[_0x4aac6c(0x1d0)]['id'],'m2':_0x27192b[_0x4aac6c(0xd1)]['id'],'handler'(_0x51fd30,_0x19c149){const _0x23ca48=_0x4aac6c,_0x9e11e6=_0x1ed6c7['Tools'][_0x23ca48(0x1ae)](_0x51fd30),_0x21d1d6=_0x1ed6c7[_0x23ca48(0x12e)][_0x23ca48(0x1ae)](_0x19c149);if(_0x51fd30[_0x23ca48(0x29b)]['unitId']!==_0x19c149['params'][_0x23ca48(0x10f)]||_0x51fd30['params'][_0x23ca48(0x14e)]!==_0x19c149[_0x23ca48(0x29b)][_0x23ca48(0x14e)])return{'m1Prime':_0x9e11e6,'m2Prime':_0x21d1d6};const _0x5aa37d=[],_0x56167a=[],_0x4ba48c=[_0x21d1d6];for(let _0x534b64=0x0;_0x534b64<_0x9e11e6[_0x23ca48(0x29b)]['ranges'][_0x23ca48(0x1a3)];_0x534b64++){const _0xf07183=_0x9e11e6[_0x23ca48(0x29b)][_0x23ca48(0x269)][_0x534b64],{sourceRange:_0x3bcaa1,targetRange:_0x50622a}=_0x19c149[_0x23ca48(0x29b)];_0x1ed6c7[_0x23ca48(0x24f)][_0x23ca48(0x281)](_0xf07183,_0x3bcaa1)||_0x1ed6c7[_0x23ca48(0x24f)][_0x23ca48(0x281)](_0xf07183,_0x50622a)?(_0x5aa37d[_0x23ca48(0x271)]({..._0xf07183}),_0x9e11e6['params'][_0x23ca48(0x269)][_0x23ca48(0x135)](_0x534b64,0x1),_0x534b64--):_0x3bcaa1['startColumn']<_0xf07183[_0x23ca48(0x251)]&&_0x50622a[_0x23ca48(0x251)]>_0xf07183[_0x23ca48(0x263)]?(_0x5aa37d[_0x23ca48(0x271)]({..._0xf07183}),_0x56167a[_0x23ca48(0x271)]({..._0xf07183,'startColumn':_0xf07183['startColumn']-(_0x3bcaa1[_0x23ca48(0x263)]-_0x3bcaa1[_0x23ca48(0x251)]+0x1),'endColumn':_0xf07183[_0x23ca48(0x263)]-(_0x3bcaa1['endColumn']-_0x3bcaa1[_0x23ca48(0x251)]+0x1)}),_0xf07183['startColumn']=_0xf07183[_0x23ca48(0x251)]-(_0x3bcaa1['endColumn']-_0x3bcaa1[_0x23ca48(0x251)]+0x1),_0xf07183[_0x23ca48(0x263)]=_0xf07183[_0x23ca48(0x263)]-(_0x3bcaa1[_0x23ca48(0x263)]-_0x3bcaa1[_0x23ca48(0x251)]+0x1)):_0x3bcaa1[_0x23ca48(0x251)]>_0xf07183[_0x23ca48(0x263)]&&_0x50622a[_0x23ca48(0x263)]<_0xf07183[_0x23ca48(0x251)]&&(_0x5aa37d['push']({..._0xf07183}),_0x56167a[_0x23ca48(0x271)]({..._0xf07183,'startColumn':_0xf07183[_0x23ca48(0x251)]+(_0x3bcaa1['endColumn']-_0x3bcaa1['startColumn']+0x1),'endColumn':_0xf07183[_0x23ca48(0x263)]+(_0x3bcaa1[_0x23ca48(0x263)]-_0x3bcaa1[_0x23ca48(0x251)]+0x1)}),_0xf07183[_0x23ca48(0x251)]=_0xf07183[_0x23ca48(0x251)]+(_0x3bcaa1[_0x23ca48(0x263)]-_0x3bcaa1[_0x23ca48(0x251)]+0x1),_0xf07183[_0x23ca48(0x263)]=_0xf07183[_0x23ca48(0x263)]+(_0x3bcaa1[_0x23ca48(0x263)]-_0x3bcaa1[_0x23ca48(0x251)]+0x1));}return _0x5aa37d['length']>0x0&&_0x4ba48c[_0x23ca48(0x150)]({'id':_0x27192b['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x51fd30[_0x23ca48(0x29b)]['unitId'],'subUnitId':_0x51fd30[_0x23ca48(0x29b)][_0x23ca48(0x14e)],'ranges':_0x5aa37d}}),_0x56167a[_0x23ca48(0x1a3)]>0x0&&_0x4ba48c['push']({'id':_0x27192b[_0x23ca48(0x1d0)]['id'],'params':{'unitId':_0x51fd30[_0x23ca48(0x29b)][_0x23ca48(0x10f)],'subUnitId':_0x51fd30[_0x23ca48(0x29b)][_0x23ca48(0x14e)],'ranges':_0x56167a}}),_0x9e11e6[_0x23ca48(0x29b)][_0x23ca48(0x269)][_0x23ca48(0x1a3)]===0x0&&(_0x9e11e6['id']=_0x27192b[_0x23ca48(0xac)]['id']),{'m1Prime':_0x9e11e6,'m2Prime':_0x4ba48c['length']>0x1?_0x4ba48c:_0x4ba48c[0x0]};}},_0x55c81a={'m1':_0x27192b['AddWorksheetMergeMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x2b3)]['id'],'handler'(_0x5029a5,_0x4e60a1){const _0x3ffc04=_0x4aac6c,_0x22d8d8=_0x1ed6c7[_0x3ffc04(0x12e)][_0x3ffc04(0x1ae)](_0x5029a5),_0x5325c1=_0x1ed6c7['Tools'][_0x3ffc04(0x1ae)](_0x4e60a1);if(_0x5029a5[_0x3ffc04(0x29b)][_0x3ffc04(0x10f)]!==_0x4e60a1[_0x3ffc04(0x29b)]['unitId'])return{'m1Prime':_0x22d8d8,'m2Prime':_0x5325c1};const _0x55abf3=[],_0x2bf3b4=[_0x5325c1],_0x5de168=new _0x1ed6c7[(_0x3ffc04(0x2ce))](_0x4e60a1['params'][_0x3ffc04(0x9f)][_0x3ffc04(0xa5)])[_0x3ffc04(0x105)](),_0x15e408=new _0x1ed6c7[(_0x3ffc04(0x2ce))](_0x4e60a1[_0x3ffc04(0x29b)]['to']['value'])['getDataRange']();for(let _0x31f812=0x0;_0x31f812<_0x22d8d8[_0x3ffc04(0x29b)]['ranges'][_0x3ffc04(0x1a3)];_0x31f812++){const _0x56c732=_0x22d8d8[_0x3ffc04(0x29b)][_0x3ffc04(0x269)][_0x31f812];(_0x1ed6c7[_0x3ffc04(0x24f)]['intersects'](_0x5de168,_0x56c732)||_0x1ed6c7['Rectangle']['intersects'](_0x15e408,_0x56c732))&&(_0x55abf3['push'](_0x56c732),_0x22d8d8[_0x3ffc04(0x29b)]['ranges'][_0x3ffc04(0x135)](_0x31f812,0x1),_0x31f812--);}return _0x55abf3[_0x3ffc04(0x1a3)]>0x0&&_0x2bf3b4[_0x3ffc04(0x150)]({'id':_0x27192b[_0x3ffc04(0x2af)]['id'],'params':{'unitId':_0x5029a5[_0x3ffc04(0x29b)][_0x3ffc04(0x10f)],'subUnitId':_0x5029a5[_0x3ffc04(0x29b)]['subUnitId'],'ranges':_0x55abf3}}),_0x22d8d8[_0x3ffc04(0x29b)][_0x3ffc04(0x269)][_0x3ffc04(0x1a3)]===0x0&&(_0x22d8d8['id']=_0x27192b[_0x3ffc04(0xac)]['id']),{'m1Prime':_0x22d8d8,'m2Prime':_0x2bf3b4['length']>0x1?_0x2bf3b4:_0x2bf3b4[0x0]};}},_0x5840fc={'m1':_0x27192b[_0x4aac6c(0x1d0)]['id'],'m2':_0x27192b['MoveRowsMutation']['id'],'handler'(_0x14beb5,_0x51f033){const _0x5dc0f1=_0x4aac6c,_0x88b56c=_0x1ed6c7[_0x5dc0f1(0x12e)]['deepClone'](_0x14beb5),_0x23c7dd=_0x1ed6c7[_0x5dc0f1(0x12e)][_0x5dc0f1(0x1ae)](_0x51f033);if(_0x14beb5[_0x5dc0f1(0x29b)][_0x5dc0f1(0x10f)]!==_0x51f033[_0x5dc0f1(0x29b)][_0x5dc0f1(0x10f)]||_0x14beb5['params'][_0x5dc0f1(0x14e)]!==_0x51f033['params'][_0x5dc0f1(0x14e)])return{'m1Prime':_0x88b56c,'m2Prime':_0x23c7dd};const _0x5ed200=[],_0x43e3fe=[],_0x5c68e3=[_0x23c7dd];for(let _0x2e256a=0x0;_0x2e256a<_0x88b56c[_0x5dc0f1(0x29b)][_0x5dc0f1(0x269)][_0x5dc0f1(0x1a3)];_0x2e256a++){const _0x12040b=_0x88b56c[_0x5dc0f1(0x29b)]['ranges'][_0x2e256a],{sourceRange:_0x56d6df,targetRange:_0x8889c1}=_0x51f033[_0x5dc0f1(0x29b)];_0x1ed6c7[_0x5dc0f1(0x24f)][_0x5dc0f1(0x281)](_0x12040b,_0x56d6df)||_0x1ed6c7[_0x5dc0f1(0x24f)][_0x5dc0f1(0x281)](_0x12040b,_0x8889c1)?(_0x5ed200[_0x5dc0f1(0x271)]({..._0x12040b}),_0x88b56c[_0x5dc0f1(0x29b)][_0x5dc0f1(0x269)][_0x5dc0f1(0x135)](_0x2e256a,0x1),_0x2e256a--):_0x56d6df[_0x5dc0f1(0x1ed)]<_0x12040b[_0x5dc0f1(0x1ed)]&&_0x8889c1[_0x5dc0f1(0x1ed)]>_0x12040b[_0x5dc0f1(0x2c5)]?(_0x5ed200[_0x5dc0f1(0x271)]({..._0x12040b}),_0x43e3fe[_0x5dc0f1(0x271)]({..._0x12040b,'startRow':_0x12040b[_0x5dc0f1(0x1ed)]-(_0x56d6df[_0x5dc0f1(0x2c5)]-_0x56d6df[_0x5dc0f1(0x1ed)]+0x1),'endRow':_0x12040b[_0x5dc0f1(0x2c5)]-(_0x56d6df[_0x5dc0f1(0x2c5)]-_0x56d6df[_0x5dc0f1(0x1ed)]+0x1)}),_0x12040b[_0x5dc0f1(0x1ed)]=_0x12040b[_0x5dc0f1(0x1ed)]-(_0x56d6df[_0x5dc0f1(0x2c5)]-_0x56d6df[_0x5dc0f1(0x1ed)]+0x1),_0x12040b[_0x5dc0f1(0x2c5)]=_0x12040b[_0x5dc0f1(0x2c5)]-(_0x56d6df[_0x5dc0f1(0x2c5)]-_0x56d6df[_0x5dc0f1(0x1ed)]+0x1)):_0x56d6df[_0x5dc0f1(0x1ed)]>_0x12040b[_0x5dc0f1(0x2c5)]&&_0x8889c1['endRow']<_0x12040b[_0x5dc0f1(0x1ed)]&&(_0x5ed200[_0x5dc0f1(0x271)]({..._0x12040b}),_0x43e3fe[_0x5dc0f1(0x271)]({..._0x12040b,'startRow':_0x12040b[_0x5dc0f1(0x1ed)]+(_0x56d6df[_0x5dc0f1(0x2c5)]-_0x56d6df[_0x5dc0f1(0x1ed)]+0x1),'endRow':_0x12040b['endRow']+(_0x56d6df[_0x5dc0f1(0x2c5)]-_0x56d6df[_0x5dc0f1(0x1ed)]+0x1)}),_0x12040b['startRow']=_0x12040b[_0x5dc0f1(0x1ed)]+(_0x56d6df['endRow']-_0x56d6df[_0x5dc0f1(0x1ed)]+0x1),_0x12040b[_0x5dc0f1(0x2c5)]=_0x12040b[_0x5dc0f1(0x2c5)]+(_0x56d6df['endRow']-_0x56d6df['startRow']+0x1));}return _0x5ed200[_0x5dc0f1(0x1a3)]>0x0&&_0x5c68e3['unshift']({'id':_0x27192b['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x14beb5['params'][_0x5dc0f1(0x10f)],'subUnitId':_0x14beb5[_0x5dc0f1(0x29b)][_0x5dc0f1(0x14e)],'ranges':_0x5ed200}}),_0x43e3fe[_0x5dc0f1(0x1a3)]>0x0&&_0x5c68e3[_0x5dc0f1(0x271)]({'id':_0x27192b[_0x5dc0f1(0x1d0)]['id'],'params':{'unitId':_0x14beb5[_0x5dc0f1(0x29b)]['unitId'],'subUnitId':_0x14beb5[_0x5dc0f1(0x29b)][_0x5dc0f1(0x14e)],'ranges':_0x43e3fe}}),_0x88b56c[_0x5dc0f1(0x29b)][_0x5dc0f1(0x269)][_0x5dc0f1(0x1a3)]===0x0&&(_0x88b56c['id']=_0x27192b[_0x5dc0f1(0xac)]['id']),{'m1Prime':_0x88b56c,'m2Prime':_0x5c68e3[_0x5dc0f1(0x1a3)]>0x1?_0x5c68e3:_0x5c68e3[0x0]};}};function _0x388df3(_0x4f008b){const _0x55b1f1=_0x4aac6c;return _0x4f008b['startColumn']>_0x4f008b[_0x55b1f1(0x263)]||_0x4f008b[_0x55b1f1(0x1ed)]>_0x4f008b['endRow']?!0x1:!(_0x4f008b[_0x55b1f1(0x1ed)]===_0x4f008b[_0x55b1f1(0x2c5)]&&_0x4f008b[_0x55b1f1(0x251)]===_0x4f008b[_0x55b1f1(0x263)]);}const _0x1fc5b7={'m1':_0x27192b['AddWorksheetMergeMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x1b8)]['id'],'handler'(_0x2ecf30,_0xe655d2){const _0x229d64=_0x4aac6c,_0x52b221=_0x1ed6c7[_0x229d64(0x12e)][_0x229d64(0x1ae)](_0x2ecf30),_0x5e6ea8=_0x1ed6c7[_0x229d64(0x12e)][_0x229d64(0x1ae)](_0xe655d2);if(_0x2ecf30[_0x229d64(0x29b)]['unitId']!==_0xe655d2[_0x229d64(0x29b)]['unitId']||_0x2ecf30[_0x229d64(0x29b)][_0x229d64(0x14e)]!==_0xe655d2[_0x229d64(0x29b)][_0x229d64(0x14e)])return{'m1Prime':_0x52b221,'m2Prime':_0x5e6ea8};const _0x37e88c=_0x2ecf30[_0x229d64(0x29b)][_0x229d64(0x10f)],_0x28f301=_0x2ecf30[_0x229d64(0x29b)][_0x229d64(0x14e)],_0x5007e6=[_0x5e6ea8],_0x407db6=[],_0x242163=[];for(let _0x566af0=0x0;_0x566af0<_0x52b221['params'][_0x229d64(0x269)][_0x229d64(0x1a3)];_0x566af0++){const _0x1f1c84=_0x52b221[_0x229d64(0x29b)][_0x229d64(0x269)][_0x566af0],_0x3d59ea=_0xe655d2[_0x229d64(0x29b)][_0x229d64(0x272)],_0x48ec7e=_0x3d59ea[_0x229d64(0x263)]-_0x3d59ea[_0x229d64(0x251)]+0x1;if(_0x3d59ea[_0x229d64(0x251)]<_0x1f1c84[_0x229d64(0x251)]&&_0x3d59ea['endColumn']<_0x1f1c84[_0x229d64(0x251)])_0x407db6[_0x229d64(0x271)]({..._0x1f1c84}),_0x242163['push']({..._0x1f1c84,'startColumn':_0x1f1c84[_0x229d64(0x251)]-_0x48ec7e,'endColumn':_0x1f1c84[_0x229d64(0x263)]-_0x48ec7e}),_0x1f1c84[_0x229d64(0x251)]=_0x1f1c84[_0x229d64(0x251)]-_0x48ec7e,_0x1f1c84[_0x229d64(0x263)]=_0x1f1c84['endColumn']-_0x48ec7e;else{if(_0x3d59ea[_0x229d64(0x251)]<_0x1f1c84['startColumn']&&_0x3d59ea['endColumn']>=_0x1f1c84['startColumn']&&_0x3d59ea['endColumn']<=_0x1f1c84['endColumn']){_0x407db6['push']({..._0x1f1c84});const _0x32879d={..._0x1f1c84,'startColumn':_0x3d59ea[_0x229d64(0x251)],'endColumn':_0x1f1c84['endColumn']-_0x48ec7e};_0x388df3(_0x32879d)&&_0x3d59ea['endColumn']<_0x1f1c84[_0x229d64(0x263)]?(_0x3d59ea[_0x229d64(0x263)]<_0x1f1c84[_0x229d64(0x263)]&&_0x242163[_0x229d64(0x271)](_0x32879d),_0x1f1c84[_0x229d64(0x251)]=_0x3d59ea[_0x229d64(0x251)],_0x1f1c84[_0x229d64(0x263)]=_0x1f1c84[_0x229d64(0x263)]-_0x48ec7e):(_0x52b221[_0x229d64(0x29b)]['ranges'][_0x229d64(0x135)](_0x566af0,0x1),_0x566af0--);}else{if(_0x3d59ea[_0x229d64(0x251)]>_0x1f1c84[_0x229d64(0x251)]&&_0x3d59ea[_0x229d64(0x263)]<_0x1f1c84[_0x229d64(0x263)]){_0x407db6[_0x229d64(0x271)]({..._0x1f1c84});const _0x3c2a43={..._0x1f1c84,'endColumn':_0x1f1c84[_0x229d64(0x263)]-_0x48ec7e};_0x388df3(_0x3c2a43)?(_0x242163[_0x229d64(0x271)](_0x3c2a43),_0x1f1c84[_0x229d64(0x263)]=_0x1f1c84['endColumn']-_0x48ec7e):(_0x52b221[_0x229d64(0x29b)][_0x229d64(0x269)][_0x229d64(0x135)](_0x566af0,0x1),_0x566af0--);}else{if(_0x3d59ea[_0x229d64(0x251)]>=_0x1f1c84[_0x229d64(0x251)]&&_0x3d59ea['startColumn']<=_0x1f1c84[_0x229d64(0x263)]&&_0x3d59ea[_0x229d64(0x263)]>_0x1f1c84['endColumn']){_0x407db6[_0x229d64(0x271)]({..._0x1f1c84});const _0x411b08={..._0x1f1c84,'endColumn':_0x3d59ea[_0x229d64(0x251)]-0x1};_0x388df3(_0x411b08)&&_0x3d59ea[_0x229d64(0x251)]>_0x1f1c84[_0x229d64(0x251)]?(_0x242163[_0x229d64(0x271)](_0x411b08),_0x1f1c84[_0x229d64(0x263)]=_0x3d59ea['startColumn']-0x1):(_0x52b221['params'][_0x229d64(0x269)][_0x229d64(0x135)](_0x566af0,0x1),_0x566af0--);}else _0x3d59ea[_0x229d64(0x251)]>_0x1f1c84[_0x229d64(0x263)]||_0x3d59ea[_0x229d64(0x251)]<=_0x1f1c84[_0x229d64(0x251)]&&_0x3d59ea['endColumn']>=_0x1f1c84['endColumn']&&(_0x407db6['push']({..._0x1f1c84}),_0x52b221['params'][_0x229d64(0x269)]['splice'](_0x566af0,0x1),_0x566af0--);}}}}return _0x407db6[_0x229d64(0x1a3)]>0x0&&_0x5007e6[_0x229d64(0x150)]({'id':_0x27192b[_0x229d64(0x2af)]['id'],'params':{'unitId':_0x37e88c,'subUnitId':_0x28f301,'ranges':_0x407db6}}),_0x242163[_0x229d64(0x1a3)]>0x0&&_0x5007e6['push']({'id':_0x27192b[_0x229d64(0x1d0)]['id'],'params':{'unitId':_0x37e88c,'subUnitId':_0x28f301,'ranges':_0x242163}}),_0x52b221[_0x229d64(0x29b)][_0x229d64(0x269)]['length']===0x0&&(_0x52b221['id']=_0x27192b['EmptyMutation']['id']),{'m1Prime':_0x52b221,'m2Prime':_0x5007e6['length']>0x1?_0x5007e6:_0x5007e6[0x0]};}},_0x14a51f={'m1':_0x27192b[_0x4aac6c(0x1d0)]['id'],'m2':_0x27192b['RemoveRowMutation']['id'],'handler'(_0x4c0a5d,_0x103cc3){const _0x2aaac6=_0x4aac6c,_0x3a74e6=_0x1ed6c7[_0x2aaac6(0x12e)][_0x2aaac6(0x1ae)](_0x4c0a5d),_0x5c5355=_0x1ed6c7['Tools']['deepClone'](_0x103cc3);if(_0x4c0a5d[_0x2aaac6(0x29b)][_0x2aaac6(0x10f)]!==_0x103cc3[_0x2aaac6(0x29b)]['unitId']||_0x4c0a5d[_0x2aaac6(0x29b)][_0x2aaac6(0x14e)]!==_0x103cc3[_0x2aaac6(0x29b)][_0x2aaac6(0x14e)])return{'m1Prime':_0x3a74e6,'m2Prime':_0x5c5355};const _0x5cfd4b=_0x4c0a5d[_0x2aaac6(0x29b)][_0x2aaac6(0x10f)],_0x24e399=_0x4c0a5d['params'][_0x2aaac6(0x14e)],_0x26b4fe=[_0x5c5355],_0x1f7f27=[],_0x257a7d=[];for(let _0xdfa8eb=0x0;_0xdfa8eb<_0x3a74e6[_0x2aaac6(0x29b)][_0x2aaac6(0x269)][_0x2aaac6(0x1a3)];_0xdfa8eb++){const _0x2c1a53=_0x3a74e6[_0x2aaac6(0x29b)][_0x2aaac6(0x269)][_0xdfa8eb],_0x2bca7d=_0x103cc3[_0x2aaac6(0x29b)]['range'],_0x5e3eeb=_0x2bca7d[_0x2aaac6(0x2c5)]-_0x2bca7d[_0x2aaac6(0x1ed)]+0x1;if(_0x2bca7d[_0x2aaac6(0x1ed)]<_0x2c1a53[_0x2aaac6(0x1ed)]&&_0x2bca7d[_0x2aaac6(0x2c5)]<_0x2c1a53[_0x2aaac6(0x1ed)])_0x1f7f27[_0x2aaac6(0x271)]({..._0x2c1a53}),_0x257a7d[_0x2aaac6(0x271)]({..._0x2c1a53,'startRow':_0x2c1a53['startRow']-_0x5e3eeb,'endRow':_0x2c1a53[_0x2aaac6(0x2c5)]-_0x5e3eeb}),_0x2c1a53[_0x2aaac6(0x1ed)]=_0x2c1a53['startRow']-_0x5e3eeb,_0x2c1a53[_0x2aaac6(0x2c5)]=_0x2c1a53['endRow']-_0x5e3eeb;else{if(_0x2bca7d['startRow']<_0x2c1a53[_0x2aaac6(0x1ed)]&&_0x2bca7d[_0x2aaac6(0x2c5)]>=_0x2c1a53[_0x2aaac6(0x1ed)]&&_0x2bca7d[_0x2aaac6(0x2c5)]<=_0x2c1a53[_0x2aaac6(0x2c5)]){_0x1f7f27['push']({..._0x2c1a53});const _0x1733f6={..._0x2c1a53,'startRow':_0x2bca7d[_0x2aaac6(0x1ed)],'endRow':_0x2c1a53[_0x2aaac6(0x2c5)]-_0x5e3eeb};_0x388df3(_0x1733f6)&&_0x2bca7d[_0x2aaac6(0x2c5)]<_0x2c1a53[_0x2aaac6(0x2c5)]?(_0x2bca7d[_0x2aaac6(0x2c5)]<_0x2c1a53[_0x2aaac6(0x2c5)]&&_0x257a7d[_0x2aaac6(0x271)](_0x1733f6),_0x2c1a53[_0x2aaac6(0x1ed)]=_0x2bca7d[_0x2aaac6(0x1ed)],_0x2c1a53[_0x2aaac6(0x2c5)]=_0x2c1a53[_0x2aaac6(0x2c5)]-_0x5e3eeb):(_0x3a74e6[_0x2aaac6(0x29b)]['ranges'][_0x2aaac6(0x135)](_0xdfa8eb,0x1),_0xdfa8eb--);}else{if(_0x2bca7d[_0x2aaac6(0x1ed)]>_0x2c1a53[_0x2aaac6(0x1ed)]&&_0x2bca7d[_0x2aaac6(0x2c5)]<_0x2c1a53['endRow']){_0x1f7f27[_0x2aaac6(0x271)]({..._0x2c1a53});const _0x3ad4e7={..._0x2c1a53,'endRow':_0x2c1a53[_0x2aaac6(0x2c5)]-_0x5e3eeb};_0x388df3(_0x3ad4e7)?(_0x257a7d['push'](_0x3ad4e7),_0x2c1a53['endRow']=_0x2c1a53[_0x2aaac6(0x2c5)]-_0x5e3eeb):(_0x3a74e6[_0x2aaac6(0x29b)][_0x2aaac6(0x269)][_0x2aaac6(0x135)](_0xdfa8eb,0x1),_0xdfa8eb--);}else{if(_0x2bca7d[_0x2aaac6(0x1ed)]>=_0x2c1a53['startRow']&&_0x2bca7d[_0x2aaac6(0x1ed)]<=_0x2c1a53[_0x2aaac6(0x2c5)]&&_0x2bca7d[_0x2aaac6(0x2c5)]>_0x2c1a53[_0x2aaac6(0x2c5)]){_0x1f7f27['push']({..._0x2c1a53});const _0x43025b={..._0x2c1a53,'endRow':_0x2bca7d[_0x2aaac6(0x1ed)]-0x1};_0x388df3(_0x43025b)&&_0x2bca7d[_0x2aaac6(0x1ed)]>_0x2c1a53[_0x2aaac6(0x1ed)]?(_0x257a7d[_0x2aaac6(0x271)](_0x43025b),_0x2c1a53[_0x2aaac6(0x2c5)]=_0x2bca7d[_0x2aaac6(0x1ed)]-0x1):(_0x3a74e6[_0x2aaac6(0x29b)]['ranges']['splice'](_0xdfa8eb,0x1),_0xdfa8eb--);}else _0x2bca7d[_0x2aaac6(0x1ed)]>_0x2c1a53['endRow']||_0x2bca7d[_0x2aaac6(0x1ed)]<=_0x2c1a53[_0x2aaac6(0x1ed)]&&_0x2bca7d[_0x2aaac6(0x2c5)]>=_0x2c1a53[_0x2aaac6(0x2c5)]&&(_0x1f7f27[_0x2aaac6(0x271)]({..._0x2c1a53}),_0x3a74e6['params']['ranges'][_0x2aaac6(0x135)](_0xdfa8eb,0x1),_0xdfa8eb--);}}}}return _0x1f7f27[_0x2aaac6(0x1a3)]>0x0&&_0x26b4fe[_0x2aaac6(0x150)]({'id':_0x27192b['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x5cfd4b,'subUnitId':_0x24e399,'ranges':_0x1f7f27}}),_0x257a7d['length']>0x0&&_0x26b4fe[_0x2aaac6(0x271)]({'id':_0x27192b[_0x2aaac6(0x1d0)]['id'],'params':{'unitId':_0x5cfd4b,'subUnitId':_0x24e399,'ranges':_0x257a7d}}),_0x3a74e6[_0x2aaac6(0x29b)][_0x2aaac6(0x269)]['length']===0x0&&(_0x3a74e6['id']=_0x27192b[_0x2aaac6(0xac)]['id']),{'m1Prime':_0x3a74e6,'m2Prime':_0x26b4fe[_0x2aaac6(0x1a3)]>0x1?_0x26b4fe:_0x26b4fe[0x0]};}},_0x5d4b35={'m1':_0x27192b[_0x4aac6c(0x1d0)]['id'],'m2':_0x27192b[_0x4aac6c(0x2af)]['id'],'handler'(_0x560da4,_0x5b9069){const _0x4f4c4b=_0x4aac6c,_0x369cf0=_0x1ed6c7[_0x4f4c4b(0x12e)][_0x4f4c4b(0x1ae)](_0x560da4),_0x5a9195=_0x1ed6c7['Tools']['deepClone'](_0x5b9069);if(_0x560da4[_0x4f4c4b(0x29b)][_0x4f4c4b(0x10f)]!==_0x5b9069[_0x4f4c4b(0x29b)][_0x4f4c4b(0x10f)]||_0x560da4[_0x4f4c4b(0x29b)][_0x4f4c4b(0x14e)]!==_0x5b9069[_0x4f4c4b(0x29b)]['subUnitId'])return{'m1Prime':_0x369cf0,'m2Prime':_0x5a9195};const _0x2a5004=[..._0x5a9195[_0x4f4c4b(0x29b)]['ranges']];for(let _0x346b45=0x0;_0x346b45<_0x369cf0[_0x4f4c4b(0x29b)][_0x4f4c4b(0x269)][_0x4f4c4b(0x1a3)];_0x346b45++){let _0xc358e7=!0x1;for(let _0x23142c=0x0;_0x23142c<_0x5a9195[_0x4f4c4b(0x29b)][_0x4f4c4b(0x269)][_0x4f4c4b(0x1a3)];_0x23142c++){const _0x4bc7fa=_0x369cf0['params'][_0x4f4c4b(0x269)][_0x346b45],_0x42e2f4=_0x5a9195[_0x4f4c4b(0x29b)][_0x4f4c4b(0x269)][_0x23142c];if(_0x1ed6c7[_0x4f4c4b(0x24f)][_0x4f4c4b(0x281)](_0x4bc7fa,_0x42e2f4)){_0xc358e7=!0x0;break;}}_0xc358e7&&(_0x2a5004[_0x4f4c4b(0x271)](_0x369cf0[_0x4f4c4b(0x29b)]['ranges'][_0x346b45]),_0x369cf0['params'][_0x4f4c4b(0x269)]['splice'](_0x346b45,0x1),_0x346b45--);}return _0x5a9195[_0x4f4c4b(0x29b)][_0x4f4c4b(0x269)]=_0x2a5004,_0x369cf0[_0x4f4c4b(0x29b)][_0x4f4c4b(0x269)][_0x4f4c4b(0x1a3)]===0x0&&(_0x369cf0['id']=_0x27192b[_0x4f4c4b(0xac)]['id']),{'m1Prime':_0x369cf0,'m2Prime':_0x5a9195};}},_0x22f418={'m1':_0x27192b[_0x4aac6c(0x1d0)]['id'],'m2':_0x27192b[_0x4aac6c(0x1ba)]['id'],'handler'(_0x5e2be6,_0x4accb0){const _0x5eed98=_0x4aac6c,_0x1dd304=_0x1ed6c7['Tools'][_0x5eed98(0x1ae)](_0x5e2be6),_0x1d5675=_0x1ed6c7[_0x5eed98(0x12e)]['deepClone'](_0x4accb0);if(_0x5e2be6[_0x5eed98(0x29b)][_0x5eed98(0x10f)]!==_0x4accb0[_0x5eed98(0x29b)][_0x5eed98(0x10f)]||_0x5e2be6[_0x5eed98(0x29b)][_0x5eed98(0x14e)]!==_0x4accb0[_0x5eed98(0x29b)][_0x5eed98(0x14e)])return{'m1Prime':_0x1dd304,'m2Prime':_0x1d5675};const _0x191fec=[_0x1dd304],_0x18fafc=[_0x1d5675],_0x47153a=new _0x1ed6c7[(_0x5eed98(0x2ce))](_0x1ed6c7[_0x5eed98(0x12e)][_0x5eed98(0x1ae)](_0x4accb0[_0x5eed98(0x29b)][_0x5eed98(0xc3)])),_0x5b45b2=new Set(),_0x2076a7={};for(let _0x178ee9=0x0;_0x178ee9<_0x1dd304[_0x5eed98(0x29b)]['ranges'][_0x5eed98(0x1a3)];_0x178ee9++){const _0x5b1758=_0x1dd304[_0x5eed98(0x29b)][_0x5eed98(0x269)][_0x178ee9],{startRow:_0x7cec15,startColumn:_0x4bd6d1,endRow:_0x9ae720,endColumn:_0x2b73b2}=_0x5b1758;let _0x444b2e=!0x1;_0x47153a[_0x5eed98(0xda)]((_0x230cc3,_0xea6236,_0x52e808)=>{const _0x34ec2b=_0x5eed98;if(_0x230cc3>=_0x7cec15&&_0x230cc3<=_0x9ae720&&_0xea6236>=_0x4bd6d1&&_0xea6236<=_0x2b73b2){const _0x4078be=_0x47153a['getValue'](_0x230cc3,_0xea6236),_0xdcbc72=_0x4078be===null?{'v':null,'s':null,'t':null,'si':null,'p':null,'f':null}:_0x4078be;_0xdcbc72&&(_0x2076a7[_0x230cc3]||(_0x2076a7[_0x230cc3]={}),_0x2076a7[_0x230cc3][_0xea6236]={},(_0x52e808==null?void 0x0:_0x52e808['v'])!==void 0x0&&(_0x2076a7[_0x230cc3][_0xea6236]['v']=null,delete _0xdcbc72['v']),(_0x52e808==null?void 0x0:_0x52e808['f'])!==void 0x0&&(_0x2076a7[_0x230cc3][_0xea6236]['f']=null,delete _0xdcbc72['f']),(_0x52e808==null?void 0x0:_0x52e808['t'])!==void 0x0&&(_0x2076a7[_0x230cc3][_0xea6236]['t']=null,delete _0xdcbc72['t']),(_0x52e808==null?void 0x0:_0x52e808['si'])!==void 0x0&&(_0x2076a7[_0x230cc3][_0xea6236]['si']=null,delete _0xdcbc72['si']),(_0x52e808==null?void 0x0:_0x52e808['p'])!==void 0x0&&(_0x2076a7[_0x230cc3][_0xea6236]['p']=null,delete _0xdcbc72['p']),(_0x52e808==null?void 0x0:_0x52e808['s'])!==void 0x0&&(_0x2076a7[_0x230cc3][_0xea6236]['s']=null,delete _0xdcbc72['s']),_0x47153a[_0x34ec2b(0x130)](_0x230cc3,_0xea6236,_0xdcbc72),_0x444b2e=!0x0);}}),_0x444b2e&&(_0x5b45b2[_0x5eed98(0x1a2)]({..._0x5b1758}),_0x1dd304[_0x5eed98(0x29b)][_0x5eed98(0x269)][_0x5eed98(0x135)](_0x178ee9,0x1),_0x178ee9--);}return _0x1d5675[_0x5eed98(0x29b)][_0x5eed98(0xc3)]=_0x47153a[_0x5eed98(0x209)](),_0x5b45b2[_0x5eed98(0x12a)]>0x0&&_0x18fafc[_0x5eed98(0x150)]({'id':_0x27192b['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x5e2be6['params']['unitId'],'subUnitId':_0x5e2be6[_0x5eed98(0x29b)]['subUnitId'],'ranges':Array[_0x5eed98(0x9f)](_0x5b45b2)}}),_0x1dd304[_0x5eed98(0x29b)][_0x5eed98(0x269)][_0x5eed98(0x1a3)]===0x0&&(_0x1dd304['id']=_0x27192b[_0x5eed98(0xac)]['id']),Object['keys'](_0x2076a7)[_0x5eed98(0x1a3)]>0x0&&_0x191fec[_0x5eed98(0x150)]({'id':_0x27192b[_0x5eed98(0x1ba)]['id'],'params':{'unitId':_0x5e2be6[_0x5eed98(0x29b)][_0x5eed98(0x10f)],'subUnitId':_0x5e2be6[_0x5eed98(0x29b)][_0x5eed98(0x14e)],'cellValue':_0x2076a7}}),{'m1Prime':_0x191fec[_0x5eed98(0x1a3)]>0x1?_0x191fec:_0x191fec[0x0],'m2Prime':_0x18fafc[_0x5eed98(0x1a3)]>0x1?_0x18fafc:_0x18fafc[0x0]};}},_0x46e346={'m1':_0x27192b[_0x4aac6c(0x1d0)]['id'],'m2':_0x27192b[_0x4aac6c(0x238)]['id'],'handler'(_0x3584fa,_0x1ab966){const _0x42ec83=_0x4aac6c,_0x56ea18={'m1Prime':[],'m2Prime':[]};if(_0x3584fa[_0x42ec83(0x29b)][_0x42ec83(0x10f)]!==_0x1ab966[_0x42ec83(0x29b)][_0x42ec83(0x10f)]||_0x3584fa[_0x42ec83(0x29b)][_0x42ec83(0x14e)]!==_0x1ab966['params']['subUnitId'])return _0x56ea18;const _0x2f721c=_0x1ed6c7[_0x42ec83(0x12e)][_0x42ec83(0x1ae)](_0x1ab966),_0x12dc5d=_0x2f721c['params'][_0x42ec83(0x1e0)];_0x12dc5d['forEach']((_0x33a872,_0x3c9bb3)=>{const _0x1183d0=_0x42ec83,{range:_0x1783d7,primary:_0x49b721}=_0x33a872;_0x3584fa[_0x1183d0(0x29b)][_0x1183d0(0x269)][_0x1183d0(0xfb)](_0x1e81a7=>{const _0x1dbba3=_0x1183d0;_0x1ed6c7[_0x1dbba3(0x24f)]['intersects'](_0x1e81a7,_0x1783d7)&&(_0x1783d7[_0x1dbba3(0x1ed)]=Math['min'](_0x1e81a7[_0x1dbba3(0x1ed)],_0x1783d7['startRow']),_0x1783d7['startColumn']=Math['min'](_0x1e81a7[_0x1dbba3(0x251)],_0x1783d7['startColumn']),_0x1783d7[_0x1dbba3(0x2c5)]=Math[_0x1dbba3(0xae)](_0x1e81a7[_0x1dbba3(0x2c5)],_0x1783d7['endRow']),_0x1783d7['endColumn']=Math['max'](_0x1e81a7[_0x1dbba3(0x263)],_0x1783d7[_0x1dbba3(0x263)])),_0x49b721&&_0x1ed6c7[_0x1dbba3(0x24f)][_0x1dbba3(0x281)](_0x1e81a7,_0x49b721)&&_0x3c9bb3===_0x12dc5d[_0x1dbba3(0x1a3)]-0x1&&(_0x49b721[_0x1dbba3(0x251)]===_0x1e81a7[_0x1dbba3(0x251)]&&_0x49b721[_0x1dbba3(0x1ed)]&&_0x1e81a7[_0x1dbba3(0x1ed)]&&(_0x49b721[_0x1dbba3(0x102)]=!0x0),_0x49b721[_0x1dbba3(0x1ed)]=Math[_0x1dbba3(0xbd)](_0x1e81a7['startRow'],_0x49b721[_0x1dbba3(0x1ed)]),_0x49b721['startColumn']=Math[_0x1dbba3(0xbd)](_0x1e81a7['startColumn'],_0x49b721[_0x1dbba3(0x251)]),_0x49b721[_0x1dbba3(0x2c5)]=Math[_0x1dbba3(0xae)](_0x1e81a7[_0x1dbba3(0x2c5)],_0x49b721[_0x1dbba3(0x2c5)]),_0x49b721['endColumn']=Math['max'](_0x1e81a7[_0x1dbba3(0x263)],_0x49b721[_0x1dbba3(0x263)]),_0x49b721[_0x1dbba3(0x2a8)]=!0x0);});}),_0x12dc5d[_0x42ec83(0x185)]((_0x191fae,_0x217c3d)=>{const _0x471920=_0x42ec83,_0x496fb9=_0x191fae[_0x471920(0x272)],_0x166ca1=_0x217c3d[_0x471920(0x272)];return _0x496fb9[_0x471920(0x1ed)]===_0x166ca1[_0x471920(0x1ed)]?_0x496fb9['startColumn']-_0x166ca1[_0x471920(0x251)]:_0x496fb9['startRow']-_0x166ca1[_0x471920(0x1ed)];});const _0x5efbae=[];let _0x4a90bb=null;for(const _0x4327a4 of _0x12dc5d)_0x4a90bb===null||!_0x1ed6c7['Rectangle']['intersects'](_0x4a90bb[_0x42ec83(0x272)],_0x4327a4[_0x42ec83(0x272)])?(_0x5efbae[_0x42ec83(0x271)](_0x4327a4),_0x4a90bb=_0x4327a4):(_0x4a90bb[_0x42ec83(0x272)][_0x42ec83(0x1ed)]=Math[_0x42ec83(0xbd)](_0x4a90bb['range'][_0x42ec83(0x1ed)],_0x4327a4[_0x42ec83(0x272)][_0x42ec83(0x1ed)]),_0x4a90bb[_0x42ec83(0x272)][_0x42ec83(0x251)]=Math['min'](_0x4a90bb[_0x42ec83(0x272)][_0x42ec83(0x251)],_0x4327a4[_0x42ec83(0x272)]['startColumn']),_0x4a90bb[_0x42ec83(0x272)][_0x42ec83(0x2c5)]=Math[_0x42ec83(0xae)](_0x4a90bb['range'][_0x42ec83(0x2c5)],_0x4327a4[_0x42ec83(0x272)][_0x42ec83(0x2c5)]),_0x4a90bb[_0x42ec83(0x272)]['endColumn']=Math[_0x42ec83(0xae)](_0x4a90bb[_0x42ec83(0x272)][_0x42ec83(0x263)],_0x4327a4[_0x42ec83(0x272)][_0x42ec83(0x263)]),_0x4327a4[_0x42ec83(0x286)]&&(_0x4a90bb[_0x42ec83(0x286)]=_0x4327a4[_0x42ec83(0x286)]));return _0x2f721c[_0x42ec83(0x29b)]['selections']=_0x5efbae,_0x56ea18[_0x42ec83(0x208)]['push'](_0x2f721c),_0x56ea18;}},_0x3b2803={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x59e2de['AddCommentMutation']['id'],'handler':(_0x22859a,_0x5bcffa)=>{const _0x2c061d=_0x4aac6c,_0x50bcef={'m1Prime':_0x22859a,'m2Prime':_0x5bcffa};return _0x22859a[_0x2c061d(0x29b)][_0x2c061d(0x10f)]!==_0x5bcffa[_0x2c061d(0x29b)][_0x2c061d(0x10f)]||_0x22859a['params']['subUnitId']!==_0x5bcffa[_0x2c061d(0x29b)][_0x2c061d(0x14e)]?_0x50bcef:{'error':new Error(_0x2c061d(0x2a2))};}},_0x1e83cc={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0xbea350['AddConditionalRuleMutation']['id'],'handler':(_0x299ab2,_0x47cedc)=>{const _0x51ba14=_0x4aac6c,_0x1a1a90={'m1Prime':_0x299ab2,'m2Prime':_0x47cedc};return _0x299ab2[_0x51ba14(0x29b)][_0x51ba14(0x10f)]!==_0x47cedc[_0x51ba14(0x29b)][_0x51ba14(0x10f)]||_0x299ab2[_0x51ba14(0x29b)][_0x51ba14(0x14e)]!==_0x47cedc['params'][_0x51ba14(0x14e)]?_0x1a1a90:{'error':new Error(_0x51ba14(0x1b1))};}},_0x41da4f={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x27192b[_0x4aac6c(0x173)]['id'],'handler':(_0xff4b29,_0x4bf124)=>{const _0x154be9=_0x4aac6c,_0x3832c3={'m1Prime':_0xff4b29,'m2Prime':_0x4bf124};return _0xff4b29[_0x154be9(0x29b)][_0x154be9(0x10f)]!==_0x4bf124[_0x154be9(0x29b)][_0x154be9(0x10f)]||_0xff4b29[_0x154be9(0x29b)][_0x154be9(0x14e)]!==_0x4bf124[_0x154be9(0x29b)][_0x154be9(0x14e)]?_0x3832c3:{'error':new Error(_0x154be9(0x1fd))};}},_0x4e5c8f={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x27192b[_0x4aac6c(0x1d0)]['id'],'handler':(_0x49ff30,_0xcfa569)=>{const _0x1ec014=_0x4aac6c,_0x121ef5={'m1Prime':_0x49ff30,'m2Prime':_0xcfa569};return _0x49ff30[_0x1ec014(0x29b)]['unitId']!==_0xcfa569[_0x1ec014(0x29b)]['unitId']||_0x49ff30['params'][_0x1ec014(0x14e)]!==_0xcfa569[_0x1ec014(0x29b)][_0x1ec014(0x14e)]?_0x121ef5:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge')};}},_0x447b2d={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x27192b[_0x4aac6c(0x18e)]['id'],'handler':(_0x58bea3,_0xf15db)=>{const _0x2254ed=_0x4aac6c,_0x1bf880={'m1Prime':_0x58bea3,'m2Prime':_0xf15db};return _0x58bea3[_0x2254ed(0x29b)][_0x2254ed(0x10f)]!==_0xf15db[_0x2254ed(0x29b)][_0x2254ed(0x10f)]||_0x58bea3[_0x2254ed(0x29b)][_0x2254ed(0x14e)]!==_0xf15db[_0x2254ed(0x29b)]['rule'][_0x2254ed(0x14e)]?_0x1bf880:{'error':new Error(_0x2254ed(0xa0))};}},_0x36d510={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x27192b[_0x4aac6c(0x273)]['id'],'handler':(_0x5f4d83,_0x31e46e)=>{const _0x234b80=_0x4aac6c,_0x50250c={'m1Prime':_0x5f4d83,'m2Prime':_0x31e46e};return _0x5f4d83[_0x234b80(0x29b)][_0x234b80(0x10f)]!==_0x31e46e[_0x234b80(0x29b)]['unitId']||_0x5f4d83['params']['subUnitId']!==_0x31e46e[_0x234b80(0x29b)]['subUnitId']?_0x50250c:{'error':new Error(_0x234b80(0x181))};}},_0x225c11={'m1':_0x27192b['AddWorksheetProtectionMutation']['id'],'m2':_0xbea350[_0x4aac6c(0x256)]['id'],'handler':(_0x2552f5,_0x4a6595)=>{const _0x3d5fb7=_0x4aac6c,_0x4ccc96={'m1Prime':_0x2552f5,'m2Prime':_0x4a6595};return _0x2552f5[_0x3d5fb7(0x29b)][_0x3d5fb7(0x10f)]!==_0x4a6595[_0x3d5fb7(0x29b)]['unitId']||_0x2552f5[_0x3d5fb7(0x29b)][_0x3d5fb7(0x14e)]!==_0x4a6595[_0x3d5fb7(0x29b)][_0x3d5fb7(0x14e)]?_0x4ccc96:{'error':new Error(_0x3d5fb7(0xdd))};}},_0x8d5965={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x27192b[_0x4aac6c(0x1a8)]['id'],'handler':(_0x13719a,_0x249613)=>{const _0x408b66=_0x4aac6c,_0x219115={'m1Prime':_0x13719a,'m2Prime':_0x249613};return _0x13719a[_0x408b66(0x29b)][_0x408b66(0x10f)]!==_0x249613[_0x408b66(0x29b)][_0x408b66(0x10f)]||_0x13719a[_0x408b66(0x29b)][_0x408b66(0x14e)]!==_0x249613[_0x408b66(0x29b)][_0x408b66(0x14e)]?_0x219115:{'error':new Error(_0x408b66(0x11f))};}},_0x5be841={'m1':_0x27192b['AddWorksheetProtectionMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x246)]['id'],'handler':(_0x1be2ef,_0x162d6e)=>{const _0x145cf0=_0x4aac6c,_0x37714b={'m1Prime':_0x1be2ef,'m2Prime':_0x162d6e};return _0x1be2ef[_0x145cf0(0x29b)][_0x145cf0(0x10f)]!==_0x162d6e[_0x145cf0(0x29b)]['unitId']||_0x1be2ef[_0x145cf0(0x29b)][_0x145cf0(0x14e)]!==_0x162d6e[_0x145cf0(0x29b)][_0x145cf0(0x14e)]?_0x37714b:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20row')};}},_0x2af7c5={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x27192b[_0x4aac6c(0xd1)]['id'],'handler':(_0x3ee344,_0x14faf5)=>{const _0x142fc7=_0x4aac6c,_0x18478e={'m1Prime':_0x3ee344,'m2Prime':_0x14faf5};return _0x3ee344[_0x142fc7(0x29b)][_0x142fc7(0x10f)]!==_0x14faf5[_0x142fc7(0x29b)][_0x142fc7(0x10f)]||_0x3ee344[_0x142fc7(0x29b)][_0x142fc7(0x14e)]!==_0x14faf5[_0x142fc7(0x29b)]['subUnitId']?_0x18478e:{'error':new Error(_0x142fc7(0x203))};}},_0x494818={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x27192b[_0x4aac6c(0x2b3)]['id'],'handler':(_0x152f3a,_0x4ea49b)=>{const _0x400a53=_0x4aac6c,_0x404e93={'m1Prime':_0x152f3a,'m2Prime':_0x4ea49b};return _0x152f3a[_0x400a53(0x29b)][_0x400a53(0x10f)]!==_0x4ea49b['params'][_0x400a53(0x10f)]||_0x152f3a['params'][_0x400a53(0x14e)]!==_0x4ea49b[_0x400a53(0x29b)][_0x400a53(0x9f)][_0x400a53(0x14e)]?_0x404e93:{'error':new Error(_0x400a53(0x260))};}},_0x39433c={'m1':_0x27192b['AddWorksheetProtectionMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x11a)]['id'],'handler':(_0x1effe2,_0x36afe0)=>{const _0x4d18bb=_0x4aac6c,_0x59f81b={'m1Prime':_0x1effe2,'m2Prime':_0x36afe0};return _0x1effe2[_0x4d18bb(0x29b)][_0x4d18bb(0x10f)]!==_0x36afe0[_0x4d18bb(0x29b)][_0x4d18bb(0x10f)]||_0x1effe2[_0x4d18bb(0x29b)][_0x4d18bb(0x14e)]!==_0x36afe0['params'][_0x4d18bb(0x14e)]?_0x59f81b:{'error':new Error(_0x4d18bb(0x284))};}},_0x307514={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x27192b[_0x4aac6c(0x1b8)]['id'],'handler':(_0x333db0,_0x5b1b1f)=>{const _0xee4e0b=_0x4aac6c,_0x55c1c6={'m1Prime':_0x333db0,'m2Prime':_0x5b1b1f};return _0x333db0[_0xee4e0b(0x29b)][_0xee4e0b(0x10f)]!==_0x5b1b1f[_0xee4e0b(0x29b)][_0xee4e0b(0x10f)]||_0x333db0[_0xee4e0b(0x29b)][_0xee4e0b(0x14e)]!==_0x5b1b1f[_0xee4e0b(0x29b)]['subUnitId']?_0x55c1c6:{'error':new Error(_0xee4e0b(0xf3))};}},_0x2297c9={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x1444e7[_0x4aac6c(0xf9)]['id'],'handler':(_0x51f7ab,_0x245d9b)=>{const _0x3a8b3e=_0x4aac6c,_0x2b664e={'m1Prime':_0x51f7ab,'m2Prime':_0x245d9b};return _0x51f7ab[_0x3a8b3e(0x29b)][_0x3a8b3e(0x10f)]!==_0x245d9b[_0x3a8b3e(0x29b)][_0x3a8b3e(0x10f)]||_0x51f7ab[_0x3a8b3e(0x29b)][_0x3a8b3e(0x14e)]!==_0x245d9b[_0x3a8b3e(0x29b)][_0x3a8b3e(0x14e)]?_0x2b664e:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule')};}},_0x5292ad={'m1':_0x27192b['AddWorksheetProtectionMutation']['id'],'m2':_0x27192b['RemoveNumfmtMutation']['id'],'handler':(_0x496081,_0x11002b)=>{const _0x58f7f6=_0x4aac6c,_0x432cb7={'m1Prime':_0x496081,'m2Prime':_0x11002b};return _0x496081['params'][_0x58f7f6(0x10f)]!==_0x11002b[_0x58f7f6(0x29b)]['unitId']||_0x496081[_0x58f7f6(0x29b)]['subUnitId']!==_0x11002b['params'][_0x58f7f6(0x14e)]?_0x432cb7:{'error':new Error(_0x58f7f6(0x1d4))};}},_0x538815={'m1':_0x27192b['AddWorksheetProtectionMutation']['id'],'m2':_0x27192b['RemoveRowMutation']['id'],'handler':(_0x215c20,_0x1a86dd)=>{const _0x3c8691=_0x4aac6c,_0x5160cc={'m1Prime':_0x215c20,'m2Prime':_0x1a86dd};return _0x215c20[_0x3c8691(0x29b)][_0x3c8691(0x10f)]!==_0x1a86dd['params'][_0x3c8691(0x10f)]||_0x215c20[_0x3c8691(0x29b)][_0x3c8691(0x14e)]!==_0x1a86dd[_0x3c8691(0x29b)][_0x3c8691(0x14e)]?_0x5160cc:{'error':new Error(_0x3c8691(0x16f))};}},_0x3c308f={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x5cbf39['RemoveSheetsFilterMutation']['id'],'handler':(_0x11dc8a,_0x403627)=>{const _0x2ea088=_0x4aac6c,_0x4ef716={'m1Prime':_0x11dc8a,'m2Prime':_0x403627};return _0x11dc8a['params']['unitId']!==_0x403627[_0x2ea088(0x29b)][_0x2ea088(0x10f)]||_0x11dc8a[_0x2ea088(0x29b)][_0x2ea088(0x14e)]!==_0x403627[_0x2ea088(0x29b)][_0x2ea088(0x14e)]?_0x4ef716:{'error':new Error(_0x2ea088(0x151))};}},_0x18ebed={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x27192b[_0x4aac6c(0x2a6)]['id'],'handler':(_0x15a725,_0x34d107)=>{const _0x4a8bca=_0x4aac6c,_0xbb4842={'m1Prime':_0x15a725,'m2Prime':_0x34d107};return _0x15a725[_0x4a8bca(0x29b)][_0x4a8bca(0x10f)]!==_0x34d107[_0x4a8bca(0x29b)][_0x4a8bca(0x10f)]||_0x15a725[_0x4a8bca(0x29b)][_0x4a8bca(0x14e)]!==_0x34d107[_0x4a8bca(0x29b)][_0x4a8bca(0x14e)]?_0xbb4842:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20sheet')};}},_0xc36078={'m1':_0x27192b['AddWorksheetProtectionMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x2af)]['id'],'handler':(_0x9dddbf,_0x355dea)=>{const _0x1ac042=_0x4aac6c,_0x53ae49={'m1Prime':_0x9dddbf,'m2Prime':_0x355dea};return _0x9dddbf[_0x1ac042(0x29b)][_0x1ac042(0x10f)]!==_0x355dea[_0x1ac042(0x29b)][_0x1ac042(0x10f)]||_0x9dddbf['params'][_0x1ac042(0x14e)]!==_0x355dea['params'][_0x1ac042(0x14e)]?_0x53ae49:{'error':new Error(_0x1ac042(0x163))};}},_0xff2f7a={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0xbea350['SetConditionalRuleMutation']['id'],'handler':(_0x4f61da,_0x4cd254)=>{const _0x21d558=_0x4aac6c,_0x4d2047={'m1Prime':_0x4f61da,'m2Prime':_0x4cd254};return _0x4f61da['params'][_0x21d558(0x10f)]!==_0x4cd254[_0x21d558(0x29b)][_0x21d558(0x10f)]||_0x4f61da[_0x21d558(0x29b)][_0x21d558(0x14e)]!==_0x4cd254[_0x21d558(0x29b)][_0x21d558(0x14e)]?_0x4d2047:{'error':new Error(_0x21d558(0x133))};}},_0x3b74bb={'m1':_0x27192b['AddWorksheetProtectionMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x19e)]['id'],'handler':(_0x58e387,_0x26891d)=>{const _0x436ff3=_0x4aac6c,_0x320913={'m1Prime':_0x58e387,'m2Prime':_0x26891d};return _0x58e387['params'][_0x436ff3(0x10f)]!==_0x26891d['params'][_0x436ff3(0x10f)]||_0x58e387[_0x436ff3(0x29b)][_0x436ff3(0x14e)]!==_0x26891d['params'][_0x436ff3(0x14e)]?_0x320913:{'error':new Error(_0x436ff3(0x26e))};}},_0x4ea695={'m1':_0x27192b['AddWorksheetProtectionMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x1f9)]['id'],'handler':(_0x493d18,_0x5c1551)=>{const _0x5a065a=_0x4aac6c,_0x5d0ede={'m1Prime':_0x493d18,'m2Prime':_0x5c1551};return _0x493d18[_0x5a065a(0x29b)]['unitId']!==_0x5c1551[_0x5a065a(0x29b)]['unitId']||_0x493d18['params'][_0x5a065a(0x14e)]!==_0x5c1551[_0x5a065a(0x29b)][_0x5a065a(0x14e)]?_0x5d0ede:{'error':new Error(_0x5a065a(0x116))};}},_0x610b0e={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x27192b[_0x4aac6c(0xa4)]['id'],'handler':(_0x10eda6,_0x1f2955)=>{const _0x1c51be=_0x4aac6c,_0x48032a={'m1Prime':_0x10eda6,'m2Prime':_0x1f2955};return _0x10eda6[_0x1c51be(0x29b)][_0x1c51be(0x10f)]!==_0x1f2955[_0x1c51be(0x29b)]['unitId']||_0x10eda6[_0x1c51be(0x29b)][_0x1c51be(0x14e)]!==_0x1f2955[_0x1c51be(0x29b)][_0x1c51be(0x14e)]?_0x48032a:{'error':new Error(_0x1c51be(0x294))};}},_0x4394c4={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x27192b[_0x4aac6c(0x275)]['id'],'handler':(_0x1dc102,_0x2ec7ac)=>{const _0x1aec49=_0x4aac6c,_0x49e410={'m1Prime':_0x1dc102,'m2Prime':_0x2ec7ac};return _0x1dc102[_0x1aec49(0x29b)][_0x1aec49(0x10f)]!==_0x2ec7ac[_0x1aec49(0x29b)]['unitId']||_0x1dc102[_0x1aec49(0x29b)]['subUnitId']!==_0x2ec7ac[_0x1aec49(0x29b)]['subUnitId']?_0x49e410:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')};}},_0x215589={'m1':_0x27192b['AddWorksheetProtectionMutation']['id'],'m2':_0x27192b['SetWorksheetNameMutation']['id'],'handler':(_0x52f5b2,_0x39eb40)=>{const _0x1e131d=_0x4aac6c,_0x2a010c={'m1Prime':_0x52f5b2,'m2Prime':_0x39eb40};return _0x52f5b2['params'][_0x1e131d(0x10f)]!==_0x39eb40[_0x1e131d(0x29b)][_0x1e131d(0x10f)]||_0x52f5b2[_0x1e131d(0x29b)][_0x1e131d(0x14e)]!==_0x39eb40['params'][_0x1e131d(0x14e)]?_0x2a010c:{'error':new Error(_0x1e131d(0x248))};}},_0x9d3570={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x59e2de[_0x4aac6c(0x2b8)]['id'],'handler':(_0x177164,_0x404d91)=>{const _0x33a8ba=_0x4aac6c,_0x1ebe97={'m1Prime':_0x177164,'m2Prime':_0x404d91};return _0x177164[_0x33a8ba(0x29b)][_0x33a8ba(0x10f)]!==_0x404d91[_0x33a8ba(0x29b)][_0x33a8ba(0x10f)]||_0x177164['params'][_0x33a8ba(0x14e)]!==_0x404d91[_0x33a8ba(0x29b)][_0x33a8ba(0x14e)]?_0x1ebe97:{'error':new Error(_0x33a8ba(0x2b0))};}},_0x41aac8={'m1':_0x27192b[_0x4aac6c(0x18e)]['id'],'m2':_0x1444e7[_0x4aac6c(0x24d)]['id'],'handler':(_0x3434cf,_0x4b4c33)=>{const _0x3f5560=_0x4aac6c,_0x38727a={'m1Prime':_0x3434cf,'m2Prime':_0x4b4c33};return _0x3434cf[_0x3f5560(0x29b)][_0x3f5560(0x10f)]!==_0x4b4c33[_0x3f5560(0x29b)]['unitId']||_0x3434cf['params'][_0x3f5560(0x14e)]!==_0x4b4c33[_0x3f5560(0x29b)][_0x3f5560(0x14e)]?_0x38727a:{'error':new Error(_0x3f5560(0x1bf))};}},_0x52b90c={'m1':_0x59e2de[_0x4aac6c(0x1e5)]['id'],'m2':_0x59e2de[_0x4aac6c(0x1ad)]['id'],'handler':(_0x58dc9f,_0x5541ad)=>{const _0x559695=_0x4aac6c,_0x473e78=_0x58dc9f[_0x559695(0x29b)],_0x3a70a1=_0x5541ad[_0x559695(0x29b)];return _0x473e78[_0x559695(0x10f)]===_0x3a70a1[_0x559695(0x10f)]&&_0x473e78[_0x559695(0x14e)]===_0x3a70a1['subUnitId']&&_0x473e78[_0x559695(0x167)]===_0x3a70a1['comment'][_0x559695(0x255)]?{'m1Prime':_0x58dc9f,'m2Prime':[]}:{'m1Prime':_0x58dc9f,'m2Prime':_0x5541ad};}},_0x3f428e={'m1':_0x59e2de[_0x4aac6c(0x1e5)]['id'],'m2':_0x59e2de[_0x4aac6c(0x1e5)]['id'],'handler':(_0x4662a3,_0x454ed6)=>{const _0x4d6282=_0x4aac6c,_0x4664d9=_0x4662a3[_0x4d6282(0x29b)],_0x327931=_0x454ed6[_0x4d6282(0x29b)],_0x5aafdd={'m1Prime':_0x4662a3,'m2Prime':_0x454ed6};return _0x4664d9[_0x4d6282(0x10f)]!==_0x327931[_0x4d6282(0x10f)]||_0x4664d9[_0x4d6282(0x14e)]!==_0x327931[_0x4d6282(0x14e)]||_0x4664d9[_0x4d6282(0x167)]!==_0x327931['commentId']?_0x5aafdd:{'m1Prime':[],'m2Prime':[]};}},_0x5c1692={'m1':_0xbea350['DeleteConditionalRuleMutation']['id'],'m2':_0xbea350['DeleteConditionalRuleMutation']['id'],'handler'(_0xeaa6f9,_0x25ca37){return{'m1Prime':_0xeaa6f9,'m2Prime':_0x25ca37};}},_0x1b5be9=(_0x5cfefa,_0x2db93d)=>{const _0x54737e=_0x4aac6c,_0xcd491d=_0x251384[_0x54737e(0x145)](_0x5cfefa['params'][_0x54737e(0x1e3)][_0x54737e(0x299)]),_0x4e90ec={'startColumn':_0xcd491d[_0x54737e(0x2bc)],'endColumn':_0xcd491d[_0x54737e(0x2bc)],'startRow':_0xcd491d[_0x54737e(0x184)],'endRow':_0xcd491d[_0x54737e(0x184)]},_0x2ede83=_0x27192b[_0x54737e(0x207)](_0x4e90ec,_0x2db93d);if(!_0x2ede83)return[{'id':_0x59e2de[_0x54737e(0x1e5)]['id'],'params':{..._0x5cfefa[_0x54737e(0x29b)],'comment':void 0x0,'commentId':_0x5cfefa[_0x54737e(0x29b)]['comment']['id']}}];const _0x43bf5f=_0x251384[_0x54737e(0x245)](_0x2ede83);return _0x43bf5f===_0x5cfefa[_0x54737e(0x29b)]['comment'][_0x54737e(0x299)]?[]:[{'id':_0x59e2de[_0x54737e(0x106)]['id'],'params':{..._0x5cfefa['params'],'comment':void 0x0,'payload':{'ref':_0x43bf5f,'commentId':_0x5cfefa[_0x54737e(0x29b)][_0x54737e(0x1e3)]['id']}}}];},_0x117975={'m1':_0x27192b[_0x4aac6c(0x1a8)]['id'],'m2':_0x59e2de[_0x4aac6c(0x1ad)]['id'],'handler':(_0x2d14c3,_0x70b2de)=>{const _0x10679a=_0x4aac6c,_0x5ae7b4={'m1Prime':_0x2d14c3,'m2Prime':_0x70b2de};if(_0x2d14c3[_0x10679a(0x29b)]['unitId']!==_0x70b2de['params'][_0x10679a(0x10f)]||_0x2d14c3['params']['subUnitId']!==_0x70b2de['params'][_0x10679a(0x14e)])return _0x5ae7b4;const _0x217e29={'id':_0x27192b[_0x10679a(0x2d8)]['id'],'params':{'unitId':_0x2d14c3['params'][_0x10679a(0x10f)],'subUnitId':_0x2d14c3[_0x10679a(0x29b)][_0x10679a(0x14e)],'range':_0x2d14c3[_0x10679a(0x29b)][_0x10679a(0x272)]}},_0x305f0a=_0x1b5be9(_0x70b2de,_0x217e29);return{'m1Prime':[_0x2d14c3,..._0x305f0a],'m2Prime':[_0x70b2de,..._0x305f0a]};}};function _0x9589de(_0x34930f){const _0x574f2f=_0x4aac6c;return{..._0x34930f,'rangeType':_0x1ed6c7[_0x574f2f(0x22c)][_0x574f2f(0x186)]};}function _0x32a717(_0x4b84b8,_0x5e7956,_0xe40e9d,_0x530dba){const _0x3332ba=_0x4aac6c;if(_0x530dba<0x0){for(let _0x2ce703=_0x5e7956;_0x2ce703<_0x5e7956+_0xe40e9d;_0x2ce703++)if(_0x4b84b8[_0x3332ba(0x152)](_0x2ce703)){_0x4b84b8[_0x3332ba(0x152)](_0x2ce703+_0x530dba)||(_0x4b84b8[_0x2ce703+_0x530dba]={});const _0x26ca11=_0x4b84b8[_0x2ce703],_0x5bb7a5=Object['keys'](_0x26ca11)['map'](Number)['sort']((_0x5d1424,_0x2a967d)=>_0x5d1424-_0x2a967d);for(const _0x192c3b of _0x5bb7a5)_0x4b84b8[_0x2ce703+_0x530dba][_0x192c3b]=_0x26ca11[_0x192c3b];delete _0x4b84b8[_0x2ce703];}else delete _0x4b84b8[_0x2ce703+_0x530dba];}else{for(let _0x2342da=_0x5e7956+_0xe40e9d-0x1;_0x2342da>=_0x5e7956;_0x2342da--)if(_0x4b84b8[_0x3332ba(0x152)](_0x2342da)){_0x4b84b8['hasOwnProperty'](_0x2342da+_0x530dba)||(_0x4b84b8[_0x2342da+_0x530dba]={});const _0x60f46c=_0x4b84b8[_0x2342da],_0x519b39=Object[_0x3332ba(0x10b)](_0x60f46c)[_0x3332ba(0x20f)](Number)[_0x3332ba(0x185)]((_0x3cb1fe,_0x5686cc)=>_0x3cb1fe-_0x5686cc);for(const _0x40f080 of _0x519b39)_0x4b84b8[_0x2342da+_0x530dba][_0x40f080]=_0x60f46c[_0x40f080];delete _0x4b84b8[_0x2342da];}else delete _0x4b84b8[_0x2342da+_0x530dba];}}function _0x4608ae(_0x4f97ec,_0x397a0f,_0xaa7713,_0x264595){const _0x287870=_0x4aac6c,_0x15db70=Object[_0x287870(0x10b)](_0x4f97ec)[_0x287870(0x20f)](Number)[_0x287870(0x185)]((_0x3fc31c,_0x47d558)=>_0x3fc31c-_0x47d558);if(_0x264595<0x0)for(const _0xc20320 of _0x15db70){const _0x46cb98=_0x4f97ec[_0xc20320];for(let _0x3f511e=_0x397a0f;_0x3f511e<_0x397a0f+_0xaa7713;_0x3f511e++)_0x46cb98[_0x287870(0x152)](_0x3f511e)?(_0x46cb98[_0x3f511e+_0x264595]=_0x46cb98[_0x3f511e],delete _0x46cb98[_0x3f511e]):delete _0x46cb98[_0x3f511e+_0x264595];}else for(const _0x4f1fad of _0x15db70){const _0x97b496=_0x4f97ec[_0x4f1fad];for(let _0x48ab42=_0x397a0f+_0xaa7713-0x1;_0x48ab42>=_0x397a0f;_0x48ab42--)_0x97b496['hasOwnProperty'](_0x48ab42)?(_0x97b496[_0x48ab42+_0x264595]=_0x97b496[_0x48ab42],delete _0x97b496[_0x48ab42]):delete _0x97b496[_0x48ab42+_0x264595];}}function _0x16d90a(_0x5a05a7,_0x553fb6){const _0xdb8a0f=_0x4aac6c;return new _0x27192b[(_0xdb8a0f(0xb9))]()[_0xdb8a0f(0x1a2)](_0x5a05a7)[_0xdb8a0f(0x1d5)](..._0x553fb6)[_0xdb8a0f(0x2b4)]();}function _0xe8ae6e(_0x1b5b2d,_0x482ad2,_0x355ad3,_0x3cabf6){const _0x107d1e=_0x4aac6c,_0xbfda5e=new _0x251384[(_0x107d1e(0x16e))]()['sequenceNodesBuilder'](_0x355ad3);if(_0xbfda5e==null)return _0x355ad3;const _0x25aeea=[];for(let _0x3e48db=0x0,_0x282cb6=_0xbfda5e[_0x107d1e(0x1a3)];_0x3e48db<_0x282cb6;_0x3e48db++){const _0x3da93f=_0xbfda5e[_0x3e48db];if(typeof _0x3da93f=='string'||_0x3da93f['nodeType']!==_0x251384['sequenceNodeType']['REFERENCE']){_0x25aeea['push'](_0x3da93f);continue;}const {token:_0x134aa7}=_0x3da93f,_0x20af69=_0x251384[_0x107d1e(0xe6)](_0x134aa7),{range:_0xdea7db,sheetName:_0x49a7b0,unitId:_0x357667}=_0x20af69;if((_0x1b5b2d===_0x357667||_0x357667==='')&&(_0x482ad2===_0x49a7b0||_0x49a7b0==='')){const _0x3296d4=_0x3cabf6(_0xdea7db),_0x17ef6d=_0x3296d4?_0x251384[_0x107d1e(0x24a)]({'range':_0x3296d4,'sheetName':_0x49a7b0,'unitId':_0x357667}):_0x251384['ErrorType']['ERROR'];_0x25aeea[_0x107d1e(0x271)]({..._0x3da93f,'token':_0x17ef6d});}else _0x25aeea[_0x107d1e(0x271)](_0x3da93f);}return'='+_0x251384['generateStringWithSequence'](_0x25aeea);}function _0x4e1ad3(_0x980b5f,_0xd19e7b){const _0x43e6ae=_0x4aac6c;return _0x980b5f[_0x43e6ae(0x23b)]<=_0xd19e7b['end']&&_0x980b5f[_0x43e6ae(0xa2)]>=_0xd19e7b[_0x43e6ae(0x23b)];}function _0x503e64(_0xa100c0,_0x59a1b7){const _0x1cfcdc=_0x4aac6c;return _0xa100c0[_0x1cfcdc(0x23b)]<=_0x59a1b7['start']&&_0xa100c0[_0x1cfcdc(0xa2)]>=_0x59a1b7[_0x1cfcdc(0xa2)];}function _0x458cda(_0xd8bbb9,_0x222438){let _0x246420=[_0xd8bbb9];for(const _0x59a24c of _0x222438){const _0x5c436f=[];for(const _0x396b91 of _0x246420)_0x5c436f['push'](..._0x39bfce(_0x396b91,_0x59a24c));_0x246420=_0x5c436f;}return _0x246420;}function _0x39bfce(_0x2c142c,_0x264fdf){const _0x1ceddd=_0x4aac6c,_0x23ff0d=[];if(_0x503e64(_0x264fdf,_0x2c142c))return _0x23ff0d;if(_0x503e64(_0x2c142c,_0x264fdf)){const _0x3889d7=_0x2c142c[_0x1ceddd(0x23b)],_0x5cf238=_0x264fdf[_0x1ceddd(0x23b)]-0x1,_0x4a6ec6=_0x264fdf[_0x1ceddd(0xa2)]+0x1,_0x15b639=_0x2c142c[_0x1ceddd(0xa2)];return _0x3889d7<=_0x5cf238&&_0x23ff0d[_0x1ceddd(0x271)]({'start':_0x3889d7,'end':_0x5cf238}),_0x4a6ec6<=_0x15b639&&_0x23ff0d[_0x1ceddd(0x271)]({'start':_0x4a6ec6,'end':_0x15b639}),_0x23ff0d;}return _0x4e1ad3(_0x2c142c,_0x264fdf)?(_0x2c142c[_0x1ceddd(0x23b)]<_0x264fdf[_0x1ceddd(0x23b)]&&_0x23ff0d['push']({'start':_0x2c142c[_0x1ceddd(0x23b)],'end':_0x264fdf['start']-0x1}),_0x2c142c[_0x1ceddd(0xa2)]>_0x264fdf[_0x1ceddd(0xa2)]&&_0x23ff0d['push']({'start':_0x264fdf[_0x1ceddd(0xa2)]+0x1,'end':_0x2c142c['end']}),_0x23ff0d):[_0x2c142c];}function _0x46a4c6(_0x513689,_0x46ee97){const _0x1b4f91=_0x4aac6c,_0x18a49a={'startColumn':_0x513689[_0x1b4f91(0x23b)],'endColumn':_0x513689[_0x1b4f91(0xa2)],'startRow':0x0,'endRow':0x1,'rangeType':_0x1ed6c7[_0x1b4f91(0x22c)][_0x1b4f91(0x186)]},_0xcc271e={'startColumn':_0x46ee97[_0x1b4f91(0x23b)],'endColumn':_0x46ee97[_0x1b4f91(0xa2)],'startRow':0x0,'endRow':0x1,'rangeType':_0x1ed6c7['RANGE_TYPE'][_0x1b4f91(0x186)]},_0x2e7084=_0x27192b[_0x1b4f91(0x290)](_0x18a49a,_0xcc271e);return{'start':_0x46ee97[_0x1b4f91(0x23b)]+_0x2e7084[_0x1b4f91(0x18f)],'end':_0x46ee97[_0x1b4f91(0xa2)]+_0x2e7084[_0x1b4f91(0x18f)]+_0x2e7084['length']};}function _0x331cf6(_0x235d6f,_0x199ab4){const _0x2a2a25=_0x4aac6c,_0x3da443={'startColumn':_0x235d6f['start'],'endColumn':_0x235d6f[_0x2a2a25(0xa2)],'startRow':0x0,'endRow':0x1,'rangeType':_0x1ed6c7[_0x2a2a25(0x22c)][_0x2a2a25(0x186)]},_0x595705={'startColumn':_0x199ab4[_0x2a2a25(0x23b)],'endColumn':_0x199ab4['end'],'startRow':0x0,'endRow':0x1,'rangeType':_0x1ed6c7[_0x2a2a25(0x22c)]['COLUMN']},_0x2b4f5b=_0x27192b['handleBaseRemoveRange'](_0x3da443,_0x595705);return _0x2b4f5b===null?null:{'start':_0x199ab4[_0x2a2a25(0x23b)]+_0x2b4f5b['step'],'end':_0x199ab4[_0x2a2a25(0xa2)]+_0x2b4f5b[_0x2a2a25(0x18f)]+_0x2b4f5b[_0x2a2a25(0x1a3)]};}function _0x29fc6e(_0x290b00,_0x32bb21){const _0x1ad180=_0x4aac6c,{unitId:_0x4b406c,subUnitId:_0xf67af3}=_0x290b00[_0x1ad180(0x29b)],_0x1dbfcd=_0x34ae6e=>_0xe8ae6e(_0x4b406c,_0xf67af3,_0x34ae6e,_0x76d52=>_0x27192b[_0x1ad180(0x207)](_0x76d52,_0x32bb21)),_0x39e27b=[],_0x23a7ad=_0xa98a0a=>{const _0x43ec8e=_0x1ad180;var _0x1f492c,_0x3030f6;const _0x321ec0=_0xa98a0a[_0x43ec8e(0x114)],_0x386cf5=_0xa98a0a['ranges'][_0x43ec8e(0x20f)](_0x4113cb=>_0x27192b[_0x43ec8e(0x10c)](_0x4113cb,_0x32bb21)),_0x34b892=(_0x1f492c=_0xa98a0a['formula1'])!=null?_0x1f492c:'',_0x1cd2d7=(_0x3030f6=_0xa98a0a[_0x43ec8e(0x1f7)])!=null?_0x3030f6:'';let _0x4e6d92=_0x34b892,_0x36b1b8=_0x1cd2d7;_0x1ed6c7[_0x43ec8e(0x21a)](_0x34b892)&&(_0x4e6d92=_0x1dbfcd(_0x34b892)),_0x1ed6c7[_0x43ec8e(0x21a)](_0x1cd2d7)&&(_0x36b1b8=_0x1dbfcd(_0x1cd2d7)),(_0x4e6d92!==_0x34b892||_0x36b1b8!==_0x1cd2d7)&&_0x39e27b[_0x43ec8e(0x271)]({'id':_0x1444e7['UpdateDataValidationMutation']['id'],'params':{'unitId':_0x4b406c,'subUnitId':_0xf67af3,'ruleId':_0x321ec0,'payload':{'type':_0x1444e7[_0x43ec8e(0x1c6)][_0x43ec8e(0x230)],'payload':{'type':_0xa98a0a[_0x43ec8e(0x1bd)],'formula1':_0x4e6d92,'formula2':_0x36b1b8}}}});const _0x771049=_0x386cf5[_0x43ec8e(0x261)]()[_0x43ec8e(0x1f3)](Boolean);_0x1ed6c7['isRangesEqual'](_0xa98a0a['ranges'],_0x771049)||_0x39e27b['push']({'id':_0x1444e7[_0x43ec8e(0x24d)]['id'],'params':{'unitId':_0x4b406c,'subUnitId':_0xf67af3,'ruleId':_0x321ec0,'payload':{'type':_0x1444e7['UpdateRuleType'][_0x43ec8e(0x1d8)],'payload':_0x771049}}});};return Array[_0x1ad180(0x234)](_0x290b00['params'][_0x1ad180(0xd9)])?_0x290b00['params']['rule'][_0x1ad180(0xfb)](_0xe8a53e=>_0x23a7ad(_0xe8a53e)):_0x23a7ad(_0x290b00[_0x1ad180(0x29b)]['rule']),_0x39e27b;}const _0x232e6e={'m1':_0x27192b['MoveColsMutation']['id'],'m2':_0x1444e7[_0x4aac6c(0x27c)]['id'],'handler'(_0x599e75,_0x100ec2){const _0x3a2320=_0x4aac6c,_0x6bb946={'m1Prime':_0x599e75,'m2Prime':_0x100ec2};if(_0x599e75[_0x3a2320(0x29b)][_0x3a2320(0x10f)]!==_0x100ec2[_0x3a2320(0x29b)][_0x3a2320(0x10f)]||_0x599e75[_0x3a2320(0x29b)][_0x3a2320(0x14e)]!==_0x100ec2['params'][_0x3a2320(0x14e)])return _0x6bb946;const _0x597917={'id':_0x27192b[_0x3a2320(0x20d)]['id'],'params':{'fromRange':_0x599e75[_0x3a2320(0x29b)][_0x3a2320(0x280)],'toRange':_0x599e75[_0x3a2320(0x29b)][_0x3a2320(0x236)]}},_0x15438b=_0x29fc6e(_0x100ec2,_0x597917);return{'m1Prime':[_0x599e75,..._0x15438b],'m2Prime':[_0x100ec2,..._0x15438b]};}},_0x168a1f={'m1':_0x27192b[_0x4aac6c(0x1a8)]['id'],'m2':_0x1444e7['AddDataValidationMutation']['id'],'handler'(_0x1f7d44,_0x195eaa){const _0x56d1ae=_0x4aac6c,_0x97eccd={'m1Prime':_0x1f7d44,'m2Prime':_0x195eaa};if(_0x1f7d44['params'][_0x56d1ae(0x10f)]!==_0x195eaa[_0x56d1ae(0x29b)]['unitId']||_0x1f7d44[_0x56d1ae(0x29b)][_0x56d1ae(0x14e)]!==_0x195eaa[_0x56d1ae(0x29b)][_0x56d1ae(0x14e)])return _0x97eccd;const _0x456f56={'id':_0x27192b['InsertColCommand']['id'],'params':{'unitId':_0x1f7d44[_0x56d1ae(0x29b)]['unitId'],'subUnitId':_0x1f7d44[_0x56d1ae(0x29b)][_0x56d1ae(0x14e)],'range':_0x1f7d44[_0x56d1ae(0x29b)][_0x56d1ae(0x272)]}},_0x2df245=_0x29fc6e(_0x195eaa,_0x456f56);return{'m1Prime':[_0x1f7d44,..._0x2df245],'m2Prime':[_0x195eaa,..._0x2df245]};}},_0x1f2104={'m1':_0x27192b[_0x4aac6c(0x1a8)]['id'],'m2':_0x27192b['AddWorksheetMergeMutation']['id'],'handler'(_0x20e735,_0x4266a7){const _0x1c05de=_0x4aac6c,_0x1812a0=_0x19bca0['handler'](_0x4266a7,_0x20e735);return _0x4589a8(_0x1812a0)?{'m1Prime':_0x1812a0[_0x1c05de(0x208)],'m2Prime':_0x1812a0[_0x1c05de(0x13b)]}:_0x1812a0;}},_0x3c6e38={'m1':_0x27192b['InsertColMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x1a8)]['id'],'handler'(_0x4724e5,_0x3aec67){const _0x26b341=_0x4aac6c,_0x20b6a3={'m1Prime':_0x4724e5,'m2Prime':_0x3aec67};if(_0x4724e5['params'][_0x26b341(0x10f)]!==_0x3aec67[_0x26b341(0x29b)]['unitId']||_0x4724e5[_0x26b341(0x29b)][_0x26b341(0x14e)]!==_0x3aec67[_0x26b341(0x29b)][_0x26b341(0x14e)])return _0x20b6a3;const _0xce8ad2=_0x1ed6c7[_0x26b341(0x12e)]['deepClone'](_0x4724e5),_0x3bc626=_0x1ed6c7[_0x26b341(0x12e)][_0x26b341(0x1ae)](_0x3aec67),_0x11324e=_0x27192b[_0x26b341(0x290)](_0x9589de(_0x4724e5['params'][_0x26b341(0x272)]),_0x9589de(_0x3aec67['params'][_0x26b341(0x272)]));if(_0x11324e?(_0x3bc626[_0x26b341(0x29b)][_0x26b341(0x272)][_0x26b341(0x251)]+=_0x11324e['step'],_0x3bc626[_0x26b341(0x29b)][_0x26b341(0x272)][_0x26b341(0x263)]+=_0x11324e['step']+(_0x11324e[_0x26b341(0x1a3)]||0x0)):_0x3bc626['id']=_0x27192b[_0x26b341(0xac)]['id'],_0x4724e5['params'][_0x26b341(0x272)][_0x26b341(0x251)]!==_0x3aec67['params'][_0x26b341(0x272)]['startColumn']){const _0x31e960=_0x27192b[_0x26b341(0x290)](_0x9589de(_0x3aec67['params'][_0x26b341(0x272)]),_0x9589de(_0x4724e5[_0x26b341(0x29b)][_0x26b341(0x272)]));_0x31e960?(_0xce8ad2[_0x26b341(0x29b)][_0x26b341(0x272)]['startColumn']+=_0x31e960['step'],_0xce8ad2[_0x26b341(0x29b)][_0x26b341(0x272)][_0x26b341(0x263)]+=_0x31e960[_0x26b341(0x18f)]+(_0x31e960[_0x26b341(0x1a3)]||0x0)):_0xce8ad2['id']=_0x27192b['EmptyMutation']['id'];}return{'m1Prime':_0xce8ad2,'m2Prime':_0x3bc626};}},_0x3b24e9={'m1':_0x27192b['InsertColMutation']['id'],'m2':_0x27192b['MoveColsMutation']['id'],'handler'(_0x4bd927,_0x173cae){const _0x18eaa2=_0x4aac6c,_0x3701c4={'m1Prime':_0x4bd927,'m2Prime':_0x173cae};if(_0x4bd927['params'][_0x18eaa2(0x10f)]!==_0x173cae['params'][_0x18eaa2(0x10f)]||_0x4bd927['params'][_0x18eaa2(0x14e)]!==_0x173cae['params'][_0x18eaa2(0x14e)])return _0x3701c4;const _0x2094b1=_0x1ed6c7[_0x18eaa2(0x12e)][_0x18eaa2(0x1ae)](_0x4bd927),_0xf5f402=_0x1ed6c7[_0x18eaa2(0x12e)][_0x18eaa2(0x1ae)](_0x173cae),_0x3389ad=_0x173cae[_0x18eaa2(0x29b)][_0x18eaa2(0x280)],_0x20c6d6=_0x173cae[_0x18eaa2(0x29b)]['targetRange'];if(_0x4bd927[_0x18eaa2(0x29b)][_0x18eaa2(0x272)]['startColumn']>_0x3389ad[_0x18eaa2(0x251)]&&_0x4bd927[_0x18eaa2(0x29b)][_0x18eaa2(0x272)]['startColumn']<=_0x3389ad[_0x18eaa2(0x263)]||_0x4bd927[_0x18eaa2(0x29b)]['range'][_0x18eaa2(0x251)]>_0x20c6d6['startColumn']&&_0x4bd927[_0x18eaa2(0x29b)]['range'][_0x18eaa2(0x251)]<=_0x20c6d6[_0x18eaa2(0x263)])return{'error':new Error(_0x18eaa2(0x215))};const _0x240760=_0x27192b[_0x18eaa2(0x290)](_0x9589de(_0x4bd927[_0x18eaa2(0x29b)]['range']),_0x9589de(_0x3389ad)),_0x3ab3cb=_0x27192b['handleBaseInsertRange'](_0x9589de(_0x4bd927[_0x18eaa2(0x29b)][_0x18eaa2(0x272)]),_0x9589de(_0x20c6d6));if(_0xf5f402['params'][_0x18eaa2(0x280)][_0x18eaa2(0x251)]+=_0x240760['step'],_0xf5f402[_0x18eaa2(0x29b)][_0x18eaa2(0x280)][_0x18eaa2(0x263)]+=_0x240760[_0x18eaa2(0x18f)]+(_0x240760[_0x18eaa2(0x1a3)]||0x0),_0xf5f402[_0x18eaa2(0x29b)][_0x18eaa2(0x236)][_0x18eaa2(0x251)]+=_0x3ab3cb[_0x18eaa2(0x18f)],_0xf5f402['params'][_0x18eaa2(0x236)][_0x18eaa2(0x263)]+=_0x3ab3cb[_0x18eaa2(0x18f)]+(_0x3ab3cb['length']||0x0),_0x3389ad[_0x18eaa2(0x251)]>=_0x4bd927[_0x18eaa2(0x29b)]['range'][_0x18eaa2(0x251)]&&_0x20c6d6[_0x18eaa2(0x251)]<_0x4bd927['params'][_0x18eaa2(0x272)][_0x18eaa2(0x251)]){const _0x4b2f0a=_0x20c6d6['endColumn']-_0x20c6d6[_0x18eaa2(0x251)]+0x1;_0x2094b1[_0x18eaa2(0x29b)][_0x18eaa2(0x272)][_0x18eaa2(0x251)]+=_0x4b2f0a,_0x2094b1[_0x18eaa2(0x29b)][_0x18eaa2(0x272)][_0x18eaa2(0x263)]+=_0x4b2f0a;}else{if(_0x3389ad[_0x18eaa2(0x263)]<_0x4bd927[_0x18eaa2(0x29b)][_0x18eaa2(0x272)][_0x18eaa2(0x251)]&&_0x20c6d6['startColumn']>=_0x4bd927['params'][_0x18eaa2(0x272)]['startColumn']){const _0x4f8cd9=_0x3389ad['endColumn']-_0x3389ad['startColumn']+0x1;_0x2094b1[_0x18eaa2(0x29b)][_0x18eaa2(0x272)][_0x18eaa2(0x251)]-=_0x4f8cd9,_0x2094b1[_0x18eaa2(0x29b)]['range'][_0x18eaa2(0x263)]-=_0x4f8cd9;}}return{'m1Prime':_0x2094b1,'m2Prime':_0xf5f402};}},_0x323293={'m1':_0x27192b[_0x4aac6c(0x1a8)]['id'],'m2':_0x27192b['MoveRangeMutation']['id'],'handler'(_0x102c5f,_0x47590f){const _0x19a9d7=_0x4aac6c,_0x5d607e={'m1Prime':_0x102c5f,'m2Prime':_0x47590f};if(_0x102c5f[_0x19a9d7(0x29b)][_0x19a9d7(0x10f)]!==_0x47590f['params'][_0x19a9d7(0x10f)]||_0x102c5f[_0x19a9d7(0x29b)]['subUnitId']!==_0x47590f['params'][_0x19a9d7(0x9f)][_0x19a9d7(0x14e)]&&_0x102c5f[_0x19a9d7(0x29b)][_0x19a9d7(0x14e)]!==_0x47590f[_0x19a9d7(0x29b)]['to'][_0x19a9d7(0x14e)])return _0x5d607e;const _0x5644a4=_0x1ed6c7[_0x19a9d7(0x12e)][_0x19a9d7(0x1ae)](_0x102c5f),_0x58bcc2=_0x1ed6c7[_0x19a9d7(0x12e)][_0x19a9d7(0x1ae)](_0x47590f);if(_0x102c5f[_0x19a9d7(0x29b)]['subUnitId']===_0x47590f[_0x19a9d7(0x29b)]['from'][_0x19a9d7(0x14e)]){const _0x2267f3=new _0x1ed6c7['ObjectMatrix'](_0x58bcc2['params'][_0x19a9d7(0x9f)]['value'])[_0x19a9d7(0x105)](),{startColumn:_0xede811,endColumn:_0x505283}=_0x2267f3,{startColumn:_0x564625,endColumn:_0x23f679}=_0x102c5f['params'][_0x19a9d7(0x272)],{step:_0x299228,length:_0x2dd7fb}=_0x27192b[_0x19a9d7(0x290)](_0x102c5f[_0x19a9d7(0x29b)]['range'],_0x2267f3);_0x299228>0x0&&_0x2dd7fb===0x0&&_0x4608ae(_0x58bcc2['params'][_0x19a9d7(0x9f)][_0x19a9d7(0xa5)],_0xede811,_0x505283-_0xede811+0x1,_0x299228),_0x299228===0x0&&_0x2dd7fb>0x0&&_0x4608ae(_0x58bcc2['params'][_0x19a9d7(0x9f)]['value'],_0x564625,_0x505283-_0x564625+0x1,_0x23f679-_0x564625+0x1);}if(_0x102c5f[_0x19a9d7(0x29b)]['subUnitId']===_0x47590f['params']['to'][_0x19a9d7(0x14e)]){const _0x2b0fe8=new _0x1ed6c7[(_0x19a9d7(0x2ce))](_0x58bcc2[_0x19a9d7(0x29b)]['to'][_0x19a9d7(0xa5)])['getDataRange'](),{startColumn:_0x24c16f,endColumn:_0xb3dea1}=_0x2b0fe8,{startColumn:_0x44cf66,endColumn:_0x3e7e9b}=_0x102c5f[_0x19a9d7(0x29b)][_0x19a9d7(0x272)],{step:_0x3c347e,length:_0x32732a}=_0x27192b[_0x19a9d7(0x290)](_0x102c5f[_0x19a9d7(0x29b)][_0x19a9d7(0x272)],_0x2b0fe8);_0x3c347e>0x0&&_0x32732a===0x0&&_0x4608ae(_0x58bcc2[_0x19a9d7(0x29b)]['to'][_0x19a9d7(0xa5)],_0x24c16f,_0xb3dea1-_0x24c16f+0x1,_0x3c347e),_0x3c347e===0x0&&_0x32732a>0x0&&_0x4608ae(_0x58bcc2[_0x19a9d7(0x29b)]['to'][_0x19a9d7(0xa5)],_0x44cf66,_0xb3dea1-_0x44cf66+0x1,_0x3e7e9b-_0x44cf66+0x1);}return{'m1Prime':_0x5644a4,'m2Prime':_0x58bcc2};}},_0x5c87a0={'m1':_0x27192b['InsertColMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x1b8)]['id'],'handler'(_0x70f68c,_0x3ad6d4){const _0x39775b=_0x4aac6c,_0x54f0d9={'m1Prime':_0x70f68c,'m2Prime':_0x3ad6d4};if(_0x70f68c['params'][_0x39775b(0x10f)]!==_0x3ad6d4[_0x39775b(0x29b)][_0x39775b(0x10f)]||_0x70f68c['params']['subUnitId']!==_0x3ad6d4[_0x39775b(0x29b)][_0x39775b(0x14e)])return _0x54f0d9;const _0x1ab985=_0x1ed6c7[_0x39775b(0x12e)][_0x39775b(0x1ae)](_0x70f68c),_0x32b937=_0x1ed6c7['Tools'][_0x39775b(0x1ae)](_0x3ad6d4);if(_0x70f68c[_0x39775b(0x29b)][_0x39775b(0x272)]['startColumn']<=_0x3ad6d4[_0x39775b(0x29b)][_0x39775b(0x272)][_0x39775b(0x263)]&&_0x70f68c[_0x39775b(0x29b)][_0x39775b(0x272)]['startColumn']>_0x3ad6d4['params']['range'][_0x39775b(0x251)])return{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20remove\x20row')};const _0x547049=_0x27192b['handleBaseInsertRange'](_0x9589de(_0x70f68c[_0x39775b(0x29b)][_0x39775b(0x272)]),_0x9589de(_0x3ad6d4['params'][_0x39775b(0x272)]));_0x547049?(_0x32b937[_0x39775b(0x29b)][_0x39775b(0x272)][_0x39775b(0x251)]+=_0x547049[_0x39775b(0x18f)],_0x32b937[_0x39775b(0x29b)][_0x39775b(0x272)]['endColumn']+=_0x547049['step']+(_0x547049['length']||0x0)):_0x32b937['id']=_0x27192b[_0x39775b(0xac)]['id'];const _0xaa50b9=_0x27192b['handleBaseRemoveRange'](_0x9589de(_0x3ad6d4[_0x39775b(0x29b)][_0x39775b(0x272)]),_0x9589de(_0x70f68c[_0x39775b(0x29b)]['range']));return _0xaa50b9&&(_0x1ab985[_0x39775b(0x29b)]['range'][_0x39775b(0x251)]+=_0xaa50b9[_0x39775b(0x18f)],_0x1ab985['params'][_0x39775b(0x272)]['endColumn']+=_0xaa50b9['step']+(_0xaa50b9[_0x39775b(0x1a3)]||0x0)),{'m1Prime':_0x1ab985,'m2Prime':_0x32b937};}},_0x2a2f73={'m1':_0x27192b['InsertColMutation']['id'],'m2':_0x27192b['RemoveNumfmtMutation']['id'],'handler'(_0x5c3416,_0x431331){const _0x12113a=_0x4aac6c,_0x16aa29={'m1Prime':_0x5c3416,'m2Prime':_0x431331};if(_0x5c3416[_0x12113a(0x29b)][_0x12113a(0x10f)]!==_0x431331[_0x12113a(0x29b)][_0x12113a(0x10f)]||_0x5c3416[_0x12113a(0x29b)]['subUnitId']!==_0x431331[_0x12113a(0x29b)]['subUnitId'])return _0x16aa29;const _0xb9cb2e=_0x1ed6c7[_0x12113a(0x12e)][_0x12113a(0x1ae)](_0x5c3416),_0x57e6ed=_0x1ed6c7[_0x12113a(0x12e)][_0x12113a(0x1ae)](_0x431331),{ranges:_0x3c9a93}=_0x57e6ed[_0x12113a(0x29b)];return _0x3c9a93[_0x12113a(0xab)](_0x22d700=>{const _0xa11814=_0x12113a,_0x226a2f=_0x27192b['handleBaseInsertRange'](_0x9589de(_0x5c3416[_0xa11814(0x29b)][_0xa11814(0x272)]),_0x9589de(_0x22d700));return _0x226a2f[_0xa11814(0x1a3)]!==0x0?!0x0:(_0x22d700[_0xa11814(0x251)]+=_0x226a2f['step'],_0x22d700[_0xa11814(0x263)]+=_0x226a2f['step'],!0x1);})?{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0xb9cb2e,'m2Prime':_0x57e6ed};}},_0x2a8113={'m1':_0x27192b[_0x4aac6c(0x1a8)]['id'],'m2':_0x27192b[_0x4aac6c(0x2af)]['id'],'handler'(_0x17ff32,_0x344052){const _0x3550cb=_0x4aac6c,_0x3e94bc=_0x1ed6c7[_0x3550cb(0x12e)][_0x3550cb(0x1ae)](_0x17ff32),_0x39f687=_0x1ed6c7[_0x3550cb(0x12e)][_0x3550cb(0x1ae)](_0x344052);if(_0x17ff32[_0x3550cb(0x29b)][_0x3550cb(0x10f)]!==_0x344052[_0x3550cb(0x29b)]['unitId']||_0x17ff32[_0x3550cb(0x29b)][_0x3550cb(0x14e)]!==_0x344052[_0x3550cb(0x29b)][_0x3550cb(0x14e)])return{'m1Prime':_0x3e94bc,'m2Prime':_0x39f687};const _0x14e6e1=_0x39f687[_0x3550cb(0x29b)][_0x3550cb(0x269)][_0x3550cb(0x20f)](_0x49ca68=>{const _0x5c5927=_0x3550cb,_0x67131f=_0x3e94bc['params'][_0x5c5927(0x272)],_0x7943f5=_0x67131f['endColumn']-_0x67131f[_0x5c5927(0x251)]+0x1;return _0x67131f[_0x5c5927(0x251)]<=_0x49ca68[_0x5c5927(0x251)]?{..._0x49ca68,'startColumn':_0x49ca68['startColumn']+_0x7943f5,'endColumn':_0x49ca68[_0x5c5927(0x263)]+_0x7943f5}:_0x67131f[_0x5c5927(0x251)]>_0x49ca68[_0x5c5927(0x251)]&&_0x67131f['startColumn']<=_0x49ca68[_0x5c5927(0x263)]?{..._0x49ca68,'endColumn':_0x49ca68['endColumn']+_0x7943f5}:{..._0x49ca68};});return _0x39f687[_0x3550cb(0x29b)][_0x3550cb(0x269)]=_0x14e6e1,{'m1Prime':_0x3e94bc,'m2Prime':_0x39f687};}},_0x310786={'m1':_0x27192b[_0x4aac6c(0x1a8)]['id'],'m2':_0x27192b[_0x4aac6c(0x188)]['id'],'handler'(_0x5c3760,_0x55f114){const _0x56c91c=_0x4aac6c,_0x564978={'m1Prime':_0x5c3760,'m2Prime':_0x55f114};if(_0x5c3760[_0x56c91c(0x29b)][_0x56c91c(0x10f)]!==_0x55f114[_0x56c91c(0x29b)][_0x56c91c(0x10f)]||_0x5c3760[_0x56c91c(0x29b)][_0x56c91c(0x14e)]!==_0x55f114[_0x56c91c(0x29b)][_0x56c91c(0x14e)])return _0x564978;const _0x28f7f8=_0x1ed6c7['Tools'][_0x56c91c(0x1ae)](_0x55f114),_0x164189=_0x27192b[_0x56c91c(0x290)](_0x9589de(_0x5c3760[_0x56c91c(0x29b)][_0x56c91c(0x272)]),_0x9589de(_0x55f114[_0x56c91c(0x29b)][_0x56c91c(0x272)]));return _0x28f7f8[_0x56c91c(0x29b)][_0x56c91c(0x272)][_0x56c91c(0x251)]+=_0x164189['step'],_0x28f7f8[_0x56c91c(0x29b)][_0x56c91c(0x272)][_0x56c91c(0x263)]+=_0x164189['step']+(_0x164189['length']||0x0),{'m1Prime':_0x5c3760,'m2Prime':_0x28f7f8};}},_0x21fb88={'m1':_0x27192b[_0x4aac6c(0x1a8)]['id'],'m2':_0x27192b[_0x4aac6c(0x2a7)]['id'],'handler'(_0x2f665d,_0x5bb69b){const _0x5efa74=_0x4aac6c,_0x173037={'m1Prime':_0x2f665d,'m2Prime':_0x5bb69b};if(_0x2f665d[_0x5efa74(0x29b)][_0x5efa74(0x10f)]!==_0x5bb69b[_0x5efa74(0x29b)]['unitId']||_0x2f665d[_0x5efa74(0x29b)]['subUnitId']!==_0x5bb69b[_0x5efa74(0x29b)]['subUnitId'])return _0x173037;const _0x3ee13c=_0x1ed6c7[_0x5efa74(0x12e)]['deepClone'](_0x2f665d),_0x3ae23e=_0x1ed6c7[_0x5efa74(0x12e)][_0x5efa74(0x1ae)](_0x5bb69b),{columnData:_0x56d52b}=_0x3ae23e[_0x5efa74(0x29b)];for(let _0xae8ab5=_0x2f665d['params'][_0x5efa74(0x272)][_0x5efa74(0x251)];_0xae8ab5<=_0x2f665d[_0x5efa74(0x29b)][_0x5efa74(0x272)][_0x5efa74(0x263)];_0xae8ab5++)_0x1ed6c7['insertMatrixArray'](_0xae8ab5,void 0x0,_0x56d52b);return{'m1Prime':_0x3ee13c,'m2Prime':_0x3ae23e};}},_0x5fa589={'m1':_0x27192b[_0x4aac6c(0x1a8)]['id'],'m2':_0x27192b[_0x4aac6c(0x266)]['id'],'handler'(_0x7849da,_0x18a97d){const _0x37550e=_0x4aac6c,_0x4223dd={'m1Prime':_0x7849da,'m2Prime':_0x18a97d};if(_0x7849da[_0x37550e(0x29b)][_0x37550e(0x10f)]!==_0x18a97d[_0x37550e(0x29b)][_0x37550e(0x10f)]||_0x7849da[_0x37550e(0x29b)][_0x37550e(0x14e)]!==_0x18a97d[_0x37550e(0x29b)][_0x37550e(0x14e)])return _0x4223dd;const _0x8bb8b7=_0x1ed6c7[_0x37550e(0x12e)][_0x37550e(0x1ae)](_0x7849da),_0x178336=_0x1ed6c7[_0x37550e(0x12e)][_0x37550e(0x1ae)](_0x18a97d),{ranges:_0x3b4626}=_0x178336[_0x37550e(0x29b)];return _0x3b4626['some'](_0x51ced9=>{const _0x538e69=_0x37550e,_0x388d24=_0x27192b[_0x538e69(0x290)](_0x9589de(_0x7849da['params'][_0x538e69(0x272)]),_0x51ced9);return _0x388d24['length']!==0x0?!0x0:(_0x51ced9['startColumn']+=_0x388d24['step'],_0x51ced9[_0x538e69(0x263)]+=_0x388d24[_0x538e69(0x18f)],!0x1);})?{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden')}:{'m1Prime':_0x8bb8b7,'m2Prime':_0x178336};}},_0x1bb345={'m1':_0x27192b[_0x4aac6c(0x1a8)]['id'],'m2':_0x27192b[_0x4aac6c(0x109)]['id'],'handler'(_0x3549e3,_0x27b691){const _0x57ae99=_0x4aac6c,_0x31ec87={'m1Prime':_0x3549e3,'m2Prime':_0x27b691};if(_0x3549e3[_0x57ae99(0x29b)][_0x57ae99(0x10f)]!==_0x27b691['params'][_0x57ae99(0x10f)]||_0x3549e3['params'][_0x57ae99(0x14e)]!==_0x27b691['params']['subUnitId'])return _0x31ec87;const _0x119f0b=_0x1ed6c7[_0x57ae99(0x12e)][_0x57ae99(0x1ae)](_0x3549e3),_0x951772=_0x1ed6c7['Tools'][_0x57ae99(0x1ae)](_0x27b691),{ranges:_0x2bb25e}=_0x951772[_0x57ae99(0x29b)];return _0x2bb25e['some'](_0x2d5d34=>{const _0x1a8e30=_0x57ae99,_0x3852d1=_0x27192b['handleBaseInsertRange'](_0x9589de(_0x3549e3[_0x1a8e30(0x29b)][_0x1a8e30(0x272)]),_0x2d5d34);return _0x3852d1[_0x1a8e30(0x1a3)]!==0x0?!0x0:(_0x2d5d34['startColumn']+=_0x3852d1[_0x1a8e30(0x18f)],_0x2d5d34[_0x1a8e30(0x263)]+=_0x3852d1[_0x1a8e30(0x18f)],!0x1);})?{'error':new Error(_0x57ae99(0xe3))}:{'m1Prime':_0x119f0b,'m2Prime':_0x951772};}},_0x4bd35a={'m1':_0x27192b[_0x4aac6c(0x1a8)]['id'],'m2':_0x27192b[_0x4aac6c(0x1f9)]['id'],'handler'(_0x8bd861,_0x2a8fe9){const _0xdf0f1c=_0x4aac6c,_0x2971ff={'m1Prime':_0x8bd861,'m2Prime':_0x2a8fe9};if(_0x8bd861['params'][_0xdf0f1c(0x10f)]!==_0x2a8fe9['params']['unitId']||_0x8bd861['params']['subUnitId']!==_0x2a8fe9[_0xdf0f1c(0x29b)][_0xdf0f1c(0x14e)])return _0x2971ff;const _0x4014a6=[_0x1ed6c7['Tools'][_0xdf0f1c(0x1ae)](_0x8bd861)],_0x569ddc=_0x1ed6c7[_0xdf0f1c(0x12e)][_0xdf0f1c(0x1ae)](_0x2a8fe9),{values:_0x17fb34}=_0x569ddc[_0xdf0f1c(0x29b)],_0x5b23fc=[];let _0x2f217f=!0x1;for(const _0x5d47ec in _0x17fb34){const _0x2ffa84=_0x17fb34[_0x5d47ec];if(_0x5b23fc['push'](..._0x2ffa84[_0xdf0f1c(0x269)]),_0x2ffa84[_0xdf0f1c(0x269)][_0xdf0f1c(0xab)](_0x1dca3f=>{const _0x1c0181=_0xdf0f1c,_0x33d509=_0x27192b['handleBaseInsertRange'](_0x9589de(_0x8bd861['params'][_0x1c0181(0x272)]),_0x9589de(_0x1dca3f));return _0x33d509[_0x1c0181(0x1a3)]!==0x0?!0x0:(_0x33d509[_0x1c0181(0x18f)]!==0x0&&(_0x2f217f=!0x0),_0x1dca3f[_0x1c0181(0x251)]+=_0x33d509[_0x1c0181(0x18f)],_0x1dca3f[_0x1c0181(0x263)]+=_0x33d509[_0x1c0181(0x18f)],!0x1);}))return{'error':new Error(_0xdf0f1c(0x132))};}if(_0x2f217f){const _0x1b329={'id':_0x27192b[_0xdf0f1c(0x278)]['id'],'params':{'unitId':_0x2a8fe9[_0xdf0f1c(0x29b)]['unitId'],'subUnitId':_0x2a8fe9[_0xdf0f1c(0x29b)]['subUnitId'],'ranges':_0x5b23fc}};_0x4014a6[_0xdf0f1c(0x271)](_0x1b329,_0x569ddc);}return{'m1Prime':_0x4014a6,'m2Prime':_0x569ddc};}},_0x414bb2={'m1':_0x27192b[_0x4aac6c(0x1a8)]['id'],'m2':_0x27192b['SetRangeValuesMutation']['id'],'handler'(_0x141139,_0x27733f){const _0x4718be=_0x4aac6c,_0x4ec31d={'m1Prime':_0x141139,'m2Prime':_0x27733f};if(_0x141139['params'][_0x4718be(0x10f)]!==_0x27733f[_0x4718be(0x29b)]['unitId']||_0x141139['params'][_0x4718be(0x14e)]!==_0x27733f[_0x4718be(0x29b)][_0x4718be(0x14e)])return _0x4ec31d;const _0x3871e9=[_0x1ed6c7[_0x4718be(0x12e)][_0x4718be(0x1ae)](_0x141139)],_0x2b5eb7=_0x1ed6c7['Tools']['deepClone'](_0x27733f),_0x31ee09=new _0x1ed6c7[(_0x4718be(0x2ce))](_0x2b5eb7[_0x4718be(0x29b)][_0x4718be(0xc3)]),_0x151bdb=_0x31ee09['getDataRange'](),_0x48e00e=_0x141139[_0x4718be(0x29b)][_0x4718be(0x272)],_0x164bc6=_0x48e00e['endColumn']-_0x48e00e['startColumn']+0x1;if(_0x2b5eb7['params'][_0x4718be(0xc3)]&&_0x48e00e[_0x4718be(0x251)]<=_0x151bdb[_0x4718be(0x263)]){const _0x95b809=Math[_0x4718be(0xae)](_0x151bdb[_0x4718be(0x251)],_0x48e00e['startColumn']);_0x4608ae(_0x2b5eb7[_0x4718be(0x29b)][_0x4718be(0xc3)],_0x95b809,_0x151bdb[_0x4718be(0x263)]-_0x95b809+0x1,_0x164bc6);}const _0x392030=new _0x1ed6c7[(_0x4718be(0x2ce))]();let _0x2c4564=!0x1;if(_0x31ee09[_0x4718be(0xda)]((_0x3094d2,_0x2e5a86,_0x262790)=>{const _0x24e60b=_0x4718be;if(_0x262790&&_0x262790['f']){const _0x154557=_0x262790['f'];let _0x3392b9=!0x1;const _0xa94f1d=_0xe8ae6e(_0x141139[_0x24e60b(0x29b)][_0x24e60b(0x10f)],_0x141139[_0x24e60b(0x29b)]['subUnitId'],_0x154557,_0x3c9d78=>{const _0x37cabf=_0x24e60b,_0x15ae78=_0x27192b[_0x37cabf(0x290)](_0x9589de(_0x141139[_0x37cabf(0x29b)][_0x37cabf(0x272)]),_0x9589de(_0x3c9d78));return(_0x15ae78[_0x37cabf(0x18f)]!==0x0||_0x15ae78[_0x37cabf(0x1a3)]!==0x0)&&(_0x3392b9=!0x0,_0x3c9d78[_0x37cabf(0x251)]+=_0x15ae78[_0x37cabf(0x18f)],_0x3c9d78['endColumn']+=_0x15ae78['step']+_0x15ae78['length']),_0x3c9d78;});_0x3392b9&&(_0x2c4564=!0x0,_0x262790['f']=_0xa94f1d,_0x392030[_0x24e60b(0x130)](_0x3094d2,_0x2e5a86,{..._0x262790}));}}),_0x2c4564){const _0x4d4e5c={'id':_0x27192b[_0x4718be(0x1ba)]['id'],'params':{'unitId':_0x27733f[_0x4718be(0x29b)]['unitId'],'subUnitId':_0x27733f[_0x4718be(0x29b)][_0x4718be(0x14e)],'cellValue':_0x392030['getMatrix']()}};_0x3871e9['push'](_0x4d4e5c);}return{'m1Prime':_0x3871e9,'m2Prime':_0x2b5eb7};}},_0x38cda0={'m1':_0x27192b[_0x4aac6c(0x1a8)]['id'],'m2':_0x27192b['SetSelectionsOperation']['id'],'handler'(_0x5b7ac9,_0x3061f1){const _0xc1bdfe=_0x4aac6c,_0x305751={'m1Prime':[],'m2Prime':[]};if(_0x5b7ac9[_0xc1bdfe(0x29b)][_0xc1bdfe(0x10f)]!==_0x3061f1[_0xc1bdfe(0x29b)][_0xc1bdfe(0x10f)]||_0x5b7ac9[_0xc1bdfe(0x29b)][_0xc1bdfe(0x14e)]!==_0x3061f1['params']['subUnitId'])return _0x305751;const _0x5df50b=_0x1ed6c7[_0xc1bdfe(0x12e)]['deepClone'](_0x3061f1);let _0x5ffe7=!0x1;return _0x5df50b['params'][_0xc1bdfe(0x1e0)][_0xc1bdfe(0xfb)](_0x3719b3=>{const _0x8fc3c0=_0xc1bdfe,{range:_0x932dad,primary:_0x4bd7bc}=_0x3719b3,_0x10246c=_0x27192b[_0x8fc3c0(0x290)](_0x9589de(_0x5b7ac9[_0x8fc3c0(0x29b)][_0x8fc3c0(0x272)]),_0x9589de(_0x932dad));if(_0x10246c['length']||_0x10246c[_0x8fc3c0(0x18f)]){if(_0x932dad['startColumn']+=_0x10246c['step'],_0x932dad['endColumn']+=_0x10246c[_0x8fc3c0(0x18f)]+(_0x10246c['length']||0x0),_0x4bd7bc){const _0x4a337f=_0x27192b[_0x8fc3c0(0x290)](_0x9589de(_0x5b7ac9[_0x8fc3c0(0x29b)][_0x8fc3c0(0x272)]),_0x9589de(_0x4bd7bc));(_0x4a337f[_0x8fc3c0(0x1a3)]||_0x4a337f[_0x8fc3c0(0x18f)])&&(_0x4bd7bc['startColumn']+=_0x4a337f[_0x8fc3c0(0x18f)],_0x4bd7bc['endColumn']+=_0x4a337f[_0x8fc3c0(0x18f)],_0x4bd7bc[_0x8fc3c0(0x262)]+=_0x4a337f[_0x8fc3c0(0x18f)]);}_0x5ffe7=!0x0;}}),_0x5ffe7&&_0x305751['m2Prime'][_0xc1bdfe(0x271)](_0x5df50b),_0x305751;}},_0x1c96e3={'m1':_0x27192b['InsertColMutation']['id'],'m2':_0x5cbf39[_0x4aac6c(0x252)]['id'],'handler'(_0x5e6ed2,_0x58e4bd){const _0x19bc28=_0x4aac6c,_0x826858={'m1Prime':_0x5e6ed2,'m2Prime':_0x58e4bd};if(_0x5e6ed2['params'][_0x19bc28(0x10f)]!==_0x58e4bd[_0x19bc28(0x29b)]['unitId']||_0x5e6ed2[_0x19bc28(0x29b)][_0x19bc28(0x14e)]!==_0x58e4bd[_0x19bc28(0x29b)][_0x19bc28(0x14e)])return _0x826858;const _0x410037=_0x1ed6c7[_0x19bc28(0x12e)][_0x19bc28(0x1ae)](_0x5e6ed2),_0x277c4a=_0x1ed6c7['Tools']['deepClone'](_0x58e4bd),_0x54512d=_0x46a4c6({'start':_0x5e6ed2[_0x19bc28(0x29b)]['range'][_0x19bc28(0x251)],'end':_0x5e6ed2[_0x19bc28(0x29b)][_0x19bc28(0x272)][_0x19bc28(0x263)]},{'start':_0x58e4bd[_0x19bc28(0x29b)][_0x19bc28(0x1eb)],'end':_0x58e4bd['params'][_0x19bc28(0x1eb)]});if(_0x277c4a[_0x19bc28(0x29b)][_0x19bc28(0x1eb)]===_0x54512d['start'])return _0x826858;_0x277c4a['params']['col']=_0x54512d[_0x19bc28(0x23b)],_0x277c4a['params'][_0x19bc28(0x21d)]&&(_0x277c4a['params'][_0x19bc28(0x21d)][_0x19bc28(0xbb)]=_0x54512d['start']);const _0x4bd399=_0x1ed6c7[_0x19bc28(0x12e)][_0x19bc28(0x1ae)](_0x58e4bd);return _0x4bd399[_0x19bc28(0x29b)]['criteria']=null,{'m1Prime':[_0x4bd399,_0x277c4a,_0x410037],'m2Prime':[_0x277c4a]};}},_0x338d13={'m1':_0x27192b['InsertColMutation']['id'],'m2':_0x5cbf39[_0x4aac6c(0x254)]['id'],'handler'(_0x1ee2fd,_0x52b068){const _0x56604f=_0x4aac6c,_0xc1f818={'m1Prime':_0x1ee2fd,'m2Prime':_0x52b068};if(_0x1ee2fd['params'][_0x56604f(0x10f)]!==_0x52b068[_0x56604f(0x29b)][_0x56604f(0x10f)]||_0x1ee2fd['params'][_0x56604f(0x14e)]!==_0x52b068['params'][_0x56604f(0x14e)])return _0xc1f818;const _0x5df83c=_0x1ed6c7[_0x56604f(0x12e)]['deepClone'](_0x1ee2fd),_0x322d14=_0x1ed6c7[_0x56604f(0x12e)][_0x56604f(0x1ae)](_0x52b068),_0x2a899f=_0x46a4c6({'start':_0x1ee2fd[_0x56604f(0x29b)][_0x56604f(0x272)][_0x56604f(0x251)],'end':_0x1ee2fd[_0x56604f(0x29b)][_0x56604f(0x272)][_0x56604f(0x263)]},{'start':_0x52b068[_0x56604f(0x29b)][_0x56604f(0x272)][_0x56604f(0x251)],'end':_0x52b068[_0x56604f(0x29b)][_0x56604f(0x272)][_0x56604f(0x263)]});return _0x322d14[_0x56604f(0x29b)][_0x56604f(0x272)][_0x56604f(0x251)]===_0x2a899f['start']&&_0x322d14['params']['range'][_0x56604f(0x263)]===_0x2a899f[_0x56604f(0xa2)]?_0xc1f818:(_0x322d14['params'][_0x56604f(0x272)][_0x56604f(0x251)]=_0x2a899f[_0x56604f(0x23b)],_0x322d14[_0x56604f(0x29b)][_0x56604f(0x272)][_0x56604f(0x263)]=_0x2a899f[_0x56604f(0xa2)],{'m1Prime':[_0x322d14,_0x5df83c],'m2Prime':[_0x322d14]});}},_0x15979d={'m1':_0x27192b[_0x4aac6c(0x1a8)]['id'],'m2':_0x27192b['SetWorksheetColWidthMutation']['id'],'handler'(_0x2fb024,_0x51cbf7){const _0x508502=_0x4aac6c,_0x28ad42={'m1Prime':_0x2fb024,'m2Prime':_0x51cbf7};if(_0x2fb024[_0x508502(0x29b)]['unitId']!==_0x51cbf7[_0x508502(0x29b)][_0x508502(0x10f)]||_0x2fb024[_0x508502(0x29b)]['subUnitId']!==_0x51cbf7['params']['subUnitId'])return _0x28ad42;const _0x5a5b1e=_0x1ed6c7[_0x508502(0x12e)][_0x508502(0x1ae)](_0x2fb024),_0x228b88=_0x1ed6c7[_0x508502(0x12e)][_0x508502(0x1ae)](_0x51cbf7),{ranges:_0x17bf27,colWidth:_0x53e6bf}=_0x228b88[_0x508502(0x29b)];if(_0x17bf27[_0x508502(0xab)](_0x45e250=>{const _0x2673b4=_0x508502,_0x2b1dfa=_0x27192b['handleBaseInsertRange'](_0x9589de(_0x2fb024[_0x2673b4(0x29b)][_0x2673b4(0x272)]),_0x45e250);return _0x2b1dfa['length']!==0x0?!0x0:(_0x45e250[_0x2673b4(0x251)]+=_0x2b1dfa[_0x2673b4(0x18f)],_0x45e250[_0x2673b4(0x263)]+=_0x2b1dfa[_0x2673b4(0x18f)],!0x1);}))return{'error':new Error(_0x508502(0x226))};if(typeof _0x53e6bf!=_0x508502(0x174)){for(let _0x53c03e=_0x2fb024[_0x508502(0x29b)][_0x508502(0x272)][_0x508502(0x251)];_0x53c03e<=_0x2fb024[_0x508502(0x29b)][_0x508502(0x272)]['endColumn'];_0x53c03e++)_0x1ed6c7[_0x508502(0x293)](_0x53c03e,void 0x0,_0x53e6bf);}return{'m1Prime':_0x5a5b1e,'m2Prime':_0x228b88};}},_0x33a4d3=(_0xe8bc86,_0x3b6ff6)=>{const _0x508c3a=_0x4aac6c,_0x16c37f=_0x251384[_0x508c3a(0x145)](_0xe8bc86[_0x508c3a(0x29b)]['payload'][_0x508c3a(0x299)]),_0x49584c={'startColumn':_0x16c37f[_0x508c3a(0x2bc)],'endColumn':_0x16c37f['column'],'startRow':_0x16c37f[_0x508c3a(0x184)],'endRow':_0x16c37f['row']},_0x5745a6=_0x27192b[_0x508c3a(0x207)](_0x49584c,_0x3b6ff6);if(!_0x5745a6)return[{'id':_0x59e2de['DeleteCommentMutation']['id'],'params':{..._0xe8bc86[_0x508c3a(0x29b)],'comment':void 0x0,'commentId':_0xe8bc86[_0x508c3a(0x29b)][_0x508c3a(0x1db)][_0x508c3a(0x167)]}}];const _0x354148=_0x251384[_0x508c3a(0x245)](_0x5745a6);return _0x354148===_0xe8bc86[_0x508c3a(0x29b)][_0x508c3a(0x1db)]['ref']?[]:[{'id':_0x59e2de['UpdateCommentRefMutation']['id'],'params':{..._0xe8bc86[_0x508c3a(0x29b)],'comment':void 0x0,'payload':{'ref':_0x354148,'commentId':_0xe8bc86[_0x508c3a(0x29b)][_0x508c3a(0x1db)][_0x508c3a(0x167)]}}}];},_0x38fa4f={'m1':_0x27192b[_0x4aac6c(0x1a8)]['id'],'m2':_0x59e2de[_0x4aac6c(0x106)]['id'],'handler':(_0x470b48,_0x30e217)=>{const _0x9c34c1=_0x4aac6c,_0x26e375={'m1Prime':_0x470b48,'m2Prime':_0x30e217};if(_0x470b48[_0x9c34c1(0x29b)][_0x9c34c1(0x10f)]!==_0x30e217[_0x9c34c1(0x29b)][_0x9c34c1(0x10f)]||_0x470b48['params']['subUnitId']!==_0x30e217[_0x9c34c1(0x29b)][_0x9c34c1(0x14e)])return _0x26e375;const _0x179b07={'id':_0x27192b[_0x9c34c1(0x2d8)]['id'],'params':{'unitId':_0x470b48['params'][_0x9c34c1(0x10f)],'subUnitId':_0x470b48[_0x9c34c1(0x29b)]['subUnitId'],'range':_0x470b48[_0x9c34c1(0x29b)][_0x9c34c1(0x272)]}},_0x47483c=_0x33a4d3(_0x30e217,_0x179b07);return{'m1Prime':[_0x470b48,..._0x47483c],'m2Prime':[_0x30e217,..._0x47483c]};}};function _0x54cf14(_0x266d18,_0x144747){const _0xfbaef3=_0x4aac6c;var _0xdee636,_0x2c50a0;const {payload:_0x1e220b,unitId:_0x1bd1c7,subUnitId:_0x31cdfe,ruleId:_0x2f59de}=_0x266d18[_0xfbaef3(0x29b)];switch(_0x1e220b[_0xfbaef3(0x1bd)]){case _0x1444e7[_0xfbaef3(0x1c6)]['RANGE']:{const _0x88560=_0x1e220b[_0xfbaef3(0x1db)][_0xfbaef3(0x20f)](_0x26a428=>_0x27192b[_0xfbaef3(0x10c)](_0x26a428,_0x144747))[_0xfbaef3(0x1f3)](Boolean)[_0xfbaef3(0x261)]();if(!_0x1ed6c7[_0xfbaef3(0x205)](_0x88560,_0x1e220b[_0xfbaef3(0x1db)]))return[{'id':_0x1444e7[_0xfbaef3(0x24d)]['id'],'params':{'unitId':_0x1bd1c7,'subUnitId':_0x31cdfe,'ruleId':_0x2f59de,'payload':{'type':_0x1444e7[_0xfbaef3(0x1c6)][_0xfbaef3(0x1d8)],'payload':_0x88560}}}];break;}case _0x1444e7[_0xfbaef3(0x1c6)][_0xfbaef3(0x230)]:{const _0x5de10b=_0x973849=>_0xe8ae6e(_0x1bd1c7,_0x31cdfe,_0x973849,_0x443912=>_0x27192b[_0xfbaef3(0x207)](_0x443912,_0x144747)),_0x5c8dec=(_0xdee636=_0x1e220b['payload']['formula1'])!=null?_0xdee636:'',_0x2972d8=(_0x2c50a0=_0x1e220b[_0xfbaef3(0x1db)][_0xfbaef3(0x1f7)])!=null?_0x2c50a0:'';let _0x56c90f=_0x5c8dec,_0x577693=_0x2972d8;if(_0x1ed6c7[_0xfbaef3(0x21a)](_0x5c8dec)&&(_0x56c90f=_0x5de10b(_0x5c8dec)),_0x1ed6c7[_0xfbaef3(0x21a)](_0x2972d8)&&(_0x577693=_0x5de10b(_0x2972d8)),_0x56c90f!==_0x5c8dec||_0x577693!==_0x2972d8)return[{'id':_0x1444e7[_0xfbaef3(0x24d)]['id'],'params':{'unitId':_0x1bd1c7,'subUnitId':_0x31cdfe,'ruleId':_0x2f59de,'payload':{'type':_0x1444e7[_0xfbaef3(0x1c6)][_0xfbaef3(0x230)],'payload':{'type':_0x1e220b[_0xfbaef3(0x1db)][_0xfbaef3(0x1bd)],'formula1':_0x56c90f,'formula2':_0x577693}}}}];break;}}return[];}const _0xef79af={'m1':_0x27192b['MoveColsMutation']['id'],'m2':_0x1444e7[_0x4aac6c(0x24d)]['id'],'handler':(_0x764de7,_0x5bb1a4)=>{const _0x30db62=_0x4aac6c,_0xdb82d9={'m1Prime':_0x764de7,'m2Prime':_0x5bb1a4};if(_0x764de7[_0x30db62(0x29b)][_0x30db62(0x10f)]!==_0x5bb1a4['params']['unitId']||_0x5bb1a4[_0x30db62(0x29b)][_0x30db62(0x14e)]!==_0x764de7[_0x30db62(0x29b)][_0x30db62(0x14e)])return _0xdb82d9;const _0x399345={'id':_0x27192b[_0x30db62(0x20d)]['id'],'params':{'fromRange':_0x764de7[_0x30db62(0x29b)][_0x30db62(0x280)],'toRange':_0x764de7[_0x30db62(0x29b)][_0x30db62(0x236)]}},_0x8bb6c=_0x54cf14(_0x5bb1a4,_0x399345);return{'m1Prime':[_0x764de7,..._0x8bb6c],'m2Prime':[_0x5bb1a4,..._0x8bb6c]};}},_0x189249={'m1':_0x27192b['InsertColMutation']['id'],'m2':_0x1444e7[_0x4aac6c(0x24d)]['id'],'handler':(_0x4ca1a6,_0x43e552)=>{const _0x47923f=_0x4aac6c,_0x5a1a36={'m1Prime':_0x4ca1a6,'m2Prime':_0x43e552};if(_0x4ca1a6[_0x47923f(0x29b)][_0x47923f(0x10f)]!==_0x43e552['params']['unitId']||_0x43e552[_0x47923f(0x29b)]['subUnitId']!==_0x4ca1a6['params'][_0x47923f(0x14e)])return _0x5a1a36;const _0x24f5fb={'id':_0x27192b[_0x47923f(0x2d8)]['id'],'params':{'unitId':_0x4ca1a6['params'][_0x47923f(0x10f)],'subUnitId':_0x4ca1a6[_0x47923f(0x29b)][_0x47923f(0x14e)],'range':_0x4ca1a6[_0x47923f(0x29b)][_0x47923f(0x272)]}},_0x1ae89e=_0x54cf14(_0x43e552,_0x24f5fb);return{'m1Prime':[_0x4ca1a6,..._0x1ae89e],'m2Prime':[_0x43e552,..._0x1ae89e]};}},_0x2ff779={'m1':_0x27192b[_0x4aac6c(0x246)]['id'],'m2':_0x59e2de[_0x4aac6c(0x1ad)]['id'],'handler':(_0x423eec,_0xeb86a9)=>{const _0x27614c=_0x4aac6c,_0x44c3a6={'m1Prime':_0x423eec,'m2Prime':_0xeb86a9};if(_0x423eec[_0x27614c(0x29b)]['unitId']!==_0xeb86a9[_0x27614c(0x29b)]['unitId']||_0x423eec[_0x27614c(0x29b)][_0x27614c(0x14e)]!==_0xeb86a9[_0x27614c(0x29b)][_0x27614c(0x14e)])return _0x44c3a6;const _0x37e61d={'id':_0x27192b['InsertRowCommand']['id'],'params':{'unitId':_0x423eec['params'][_0x27614c(0x10f)],'subUnitId':_0x423eec[_0x27614c(0x29b)][_0x27614c(0x14e)],'range':_0x423eec['params'][_0x27614c(0x272)]}},_0x243538=_0x1b5be9(_0xeb86a9,_0x37e61d);return{'m1Prime':[_0x423eec,..._0x243538],'m2Prime':[_0xeb86a9,..._0x243538]};}},_0x307e24={'m1':_0x27192b[_0x4aac6c(0x246)]['id'],'m2':_0x27192b[_0x4aac6c(0x1d0)]['id'],'handler'(_0x53e0b8,_0x122103){const _0xfb5cf0=_0x4aac6c,_0x4ac60b=_0x428f32[_0xfb5cf0(0x19f)](_0x122103,_0x53e0b8);return _0x4589a8(_0x4ac60b)?{'m1Prime':_0x4ac60b[_0xfb5cf0(0x208)],'m2Prime':_0x4ac60b[_0xfb5cf0(0x13b)]}:_0x4ac60b;}},_0x27421c={'m1':_0x27192b['InsertRowMutation']['id'],'m2':_0x27192b['InsertRowMutation']['id'],'handler'(_0x6f9b7c,_0x131e07){const _0x4ca315=_0x4aac6c,_0x374d96={'m1Prime':_0x6f9b7c,'m2Prime':_0x131e07};if(_0x6f9b7c['params']['unitId']!==_0x131e07[_0x4ca315(0x29b)][_0x4ca315(0x10f)]||_0x6f9b7c[_0x4ca315(0x29b)]['subUnitId']!==_0x131e07[_0x4ca315(0x29b)]['subUnitId'])return _0x374d96;const _0xf5c078=_0x1ed6c7[_0x4ca315(0x12e)]['deepClone'](_0x6f9b7c),_0x1d4a52=_0x1ed6c7[_0x4ca315(0x12e)][_0x4ca315(0x1ae)](_0x131e07),_0x5c32dd=_0x27192b[_0x4ca315(0x290)](_0x9589de(_0x27192b[_0x4ca315(0x1ee)](_0x6f9b7c[_0x4ca315(0x29b)][_0x4ca315(0x272)])),_0x9589de(_0x27192b[_0x4ca315(0x1ee)](_0x131e07[_0x4ca315(0x29b)]['range'])));if(_0x5c32dd?(_0x1d4a52['params'][_0x4ca315(0x272)]['startRow']+=_0x5c32dd['step'],_0x1d4a52[_0x4ca315(0x29b)][_0x4ca315(0x272)][_0x4ca315(0x2c5)]+=_0x5c32dd['step']+(_0x5c32dd[_0x4ca315(0x1a3)]||0x0)):_0x1d4a52['id']=_0x27192b[_0x4ca315(0xac)]['id'],_0x6f9b7c['params'][_0x4ca315(0x272)]['startRow']!==_0x131e07[_0x4ca315(0x29b)][_0x4ca315(0x272)][_0x4ca315(0x1ed)]){const _0x354afc=_0x27192b['handleBaseInsertRange'](_0x9589de(_0x27192b['rotateRange'](_0x131e07['params']['range'])),_0x9589de(_0x27192b['rotateRange'](_0x6f9b7c[_0x4ca315(0x29b)][_0x4ca315(0x272)])));_0x354afc?(_0xf5c078[_0x4ca315(0x29b)][_0x4ca315(0x272)][_0x4ca315(0x1ed)]+=_0x354afc[_0x4ca315(0x18f)],_0xf5c078['params'][_0x4ca315(0x272)][_0x4ca315(0x2c5)]+=_0x354afc[_0x4ca315(0x18f)]+(_0x354afc[_0x4ca315(0x1a3)]||0x0)):_0xf5c078['id']=_0x27192b[_0x4ca315(0xac)]['id'];}return{'m1Prime':_0xf5c078,'m2Prime':_0x1d4a52};}},_0x57e17e={'m1':_0x27192b[_0x4aac6c(0x246)]['id'],'m2':_0x27192b[_0x4aac6c(0x2b3)]['id'],'handler'(_0x39172d,_0x27a63c){const _0x1fa3cb=_0x4aac6c,_0x4933f0={'m1Prime':_0x39172d,'m2Prime':_0x27a63c};if(_0x39172d['params'][_0x1fa3cb(0x10f)]!==_0x27a63c[_0x1fa3cb(0x29b)][_0x1fa3cb(0x10f)]||_0x39172d[_0x1fa3cb(0x29b)][_0x1fa3cb(0x14e)]!==_0x27a63c[_0x1fa3cb(0x29b)]['from'][_0x1fa3cb(0x14e)]&&_0x39172d['params'][_0x1fa3cb(0x14e)]!==_0x27a63c[_0x1fa3cb(0x29b)]['to']['subUnitId'])return _0x4933f0;const _0x2d04c5=_0x1ed6c7[_0x1fa3cb(0x12e)]['deepClone'](_0x39172d),_0x4ec24b=_0x1ed6c7[_0x1fa3cb(0x12e)][_0x1fa3cb(0x1ae)](_0x27a63c);if(_0x39172d[_0x1fa3cb(0x29b)][_0x1fa3cb(0x14e)]===_0x27a63c[_0x1fa3cb(0x29b)]['from'][_0x1fa3cb(0x14e)]){const _0x5541bb=new _0x1ed6c7['ObjectMatrix'](_0x4ec24b[_0x1fa3cb(0x29b)][_0x1fa3cb(0x9f)][_0x1fa3cb(0xa5)])[_0x1fa3cb(0x105)](),{startRow:_0x5b0a03,endRow:_0x3fd981}=_0x5541bb,{startRow:_0x12875f,endRow:_0x2e53cf}=_0x39172d[_0x1fa3cb(0x29b)]['range'],{step:_0x21caab,length:_0x1443d1}=_0x27192b[_0x1fa3cb(0x290)](_0x27192b[_0x1fa3cb(0x1ee)](_0x39172d[_0x1fa3cb(0x29b)][_0x1fa3cb(0x272)]),_0x27192b[_0x1fa3cb(0x1ee)](_0x5541bb));_0x21caab>0x0&&_0x1443d1===0x0&&_0x32a717(_0x4ec24b[_0x1fa3cb(0x29b)]['from'][_0x1fa3cb(0xa5)],_0x5b0a03,_0x3fd981-_0x5b0a03+0x1,_0x21caab),_0x21caab===0x0&&_0x1443d1>0x0&&_0x32a717(_0x4ec24b[_0x1fa3cb(0x29b)][_0x1fa3cb(0x9f)][_0x1fa3cb(0xa5)],_0x12875f,_0x3fd981-_0x12875f+0x1,_0x2e53cf-_0x12875f+0x1);}if(_0x39172d[_0x1fa3cb(0x29b)][_0x1fa3cb(0x14e)]===_0x27a63c[_0x1fa3cb(0x29b)]['to'][_0x1fa3cb(0x14e)]){const _0x58b610=new _0x1ed6c7[(_0x1fa3cb(0x2ce))](_0x27a63c[_0x1fa3cb(0x29b)]['to']['value'])[_0x1fa3cb(0x105)](),{startRow:_0x17d95e,endRow:_0x5c8f93}=_0x58b610,{startRow:_0x14df87,endRow:_0x1b0070}=_0x39172d[_0x1fa3cb(0x29b)][_0x1fa3cb(0x272)],{step:_0x3344e7,length:_0x21d51b}=_0x27192b[_0x1fa3cb(0x290)](_0x27192b[_0x1fa3cb(0x1ee)](_0x39172d[_0x1fa3cb(0x29b)][_0x1fa3cb(0x272)]),_0x27192b['rotateRange'](_0x58b610));_0x3344e7>0x0&&_0x21d51b===0x0&&_0x32a717(_0x4ec24b[_0x1fa3cb(0x29b)]['to'][_0x1fa3cb(0xa5)],_0x17d95e,_0x5c8f93-_0x17d95e+0x1,_0x3344e7),_0x3344e7===0x0&&_0x21d51b>0x0&&_0x32a717(_0x4ec24b['params']['to'][_0x1fa3cb(0xa5)],_0x14df87,_0x5c8f93-_0x14df87+0x1,_0x1b0070-_0x14df87+0x1);}return{'m1Prime':_0x2d04c5,'m2Prime':_0x4ec24b};}},_0x3b63e8={'m1':_0x27192b[_0x4aac6c(0x246)]['id'],'m2':_0x27192b[_0x4aac6c(0x11a)]['id'],'handler'(_0x470bc9,_0x3f7351){const _0x1e4817=_0x4aac6c,_0x15e7dc={'m1Prime':_0x470bc9,'m2Prime':_0x3f7351};if(_0x470bc9[_0x1e4817(0x29b)][_0x1e4817(0x10f)]!==_0x3f7351[_0x1e4817(0x29b)][_0x1e4817(0x10f)]||_0x470bc9['params'][_0x1e4817(0x14e)]!==_0x3f7351['params'][_0x1e4817(0x14e)])return _0x15e7dc;const _0x334d0e=_0x1ed6c7[_0x1e4817(0x12e)]['deepClone'](_0x470bc9),_0x3b8f99=_0x1ed6c7[_0x1e4817(0x12e)][_0x1e4817(0x1ae)](_0x3f7351),_0x46a0e9=_0x3f7351['params']['sourceRange'],_0x27cf43=_0x3f7351['params']['targetRange'];if(_0x470bc9[_0x1e4817(0x29b)][_0x1e4817(0x272)]['startRow']>_0x46a0e9['startRow']&&_0x470bc9['params'][_0x1e4817(0x272)][_0x1e4817(0x1ed)]<=_0x46a0e9[_0x1e4817(0x2c5)]||_0x470bc9[_0x1e4817(0x29b)]['range'][_0x1e4817(0x1ed)]>_0x27cf43[_0x1e4817(0x1ed)]&&_0x470bc9[_0x1e4817(0x29b)][_0x1e4817(0x272)][_0x1e4817(0x1ed)]<=_0x27cf43['endRow'])return{'error':new Error(_0x1e4817(0x215))};const _0x1f71ae=_0x27192b[_0x1e4817(0x290)](_0x9589de(_0x27192b['rotateRange'](_0x470bc9[_0x1e4817(0x29b)][_0x1e4817(0x272)])),_0x9589de(_0x27192b[_0x1e4817(0x1ee)](_0x46a0e9))),_0x4a9347=_0x27192b['handleBaseInsertRange'](_0x9589de(_0x27192b[_0x1e4817(0x1ee)](_0x470bc9[_0x1e4817(0x29b)][_0x1e4817(0x272)])),_0x9589de(_0x27192b[_0x1e4817(0x1ee)](_0x27cf43)));if(_0x3b8f99[_0x1e4817(0x29b)][_0x1e4817(0x280)][_0x1e4817(0x1ed)]+=_0x1f71ae[_0x1e4817(0x18f)],_0x3b8f99[_0x1e4817(0x29b)][_0x1e4817(0x280)]['endRow']+=_0x1f71ae['step']+(_0x1f71ae[_0x1e4817(0x1a3)]||0x0),_0x3b8f99['params'][_0x1e4817(0x236)][_0x1e4817(0x1ed)]+=_0x4a9347['step'],_0x3b8f99[_0x1e4817(0x29b)][_0x1e4817(0x236)][_0x1e4817(0x2c5)]+=_0x4a9347['step']+(_0x4a9347[_0x1e4817(0x1a3)]||0x0),_0x46a0e9[_0x1e4817(0x1ed)]>=_0x470bc9['params'][_0x1e4817(0x272)][_0x1e4817(0x1ed)]&&_0x27cf43['startRow']<_0x470bc9['params']['range'][_0x1e4817(0x1ed)]){const _0x1afb6d=_0x27cf43['endRow']-_0x27cf43['startRow']+0x1;_0x334d0e[_0x1e4817(0x29b)][_0x1e4817(0x272)][_0x1e4817(0x1ed)]+=_0x1afb6d,_0x334d0e[_0x1e4817(0x29b)][_0x1e4817(0x272)]['endRow']+=_0x1afb6d;}else{if(_0x46a0e9['endRow']<_0x470bc9[_0x1e4817(0x29b)]['range']['startRow']&&_0x27cf43['startRow']>=_0x470bc9['params'][_0x1e4817(0x272)][_0x1e4817(0x1ed)]){const _0xa627ab=_0x46a0e9[_0x1e4817(0x2c5)]-_0x46a0e9[_0x1e4817(0x1ed)]+0x1;_0x334d0e[_0x1e4817(0x29b)][_0x1e4817(0x272)][_0x1e4817(0x1ed)]-=_0xa627ab,_0x334d0e[_0x1e4817(0x29b)][_0x1e4817(0x272)][_0x1e4817(0x2c5)]-=_0xa627ab;}}return{'m1Prime':_0x334d0e,'m2Prime':_0x3b8f99};}},_0x423286={'m1':_0x27192b[_0x4aac6c(0x246)]['id'],'m2':_0x27192b[_0x4aac6c(0x278)]['id'],'handler'(_0x4dfeb2,_0x42a760){const _0x50308=_0x4aac6c,_0x3ad58c={'m1Prime':_0x4dfeb2,'m2Prime':_0x42a760};if(_0x4dfeb2[_0x50308(0x29b)]['unitId']!==_0x42a760[_0x50308(0x29b)]['unitId']||_0x4dfeb2[_0x50308(0x29b)][_0x50308(0x14e)]!==_0x42a760[_0x50308(0x29b)]['subUnitId'])return _0x3ad58c;const _0x1201b8=_0x1ed6c7[_0x50308(0x12e)]['deepClone'](_0x4dfeb2),_0x15c9cc=_0x1ed6c7[_0x50308(0x12e)]['deepClone'](_0x42a760),{ranges:_0x16d8f0}=_0x15c9cc[_0x50308(0x29b)];return _0x16d8f0[_0x50308(0xab)](_0x5d361c=>{const _0x329c2c=_0x50308,_0x81991e=_0x27192b[_0x329c2c(0x290)](_0x9589de(_0x27192b[_0x329c2c(0x1ee)](_0x4dfeb2['params'][_0x329c2c(0x272)])),_0x9589de(_0x27192b[_0x329c2c(0x1ee)](_0x5d361c)));return _0x81991e[_0x329c2c(0x1a3)]!==0x0?!0x0:(_0x5d361c[_0x329c2c(0x1ed)]+=_0x81991e[_0x329c2c(0x18f)],_0x5d361c[_0x329c2c(0x2c5)]+=_0x81991e[_0x329c2c(0x18f)],!0x1);})?{'error':new Error(_0x50308(0x9c))}:{'m1Prime':_0x1201b8,'m2Prime':_0x15c9cc};}},_0x475534={'m1':_0x27192b[_0x4aac6c(0x246)]['id'],'m2':_0x27192b[_0x4aac6c(0x213)]['id'],'handler'(_0x2d9c74,_0x4c95c2){const _0xac44af=_0x4aac6c,_0xc0d665={'m1Prime':_0x2d9c74,'m2Prime':_0x4c95c2};if(_0x2d9c74['params']['unitId']!==_0x4c95c2[_0xac44af(0x29b)]['unitId']||_0x2d9c74[_0xac44af(0x29b)][_0xac44af(0x14e)]!==_0x4c95c2[_0xac44af(0x29b)][_0xac44af(0x14e)])return _0xc0d665;const _0x1b7bfe=_0x1ed6c7[_0xac44af(0x12e)][_0xac44af(0x1ae)](_0x2d9c74),_0x63051d=_0x1ed6c7[_0xac44af(0x12e)]['deepClone'](_0x4c95c2);if(_0x2d9c74[_0xac44af(0x29b)][_0xac44af(0x272)][_0xac44af(0x1ed)]<=_0x4c95c2['params']['range']['endRow']&&_0x2d9c74[_0xac44af(0x29b)][_0xac44af(0x272)]['startRow']>_0x4c95c2[_0xac44af(0x29b)]['range']['startRow'])return{'error':new Error(_0xac44af(0xe8))};const _0x3eee60=_0x27192b[_0xac44af(0x290)](_0x9589de(_0x27192b['rotateRange'](_0x2d9c74[_0xac44af(0x29b)][_0xac44af(0x272)])),_0x9589de(_0x27192b[_0xac44af(0x1ee)](_0x4c95c2[_0xac44af(0x29b)][_0xac44af(0x272)])));_0x3eee60?(_0x63051d['params'][_0xac44af(0x272)][_0xac44af(0x1ed)]+=_0x3eee60['step'],_0x63051d[_0xac44af(0x29b)][_0xac44af(0x272)][_0xac44af(0x2c5)]+=_0x3eee60[_0xac44af(0x18f)]+(_0x3eee60['length']||0x0)):_0x63051d['id']=_0x27192b[_0xac44af(0xac)]['id'];const _0x43f49a=_0x27192b[_0xac44af(0x197)](_0x9589de(_0x27192b['rotateRange'](_0x4c95c2[_0xac44af(0x29b)][_0xac44af(0x272)])),_0x9589de(_0x27192b[_0xac44af(0x1ee)](_0x2d9c74[_0xac44af(0x29b)]['range'])));return _0x43f49a&&(_0x1b7bfe[_0xac44af(0x29b)][_0xac44af(0x272)]['startRow']+=_0x43f49a['step'],_0x1b7bfe[_0xac44af(0x29b)][_0xac44af(0x272)][_0xac44af(0x2c5)]+=_0x43f49a[_0xac44af(0x18f)]+(_0x43f49a['length']||0x0)),{'m1Prime':_0x1b7bfe,'m2Prime':_0x63051d};}},_0x14029b={'m1':_0x27192b['InsertRowMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x2af)]['id'],'handler'(_0x1c2f53,_0x53a1cf){const _0xf35e6f=_0x4aac6c,_0x504067=_0x1ed6c7[_0xf35e6f(0x12e)]['deepClone'](_0x1c2f53),_0x3dcc83=_0x1ed6c7[_0xf35e6f(0x12e)][_0xf35e6f(0x1ae)](_0x53a1cf);if(_0x1c2f53[_0xf35e6f(0x29b)][_0xf35e6f(0x10f)]!==_0x53a1cf[_0xf35e6f(0x29b)]['unitId']||_0x1c2f53['params'][_0xf35e6f(0x14e)]!==_0x53a1cf[_0xf35e6f(0x29b)][_0xf35e6f(0x14e)])return{'m1Prime':_0x504067,'m2Prime':_0x3dcc83};const _0x1ec8f9=_0x3dcc83[_0xf35e6f(0x29b)]['ranges'][_0xf35e6f(0x20f)](_0x2885ef=>{const _0x19ba49=_0xf35e6f,_0x2a520a=_0x504067[_0x19ba49(0x29b)]['range'],_0xe84e9f=_0x2a520a['endRow']-_0x2a520a['startRow']+0x1;return _0x2a520a[_0x19ba49(0x1ed)]<=_0x2885ef[_0x19ba49(0x1ed)]?{..._0x2885ef,'startRow':_0x2885ef[_0x19ba49(0x1ed)]+_0xe84e9f,'endRow':_0x2885ef['endRow']+_0xe84e9f}:_0x2a520a['startRow']>_0x2885ef[_0x19ba49(0x1ed)]&&_0x2a520a['startRow']<=_0x2885ef[_0x19ba49(0x2c5)]?{..._0x2885ef,'endRow':_0x2885ef['endRow']+_0xe84e9f}:{..._0x2885ef};});return _0x3dcc83[_0xf35e6f(0x29b)][_0xf35e6f(0x269)]=_0x1ec8f9,{'m1Prime':_0x504067,'m2Prime':_0x3dcc83};}},_0x3e4848={'m1':_0x27192b['InsertRowMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x188)]['id'],'handler'(_0x5a39bc,_0x25a566){const _0x1c2630=_0x4aac6c,_0x316062={'m1Prime':_0x5a39bc,'m2Prime':_0x25a566};if(_0x5a39bc[_0x1c2630(0x29b)][_0x1c2630(0x10f)]!==_0x25a566[_0x1c2630(0x29b)][_0x1c2630(0x10f)]||_0x5a39bc[_0x1c2630(0x29b)][_0x1c2630(0x14e)]!==_0x25a566[_0x1c2630(0x29b)][_0x1c2630(0x14e)])return _0x316062;const _0x5c0de6=_0x1ed6c7[_0x1c2630(0x12e)][_0x1c2630(0x1ae)](_0x25a566),_0x46bc3a=_0x27192b[_0x1c2630(0x290)](_0x9589de(_0x27192b['rotateRange'](_0x5a39bc[_0x1c2630(0x29b)]['range'])),_0x9589de(_0x27192b[_0x1c2630(0x1ee)](_0x25a566['params'][_0x1c2630(0x272)])));_0x5c0de6[_0x1c2630(0x29b)][_0x1c2630(0x272)][_0x1c2630(0x1ed)]+=_0x46bc3a[_0x1c2630(0x18f)],_0x5c0de6[_0x1c2630(0x29b)][_0x1c2630(0x272)][_0x1c2630(0x2c5)]+=_0x46bc3a[_0x1c2630(0x18f)]+(_0x46bc3a['length']||0x0);const _0x7cffc4=_0x5a39bc[_0x1c2630(0x29b)][_0x1c2630(0x272)][_0x1c2630(0x1ed)],_0x2b6740=_0x5a39bc['params'][_0x1c2630(0x272)]['endRow']-_0x5a39bc[_0x1c2630(0x29b)][_0x1c2630(0x272)][_0x1c2630(0x1ed)]+0x1,_0x4da82f={};for(const _0x198620 in _0x25a566['params'][_0x1c2630(0x131)]){let _0x362eff=Number(_0x198620),_0x4d8e1e=_0x25a566['params']['order'][_0x198620];_0x362eff=_0x42f14f(_0x7cffc4,_0x2b6740,_0x362eff),_0x4d8e1e=_0x42f14f(_0x7cffc4,_0x2b6740,_0x4d8e1e),_0x4da82f[_0x362eff]=_0x4d8e1e;}return _0x5c0de6['params']['order']=_0x4da82f,{'m1Prime':_0x5a39bc,'m2Prime':_0x5c0de6};}},_0x42f14f=(_0xe68bcb,_0x24601a,_0x199b6c)=>_0x199b6c>=_0xe68bcb?_0x199b6c+_0x24601a:_0x199b6c,_0xabd962={'m1':_0x27192b['InsertRowMutation']['id'],'m2':_0x27192b['SetNumfmtMutation']['id'],'handler'(_0xed4adb,_0x49ddbf){const _0x5293b7=_0x4aac6c,_0x1d1b72={'m1Prime':_0xed4adb,'m2Prime':_0x49ddbf};if(_0xed4adb[_0x5293b7(0x29b)]['unitId']!==_0x49ddbf['params']['unitId']||_0xed4adb[_0x5293b7(0x29b)][_0x5293b7(0x14e)]!==_0x49ddbf[_0x5293b7(0x29b)][_0x5293b7(0x14e)])return _0x1d1b72;const _0x3eec17=[_0x1ed6c7[_0x5293b7(0x12e)][_0x5293b7(0x1ae)](_0xed4adb)],_0xc7e318=_0x1ed6c7[_0x5293b7(0x12e)][_0x5293b7(0x1ae)](_0x49ddbf),{values:_0xdbd4e8}=_0xc7e318[_0x5293b7(0x29b)],_0x22fd7a=[];let _0x4e2d45=!0x1;for(const _0x108cef in _0xdbd4e8){const _0x355e88=_0xdbd4e8[_0x108cef];if(_0x22fd7a[_0x5293b7(0x271)](..._0x355e88[_0x5293b7(0x269)]),_0x355e88[_0x5293b7(0x269)][_0x5293b7(0xab)](_0x3d24ff=>{const _0x376b0f=_0x5293b7,_0x14425a=_0x27192b[_0x376b0f(0x290)](_0x9589de(_0x27192b[_0x376b0f(0x1ee)](_0xed4adb[_0x376b0f(0x29b)][_0x376b0f(0x272)])),_0x27192b[_0x376b0f(0x1ee)](_0x9589de(_0x3d24ff)));return _0x14425a['length']!==0x0?!0x0:(_0x14425a['step']!==0x0&&(_0x4e2d45=!0x0),_0x3d24ff['startRow']+=_0x14425a[_0x376b0f(0x18f)],_0x3d24ff[_0x376b0f(0x2c5)]+=_0x14425a['step'],!0x1);}))return{'error':new Error(_0x5293b7(0xca))};}if(_0x4e2d45){const _0x147c3d={'id':_0x27192b[_0x5293b7(0x278)]['id'],'params':{'unitId':_0x49ddbf[_0x5293b7(0x29b)]['unitId'],'subUnitId':_0x49ddbf[_0x5293b7(0x29b)][_0x5293b7(0x14e)],'ranges':_0x22fd7a}};_0x3eec17[_0x5293b7(0x271)](_0x147c3d,_0xc7e318);}return{'m1Prime':_0x3eec17,'m2Prime':_0xc7e318};}},_0x356d80={'m1':_0x27192b[_0x4aac6c(0x246)]['id'],'m2':_0x27192b[_0x4aac6c(0x1ba)]['id'],'handler'(_0x3699d0,_0x52fa7f){const _0x4896f9=_0x4aac6c,_0x30b4c1={'m1Prime':_0x3699d0,'m2Prime':_0x52fa7f};if(_0x3699d0[_0x4896f9(0x29b)][_0x4896f9(0x10f)]!==_0x52fa7f[_0x4896f9(0x29b)][_0x4896f9(0x10f)]||_0x3699d0['params']['subUnitId']!==_0x52fa7f[_0x4896f9(0x29b)][_0x4896f9(0x14e)])return _0x30b4c1;const _0x154644=[_0x1ed6c7['Tools']['deepClone'](_0x3699d0)],_0x3ea4dd=_0x1ed6c7[_0x4896f9(0x12e)][_0x4896f9(0x1ae)](_0x52fa7f),_0x4f9d63=new _0x1ed6c7[(_0x4896f9(0x2ce))](_0x3ea4dd[_0x4896f9(0x29b)][_0x4896f9(0xc3)]),_0x4f14ed=_0x4f9d63[_0x4896f9(0x105)](),_0x5a26b2=_0x3699d0[_0x4896f9(0x29b)][_0x4896f9(0x272)],_0x54d68c=_0x5a26b2[_0x4896f9(0x2c5)]-_0x5a26b2['startRow']+0x1;if(_0x3ea4dd[_0x4896f9(0x29b)]['cellValue']&&_0x5a26b2[_0x4896f9(0x1ed)]<=_0x4f14ed[_0x4896f9(0x2c5)]){const _0x3bab61=Math[_0x4896f9(0xae)](_0x4f14ed[_0x4896f9(0x1ed)],_0x5a26b2['startRow']);_0x32a717(_0x3ea4dd[_0x4896f9(0x29b)]['cellValue'],_0x3bab61,_0x4f14ed[_0x4896f9(0x2c5)]-_0x3bab61+0x1,_0x54d68c);}const _0x1b794d=new _0x1ed6c7[(_0x4896f9(0x2ce))]();let _0x2c1af6=!0x1;if(_0x4f9d63['forValue']((_0x8f7792,_0x714c25,_0x1c0270)=>{const _0x3abb44=_0x4896f9;if(_0x1c0270&&_0x1c0270['f']){const _0x15bb33=_0x1c0270['f'];let _0xb84a80=!0x1;const _0x3967cf=_0xe8ae6e(_0x3699d0[_0x3abb44(0x29b)]['unitId'],_0x3699d0[_0x3abb44(0x29b)]['subUnitId'],_0x15bb33,_0x2c45f1=>{const _0x3c140c=_0x3abb44,_0x95c23a=_0x27192b['handleBaseInsertRange'](_0x9589de(_0x27192b['rotateRange'](_0x3699d0[_0x3c140c(0x29b)]['range'])),_0x9589de(_0x27192b[_0x3c140c(0x1ee)](_0x2c45f1)));return(_0x95c23a[_0x3c140c(0x18f)]!==0x0||_0x95c23a['length']!==0x0)&&(_0xb84a80=!0x0,_0x2c45f1['startRow']+=_0x95c23a[_0x3c140c(0x18f)],_0x2c45f1[_0x3c140c(0x2c5)]+=_0x95c23a[_0x3c140c(0x18f)]+_0x95c23a['length']),_0x2c45f1;});_0xb84a80&&(_0x2c1af6=!0x0,_0x1c0270['f']=_0x3967cf,_0x1b794d[_0x3abb44(0x130)](_0x8f7792,_0x714c25,{..._0x1c0270}));}}),_0x2c1af6){const _0x321467={'id':_0x27192b[_0x4896f9(0x1ba)]['id'],'params':{'unitId':_0x52fa7f[_0x4896f9(0x29b)][_0x4896f9(0x10f)],'subUnitId':_0x52fa7f[_0x4896f9(0x29b)][_0x4896f9(0x14e)],'cellValue':_0x1b794d[_0x4896f9(0x209)]()}};_0x154644[_0x4896f9(0x271)](_0x321467);}return{'m1Prime':_0x154644,'m2Prime':_0x3ea4dd};}},_0x1a2d70={'m1':_0x27192b[_0x4aac6c(0x246)]['id'],'m2':_0x27192b[_0x4aac6c(0x193)]['id'],'handler'(_0x1bc337,_0x4afbbc){const _0xfcbdac=_0x4aac6c,_0x136fad={'m1Prime':_0x1bc337,'m2Prime':_0x4afbbc};if(_0x1bc337[_0xfcbdac(0x29b)][_0xfcbdac(0x10f)]!==_0x4afbbc[_0xfcbdac(0x29b)][_0xfcbdac(0x10f)]||_0x1bc337['params']['subUnitId']!==_0x4afbbc[_0xfcbdac(0x29b)][_0xfcbdac(0x14e)])return _0x136fad;const _0x5136c3=_0x1ed6c7[_0xfcbdac(0x12e)][_0xfcbdac(0x1ae)](_0x1bc337),_0x3ca750=_0x1ed6c7['Tools'][_0xfcbdac(0x1ae)](_0x4afbbc),{rowData:_0x215441}=_0x3ca750[_0xfcbdac(0x29b)];for(let _0x226ccd=_0x1bc337[_0xfcbdac(0x29b)][_0xfcbdac(0x272)][_0xfcbdac(0x1ed)];_0x226ccd<=_0x1bc337['params'][_0xfcbdac(0x272)]['endRow'];_0x226ccd++)_0x1ed6c7[_0xfcbdac(0x293)](_0x226ccd,void 0x0,_0x215441);return{'m1Prime':_0x5136c3,'m2Prime':_0x3ca750};}},_0x155ff1={'m1':_0x27192b[_0x4aac6c(0x246)]['id'],'m2':_0x27192b[_0x4aac6c(0xa1)]['id'],'handler'(_0x51a69b,_0x4742cd){const _0x3999d9=_0x4aac6c,_0x285106={'m1Prime':_0x51a69b,'m2Prime':_0x4742cd};if(_0x51a69b[_0x3999d9(0x29b)][_0x3999d9(0x10f)]!==_0x4742cd['params'][_0x3999d9(0x10f)]||_0x51a69b[_0x3999d9(0x29b)][_0x3999d9(0x14e)]!==_0x4742cd[_0x3999d9(0x29b)][_0x3999d9(0x14e)])return _0x285106;const _0x11ad03=_0x1ed6c7[_0x3999d9(0x12e)][_0x3999d9(0x1ae)](_0x51a69b),_0x4ef8f2=_0x1ed6c7['Tools']['deepClone'](_0x4742cd),{ranges:_0x24e30c}=_0x4ef8f2['params'];return _0x24e30c['some'](_0x2c0f56=>{const _0x186593=_0x3999d9,_0x691f09=_0x27192b[_0x186593(0x290)](_0x9589de(_0x27192b[_0x186593(0x1ee)](_0x51a69b[_0x186593(0x29b)][_0x186593(0x272)])),_0x9589de(_0x27192b['rotateRange'](_0x2c0f56)));return _0x691f09[_0x186593(0x1a3)]!==0x0?!0x0:(_0x2c0f56['startRow']+=_0x691f09['step'],_0x2c0f56[_0x186593(0x2c5)]+=_0x691f09[_0x186593(0x18f)],!0x1);})?{'error':new Error(_0x3999d9(0x17e))}:{'m1Prime':_0x11ad03,'m2Prime':_0x4ef8f2};}},_0x5a6931={'m1':_0x27192b['InsertRowMutation']['id'],'m2':_0x27192b['SetRowVisibleMutation']['id'],'handler'(_0x2a52e4,_0x147e17){const _0x305baf=_0x4aac6c,_0x281895={'m1Prime':_0x2a52e4,'m2Prime':_0x147e17};if(_0x2a52e4[_0x305baf(0x29b)][_0x305baf(0x10f)]!==_0x147e17[_0x305baf(0x29b)][_0x305baf(0x10f)]||_0x2a52e4[_0x305baf(0x29b)][_0x305baf(0x14e)]!==_0x147e17[_0x305baf(0x29b)][_0x305baf(0x14e)])return _0x281895;const _0x25de83=_0x1ed6c7['Tools']['deepClone'](_0x2a52e4),_0x468707=_0x1ed6c7[_0x305baf(0x12e)][_0x305baf(0x1ae)](_0x147e17),{ranges:_0x3012b2}=_0x468707['params'];return _0x3012b2[_0x305baf(0xab)](_0x10fe77=>{const _0x51e391=_0x305baf,_0x149b9d=_0x27192b[_0x51e391(0x290)](_0x9589de(_0x27192b[_0x51e391(0x1ee)](_0x2a52e4[_0x51e391(0x29b)]['range'])),_0x9589de(_0x27192b[_0x51e391(0x1ee)](_0x10fe77)));return _0x149b9d[_0x51e391(0x1a3)]!==0x0?!0x0:(_0x10fe77['startRow']+=_0x149b9d[_0x51e391(0x18f)],_0x10fe77[_0x51e391(0x2c5)]+=_0x149b9d['step'],!0x1);})?{'error':new Error(_0x305baf(0x182))}:{'m1Prime':_0x25de83,'m2Prime':_0x468707};}},_0x2809b2={'m1':_0x27192b[_0x4aac6c(0x246)]['id'],'m2':_0x27192b[_0x4aac6c(0x238)]['id'],'handler'(_0x124727,_0x335c12){const _0x19e48f=_0x4aac6c,_0x1317b0={'m1Prime':[],'m2Prime':[]};if(_0x124727['params'][_0x19e48f(0x10f)]!==_0x335c12['params'][_0x19e48f(0x10f)]||_0x124727[_0x19e48f(0x29b)][_0x19e48f(0x14e)]!==_0x335c12[_0x19e48f(0x29b)][_0x19e48f(0x14e)])return _0x1317b0;const _0x503393=_0x1ed6c7[_0x19e48f(0x12e)]['deepClone'](_0x335c12);let _0x244d19=!0x1;return _0x503393['params'][_0x19e48f(0x1e0)]['forEach'](_0x2fc743=>{const _0x53ebfe=_0x19e48f,{range:_0x256606,primary:_0x50045d}=_0x2fc743,_0x1f32eb=_0x27192b[_0x53ebfe(0x290)](_0x9589de(_0x27192b[_0x53ebfe(0x1ee)](_0x124727[_0x53ebfe(0x29b)][_0x53ebfe(0x272)])),_0x9589de(_0x27192b[_0x53ebfe(0x1ee)](_0x256606)));if(_0x1f32eb[_0x53ebfe(0x1a3)]||_0x1f32eb[_0x53ebfe(0x18f)]){if(_0x256606['startRow']+=_0x1f32eb[_0x53ebfe(0x18f)],_0x256606['endRow']+=_0x1f32eb[_0x53ebfe(0x18f)]+(_0x1f32eb[_0x53ebfe(0x1a3)]||0x0),_0x50045d){const _0x48a157=_0x27192b[_0x53ebfe(0x290)](_0x9589de(_0x27192b['rotateRange'](_0x124727[_0x53ebfe(0x29b)]['range'])),_0x9589de(_0x27192b[_0x53ebfe(0x1ee)](_0x50045d)));(_0x48a157['length']||_0x48a157[_0x53ebfe(0x18f)])&&(_0x50045d[_0x53ebfe(0x1ed)]+=_0x48a157['step'],_0x50045d[_0x53ebfe(0x2c5)]+=_0x48a157['step'],_0x50045d[_0x53ebfe(0xa9)]+=_0x48a157['step']);}_0x244d19=!0x0;}}),_0x244d19&&_0x1317b0[_0x19e48f(0x208)][_0x19e48f(0x271)](_0x503393),_0x1317b0;}},_0x5e406b={'m1':_0x27192b['InsertRowMutation']['id'],'m2':_0x5cbf39[_0x4aac6c(0x254)]['id'],'handler'(_0x4c18db,_0x8c1b68){const _0x24b360=_0x4aac6c,_0xf386c8={'m1Prime':[_0x4c18db],'m2Prime':[_0x8c1b68]};if(_0x4c18db[_0x24b360(0x29b)][_0x24b360(0x10f)]!==_0x8c1b68[_0x24b360(0x29b)][_0x24b360(0x10f)]||_0x4c18db[_0x24b360(0x29b)][_0x24b360(0x14e)]!==_0x8c1b68['params'][_0x24b360(0x14e)])return _0xf386c8;const _0x23e470=_0x1ed6c7[_0x24b360(0x12e)]['deepClone'](_0x4c18db),_0x3e55c2=_0x1ed6c7[_0x24b360(0x12e)]['deepClone'](_0x8c1b68),_0x4ccb8a=_0x46a4c6({'start':_0x4c18db[_0x24b360(0x29b)][_0x24b360(0x272)][_0x24b360(0x1ed)],'end':_0x4c18db[_0x24b360(0x29b)][_0x24b360(0x272)][_0x24b360(0x2c5)]},{'start':_0x8c1b68[_0x24b360(0x29b)][_0x24b360(0x272)][_0x24b360(0x1ed)],'end':_0x8c1b68['params'][_0x24b360(0x272)]['endRow']});return _0x3e55c2['params'][_0x24b360(0x272)][_0x24b360(0x1ed)]===_0x4ccb8a[_0x24b360(0x23b)]&&_0x3e55c2[_0x24b360(0x29b)]['range'][_0x24b360(0x2c5)]===_0x4ccb8a[_0x24b360(0xa2)]?_0xf386c8:(_0x3e55c2[_0x24b360(0x29b)][_0x24b360(0x272)][_0x24b360(0x1ed)]=_0x4ccb8a[_0x24b360(0x23b)],_0x3e55c2[_0x24b360(0x29b)][_0x24b360(0x272)][_0x24b360(0x2c5)]=_0x4ccb8a[_0x24b360(0xa2)],{'m1Prime':[_0x3e55c2,_0x23e470],'m2Prime':[_0x3e55c2]});}},_0xda8b34={'m1':_0x27192b[_0x4aac6c(0x246)]['id'],'m2':_0x27192b[_0x4aac6c(0xfe)]['id'],'handler'(_0x4bda83,_0x1cd614){const _0x1be9ff=_0x4aac6c,_0x3a08c7={'m1Prime':_0x4bda83,'m2Prime':_0x1cd614};if(_0x4bda83[_0x1be9ff(0x29b)][_0x1be9ff(0x10f)]!==_0x1cd614[_0x1be9ff(0x29b)]['unitId']||_0x4bda83[_0x1be9ff(0x29b)][_0x1be9ff(0x14e)]!==_0x1cd614[_0x1be9ff(0x29b)]['subUnitId'])return _0x3a08c7;const _0x50268c=_0x1ed6c7[_0x1be9ff(0x12e)][_0x1be9ff(0x1ae)](_0x4bda83),_0x57105e=_0x1ed6c7['Tools'][_0x1be9ff(0x1ae)](_0x1cd614),{rowsAutoHeightInfo:_0x1fdfa1}=_0x57105e[_0x1be9ff(0x29b)];return _0x1fdfa1[_0x1be9ff(0xab)](_0x37cb57=>{const _0x2f3b63=_0x1be9ff,_0x42147a={'startRow':_0x37cb57[_0x2f3b63(0x184)],'endRow':_0x37cb57['row'],'startColumn':0x0,'endColumn':0x0},_0x13f23e=_0x27192b[_0x2f3b63(0x290)](_0x9589de(_0x27192b[_0x2f3b63(0x1ee)](_0x4bda83[_0x2f3b63(0x29b)]['range'])),_0x27192b[_0x2f3b63(0x1ee)](_0x42147a));return _0x13f23e['length']!==0x0?!0x0:(_0x37cb57[_0x2f3b63(0x184)]+=_0x13f23e[_0x2f3b63(0x18f)],!0x1);})?{'error':new Error(_0x1be9ff(0xd2))}:{'m1Prime':_0x50268c,'m2Prime':_0x57105e};}},_0x15888a={'m1':_0x27192b[_0x4aac6c(0x246)]['id'],'m2':_0x27192b[_0x4aac6c(0x1d6)]['id'],'handler'(_0xc14c55,_0x3b47f5){const _0x49bb1a=_0x4aac6c,_0x471cef={'m1Prime':_0xc14c55,'m2Prime':_0x3b47f5};if(_0xc14c55[_0x49bb1a(0x29b)][_0x49bb1a(0x10f)]!==_0x3b47f5['params'][_0x49bb1a(0x10f)]||_0xc14c55[_0x49bb1a(0x29b)]['subUnitId']!==_0x3b47f5[_0x49bb1a(0x29b)][_0x49bb1a(0x14e)])return _0x471cef;const _0x9466b4=_0x1ed6c7['Tools']['deepClone'](_0xc14c55),_0xa1af80=_0x1ed6c7['Tools'][_0x49bb1a(0x1ae)](_0x3b47f5),{ranges:_0x4b1b66,rowHeight:_0x530e3d}=_0xa1af80[_0x49bb1a(0x29b)];if(_0x4b1b66[_0x49bb1a(0xab)](_0x45668f=>{const _0x2e5ea3=_0x49bb1a,_0x5eea96=_0x27192b[_0x2e5ea3(0x290)](_0x9589de(_0x27192b['rotateRange'](_0xc14c55[_0x2e5ea3(0x29b)][_0x2e5ea3(0x272)])),_0x27192b['rotateRange'](_0x45668f));return _0x5eea96[_0x2e5ea3(0x1a3)]!==0x0?!0x0:(_0x45668f[_0x2e5ea3(0x1ed)]+=_0x5eea96['step'],_0x45668f[_0x2e5ea3(0x2c5)]+=_0x5eea96[_0x2e5ea3(0x18f)],!0x1);}))return{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height')};if(typeof _0x530e3d!=_0x49bb1a(0x174)){for(let _0x24d4af=_0xc14c55['params']['range']['startRow'];_0x24d4af<=_0xc14c55[_0x49bb1a(0x29b)]['range']['endRow'];_0x24d4af++)_0x1ed6c7['insertMatrixArray'](_0x24d4af,void 0x0,_0x530e3d);}return{'m1Prime':_0x9466b4,'m2Prime':_0xa1af80};}},_0x576f37={'m1':_0x27192b['InsertRowMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x26b)]['id'],'handler'(_0xf2ef56,_0x4d039f){const _0x38a349=_0x4aac6c,_0x2fb0b6={'m1Prime':_0xf2ef56,'m2Prime':_0x4d039f};if(_0xf2ef56[_0x38a349(0x29b)][_0x38a349(0x10f)]!==_0x4d039f[_0x38a349(0x29b)][_0x38a349(0x10f)]||_0xf2ef56[_0x38a349(0x29b)][_0x38a349(0x14e)]!==_0x4d039f[_0x38a349(0x29b)][_0x38a349(0x14e)])return _0x2fb0b6;const _0x164673=_0x1ed6c7[_0x38a349(0x12e)][_0x38a349(0x1ae)](_0xf2ef56),_0x318831=_0x1ed6c7[_0x38a349(0x12e)][_0x38a349(0x1ae)](_0x4d039f),{ranges:_0x41a53c,autoHeightInfo:_0x16f196}=_0x318831[_0x38a349(0x29b)];if(_0x41a53c[_0x38a349(0xab)](_0x350401=>{const _0x1be8b2=_0x38a349,_0x57224a=_0x27192b[_0x1be8b2(0x290)](_0x9589de(_0x27192b[_0x1be8b2(0x1ee)](_0xf2ef56[_0x1be8b2(0x29b)][_0x1be8b2(0x272)])),_0x27192b[_0x1be8b2(0x1ee)](_0x350401));return _0x57224a[_0x1be8b2(0x1a3)]!==0x0?!0x0:(_0x350401[_0x1be8b2(0x1ed)]+=_0x57224a['step'],_0x350401[_0x1be8b2(0x2c5)]+=_0x57224a[_0x1be8b2(0x18f)],!0x1);}))return{'error':new Error(_0x38a349(0x285))};if(typeof _0x16f196!=_0x38a349(0x174)){for(let _0x36c4df=_0xf2ef56[_0x38a349(0x29b)][_0x38a349(0x272)][_0x38a349(0x1ed)];_0x36c4df<=_0xf2ef56['params']['range'][_0x38a349(0x2c5)];_0x36c4df++)_0x1ed6c7[_0x38a349(0x293)](_0x36c4df,void 0x0,_0x16f196);}return{'m1Prime':_0x164673,'m2Prime':_0x318831};}},_0x4c232d={'m1':_0x27192b[_0x4aac6c(0x246)]['id'],'m2':_0x59e2de[_0x4aac6c(0x106)]['id'],'handler':(_0xbfeeec,_0xeb8455)=>{const _0x317b8e=_0x4aac6c,_0xeef79d={'m1Prime':_0xbfeeec,'m2Prime':_0xeb8455};if(_0xbfeeec[_0x317b8e(0x29b)]['unitId']!==_0xeb8455[_0x317b8e(0x29b)][_0x317b8e(0x10f)]||_0xbfeeec[_0x317b8e(0x29b)][_0x317b8e(0x14e)]!==_0xeb8455[_0x317b8e(0x29b)][_0x317b8e(0x14e)])return _0xeef79d;const _0x27d5a6={'id':_0x27192b['InsertRowCommand']['id'],'params':{'unitId':_0xbfeeec[_0x317b8e(0x29b)][_0x317b8e(0x10f)],'subUnitId':_0xbfeeec[_0x317b8e(0x29b)][_0x317b8e(0x14e)],'range':_0xbfeeec[_0x317b8e(0x29b)]['range']}},_0x379b80=_0x33a4d3(_0xeb8455,_0x27d5a6);return{'m1Prime':[_0xbfeeec,..._0x379b80],'m2Prime':[_0xeb8455,..._0x379b80]};}},_0x4875d1={'m1':_0x27192b['InsertRowMutation']['id'],'m2':_0x1444e7[_0x4aac6c(0x24d)]['id'],'handler':(_0x5735dc,_0x42461e)=>{const _0x439bbe=_0x4aac6c,_0x5158ea={'m1Prime':_0x5735dc,'m2Prime':_0x42461e};if(_0x5735dc[_0x439bbe(0x29b)][_0x439bbe(0x10f)]!==_0x42461e[_0x439bbe(0x29b)][_0x439bbe(0x10f)]||_0x42461e[_0x439bbe(0x29b)][_0x439bbe(0x14e)]!==_0x5735dc[_0x439bbe(0x29b)][_0x439bbe(0x14e)])return _0x5158ea;const _0x3a2f10={'id':_0x27192b[_0x439bbe(0x2d0)]['id'],'params':{'unitId':_0x5735dc[_0x439bbe(0x29b)]['unitId'],'subUnitId':_0x5735dc['params']['subUnitId'],'range':_0x5735dc[_0x439bbe(0x29b)]['range']}},_0x29b33a=_0x54cf14(_0x42461e,_0x3a2f10);return{'m1Prime':[_0x5735dc,..._0x29b33a],'m2Prime':[_0x42461e,..._0x29b33a]};}},_0x1667e5={'m1':_0x27192b[_0x4aac6c(0xd1)]['id'],'m2':_0x59e2de['AddCommentMutation']['id'],'handler':(_0x46f0b3,_0x2cea16)=>{const _0x2da34e=_0x4aac6c,_0x2e146b={'m1Prime':_0x46f0b3,'m2Prime':_0x2cea16};if(_0x46f0b3[_0x2da34e(0x29b)][_0x2da34e(0x10f)]!==_0x2cea16[_0x2da34e(0x29b)][_0x2da34e(0x10f)]||_0x46f0b3[_0x2da34e(0x29b)][_0x2da34e(0x14e)]!==_0x2cea16[_0x2da34e(0x29b)][_0x2da34e(0x14e)])return _0x2e146b;const _0x478050={'id':_0x27192b[_0x2da34e(0x20d)]['id'],'params':{'unitId':_0x46f0b3[_0x2da34e(0x29b)]['unitId'],'subUnitId':_0x46f0b3[_0x2da34e(0x29b)]['subUnitId'],'fromRange':_0x46f0b3[_0x2da34e(0x29b)][_0x2da34e(0x280)],'toRange':_0x46f0b3[_0x2da34e(0x29b)][_0x2da34e(0x236)]}},_0x3aef94=_0x1b5be9(_0x2cea16,_0x478050);return{'m1Prime':[_0x46f0b3,..._0x3aef94],'m2Prime':[_0x2cea16,..._0x3aef94]};}},_0x4c0be9={'m1':_0x27192b[_0x4aac6c(0xd1)]['id'],'m2':_0x27192b[_0x4aac6c(0x1d0)]['id'],'handler'(_0x55c5e5,_0x1a8e50){const _0x2e0b41=_0x4aac6c,_0x4ad417=_0xb984b1[_0x2e0b41(0x19f)](_0x1a8e50,_0x55c5e5);return _0x4589a8(_0x4ad417)?{'m1Prime':_0x4ad417[_0x2e0b41(0x208)],'m2Prime':_0x4ad417['m1Prime']}:_0x4ad417;}},_0x2dd77b={'m1':_0x27192b['MoveColsMutation']['id'],'m2':_0x27192b['MoveColsMutation']['id'],'handler'(_0x563ec5,_0x22c5d8){const _0x1472b2=_0x4aac6c,_0x2a0722={'m1Prime':_0x563ec5,'m2Prime':_0x22c5d8};if(_0x563ec5[_0x1472b2(0x29b)][_0x1472b2(0x10f)]!==_0x22c5d8[_0x1472b2(0x29b)][_0x1472b2(0x10f)]||_0x563ec5[_0x1472b2(0x29b)][_0x1472b2(0x14e)]!==_0x22c5d8['params']['subUnitId'])return _0x2a0722;const _0x36d677=_0x1ed6c7[_0x1472b2(0x12e)][_0x1472b2(0x1ae)](_0x563ec5),_0x5d4b21=_0x1ed6c7[_0x1472b2(0x12e)][_0x1472b2(0x1ae)](_0x22c5d8),_0x5655f8=_0x22c5d8['params']['sourceRange'],_0x2ab5d6=_0x22c5d8[_0x1472b2(0x29b)][_0x1472b2(0x236)],_0x201124=_0x563ec5[_0x1472b2(0x29b)][_0x1472b2(0x280)],_0x5d1936=_0x563ec5[_0x1472b2(0x29b)]['targetRange'];if(_0x201124[_0x1472b2(0x263)]>=_0x5655f8[_0x1472b2(0x251)]&&_0x201124[_0x1472b2(0x251)]<=_0x5655f8[_0x1472b2(0x263)])return{'error':new Error(_0x1472b2(0x1ea))};const _0x505f59=_0x27192b[_0x1472b2(0x191)]({'start':_0x201124[_0x1472b2(0x251)],'end':_0x201124[_0x1472b2(0x263)]},{'start':_0x5d1936['startColumn'],'end':_0x5d1936[_0x1472b2(0x263)]},{'start':_0x5655f8[_0x1472b2(0x251)],'end':_0x5655f8['endColumn']}),_0x556cf4=_0x27192b[_0x1472b2(0x191)]({'start':_0x201124['startColumn'],'end':_0x201124[_0x1472b2(0x263)]},{'start':_0x5d1936[_0x1472b2(0x251)],'end':_0x5d1936[_0x1472b2(0x263)]},{'start':_0x2ab5d6[_0x1472b2(0x251)],'end':_0x2ab5d6[_0x1472b2(0x263)]});_0x505f59&&_0x556cf4?(_0x5d4b21[_0x1472b2(0x29b)][_0x1472b2(0x280)]['startColumn']+=_0x505f59['step'],_0x5d4b21[_0x1472b2(0x29b)][_0x1472b2(0x280)][_0x1472b2(0x263)]+=_0x505f59[_0x1472b2(0x18f)]+(_0x505f59[_0x1472b2(0x1a3)]||0x0),_0x5d4b21[_0x1472b2(0x29b)][_0x1472b2(0x236)][_0x1472b2(0x251)]+=_0x556cf4['step'],_0x5d4b21[_0x1472b2(0x29b)][_0x1472b2(0x236)][_0x1472b2(0x263)]+=_0x556cf4['step']+(_0x556cf4[_0x1472b2(0x1a3)]||0x0)):_0x5d4b21['id']=_0x27192b[_0x1472b2(0xac)]['id'];const _0x41f98b=_0x27192b[_0x1472b2(0x191)]({'start':_0x5655f8[_0x1472b2(0x251)],'end':_0x5655f8[_0x1472b2(0x263)]},{'start':_0x2ab5d6[_0x1472b2(0x251)],'end':_0x2ab5d6['endColumn']},{'start':_0x201124['startColumn'],'end':_0x201124[_0x1472b2(0x263)]}),_0x43fe9e=_0x27192b['handleBaseMoveRowsCols']({'start':_0x5655f8[_0x1472b2(0x251)],'end':_0x5655f8[_0x1472b2(0x263)]},{'start':_0x2ab5d6[_0x1472b2(0x251)],'end':_0x2ab5d6[_0x1472b2(0x263)]},{'start':_0x5d1936[_0x1472b2(0x251)],'end':_0x5d1936[_0x1472b2(0x263)]});return _0x41f98b&&_0x43fe9e?(_0x36d677[_0x1472b2(0x29b)][_0x1472b2(0x280)][_0x1472b2(0x251)]+=_0x41f98b[_0x1472b2(0x18f)],_0x36d677[_0x1472b2(0x29b)][_0x1472b2(0x280)][_0x1472b2(0x263)]+=_0x41f98b[_0x1472b2(0x18f)]+(_0x41f98b[_0x1472b2(0x1a3)]||0x0),_0x36d677[_0x1472b2(0x29b)][_0x1472b2(0x236)][_0x1472b2(0x251)]+=_0x43fe9e['step'],_0x36d677[_0x1472b2(0x29b)][_0x1472b2(0x236)][_0x1472b2(0x263)]+=_0x43fe9e[_0x1472b2(0x18f)]+(_0x43fe9e[_0x1472b2(0x1a3)]||0x0)):_0x36d677['id']=_0x27192b[_0x1472b2(0xac)]['id'],{'m1Prime':_0x36d677,'m2Prime':_0x5d4b21};}},_0x4c4930={'m1':_0x27192b[_0x4aac6c(0xd1)]['id'],'m2':_0x27192b['MoveRangeMutation']['id'],'handler'(_0x361168,_0xad60de){const _0x50893a=_0x4aac6c,_0x322315={'m1Prime':_0x361168,'m2Prime':_0xad60de};if(_0x361168[_0x50893a(0x29b)][_0x50893a(0x10f)]!==_0xad60de['params'][_0x50893a(0x10f)]||_0x361168[_0x50893a(0x29b)][_0x50893a(0x14e)]!==_0xad60de[_0x50893a(0x29b)][_0x50893a(0x9f)][_0x50893a(0x14e)]&&_0x361168[_0x50893a(0x29b)]['subUnitId']!==_0xad60de[_0x50893a(0x29b)]['to'][_0x50893a(0x14e)])return _0x322315;const _0x831b2e=_0x1ed6c7['Tools'][_0x50893a(0x1ae)](_0x361168),_0x1e7842=_0x1ed6c7[_0x50893a(0x12e)][_0x50893a(0x1ae)](_0xad60de),_0x20ab1f=_0x361168['params'][_0x50893a(0x280)],_0x323985=_0x361168['params'][_0x50893a(0x236)];if(_0x361168[_0x50893a(0x29b)][_0x50893a(0x14e)]===_0xad60de[_0x50893a(0x29b)][_0x50893a(0x9f)]['subUnitId']){const _0x24e319=new _0x1ed6c7[(_0x50893a(0x2ce))](_0x1e7842['params'][_0x50893a(0x9f)][_0x50893a(0xa5)]),_0x31c070=_0x24e319[_0x50893a(0x105)]();if(_0x4e1ad3({'start':_0x20ab1f['startColumn'],'end':_0x20ab1f[_0x50893a(0x263)]},{'start':_0x31c070[_0x50893a(0x251)],'end':_0x31c070[_0x50893a(0x263)]})||_0x4e1ad3({'start':_0x323985[_0x50893a(0x251)],'end':_0x323985[_0x50893a(0x263)]},{'start':_0x31c070[_0x50893a(0x251)],'end':_0x31c070['endColumn']}))return{'error':new Error(_0x50893a(0x147))};const _0x2ab635=_0x27192b[_0x50893a(0x191)]({'start':_0x20ab1f[_0x50893a(0x251)],'end':_0x20ab1f[_0x50893a(0x263)]},{'start':_0x323985[_0x50893a(0x251)],'end':_0x323985[_0x50893a(0x263)]},{'start':_0x31c070[_0x50893a(0x251)],'end':_0x31c070[_0x50893a(0x263)]});if(_0x2ab635['length']!==0x0)return{'error':new Error(_0x50893a(0x147))};_0x2ab635[_0x50893a(0x18f)]!==0x0&&_0x24e319[_0x50893a(0x201)](_0x20ab1f['startColumn'],_0x20ab1f[_0x50893a(0x263)]-_0x20ab1f['startColumn']+0x1,_0x323985['startColumn']),_0x1e7842[_0x50893a(0x29b)]['from'][_0x50893a(0xa5)]=_0x24e319[_0x50893a(0x209)]();}if(_0x361168[_0x50893a(0x29b)][_0x50893a(0x14e)]===_0xad60de[_0x50893a(0x29b)]['to'][_0x50893a(0x14e)]){const _0x45307f=new _0x1ed6c7[(_0x50893a(0x2ce))](_0x1e7842[_0x50893a(0x29b)]['to']['value']),_0x48247d=_0x45307f[_0x50893a(0x105)]();if(_0x4e1ad3({'start':_0x20ab1f[_0x50893a(0x251)],'end':_0x20ab1f['endColumn']},{'start':_0x48247d[_0x50893a(0x251)],'end':_0x48247d[_0x50893a(0x263)]})||_0x4e1ad3({'start':_0x323985[_0x50893a(0x251)],'end':_0x323985[_0x50893a(0x263)]},{'start':_0x48247d[_0x50893a(0x251)],'end':_0x48247d[_0x50893a(0x263)]}))return{'error':new Error(_0x50893a(0x147))};const _0x4b04c8=_0x27192b[_0x50893a(0x191)]({'start':_0x20ab1f['startColumn'],'end':_0x20ab1f[_0x50893a(0x263)]},{'start':_0x323985[_0x50893a(0x251)],'end':_0x323985['endColumn']},{'start':_0x48247d[_0x50893a(0x251)],'end':_0x48247d['endColumn']});if(_0x4b04c8[_0x50893a(0x1a3)]!==0x0)return{'error':new Error(_0x50893a(0x147))};_0x4b04c8[_0x50893a(0x18f)]!==0x0&&_0x45307f[_0x50893a(0x201)](_0x20ab1f[_0x50893a(0x251)],_0x20ab1f[_0x50893a(0x263)]-_0x20ab1f[_0x50893a(0x251)]+0x1,_0x323985['startColumn']),_0x1e7842[_0x50893a(0x29b)]['to'][_0x50893a(0xa5)]=_0x45307f[_0x50893a(0x209)]();}return{'m1Prime':_0x831b2e,'m2Prime':_0x1e7842};}},_0x655a1f={'m1':_0x27192b[_0x4aac6c(0xd1)]['id'],'m2':_0x27192b[_0x4aac6c(0x278)]['id'],'handler'(_0x2f8eba,_0x581acb){const _0x437ad4=_0x4aac6c,_0xef9065={'m1Prime':_0x2f8eba,'m2Prime':_0x581acb};if(_0x2f8eba[_0x437ad4(0x29b)][_0x437ad4(0x10f)]!==_0x581acb[_0x437ad4(0x29b)][_0x437ad4(0x10f)]||_0x2f8eba[_0x437ad4(0x29b)][_0x437ad4(0x14e)]!==_0x581acb[_0x437ad4(0x29b)]['subUnitId'])return _0xef9065;const _0x580823=_0x1ed6c7['Tools']['deepClone'](_0x2f8eba),_0x3bc27f=_0x1ed6c7[_0x437ad4(0x12e)][_0x437ad4(0x1ae)](_0x581acb),{sourceRange:_0x169860,targetRange:_0x31787f}=_0x2f8eba[_0x437ad4(0x29b)],_0x2218ec={'start':_0x169860[_0x437ad4(0x251)],'end':_0x169860[_0x437ad4(0x263)]},_0x2d25ac={'start':_0x31787f['startColumn'],'end':_0x31787f['endColumn']};return _0x3bc27f[_0x437ad4(0x29b)][_0x437ad4(0x269)][_0x437ad4(0xab)](_0x6d90ef=>{const _0x5ac026=_0x437ad4,_0x7f05b3={'start':_0x6d90ef['startColumn'],'end':_0x6d90ef[_0x5ac026(0x263)]},_0x2c2023=_0x4e1ad3(_0x2218ec,_0x7f05b3),_0x50b491=_0x4e1ad3(_0x2d25ac,_0x7f05b3);if(_0x2c2023||_0x50b491)return!0x0;const _0x5b53c4=_0x27192b[_0x5ac026(0x191)](_0x2218ec,_0x2d25ac,_0x7f05b3);return _0x5b53c4['length']!==0x0?!0x0:(_0x6d90ef['startColumn']+=_0x5b53c4['step'],_0x6d90ef['endColumn']+=_0x5b53c4[_0x5ac026(0x18f)],!0x1);})?{'error':new Error(_0x437ad4(0xdb))}:{'m1Prime':_0x580823,'m2Prime':_0x3bc27f};}},_0x4b2a5e={'m1':_0x27192b[_0x4aac6c(0xd1)]['id'],'m2':_0x27192b[_0x4aac6c(0x2af)]['id'],'handler'(_0x275203,_0x2e91f9){const _0xd72ff2=_0x4aac6c,_0x1cd5fa=_0x1ed6c7[_0xd72ff2(0x12e)][_0xd72ff2(0x1ae)](_0x275203),_0x208bc9=_0x1ed6c7['Tools'][_0xd72ff2(0x1ae)](_0x2e91f9);if(_0x275203[_0xd72ff2(0x29b)][_0xd72ff2(0x10f)]!==_0x2e91f9[_0xd72ff2(0x29b)]['unitId']||_0x275203[_0xd72ff2(0x29b)][_0xd72ff2(0x14e)]!==_0x2e91f9[_0xd72ff2(0x29b)][_0xd72ff2(0x14e)])return{'m1Prime':_0x1cd5fa,'m2Prime':_0x208bc9};const _0x55f129=_0x208bc9[_0xd72ff2(0x29b)][_0xd72ff2(0x269)]['reduce']((_0x1783db,_0x184e6d)=>{const _0x5603de=_0xd72ff2,{sourceRange:_0x28840a,targetRange:_0x16c355}=_0x275203[_0x5603de(0x29b)],_0x195b19={..._0x184e6d};return _0x28840a['endColumn']<_0x195b19[_0x5603de(0x251)]&&_0x16c355[_0x5603de(0x251)]>_0x195b19[_0x5603de(0x263)]?(_0x195b19[_0x5603de(0x251)]-=_0x28840a[_0x5603de(0x263)]-_0x28840a[_0x5603de(0x251)]+0x1,_0x195b19[_0x5603de(0x263)]-=_0x28840a['endColumn']-_0x28840a[_0x5603de(0x251)]+0x1,_0x388df3(_0x195b19)&&_0x1783db[_0x5603de(0x271)](_0x195b19)):_0x28840a[_0x5603de(0x251)]>_0x195b19[_0x5603de(0x263)]&&_0x16c355['endColumn']<_0x195b19[_0x5603de(0x251)]?(_0x195b19[_0x5603de(0x251)]+=_0x28840a['endColumn']-_0x28840a[_0x5603de(0x251)]+0x1,_0x195b19['endColumn']+=_0x28840a['endColumn']-_0x28840a[_0x5603de(0x251)]+0x1,_0x388df3(_0x195b19)&&_0x1783db[_0x5603de(0x271)](_0x195b19)):_0x1ed6c7[_0x5603de(0x24f)][_0x5603de(0x281)](_0x195b19,_0x28840a)||_0x1ed6c7[_0x5603de(0x24f)][_0x5603de(0x281)](_0x195b19,_0x16c355)||_0x1783db[_0x5603de(0x271)](_0x195b19),_0x1783db;},[]);return _0x208bc9['params'][_0xd72ff2(0x269)]=_0x55f129,_0x208bc9[_0xd72ff2(0x29b)][_0xd72ff2(0x269)][_0xd72ff2(0x1a3)]===0x0&&(_0x208bc9['id']=_0x27192b['EmptyMutation']['id']),{'m1Prime':_0x1cd5fa,'m2Prime':_0x208bc9};}},_0x3cad4d={'m1':_0x27192b[_0x4aac6c(0xd1)]['id'],'m2':_0x27192b[_0x4aac6c(0x188)]['id'],'handler'(_0x11eecb,_0x1dcb73){const _0x4c85c3=_0x4aac6c,_0x2a353e={'m1Prime':_0x11eecb,'m2Prime':_0x1dcb73};if(_0x11eecb['params'][_0x4c85c3(0x10f)]!==_0x1dcb73[_0x4c85c3(0x29b)]['unitId']||_0x11eecb[_0x4c85c3(0x29b)][_0x4c85c3(0x14e)]!==_0x1dcb73[_0x4c85c3(0x29b)][_0x4c85c3(0x14e)])return _0x2a353e;const _0x295329=_0x11eecb[_0x4c85c3(0x29b)][_0x4c85c3(0x280)][_0x4c85c3(0x251)],_0x2bbcbd=_0x11eecb[_0x4c85c3(0x29b)][_0x4c85c3(0x280)][_0x4c85c3(0x263)],_0x2e0520=_0x11eecb['params']['targetRange'][_0x4c85c3(0x251)],_0xfb2e55=_0x11eecb[_0x4c85c3(0x29b)][_0x4c85c3(0x236)][_0x4c85c3(0x263)],_0x2d90ea=_0x1dcb73[_0x4c85c3(0x29b)]['range'][_0x4c85c3(0x251)],_0x2a84d0=_0x1dcb73[_0x4c85c3(0x29b)]['range']['endColumn'];if(_0x295329<=_0x2a84d0&&_0x2bbcbd>=_0x2d90ea||_0x2e0520<=_0x2a84d0&&_0xfb2e55>=_0x2d90ea)return{'error':new Error(_0x4c85c3(0x244))};const _0x219f76=_0x27192b[_0x4c85c3(0x191)]({'start':_0x295329,'end':_0x2bbcbd},{'start':_0x2e0520,'end':_0xfb2e55},{'start':_0x2d90ea,'end':_0x2a84d0}),_0x1b0253=_0x1ed6c7[_0x4c85c3(0x12e)][_0x4c85c3(0x1ae)](_0x1dcb73);return _0x1b0253[_0x4c85c3(0x29b)][_0x4c85c3(0x272)]['startColumn']+=_0x219f76[_0x4c85c3(0x18f)],_0x1b0253['params'][_0x4c85c3(0x272)][_0x4c85c3(0x263)]+=_0x219f76[_0x4c85c3(0x18f)]+(_0x219f76[_0x4c85c3(0x1a3)]||0x0),{'m1Prime':_0x11eecb,'m2Prime':_0x1b0253};}},_0x4e317b={'m1':_0x27192b[_0x4aac6c(0xd1)]['id'],'m2':_0x27192b['SetColDataMutation']['id'],'handler'(_0x35ac0f,_0x414a95){const _0x5aa8b1=_0x4aac6c,_0x28635e={'m1Prime':_0x35ac0f,'m2Prime':_0x414a95};if(_0x35ac0f[_0x5aa8b1(0x29b)][_0x5aa8b1(0x10f)]!==_0x414a95['params'][_0x5aa8b1(0x10f)]||_0x35ac0f[_0x5aa8b1(0x29b)][_0x5aa8b1(0x14e)]!==_0x414a95[_0x5aa8b1(0x29b)][_0x5aa8b1(0x14e)])return _0x28635e;const _0x57edc8=_0x1ed6c7['Tools']['deepClone'](_0x35ac0f),_0x239cf7=_0x1ed6c7['Tools']['deepClone'](_0x414a95),{columnData:_0x4b1855}=_0x239cf7[_0x5aa8b1(0x29b)],{sourceRange:_0x554cf5,targetRange:_0x39c237}=_0x35ac0f['params'];return _0x1ed6c7[_0x5aa8b1(0xef)](_0x554cf5[_0x5aa8b1(0x251)],_0x554cf5[_0x5aa8b1(0x263)]-_0x554cf5[_0x5aa8b1(0x251)]+0x1,_0x39c237['startColumn'],_0x4b1855),{'m1Prime':_0x57edc8,'m2Prime':_0x239cf7};}},_0x1a6e5b={'m1':_0x27192b[_0x4aac6c(0xd1)]['id'],'m2':_0x27192b[_0x4aac6c(0x266)]['id'],'handler'(_0x1e85f9,_0x51f42d){const _0x3d5e7f=_0x4aac6c,_0x347ea2={'m1Prime':_0x1e85f9,'m2Prime':_0x51f42d};if(_0x1e85f9[_0x3d5e7f(0x29b)][_0x3d5e7f(0x10f)]!==_0x51f42d[_0x3d5e7f(0x29b)][_0x3d5e7f(0x10f)]||_0x1e85f9[_0x3d5e7f(0x29b)]['subUnitId']!==_0x51f42d[_0x3d5e7f(0x29b)]['subUnitId'])return _0x347ea2;const _0x42199e=_0x1ed6c7[_0x3d5e7f(0x12e)][_0x3d5e7f(0x1ae)](_0x1e85f9),_0x5a3824=_0x1ed6c7['Tools'][_0x3d5e7f(0x1ae)](_0x51f42d),{ranges:_0x50b3ea}=_0x5a3824[_0x3d5e7f(0x29b)],{sourceRange:_0x19bf77,targetRange:_0x35de74}=_0x1e85f9[_0x3d5e7f(0x29b)],_0x4ba4c9={'start':_0x19bf77[_0x3d5e7f(0x251)],'end':_0x19bf77[_0x3d5e7f(0x263)]},_0x5d9808={'start':_0x35de74[_0x3d5e7f(0x251)],'end':_0x35de74['endColumn']};return _0x50b3ea[_0x3d5e7f(0xab)](_0x3157cb=>{const _0x3c8de1=_0x3d5e7f,_0x135e16={'start':_0x3157cb[_0x3c8de1(0x251)],'end':_0x3157cb['endColumn']},_0x157d63=_0x4e1ad3(_0x4ba4c9,_0x135e16),_0x118d72=_0x4e1ad3(_0x5d9808,_0x135e16);if(_0x157d63||_0x118d72)return!0x0;const _0x12f1f2=_0x27192b[_0x3c8de1(0x191)](_0x4ba4c9,_0x5d9808,_0x135e16);return _0x12f1f2[_0x3c8de1(0x1a3)]!==0x0?!0x0:(_0x3157cb[_0x3c8de1(0x251)]+=_0x12f1f2[_0x3c8de1(0x18f)],_0x3157cb[_0x3c8de1(0x263)]+=_0x12f1f2[_0x3c8de1(0x18f)],!0x1);})?{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden')}:{'m1Prime':_0x42199e,'m2Prime':_0x5a3824};}},_0x2023f7={'m1':_0x27192b['MoveColsMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x109)]['id'],'handler'(_0x571aa6,_0x3c5e48){const _0x5a9231=_0x4aac6c,_0x2b4146={'m1Prime':_0x571aa6,'m2Prime':_0x3c5e48};if(_0x571aa6[_0x5a9231(0x29b)][_0x5a9231(0x10f)]!==_0x3c5e48[_0x5a9231(0x29b)][_0x5a9231(0x10f)]||_0x571aa6[_0x5a9231(0x29b)][_0x5a9231(0x14e)]!==_0x3c5e48[_0x5a9231(0x29b)][_0x5a9231(0x14e)])return _0x2b4146;const _0x2a5906=_0x1ed6c7[_0x5a9231(0x12e)][_0x5a9231(0x1ae)](_0x571aa6),_0x2f14f4=_0x1ed6c7['Tools'][_0x5a9231(0x1ae)](_0x3c5e48),{ranges:_0x3c9d87}=_0x2f14f4[_0x5a9231(0x29b)],{sourceRange:_0x1f15f8,targetRange:_0x397c5e}=_0x571aa6[_0x5a9231(0x29b)],_0x490adb={'start':_0x1f15f8['startColumn'],'end':_0x1f15f8['endColumn']},_0x173b97={'start':_0x397c5e['startColumn'],'end':_0x397c5e[_0x5a9231(0x263)]};return _0x3c9d87['some'](_0x1fe5cd=>{const _0x3fb14e=_0x5a9231,_0x239277={'start':_0x1fe5cd[_0x3fb14e(0x251)],'end':_0x1fe5cd[_0x3fb14e(0x263)]},_0x87ca18=_0x4e1ad3(_0x490adb,_0x239277),_0x1cfcc4=_0x4e1ad3(_0x173b97,_0x239277);if(_0x87ca18||_0x1cfcc4)return!0x0;const _0x3da068=_0x27192b[_0x3fb14e(0x191)](_0x490adb,_0x173b97,_0x239277);return _0x3da068[_0x3fb14e(0x1a3)]!==0x0?!0x0:(_0x1fe5cd['startColumn']+=_0x3da068[_0x3fb14e(0x18f)],_0x1fe5cd['endColumn']+=_0x3da068[_0x3fb14e(0x18f)],!0x1);})?{'error':new Error(_0x5a9231(0x15e))}:{'m1Prime':_0x2a5906,'m2Prime':_0x2f14f4};}},_0x35405d={'m1':_0x27192b[_0x4aac6c(0xd1)]['id'],'m2':_0x27192b[_0x4aac6c(0x1f9)]['id'],'handler'(_0x2aebaa,_0x1bf19f){const _0x16d6d4=_0x4aac6c,_0x4da2ca={'m1Prime':_0x2aebaa,'m2Prime':_0x1bf19f};if(_0x2aebaa[_0x16d6d4(0x29b)][_0x16d6d4(0x10f)]!==_0x1bf19f[_0x16d6d4(0x29b)][_0x16d6d4(0x10f)]||_0x2aebaa[_0x16d6d4(0x29b)][_0x16d6d4(0x14e)]!==_0x1bf19f[_0x16d6d4(0x29b)]['subUnitId'])return _0x4da2ca;const _0x9932f5=[_0x1ed6c7['Tools'][_0x16d6d4(0x1ae)](_0x2aebaa)],_0x259d6e=_0x1ed6c7[_0x16d6d4(0x12e)][_0x16d6d4(0x1ae)](_0x1bf19f),{sourceRange:_0x1c864a,targetRange:_0x490b45}=_0x2aebaa['params'],_0x3f6b07={'start':_0x1c864a[_0x16d6d4(0x251)],'end':_0x1c864a[_0x16d6d4(0x263)]},_0x315a48={'start':_0x490b45['startColumn'],'end':_0x490b45[_0x16d6d4(0x263)]},{values:_0x1a8162}=_0x259d6e['params'],_0xdce14d=[];let _0x1d5cb0=!0x1;for(const _0x793879 in _0x1a8162){const _0x4c2a72=_0x1a8162[_0x793879];if(_0xdce14d['push'](..._0x4c2a72[_0x16d6d4(0x269)]),_0x4c2a72[_0x16d6d4(0x269)][_0x16d6d4(0xab)](_0x3a69ab=>{const _0x52b2d8=_0x16d6d4,_0x4baad1={'start':_0x3a69ab['startColumn'],'end':_0x3a69ab[_0x52b2d8(0x263)]},_0x3a5dbb=_0x4e1ad3(_0x3f6b07,_0x4baad1),_0x51b44f=_0x4e1ad3(_0x315a48,_0x4baad1);if(_0x3a5dbb||_0x51b44f)return!0x0;const _0x33a9b7=_0x27192b['handleBaseMoveRowsCols'](_0x3f6b07,_0x315a48,_0x4baad1);return _0x33a9b7[_0x52b2d8(0x1a3)]!==0x0?!0x0:(_0x33a9b7[_0x52b2d8(0x18f)]!==0x0&&(_0x1d5cb0=!0x0),_0x3a69ab['startColumn']+=_0x33a9b7[_0x52b2d8(0x18f)],_0x3a69ab[_0x52b2d8(0x263)]+=_0x33a9b7[_0x52b2d8(0x18f)],!0x1);}))return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x1d5cb0){const _0x5bb8e5={'id':_0x27192b[_0x16d6d4(0x278)]['id'],'params':{'unitId':_0x1bf19f[_0x16d6d4(0x29b)][_0x16d6d4(0x10f)],'subUnitId':_0x1bf19f['params']['subUnitId'],'ranges':_0xdce14d}};_0x9932f5['push'](_0x5bb8e5,_0x259d6e);}return{'m1Prime':_0x9932f5,'m2Prime':_0x259d6e};}},_0x2015b4={'m1':_0x27192b[_0x4aac6c(0xd1)]['id'],'m2':_0x27192b[_0x4aac6c(0x1ba)]['id'],'handler'(_0x354af8,_0x10cc35){const _0x514e82=_0x4aac6c,_0x229273={'m1Prime':_0x354af8,'m2Prime':_0x10cc35};if(_0x354af8[_0x514e82(0x29b)]['unitId']!==_0x10cc35[_0x514e82(0x29b)][_0x514e82(0x10f)]||_0x354af8[_0x514e82(0x29b)][_0x514e82(0x14e)]!==_0x10cc35[_0x514e82(0x29b)]['subUnitId'])return _0x229273;const _0x267828=[_0x1ed6c7[_0x514e82(0x12e)][_0x514e82(0x1ae)](_0x354af8)],_0x573846=_0x1ed6c7[_0x514e82(0x12e)]['deepClone'](_0x10cc35),_0x2aacb7=new _0x1ed6c7[(_0x514e82(0x2ce))](_0x573846[_0x514e82(0x29b)][_0x514e82(0xc3)]),{sourceRange:_0x16b52e,targetRange:_0x26c805}=_0x354af8[_0x514e82(0x29b)],_0x307618=_0x16b52e[_0x514e82(0x251)],_0x24fa97=_0x16b52e[_0x514e82(0x263)]-_0x16b52e[_0x514e82(0x251)]+0x1,_0x56161f=_0x26c805[_0x514e82(0x251)];_0x2aacb7[_0x514e82(0x201)](_0x307618,_0x24fa97,_0x56161f);const _0x257191=new _0x1ed6c7['ObjectMatrix']();let _0x38178d=!0x1;if(_0x2aacb7['forValue']((_0x14538e,_0x26ed13,_0x303858)=>{const _0x88020c=_0x514e82;if(_0x303858&&_0x303858['f']){const _0x45ffc7=_0x303858['f'];let _0x2b9b90=!0x1;const _0x2479fc=_0xe8ae6e(_0x354af8[_0x88020c(0x29b)]['unitId'],_0x354af8[_0x88020c(0x29b)]['subUnitId'],_0x45ffc7,_0x4dacee=>{const _0x225f5f=_0x88020c,_0x32f6af=_0x27192b['handleBaseMoveRowsCols']({'start':_0x354af8[_0x225f5f(0x29b)][_0x225f5f(0x280)][_0x225f5f(0x251)],'end':_0x354af8[_0x225f5f(0x29b)][_0x225f5f(0x280)][_0x225f5f(0x263)]},{'start':_0x354af8[_0x225f5f(0x29b)][_0x225f5f(0x236)]['startColumn'],'end':_0x354af8['params'][_0x225f5f(0x236)]['endColumn']},{'start':_0x4dacee[_0x225f5f(0x251)],'end':_0x4dacee['endColumn']});return(_0x32f6af[_0x225f5f(0x18f)]!==0x0||_0x32f6af[_0x225f5f(0x1a3)]!==0x0)&&(_0x2b9b90=!0x0,_0x4dacee[_0x225f5f(0x251)]+=_0x32f6af[_0x225f5f(0x18f)],_0x4dacee[_0x225f5f(0x263)]+=_0x32f6af[_0x225f5f(0x18f)]+_0x32f6af[_0x225f5f(0x1a3)]),_0x4dacee;});_0x2b9b90&&(_0x38178d=!0x0,_0x303858['f']=_0x2479fc,_0x257191[_0x88020c(0x130)](_0x14538e,_0x26ed13,{..._0x303858}));}}),_0x38178d){const _0x719b76={'id':_0x27192b['SetRangeValuesMutation']['id'],'params':{'unitId':_0x10cc35['params'][_0x514e82(0x10f)],'subUnitId':_0x10cc35[_0x514e82(0x29b)][_0x514e82(0x14e)],'cellValue':_0x257191[_0x514e82(0x209)]()}};_0x267828[_0x514e82(0x271)](_0x719b76);}return _0x573846[_0x514e82(0x29b)][_0x514e82(0xc3)]=_0x2aacb7[_0x514e82(0x209)](),{'m1Prime':_0x267828,'m2Prime':_0x573846};}},_0x3e7ac9={'m1':_0x27192b[_0x4aac6c(0xd1)]['id'],'m2':_0x27192b[_0x4aac6c(0x238)]['id'],'handler'(_0x4260eb,_0x482923){const _0x4b4f13=_0x4aac6c,_0x3faa94={'m1Prime':[],'m2Prime':[]};if(_0x4260eb['params'][_0x4b4f13(0x10f)]!==_0x482923[_0x4b4f13(0x29b)][_0x4b4f13(0x10f)]||_0x4260eb[_0x4b4f13(0x29b)][_0x4b4f13(0x14e)]!==_0x482923['params'][_0x4b4f13(0x14e)])return _0x3faa94;const _0x3c11af=_0x1ed6c7[_0x4b4f13(0x12e)]['deepClone'](_0x482923);let _0x65bc47=!0x1;return _0x3c11af[_0x4b4f13(0x29b)][_0x4b4f13(0x1e0)][_0x4b4f13(0xfb)](_0x2d426c=>{const _0xa50e3f=_0x4b4f13,{range:_0x558390,primary:_0x20ae79}=_0x2d426c,_0x11ae60=_0x27192b[_0xa50e3f(0x191)]({'start':_0x4260eb[_0xa50e3f(0x29b)][_0xa50e3f(0x280)][_0xa50e3f(0x251)],'end':_0x4260eb[_0xa50e3f(0x29b)][_0xa50e3f(0x280)][_0xa50e3f(0x263)]},{'start':_0x4260eb[_0xa50e3f(0x29b)][_0xa50e3f(0x236)][_0xa50e3f(0x251)],'end':_0x4260eb[_0xa50e3f(0x29b)][_0xa50e3f(0x236)]['endColumn']},{'start':_0x558390['startColumn'],'end':_0x558390[_0xa50e3f(0x263)]});if(_0x11ae60[_0xa50e3f(0x1a3)]||_0x11ae60[_0xa50e3f(0x18f)]){if(_0x558390[_0xa50e3f(0x251)]+=_0x11ae60['step'],_0x558390[_0xa50e3f(0x263)]+=_0x11ae60['step']+(_0x11ae60['length']||0x0),_0x20ae79){const _0x4e85b7=_0x27192b[_0xa50e3f(0x191)]({'start':_0x4260eb[_0xa50e3f(0x29b)][_0xa50e3f(0x280)][_0xa50e3f(0x251)],'end':_0x4260eb[_0xa50e3f(0x29b)][_0xa50e3f(0x280)][_0xa50e3f(0x263)]},{'start':_0x4260eb[_0xa50e3f(0x29b)][_0xa50e3f(0x236)][_0xa50e3f(0x251)],'end':_0x4260eb[_0xa50e3f(0x29b)][_0xa50e3f(0x236)]['endColumn']},{'start':_0x20ae79[_0xa50e3f(0x251)],'end':_0x20ae79[_0xa50e3f(0x263)]});(_0x4e85b7[_0xa50e3f(0x1a3)]||_0x4e85b7['step'])&&(_0x20ae79['startColumn']+=_0x4e85b7[_0xa50e3f(0x18f)],_0x20ae79[_0xa50e3f(0x263)]+=_0x4e85b7['step'],_0x20ae79[_0xa50e3f(0x262)]+=_0x4e85b7[_0xa50e3f(0x18f)]);}_0x65bc47=!0x0;}}),_0x65bc47&&_0x3faa94[_0x4b4f13(0x208)][_0x4b4f13(0x271)](_0x3c11af),_0x3faa94;}},_0x52e878={'m1':_0x27192b[_0x4aac6c(0xd1)]['id'],'m2':_0x5cbf39[_0x4aac6c(0x252)]['id'],'handler'(_0x2aa77d,_0x27041c){const _0x2ff996=_0x4aac6c,_0x338695={'m1Prime':_0x2aa77d,'m2Prime':_0x27041c};if(_0x2aa77d[_0x2ff996(0x29b)][_0x2ff996(0x10f)]!==_0x27041c[_0x2ff996(0x29b)][_0x2ff996(0x10f)]||_0x2aa77d[_0x2ff996(0x29b)]['subUnitId']!==_0x27041c[_0x2ff996(0x29b)]['subUnitId'])return _0x338695;const _0x491245=_0x1ed6c7[_0x2ff996(0x12e)][_0x2ff996(0x1ae)](_0x2aa77d),_0x1be5c0=_0x1ed6c7['Tools'][_0x2ff996(0x1ae)](_0x27041c),_0x237d71=_0x27192b[_0x2ff996(0x191)]({'start':_0x2aa77d[_0x2ff996(0x29b)]['sourceRange'][_0x2ff996(0x251)],'end':_0x2aa77d[_0x2ff996(0x29b)][_0x2ff996(0x280)][_0x2ff996(0x263)]},{'start':_0x2aa77d['params'][_0x2ff996(0x236)][_0x2ff996(0x251)],'end':_0x2aa77d[_0x2ff996(0x29b)]['targetRange']['endColumn']},{'start':_0x27041c[_0x2ff996(0x29b)]['col'],'end':_0x27041c[_0x2ff996(0x29b)][_0x2ff996(0x1eb)]});if(_0x237d71[_0x2ff996(0x18f)]===0x0)return _0x338695;_0x1be5c0[_0x2ff996(0x29b)][_0x2ff996(0x1eb)]+=_0x237d71[_0x2ff996(0x18f)],_0x1be5c0[_0x2ff996(0x29b)]['criteria']&&(_0x1be5c0[_0x2ff996(0x29b)][_0x2ff996(0x21d)][_0x2ff996(0xbb)]+=_0x237d71['step']);const _0x41654e=_0x1ed6c7['Tools'][_0x2ff996(0x1ae)](_0x27041c);return _0x41654e['params'][_0x2ff996(0x21d)]=null,{'m1Prime':[_0x41654e,_0x1be5c0,_0x491245],'m2Prime':[_0x1be5c0]};}},_0x12dbe1={'m1':_0x27192b[_0x4aac6c(0xd1)]['id'],'m2':_0x5cbf39[_0x4aac6c(0x254)]['id'],'handler'(_0x16657a,_0x3dff78){const _0x1aeeb4=_0x4aac6c,_0x427655={'m1Prime':[_0x16657a],'m2Prime':[_0x3dff78]};if(_0x16657a['params'][_0x1aeeb4(0x10f)]!==_0x3dff78[_0x1aeeb4(0x29b)]['unitId']||_0x16657a['params'][_0x1aeeb4(0x14e)]!==_0x3dff78[_0x1aeeb4(0x29b)]['subUnitId'])return _0x427655;const _0x476a1c=_0x1ed6c7['Tools']['deepClone'](_0x16657a),_0x2aa0f1=_0x1ed6c7[_0x1aeeb4(0x12e)][_0x1aeeb4(0x1ae)](_0x3dff78),_0x28e7d1=_0x27192b['handleBaseMoveRowsCols']({'start':_0x16657a[_0x1aeeb4(0x29b)]['sourceRange'][_0x1aeeb4(0x251)],'end':_0x16657a[_0x1aeeb4(0x29b)][_0x1aeeb4(0x280)][_0x1aeeb4(0x263)]},{'start':_0x16657a[_0x1aeeb4(0x29b)][_0x1aeeb4(0x236)]['startColumn'],'end':_0x16657a[_0x1aeeb4(0x29b)]['targetRange'][_0x1aeeb4(0x263)]},{'start':_0x3dff78[_0x1aeeb4(0x29b)][_0x1aeeb4(0x272)]['startColumn'],'end':_0x3dff78[_0x1aeeb4(0x29b)]['range'][_0x1aeeb4(0x263)]});return _0x2aa0f1[_0x1aeeb4(0x29b)]['range']['startColumn']+=_0x28e7d1['step'],_0x2aa0f1[_0x1aeeb4(0x29b)][_0x1aeeb4(0x272)][_0x1aeeb4(0x263)]+=_0x28e7d1[_0x1aeeb4(0x18f)]+_0x28e7d1[_0x1aeeb4(0x1a3)],{'m1Prime':[_0x2aa0f1,_0x476a1c],'m2Prime':[_0x2aa0f1]};}},_0x5eb169={'m1':_0x27192b[_0x4aac6c(0xd1)]['id'],'m2':_0x27192b['SetWorksheetColWidthMutation']['id'],'handler'(_0x1367a9,_0x54ca1a){const _0x4487c0=_0x4aac6c,_0x58a68f={'m1Prime':_0x1367a9,'m2Prime':_0x54ca1a};if(_0x1367a9[_0x4487c0(0x29b)][_0x4487c0(0x10f)]!==_0x54ca1a[_0x4487c0(0x29b)][_0x4487c0(0x10f)]||_0x1367a9[_0x4487c0(0x29b)][_0x4487c0(0x14e)]!==_0x54ca1a[_0x4487c0(0x29b)][_0x4487c0(0x14e)])return _0x58a68f;const _0x397d20=_0x1ed6c7[_0x4487c0(0x12e)][_0x4487c0(0x1ae)](_0x1367a9),_0x552ce8=_0x1ed6c7[_0x4487c0(0x12e)][_0x4487c0(0x1ae)](_0x54ca1a),{ranges:_0xddb25d,colWidth:_0x4050c2}=_0x552ce8['params'],{sourceRange:_0xf1dec3,targetRange:_0x2fe4e3}=_0x1367a9[_0x4487c0(0x29b)],_0x5b0dfe={'start':_0xf1dec3['startColumn'],'end':_0xf1dec3['endColumn']},_0x5a8c1e={'start':_0x2fe4e3['startColumn'],'end':_0x2fe4e3[_0x4487c0(0x263)]};return _0xddb25d['some'](_0x59d4b7=>{const _0x261bda=_0x4487c0,_0x300210={'start':_0x59d4b7[_0x261bda(0x251)],'end':_0x59d4b7[_0x261bda(0x263)]},_0x41a4b0=_0x27192b[_0x261bda(0x191)](_0x5b0dfe,_0x5a8c1e,_0x300210);return _0x41a4b0[_0x261bda(0x1a3)]!==0x0?!0x0:(_0x59d4b7[_0x261bda(0x251)]+=_0x41a4b0[_0x261bda(0x18f)],_0x59d4b7[_0x261bda(0x263)]+=_0x41a4b0[_0x261bda(0x18f)],!0x1);})?{'error':new Error(_0x4487c0(0x189))}:(typeof _0x4050c2!=_0x4487c0(0x174)&&_0x1ed6c7[_0x4487c0(0xef)](_0xf1dec3[_0x4487c0(0x251)],_0xf1dec3['endColumn']-_0xf1dec3[_0x4487c0(0x251)]+0x1,_0x2fe4e3[_0x4487c0(0x251)],_0x4050c2),{'m1Prime':_0x397d20,'m2Prime':_0x552ce8});}},_0x640ccc={'m1':_0x27192b['MoveColsMutation']['id'],'m2':_0x59e2de['UpdateCommentRefMutation']['id'],'handler':(_0x318de5,_0x200dae)=>{const _0xaa0135=_0x4aac6c,_0x66aa32={'m1Prime':_0x318de5,'m2Prime':_0x200dae};if(_0x318de5[_0xaa0135(0x29b)][_0xaa0135(0x10f)]!==_0x200dae[_0xaa0135(0x29b)][_0xaa0135(0x10f)]||_0x318de5['params'][_0xaa0135(0x14e)]!==_0x200dae[_0xaa0135(0x29b)][_0xaa0135(0x14e)])return _0x66aa32;const _0x26bb8f={'id':_0x27192b[_0xaa0135(0x20d)]['id'],'params':{'unitId':_0x318de5[_0xaa0135(0x29b)][_0xaa0135(0x10f)],'subUnitId':_0x318de5[_0xaa0135(0x29b)][_0xaa0135(0x14e)],'fromRange':_0x318de5[_0xaa0135(0x29b)][_0xaa0135(0x280)],'toRange':_0x318de5[_0xaa0135(0x29b)][_0xaa0135(0x236)]}},_0x3815c1=_0x33a4d3(_0x200dae,_0x26bb8f);return{'m1Prime':[_0x318de5,..._0x3815c1],'m2Prime':[_0x200dae,..._0x3815c1]};}},_0x480195={'m1':_0xbea350['MoveConditionalRuleMutation']['id'],'m2':_0xbea350[_0x4aac6c(0x2a1)]['id'],'handler'(_0x53f046,_0x5977a8){const _0x43be93=_0x4aac6c;return _0x53f046[_0x43be93(0x29b)][_0x43be93(0x10f)]!==_0x5977a8[_0x43be93(0x29b)][_0x43be93(0x10f)]||_0x53f046['params']['subUnitId']!==_0x5977a8[_0x43be93(0x29b)]['subUnitId']?{'m1Prime':_0x53f046,'m2Prime':_0x5977a8}:{'error':new Error(_0x43be93(0x231))};}},_0x508ddc={'m1':_0x27192b[_0x4aac6c(0x2b3)]['id'],'m2':_0x27192b[_0x4aac6c(0x1d0)]['id'],'handler'(_0x1afe49,_0x54691c){const _0x51a1e8=_0x4aac6c,_0x540ee5=_0x55c81a[_0x51a1e8(0x19f)](_0x54691c,_0x1afe49);return _0x4589a8(_0x540ee5)?{'m1Prime':_0x540ee5['m2Prime'],'m2Prime':_0x540ee5[_0x51a1e8(0x13b)]}:_0x540ee5;}},_0x28c6f8={'m1':_0x27192b['MoveRangeMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x2b3)]['id'],'handler'(_0x2c1cf8,_0xf944a0){const _0x925160=_0x4aac6c,_0x3eb6ef={'m1Prime':_0x2c1cf8,'m2Prime':_0xf944a0};if(_0x2c1cf8['params'][_0x925160(0x10f)]!==_0xf944a0[_0x925160(0x29b)][_0x925160(0x10f)])return _0x3eb6ef;const _0x31298d=new _0x1ed6c7[(_0x925160(0x2ce))](_0x2c1cf8['params'][_0x925160(0x9f)][_0x925160(0xa5)])[_0x925160(0x105)](),_0x6b203f=new _0x1ed6c7['ObjectMatrix'](_0xf944a0[_0x925160(0x29b)][_0x925160(0x9f)][_0x925160(0xa5)])[_0x925160(0x105)](),_0x4b58a2=new _0x1ed6c7[(_0x925160(0x2ce))](_0x2c1cf8['params']['to']['value'])[_0x925160(0x105)](),_0x250121=new _0x1ed6c7[(_0x925160(0x2ce))](_0xf944a0[_0x925160(0x29b)]['to']['value'])[_0x925160(0x105)]();return _0x2c1cf8[_0x925160(0x29b)][_0x925160(0x9f)][_0x925160(0x14e)]===_0xf944a0[_0x925160(0x29b)][_0x925160(0x9f)][_0x925160(0x14e)]&&_0x1ed6c7[_0x925160(0x24f)][_0x925160(0x281)](_0x31298d,_0x6b203f)||_0x2c1cf8[_0x925160(0x29b)]['to'][_0x925160(0x14e)]===_0xf944a0[_0x925160(0x29b)]['to'][_0x925160(0x14e)]&&_0x1ed6c7['Rectangle'][_0x925160(0x281)](_0x4b58a2,_0x250121)||_0x2c1cf8[_0x925160(0x29b)][_0x925160(0x9f)][_0x925160(0x14e)]===_0xf944a0[_0x925160(0x29b)]['to'][_0x925160(0x14e)]&&_0x1ed6c7[_0x925160(0x24f)][_0x925160(0x281)](_0x31298d,_0x250121)||_0x2c1cf8[_0x925160(0x29b)]['to']['subUnitId']===_0xf944a0[_0x925160(0x29b)][_0x925160(0x9f)][_0x925160(0x14e)]&&_0x1ed6c7[_0x925160(0x24f)][_0x925160(0x281)](_0x4b58a2,_0x6b203f)?{'error':new Error(_0x925160(0x1cd))}:_0x3eb6ef;}},_0x783bb5={'m1':_0x27192b[_0x4aac6c(0x2b3)]['id'],'m2':_0x27192b[_0x4aac6c(0x278)]['id'],'handler'(_0xfc4325,_0x13bcec){const _0x125cef=_0x4aac6c,_0x2b4e8e={'m1Prime':_0xfc4325,'m2Prime':_0x13bcec};if(_0xfc4325[_0x125cef(0x29b)][_0x125cef(0x10f)]!==_0x13bcec[_0x125cef(0x29b)]['unitId']||_0xfc4325['params'][_0x125cef(0x9f)][_0x125cef(0x14e)]!==_0x13bcec[_0x125cef(0x29b)][_0x125cef(0x14e)]&&_0xfc4325[_0x125cef(0x29b)]['to'][_0x125cef(0x14e)]!==_0x13bcec[_0x125cef(0x29b)][_0x125cef(0x14e)])return _0x2b4e8e;const _0xad4a23=new _0x1ed6c7['ObjectMatrix'](_0xfc4325[_0x125cef(0x29b)][_0x125cef(0x9f)]['value'])[_0x125cef(0x105)](),_0xe373e2=new _0x1ed6c7['ObjectMatrix'](_0xfc4325[_0x125cef(0x29b)]['to'][_0x125cef(0xa5)])[_0x125cef(0x105)]();return _0xfc4325[_0x125cef(0x29b)]['from']['subUnitId']===_0x13bcec[_0x125cef(0x29b)][_0x125cef(0x14e)]&&_0x13bcec['params'][_0x125cef(0x269)][_0x125cef(0xab)](_0x583872=>_0x1ed6c7['Rectangle'][_0x125cef(0x281)](_0x583872,_0xad4a23))?{'error':new Error(_0x125cef(0x1a4))}:_0xfc4325[_0x125cef(0x29b)]['to'][_0x125cef(0x14e)]===_0x13bcec['params'][_0x125cef(0x14e)]&&_0x13bcec[_0x125cef(0x29b)][_0x125cef(0x269)][_0x125cef(0xab)](_0x49718e=>_0x1ed6c7[_0x125cef(0x24f)]['intersects'](_0x49718e,_0xe373e2))?{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt')}:_0x2b4e8e;}},_0x1f1cfc={'m1':_0x27192b[_0x4aac6c(0x2b3)]['id'],'m2':_0x27192b[_0x4aac6c(0x188)]['id'],'handler'(_0x53cacf,_0xef5ee4){const _0x415f47=_0x4aac6c,_0x536007={'m1Prime':_0x53cacf,'m2Prime':_0xef5ee4};if(_0x53cacf[_0x415f47(0x29b)][_0x415f47(0x10f)]!==_0xef5ee4[_0x415f47(0x29b)][_0x415f47(0x10f)]||_0x53cacf['params'][_0x415f47(0x9f)][_0x415f47(0x14e)]!==_0xef5ee4[_0x415f47(0x29b)][_0x415f47(0x14e)]&&_0x53cacf[_0x415f47(0x29b)]['to']['subUnitId']!==_0xef5ee4[_0x415f47(0x29b)][_0x415f47(0x14e)])return _0x536007;if(_0x53cacf[_0x415f47(0x29b)][_0x415f47(0x9f)][_0x415f47(0x14e)]===_0xef5ee4[_0x415f47(0x29b)][_0x415f47(0x14e)]){const _0x54ebc9=new _0x1ed6c7['ObjectMatrix'](_0x53cacf['params'][_0x415f47(0x9f)][_0x415f47(0xa5)])['getDataRange']();if(_0x1ed6c7[_0x415f47(0x24f)][_0x415f47(0x281)](_0x54ebc9,_0xef5ee4[_0x415f47(0x29b)][_0x415f47(0x272)]))return{'error':new Error(_0x415f47(0x244))};}if(_0x53cacf['params']['to']['subUnitId']===_0xef5ee4[_0x415f47(0x29b)][_0x415f47(0x14e)]){const _0x4ce917=new _0x1ed6c7[(_0x415f47(0x2ce))](_0x53cacf[_0x415f47(0x29b)]['to'][_0x415f47(0xa5)])[_0x415f47(0x105)]();if(_0x1ed6c7[_0x415f47(0x24f)]['intersects'](_0x4ce917,_0xef5ee4['params'][_0x415f47(0x272)]))return{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20reorder\x20range')};}return _0x536007;}},_0x35df70={'m1':_0x27192b[_0x4aac6c(0x2b3)]['id'],'m2':_0x27192b['SetNumfmtMutation']['id'],'handler'(_0x57a723,_0x14b72a){const _0x128a44=_0x4aac6c,_0x3bedaf={'m1Prime':_0x57a723,'m2Prime':_0x14b72a};if(_0x57a723[_0x128a44(0x29b)][_0x128a44(0x10f)]!==_0x14b72a[_0x128a44(0x29b)][_0x128a44(0x10f)]||_0x57a723[_0x128a44(0x29b)][_0x128a44(0x9f)][_0x128a44(0x14e)]!==_0x14b72a[_0x128a44(0x29b)][_0x128a44(0x14e)]&&_0x57a723[_0x128a44(0x29b)]['to'][_0x128a44(0x14e)]!==_0x14b72a[_0x128a44(0x29b)][_0x128a44(0x14e)])return _0x3bedaf;const _0x17df0e=new _0x1ed6c7['ObjectMatrix'](_0x57a723[_0x128a44(0x29b)][_0x128a44(0x9f)][_0x128a44(0xa5)])['getDataRange'](),_0x5c0491=new _0x1ed6c7[(_0x128a44(0x2ce))](_0x57a723[_0x128a44(0x29b)]['to'][_0x128a44(0xa5)])[_0x128a44(0x105)]();if(_0x57a723['params']['from'][_0x128a44(0x14e)]===_0x14b72a[_0x128a44(0x29b)]['subUnitId']){const {values:_0x4b71d6}=_0x14b72a[_0x128a44(0x29b)];for(const _0x486503 in _0x4b71d6)if(_0x4b71d6[_0x486503][_0x128a44(0x269)][_0x128a44(0xab)](_0x3c5444=>_0x1ed6c7[_0x128a44(0x24f)][_0x128a44(0x281)](_0x3c5444,_0x17df0e)))return{'error':new Error(_0x128a44(0x1a4))};}if(_0x57a723[_0x128a44(0x29b)]['to'][_0x128a44(0x14e)]===_0x14b72a[_0x128a44(0x29b)][_0x128a44(0x14e)]){const {values:_0x15978f}=_0x14b72a[_0x128a44(0x29b)];for(const _0x38066b in _0x15978f)if(_0x15978f[_0x38066b][_0x128a44(0x269)]['some'](_0x5c2689=>_0x1ed6c7[_0x128a44(0x24f)][_0x128a44(0x281)](_0x5c2689,_0x5c0491)))return{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt')};}return _0x3bedaf;}},_0x50508a={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x59e2de[_0x4aac6c(0x1ad)]['id'],'handler':(_0xbe790f,_0x2479d7)=>{const _0x2e5d4c=_0x4aac6c,_0x6afa37={'m1Prime':_0xbe790f,'m2Prime':_0x2479d7};if(_0xbe790f['params']['unitId']!==_0x2479d7[_0x2e5d4c(0x29b)][_0x2e5d4c(0x10f)]||_0xbe790f[_0x2e5d4c(0x29b)]['subUnitId']!==_0x2479d7[_0x2e5d4c(0x29b)][_0x2e5d4c(0x14e)])return _0x6afa37;const _0xee61b={'id':_0x27192b[_0x2e5d4c(0x1b4)]['id'],'params':{'unitId':_0xbe790f[_0x2e5d4c(0x29b)][_0x2e5d4c(0x10f)],'subUnitId':_0xbe790f[_0x2e5d4c(0x29b)]['subUnitId'],'fromRange':_0xbe790f[_0x2e5d4c(0x29b)][_0x2e5d4c(0x280)],'toRange':_0xbe790f[_0x2e5d4c(0x29b)][_0x2e5d4c(0x236)]}},_0x11ba51=_0x1b5be9(_0x2479d7,_0xee61b);return{'m1Prime':[_0xbe790f,..._0x11ba51],'m2Prime':[_0x2479d7,..._0x11ba51]};}},_0x57a2bd={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x1444e7['AddDataValidationMutation']['id'],'handler'(_0x497e17,_0x450cd1){const _0x2b01a7=_0x4aac6c,_0x280038={'m1Prime':_0x497e17,'m2Prime':_0x450cd1};if(_0x497e17[_0x2b01a7(0x29b)][_0x2b01a7(0x10f)]!==_0x450cd1[_0x2b01a7(0x29b)]['unitId']||_0x497e17[_0x2b01a7(0x29b)][_0x2b01a7(0x14e)]!==_0x450cd1[_0x2b01a7(0x29b)][_0x2b01a7(0x14e)])return _0x280038;const _0x321ae1={'id':_0x27192b[_0x2b01a7(0x1b4)]['id'],'params':{'fromRange':_0x497e17[_0x2b01a7(0x29b)][_0x2b01a7(0x280)],'toRange':_0x497e17[_0x2b01a7(0x29b)][_0x2b01a7(0x236)]}},_0x59e999=_0x29fc6e(_0x450cd1,_0x321ae1);return{'m1Prime':[_0x497e17,..._0x59e999],'m2Prime':[_0x450cd1,..._0x59e999]};}},_0x58acf6={'m1':_0x27192b['MoveRowsMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x1d0)]['id'],'handler'(_0x3b49fe,_0x9f0d42){const _0xad3fbd=_0x4aac6c,_0x220192=_0x5840fc[_0xad3fbd(0x19f)](_0x9f0d42,_0x3b49fe);return _0x4589a8(_0x220192)?{'m1Prime':_0x220192['m2Prime'],'m2Prime':_0x220192[_0xad3fbd(0x13b)]}:_0x220192;}},_0x38b926={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x27192b['MoveRangeMutation']['id'],'handler'(_0xdaf5f4,_0x538daa){const _0x469aba=_0x4aac6c,_0x7da945={'m1Prime':_0xdaf5f4,'m2Prime':_0x538daa};if(_0xdaf5f4['params'][_0x469aba(0x10f)]!==_0x538daa[_0x469aba(0x29b)][_0x469aba(0x10f)]||_0xdaf5f4[_0x469aba(0x29b)][_0x469aba(0x14e)]!==_0x538daa['params']['from'][_0x469aba(0x14e)]&&_0xdaf5f4[_0x469aba(0x29b)]['subUnitId']!==_0x538daa[_0x469aba(0x29b)]['to'][_0x469aba(0x14e)])return _0x7da945;const _0x2bda45=_0x1ed6c7['Tools'][_0x469aba(0x1ae)](_0xdaf5f4),_0x5f362a=_0x1ed6c7['Tools'][_0x469aba(0x1ae)](_0x538daa),_0x209266=_0xdaf5f4[_0x469aba(0x29b)][_0x469aba(0x280)],_0x572441=_0xdaf5f4[_0x469aba(0x29b)]['targetRange'];if(_0xdaf5f4[_0x469aba(0x29b)][_0x469aba(0x14e)]===_0x538daa[_0x469aba(0x29b)][_0x469aba(0x9f)][_0x469aba(0x14e)]){const _0x58cc92=new _0x1ed6c7[(_0x469aba(0x2ce))](_0x5f362a[_0x469aba(0x29b)][_0x469aba(0x9f)]['value']),_0xa7ab3d=_0x58cc92[_0x469aba(0x105)]();if(_0x4e1ad3({'start':_0x209266[_0x469aba(0x1ed)],'end':_0x209266[_0x469aba(0x2c5)]},{'start':_0xa7ab3d[_0x469aba(0x1ed)],'end':_0xa7ab3d[_0x469aba(0x2c5)]})||_0x4e1ad3({'start':_0x572441[_0x469aba(0x1ed)],'end':_0x572441[_0x469aba(0x2c5)]},{'start':_0xa7ab3d[_0x469aba(0x1ed)],'end':_0xa7ab3d['endRow']}))return{'error':new Error(_0x469aba(0xe1))};const _0x30e07c=_0x27192b[_0x469aba(0x191)]({'start':_0x209266['startRow'],'end':_0x209266[_0x469aba(0x2c5)]},{'start':_0x572441['startRow'],'end':_0x572441[_0x469aba(0x2c5)]},{'start':_0xa7ab3d['startRow'],'end':_0xa7ab3d[_0x469aba(0x2c5)]});if(_0x30e07c['length']!==0x0)return{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20move\x20range')};_0x30e07c[_0x469aba(0x18f)]!==0x0&&_0x58cc92[_0x469aba(0x1f6)](_0x209266['startRow'],_0x209266[_0x469aba(0x2c5)]-_0x209266[_0x469aba(0x1ed)]+0x1,_0x572441[_0x469aba(0x1ed)]),_0x5f362a[_0x469aba(0x29b)][_0x469aba(0x9f)]['value']=_0x58cc92['getMatrix']();}if(_0xdaf5f4[_0x469aba(0x29b)][_0x469aba(0x14e)]===_0x538daa[_0x469aba(0x29b)]['to'][_0x469aba(0x14e)]){const _0x4920e9=new _0x1ed6c7[(_0x469aba(0x2ce))](_0x5f362a[_0x469aba(0x29b)]['to'][_0x469aba(0xa5)]),_0xd47f28=_0x4920e9[_0x469aba(0x105)]();if(_0x4e1ad3({'start':_0x209266[_0x469aba(0x1ed)],'end':_0x209266[_0x469aba(0x2c5)]},{'start':_0xd47f28[_0x469aba(0x1ed)],'end':_0xd47f28[_0x469aba(0x2c5)]})||_0x4e1ad3({'start':_0x572441[_0x469aba(0x1ed)],'end':_0x572441['endRow']},{'start':_0xd47f28[_0x469aba(0x1ed)],'end':_0xd47f28[_0x469aba(0x2c5)]}))return{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20move\x20range')};const _0x24b72f=_0x27192b[_0x469aba(0x191)]({'start':_0x209266['startRow'],'end':_0x209266['endRow']},{'start':_0x572441[_0x469aba(0x1ed)],'end':_0x572441['endRow']},{'start':_0xd47f28[_0x469aba(0x1ed)],'end':_0xd47f28[_0x469aba(0x2c5)]});if(_0x24b72f[_0x469aba(0x1a3)]!==0x0)return{'error':new Error(_0x469aba(0xe1))};_0x24b72f[_0x469aba(0x18f)]!==0x0&&_0x4920e9[_0x469aba(0x1f6)](_0x209266[_0x469aba(0x1ed)],_0x209266[_0x469aba(0x2c5)]-_0x209266[_0x469aba(0x1ed)]+0x1,_0x572441['startRow']),_0x5f362a['params']['to'][_0x469aba(0xa5)]=_0x4920e9[_0x469aba(0x209)]();}return{'m1Prime':_0x2bda45,'m2Prime':_0x5f362a};}},_0x5283e7={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x27192b[_0x4aac6c(0x11a)]['id'],'handler'(_0x4df146,_0x228e28){const _0x2abff1=_0x4aac6c,_0x4180cc={'m1Prime':_0x4df146,'m2Prime':_0x228e28};if(_0x4df146[_0x2abff1(0x29b)][_0x2abff1(0x10f)]!==_0x228e28[_0x2abff1(0x29b)][_0x2abff1(0x10f)]||_0x4df146[_0x2abff1(0x29b)][_0x2abff1(0x14e)]!==_0x228e28[_0x2abff1(0x29b)][_0x2abff1(0x14e)])return _0x4180cc;const _0x5d5d1a=_0x1ed6c7[_0x2abff1(0x12e)]['deepClone'](_0x4df146),_0x9cadec=_0x1ed6c7[_0x2abff1(0x12e)][_0x2abff1(0x1ae)](_0x228e28),_0x49f3fe=_0x228e28[_0x2abff1(0x29b)][_0x2abff1(0x280)],_0x302ba4=_0x228e28[_0x2abff1(0x29b)][_0x2abff1(0x236)],_0x3669a8=_0x4df146[_0x2abff1(0x29b)]['sourceRange'],_0x5457ad=_0x4df146['params'][_0x2abff1(0x236)];if(_0x3669a8[_0x2abff1(0x2c5)]>=_0x49f3fe[_0x2abff1(0x1ed)]&&_0x3669a8[_0x2abff1(0x1ed)]<=_0x49f3fe[_0x2abff1(0x2c5)])return{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20move\x20row')};const _0x246b4a=_0x27192b[_0x2abff1(0x191)]({'start':_0x3669a8[_0x2abff1(0x1ed)],'end':_0x3669a8[_0x2abff1(0x2c5)]},{'start':_0x5457ad[_0x2abff1(0x1ed)],'end':_0x5457ad['endRow']},{'start':_0x49f3fe[_0x2abff1(0x1ed)],'end':_0x49f3fe[_0x2abff1(0x2c5)]}),_0x26eb6a=_0x27192b[_0x2abff1(0x191)]({'start':_0x3669a8[_0x2abff1(0x1ed)],'end':_0x3669a8[_0x2abff1(0x2c5)]},{'start':_0x5457ad[_0x2abff1(0x1ed)],'end':_0x5457ad[_0x2abff1(0x2c5)]},{'start':_0x302ba4[_0x2abff1(0x1ed)],'end':_0x302ba4['endRow']});_0x246b4a&&_0x26eb6a?(_0x9cadec[_0x2abff1(0x29b)][_0x2abff1(0x280)][_0x2abff1(0x1ed)]+=_0x246b4a[_0x2abff1(0x18f)],_0x9cadec[_0x2abff1(0x29b)][_0x2abff1(0x280)][_0x2abff1(0x2c5)]+=_0x246b4a[_0x2abff1(0x18f)]+(_0x246b4a[_0x2abff1(0x1a3)]||0x0),_0x9cadec[_0x2abff1(0x29b)]['targetRange'][_0x2abff1(0x1ed)]+=_0x26eb6a[_0x2abff1(0x18f)],_0x9cadec[_0x2abff1(0x29b)][_0x2abff1(0x236)][_0x2abff1(0x2c5)]+=_0x26eb6a[_0x2abff1(0x18f)]+(_0x26eb6a[_0x2abff1(0x1a3)]||0x0)):_0x9cadec['id']=_0x27192b[_0x2abff1(0xac)]['id'];const _0x115b9f=_0x27192b['handleBaseMoveRowsCols']({'start':_0x49f3fe[_0x2abff1(0x1ed)],'end':_0x49f3fe[_0x2abff1(0x2c5)]},{'start':_0x302ba4['startRow'],'end':_0x302ba4[_0x2abff1(0x2c5)]},{'start':_0x3669a8[_0x2abff1(0x1ed)],'end':_0x3669a8[_0x2abff1(0x2c5)]}),_0x346fc2=_0x27192b['handleBaseMoveRowsCols']({'start':_0x49f3fe[_0x2abff1(0x1ed)],'end':_0x49f3fe[_0x2abff1(0x2c5)]},{'start':_0x302ba4[_0x2abff1(0x1ed)],'end':_0x302ba4[_0x2abff1(0x2c5)]},{'start':_0x5457ad[_0x2abff1(0x1ed)],'end':_0x5457ad[_0x2abff1(0x2c5)]});return _0x115b9f&&_0x346fc2?(_0x5d5d1a[_0x2abff1(0x29b)][_0x2abff1(0x280)]['startRow']+=_0x115b9f['step'],_0x5d5d1a[_0x2abff1(0x29b)][_0x2abff1(0x280)]['endRow']+=_0x115b9f['step']+(_0x115b9f[_0x2abff1(0x1a3)]||0x0),_0x5d5d1a[_0x2abff1(0x29b)][_0x2abff1(0x236)][_0x2abff1(0x1ed)]+=_0x346fc2['step'],_0x5d5d1a[_0x2abff1(0x29b)][_0x2abff1(0x236)][_0x2abff1(0x2c5)]+=_0x346fc2[_0x2abff1(0x18f)]+(_0x346fc2[_0x2abff1(0x1a3)]||0x0)):_0x5d5d1a['id']=_0x27192b['EmptyMutation']['id'],{'m1Prime':_0x5d5d1a,'m2Prime':_0x9cadec};}},_0x2eb455={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x27192b[_0x4aac6c(0x278)]['id'],'handler'(_0x3ce910,_0x30915e){const _0x19524a=_0x4aac6c,_0x5507ce={'m1Prime':_0x3ce910,'m2Prime':_0x30915e};if(_0x3ce910[_0x19524a(0x29b)][_0x19524a(0x10f)]!==_0x30915e[_0x19524a(0x29b)]['unitId']||_0x3ce910[_0x19524a(0x29b)]['subUnitId']!==_0x30915e['params'][_0x19524a(0x14e)])return _0x5507ce;const _0x28939e=_0x1ed6c7[_0x19524a(0x12e)][_0x19524a(0x1ae)](_0x3ce910),_0x1b24da=_0x1ed6c7[_0x19524a(0x12e)][_0x19524a(0x1ae)](_0x30915e),{sourceRange:_0x3a5f6b,targetRange:_0x42fb3a}=_0x3ce910['params'],_0x4161f6={'start':_0x3a5f6b['startRow'],'end':_0x3a5f6b[_0x19524a(0x2c5)]},_0x2c08a7={'start':_0x42fb3a[_0x19524a(0x1ed)],'end':_0x42fb3a[_0x19524a(0x2c5)]};return _0x1b24da[_0x19524a(0x29b)][_0x19524a(0x269)][_0x19524a(0xab)](_0x1d2576=>{const _0x418951=_0x19524a,_0x1bbb7c={'start':_0x1d2576[_0x418951(0x1ed)],'end':_0x1d2576[_0x418951(0x2c5)]},_0x3ca4ce=_0x4e1ad3(_0x4161f6,_0x1bbb7c),_0x5f43b7=_0x4e1ad3(_0x2c08a7,_0x1bbb7c);if(_0x3ca4ce||_0x5f43b7)return!0x0;const _0x392c7c=_0x27192b['handleBaseMoveRowsCols'](_0x4161f6,_0x2c08a7,_0x1bbb7c);return _0x392c7c[_0x418951(0x1a3)]!==0x0?!0x0:(_0x1d2576[_0x418951(0x1ed)]+=_0x392c7c[_0x418951(0x18f)],_0x1d2576[_0x418951(0x2c5)]+=_0x392c7c['step'],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x28939e,'m2Prime':_0x1b24da};}},_0x2ac6bd={'m1':_0x27192b['MoveRowsMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x2af)]['id'],'handler'(_0x5bc8bf,_0x10bd47){const _0x595def=_0x4aac6c,_0x2bc12d=_0x1ed6c7[_0x595def(0x12e)][_0x595def(0x1ae)](_0x5bc8bf),_0x100549=_0x1ed6c7['Tools'][_0x595def(0x1ae)](_0x10bd47);if(_0x5bc8bf['params'][_0x595def(0x10f)]!==_0x10bd47[_0x595def(0x29b)]['unitId']||_0x5bc8bf[_0x595def(0x29b)][_0x595def(0x14e)]!==_0x10bd47[_0x595def(0x29b)][_0x595def(0x14e)])return{'m1Prime':_0x2bc12d,'m2Prime':_0x100549};const _0x3175bc=_0x100549['params'][_0x595def(0x269)]['reduce']((_0x51d2a2,_0x3c5ef3)=>{const _0x294e0b=_0x595def,{sourceRange:_0x2c5c39,targetRange:_0x3a3983}=_0x5bc8bf[_0x294e0b(0x29b)],_0x1380f4={..._0x3c5ef3};return _0x2c5c39[_0x294e0b(0x2c5)]<_0x1380f4[_0x294e0b(0x1ed)]&&_0x3a3983[_0x294e0b(0x1ed)]>_0x1380f4[_0x294e0b(0x2c5)]?(_0x1380f4['startRow']-=_0x2c5c39['endRow']-_0x2c5c39[_0x294e0b(0x1ed)]+0x1,_0x1380f4[_0x294e0b(0x2c5)]-=_0x2c5c39['endRow']-_0x2c5c39[_0x294e0b(0x1ed)]+0x1,_0x388df3(_0x1380f4)&&_0x51d2a2[_0x294e0b(0x271)](_0x1380f4)):_0x2c5c39[_0x294e0b(0x1ed)]>_0x1380f4[_0x294e0b(0x2c5)]&&_0x3a3983[_0x294e0b(0x2c5)]<_0x1380f4[_0x294e0b(0x1ed)]?(_0x1380f4[_0x294e0b(0x1ed)]+=_0x2c5c39[_0x294e0b(0x2c5)]-_0x2c5c39['startRow']+0x1,_0x1380f4[_0x294e0b(0x2c5)]+=_0x2c5c39['endRow']-_0x2c5c39['startRow']+0x1,_0x388df3(_0x1380f4)&&_0x51d2a2['push'](_0x1380f4)):_0x1ed6c7[_0x294e0b(0x24f)][_0x294e0b(0x281)](_0x1380f4,_0x2c5c39)||_0x1ed6c7[_0x294e0b(0x24f)][_0x294e0b(0x281)](_0x1380f4,_0x3a3983)||_0x51d2a2[_0x294e0b(0x271)](_0x1380f4),_0x51d2a2;},[]);return _0x100549['params'][_0x595def(0x269)]=_0x3175bc,_0x100549[_0x595def(0x29b)][_0x595def(0x269)][_0x595def(0x1a3)]===0x0&&(_0x100549['id']=_0x27192b[_0x595def(0xac)]['id']),{'m1Prime':_0x2bc12d,'m2Prime':_0x100549};}},_0x4cc132={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x27192b[_0x4aac6c(0x188)]['id'],'handler'(_0x1f0825,_0x2b34e6){const _0x3073e6=_0x4aac6c;var _0x7af7ba;const _0x44d7fa={'m1Prime':_0x1f0825,'m2Prime':_0x2b34e6};if(_0x1f0825[_0x3073e6(0x29b)][_0x3073e6(0x10f)]!==_0x2b34e6[_0x3073e6(0x29b)][_0x3073e6(0x10f)]||_0x1f0825[_0x3073e6(0x29b)][_0x3073e6(0x14e)]!==_0x2b34e6[_0x3073e6(0x29b)]['subUnitId'])return _0x44d7fa;const _0x2d2842=_0x3e8f59(_0x1f0825[_0x3073e6(0x29b)][_0x3073e6(0x280)],_0x1f0825[_0x3073e6(0x29b)]['targetRange']),_0x4e4180=_0x1ed6c7['Tools'][_0x3073e6(0x1ae)](_0x2b34e6),{range:_0x41b3bb}=_0x4e4180[_0x3073e6(0x29b)],_0x6dc32e=Array['from']({'length':_0x41b3bb[_0x3073e6(0x2c5)]-_0x41b3bb[_0x3073e6(0x1ed)]+0x1},(_0x5ca7df,_0x2e3f1e)=>_0x2e3f1e+_0x41b3bb[_0x3073e6(0x1ed)]),_0x3fd817={},_0x2b1d8e={},_0x3a7beb=Math[_0x3073e6(0xbd)](_0x1f0825[_0x3073e6(0x29b)][_0x3073e6(0x280)][_0x3073e6(0x1ed)],_0x1f0825[_0x3073e6(0x29b)]['targetRange'][_0x3073e6(0x1ed)],..._0x6dc32e),_0x295b7c=Math[_0x3073e6(0xae)](_0x1f0825[_0x3073e6(0x29b)]['sourceRange'][_0x3073e6(0x2c5)],_0x1f0825['params'][_0x3073e6(0x236)]['endRow'],..._0x6dc32e);for(let _0x2c1f21=_0x3a7beb;_0x2c1f21<=_0x295b7c;_0x2c1f21++){const _0x126587=_0x2c1f21,_0x5d16e5=(_0x7af7ba=_0x2b34e6[_0x3073e6(0x29b)][_0x3073e6(0x131)][_0x2c1f21])!=null?_0x7af7ba:_0x126587,_0x23a86a=_0x2d2842(_0x5d16e5);_0x126587!==_0x23a86a&&(_0x3fd817[_0x126587]=_0x23a86a),_0x5d16e5!==_0x23a86a&&(_0x2b1d8e[_0x5d16e5]=_0x23a86a);}_0x4e4180['params']['order']=_0x3fd817;const _0x591215=Object[_0x3073e6(0x10b)](_0x3fd817)[_0x3073e6(0x20f)](Number);_0x41b3bb[_0x3073e6(0x1ed)]=Math['min'](..._0x591215),_0x41b3bb['endRow']=Math[_0x3073e6(0xae)](..._0x591215);const _0x5530a1=[_0x1f0825],_0x5413da=Object[_0x3073e6(0x10b)](_0x2b1d8e)['map'](Number);return _0x5413da[_0x3073e6(0x1a3)]>0x0&&_0x5530a1[_0x3073e6(0x150)]({'id':_0x27192b[_0x3073e6(0x188)]['id'],'params':{'unitId':_0x1f0825[_0x3073e6(0x29b)][_0x3073e6(0x10f)],'subUnitId':_0x1f0825[_0x3073e6(0x29b)][_0x3073e6(0x14e)],'range':{'startColumn':_0x2b34e6[_0x3073e6(0x29b)][_0x3073e6(0x272)][_0x3073e6(0x251)],'endColumn':_0x2b34e6[_0x3073e6(0x29b)]['range'][_0x3073e6(0x263)],'startRow':Math['min'](..._0x5413da),'endRow':Math['max'](..._0x5413da)},'order':_0x2b1d8e}}),{'m1Prime':_0x5530a1,'m2Prime':_0x4e4180};}},_0x3e8f59=(_0x4adbab,_0x469ac2)=>{const _0x1179de=_0x4aac6c,_0x4a3e0a=_0x4adbab['endRow']-_0x4adbab[_0x1179de(0x1ed)]+0x1,_0x4b05ab=_0x4adbab[_0x1179de(0x1ed)],_0x22cf20=_0x469ac2[_0x1179de(0x1ed)];return _0x4c4e08=>{const _0x571108=_0x1179de;if(_0x4b05ab<=_0x22cf20){const _0x2e2581=_0x469ac2[_0x571108(0x1ed)]-_0x4adbab['endRow']-0x1;if(_0x4c4e08>=_0x4adbab['startRow']&&_0x4c4e08<=_0x4adbab[_0x571108(0x2c5)])return _0x4c4e08+_0x2e2581;if(_0x4c4e08>_0x4adbab[_0x571108(0x2c5)]&&_0x4c4e08<_0x469ac2[_0x571108(0x1ed)])return _0x4c4e08-_0x4a3e0a;}if(_0x4b05ab>_0x22cf20){const _0x30e944=_0x4adbab[_0x571108(0x1ed)]-_0x469ac2[_0x571108(0x1ed)];if(_0x4c4e08>=_0x469ac2['startRow']&&_0x4c4e08<_0x4adbab[_0x571108(0x1ed)])return _0x4c4e08+_0x4a3e0a;if(_0x4c4e08>=_0x4adbab[_0x571108(0x1ed)]&&_0x4c4e08<=_0x4adbab['endRow'])return _0x4c4e08-_0x30e944;}return _0x4c4e08;};},_0x2a3212={'m1':_0x27192b['MoveRowsMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x1f9)]['id'],'handler'(_0x201146,_0x2da8ae){const _0x4b0dfa=_0x4aac6c,_0x834f9d={'m1Prime':_0x201146,'m2Prime':_0x2da8ae};if(_0x201146[_0x4b0dfa(0x29b)][_0x4b0dfa(0x10f)]!==_0x2da8ae[_0x4b0dfa(0x29b)][_0x4b0dfa(0x10f)]||_0x201146[_0x4b0dfa(0x29b)]['subUnitId']!==_0x2da8ae[_0x4b0dfa(0x29b)][_0x4b0dfa(0x14e)])return _0x834f9d;const _0x16f628=[_0x1ed6c7[_0x4b0dfa(0x12e)][_0x4b0dfa(0x1ae)](_0x201146)],_0x101631=_0x1ed6c7['Tools'][_0x4b0dfa(0x1ae)](_0x2da8ae),{sourceRange:_0x70965d,targetRange:_0x4a42cf}=_0x201146[_0x4b0dfa(0x29b)],_0x1ffd7e={'start':_0x70965d[_0x4b0dfa(0x1ed)],'end':_0x70965d['endRow']},_0x1c6ce3={'start':_0x4a42cf['startRow'],'end':_0x4a42cf[_0x4b0dfa(0x2c5)]},{values:_0x17792a}=_0x101631[_0x4b0dfa(0x29b)],_0x5c836c=[];let _0x57bb33=!0x1;for(const _0x4cc877 in _0x17792a){const _0x36dfee=_0x17792a[_0x4cc877];if(_0x5c836c['push'](..._0x36dfee[_0x4b0dfa(0x269)]),_0x36dfee[_0x4b0dfa(0x269)]['some'](_0x224c3c=>{const _0x113ed9=_0x4b0dfa,_0x4704ae={'start':_0x224c3c[_0x113ed9(0x1ed)],'end':_0x224c3c[_0x113ed9(0x2c5)]},_0x24dac8=_0x4e1ad3(_0x1ffd7e,_0x4704ae),_0x417967=_0x4e1ad3(_0x1c6ce3,_0x4704ae);if(_0x24dac8||_0x417967)return!0x0;const _0x3b9c85=_0x27192b[_0x113ed9(0x191)](_0x1ffd7e,_0x1c6ce3,_0x4704ae);return _0x3b9c85[_0x113ed9(0x1a3)]!==0x0?!0x0:(_0x3b9c85[_0x113ed9(0x18f)]!==0x0&&(_0x57bb33=!0x0),_0x224c3c[_0x113ed9(0x1ed)]+=_0x3b9c85[_0x113ed9(0x18f)],_0x224c3c[_0x113ed9(0x2c5)]+=_0x3b9c85[_0x113ed9(0x18f)],!0x1);}))return{'error':new Error(_0x4b0dfa(0x100))};}if(_0x57bb33){const _0x460859={'id':_0x27192b[_0x4b0dfa(0x278)]['id'],'params':{'unitId':_0x2da8ae[_0x4b0dfa(0x29b)]['unitId'],'subUnitId':_0x2da8ae[_0x4b0dfa(0x29b)][_0x4b0dfa(0x14e)],'ranges':_0x5c836c}};_0x16f628[_0x4b0dfa(0x271)](_0x460859,_0x101631);}return{'m1Prime':_0x16f628,'m2Prime':_0x101631};}},_0x473fa8={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x27192b[_0x4aac6c(0x1ba)]['id'],'handler'(_0x5156a4,_0x11fb77){const _0x57b13a=_0x4aac6c,_0x160f04={'m1Prime':_0x5156a4,'m2Prime':_0x11fb77};if(_0x5156a4[_0x57b13a(0x29b)][_0x57b13a(0x10f)]!==_0x11fb77[_0x57b13a(0x29b)][_0x57b13a(0x10f)]||_0x5156a4[_0x57b13a(0x29b)]['subUnitId']!==_0x11fb77[_0x57b13a(0x29b)]['subUnitId'])return _0x160f04;const _0x85f4ae=[_0x1ed6c7['Tools'][_0x57b13a(0x1ae)](_0x5156a4)],_0x381300=_0x1ed6c7[_0x57b13a(0x12e)][_0x57b13a(0x1ae)](_0x11fb77),_0x59b6a2=new _0x1ed6c7[(_0x57b13a(0x2ce))](_0x381300[_0x57b13a(0x29b)][_0x57b13a(0xc3)]),{sourceRange:_0xeb94c8,targetRange:_0x221f39}=_0x5156a4[_0x57b13a(0x29b)],_0x3d97e3=_0xeb94c8['startRow'],_0x3190d6=_0xeb94c8['endRow']-_0xeb94c8[_0x57b13a(0x1ed)]+0x1,_0x2efa0e=_0x221f39[_0x57b13a(0x1ed)];_0x59b6a2[_0x57b13a(0x1f6)](_0x3d97e3,_0x3190d6,_0x2efa0e);const _0x4f7d24=new _0x1ed6c7['ObjectMatrix']();let _0x41890f=!0x1;if(_0x59b6a2['forValue']((_0x5e9143,_0x10499c,_0x213f05)=>{const _0xd17da=_0x57b13a;if(_0x213f05&&_0x213f05['f']){const _0x12116f=_0x213f05['f'];let _0x4b7905=!0x1;const _0x430376=_0xe8ae6e(_0x5156a4[_0xd17da(0x29b)]['unitId'],_0x5156a4[_0xd17da(0x29b)][_0xd17da(0x14e)],_0x12116f,_0x4604fa=>{const _0x59f27f=_0xd17da,_0x4665c5=_0x27192b[_0x59f27f(0x191)]({'start':_0x5156a4[_0x59f27f(0x29b)][_0x59f27f(0x280)][_0x59f27f(0x1ed)],'end':_0x5156a4[_0x59f27f(0x29b)]['sourceRange'][_0x59f27f(0x2c5)]},{'start':_0x5156a4['params'][_0x59f27f(0x236)][_0x59f27f(0x1ed)],'end':_0x5156a4['params'][_0x59f27f(0x236)][_0x59f27f(0x2c5)]},{'start':_0x4604fa[_0x59f27f(0x1ed)],'end':_0x4604fa[_0x59f27f(0x2c5)]});return(_0x4665c5[_0x59f27f(0x18f)]!==0x0||_0x4665c5[_0x59f27f(0x1a3)]!==0x0)&&(_0x4b7905=!0x0,_0x4604fa[_0x59f27f(0x1ed)]+=_0x4665c5[_0x59f27f(0x18f)],_0x4604fa['endRow']+=_0x4665c5[_0x59f27f(0x18f)]+_0x4665c5[_0x59f27f(0x1a3)]),_0x4604fa;});_0x4b7905&&(_0x41890f=!0x0,_0x213f05['f']=_0x430376,_0x4f7d24[_0xd17da(0x130)](_0x5e9143,_0x10499c,{..._0x213f05}));}}),_0x41890f){const _0x4b6762={'id':_0x27192b[_0x57b13a(0x1ba)]['id'],'params':{'unitId':_0x11fb77[_0x57b13a(0x29b)]['unitId'],'subUnitId':_0x11fb77[_0x57b13a(0x29b)]['subUnitId'],'cellValue':_0x4f7d24[_0x57b13a(0x209)]()}};_0x85f4ae[_0x57b13a(0x271)](_0x4b6762);}return _0x381300[_0x57b13a(0x29b)]['cellValue']=_0x59b6a2[_0x57b13a(0x209)](),{'m1Prime':_0x85f4ae,'m2Prime':_0x381300};}},_0x5d4627={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x27192b[_0x4aac6c(0x193)]['id'],'handler'(_0x303ed0,_0x1338ec){const _0x197061=_0x4aac6c,_0x1301a7={'m1Prime':_0x303ed0,'m2Prime':_0x1338ec};if(_0x303ed0[_0x197061(0x29b)][_0x197061(0x10f)]!==_0x1338ec[_0x197061(0x29b)]['unitId']||_0x303ed0['params'][_0x197061(0x14e)]!==_0x1338ec['params'][_0x197061(0x14e)])return _0x1301a7;const _0x104943=_0x1ed6c7[_0x197061(0x12e)][_0x197061(0x1ae)](_0x303ed0),_0x4a1ec1=_0x1ed6c7[_0x197061(0x12e)]['deepClone'](_0x1338ec),{rowData:_0x1868a5}=_0x4a1ec1[_0x197061(0x29b)],{sourceRange:_0x486556,targetRange:_0x247589}=_0x303ed0[_0x197061(0x29b)];return _0x1ed6c7[_0x197061(0xef)](_0x486556[_0x197061(0x1ed)],_0x486556[_0x197061(0x2c5)]-_0x486556[_0x197061(0x1ed)]+0x1,_0x247589[_0x197061(0x1ed)],_0x1868a5),{'m1Prime':_0x104943,'m2Prime':_0x4a1ec1};}},_0x5c370a={'m1':_0x27192b['MoveRowsMutation']['id'],'m2':_0x27192b[_0x4aac6c(0xa1)]['id'],'handler'(_0x427f05,_0x51c278){const _0xe076ba=_0x4aac6c,_0x24f566={'m1Prime':_0x427f05,'m2Prime':_0x51c278};if(_0x427f05[_0xe076ba(0x29b)][_0xe076ba(0x10f)]!==_0x51c278[_0xe076ba(0x29b)][_0xe076ba(0x10f)]||_0x427f05[_0xe076ba(0x29b)][_0xe076ba(0x14e)]!==_0x51c278['params'][_0xe076ba(0x14e)])return _0x24f566;const _0x89af70=_0x1ed6c7[_0xe076ba(0x12e)]['deepClone'](_0x427f05),_0x330ff8=_0x1ed6c7['Tools'][_0xe076ba(0x1ae)](_0x51c278),{ranges:_0x21b86d}=_0x330ff8[_0xe076ba(0x29b)],{sourceRange:_0x8a8f15,targetRange:_0x18dc38}=_0x427f05[_0xe076ba(0x29b)],_0x4f32c0={'start':_0x8a8f15[_0xe076ba(0x1ed)],'end':_0x8a8f15[_0xe076ba(0x2c5)]},_0x27ea47={'start':_0x18dc38[_0xe076ba(0x1ed)],'end':_0x18dc38[_0xe076ba(0x2c5)]};return _0x21b86d['some'](_0x294566=>{const _0x335486=_0xe076ba,_0x281b91={'start':_0x294566['startRow'],'end':_0x294566[_0x335486(0x2c5)]},_0x45eeb4=_0x4e1ad3(_0x4f32c0,_0x281b91),_0xeb13d9=_0x4e1ad3(_0x27ea47,_0x281b91);if(_0x45eeb4||_0xeb13d9)return!0x0;const _0x2b3aef=_0x27192b[_0x335486(0x191)](_0x4f32c0,_0x27ea47,_0x281b91);return _0x2b3aef[_0x335486(0x1a3)]!==0x0?!0x0:(_0x294566['startRow']+=_0x2b3aef[_0x335486(0x18f)],_0x294566[_0x335486(0x2c5)]+=_0x2b3aef['step'],!0x1);})?{'error':new Error(_0xe076ba(0x1ec))}:{'m1Prime':_0x89af70,'m2Prime':_0x330ff8};}},_0x12124b={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x27192b[_0x4aac6c(0x2b2)]['id'],'handler'(_0x1017e1,_0x5c9363){const _0x5996ed=_0x4aac6c,_0x57b7c5={'m1Prime':_0x1017e1,'m2Prime':_0x5c9363};if(_0x1017e1[_0x5996ed(0x29b)][_0x5996ed(0x10f)]!==_0x5c9363[_0x5996ed(0x29b)]['unitId']||_0x1017e1[_0x5996ed(0x29b)]['subUnitId']!==_0x5c9363['params'][_0x5996ed(0x14e)])return _0x57b7c5;const _0x12dea4=_0x1ed6c7[_0x5996ed(0x12e)][_0x5996ed(0x1ae)](_0x1017e1),_0x2931f8=_0x1ed6c7[_0x5996ed(0x12e)][_0x5996ed(0x1ae)](_0x5c9363),{ranges:_0x5c0a46}=_0x2931f8['params'],{sourceRange:_0x14a2bd,targetRange:_0x479e11}=_0x1017e1['params'],_0x8e9a64={'start':_0x14a2bd[_0x5996ed(0x1ed)],'end':_0x14a2bd[_0x5996ed(0x2c5)]},_0x41a316={'start':_0x479e11['startRow'],'end':_0x479e11[_0x5996ed(0x2c5)]};return _0x5c0a46[_0x5996ed(0xab)](_0x2351d7=>{const _0x1c84fb=_0x5996ed,_0xc91b94={'start':_0x2351d7[_0x1c84fb(0x1ed)],'end':_0x2351d7['endRow']},_0x44fcbd=_0x4e1ad3(_0x8e9a64,_0xc91b94),_0x558ba8=_0x4e1ad3(_0x41a316,_0xc91b94);if(_0x44fcbd||_0x558ba8)return!0x0;const _0x2d0db8=_0x27192b[_0x1c84fb(0x191)](_0x8e9a64,_0x41a316,_0xc91b94);return _0x2d0db8['length']!==0x0?!0x0:(_0x2351d7[_0x1c84fb(0x1ed)]+=_0x2d0db8[_0x1c84fb(0x18f)],_0x2351d7[_0x1c84fb(0x2c5)]+=_0x2d0db8['step'],!0x1);})?{'error':new Error(_0x5996ed(0x17b))}:{'m1Prime':_0x12dea4,'m2Prime':_0x2931f8};}},_0x4df382={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x27192b[_0x4aac6c(0x238)]['id'],'handler'(_0x2843bc,_0xd8ccbd){const _0x336e94=_0x4aac6c,_0x29a245={'m1Prime':[],'m2Prime':[]};if(_0x2843bc['params'][_0x336e94(0x10f)]!==_0xd8ccbd[_0x336e94(0x29b)]['unitId']||_0x2843bc[_0x336e94(0x29b)][_0x336e94(0x14e)]!==_0xd8ccbd[_0x336e94(0x29b)][_0x336e94(0x14e)])return _0x29a245;const _0x9588b9=_0x1ed6c7[_0x336e94(0x12e)][_0x336e94(0x1ae)](_0xd8ccbd);let _0x5c26a1=!0x1;return _0x9588b9['params'][_0x336e94(0x1e0)][_0x336e94(0xfb)](_0x49a9d1=>{const _0x16d376=_0x336e94,{range:_0x435b66,primary:_0x56f74f}=_0x49a9d1,_0x403a43=_0x27192b[_0x16d376(0x191)]({'start':_0x2843bc[_0x16d376(0x29b)]['sourceRange'][_0x16d376(0x1ed)],'end':_0x2843bc[_0x16d376(0x29b)][_0x16d376(0x280)][_0x16d376(0x2c5)]},{'start':_0x2843bc[_0x16d376(0x29b)]['targetRange'][_0x16d376(0x1ed)],'end':_0x2843bc[_0x16d376(0x29b)][_0x16d376(0x236)]['endRow']},{'start':_0x435b66['startRow'],'end':_0x435b66[_0x16d376(0x2c5)]});if(_0x403a43[_0x16d376(0x1a3)]||_0x403a43[_0x16d376(0x18f)]){if(_0x435b66['startRow']+=_0x403a43['step'],_0x435b66[_0x16d376(0x2c5)]+=_0x403a43[_0x16d376(0x18f)]+(_0x403a43[_0x16d376(0x1a3)]||0x0),_0x56f74f){const _0x158a98=_0x27192b[_0x16d376(0x191)]({'start':_0x2843bc[_0x16d376(0x29b)][_0x16d376(0x280)][_0x16d376(0x1ed)],'end':_0x2843bc['params'][_0x16d376(0x280)][_0x16d376(0x2c5)]},{'start':_0x2843bc['params']['targetRange']['startRow'],'end':_0x2843bc[_0x16d376(0x29b)][_0x16d376(0x236)][_0x16d376(0x2c5)]},{'start':_0x56f74f['startRow'],'end':_0x56f74f['endRow']});(_0x158a98[_0x16d376(0x1a3)]||_0x158a98[_0x16d376(0x18f)])&&(_0x56f74f['startRow']+=_0x158a98[_0x16d376(0x18f)],_0x56f74f[_0x16d376(0x2c5)]+=_0x158a98[_0x16d376(0x18f)],_0x56f74f['actualRow']+=_0x158a98[_0x16d376(0x18f)]);}_0x5c26a1=!0x0;}}),_0x5c26a1&&_0x29a245[_0x336e94(0x208)]['push'](_0x9588b9),_0x29a245;}},_0x233bd8={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x5cbf39[_0x4aac6c(0x254)]['id'],'handler'(_0x4ede0b,_0x575094){const _0x283f4d=_0x4aac6c,_0x37dd7c={'m1Prime':[_0x4ede0b],'m2Prime':[_0x575094]};if(_0x4ede0b[_0x283f4d(0x29b)]['unitId']!==_0x575094['params'][_0x283f4d(0x10f)]||_0x4ede0b[_0x283f4d(0x29b)]['subUnitId']!==_0x575094[_0x283f4d(0x29b)]['subUnitId'])return _0x37dd7c;const _0x3f34c2=_0x1ed6c7[_0x283f4d(0x12e)][_0x283f4d(0x1ae)](_0x4ede0b),_0x24b295=_0x1ed6c7[_0x283f4d(0x12e)][_0x283f4d(0x1ae)](_0x575094),_0x39bde7=_0x27192b[_0x283f4d(0x191)]({'start':_0x4ede0b['params'][_0x283f4d(0x280)]['startRow'],'end':_0x4ede0b[_0x283f4d(0x29b)]['sourceRange'][_0x283f4d(0x2c5)]},{'start':_0x4ede0b[_0x283f4d(0x29b)][_0x283f4d(0x236)]['startRow'],'end':_0x4ede0b[_0x283f4d(0x29b)]['targetRange'][_0x283f4d(0x2c5)]},{'start':_0x575094[_0x283f4d(0x29b)][_0x283f4d(0x272)][_0x283f4d(0x1ed)],'end':_0x575094['params'][_0x283f4d(0x272)][_0x283f4d(0x2c5)]});return _0x24b295[_0x283f4d(0x29b)]['range'][_0x283f4d(0x1ed)]+=_0x39bde7[_0x283f4d(0x18f)],_0x24b295[_0x283f4d(0x29b)][_0x283f4d(0x272)][_0x283f4d(0x2c5)]+=_0x39bde7[_0x283f4d(0x18f)]+_0x39bde7[_0x283f4d(0x1a3)],{'m1Prime':[_0x24b295,_0x3f34c2],'m2Prime':[_0x24b295]};}},_0x2a09b9={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x27192b[_0x4aac6c(0xfe)]['id'],'handler'(_0x2d6a56,_0x20aca1){const _0x34ad6b=_0x4aac6c,_0xeb81d7={'m1Prime':_0x2d6a56,'m2Prime':_0x20aca1};if(_0x2d6a56[_0x34ad6b(0x29b)][_0x34ad6b(0x10f)]!==_0x20aca1[_0x34ad6b(0x29b)][_0x34ad6b(0x10f)]||_0x2d6a56[_0x34ad6b(0x29b)][_0x34ad6b(0x14e)]!==_0x20aca1[_0x34ad6b(0x29b)]['subUnitId'])return _0xeb81d7;const _0x4b0985=_0x1ed6c7[_0x34ad6b(0x12e)]['deepClone'](_0x2d6a56),_0x1f5629=_0x1ed6c7[_0x34ad6b(0x12e)][_0x34ad6b(0x1ae)](_0x20aca1),{rowsAutoHeightInfo:_0x42fa41}=_0x1f5629['params'],{sourceRange:_0x51a25a,targetRange:_0xfc1184}=_0x2d6a56['params'],_0x3dec50={'start':_0x51a25a[_0x34ad6b(0x1ed)],'end':_0x51a25a[_0x34ad6b(0x2c5)]},_0x38ae69={'start':_0xfc1184['startRow'],'end':_0xfc1184['endRow']};return _0x42fa41[_0x34ad6b(0xab)](_0x3ac38d=>{const _0x2266ae=_0x34ad6b,_0x1abc7f={'start':_0x3ac38d[_0x2266ae(0x184)],'end':_0x3ac38d['row']},_0x51eb7c=_0x27192b['handleBaseMoveRowsCols'](_0x3dec50,_0x38ae69,_0x1abc7f);return _0x51eb7c['length']!==0x0?!0x0:(_0x3ac38d[_0x2266ae(0x184)]+=_0x51eb7c[_0x2266ae(0x18f)],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height')}:{'m1Prime':_0x4b0985,'m2Prime':_0x1f5629};}},_0x3aef44={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x27192b[_0x4aac6c(0x1d6)]['id'],'handler'(_0x53898c,_0x167faa){const _0x13a4b2=_0x4aac6c,_0x16f0d5={'m1Prime':_0x53898c,'m2Prime':_0x167faa};if(_0x53898c['params'][_0x13a4b2(0x10f)]!==_0x167faa[_0x13a4b2(0x29b)][_0x13a4b2(0x10f)]||_0x53898c[_0x13a4b2(0x29b)][_0x13a4b2(0x14e)]!==_0x167faa[_0x13a4b2(0x29b)][_0x13a4b2(0x14e)])return _0x16f0d5;const _0x10bf1e=_0x1ed6c7[_0x13a4b2(0x12e)][_0x13a4b2(0x1ae)](_0x53898c),_0x1b266f=_0x1ed6c7[_0x13a4b2(0x12e)][_0x13a4b2(0x1ae)](_0x167faa),{ranges:_0x320f77,rowHeight:_0x18268f}=_0x1b266f[_0x13a4b2(0x29b)],{sourceRange:_0xb14007,targetRange:_0x5a63f}=_0x53898c[_0x13a4b2(0x29b)],_0x4be841={'start':_0xb14007['startRow'],'end':_0xb14007[_0x13a4b2(0x2c5)]},_0x167035={'start':_0x5a63f[_0x13a4b2(0x1ed)],'end':_0x5a63f[_0x13a4b2(0x2c5)]};return _0x320f77[_0x13a4b2(0xab)](_0x518f31=>{const _0xc41201=_0x13a4b2,_0x545362={'start':_0x518f31[_0xc41201(0x1ed)],'end':_0x518f31[_0xc41201(0x2c5)]},_0x5679c5=_0x27192b['handleBaseMoveRowsCols'](_0x4be841,_0x167035,_0x545362);return _0x5679c5[_0xc41201(0x1a3)]!==0x0?!0x0:(_0x518f31[_0xc41201(0x1ed)]+=_0x5679c5[_0xc41201(0x18f)],_0x518f31[_0xc41201(0x2c5)]+=_0x5679c5[_0xc41201(0x18f)],!0x1);})?{'error':new Error(_0x13a4b2(0x289))}:(typeof _0x18268f!='number'&&_0x1ed6c7[_0x13a4b2(0xef)](_0xb14007['startRow'],_0xb14007['endRow']-_0xb14007['startRow']+0x1,_0x5a63f[_0x13a4b2(0x1ed)],_0x18268f),{'m1Prime':_0x10bf1e,'m2Prime':_0x1b266f});}},_0x49402b={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x27192b[_0x4aac6c(0x26b)]['id'],'handler'(_0x55e9ce,_0x383860){const _0x2bcbe4=_0x4aac6c,_0x3afe4b={'m1Prime':_0x55e9ce,'m2Prime':_0x383860};if(_0x55e9ce['params'][_0x2bcbe4(0x10f)]!==_0x383860[_0x2bcbe4(0x29b)][_0x2bcbe4(0x10f)]||_0x55e9ce[_0x2bcbe4(0x29b)]['subUnitId']!==_0x383860[_0x2bcbe4(0x29b)][_0x2bcbe4(0x14e)])return _0x3afe4b;const _0x2a2a0=_0x1ed6c7['Tools'][_0x2bcbe4(0x1ae)](_0x55e9ce),_0x4e53db=_0x1ed6c7[_0x2bcbe4(0x12e)]['deepClone'](_0x383860),{ranges:_0x58a832,autoHeightInfo:_0x5c1728}=_0x4e53db['params'],{sourceRange:_0x26b85f,targetRange:_0x1ac330}=_0x55e9ce['params'],_0x3d873e={'start':_0x26b85f[_0x2bcbe4(0x1ed)],'end':_0x26b85f[_0x2bcbe4(0x2c5)]},_0x1af8cc={'start':_0x1ac330[_0x2bcbe4(0x1ed)],'end':_0x1ac330['endRow']};return _0x58a832[_0x2bcbe4(0xab)](_0x25b18b=>{const _0x41f793=_0x2bcbe4,_0x88abe3={'start':_0x25b18b[_0x41f793(0x1ed)],'end':_0x25b18b['endRow']},_0x4ada7e=_0x27192b['handleBaseMoveRowsCols'](_0x3d873e,_0x1af8cc,_0x88abe3);return _0x4ada7e[_0x41f793(0x1a3)]!==0x0?!0x0:(_0x25b18b[_0x41f793(0x1ed)]+=_0x4ada7e[_0x41f793(0x18f)],_0x25b18b['endRow']+=_0x4ada7e['step'],!0x1);})?{'error':new Error(_0x2bcbe4(0xf1))}:(typeof _0x5c1728!=_0x2bcbe4(0x174)&&_0x1ed6c7[_0x2bcbe4(0xef)](_0x26b85f[_0x2bcbe4(0x1ed)],_0x26b85f[_0x2bcbe4(0x2c5)]-_0x26b85f[_0x2bcbe4(0x1ed)]+0x1,_0x1ac330['startRow'],_0x5c1728),{'m1Prime':_0x2a2a0,'m2Prime':_0x4e53db});}},_0x1208c3={'m1':_0x27192b['MoveRowsMutation']['id'],'m2':_0x59e2de[_0x4aac6c(0x106)]['id'],'handler':(_0x42e5c9,_0x384b09)=>{const _0x175382=_0x4aac6c,_0x34af49={'m1Prime':_0x42e5c9,'m2Prime':_0x384b09};if(_0x42e5c9['params']['unitId']!==_0x384b09['params'][_0x175382(0x10f)]||_0x42e5c9[_0x175382(0x29b)][_0x175382(0x14e)]!==_0x384b09[_0x175382(0x29b)]['subUnitId'])return _0x34af49;const _0x3230ef={'id':_0x27192b['MoveRowsCommand']['id'],'params':{'unitId':_0x42e5c9['params']['unitId'],'subUnitId':_0x42e5c9[_0x175382(0x29b)][_0x175382(0x14e)],'fromRange':_0x42e5c9[_0x175382(0x29b)][_0x175382(0x280)],'toRange':_0x42e5c9[_0x175382(0x29b)][_0x175382(0x236)]}},_0x4507e7=_0x33a4d3(_0x384b09,_0x3230ef);return{'m1Prime':[_0x42e5c9,..._0x4507e7],'m2Prime':[_0x384b09,..._0x4507e7]};}},_0x5559d1={'m1':_0x27192b[_0x4aac6c(0x11a)]['id'],'m2':_0x1444e7[_0x4aac6c(0x24d)]['id'],'handler':(_0x644d63,_0x21c008)=>{const _0x57e1e5=_0x4aac6c,_0x439719={'m1Prime':_0x644d63,'m2Prime':_0x21c008};if(_0x644d63['params']['unitId']!==_0x21c008[_0x57e1e5(0x29b)]['unitId']||_0x21c008[_0x57e1e5(0x29b)][_0x57e1e5(0x14e)]!==_0x644d63[_0x57e1e5(0x29b)]['subUnitId'])return _0x439719;const _0x26880e={'id':_0x27192b[_0x57e1e5(0x1b4)]['id'],'params':{'fromRange':_0x644d63[_0x57e1e5(0x29b)][_0x57e1e5(0x280)],'toRange':_0x644d63[_0x57e1e5(0x29b)][_0x57e1e5(0x236)]}},_0x38d1d8=_0x54cf14(_0x21c008,_0x26880e);return{'m1Prime':[_0x644d63,..._0x38d1d8],'m2Prime':[_0x21c008,..._0x38d1d8]};}},_0x435ce5={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x59e2de[_0x4aac6c(0x1ad)]['id'],'handler':(_0x4a38db,_0x691180)=>{const _0x4255a0=_0x4aac6c,_0x15e0ef={'m1Prime':_0x4a38db,'m2Prime':_0x691180};if(_0x4a38db[_0x4255a0(0x29b)][_0x4255a0(0x10f)]!==_0x691180['params'][_0x4255a0(0x10f)]||_0x4a38db[_0x4255a0(0x29b)][_0x4255a0(0x14e)]!==_0x691180[_0x4255a0(0x29b)][_0x4255a0(0x14e)])return _0x15e0ef;const _0x235f08={'id':_0x27192b[_0x4255a0(0x183)]['id'],'params':{'unitId':_0x4a38db[_0x4255a0(0x29b)][_0x4255a0(0x10f)],'subUnitId':_0x4a38db[_0x4255a0(0x29b)][_0x4255a0(0x14e)],'range':_0x4a38db['params'][_0x4255a0(0x272)]}},_0x16e952=_0x1b5be9(_0x691180,_0x235f08);return{'m1Prime':[_0x4a38db,..._0x16e952],'m2Prime':[_0x691180,..._0x16e952]};}},_0x316e7d={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x1444e7[_0x4aac6c(0x27c)]['id'],'handler'(_0x54c9a2,_0x37b730){const _0xd14b3a=_0x4aac6c,_0x116e6f={'m1Prime':_0x54c9a2,'m2Prime':_0x37b730};if(_0x54c9a2['params']['unitId']!==_0x37b730[_0xd14b3a(0x29b)][_0xd14b3a(0x10f)]||_0x54c9a2[_0xd14b3a(0x29b)]['subUnitId']!==_0x37b730[_0xd14b3a(0x29b)][_0xd14b3a(0x14e)])return _0x116e6f;const _0x48ebc6={'id':_0x27192b['RemoveColCommand']['id'],'params':{'range':_0x54c9a2['params']['range']}},_0x333c70=_0x29fc6e(_0x37b730,_0x48ebc6);return{'m1Prime':[_0x54c9a2,..._0x333c70],'m2Prime':[_0x37b730,..._0x333c70]};}},_0x3c42b9={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x27192b[_0x4aac6c(0x1d0)]['id'],'handler'(_0x472570,_0x50c696){const _0x44bb3c=_0x4aac6c,_0x4f4f4e=_0x1fc5b7[_0x44bb3c(0x19f)](_0x50c696,_0x472570);return _0x4589a8(_0x4f4f4e)?{'m1Prime':_0x4f4f4e[_0x44bb3c(0x208)],'m2Prime':_0x4f4f4e[_0x44bb3c(0x13b)]}:_0x4f4f4e;}},_0x28e658={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x27192b[_0x4aac6c(0xd1)]['id'],'handler'(_0xea1bd1,_0x1709a6){const _0x1f6f0e=_0x4aac6c,_0x25326c={'m1Prime':_0xea1bd1,'m2Prime':_0x1709a6};if(_0xea1bd1['params'][_0x1f6f0e(0x10f)]!==_0x1709a6[_0x1f6f0e(0x29b)][_0x1f6f0e(0x10f)]||_0xea1bd1['params'][_0x1f6f0e(0x14e)]!==_0x1709a6['params'][_0x1f6f0e(0x14e)])return _0x25326c;const _0x549306=_0x1ed6c7[_0x1f6f0e(0x12e)]['deepClone'](_0xea1bd1),_0x58278b=_0x1ed6c7[_0x1f6f0e(0x12e)]['deepClone'](_0x1709a6);if(_0xea1bd1[_0x1f6f0e(0x29b)]['range'][_0x1f6f0e(0x251)]<=_0x1709a6[_0x1f6f0e(0x29b)][_0x1f6f0e(0x280)][_0x1f6f0e(0x263)]&&_0xea1bd1[_0x1f6f0e(0x29b)][_0x1f6f0e(0x272)][_0x1f6f0e(0x263)]>=_0x1709a6[_0x1f6f0e(0x29b)][_0x1f6f0e(0x280)][_0x1f6f0e(0x251)]||_0xea1bd1['params'][_0x1f6f0e(0x272)][_0x1f6f0e(0x251)]<=_0x1709a6[_0x1f6f0e(0x29b)][_0x1f6f0e(0x236)][_0x1f6f0e(0x263)]&&_0xea1bd1[_0x1f6f0e(0x29b)][_0x1f6f0e(0x272)][_0x1f6f0e(0x263)]>=_0x1709a6[_0x1f6f0e(0x29b)]['targetRange'][_0x1f6f0e(0x251)])return{'error':new Error(_0x1f6f0e(0x217))};const _0x5d0bfd=_0x27192b[_0x1f6f0e(0x197)](_0x9589de(_0xea1bd1[_0x1f6f0e(0x29b)][_0x1f6f0e(0x272)]),_0x9589de(_0x1709a6[_0x1f6f0e(0x29b)][_0x1f6f0e(0x280)])),_0xcf644b=_0x27192b[_0x1f6f0e(0x197)](_0x9589de(_0xea1bd1[_0x1f6f0e(0x29b)]['range']),_0x9589de(_0x1709a6[_0x1f6f0e(0x29b)][_0x1f6f0e(0x236)]));_0x5d0bfd&&_0xcf644b?(_0x58278b[_0x1f6f0e(0x29b)]['sourceRange'][_0x1f6f0e(0x251)]+=_0x5d0bfd[_0x1f6f0e(0x18f)],_0x58278b[_0x1f6f0e(0x29b)][_0x1f6f0e(0x280)]['endColumn']+=_0x5d0bfd[_0x1f6f0e(0x18f)]+(_0x5d0bfd[_0x1f6f0e(0x1a3)]||0x0),_0x58278b[_0x1f6f0e(0x29b)][_0x1f6f0e(0x236)][_0x1f6f0e(0x251)]+=_0xcf644b[_0x1f6f0e(0x18f)],_0x58278b[_0x1f6f0e(0x29b)][_0x1f6f0e(0x236)][_0x1f6f0e(0x263)]+=_0xcf644b[_0x1f6f0e(0x18f)]+(_0xcf644b[_0x1f6f0e(0x1a3)]||0x0)):_0x58278b['id']=_0x27192b[_0x1f6f0e(0xac)]['id'];const _0x2fd6a3=_0x27192b[_0x1f6f0e(0x191)]({'start':_0x1709a6[_0x1f6f0e(0x29b)][_0x1f6f0e(0x280)]['startColumn'],'end':_0x1709a6[_0x1f6f0e(0x29b)][_0x1f6f0e(0x280)]['endColumn']},{'start':_0x1709a6[_0x1f6f0e(0x29b)]['targetRange'][_0x1f6f0e(0x251)],'end':_0x1709a6[_0x1f6f0e(0x29b)][_0x1f6f0e(0x236)][_0x1f6f0e(0x263)]},{'start':_0xea1bd1[_0x1f6f0e(0x29b)][_0x1f6f0e(0x272)][_0x1f6f0e(0x251)],'end':_0xea1bd1[_0x1f6f0e(0x29b)][_0x1f6f0e(0x272)][_0x1f6f0e(0x263)]});if(_0x2fd6a3){const {step:_0x1fbc6a,length:_0x3b255e}=_0x2fd6a3;_0x549306['params'][_0x1f6f0e(0x272)][_0x1f6f0e(0x251)]+=_0x1fbc6a,_0x549306[_0x1f6f0e(0x29b)][_0x1f6f0e(0x272)][_0x1f6f0e(0x263)]+=_0x1fbc6a+(_0x3b255e||0x0);}else _0x549306[_0x1f6f0e(0x29b)]['range'][_0x1f6f0e(0x251)]=0x0,_0x549306[_0x1f6f0e(0x29b)]['range'][_0x1f6f0e(0x263)]=-0x1;return{'m1Prime':_0x549306,'m2Prime':_0x58278b};}},_0x2aa292={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x27192b[_0x4aac6c(0x2b3)]['id'],'handler'(_0x54246e,_0x52f10f){const _0x2e56d6=_0x4aac6c,_0x57089c={'m1Prime':_0x54246e,'m2Prime':_0x52f10f};if(_0x54246e[_0x2e56d6(0x29b)]['unitId']!==_0x52f10f[_0x2e56d6(0x29b)]['unitId']||_0x54246e['params'][_0x2e56d6(0x14e)]!==_0x52f10f[_0x2e56d6(0x29b)][_0x2e56d6(0x9f)][_0x2e56d6(0x14e)]&&_0x54246e[_0x2e56d6(0x29b)][_0x2e56d6(0x14e)]!==_0x52f10f[_0x2e56d6(0x29b)]['to'][_0x2e56d6(0x14e)])return _0x57089c;const _0x3a6027=_0x1ed6c7[_0x2e56d6(0x12e)]['deepClone'](_0x54246e),_0xa3e18a=_0x1ed6c7[_0x2e56d6(0x12e)][_0x2e56d6(0x1ae)](_0x52f10f),{startColumn:_0x2c503e,endColumn:_0x2f2275}=_0x54246e[_0x2e56d6(0x29b)]['range'];if(_0x54246e[_0x2e56d6(0x29b)]['subUnitId']===_0x52f10f[_0x2e56d6(0x29b)]['from'][_0x2e56d6(0x14e)]){const _0x149992=new _0x1ed6c7[(_0x2e56d6(0x2ce))](_0xa3e18a['params'][_0x2e56d6(0x9f)][_0x2e56d6(0xa5)]),_0x59c25d=_0x149992[_0x2e56d6(0x105)](),{startColumn:_0x15386b,endColumn:_0x221634}=_0x59c25d;if(_0x15386b<=_0x2f2275&&_0x221634>=_0x2c503e)return{'error':new Error('Remove-cols\x20has\x20conflicts\x20with\x20move-range')};_0x2f2275<_0x15386b&&_0x149992[_0x2e56d6(0x108)](_0x2c503e,_0x2f2275-_0x2c503e+0x1),_0xa3e18a[_0x2e56d6(0x29b)][_0x2e56d6(0x9f)][_0x2e56d6(0xa5)]=_0x149992[_0x2e56d6(0x209)]();}if(_0x54246e[_0x2e56d6(0x29b)][_0x2e56d6(0x14e)]===_0x52f10f['params']['to'][_0x2e56d6(0x14e)]){const _0x34d6dd=new _0x1ed6c7['ObjectMatrix'](_0xa3e18a['params']['to']['value']),_0x316259=_0x34d6dd[_0x2e56d6(0x105)](),{startColumn:_0x5db9de,endColumn:_0x518d83}=_0x316259;if(_0x5db9de<=_0x2f2275&&_0x518d83>=_0x2c503e)return{'error':new Error(_0x2e56d6(0x20e))};_0x2f2275<_0x5db9de&&_0x34d6dd[_0x2e56d6(0x108)](_0x2c503e,_0x2f2275-_0x2c503e+0x1),_0xa3e18a[_0x2e56d6(0x29b)]['to'][_0x2e56d6(0xa5)]=_0x34d6dd['getMatrix']();}return{'m1Prime':_0x3a6027,'m2Prime':_0xa3e18a};}},_0x5336c2={'m1':_0x27192b['RemoveColMutation']['id'],'m2':_0x27192b['RemoveColMutation']['id'],'handler'(_0x72f2ab,_0x5dd69d){const _0x1eb54e=_0x4aac6c,_0x397972={'m1Prime':_0x72f2ab,'m2Prime':_0x5dd69d};if(_0x72f2ab['params']['unitId']!==_0x5dd69d[_0x1eb54e(0x29b)]['unitId']||_0x72f2ab[_0x1eb54e(0x29b)]['subUnitId']!==_0x5dd69d['params'][_0x1eb54e(0x14e)])return _0x397972;const _0x47a65e=_0x1ed6c7[_0x1eb54e(0x12e)][_0x1eb54e(0x1ae)](_0x72f2ab),_0x59b2ec=_0x1ed6c7[_0x1eb54e(0x12e)][_0x1eb54e(0x1ae)](_0x5dd69d),_0x2ca2b1=_0x27192b['handleBaseRemoveRange'](_0x72f2ab[_0x1eb54e(0x29b)][_0x1eb54e(0x272)],_0x5dd69d[_0x1eb54e(0x29b)][_0x1eb54e(0x272)]);if(_0x2ca2b1){const {step:_0x4d3d5f,length:_0x1b3eb7}=_0x2ca2b1;_0x59b2ec[_0x1eb54e(0x29b)][_0x1eb54e(0x272)][_0x1eb54e(0x251)]+=_0x4d3d5f,_0x59b2ec[_0x1eb54e(0x29b)][_0x1eb54e(0x272)][_0x1eb54e(0x263)]+=_0x4d3d5f+(_0x1b3eb7||0x0);}else _0x59b2ec['id']=_0x27192b[_0x1eb54e(0xac)]['id'];const _0x33299f=_0x27192b[_0x1eb54e(0x197)](_0x5dd69d[_0x1eb54e(0x29b)][_0x1eb54e(0x272)],_0x72f2ab[_0x1eb54e(0x29b)][_0x1eb54e(0x272)]);if(_0x33299f){const {step:_0x4f05d8,length:_0x57d3a8}=_0x33299f;_0x47a65e[_0x1eb54e(0x29b)]['range'][_0x1eb54e(0x251)]+=_0x4f05d8,_0x47a65e[_0x1eb54e(0x29b)][_0x1eb54e(0x272)][_0x1eb54e(0x263)]+=_0x4f05d8+(_0x57d3a8||0x0);}else _0x47a65e['id']=_0x27192b['EmptyMutation']['id'];return{'m1Prime':_0x47a65e,'m2Prime':_0x59b2ec};}},_0x5403d0={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x27192b[_0x4aac6c(0x278)]['id'],'handler'(_0xc31411,_0x2a5c0a){const _0x119c32=_0x4aac6c,_0x26623d={'m1Prime':_0xc31411,'m2Prime':_0x2a5c0a};if(_0xc31411[_0x119c32(0x29b)]['unitId']!==_0x2a5c0a[_0x119c32(0x29b)][_0x119c32(0x10f)]||_0xc31411['params'][_0x119c32(0x14e)]!==_0x2a5c0a['params'][_0x119c32(0x14e)])return _0x26623d;const _0x3993be=_0x1ed6c7[_0x119c32(0x12e)][_0x119c32(0x1ae)](_0xc31411),_0x381d85=_0x1ed6c7[_0x119c32(0x12e)][_0x119c32(0x1ae)](_0x2a5c0a),{ranges:_0x3bd463}=_0x381d85[_0x119c32(0x29b)];return _0x3bd463[_0x119c32(0xab)](_0x5d02c7=>{const _0x49b04f=_0x119c32,_0x3f258a=_0x27192b[_0x49b04f(0x197)](_0x9589de(_0xc31411[_0x49b04f(0x29b)][_0x49b04f(0x272)]),_0x9589de(_0x5d02c7));return _0x3f258a===null||_0x3f258a[_0x49b04f(0x1a3)]!==0x0?!0x0:(_0x5d02c7[_0x49b04f(0x251)]+=_0x3f258a[_0x49b04f(0x18f)],_0x5d02c7['endColumn']+=_0x3f258a[_0x49b04f(0x18f)],!0x1);})?{'error':new Error(_0x119c32(0x17d))}:{'m1Prime':_0x3993be,'m2Prime':_0x381d85};}},_0x3ce4be={'m1':_0x27192b['RemoveColMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x2af)]['id'],'handler'(_0x3f9a2f,_0x28135f){const _0x4a12e9=_0x4aac6c,_0x3fb6dd=_0x1ed6c7[_0x4a12e9(0x12e)]['deepClone'](_0x3f9a2f),_0x30610b=_0x1ed6c7[_0x4a12e9(0x12e)]['deepClone'](_0x28135f);if(_0x3f9a2f['params']['unitId']!==_0x28135f[_0x4a12e9(0x29b)][_0x4a12e9(0x10f)]||_0x3f9a2f[_0x4a12e9(0x29b)]['subUnitId']!==_0x28135f[_0x4a12e9(0x29b)][_0x4a12e9(0x14e)])return{'m1Prime':_0x3fb6dd,'m2Prime':_0x30610b};const _0x16c04e=_0x30610b[_0x4a12e9(0x29b)][_0x4a12e9(0x269)][_0x4a12e9(0x28a)]((_0x57e25a,_0x31bfc8)=>{const _0x10d5d4=_0x4a12e9,_0x4d4a77=_0x3fb6dd[_0x10d5d4(0x29b)][_0x10d5d4(0x272)],_0x3cb75c=_0x4d4a77[_0x10d5d4(0x263)]-_0x4d4a77['startColumn']+0x1;let _0x164df9={..._0x31bfc8};return _0x4d4a77[_0x10d5d4(0x251)]>_0x31bfc8[_0x10d5d4(0x263)]?_0x164df9={..._0x31bfc8}:_0x4d4a77['startColumn']>=_0x31bfc8[_0x10d5d4(0x251)]&&_0x4d4a77[_0x10d5d4(0x251)]<=_0x31bfc8[_0x10d5d4(0x263)]&&_0x4d4a77[_0x10d5d4(0x263)]>_0x31bfc8[_0x10d5d4(0x263)]?(_0x164df9[_0x10d5d4(0x263)]=_0x4d4a77[_0x10d5d4(0x251)]-0x1,_0x4d4a77['startColumn']===_0x31bfc8['startColumn']&&(_0x164df9=null)):_0x4d4a77[_0x10d5d4(0x251)]>_0x31bfc8[_0x10d5d4(0x251)]&&_0x4d4a77[_0x10d5d4(0x263)]<_0x31bfc8[_0x10d5d4(0x263)]?_0x164df9[_0x10d5d4(0x263)]=_0x31bfc8[_0x10d5d4(0x263)]-_0x3cb75c:_0x4d4a77[_0x10d5d4(0x251)]<_0x31bfc8['startColumn']&&_0x4d4a77[_0x10d5d4(0x263)]>=_0x31bfc8[_0x10d5d4(0x251)]&&_0x4d4a77[_0x10d5d4(0x263)]<=_0x31bfc8['endColumn']?(_0x164df9[_0x10d5d4(0x251)]=_0x4d4a77[_0x10d5d4(0x251)],_0x164df9[_0x10d5d4(0x263)]=_0x31bfc8[_0x10d5d4(0x263)]-_0x3cb75c,_0x4d4a77[_0x10d5d4(0x263)]===_0x31bfc8[_0x10d5d4(0x263)]&&(_0x164df9=null)):_0x4d4a77['startColumn']<=_0x31bfc8[_0x10d5d4(0x251)]&&_0x4d4a77[_0x10d5d4(0x263)]>=_0x31bfc8[_0x10d5d4(0x263)]?_0x164df9=null:_0x4d4a77[_0x10d5d4(0x263)]<_0x31bfc8[_0x10d5d4(0x251)]&&(_0x164df9[_0x10d5d4(0x251)]=_0x31bfc8[_0x10d5d4(0x251)]-_0x3cb75c,_0x164df9[_0x10d5d4(0x263)]=_0x31bfc8[_0x10d5d4(0x263)]-_0x3cb75c),_0x164df9&&!(_0x164df9['startRow']===_0x164df9[_0x10d5d4(0x2c5)]&&_0x164df9['startColumn']===_0x164df9[_0x10d5d4(0x263)])&&_0x57e25a[_0x10d5d4(0x271)](_0x164df9),_0x57e25a;},[]);return _0x30610b[_0x4a12e9(0x29b)][_0x4a12e9(0x269)]=_0x16c04e,{'m1Prime':_0x3fb6dd,'m2Prime':_0x30610b};}},_0x4e35a7={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x27192b['ReorderRangeMutation']['id'],'handler'(_0x3562dc,_0xc9f1bf){const _0x3bfe5c=_0x4aac6c,_0x4d8006={'m1Prime':_0x3562dc,'m2Prime':_0xc9f1bf};if(_0x3562dc[_0x3bfe5c(0x29b)][_0x3bfe5c(0x10f)]!==_0xc9f1bf[_0x3bfe5c(0x29b)]['unitId']||_0x3562dc['params'][_0x3bfe5c(0x14e)]!==_0xc9f1bf[_0x3bfe5c(0x29b)][_0x3bfe5c(0x14e)])return _0x4d8006;const _0x426b6f=_0x27192b[_0x3bfe5c(0x197)](_0x9589de(_0x3562dc[_0x3bfe5c(0x29b)][_0x3bfe5c(0x272)]),_0x9589de(_0xc9f1bf['params'][_0x3bfe5c(0x272)]));if(!_0x426b6f)return{'m1Prime':_0x3562dc,'m2Prime':[]};const _0x36b325=_0x1ed6c7['Tools'][_0x3bfe5c(0x1ae)](_0xc9f1bf);return _0x36b325['params']['range']['startColumn']+=_0x426b6f[_0x3bfe5c(0x18f)],_0x36b325[_0x3bfe5c(0x29b)][_0x3bfe5c(0x272)][_0x3bfe5c(0x263)]+=_0x426b6f['step']+(_0x426b6f[_0x3bfe5c(0x1a3)]||0x0),{'m1Prime':_0x3562dc,'m2Prime':_0x36b325};}},_0x39ccf5={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x27192b[_0x4aac6c(0x2a7)]['id'],'handler'(_0x7a0d61,_0x9ae61d){const _0x2c78f4=_0x4aac6c,_0x3b0a13={'m1Prime':_0x7a0d61,'m2Prime':_0x9ae61d};if(_0x7a0d61['params']['unitId']!==_0x9ae61d['params']['unitId']||_0x7a0d61['params']['subUnitId']!==_0x9ae61d[_0x2c78f4(0x29b)][_0x2c78f4(0x14e)])return _0x3b0a13;const _0x4a6283=_0x1ed6c7[_0x2c78f4(0x12e)]['deepClone'](_0x7a0d61),_0x131961=_0x1ed6c7[_0x2c78f4(0x12e)]['deepClone'](_0x9ae61d),{columnData:_0x4d04e8}=_0x131961[_0x2c78f4(0x29b)];return _0x1ed6c7[_0x2c78f4(0x1dc)](_0x7a0d61[_0x2c78f4(0x29b)][_0x2c78f4(0x272)][_0x2c78f4(0x251)],_0x7a0d61[_0x2c78f4(0x29b)]['range'][_0x2c78f4(0x263)]-_0x7a0d61['params'][_0x2c78f4(0x272)]['startColumn']+0x1,_0x4d04e8),{'m1Prime':_0x4a6283,'m2Prime':_0x131961};}},_0x3ca200={'m1':_0x27192b['RemoveColMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x266)]['id'],'handler'(_0x4f2c9a,_0xf8d483){const _0x5d4147=_0x4aac6c,_0x3e3269={'m1Prime':_0x4f2c9a,'m2Prime':_0xf8d483};if(_0x4f2c9a[_0x5d4147(0x29b)]['unitId']!==_0xf8d483['params'][_0x5d4147(0x10f)]||_0x4f2c9a[_0x5d4147(0x29b)][_0x5d4147(0x14e)]!==_0xf8d483['params'][_0x5d4147(0x14e)])return _0x3e3269;const _0x8a1c1c=_0x1ed6c7['Tools'][_0x5d4147(0x1ae)](_0x4f2c9a),_0x4b3cd1=_0x1ed6c7[_0x5d4147(0x12e)][_0x5d4147(0x1ae)](_0xf8d483),{ranges:_0x1f1cc7}=_0x4b3cd1['params'];return _0x1f1cc7[_0x5d4147(0xfb)](_0x1741f8=>{const _0x2ec22b=_0x5d4147,_0x105334=_0x27192b['handleBaseRemoveRange'](_0x9589de(_0x4f2c9a[_0x2ec22b(0x29b)][_0x2ec22b(0x272)]),_0x1741f8);_0x105334==null?_0x4b3cd1['id']=_0x27192b[_0x2ec22b(0xac)]['id']:(_0x1741f8[_0x2ec22b(0x251)]+=_0x105334[_0x2ec22b(0x18f)],_0x1741f8['endColumn']+=_0x105334['step']+_0x105334[_0x2ec22b(0x1a3)]);}),{'m1Prime':_0x8a1c1c,'m2Prime':_0x4b3cd1};}},_0xed333a={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x27192b[_0x4aac6c(0x109)]['id'],'handler'(_0x225069,_0x49e995){const _0x4f3e81=_0x4aac6c,_0x2f8e25={'m1Prime':_0x225069,'m2Prime':_0x49e995};if(_0x225069[_0x4f3e81(0x29b)][_0x4f3e81(0x10f)]!==_0x49e995[_0x4f3e81(0x29b)][_0x4f3e81(0x10f)]||_0x225069[_0x4f3e81(0x29b)][_0x4f3e81(0x14e)]!==_0x49e995['params'][_0x4f3e81(0x14e)])return _0x2f8e25;const _0x5566d5=_0x1ed6c7[_0x4f3e81(0x12e)][_0x4f3e81(0x1ae)](_0x225069),_0x14b5e7=_0x1ed6c7[_0x4f3e81(0x12e)]['deepClone'](_0x49e995),{ranges:_0x2d901b}=_0x14b5e7[_0x4f3e81(0x29b)];return _0x2d901b[_0x4f3e81(0xfb)](_0x376306=>{const _0x53107b=_0x4f3e81,_0x298315=_0x27192b[_0x53107b(0x197)](_0x9589de(_0x225069[_0x53107b(0x29b)][_0x53107b(0x272)]),_0x376306);_0x298315==null?_0x14b5e7['id']=_0x27192b['EmptyMutation']['id']:(_0x376306[_0x53107b(0x251)]+=_0x298315[_0x53107b(0x18f)],_0x376306['endColumn']+=_0x298315[_0x53107b(0x18f)]+_0x298315['length']);}),{'m1Prime':_0x5566d5,'m2Prime':_0x14b5e7};}},_0x366589={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x27192b['SetNumfmtMutation']['id'],'handler'(_0x1af24e,_0x397951){const _0x2868cc=_0x4aac6c,_0x2cddbd={'m1Prime':_0x1af24e,'m2Prime':_0x397951};if(_0x1af24e[_0x2868cc(0x29b)][_0x2868cc(0x10f)]!==_0x397951[_0x2868cc(0x29b)]['unitId']||_0x1af24e[_0x2868cc(0x29b)][_0x2868cc(0x14e)]!==_0x397951[_0x2868cc(0x29b)]['subUnitId'])return _0x2cddbd;const _0x3d7d0e=[_0x1ed6c7[_0x2868cc(0x12e)][_0x2868cc(0x1ae)](_0x1af24e)],_0x534ade=_0x1ed6c7['Tools'][_0x2868cc(0x1ae)](_0x397951),{values:_0x1a32f7}=_0x534ade[_0x2868cc(0x29b)],_0x4ef489=[];let _0x579d0f=!0x1;for(const _0x20e9c1 in _0x1a32f7){const _0x108c03=_0x1a32f7[_0x20e9c1];if(_0x4ef489[_0x2868cc(0x271)](..._0x108c03[_0x2868cc(0x269)]),_0x108c03['ranges'][_0x2868cc(0xab)](_0x5f4811=>{const _0x484768=_0x2868cc,_0x278bdc=_0x27192b[_0x484768(0x197)](_0x9589de(_0x1af24e['params']['range']),_0x9589de(_0x5f4811));return _0x278bdc==null||_0x278bdc[_0x484768(0x1a3)]!==0x0?!0x0:(_0x278bdc['step']!==0x0&&(_0x579d0f=!0x0),_0x5f4811['startColumn']+=_0x278bdc[_0x484768(0x18f)],_0x5f4811[_0x484768(0x263)]+=_0x278bdc['step'],!0x1);}))return{'error':new Error(_0x2868cc(0x2b6))};}if(_0x579d0f){const _0x34e476={'id':_0x27192b[_0x2868cc(0x278)]['id'],'params':{'unitId':_0x397951[_0x2868cc(0x29b)][_0x2868cc(0x10f)],'subUnitId':_0x397951[_0x2868cc(0x29b)][_0x2868cc(0x14e)],'ranges':_0x4ef489}};_0x3d7d0e['push'](_0x34e476,_0x534ade);}return{'m1Prime':_0x3d7d0e,'m2Prime':_0x534ade};}},_0x476fb7={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x27192b['SetRangeValuesMutation']['id'],'handler'(_0x3df597,_0x5e6572){const _0x1a6844=_0x4aac6c,_0x2593ac={'m1Prime':_0x3df597,'m2Prime':_0x5e6572};if(_0x3df597[_0x1a6844(0x29b)][_0x1a6844(0x10f)]!==_0x5e6572[_0x1a6844(0x29b)][_0x1a6844(0x10f)]||_0x3df597[_0x1a6844(0x29b)]['subUnitId']!==_0x5e6572[_0x1a6844(0x29b)][_0x1a6844(0x14e)])return _0x2593ac;const _0x158bdf=[_0x1ed6c7['Tools'][_0x1a6844(0x1ae)](_0x3df597)],_0x1df9e1=_0x1ed6c7['Tools'][_0x1a6844(0x1ae)](_0x5e6572),_0x5e9f8f=new _0x1ed6c7[(_0x1a6844(0x2ce))](_0x1df9e1[_0x1a6844(0x29b)][_0x1a6844(0xc3)]),_0x960bf5=_0x5e9f8f['getDataRange'](),_0x44cc9f=_0x3df597[_0x1a6844(0x29b)][_0x1a6844(0x272)],_0x15945f=_0x44cc9f['endColumn']-_0x44cc9f['startColumn']+0x1;if(_0x1df9e1[_0x1a6844(0x29b)][_0x1a6844(0xc3)]&&_0x44cc9f[_0x1a6844(0x263)]<_0x960bf5['startColumn'])_0x4608ae(_0x1df9e1[_0x1a6844(0x29b)][_0x1a6844(0xc3)],_0x960bf5[_0x1a6844(0x251)],_0x960bf5['endColumn']-_0x960bf5[_0x1a6844(0x251)]+0x1,-_0x15945f);else{if(_0x44cc9f['startColumn']<=_0x960bf5[_0x1a6844(0x263)])return{'error':new Error('remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation')};}const _0x19c359=new _0x1ed6c7[(_0x1a6844(0x2ce))]();let _0x482995=!0x1,_0x334a40=!0x1;if(_0x5e9f8f[_0x1a6844(0xda)]((_0x26e633,_0x1ba0a9,_0x48ebbb)=>{const _0x134566=_0x1a6844;if(_0x48ebbb&&_0x48ebbb['f']){const _0x4efb0d=_0x48ebbb['f'];let _0x18ce32=!0x1;const _0x10db43=_0xe8ae6e(_0x3df597[_0x134566(0x29b)][_0x134566(0x10f)],_0x3df597['params'][_0x134566(0x14e)],_0x4efb0d,_0x1352ee=>{const _0x5e6cf9=_0x134566,_0x531e61=_0x27192b[_0x5e6cf9(0x197)](_0x9589de(_0x3df597[_0x5e6cf9(0x29b)]['range']),_0x9589de(_0x1352ee));return _0x531e61===null?(_0x482995=!0x0,_0x1352ee):((_0x531e61['step']!==0x0||_0x531e61[_0x5e6cf9(0x1a3)]!==0x0)&&(_0x18ce32=!0x0,_0x1352ee[_0x5e6cf9(0x251)]+=_0x531e61[_0x5e6cf9(0x18f)],_0x1352ee[_0x5e6cf9(0x263)]+=_0x531e61[_0x5e6cf9(0x18f)]+_0x531e61[_0x5e6cf9(0x1a3)]),_0x1352ee);});_0x18ce32&&(_0x334a40=!0x0,_0x48ebbb['f']=_0x10db43,_0x19c359['setValue'](_0x26e633,_0x1ba0a9,{..._0x48ebbb}));}}),_0x482995)return{'error':new Error(_0x1a6844(0x1be))};if(_0x334a40){const _0x1641b8={'id':_0x27192b[_0x1a6844(0x1ba)]['id'],'params':{'unitId':_0x5e6572[_0x1a6844(0x29b)][_0x1a6844(0x10f)],'subUnitId':_0x5e6572[_0x1a6844(0x29b)]['subUnitId'],'cellValue':_0x19c359['getMatrix']()}};_0x158bdf[_0x1a6844(0x271)](_0x1641b8);}return{'m1Prime':_0x158bdf,'m2Prime':_0x1df9e1};}},_0x127db9={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x27192b['SetSelectionsOperation']['id'],'handler'(_0x15865d,_0x37ddff){const _0x206244=_0x4aac6c,_0x1e736d={'m1Prime':[],'m2Prime':[]};if(_0x15865d[_0x206244(0x29b)]['unitId']!==_0x37ddff[_0x206244(0x29b)][_0x206244(0x10f)]||_0x15865d[_0x206244(0x29b)][_0x206244(0x14e)]!==_0x37ddff['params'][_0x206244(0x14e)])return _0x1e736d;const _0x9b383e=_0x1ed6c7[_0x206244(0x12e)][_0x206244(0x1ae)](_0x37ddff);let _0x1a7f3e=!0x1;return _0x9b383e[_0x206244(0x29b)]['selections'][_0x206244(0xfb)](_0x8f436d=>{const _0x34262d=_0x206244,{range:_0x3e562c,primary:_0x1f0e4c}=_0x8f436d,_0x55ea1b=_0x27192b[_0x34262d(0x197)](_0x9589de(_0x15865d['params'][_0x34262d(0x272)]),_0x9589de(_0x3e562c));if(_0x55ea1b!=null&&(_0x55ea1b['length']||_0x55ea1b[_0x34262d(0x18f)])){if(_0x3e562c[_0x34262d(0x251)]+=_0x55ea1b[_0x34262d(0x18f)],_0x3e562c[_0x34262d(0x263)]+=_0x55ea1b[_0x34262d(0x18f)]+(_0x55ea1b[_0x34262d(0x1a3)]||0x0),_0x1f0e4c){const _0x5c47a8=_0x27192b[_0x34262d(0x197)](_0x9589de(_0x15865d['params'][_0x34262d(0x272)]),_0x9589de(_0x1f0e4c));if(_0x5c47a8==null){_0x1f0e4c[_0x34262d(0x251)]=_0x3e562c[_0x34262d(0x251)],_0x1f0e4c['endColumn']=_0x3e562c[_0x34262d(0x251)],_0x1f0e4c[_0x34262d(0x262)]=_0x3e562c[_0x34262d(0x251)];return;}(_0x5c47a8[_0x34262d(0x1a3)]||_0x5c47a8['step'])&&(_0x1f0e4c[_0x34262d(0x251)]+=_0x5c47a8[_0x34262d(0x18f)],_0x1f0e4c[_0x34262d(0x263)]+=_0x5c47a8[_0x34262d(0x18f)],_0x1f0e4c['actualColumn']+=_0x5c47a8[_0x34262d(0x18f)]);}_0x1a7f3e=!0x0;}}),_0x1a7f3e&&_0x1e736d[_0x206244(0x208)][_0x206244(0x271)](_0x9b383e),_0x1e736d;}},_0x56ab2a={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x5cbf39[_0x4aac6c(0x252)]['id'],'handler'(_0x3c3d31,_0x22bfbd){const _0x2a0dd7=_0x4aac6c,_0x57b9ff={'m1Prime':_0x3c3d31,'m2Prime':_0x22bfbd};if(_0x3c3d31[_0x2a0dd7(0x29b)][_0x2a0dd7(0x10f)]!==_0x22bfbd[_0x2a0dd7(0x29b)][_0x2a0dd7(0x10f)]||_0x3c3d31[_0x2a0dd7(0x29b)][_0x2a0dd7(0x14e)]!==_0x22bfbd[_0x2a0dd7(0x29b)][_0x2a0dd7(0x14e)])return _0x57b9ff;const _0x49e35d=_0x1ed6c7[_0x2a0dd7(0x12e)][_0x2a0dd7(0x1ae)](_0x3c3d31),_0x11a3a3=_0x1ed6c7['Tools'][_0x2a0dd7(0x1ae)](_0x22bfbd),_0x578b24=_0x331cf6({'start':_0x3c3d31[_0x2a0dd7(0x29b)][_0x2a0dd7(0x272)][_0x2a0dd7(0x251)],'end':_0x3c3d31[_0x2a0dd7(0x29b)]['range'][_0x2a0dd7(0x263)]},{'start':_0x22bfbd['params']['col'],'end':_0x22bfbd[_0x2a0dd7(0x29b)][_0x2a0dd7(0x1eb)]}),_0x39fc79=_0x1ed6c7[_0x2a0dd7(0x12e)]['deepClone'](_0x22bfbd);return _0x39fc79['params']['criteria']=null,_0x578b24===null?{'m1Prime':[_0x49e35d,_0x39fc79],'m2Prime':[]}:_0x11a3a3[_0x2a0dd7(0x29b)][_0x2a0dd7(0x1eb)]===_0x578b24['start']?_0x57b9ff:(_0x11a3a3['params']['col']=_0x578b24[_0x2a0dd7(0x23b)],_0x11a3a3[_0x2a0dd7(0x29b)][_0x2a0dd7(0x21d)]&&(_0x11a3a3[_0x2a0dd7(0x29b)]['criteria'][_0x2a0dd7(0xbb)]=_0x578b24['start']),{'m1Prime':[_0x39fc79,_0x11a3a3,_0x49e35d],'m2Prime':[_0x11a3a3]});}},_0x2d8267={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x5cbf39[_0x4aac6c(0x254)]['id'],'handler'(_0x448fcd,_0x3fd52c){const _0x4b8ec1=_0x4aac6c,_0x39de31={'m1Prime':[_0x448fcd],'m2Prime':[_0x3fd52c]};if(_0x448fcd[_0x4b8ec1(0x29b)][_0x4b8ec1(0x10f)]!==_0x3fd52c[_0x4b8ec1(0x29b)][_0x4b8ec1(0x10f)]||_0x448fcd[_0x4b8ec1(0x29b)]['subUnitId']!==_0x3fd52c[_0x4b8ec1(0x29b)][_0x4b8ec1(0x14e)])return _0x39de31;const _0x4f03fa=_0x1ed6c7[_0x4b8ec1(0x12e)][_0x4b8ec1(0x1ae)](_0x448fcd),_0x3b969b=_0x1ed6c7[_0x4b8ec1(0x12e)][_0x4b8ec1(0x1ae)](_0x3fd52c),_0x11b084=_0x331cf6({'start':_0x448fcd[_0x4b8ec1(0x29b)][_0x4b8ec1(0x272)][_0x4b8ec1(0x251)],'end':_0x448fcd[_0x4b8ec1(0x29b)][_0x4b8ec1(0x272)][_0x4b8ec1(0x263)]},{'start':_0x3fd52c[_0x4b8ec1(0x29b)]['range'][_0x4b8ec1(0x251)],'end':_0x3fd52c[_0x4b8ec1(0x29b)][_0x4b8ec1(0x272)][_0x4b8ec1(0x263)]});return _0x11b084===null?{'m1Prime':[_0x4f03fa,{'id':_0x5cbf39[_0x4b8ec1(0x17c)]['id'],'params':{'unitId':_0x3fd52c[_0x4b8ec1(0x29b)][_0x4b8ec1(0x10f)],'subUnitId':_0x3fd52c[_0x4b8ec1(0x29b)][_0x4b8ec1(0x10f)]}}],'m2Prime':[]}:(_0x3b969b[_0x4b8ec1(0x29b)][_0x4b8ec1(0x272)][_0x4b8ec1(0x251)]=_0x11b084['start'],_0x3b969b[_0x4b8ec1(0x29b)][_0x4b8ec1(0x272)][_0x4b8ec1(0x263)]=_0x11b084[_0x4b8ec1(0xa2)],{'m1Prime':[_0x3b969b,_0x4f03fa],'m2Prime':[_0x3b969b]});}},_0x709f77={'m1':_0x27192b['RemoveColMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x275)]['id'],'handler'(_0x39e311,_0x242892){const _0x33c015=_0x4aac6c,_0x320a23={'m1Prime':_0x39e311,'m2Prime':_0x242892};if(_0x39e311['params'][_0x33c015(0x10f)]!==_0x242892[_0x33c015(0x29b)][_0x33c015(0x10f)]||_0x39e311[_0x33c015(0x29b)][_0x33c015(0x14e)]!==_0x242892[_0x33c015(0x29b)][_0x33c015(0x14e)])return _0x320a23;const _0x33e75f=_0x1ed6c7['Tools'][_0x33c015(0x1ae)](_0x39e311),_0x3ea91b=_0x1ed6c7['Tools'][_0x33c015(0x1ae)](_0x242892),{ranges:_0x25f585,colWidth:_0x52f67f}=_0x3ea91b['params'];return _0x25f585[_0x33c015(0xfb)](_0xd5a271=>{const _0x2d3d5f=_0x33c015,_0x4233d4=_0x27192b[_0x2d3d5f(0x197)](_0x9589de(_0x39e311[_0x2d3d5f(0x29b)][_0x2d3d5f(0x272)]),_0xd5a271);_0x4233d4==null?_0x3ea91b['id']=_0x27192b[_0x2d3d5f(0xac)]['id']:(_0xd5a271[_0x2d3d5f(0x251)]+=_0x4233d4[_0x2d3d5f(0x18f)],_0xd5a271[_0x2d3d5f(0x263)]+=_0x4233d4['step']+_0x4233d4['length']);}),typeof _0x52f67f!='number'&&_0x1ed6c7[_0x33c015(0x1dc)](_0x39e311[_0x33c015(0x29b)][_0x33c015(0x272)]['startColumn'],_0x39e311['params'][_0x33c015(0x272)][_0x33c015(0x263)]-_0x39e311[_0x33c015(0x29b)][_0x33c015(0x272)][_0x33c015(0x251)]+0x1,_0x52f67f),{'m1Prime':_0x33e75f,'m2Prime':_0x3ea91b};}},_0x56b536={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x59e2de[_0x4aac6c(0x106)]['id'],'handler':(_0x4110f2,_0x54a209)=>{const _0x3cbeec=_0x4aac6c,_0x200bd3={'m1Prime':_0x4110f2,'m2Prime':_0x54a209};if(_0x4110f2[_0x3cbeec(0x29b)][_0x3cbeec(0x10f)]!==_0x54a209['params']['unitId']||_0x4110f2[_0x3cbeec(0x29b)][_0x3cbeec(0x14e)]!==_0x54a209[_0x3cbeec(0x29b)][_0x3cbeec(0x14e)])return _0x200bd3;const _0x280490={'id':_0x27192b[_0x3cbeec(0x183)]['id'],'params':{'unitId':_0x4110f2['params'][_0x3cbeec(0x10f)],'subUnitId':_0x4110f2[_0x3cbeec(0x29b)]['subUnitId'],'range':_0x4110f2['params']['range']}},_0x440c8f=_0x33a4d3(_0x54a209,_0x280490);return{'m1Prime':[_0x4110f2,..._0x440c8f],'m2Prime':[_0x54a209,..._0x440c8f]};}},_0x55e46b={'m1':_0x27192b[_0x4aac6c(0x1b8)]['id'],'m2':_0x1444e7[_0x4aac6c(0x24d)]['id'],'handler':(_0x232990,_0x5831cb)=>{const _0x43bfc9=_0x4aac6c,_0x27e5d0={'m1Prime':_0x232990,'m2Prime':_0x5831cb};if(_0x232990[_0x43bfc9(0x29b)]['unitId']!==_0x5831cb[_0x43bfc9(0x29b)][_0x43bfc9(0x10f)]||_0x5831cb[_0x43bfc9(0x29b)][_0x43bfc9(0x14e)]!==_0x232990['params'][_0x43bfc9(0x14e)])return _0x27e5d0;const _0x2db708={'id':_0x27192b['RemoveColCommand']['id'],'params':{'range':_0x232990[_0x43bfc9(0x29b)][_0x43bfc9(0x272)]}},_0xd2a57b=_0x54cf14(_0x5831cb,_0x2db708);return{'m1Prime':[_0x232990,..._0xd2a57b],'m2Prime':[_0x5831cb,..._0xd2a57b]};}},_0xc06658={'m1':_0x1444e7[_0x4aac6c(0xf9)]['id'],'m2':_0x1444e7['RemoveDataValidationMutation']['id'],'handler':(_0x179de8,_0x1e2fb6)=>{const _0x3f3f8d=_0x4aac6c,_0xee1cde={'m1Prime':_0x179de8,'m2Prime':_0x1e2fb6};return _0x179de8['params'][_0x3f3f8d(0x10f)]===_0x1e2fb6[_0x3f3f8d(0x29b)][_0x3f3f8d(0x10f)]&&_0x179de8[_0x3f3f8d(0x29b)][_0x3f3f8d(0x14e)]===_0x1e2fb6[_0x3f3f8d(0x29b)]['subUnitId']&&_0x179de8[_0x3f3f8d(0x29b)][_0x3f3f8d(0x220)]===_0x1e2fb6['params'][_0x3f3f8d(0x220)]?{'m1Prime':[],'m2Prime':[]}:_0xee1cde;}},_0xa40922={'m1':_0x1c7510[_0x4aac6c(0x1c2)]['id'],'m2':_0x1c7510['RemoveHyperLinkMutation']['id'],'handler':(_0x2f95a4,_0x181673)=>{const _0x170c81=_0x4aac6c,_0x2056a3=_0x2f95a4['params'],_0x2cad9b=_0x181673[_0x170c81(0x29b)];return _0x2056a3['unitId']===_0x2cad9b[_0x170c81(0x10f)]&&_0x2056a3[_0x170c81(0x14e)]===_0x2cad9b[_0x170c81(0x14e)]&&_0x2056a3['id']===_0x2cad9b['id']?{'m2Prime':[],'m1Prime':[]}:{'m1Prime':_0x2f95a4,'m2Prime':_0x181673};}},_0x478df5={'m1':_0x27192b[_0x4aac6c(0x278)]['id'],'m2':_0x27192b['RemoveNumfmtMutation']['id'],'handler'(_0x44a861,_0x66aa6c){const _0x380f99=_0x4aac6c;if(_0x44a861[_0x380f99(0x29b)][_0x380f99(0x10f)]!==_0x66aa6c[_0x380f99(0x29b)][_0x380f99(0x10f)]||_0x44a861[_0x380f99(0x29b)][_0x380f99(0x14e)]!==_0x66aa6c[_0x380f99(0x29b)][_0x380f99(0x14e)])return{'m1Prime':_0x44a861,'m2Prime':_0x66aa6c};const _0x2f14f6=_0x1ed6c7[_0x380f99(0x12e)]['deepClone'](_0x44a861),_0x43c734=_0x1ed6c7[_0x380f99(0x12e)][_0x380f99(0x1ae)](_0x66aa6c),_0x5918f5=[],_0x43aacb=_0x43c734[_0x380f99(0x29b)][_0x380f99(0x269)];return _0x2f14f6['params'][_0x380f99(0x269)]['forEach'](_0x3b76a1=>{const _0x415368=_0x380f99,_0x3dc546=_0x16d90a(_0x3b76a1,_0x43aacb);_0x3dc546[_0x415368(0x1a3)]>0x0&&_0x5918f5['push'](..._0x3dc546);}),_0x2f14f6[_0x380f99(0x29b)][_0x380f99(0x269)]=_0x5918f5,{'m1Prime':_0x44a861,'m2Prime':_0x66aa6c};}},_0x1c1036={'m1':_0x27192b[_0x4aac6c(0x278)]['id'],'m2':_0x27192b['SetNumfmtMutation']['id'],'handler'(_0x5021ba,_0x24c59c){const _0x5608a0=_0x4aac6c;if(_0x5021ba[_0x5608a0(0x29b)][_0x5608a0(0x10f)]!==_0x24c59c[_0x5608a0(0x29b)]['unitId']||_0x5021ba[_0x5608a0(0x29b)][_0x5608a0(0x14e)]!==_0x24c59c[_0x5608a0(0x29b)][_0x5608a0(0x14e)])return{'m1Prime':_0x5021ba,'m2Prime':_0x24c59c};const _0x31263b=_0x1ed6c7[_0x5608a0(0x12e)][_0x5608a0(0x1ae)](_0x5021ba),_0x45d728=_0x1ed6c7[_0x5608a0(0x12e)]['deepClone'](_0x24c59c),_0x333142=[],_0x427b97=Object[_0x5608a0(0x136)](_0x45d728[_0x5608a0(0x29b)][_0x5608a0(0x136)])[_0x5608a0(0x20f)](_0x341de2=>_0x341de2[_0x5608a0(0x269)])[_0x5608a0(0x261)]();return _0x31263b[_0x5608a0(0x29b)]['ranges'][_0x5608a0(0xfb)](_0x55bced=>{const _0x4abac7=_0x5608a0,_0x2abe5=_0x16d90a(_0x55bced,_0x427b97);_0x2abe5[_0x4abac7(0x1a3)]>0x0&&_0x333142['push'](..._0x2abe5);}),_0x31263b[_0x5608a0(0x29b)][_0x5608a0(0x269)]=_0x333142,{'m1Prime':_0x31263b,'m2Prime':_0x45d728};}},_0x1c5153={'m1':_0x27192b['RemoveRowMutation']['id'],'m2':_0x59e2de[_0x4aac6c(0x1ad)]['id'],'handler':(_0x5399c4,_0xbda640)=>{const _0x12f6bb=_0x4aac6c,_0x37b465={'m1Prime':_0x5399c4,'m2Prime':_0xbda640};if(_0x5399c4[_0x12f6bb(0x29b)][_0x12f6bb(0x10f)]!==_0xbda640[_0x12f6bb(0x29b)]['unitId']||_0x5399c4[_0x12f6bb(0x29b)]['subUnitId']!==_0xbda640[_0x12f6bb(0x29b)][_0x12f6bb(0x14e)])return _0x37b465;const _0x5bead3={'id':_0x27192b[_0x12f6bb(0x1e8)]['id'],'params':{'unitId':_0x5399c4[_0x12f6bb(0x29b)][_0x12f6bb(0x10f)],'subUnitId':_0x5399c4['params'][_0x12f6bb(0x14e)],'range':_0x5399c4[_0x12f6bb(0x29b)]['range']}},_0x3afe49=_0x1b5be9(_0xbda640,_0x5bead3);return{'m1Prime':[_0x5399c4,..._0x3afe49],'m2Prime':[_0xbda640,..._0x3afe49]};}},_0x3b9d0b={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x1444e7['AddDataValidationMutation']['id'],'handler'(_0x555cac,_0x495ffb){const _0x206af8=_0x4aac6c,_0x30b0e3={'m1Prime':_0x555cac,'m2Prime':_0x495ffb};if(_0x555cac[_0x206af8(0x29b)][_0x206af8(0x10f)]!==_0x495ffb['params'][_0x206af8(0x10f)]||_0x555cac[_0x206af8(0x29b)][_0x206af8(0x14e)]!==_0x495ffb[_0x206af8(0x29b)][_0x206af8(0x14e)])return _0x30b0e3;const _0x415ad6={'id':_0x27192b['RemoveRowCommand']['id'],'params':{'range':_0x555cac[_0x206af8(0x29b)][_0x206af8(0x272)]}},_0x30ecee=_0x29fc6e(_0x495ffb,_0x415ad6);return{'m1Prime':[_0x555cac,..._0x30ecee],'m2Prime':[_0x495ffb,..._0x30ecee]};}},_0x30c6c3={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x27192b[_0x4aac6c(0x1d0)]['id'],'handler'(_0xd0ec9,_0x24bdbd){const _0x5a7938=_0x4aac6c,_0x4bacd2=_0x14a51f[_0x5a7938(0x19f)](_0x24bdbd,_0xd0ec9);return _0x4589a8(_0x4bacd2)?{'m1Prime':_0x4bacd2[_0x5a7938(0x208)],'m2Prime':_0x4bacd2[_0x5a7938(0x13b)]}:_0x4bacd2;}},_0x1e1050={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x27192b[_0x4aac6c(0x2b3)]['id'],'handler'(_0x45bbec,_0x37fc93){const _0x581983=_0x4aac6c,_0x4409fe={'m1Prime':_0x45bbec,'m2Prime':_0x37fc93};if(_0x45bbec[_0x581983(0x29b)][_0x581983(0x10f)]!==_0x37fc93[_0x581983(0x29b)][_0x581983(0x10f)]||_0x45bbec[_0x581983(0x29b)][_0x581983(0x14e)]!==_0x37fc93[_0x581983(0x29b)][_0x581983(0x9f)][_0x581983(0x14e)]&&_0x45bbec[_0x581983(0x29b)][_0x581983(0x14e)]!==_0x37fc93[_0x581983(0x29b)]['to'][_0x581983(0x14e)])return _0x4409fe;const _0x4c74ed=_0x1ed6c7['Tools'][_0x581983(0x1ae)](_0x45bbec),_0x5c5b0c=_0x1ed6c7[_0x581983(0x12e)][_0x581983(0x1ae)](_0x37fc93),{startRow:_0x3ed720,endRow:_0x340200}=_0x45bbec[_0x581983(0x29b)][_0x581983(0x272)];if(_0x45bbec[_0x581983(0x29b)][_0x581983(0x14e)]===_0x37fc93[_0x581983(0x29b)]['from'][_0x581983(0x14e)]){const _0x40963e=new _0x1ed6c7[(_0x581983(0x2ce))](_0x5c5b0c['params'][_0x581983(0x9f)][_0x581983(0xa5)]),_0x4ef945=_0x40963e['getDataRange'](),{startRow:_0x2f87d5,endRow:_0x2389f0}=_0x4ef945;if(_0x2f87d5<=_0x340200&&_0x2389f0>=_0x3ed720)return{'error':new Error(_0x581983(0x20e))};_0x340200<_0x2f87d5&&_0x40963e[_0x581983(0x259)](_0x3ed720,_0x340200-_0x3ed720+0x1),_0x5c5b0c[_0x581983(0x29b)][_0x581983(0x9f)][_0x581983(0xa5)]=_0x40963e[_0x581983(0x209)]();}if(_0x45bbec[_0x581983(0x29b)][_0x581983(0x14e)]===_0x37fc93[_0x581983(0x29b)]['to'][_0x581983(0x14e)]){const _0x3f3722=new _0x1ed6c7[(_0x581983(0x2ce))](_0x5c5b0c[_0x581983(0x29b)]['to'][_0x581983(0xa5)]),_0x422a7e=_0x3f3722[_0x581983(0x105)](),{startRow:_0x9b6cd6,endRow:_0x54887e}=_0x422a7e;if(_0x9b6cd6<=_0x340200&&_0x54887e>=_0x3ed720)return{'error':new Error(_0x581983(0x20e))};_0x340200<_0x9b6cd6&&_0x3f3722['removeRows'](_0x3ed720,_0x340200-_0x3ed720+0x1),_0x5c5b0c[_0x581983(0x29b)]['to'][_0x581983(0xa5)]=_0x3f3722[_0x581983(0x209)]();}return{'m1Prime':_0x4c74ed,'m2Prime':_0x5c5b0c};}},_0xf82ec7={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x27192b['MoveRowsMutation']['id'],'handler'(_0x30ba5c,_0x12b121){const _0x3171a5=_0x4aac6c,_0x3fac24={'m1Prime':_0x30ba5c,'m2Prime':_0x12b121};if(_0x30ba5c[_0x3171a5(0x29b)][_0x3171a5(0x10f)]!==_0x12b121[_0x3171a5(0x29b)][_0x3171a5(0x10f)]||_0x30ba5c['params']['subUnitId']!==_0x12b121[_0x3171a5(0x29b)]['subUnitId'])return _0x3fac24;const _0x4e9d40=_0x1ed6c7[_0x3171a5(0x12e)]['deepClone'](_0x30ba5c),_0x370f5d=_0x1ed6c7['Tools'][_0x3171a5(0x1ae)](_0x12b121);if(_0x30ba5c[_0x3171a5(0x29b)][_0x3171a5(0x272)][_0x3171a5(0x1ed)]<=_0x12b121[_0x3171a5(0x29b)][_0x3171a5(0x280)][_0x3171a5(0x2c5)]&&_0x30ba5c[_0x3171a5(0x29b)][_0x3171a5(0x272)][_0x3171a5(0x2c5)]>=_0x12b121[_0x3171a5(0x29b)][_0x3171a5(0x280)][_0x3171a5(0x1ed)]||_0x30ba5c[_0x3171a5(0x29b)][_0x3171a5(0x272)]['startRow']<=_0x12b121[_0x3171a5(0x29b)][_0x3171a5(0x236)][_0x3171a5(0x2c5)]&&_0x30ba5c[_0x3171a5(0x29b)][_0x3171a5(0x272)][_0x3171a5(0x2c5)]>=_0x12b121['params'][_0x3171a5(0x236)][_0x3171a5(0x1ed)])return{'error':new Error(_0x3171a5(0x11c))};const _0x172810=_0x27192b['handleBaseRemoveRange'](_0x9589de(_0x27192b[_0x3171a5(0x1ee)](_0x30ba5c[_0x3171a5(0x29b)][_0x3171a5(0x272)])),_0x9589de(_0x27192b[_0x3171a5(0x1ee)](_0x12b121[_0x3171a5(0x29b)][_0x3171a5(0x280)]))),_0x19f80c=_0x27192b[_0x3171a5(0x197)](_0x9589de(_0x27192b[_0x3171a5(0x1ee)](_0x30ba5c[_0x3171a5(0x29b)][_0x3171a5(0x272)])),_0x9589de(_0x27192b['rotateRange'](_0x12b121[_0x3171a5(0x29b)][_0x3171a5(0x236)])));_0x172810&&_0x19f80c?(_0x370f5d[_0x3171a5(0x29b)][_0x3171a5(0x280)]['startRow']+=_0x172810[_0x3171a5(0x18f)],_0x370f5d[_0x3171a5(0x29b)][_0x3171a5(0x280)][_0x3171a5(0x2c5)]+=_0x172810[_0x3171a5(0x18f)]+(_0x172810[_0x3171a5(0x1a3)]||0x0),_0x370f5d['params'][_0x3171a5(0x236)][_0x3171a5(0x1ed)]+=_0x19f80c[_0x3171a5(0x18f)],_0x370f5d['params']['targetRange'][_0x3171a5(0x2c5)]+=_0x19f80c[_0x3171a5(0x18f)]+(_0x19f80c['length']||0x0)):_0x370f5d['id']=_0x27192b[_0x3171a5(0xac)]['id'];const _0x573e5e=_0x27192b[_0x3171a5(0x191)]({'start':_0x12b121[_0x3171a5(0x29b)][_0x3171a5(0x280)][_0x3171a5(0x1ed)],'end':_0x12b121['params'][_0x3171a5(0x280)]['endRow']},{'start':_0x12b121['params'][_0x3171a5(0x236)][_0x3171a5(0x1ed)],'end':_0x12b121[_0x3171a5(0x29b)][_0x3171a5(0x236)][_0x3171a5(0x2c5)]},{'start':_0x30ba5c[_0x3171a5(0x29b)][_0x3171a5(0x272)][_0x3171a5(0x1ed)],'end':_0x30ba5c['params'][_0x3171a5(0x272)]['endRow']});if(_0x573e5e){const {step:_0xf9f8d8,length:_0x54fca6}=_0x573e5e;_0x4e9d40[_0x3171a5(0x29b)][_0x3171a5(0x272)][_0x3171a5(0x1ed)]+=_0xf9f8d8,_0x4e9d40['params'][_0x3171a5(0x272)][_0x3171a5(0x2c5)]+=_0xf9f8d8+(_0x54fca6||0x0);}else _0x4e9d40['id']=_0x27192b['EmptyMutation']['id'];return{'m1Prime':_0x4e9d40,'m2Prime':_0x370f5d};}},_0x45a34b={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x27192b[_0x4aac6c(0x278)]['id'],'handler'(_0x67d5ee,_0x3489ba){const _0x3f3736=_0x4aac6c,_0x5cae4f={'m1Prime':_0x67d5ee,'m2Prime':_0x3489ba};if(_0x67d5ee[_0x3f3736(0x29b)][_0x3f3736(0x10f)]!==_0x3489ba['params'][_0x3f3736(0x10f)]||_0x67d5ee['params']['subUnitId']!==_0x3489ba['params'][_0x3f3736(0x14e)])return _0x5cae4f;const _0x274c1d=_0x1ed6c7['Tools'][_0x3f3736(0x1ae)](_0x67d5ee),_0x1d6215=_0x1ed6c7[_0x3f3736(0x12e)][_0x3f3736(0x1ae)](_0x3489ba),{ranges:_0x1d13d7}=_0x1d6215['params'];return _0x1d13d7[_0x3f3736(0xab)](_0x4617b6=>{const _0x57353d=_0x3f3736,_0x237cf6=_0x27192b['handleBaseRemoveRange'](_0x9589de(_0x27192b[_0x57353d(0x1ee)](_0x67d5ee['params']['range'])),_0x9589de(_0x27192b['rotateRange'](_0x4617b6)));return _0x237cf6===null||_0x237cf6['length']!==0x0?!0x0:(_0x4617b6[_0x57353d(0x1ed)]+=_0x237cf6[_0x57353d(0x18f)],_0x4617b6[_0x57353d(0x2c5)]+=_0x237cf6[_0x57353d(0x18f)],!0x1);})?{'error':new Error(_0x3f3736(0x2d3))}:{'m1Prime':_0x274c1d,'m2Prime':_0x1d6215};}},_0x227ff2={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x27192b['RemoveRowMutation']['id'],'handler'(_0x37e66d,_0xaeaee9){const _0x4c8dfa=_0x4aac6c,_0x4df59d={'m1Prime':_0x37e66d,'m2Prime':_0xaeaee9};if(_0x37e66d[_0x4c8dfa(0x29b)][_0x4c8dfa(0x10f)]!==_0xaeaee9[_0x4c8dfa(0x29b)]['unitId']||_0x37e66d[_0x4c8dfa(0x29b)]['subUnitId']!==_0xaeaee9[_0x4c8dfa(0x29b)]['subUnitId'])return _0x4df59d;const _0x86f32d=_0x1ed6c7[_0x4c8dfa(0x12e)]['deepClone'](_0x37e66d),_0x2c802c=_0x1ed6c7['Tools'][_0x4c8dfa(0x1ae)](_0xaeaee9),_0x1acfab=_0x27192b['handleBaseRemoveRange'](_0x9589de(_0x27192b[_0x4c8dfa(0x1ee)](_0x37e66d[_0x4c8dfa(0x29b)][_0x4c8dfa(0x272)])),_0x9589de(_0x27192b[_0x4c8dfa(0x1ee)](_0xaeaee9['params']['range'])));if(_0x1acfab){const {step:_0x1225c6,length:_0x51524a}=_0x1acfab;_0x2c802c['params'][_0x4c8dfa(0x272)][_0x4c8dfa(0x1ed)]+=_0x1225c6,_0x2c802c[_0x4c8dfa(0x29b)]['range']['endRow']+=_0x1225c6+(_0x51524a||0x0);}else _0x2c802c['id']=_0x27192b[_0x4c8dfa(0xac)]['id'];const _0x97381=_0x27192b[_0x4c8dfa(0x197)](_0x9589de(_0x27192b[_0x4c8dfa(0x1ee)](_0xaeaee9['params'][_0x4c8dfa(0x272)])),_0x9589de(_0x27192b[_0x4c8dfa(0x1ee)](_0x37e66d[_0x4c8dfa(0x29b)][_0x4c8dfa(0x272)])));if(_0x97381){const {step:_0x1cb9a3,length:_0x2b360d}=_0x97381;_0x86f32d['params'][_0x4c8dfa(0x272)][_0x4c8dfa(0x1ed)]+=_0x1cb9a3,_0x86f32d[_0x4c8dfa(0x29b)]['range'][_0x4c8dfa(0x2c5)]+=_0x1cb9a3+(_0x2b360d||0x0);}else _0x86f32d['id']=_0x27192b['EmptyMutation']['id'];return{'m1Prime':_0x86f32d,'m2Prime':_0x2c802c};}},_0x9b2e36={'m1':_0x27192b['RemoveRowMutation']['id'],'m2':_0x27192b['RemoveWorksheetMergeMutation']['id'],'handler'(_0x279cb7,_0xddf8d2){const _0x157f90=_0x4aac6c,_0x2162a7=_0x1ed6c7[_0x157f90(0x12e)]['deepClone'](_0x279cb7),_0x8bebf3=_0x1ed6c7['Tools']['deepClone'](_0xddf8d2);if(_0x279cb7[_0x157f90(0x29b)][_0x157f90(0x10f)]!==_0xddf8d2[_0x157f90(0x29b)][_0x157f90(0x10f)]||_0x279cb7['params'][_0x157f90(0x14e)]!==_0xddf8d2[_0x157f90(0x29b)][_0x157f90(0x14e)])return{'m1Prime':_0x2162a7,'m2Prime':_0x8bebf3};const _0x3ba716=_0x8bebf3[_0x157f90(0x29b)]['ranges'][_0x157f90(0x28a)]((_0x28f61b,_0x5772e2)=>{const _0x23aab8=_0x157f90,_0x2ce6b5=_0x2162a7[_0x23aab8(0x29b)][_0x23aab8(0x272)],_0x35b16c=_0x2ce6b5[_0x23aab8(0x2c5)]-_0x2ce6b5['startRow']+0x1;let _0x24b7c3={..._0x5772e2};return _0x2ce6b5[_0x23aab8(0x1ed)]>_0x5772e2[_0x23aab8(0x2c5)]?_0x24b7c3={..._0x5772e2}:_0x2ce6b5['startRow']>=_0x5772e2[_0x23aab8(0x1ed)]&&_0x2ce6b5['startRow']<=_0x5772e2['endRow']&&_0x2ce6b5[_0x23aab8(0x2c5)]>_0x5772e2[_0x23aab8(0x2c5)]?(_0x24b7c3[_0x23aab8(0x2c5)]=_0x2ce6b5[_0x23aab8(0x1ed)]-0x1,_0x2ce6b5[_0x23aab8(0x1ed)]===_0x5772e2['startRow']&&(_0x24b7c3=null)):_0x2ce6b5['startRow']>_0x5772e2['startRow']&&_0x2ce6b5[_0x23aab8(0x2c5)]<_0x5772e2['endRow']?_0x24b7c3[_0x23aab8(0x2c5)]=_0x5772e2[_0x23aab8(0x2c5)]-_0x35b16c:_0x2ce6b5[_0x23aab8(0x1ed)]<_0x5772e2[_0x23aab8(0x1ed)]&&_0x2ce6b5[_0x23aab8(0x2c5)]>=_0x5772e2[_0x23aab8(0x1ed)]&&_0x2ce6b5[_0x23aab8(0x2c5)]<=_0x5772e2[_0x23aab8(0x2c5)]?(_0x24b7c3[_0x23aab8(0x1ed)]=_0x2ce6b5[_0x23aab8(0x1ed)],_0x24b7c3[_0x23aab8(0x2c5)]=_0x5772e2[_0x23aab8(0x2c5)]-_0x35b16c,_0x2ce6b5[_0x23aab8(0x2c5)]===_0x5772e2['endRow']&&(_0x24b7c3=null)):_0x2ce6b5[_0x23aab8(0x1ed)]<=_0x5772e2[_0x23aab8(0x1ed)]&&_0x2ce6b5['endRow']>=_0x5772e2['endRow']?_0x24b7c3=null:_0x2ce6b5[_0x23aab8(0x2c5)]<_0x5772e2['startRow']&&(_0x24b7c3[_0x23aab8(0x1ed)]=_0x5772e2[_0x23aab8(0x1ed)]-_0x35b16c,_0x24b7c3[_0x23aab8(0x2c5)]=_0x5772e2[_0x23aab8(0x2c5)]-_0x35b16c),_0x24b7c3&&!(_0x24b7c3['startRow']===_0x24b7c3[_0x23aab8(0x2c5)]&&_0x24b7c3['startColumn']===_0x24b7c3[_0x23aab8(0x263)])&&_0x28f61b['push'](_0x24b7c3),_0x28f61b;},[]);return _0x8bebf3['params'][_0x157f90(0x269)]=_0x3ba716,{'m1Prime':_0x2162a7,'m2Prime':_0x8bebf3};}},_0x16000e={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x27192b[_0x4aac6c(0x188)]['id'],'handler'(_0x37bdcc,_0x53d96c){const _0x375dc3=_0x4aac6c,_0x44ee7e={'m1Prime':_0x37bdcc,'m2Prime':_0x53d96c};if(_0x37bdcc[_0x375dc3(0x29b)][_0x375dc3(0x10f)]!==_0x53d96c['params'][_0x375dc3(0x10f)]||_0x37bdcc[_0x375dc3(0x29b)][_0x375dc3(0x14e)]!==_0x53d96c[_0x375dc3(0x29b)][_0x375dc3(0x14e)])return _0x44ee7e;const _0x5eb604=_0x1ed6c7[_0x375dc3(0x12e)][_0x375dc3(0x1ae)](_0x53d96c),_0x48c6c6=_0x1ed6c7[_0x375dc3(0x12e)][_0x375dc3(0x1ae)](_0x37bdcc),_0x45bc57=_0x27192b['handleBaseRemoveRange'](_0x9589de(_0x27192b['rotateRange'](_0x37bdcc['params'][_0x375dc3(0x272)])),_0x9589de(_0x27192b[_0x375dc3(0x1ee)](_0x53d96c[_0x375dc3(0x29b)][_0x375dc3(0x272)])));if(!_0x45bc57)return{'m1Prime':_0x37bdcc,'m2Prime':[]};if(_0x45bc57[_0x375dc3(0x1a3)]===0x0&&_0x45bc57[_0x375dc3(0x18f)]===0x0)return{'m1Prime':_0x37bdcc,'m2Prime':_0x53d96c};const {startRow:_0x37a2d0,endRow:_0x563dba}=_0x37bdcc['params']['range'];_0x5eb604['params'][_0x375dc3(0x272)]['startRow']+=_0x45bc57[_0x375dc3(0x18f)],_0x5eb604['params'][_0x375dc3(0x272)][_0x375dc3(0x2c5)]+=_0x45bc57[_0x375dc3(0x18f)]+(_0x45bc57[_0x375dc3(0x1a3)]||0x0);const _0x5c592d=Object[_0x375dc3(0x10b)](_0x53d96c[_0x375dc3(0x29b)][_0x375dc3(0x131)])[_0x375dc3(0x20f)](_0x5b1a6d=>_0xae54d7(_0x37a2d0,_0x563dba,Number(_0x5b1a6d)))[_0x375dc3(0x1f3)](_0x3fe6a5=>_0x3fe6a5!==null),_0x18c20f={};for(const _0x48d8fa in _0x53d96c['params']['order']){let _0x4ad72a=_0x53d96c['params'][_0x375dc3(0x131)][_0x48d8fa];_0x4ad72a=_0xae54d7(_0x37a2d0,_0x563dba,_0x4ad72a),_0x4ad72a!==null&&(_0x18c20f[_0x5c592d['shift']()]=_0x4ad72a);}_0x5eb604[_0x375dc3(0x29b)][_0x375dc3(0x131)]=_0x18c20f;const _0x11a173=_0x55c586(_0x53d96c[_0x375dc3(0x29b)][_0x375dc3(0x131)],{'start':_0x37bdcc[_0x375dc3(0x29b)][_0x375dc3(0x272)][_0x375dc3(0x1ed)],'end':_0x37bdcc[_0x375dc3(0x29b)][_0x375dc3(0x272)][_0x375dc3(0x2c5)]}),_0x932fbd=[_0x48c6c6];return _0x11a173&&_0x932fbd[_0x375dc3(0x150)]({'id':_0x27192b[_0x375dc3(0x188)]['id'],'params':{..._0x37bdcc[_0x375dc3(0x29b)],'order':_0x11a173[_0x375dc3(0x131)],'range':{..._0x53d96c[_0x375dc3(0x29b)][_0x375dc3(0x272)],..._0x11a173[_0x375dc3(0x272)]}}}),{'m1Prime':_0x932fbd,'m2Prime':_0x5eb604};}},_0x55c586=(_0x52e680,_0x289191)=>{const _0xa95f7d=_0x4aac6c,_0x4a95ad=Object['keys'](_0x52e680)[_0xa95f7d(0x20f)](Number)['sort']((_0x479ead,_0x443f27)=>_0x479ead-_0x443f27);if(_0x4a95ad[_0xa95f7d(0x1a3)]===0x0)return null;const _0x17bda7=_0x4a95ad[0x0],_0x3a3703=_0x4a95ad[_0x4a95ad[_0xa95f7d(0x1a3)]-0x1];if(_0x17bda7>_0x289191[_0xa95f7d(0xa2)]||_0x3a3703<_0x289191[_0xa95f7d(0x23b)])return null;const _0x374e18=_0x4a95ad[_0xa95f7d(0x1f3)](_0x36a992=>_0x52e680[_0x36a992]>=_0x289191[_0xa95f7d(0x23b)]&&_0x52e680[_0x36a992]<=_0x289191[_0xa95f7d(0xa2)]);if(_0x374e18[_0xa95f7d(0x1a3)]===0x0)return null;const _0x13917d=_0x374e18[_0xa95f7d(0x20f)](_0x4ba129=>_0x52e680[_0x4ba129]),_0x9683={},_0x4ade92=Math[_0xa95f7d(0xbd)](_0x374e18[0x0],_0x289191[_0xa95f7d(0x23b)]),_0x4fc721=Math['max'](_0x374e18[_0x374e18[_0xa95f7d(0x1a3)]-0x1],_0x289191['end']),_0x255bdb=Array[_0xa95f7d(0x9f)]({'length':_0x4fc721-_0x4ade92+0x1},(_0x1be2a3,_0x1ee967)=>_0x1ee967+_0x4ade92)[_0xa95f7d(0x1f3)](_0x483dc4=>!_0x374e18[_0xa95f7d(0x218)](_0x483dc4));return Array[_0xa95f7d(0x9f)]({'length':_0x4fc721-_0x4ade92+0x1},(_0x125251,_0x76fde1)=>_0x76fde1+_0x4ade92)[_0xa95f7d(0x1f3)](_0xad26f3=>!_0x13917d[_0xa95f7d(0x218)](_0xad26f3))['forEach']((_0x457716,_0xb2f5de)=>{_0x9683[_0x457716]=_0x255bdb[_0xb2f5de];}),_0x13917d['forEach']((_0x1722dc,_0x210865)=>{_0x9683[_0x1722dc]=_0x374e18[_0x210865];}),{'range':{'startRow':_0x4ade92,'endRow':_0x4fc721},'order':_0x9683};},_0xae54d7=(_0x2a2f3b,_0x33a15d,_0x2da25d)=>_0x2da25d>=_0x2a2f3b&&_0x2da25d<=_0x33a15d?null:_0x2da25d>_0x33a15d?_0x2da25d-(_0x33a15d-_0x2a2f3b+0x1):_0x2da25d,_0x8061d9={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x27192b[_0x4aac6c(0x1f9)]['id'],'handler'(_0x282876,_0xbda26d){const _0x466c14=_0x4aac6c,_0x409e9a={'m1Prime':_0x282876,'m2Prime':_0xbda26d};if(_0x282876['params'][_0x466c14(0x10f)]!==_0xbda26d[_0x466c14(0x29b)]['unitId']||_0x282876[_0x466c14(0x29b)]['subUnitId']!==_0xbda26d[_0x466c14(0x29b)][_0x466c14(0x14e)])return _0x409e9a;const _0x1f0074=[_0x1ed6c7[_0x466c14(0x12e)][_0x466c14(0x1ae)](_0x282876)],_0x3fa28a=_0x1ed6c7[_0x466c14(0x12e)][_0x466c14(0x1ae)](_0xbda26d),{values:_0x3f6513}=_0x3fa28a[_0x466c14(0x29b)],_0x2f358c=[];let _0x33ed30=!0x1;for(const _0x1b6a70 in _0x3f6513){const _0x451022=_0x3f6513[_0x1b6a70];if(_0x2f358c['push'](..._0x451022[_0x466c14(0x269)]),_0x451022['ranges'][_0x466c14(0xab)](_0x18e062=>{const _0x60cf9f=_0x466c14,_0x45cd6f=_0x27192b[_0x60cf9f(0x197)](_0x9589de(_0x27192b[_0x60cf9f(0x1ee)](_0x282876[_0x60cf9f(0x29b)][_0x60cf9f(0x272)])),_0x9589de(_0x27192b[_0x60cf9f(0x1ee)](_0x18e062)));return _0x45cd6f==null||_0x45cd6f[_0x60cf9f(0x1a3)]!==0x0?!0x0:(_0x45cd6f[_0x60cf9f(0x18f)]!==0x0&&(_0x33ed30=!0x0),_0x18e062[_0x60cf9f(0x1ed)]+=_0x45cd6f['step'],_0x18e062[_0x60cf9f(0x2c5)]+=_0x45cd6f[_0x60cf9f(0x18f)],!0x1);}))return{'error':new Error(_0x466c14(0x19c))};}if(_0x33ed30){const _0x85d45={'id':_0x27192b[_0x466c14(0x278)]['id'],'params':{'unitId':_0xbda26d[_0x466c14(0x29b)][_0x466c14(0x10f)],'subUnitId':_0xbda26d['params'][_0x466c14(0x14e)],'ranges':_0x2f358c}};_0x1f0074[_0x466c14(0x271)](_0x85d45,_0x3fa28a);}return{'m1Prime':_0x1f0074,'m2Prime':_0x3fa28a};}},_0x1dd8d4={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x27192b[_0x4aac6c(0x1ba)]['id'],'handler'(_0x33345f,_0x470a77){const _0x50763c=_0x4aac6c,_0x3cfa0c={'m1Prime':_0x33345f,'m2Prime':_0x470a77};if(_0x33345f[_0x50763c(0x29b)]['unitId']!==_0x470a77[_0x50763c(0x29b)][_0x50763c(0x10f)]||_0x33345f[_0x50763c(0x29b)]['subUnitId']!==_0x470a77[_0x50763c(0x29b)][_0x50763c(0x14e)])return _0x3cfa0c;const _0xc5173c=[_0x1ed6c7[_0x50763c(0x12e)]['deepClone'](_0x33345f)],_0x5b47f1=_0x1ed6c7[_0x50763c(0x12e)][_0x50763c(0x1ae)](_0x470a77),_0x2d4a35=new _0x1ed6c7['ObjectMatrix'](_0x5b47f1[_0x50763c(0x29b)][_0x50763c(0xc3)]),_0x4adaaf=_0x2d4a35[_0x50763c(0x105)](),_0x5a53f7=_0x33345f['params'][_0x50763c(0x272)],_0x204f20=_0x5a53f7[_0x50763c(0x2c5)]-_0x5a53f7[_0x50763c(0x1ed)]+0x1;if(_0x5b47f1[_0x50763c(0x29b)][_0x50763c(0xc3)]&&_0x5a53f7['endRow']<_0x4adaaf[_0x50763c(0x1ed)])_0x32a717(_0x5b47f1[_0x50763c(0x29b)][_0x50763c(0xc3)],_0x4adaaf[_0x50763c(0x1ed)],_0x4adaaf[_0x50763c(0x2c5)]-_0x4adaaf[_0x50763c(0x1ed)]+0x1,-_0x204f20);else{if(_0x5a53f7[_0x50763c(0x1ed)]<=_0x4adaaf[_0x50763c(0x2c5)])return{'error':new Error(_0x50763c(0x2a4))};}const _0x583217=new _0x1ed6c7[(_0x50763c(0x2ce))]();let _0x562ce8=!0x1,_0x4ddeec=!0x1;if(_0x2d4a35[_0x50763c(0xda)]((_0x103c76,_0x17608a,_0x881ec1)=>{const _0x50e6bb=_0x50763c;if(_0x881ec1&&_0x881ec1['f']){const _0x4e5ee3=_0x881ec1['f'];let _0x42ab14=!0x1;const _0x9c1f11=_0xe8ae6e(_0x33345f[_0x50e6bb(0x29b)]['unitId'],_0x33345f['params'][_0x50e6bb(0x14e)],_0x4e5ee3,_0x2b46f1=>{const _0x9096a1=_0x50e6bb,_0x42b637=_0x27192b[_0x9096a1(0x197)](_0x9589de(_0x27192b[_0x9096a1(0x1ee)](_0x33345f[_0x9096a1(0x29b)]['range'])),_0x9589de(_0x27192b[_0x9096a1(0x1ee)](_0x2b46f1)));return _0x42b637===null?(_0x562ce8=!0x0,_0x2b46f1):((_0x42b637[_0x9096a1(0x18f)]!==0x0||_0x42b637['length']!==0x0)&&(_0x42ab14=!0x0,_0x2b46f1[_0x9096a1(0x1ed)]+=_0x42b637['step'],_0x2b46f1[_0x9096a1(0x2c5)]+=_0x42b637[_0x9096a1(0x18f)]+_0x42b637[_0x9096a1(0x1a3)]),_0x2b46f1);});_0x42ab14&&(_0x4ddeec=!0x0,_0x881ec1['f']=_0x9c1f11,_0x583217[_0x50e6bb(0x130)](_0x103c76,_0x17608a,{..._0x881ec1}));}}),_0x562ce8)return{'error':new Error('remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20row')};if(_0x4ddeec){const _0x44cab5={'id':_0x27192b[_0x50763c(0x1ba)]['id'],'params':{'unitId':_0x470a77[_0x50763c(0x29b)][_0x50763c(0x10f)],'subUnitId':_0x470a77[_0x50763c(0x29b)][_0x50763c(0x14e)],'cellValue':_0x583217[_0x50763c(0x209)]()}};_0xc5173c[_0x50763c(0x271)](_0x44cab5);}return{'m1Prime':_0xc5173c,'m2Prime':_0x5b47f1};}},_0x1e688d={'m1':_0x27192b['RemoveRowMutation']['id'],'m2':_0x27192b['SetRowDataMutation']['id'],'handler'(_0x592051,_0x51666f){const _0x488120=_0x4aac6c,_0x19bc9d={'m1Prime':_0x592051,'m2Prime':_0x51666f};if(_0x592051['params'][_0x488120(0x10f)]!==_0x51666f[_0x488120(0x29b)][_0x488120(0x10f)]||_0x592051[_0x488120(0x29b)][_0x488120(0x14e)]!==_0x51666f[_0x488120(0x29b)][_0x488120(0x14e)])return _0x19bc9d;const _0x4cf694=_0x1ed6c7[_0x488120(0x12e)][_0x488120(0x1ae)](_0x592051),_0x541141=_0x1ed6c7[_0x488120(0x12e)][_0x488120(0x1ae)](_0x51666f),{rowData:_0x207537}=_0x541141[_0x488120(0x29b)];return _0x1ed6c7['spliceArray'](_0x592051[_0x488120(0x29b)][_0x488120(0x272)]['startRow'],_0x592051['params']['range'][_0x488120(0x2c5)]-_0x592051[_0x488120(0x29b)][_0x488120(0x272)][_0x488120(0x1ed)]+0x1,_0x207537),{'m1Prime':_0x4cf694,'m2Prime':_0x541141};}},_0x2fc0db={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x27192b[_0x4aac6c(0xa1)]['id'],'handler'(_0xc927ca,_0x3ab892){const _0x3e1766=_0x4aac6c,_0x2b3f73={'m1Prime':_0xc927ca,'m2Prime':_0x3ab892};if(_0xc927ca[_0x3e1766(0x29b)][_0x3e1766(0x10f)]!==_0x3ab892[_0x3e1766(0x29b)]['unitId']||_0xc927ca[_0x3e1766(0x29b)][_0x3e1766(0x14e)]!==_0x3ab892['params'][_0x3e1766(0x14e)])return _0x2b3f73;const _0x44b572=_0x1ed6c7['Tools'][_0x3e1766(0x1ae)](_0xc927ca),_0x32298c=_0x1ed6c7[_0x3e1766(0x12e)]['deepClone'](_0x3ab892),{ranges:_0x3c1e50}=_0x32298c[_0x3e1766(0x29b)];return _0x3c1e50[_0x3e1766(0xfb)](_0x82a886=>{const _0x397158=_0x3e1766,_0xfd31c3=_0x27192b[_0x397158(0x197)](_0x9589de(_0x27192b['rotateRange'](_0xc927ca[_0x397158(0x29b)][_0x397158(0x272)])),_0x9589de(_0x27192b[_0x397158(0x1ee)](_0x82a886)));_0xfd31c3==null?_0x32298c['id']=_0x27192b[_0x397158(0xac)]['id']:(_0x82a886[_0x397158(0x1ed)]+=_0xfd31c3[_0x397158(0x18f)],_0x82a886['endRow']+=_0xfd31c3['step']+_0xfd31c3[_0x397158(0x1a3)]);}),{'m1Prime':_0x44b572,'m2Prime':_0x32298c};}},_0x3c4c94={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x27192b['SetRowVisibleMutation']['id'],'handler'(_0x15381a,_0x15f525){const _0x4dc445=_0x4aac6c,_0x237f7d={'m1Prime':_0x15381a,'m2Prime':_0x15f525};if(_0x15381a[_0x4dc445(0x29b)][_0x4dc445(0x10f)]!==_0x15f525['params'][_0x4dc445(0x10f)]||_0x15381a[_0x4dc445(0x29b)]['subUnitId']!==_0x15f525[_0x4dc445(0x29b)][_0x4dc445(0x14e)])return _0x237f7d;const _0x33d72f=_0x1ed6c7[_0x4dc445(0x12e)][_0x4dc445(0x1ae)](_0x15381a),_0x21ca39=_0x1ed6c7[_0x4dc445(0x12e)]['deepClone'](_0x15f525),{ranges:_0x3a99ea}=_0x21ca39[_0x4dc445(0x29b)];return _0x3a99ea['forEach'](_0x34a0be=>{const _0x97418e=_0x4dc445,_0x3b43e8=_0x27192b[_0x97418e(0x197)](_0x9589de(_0x27192b[_0x97418e(0x1ee)](_0x15381a[_0x97418e(0x29b)][_0x97418e(0x272)])),_0x9589de(_0x27192b[_0x97418e(0x1ee)](_0x34a0be)));_0x3b43e8==null?_0x21ca39['id']=_0x27192b[_0x97418e(0xac)]['id']:(_0x34a0be[_0x97418e(0x1ed)]+=_0x3b43e8['step'],_0x34a0be[_0x97418e(0x2c5)]+=_0x3b43e8['step']+_0x3b43e8['length']);}),{'m1Prime':_0x33d72f,'m2Prime':_0x21ca39};}},_0x5426ce={'m1':_0x27192b['RemoveRowMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x238)]['id'],'handler'(_0x3ad6d6,_0x33a876){const _0x57b7cf=_0x4aac6c,_0x2b7531={'m1Prime':[],'m2Prime':[]};if(_0x3ad6d6[_0x57b7cf(0x29b)][_0x57b7cf(0x10f)]!==_0x33a876['params'][_0x57b7cf(0x10f)]||_0x3ad6d6['params'][_0x57b7cf(0x14e)]!==_0x33a876[_0x57b7cf(0x29b)][_0x57b7cf(0x14e)])return _0x2b7531;const _0x4264c3=_0x1ed6c7[_0x57b7cf(0x12e)][_0x57b7cf(0x1ae)](_0x33a876);let _0x171245=!0x1;return _0x4264c3[_0x57b7cf(0x29b)][_0x57b7cf(0x1e0)][_0x57b7cf(0xfb)](_0x2b6274=>{const _0x4b8400=_0x57b7cf,{range:_0x47b344,primary:_0x339216}=_0x2b6274,_0x593372=_0x27192b[_0x4b8400(0x197)](_0x9589de(_0x27192b[_0x4b8400(0x1ee)](_0x3ad6d6[_0x4b8400(0x29b)]['range'])),_0x9589de(_0x27192b['rotateRange'](_0x47b344)));if(_0x593372!=null&&(_0x593372['length']||_0x593372['step'])){if(_0x47b344[_0x4b8400(0x1ed)]+=_0x593372['step'],_0x47b344[_0x4b8400(0x2c5)]+=_0x593372[_0x4b8400(0x18f)]+(_0x593372[_0x4b8400(0x1a3)]||0x0),_0x339216){const _0x5cee2e=_0x27192b[_0x4b8400(0x197)](_0x9589de(_0x27192b[_0x4b8400(0x1ee)](_0x3ad6d6['params']['range'])),_0x9589de(_0x27192b[_0x4b8400(0x1ee)](_0x339216)));if(_0x5cee2e==null){_0x339216[_0x4b8400(0x1ed)]=_0x47b344[_0x4b8400(0x1ed)],_0x339216[_0x4b8400(0x2c5)]=_0x47b344[_0x4b8400(0x1ed)],_0x339216[_0x4b8400(0xa9)]=_0x47b344[_0x4b8400(0x1ed)];return;}(_0x5cee2e[_0x4b8400(0x1a3)]||_0x5cee2e[_0x4b8400(0x18f)])&&(_0x339216[_0x4b8400(0x1ed)]+=_0x5cee2e['step'],_0x339216[_0x4b8400(0x2c5)]+=_0x5cee2e[_0x4b8400(0x18f)],_0x339216[_0x4b8400(0xa9)]+=_0x5cee2e[_0x4b8400(0x18f)]);}_0x171245=!0x0;}}),_0x171245&&_0x2b7531['m2Prime'][_0x57b7cf(0x271)](_0x4264c3),_0x2b7531;}},_0x4b8c8a={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x5cbf39['SetSheetsFilterRangeMutation']['id'],'handler'(_0x3433fe,_0x1ab7d1){const _0x226852=_0x4aac6c,_0x2519d9={'m1Prime':[_0x3433fe],'m2Prime':[_0x1ab7d1]};if(_0x3433fe['params']['unitId']!==_0x1ab7d1[_0x226852(0x29b)][_0x226852(0x10f)]||_0x3433fe[_0x226852(0x29b)]['subUnitId']!==_0x1ab7d1[_0x226852(0x29b)][_0x226852(0x14e)])return _0x2519d9;const _0x27a911=_0x1ed6c7['Tools'][_0x226852(0x1ae)](_0x3433fe),_0x106cc0=_0x1ed6c7[_0x226852(0x12e)][_0x226852(0x1ae)](_0x1ab7d1),_0x440d04=_0x331cf6({'start':_0x3433fe[_0x226852(0x29b)][_0x226852(0x272)][_0x226852(0x1ed)],'end':_0x3433fe[_0x226852(0x29b)][_0x226852(0x272)][_0x226852(0x2c5)]},{'start':_0x1ab7d1[_0x226852(0x29b)][_0x226852(0x272)][_0x226852(0x1ed)],'end':_0x1ab7d1['params']['range'][_0x226852(0x2c5)]});return _0x440d04===null?{'m1Prime':[_0x27a911,{'id':_0x5cbf39[_0x226852(0x17c)]['id'],'params':{'unitId':_0x1ab7d1['params'][_0x226852(0x10f)],'subUnitId':_0x1ab7d1['params'][_0x226852(0x10f)]}}],'m2Prime':[]}:(_0x106cc0[_0x226852(0x29b)][_0x226852(0x272)][_0x226852(0x1ed)]=_0x440d04[_0x226852(0x23b)],_0x106cc0[_0x226852(0x29b)][_0x226852(0x272)]['endRow']=_0x440d04['end'],{'m1Prime':[_0x106cc0,_0x27a911],'m2Prime':[_0x106cc0]});}},_0xbf1850={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x27192b['SetWorksheetRowAutoHeightMutation']['id'],'handler'(_0x13bde5,_0x303e96){const _0x5c3928=_0x4aac6c,_0x6fe6ac={'m1Prime':_0x13bde5,'m2Prime':_0x303e96};if(_0x13bde5[_0x5c3928(0x29b)][_0x5c3928(0x10f)]!==_0x303e96['params'][_0x5c3928(0x10f)]||_0x13bde5[_0x5c3928(0x29b)]['subUnitId']!==_0x303e96[_0x5c3928(0x29b)][_0x5c3928(0x14e)])return _0x6fe6ac;const _0x565582=_0x1ed6c7[_0x5c3928(0x12e)][_0x5c3928(0x1ae)](_0x13bde5),_0x5b391f=_0x1ed6c7[_0x5c3928(0x12e)][_0x5c3928(0x1ae)](_0x303e96),{rowsAutoHeightInfo:_0x1e56c0}=_0x5b391f[_0x5c3928(0x29b)];for(let _0xb62bdc=_0x1e56c0[_0x5c3928(0x1a3)]-0x1;_0xb62bdc>=0x0;_0xb62bdc--){const _0x22a2c0=_0x1e56c0[_0xb62bdc],_0x3d36f4={'startRow':_0x22a2c0[_0x5c3928(0x184)],'endRow':_0x22a2c0[_0x5c3928(0x184)],'startColumn':0x0,'endColumn':0x0},_0x5e42d6=_0x27192b[_0x5c3928(0x197)](_0x9589de(_0x27192b[_0x5c3928(0x1ee)](_0x13bde5[_0x5c3928(0x29b)]['range'])),_0x27192b['rotateRange'](_0x3d36f4));_0x5e42d6==null?_0x1e56c0[_0x5c3928(0x135)](_0xb62bdc,0x1):_0x22a2c0['row']+=_0x5e42d6['step'];}return{'m1Prime':_0x565582,'m2Prime':_0x5b391f};}},_0x4690ed={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x27192b[_0x4aac6c(0x1d6)]['id'],'handler'(_0x35fcbd,_0x1b44a0){const _0x5935b3=_0x4aac6c,_0x1bac1a={'m1Prime':_0x35fcbd,'m2Prime':_0x1b44a0};if(_0x35fcbd['params']['unitId']!==_0x1b44a0[_0x5935b3(0x29b)][_0x5935b3(0x10f)]||_0x35fcbd[_0x5935b3(0x29b)][_0x5935b3(0x14e)]!==_0x1b44a0['params'][_0x5935b3(0x14e)])return _0x1bac1a;const _0x4799e9=_0x1ed6c7[_0x5935b3(0x12e)][_0x5935b3(0x1ae)](_0x35fcbd),_0x568854=_0x1ed6c7[_0x5935b3(0x12e)][_0x5935b3(0x1ae)](_0x1b44a0),{ranges:_0x26d568,rowHeight:_0x579e39}=_0x568854[_0x5935b3(0x29b)];return _0x26d568[_0x5935b3(0xfb)](_0x16900e=>{const _0x5c2eed=_0x5935b3,_0x4bbc03=_0x27192b[_0x5c2eed(0x197)](_0x9589de(_0x27192b[_0x5c2eed(0x1ee)](_0x35fcbd[_0x5c2eed(0x29b)][_0x5c2eed(0x272)])),_0x27192b[_0x5c2eed(0x1ee)](_0x16900e));_0x4bbc03==null?_0x568854['id']=_0x27192b[_0x5c2eed(0xac)]['id']:(_0x16900e[_0x5c2eed(0x1ed)]+=_0x4bbc03['step'],_0x16900e[_0x5c2eed(0x2c5)]+=_0x4bbc03['step']+_0x4bbc03['length']);}),typeof _0x579e39!=_0x5935b3(0x174)&&_0x1ed6c7[_0x5935b3(0x1dc)](_0x35fcbd['params'][_0x5935b3(0x272)][_0x5935b3(0x1ed)],_0x35fcbd[_0x5935b3(0x29b)][_0x5935b3(0x272)][_0x5935b3(0x2c5)]-_0x35fcbd['params'][_0x5935b3(0x272)][_0x5935b3(0x1ed)]+0x1,_0x579e39),{'m1Prime':_0x4799e9,'m2Prime':_0x568854};}},_0x19cad9={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x27192b[_0x4aac6c(0x26b)]['id'],'handler'(_0x2a0cae,_0x476b9b){const _0x2a455b=_0x4aac6c,_0x2a9125={'m1Prime':_0x2a0cae,'m2Prime':_0x476b9b};if(_0x2a0cae[_0x2a455b(0x29b)]['unitId']!==_0x476b9b['params'][_0x2a455b(0x10f)]||_0x2a0cae[_0x2a455b(0x29b)]['subUnitId']!==_0x476b9b[_0x2a455b(0x29b)][_0x2a455b(0x14e)])return _0x2a9125;const _0x473c76=_0x1ed6c7['Tools'][_0x2a455b(0x1ae)](_0x2a0cae),_0x33e155=_0x1ed6c7[_0x2a455b(0x12e)][_0x2a455b(0x1ae)](_0x476b9b),{ranges:_0x112685,autoHeightInfo:_0x552d90}=_0x33e155[_0x2a455b(0x29b)];return _0x112685[_0x2a455b(0xfb)](_0x26b42e=>{const _0x469f36=_0x2a455b,_0x2422c5=_0x27192b[_0x469f36(0x197)](_0x9589de(_0x27192b[_0x469f36(0x1ee)](_0x2a0cae[_0x469f36(0x29b)][_0x469f36(0x272)])),_0x27192b[_0x469f36(0x1ee)](_0x26b42e));_0x2422c5==null?_0x33e155['id']=_0x27192b[_0x469f36(0xac)]['id']:(_0x26b42e[_0x469f36(0x1ed)]+=_0x2422c5['step'],_0x26b42e[_0x469f36(0x2c5)]+=_0x2422c5['step']+_0x2422c5[_0x469f36(0x1a3)]);}),typeof _0x552d90!=_0x2a455b(0x174)&&_0x1ed6c7[_0x2a455b(0x1dc)](_0x2a0cae['params'][_0x2a455b(0x272)][_0x2a455b(0x1ed)],_0x2a0cae[_0x2a455b(0x29b)][_0x2a455b(0x272)][_0x2a455b(0x2c5)]-_0x2a0cae[_0x2a455b(0x29b)]['range'][_0x2a455b(0x1ed)]+0x1,_0x552d90),{'m1Prime':_0x473c76,'m2Prime':_0x33e155};}},_0x3eec83={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x59e2de[_0x4aac6c(0x106)]['id'],'handler':(_0x5735e2,_0x5ad699)=>{const _0x41ebdc=_0x4aac6c,_0x2f464b={'m1Prime':_0x5735e2,'m2Prime':_0x5ad699};if(_0x5735e2[_0x41ebdc(0x29b)][_0x41ebdc(0x10f)]!==_0x5ad699[_0x41ebdc(0x29b)][_0x41ebdc(0x10f)]||_0x5735e2[_0x41ebdc(0x29b)][_0x41ebdc(0x14e)]!==_0x5ad699[_0x41ebdc(0x29b)][_0x41ebdc(0x14e)])return _0x2f464b;const _0x529024={'id':_0x27192b[_0x41ebdc(0x1e8)]['id'],'params':{'unitId':_0x5735e2['params'][_0x41ebdc(0x10f)],'subUnitId':_0x5735e2[_0x41ebdc(0x29b)][_0x41ebdc(0x14e)],'range':_0x5735e2['params'][_0x41ebdc(0x272)]}},_0xccdfa0=_0x33a4d3(_0x5ad699,_0x529024);return{'m1Prime':[_0x5735e2,..._0xccdfa0],'m2Prime':[_0x5ad699,..._0xccdfa0]};}},_0x45a506={'m1':_0x27192b[_0x4aac6c(0x213)]['id'],'m2':_0x1444e7[_0x4aac6c(0x24d)]['id'],'handler':(_0x330e9f,_0xaa232c)=>{const _0xe9922b=_0x4aac6c,_0x2e1097={'m1Prime':_0x330e9f,'m2Prime':_0xaa232c};if(_0x330e9f[_0xe9922b(0x29b)][_0xe9922b(0x10f)]!==_0xaa232c[_0xe9922b(0x29b)][_0xe9922b(0x10f)]||_0xaa232c[_0xe9922b(0x29b)][_0xe9922b(0x14e)]!==_0x330e9f[_0xe9922b(0x29b)][_0xe9922b(0x14e)])return _0x2e1097;const _0x2197a6={'id':_0x27192b[_0xe9922b(0x1e8)]['id'],'params':{'range':_0x330e9f[_0xe9922b(0x29b)][_0xe9922b(0x272)]}},_0xbb760d=_0x54cf14(_0xaa232c,_0x2197a6);return{'m1Prime':[_0x330e9f,..._0xbb760d],'m2Prime':[_0xaa232c,..._0xbb760d]};}},_0x4c405d={'m1':_0x27192b['RemoveWorksheetMergeMutation']['id'],'m2':_0x27192b['AddWorksheetMergeMutation']['id'],'handler'(_0x2f11c5,_0x4fa66d){const _0x51bb59=_0x4aac6c,_0x4b9372=_0x1ed6c7[_0x51bb59(0x12e)]['deepClone'](_0x2f11c5),_0x43fde6=_0x1ed6c7['Tools'][_0x51bb59(0x1ae)](_0x4fa66d);if(_0x2f11c5[_0x51bb59(0x29b)]['unitId']!==_0x4fa66d[_0x51bb59(0x29b)][_0x51bb59(0x10f)]||_0x2f11c5[_0x51bb59(0x29b)][_0x51bb59(0x14e)]!==_0x4fa66d['params'][_0x51bb59(0x14e)])return{'m1Prime':_0x4b9372,'m2Prime':_0x43fde6};for(let _0x428dc6=0x0;_0x428dc6<_0x4b9372[_0x51bb59(0x29b)][_0x51bb59(0x269)][_0x51bb59(0x1a3)];_0x428dc6++){let _0x33b52b=!0x1;for(let _0x3c6889=0x0;_0x3c6889<_0x43fde6['params'][_0x51bb59(0x269)][_0x51bb59(0x1a3)];_0x3c6889++){const _0x4b2afd=_0x4b9372[_0x51bb59(0x29b)][_0x51bb59(0x269)][_0x428dc6],_0x16d8e2=_0x43fde6[_0x51bb59(0x29b)][_0x51bb59(0x269)][_0x3c6889];if(_0x1ed6c7[_0x51bb59(0x24f)]['intersects'](_0x4b2afd,_0x16d8e2)){_0x33b52b=!0x0;break;}}_0x33b52b&&(_0x4b9372['params'][_0x51bb59(0x269)][_0x51bb59(0x135)](_0x428dc6,0x1),_0x428dc6--);}return _0x4b9372[_0x51bb59(0x29b)]['ranges']['length']===0x0&&(_0x4b9372['id']=_0x27192b[_0x51bb59(0xac)]['id']),{'m1Prime':_0x4b9372,'m2Prime':_0x43fde6};}},_0x254de0={'m1':_0x27192b[_0x4aac6c(0x2af)]['id'],'m2':_0x27192b[_0x4aac6c(0x1a8)]['id'],'handler'(_0x156f55,_0x34fdc1){const _0x4494d5=_0x4aac6c,_0x57b9b8=_0x1ed6c7['Tools'][_0x4494d5(0x1ae)](_0x156f55),_0x43aeb6=_0x1ed6c7['Tools'][_0x4494d5(0x1ae)](_0x34fdc1);if(_0x156f55[_0x4494d5(0x29b)][_0x4494d5(0x10f)]!==_0x34fdc1[_0x4494d5(0x29b)][_0x4494d5(0x10f)]||_0x156f55[_0x4494d5(0x29b)][_0x4494d5(0x14e)]!==_0x34fdc1[_0x4494d5(0x29b)][_0x4494d5(0x14e)])return{'m1Prime':_0x57b9b8,'m2Prime':_0x43aeb6};const _0x2eb5e9=_0x57b9b8[_0x4494d5(0x29b)]['ranges'][_0x4494d5(0x20f)](_0x14d7f0=>{const _0x1ae339=_0x4494d5,_0x331c55=_0x43aeb6[_0x1ae339(0x29b)][_0x1ae339(0x272)],_0x2f5a4f=_0x331c55['endColumn']-_0x331c55[_0x1ae339(0x251)]+0x1;return _0x331c55[_0x1ae339(0x251)]<=_0x14d7f0[_0x1ae339(0x251)]?{..._0x14d7f0,'startColumn':_0x14d7f0[_0x1ae339(0x251)]+_0x2f5a4f,'endColumn':_0x14d7f0[_0x1ae339(0x263)]+_0x2f5a4f}:_0x331c55['startColumn']>_0x14d7f0['startColumn']&&_0x331c55[_0x1ae339(0x251)]<=_0x14d7f0[_0x1ae339(0x263)]?{..._0x14d7f0,'endColumn':_0x14d7f0['endColumn']+_0x2f5a4f}:{..._0x14d7f0};});return _0x57b9b8[_0x4494d5(0x29b)][_0x4494d5(0x269)]=_0x2eb5e9,{'m1Prime':_0x57b9b8,'m2Prime':_0x43aeb6};}},_0x286572={'m1':_0x27192b['RemoveWorksheetMergeMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x246)]['id'],'handler'(_0x3aac18,_0x3603ab){const _0x5991c3=_0x4aac6c,_0x322005=_0x1ed6c7[_0x5991c3(0x12e)][_0x5991c3(0x1ae)](_0x3aac18),_0x572aee=_0x1ed6c7[_0x5991c3(0x12e)][_0x5991c3(0x1ae)](_0x3603ab);if(_0x3aac18[_0x5991c3(0x29b)][_0x5991c3(0x10f)]!==_0x3603ab[_0x5991c3(0x29b)][_0x5991c3(0x10f)]||_0x3aac18[_0x5991c3(0x29b)][_0x5991c3(0x14e)]!==_0x3603ab[_0x5991c3(0x29b)]['subUnitId'])return{'m1Prime':_0x322005,'m2Prime':_0x572aee};const _0x450c5e=_0x322005[_0x5991c3(0x29b)][_0x5991c3(0x269)]['map'](_0x319d41=>{const _0x4d0323=_0x5991c3,_0x27dd55=_0x572aee[_0x4d0323(0x29b)]['range'],_0x1c00e7=_0x27dd55['endRow']-_0x27dd55[_0x4d0323(0x1ed)]+0x1;return _0x27dd55[_0x4d0323(0x1ed)]<=_0x319d41[_0x4d0323(0x1ed)]?{..._0x319d41,'startRow':_0x319d41[_0x4d0323(0x1ed)]+_0x1c00e7,'endRow':_0x319d41[_0x4d0323(0x2c5)]+_0x1c00e7}:_0x27dd55['startRow']>_0x319d41[_0x4d0323(0x1ed)]&&_0x27dd55[_0x4d0323(0x1ed)]<=_0x319d41[_0x4d0323(0x2c5)]?{..._0x319d41,'endRow':_0x319d41[_0x4d0323(0x2c5)]+_0x1c00e7}:{..._0x319d41};});return _0x322005[_0x5991c3(0x29b)][_0x5991c3(0x269)]=_0x450c5e,{'m1Prime':_0x322005,'m2Prime':_0x572aee};}},_0x481cae={'m1':_0x27192b[_0x4aac6c(0x2af)]['id'],'m2':_0x27192b[_0x4aac6c(0xd1)]['id'],'handler'(_0x17ddb0,_0xed4806){const _0x58b5e5=_0x4aac6c,_0x260aa1=_0x1ed6c7[_0x58b5e5(0x12e)][_0x58b5e5(0x1ae)](_0x17ddb0),_0x35947b=_0x1ed6c7[_0x58b5e5(0x12e)]['deepClone'](_0xed4806);if(_0x17ddb0[_0x58b5e5(0x29b)][_0x58b5e5(0x10f)]!==_0xed4806[_0x58b5e5(0x29b)]['unitId']||_0x17ddb0[_0x58b5e5(0x29b)]['subUnitId']!==_0xed4806[_0x58b5e5(0x29b)][_0x58b5e5(0x14e)])return{'m1Prime':_0x260aa1,'m2Prime':_0x35947b};const _0x5501f2=_0x260aa1[_0x58b5e5(0x29b)]['ranges'][_0x58b5e5(0x28a)]((_0xc1caf9,_0x2020c7)=>{const _0x152ee2=_0x58b5e5,{sourceRange:_0x5c4657,targetRange:_0x1c2b3d}=_0xed4806['params'],_0x415f7e={..._0x2020c7};return _0x5c4657[_0x152ee2(0x263)]<_0x415f7e[_0x152ee2(0x251)]&&_0x1c2b3d[_0x152ee2(0x251)]>_0x415f7e[_0x152ee2(0x263)]?(_0x415f7e['startColumn']-=_0x5c4657[_0x152ee2(0x263)]-_0x5c4657[_0x152ee2(0x251)]+0x1,_0x415f7e[_0x152ee2(0x263)]-=_0x5c4657[_0x152ee2(0x263)]-_0x5c4657[_0x152ee2(0x251)]+0x1,_0x388df3(_0x415f7e)&&_0xc1caf9[_0x152ee2(0x271)](_0x415f7e)):_0x5c4657[_0x152ee2(0x251)]>_0x415f7e[_0x152ee2(0x263)]&&_0x1c2b3d[_0x152ee2(0x263)]<_0x415f7e[_0x152ee2(0x251)]?(_0x415f7e['startColumn']+=_0x5c4657[_0x152ee2(0x263)]-_0x5c4657[_0x152ee2(0x251)]+0x1,_0x415f7e[_0x152ee2(0x263)]+=_0x5c4657['endColumn']-_0x5c4657[_0x152ee2(0x251)]+0x1,_0x388df3(_0x415f7e)&&_0xc1caf9[_0x152ee2(0x271)](_0x415f7e)):_0x1ed6c7[_0x152ee2(0x24f)][_0x152ee2(0x281)](_0x415f7e,_0x5c4657)||_0x1ed6c7[_0x152ee2(0x24f)][_0x152ee2(0x281)](_0x415f7e,_0x1c2b3d)||_0xc1caf9[_0x152ee2(0x271)](_0x415f7e),_0xc1caf9;},[]);return _0x260aa1[_0x58b5e5(0x29b)]['ranges']=_0x5501f2,_0x260aa1['params'][_0x58b5e5(0x269)]['length']===0x0&&(_0x260aa1['id']=_0x27192b[_0x58b5e5(0xac)]['id']),{'m1Prime':_0x260aa1,'m2Prime':_0x35947b};}},_0x36d866={'m1':_0x27192b['RemoveWorksheetMergeMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x11a)]['id'],'handler'(_0x1d723e,_0x33a06d){const _0x2f8317=_0x4aac6c,_0xd48fa6=_0x1ed6c7[_0x2f8317(0x12e)][_0x2f8317(0x1ae)](_0x1d723e),_0x5e98ce=_0x1ed6c7[_0x2f8317(0x12e)][_0x2f8317(0x1ae)](_0x33a06d);if(_0x1d723e[_0x2f8317(0x29b)][_0x2f8317(0x10f)]!==_0x33a06d[_0x2f8317(0x29b)][_0x2f8317(0x10f)]||_0x1d723e[_0x2f8317(0x29b)][_0x2f8317(0x14e)]!==_0x33a06d[_0x2f8317(0x29b)][_0x2f8317(0x14e)])return{'m1Prime':_0xd48fa6,'m2Prime':_0x5e98ce};const _0x10023d=_0xd48fa6['params'][_0x2f8317(0x269)][_0x2f8317(0x28a)]((_0x2149ad,_0x58b998)=>{const _0x555e39=_0x2f8317,{sourceRange:_0x461e3a,targetRange:_0x4f79bc}=_0x33a06d[_0x555e39(0x29b)],_0x3cc61b={..._0x58b998};return _0x461e3a['endRow']<_0x3cc61b['startRow']&&_0x4f79bc['startRow']>_0x3cc61b[_0x555e39(0x2c5)]?(_0x3cc61b[_0x555e39(0x1ed)]-=_0x461e3a[_0x555e39(0x2c5)]-_0x461e3a[_0x555e39(0x1ed)]+0x1,_0x3cc61b[_0x555e39(0x2c5)]-=_0x461e3a[_0x555e39(0x2c5)]-_0x461e3a[_0x555e39(0x1ed)]+0x1,_0x388df3(_0x3cc61b)&&_0x2149ad[_0x555e39(0x271)](_0x3cc61b)):_0x461e3a[_0x555e39(0x1ed)]>_0x3cc61b[_0x555e39(0x2c5)]&&_0x4f79bc[_0x555e39(0x2c5)]<_0x3cc61b[_0x555e39(0x1ed)]?(_0x3cc61b['startRow']+=_0x461e3a[_0x555e39(0x2c5)]-_0x461e3a['startRow']+0x1,_0x3cc61b['endRow']+=_0x461e3a[_0x555e39(0x2c5)]-_0x461e3a[_0x555e39(0x1ed)]+0x1,_0x388df3(_0x3cc61b)&&_0x2149ad['push'](_0x3cc61b)):_0x1ed6c7[_0x555e39(0x24f)]['intersects'](_0x3cc61b,_0x461e3a)||_0x1ed6c7['Rectangle'][_0x555e39(0x281)](_0x3cc61b,_0x4f79bc)||_0x2149ad[_0x555e39(0x271)](_0x3cc61b),_0x2149ad;},[]);return _0xd48fa6[_0x2f8317(0x29b)]['ranges']=_0x10023d,_0xd48fa6[_0x2f8317(0x29b)]['ranges']['length']===0x0&&(_0xd48fa6['id']=_0x27192b[_0x2f8317(0xac)]['id']),{'m1Prime':_0xd48fa6,'m2Prime':_0x5e98ce};}},_0x5ded0b={'m1':_0x27192b['RemoveWorksheetMergeMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x1b8)]['id'],'handler'(_0x311139,_0x26e162){const _0x5813f0=_0x4aac6c,_0x3ce697=_0x1ed6c7['Tools'][_0x5813f0(0x1ae)](_0x311139),_0x2585f0=_0x1ed6c7[_0x5813f0(0x12e)][_0x5813f0(0x1ae)](_0x26e162);if(_0x311139['params'][_0x5813f0(0x10f)]!==_0x26e162[_0x5813f0(0x29b)][_0x5813f0(0x10f)]||_0x311139['params'][_0x5813f0(0x14e)]!==_0x26e162[_0x5813f0(0x29b)]['subUnitId'])return{'m1Prime':_0x3ce697,'m2Prime':_0x2585f0};const _0x3eed9f=_0x3ce697[_0x5813f0(0x29b)][_0x5813f0(0x269)][_0x5813f0(0x28a)]((_0x490e51,_0xc8c0f5)=>{const _0x27b395=_0x5813f0,_0x50f7ec=_0x2585f0[_0x27b395(0x29b)][_0x27b395(0x272)],_0x36b3ca=_0x50f7ec[_0x27b395(0x263)]-_0x50f7ec[_0x27b395(0x251)]+0x1;let _0x2c900f={..._0xc8c0f5};return _0x50f7ec['startColumn']>_0xc8c0f5['endColumn']?_0x2c900f={..._0xc8c0f5}:_0x50f7ec['startColumn']>=_0xc8c0f5[_0x27b395(0x251)]&&_0x50f7ec[_0x27b395(0x251)]<=_0xc8c0f5['endColumn']&&_0x50f7ec[_0x27b395(0x263)]>_0xc8c0f5['endColumn']?(_0x2c900f[_0x27b395(0x263)]=_0x50f7ec[_0x27b395(0x251)]-0x1,_0x50f7ec[_0x27b395(0x251)]===_0xc8c0f5[_0x27b395(0x251)]&&(_0x2c900f=null)):_0x50f7ec[_0x27b395(0x251)]>_0xc8c0f5[_0x27b395(0x251)]&&_0x50f7ec[_0x27b395(0x263)]<_0xc8c0f5[_0x27b395(0x263)]?_0x2c900f[_0x27b395(0x263)]=_0xc8c0f5[_0x27b395(0x263)]-_0x36b3ca:_0x50f7ec[_0x27b395(0x251)]<_0xc8c0f5[_0x27b395(0x251)]&&_0x50f7ec['endColumn']>=_0xc8c0f5[_0x27b395(0x251)]&&_0x50f7ec[_0x27b395(0x263)]<=_0xc8c0f5[_0x27b395(0x263)]?(_0x2c900f['startColumn']=_0x50f7ec[_0x27b395(0x251)],_0x2c900f[_0x27b395(0x263)]=_0xc8c0f5['endColumn']-_0x36b3ca,_0x50f7ec[_0x27b395(0x263)]===_0xc8c0f5[_0x27b395(0x263)]&&(_0x2c900f=null)):_0x50f7ec[_0x27b395(0x251)]<=_0xc8c0f5[_0x27b395(0x251)]&&_0x50f7ec[_0x27b395(0x263)]>=_0xc8c0f5[_0x27b395(0x263)]?_0x2c900f=null:_0x50f7ec['endColumn']<_0xc8c0f5[_0x27b395(0x251)]&&(_0x2c900f[_0x27b395(0x251)]=_0xc8c0f5['startColumn']-_0x36b3ca,_0x2c900f[_0x27b395(0x263)]=_0xc8c0f5['endColumn']-_0x36b3ca),_0x2c900f&&!(_0x2c900f[_0x27b395(0x1ed)]===_0x2c900f[_0x27b395(0x2c5)]&&_0x2c900f['startColumn']===_0x2c900f[_0x27b395(0x263)])&&_0x490e51['push'](_0x2c900f),_0x490e51;},[]);return _0x3ce697[_0x5813f0(0x29b)][_0x5813f0(0x269)]=_0x3eed9f,_0x3ce697[_0x5813f0(0x29b)]['ranges'][_0x5813f0(0x1a3)]===0x0&&(_0x3ce697['id']=_0x27192b[_0x5813f0(0xac)]['id']),{'m1Prime':_0x3ce697,'m2Prime':_0x2585f0};}},_0x1b06af={'m1':_0x27192b[_0x4aac6c(0x2af)]['id'],'m2':_0x27192b['RemoveRowMutation']['id'],'handler'(_0x50a8b8,_0x1a95b1){const _0x291b4e=_0x4aac6c,_0x3925b3=_0x1ed6c7[_0x291b4e(0x12e)][_0x291b4e(0x1ae)](_0x50a8b8),_0x11f350=_0x1ed6c7[_0x291b4e(0x12e)][_0x291b4e(0x1ae)](_0x1a95b1);if(_0x50a8b8[_0x291b4e(0x29b)]['unitId']!==_0x1a95b1[_0x291b4e(0x29b)][_0x291b4e(0x10f)]||_0x50a8b8[_0x291b4e(0x29b)][_0x291b4e(0x14e)]!==_0x1a95b1[_0x291b4e(0x29b)][_0x291b4e(0x14e)])return{'m1Prime':_0x3925b3,'m2Prime':_0x11f350};const _0xec6370=_0x3925b3['params'][_0x291b4e(0x269)][_0x291b4e(0x28a)]((_0x593a24,_0x3b1d5e)=>{const _0x5010d6=_0x291b4e,_0x2afe7f=_0x11f350[_0x5010d6(0x29b)]['range'],_0x5e8d1c=_0x2afe7f['endRow']-_0x2afe7f[_0x5010d6(0x1ed)]+0x1;let _0x1a15a6={..._0x3b1d5e};return _0x2afe7f[_0x5010d6(0x1ed)]>_0x3b1d5e['endRow']?_0x1a15a6={..._0x3b1d5e}:_0x2afe7f[_0x5010d6(0x1ed)]>=_0x3b1d5e[_0x5010d6(0x1ed)]&&_0x2afe7f[_0x5010d6(0x1ed)]<=_0x3b1d5e[_0x5010d6(0x2c5)]&&_0x2afe7f[_0x5010d6(0x2c5)]>_0x3b1d5e[_0x5010d6(0x2c5)]?(_0x1a15a6[_0x5010d6(0x2c5)]=_0x2afe7f['startRow']-0x1,_0x2afe7f['startRow']===_0x3b1d5e[_0x5010d6(0x1ed)]&&(_0x1a15a6=null)):_0x2afe7f[_0x5010d6(0x1ed)]>_0x3b1d5e[_0x5010d6(0x1ed)]&&_0x2afe7f['endRow']<_0x3b1d5e[_0x5010d6(0x2c5)]?_0x1a15a6['endRow']=_0x3b1d5e[_0x5010d6(0x2c5)]-_0x5e8d1c:_0x2afe7f[_0x5010d6(0x1ed)]<_0x3b1d5e[_0x5010d6(0x1ed)]&&_0x2afe7f['endRow']>=_0x3b1d5e[_0x5010d6(0x1ed)]&&_0x2afe7f[_0x5010d6(0x2c5)]<=_0x3b1d5e[_0x5010d6(0x2c5)]?(_0x1a15a6[_0x5010d6(0x1ed)]=_0x2afe7f[_0x5010d6(0x1ed)],_0x1a15a6[_0x5010d6(0x2c5)]=_0x3b1d5e['endRow']-_0x5e8d1c,_0x2afe7f[_0x5010d6(0x2c5)]===_0x3b1d5e[_0x5010d6(0x2c5)]&&(_0x1a15a6=null)):_0x2afe7f['startRow']<=_0x3b1d5e['startRow']&&_0x2afe7f[_0x5010d6(0x2c5)]>=_0x3b1d5e[_0x5010d6(0x2c5)]?_0x1a15a6=null:_0x2afe7f['endRow']<_0x3b1d5e[_0x5010d6(0x1ed)]&&(_0x1a15a6[_0x5010d6(0x1ed)]=_0x3b1d5e[_0x5010d6(0x1ed)]-_0x5e8d1c,_0x1a15a6[_0x5010d6(0x2c5)]=_0x3b1d5e['endRow']-_0x5e8d1c),_0x1a15a6&&!(_0x1a15a6[_0x5010d6(0x1ed)]===_0x1a15a6[_0x5010d6(0x2c5)]&&_0x1a15a6[_0x5010d6(0x251)]===_0x1a15a6[_0x5010d6(0x263)])&&_0x593a24[_0x5010d6(0x271)](_0x1a15a6),_0x593a24;},[]);return _0x3925b3['params'][_0x291b4e(0x269)]=_0xec6370,_0x3925b3[_0x291b4e(0x29b)][_0x291b4e(0x269)][_0x291b4e(0x1a3)]===0x0&&(_0x3925b3['id']=_0x27192b['EmptyMutation']['id']),{'m1Prime':_0x3925b3,'m2Prime':_0x11f350};}},_0x5b5d6b={'m1':_0x27192b[_0x4aac6c(0x2af)]['id'],'m2':_0x27192b['SetSelectionsOperation']['id'],'handler'(_0x410dcb,_0x1aaa17){const _0x21c571=_0x4aac6c,_0xce1488={'m1Prime':[],'m2Prime':[]};if(_0x410dcb['params'][_0x21c571(0x10f)]!==_0x1aaa17[_0x21c571(0x29b)][_0x21c571(0x10f)]||_0x410dcb[_0x21c571(0x29b)]['subUnitId']!==_0x1aaa17[_0x21c571(0x29b)][_0x21c571(0x14e)])return _0xce1488;const _0x2f4e73=_0x1ed6c7[_0x21c571(0x12e)][_0x21c571(0x1ae)](_0x1aaa17),_0x40d825=_0x2f4e73['params'][_0x21c571(0x1e0)],_0x44d3a3=_0x40d825[_0x40d825[_0x21c571(0x1a3)]-0x1]['primary'];return _0x410dcb[_0x21c571(0x29b)]['ranges'][_0x21c571(0xfb)](_0x34864e=>{const _0x4e77f9=_0x21c571;_0x44d3a3&&_0x1ed6c7[_0x4e77f9(0x24f)][_0x4e77f9(0x281)](_0x34864e,_0x44d3a3)&&(_0x44d3a3[_0x4e77f9(0x2a8)]=!0x1,_0x44d3a3['isMergedMainCell']=!0x1,_0x44d3a3[_0x4e77f9(0x1ed)]=_0x34864e['startRow'],_0x44d3a3[_0x4e77f9(0x251)]=_0x34864e[_0x4e77f9(0x251)],_0x44d3a3[_0x4e77f9(0x2c5)]=_0x34864e[_0x4e77f9(0x1ed)],_0x44d3a3[_0x4e77f9(0x263)]=_0x34864e['startColumn'],_0x44d3a3[_0x4e77f9(0x262)]=_0x34864e['startColumn'],_0x44d3a3[_0x4e77f9(0xa9)]=_0x34864e[_0x4e77f9(0x1ed)]);}),_0xce1488['m2Prime']['push'](_0x2f4e73),_0xce1488;}},_0x5ca4f1=_0x179112=>{const _0x1cb4fa=_0x4aac6c,{order:_0x367c28}=_0x179112,_0x3af63={};return Object[_0x1cb4fa(0x10b)](_0x367c28)[_0x1cb4fa(0xfb)](_0x573845=>{_0x3af63[_0x367c28[Number(_0x573845)]]=Number(_0x573845);}),{..._0x179112,'order':_0x3af63};},_0x15b772=(_0x57839b,_0x4041a6)=>{const _0x41bb2b=_0x4aac6c,_0x4e6a81={};return Array['from'](new Set(Object[_0x41bb2b(0x10b)](_0x57839b)['concat'](Object[_0x41bb2b(0x10b)](_0x4041a6))['map'](Number)))['forEach'](_0xf55862=>{let _0x55cbf6;_0xf55862 in _0x4041a6?(_0x55cbf6=_0x4041a6[_0xf55862],_0x55cbf6 in _0x57839b&&(_0x55cbf6=_0x57839b[_0x55cbf6])):_0x55cbf6=_0x57839b[_0xf55862],_0x4e6a81[_0xf55862]=_0x55cbf6;}),_0x4e6a81;},_0x259fdd={'m1':_0x27192b['ReorderRangeMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x188)]['id'],'handler'(_0x2108bd,_0x4bfcf2){const _0x26ccec=_0x4aac6c,_0x455576={'m1Prime':_0x2108bd,'m2Prime':_0x4bfcf2};if(_0x2108bd['params'][_0x26ccec(0x10f)]!==_0x4bfcf2[_0x26ccec(0x29b)][_0x26ccec(0x10f)])return _0x455576;const {range:_0x130bed}=_0x2108bd[_0x26ccec(0x29b)],{range:_0x2a1d94}=_0x4bfcf2[_0x26ccec(0x29b)];if(_0x2a1d94['startColumn']===_0x130bed[_0x26ccec(0x251)]&&_0x2a1d94['endColumn']===_0x130bed[_0x26ccec(0x263)]&&_0x2a1d94[_0x26ccec(0x1ed)]<=_0x130bed[_0x26ccec(0x1ed)]&&_0x2a1d94[_0x26ccec(0x2c5)]>=_0x130bed[_0x26ccec(0x2c5)]){const _0xc3b599=_0x5ca4f1(_0x2108bd[_0x26ccec(0x29b)])[_0x26ccec(0x131)],_0x554ed0={'id':_0x27192b[_0x26ccec(0x188)]['id'],'params':{..._0x4bfcf2[_0x26ccec(0x29b)],'range':_0x2a1d94,'order':_0x15b772(_0xc3b599,_0x4bfcf2[_0x26ccec(0x29b)][_0x26ccec(0x131)])}};return{'m1Prime':[],'m2Prime':_0x554ed0};}return _0x1ed6c7['Rectangle'][_0x26ccec(0x281)](_0x130bed,_0x2a1d94)?{'error':new Error(_0x26ccec(0x169))}:_0x455576;}},_0x55dd04={'id':_0x4aac6c(0xb3),'type':_0x1ed6c7[_0x4aac6c(0x2bf)][_0x4aac6c(0x139)],'handler':()=>!0x0},_0x42d647={'m1':_0x55dd04['id'],'m2':_0x4aac6c(0x21c),'handler'(_0x1d6038,_0x32d402){const _0x5c2aed=_0x4aac6c;return{'error':new Error(_0x5c2aed(0xc7))};}},_0x400a5e={'m1':_0x4aac6c(0x21c),'m2':_0x55dd04['id'],'handler'(_0x457240,_0x365f0a){const _0x4e3c1f=_0x4aac6c;return _0x457240[_0x4e3c1f(0x29b)]['unitId']===_0x365f0a[_0x4e3c1f(0x29b)][_0x4e3c1f(0x10f)]?{'m1Prime':[],'m2Prime':_0x365f0a}:{'m1Prime':_0x457240,'m2Prime':_0x365f0a};}},_0x4dc9c9={'m1':_0x27192b[_0x4aac6c(0x2a7)]['id'],'m2':_0x27192b[_0x4aac6c(0x2a7)]['id'],'handler'(_0x58cdad,_0xf094e5){const _0x500660=_0x4aac6c,_0x509aaf={'m1Prime':_0x58cdad,'m2Prime':_0xf094e5};if(_0x58cdad[_0x500660(0x29b)][_0x500660(0x10f)]!==_0xf094e5['params'][_0x500660(0x10f)]||_0x58cdad['params'][_0x500660(0x14e)]!==_0xf094e5['params'][_0x500660(0x14e)])return _0x509aaf;const _0x4713e6=_0x58cdad[_0x500660(0x29b)]['columnData'],_0x175f9d=_0xf094e5[_0x500660(0x29b)][_0x500660(0x1ac)],_0x1ad540={},_0x27b77b=_0x1ed6c7[_0x500660(0x12e)][_0x500660(0x1ae)](_0x58cdad),_0x18c0e5=new Set([...Object[_0x500660(0x10b)](_0x4713e6)['map'](Number),...Object[_0x500660(0x10b)](_0x175f9d)[_0x500660(0x20f)](Number)]);for(const _0x31f50e of _0x18c0e5){const _0x34235a=_0x4713e6[_0x31f50e],_0x37946e=_0x175f9d[_0x31f50e];if(_0x34235a&&_0x37946e){const _0x4c8df7={..._0x34235a,..._0x37946e};_0x1ad540[_0x31f50e]=_0x4c8df7;}else _0x34235a?_0x1ad540[_0x31f50e]=_0x34235a:_0x37946e&&(_0x1ad540[_0x31f50e]=_0x37946e);}return _0x27b77b['params'][_0x500660(0x1ac)]=_0x1ad540,{'m1Prime':_0x27b77b,'m2Prime':_0xf094e5};}},_0x43b4ad={'m1':_0xbea350[_0x4aac6c(0x192)]['id'],'m2':_0xbea350['SetConditionalRuleMutation']['id'],'handler'(_0x1ccff0,_0x4bcbc0){const _0x5ccba9=_0x4aac6c;if(_0x1ccff0[_0x5ccba9(0x29b)][_0x5ccba9(0x10f)]!==_0x4bcbc0['params'][_0x5ccba9(0x10f)]||_0x1ccff0[_0x5ccba9(0x29b)][_0x5ccba9(0x14e)]!==_0x4bcbc0[_0x5ccba9(0x29b)][_0x5ccba9(0x14e)])return{'m1Prime':_0x1ccff0,'m2Prime':_0x4bcbc0};const _0x3a6800=_0x1ccff0[_0x5ccba9(0x29b)]['cfId']||_0x1ccff0[_0x5ccba9(0x29b)]['rule']['cfId'],_0x55fc49=_0x4bcbc0[_0x5ccba9(0x29b)]['cfId']||_0x4bcbc0['params'][_0x5ccba9(0xd9)][_0x5ccba9(0x10e)];if(_0x3a6800!==_0x55fc49)return{'m1Prime':_0x1ccff0,'m2Prime':_0x4bcbc0};const _0x95d05a=_0x1ed6c7[_0x5ccba9(0x12e)]['deepClone'](_0x4bcbc0);return{'m1Prime':[],'m2Prime':_0x95d05a};}};function _0x411209(_0x7455a6,_0x25da62){const _0x4db873=_0x4aac6c,_0x2ba3ae=_0x7455a6[_0x4db873(0x28a)]((_0x135ff5,_0x17b04d)=>(_0x135ff5[_0x4db873(0x175)](_0x17b04d[_0x4db873(0x11d)],!0x0),_0x135ff5),new Map());return _0x25da62[_0x4db873(0xab)](_0x5b4e50=>_0x2ba3ae[_0x4db873(0x21b)](_0x5b4e50[_0x4db873(0x11d)])!==void 0x0);}function _0xde9e4a(_0x16acc0,_0x169a1d){const _0x1a3b77=_0x4aac6c,_0x55508f=_0x16acc0[_0x1a3b77(0x158)];return _0x169a1d[_0x1a3b77(0x158)][_0x1a3b77(0xab)](_0x466630=>_0x55508f[_0x1a3b77(0x270)](_0x466630)!==-0x1);}const {UPDATE:_0x472b6c,REMOVE:_0x25889f,ARRANGE:_0x54736d}=_0x47e34f[_0x4aac6c(0x2c9)],_0x330192={'m1':_0x47e34f['SetDrawingApplyMutation']['id'],'m2':_0x47e34f[_0x4aac6c(0x166)]['id'],'handler'(_0x3d831d,_0x417ee3){const _0x7b558f=_0x4aac6c,_0x529127=_0x3d831d[_0x7b558f(0x29b)],_0x1d7fc6=_0x417ee3[_0x7b558f(0x29b)];if(_0x529127[_0x7b558f(0x10f)]!==_0x1d7fc6[_0x7b558f(0x10f)]||_0x529127['subUnitId']!==_0x1d7fc6['subUnitId'])return{'m1Prime':_0x3d831d,'m2Prime':_0x417ee3};const _0x50d8e0=_0x529127[_0x7b558f(0x1bd)],_0x191231=_0x1d7fc6['type'];if(_0x50d8e0===_0x25889f&&_0x191231===_0x472b6c&&_0x411209(_0x529127[_0x7b558f(0x2d7)],_0x1d7fc6['objects']))return{'m1Prime':_0x1ed6c7[_0x7b558f(0x12e)]['deepClone'](_0x3d831d),'m2Prime':[]};if(_0x50d8e0===_0x54736d&&_0x191231===_0x54736d&&_0xde9e4a(_0x529127[_0x7b558f(0x2d7)],_0x1d7fc6[_0x7b558f(0x2d7)])){const _0x871123=_0x1ed6c7[_0x7b558f(0x12e)][_0x7b558f(0x1ae)](_0x3d831d),_0x545373=_0x1ed6c7[_0x7b558f(0x12e)]['deepClone'](_0x417ee3);return{'m1Prime':{..._0x871123,'params':{..._0x871123['params'],'op':_0x1ed6c7[_0x7b558f(0xd0)][_0x7b558f(0x1bd)][_0x7b558f(0x1f0)](_0x871123[_0x7b558f(0x29b)]['op'],_0x545373['params']['op'],_0x7b558f(0x10a))}},'m2Prime':{..._0x545373,'params':{..._0x545373[_0x7b558f(0x29b)],'op':_0x1ed6c7[_0x7b558f(0xd0)][_0x7b558f(0x1bd)][_0x7b558f(0x1f0)](_0x545373[_0x7b558f(0x29b)]['op'],_0x871123[_0x7b558f(0x29b)]['op'],_0x7b558f(0x29c))}}};}return{'m1Prime':_0x3d831d,'m2Prime':_0x417ee3};}},_0x24eb1a={'m1':_0x27192b['SetFrozenMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x19e)]['id'],'handler'(_0x44a0a7,_0xfa9e0b){const _0x362103=_0x4aac6c,_0x3078ad={'m1Prime':_0x44a0a7,'m2Prime':_0xfa9e0b};return _0x44a0a7[_0x362103(0x29b)]['unitId']!==_0xfa9e0b[_0x362103(0x29b)]['unitId']||_0x44a0a7[_0x362103(0x29b)][_0x362103(0x14e)]!==_0xfa9e0b[_0x362103(0x29b)][_0x362103(0x14e)]?_0x3078ad:{'error':new Error('Two\x20set-frozen\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.')};}},_0x282c31={'m1':_0x27192b[_0x4aac6c(0x1f9)]['id'],'m2':_0x27192b[_0x4aac6c(0x278)]['id'],'handler'(_0x45b16e,_0x1ad1ab){const _0x4a0fd4=_0x4aac6c;if(_0x45b16e[_0x4a0fd4(0x29b)][_0x4a0fd4(0x10f)]!==_0x1ad1ab[_0x4a0fd4(0x29b)][_0x4a0fd4(0x10f)]||_0x45b16e['params'][_0x4a0fd4(0x14e)]!==_0x1ad1ab['params'][_0x4a0fd4(0x14e)])return{'m1Prime':_0x45b16e,'m2Prime':_0x1ad1ab};const _0x3eb687=_0x1ed6c7[_0x4a0fd4(0x12e)][_0x4a0fd4(0x1ae)](_0x45b16e),_0x5aed94=_0x1ed6c7[_0x4a0fd4(0x12e)][_0x4a0fd4(0x1ae)](_0x1ad1ab),_0x576795=_0x3eb687[_0x4a0fd4(0x29b)]['values'],_0x4101b5=_0x5aed94[_0x4a0fd4(0x29b)][_0x4a0fd4(0x269)];for(const _0x1ca595 in _0x576795){const _0x46b774=_0x576795[_0x1ca595][_0x4a0fd4(0x269)],_0x6f9329=[];_0x46b774['forEach'](_0x9c15cc=>{const _0x3b8f9c=_0x4a0fd4,_0x92ee80=_0x16d90a(_0x9c15cc,_0x4101b5);_0x92ee80[_0x3b8f9c(0x1a3)]>0x0&&_0x6f9329['push'](..._0x92ee80);}),_0x576795[_0x1ca595][_0x4a0fd4(0x269)]=_0x6f9329;}return{'m1Prime':_0x3eb687,'m2Prime':_0x5aed94};}},_0x4a2348={'m1':_0x27192b[_0x4aac6c(0x1f9)]['id'],'m2':_0x27192b[_0x4aac6c(0x1f9)]['id'],'handler'(_0x47de58,_0x25a100){const _0x549f3b=_0x4aac6c;if(_0x47de58[_0x549f3b(0x29b)][_0x549f3b(0x10f)]!==_0x25a100['params'][_0x549f3b(0x10f)]||_0x47de58[_0x549f3b(0x29b)]['subUnitId']!==_0x25a100[_0x549f3b(0x29b)]['subUnitId'])return{'m1Prime':_0x47de58,'m2Prime':_0x25a100};const _0x203bfe=_0x1ed6c7['Tools'][_0x549f3b(0x1ae)](_0x47de58),_0x1d55e5=_0x1ed6c7[_0x549f3b(0x12e)]['deepClone'](_0x25a100),_0x40e257=_0x203bfe[_0x549f3b(0x29b)][_0x549f3b(0x136)],_0xffb282=Object[_0x549f3b(0x136)](_0x1d55e5[_0x549f3b(0x29b)][_0x549f3b(0x136)])[_0x549f3b(0x20f)](_0x1f39fd=>_0x1f39fd[_0x549f3b(0x269)])['flat']();for(const _0x1c7280 in _0x40e257){const _0x3b9b78=_0x40e257[_0x1c7280][_0x549f3b(0x269)],_0x37ba98=[];_0x3b9b78[_0x549f3b(0xfb)](_0x2bd161=>{const _0x141263=_0x549f3b,_0x568ede=_0x16d90a(_0x2bd161,_0xffb282);_0x568ede[_0x141263(0x1a3)]>0x0&&_0x37ba98[_0x141263(0x271)](..._0x568ede);}),_0x40e257[_0x1c7280][_0x549f3b(0x269)]=_0x37ba98;}return{'m1Prime':_0x203bfe,'m2Prime':_0x1d55e5};}},_0x1fb6ee={'m1':_0x27192b['SetRangeProtectionMutation']['id'],'m2':_0x59e2de['AddCommentMutation']['id'],'handler':(_0x93206c,_0x15eeaf)=>{const _0x2c605e=_0x4aac6c,_0x4e373a={'m1Prime':_0x93206c,'m2Prime':_0x15eeaf};return _0x93206c[_0x2c605e(0x29b)]['unitId']!==_0x15eeaf['params'][_0x2c605e(0x10f)]||_0x93206c[_0x2c605e(0x29b)]['subUnitId']!==_0x15eeaf[_0x2c605e(0x29b)]['subUnitId']?_0x4e373a:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment')};}},_0x1b7973={'m1':_0x27192b['SetRangeProtectionMutation']['id'],'m2':_0xbea350[_0x4aac6c(0x1e6)]['id'],'handler':(_0x3a701f,_0x5a0b5c)=>{const _0x2c84d5=_0x4aac6c,_0x4658c3={'m1Prime':_0x3a701f,'m2Prime':_0x5a0b5c};if(_0x3a701f[_0x2c84d5(0x29b)]['unitId']!==_0x5a0b5c[_0x2c84d5(0x29b)][_0x2c84d5(0x10f)]||_0x3a701f[_0x2c84d5(0x29b)][_0x2c84d5(0x14e)]!==_0x5a0b5c['params'][_0x2c84d5(0x14e)])return _0x4658c3;const _0x36b1c1=_0x3a701f[_0x2c84d5(0x29b)][_0x2c84d5(0xd9)][_0x2c84d5(0x269)],_0x12b9b8=_0x5a0b5c['params'][_0x2c84d5(0xd9)][_0x2c84d5(0x269)];return _0x36b1c1['some'](_0x1623cf=>_0x12b9b8[_0x2c84d5(0xab)](_0x3f1d30=>_0x1ed6c7[_0x2c84d5(0x24f)][_0x2c84d5(0x281)](_0x1623cf,_0x3f1d30)))?{'error':new Error(_0x2c84d5(0xfa))}:_0x4658c3;}},_0x2edd4c={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0x27192b[_0x4aac6c(0x1d0)]['id'],'handler':(_0x4f5516,_0x5da8f6)=>{const _0x27fa97=_0x4aac6c,_0x141818={'m1Prime':_0x4f5516,'m2Prime':_0x5da8f6};if(_0x4f5516['params'][_0x27fa97(0x10f)]!==_0x5da8f6[_0x27fa97(0x29b)][_0x27fa97(0x10f)]||_0x4f5516['params'][_0x27fa97(0x14e)]!==_0x5da8f6[_0x27fa97(0x29b)][_0x27fa97(0x14e)])return _0x141818;const _0x536148=_0x4f5516[_0x27fa97(0x29b)][_0x27fa97(0xd9)]['ranges'],_0x379926=_0x5da8f6[_0x27fa97(0x29b)]['ranges'];return _0x536148[_0x27fa97(0xab)](_0x12fa7c=>_0x379926[_0x27fa97(0xab)](_0x3edae1=>_0x1ed6c7[_0x27fa97(0x24f)][_0x27fa97(0x281)](_0x12fa7c,_0x3edae1)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge')}:_0x141818;}},_0x345d3c={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0x27192b[_0x4aac6c(0x18e)]['id'],'handler':(_0x179303,_0x2dbe9c)=>{const _0x221c3e=_0x4aac6c,_0x7d8f7={'m1Prime':_0x179303,'m2Prime':_0x2dbe9c};return _0x179303[_0x221c3e(0x29b)]['unitId']!==_0x2dbe9c[_0x221c3e(0x29b)][_0x221c3e(0x10f)]||_0x179303[_0x221c3e(0x29b)][_0x221c3e(0x14e)]!==_0x2dbe9c['params']['rule'][_0x221c3e(0x14e)]?_0x7d8f7:{'error':new Error(_0x221c3e(0x141))};}},_0x39f99d={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0xbea350[_0x4aac6c(0x256)]['id'],'handler':(_0x88b7f3,_0x59e1fa)=>{const _0x1bf8ac=_0x4aac6c,_0x5a3d30={'m1Prime':_0x88b7f3,'m2Prime':_0x59e1fa};return _0x88b7f3[_0x1bf8ac(0x29b)][_0x1bf8ac(0x10f)]!==_0x59e1fa[_0x1bf8ac(0x29b)][_0x1bf8ac(0x10f)]||_0x88b7f3[_0x1bf8ac(0x29b)][_0x1bf8ac(0x14e)]!==_0x59e1fa[_0x1bf8ac(0x29b)][_0x1bf8ac(0x14e)]?_0x5a3d30:{'error':new Error(_0x1bf8ac(0xbf))};}},_0x1f925f={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0x27192b[_0x4aac6c(0x1a8)]['id'],'handler':(_0x4882ee,_0x432b13)=>{const _0x2dd876=_0x4aac6c,_0xd85cae={'m1Prime':_0x4882ee,'m2Prime':_0x432b13};if(_0x4882ee[_0x2dd876(0x29b)]['unitId']!==_0x432b13['params'][_0x2dd876(0x10f)]||_0x4882ee[_0x2dd876(0x29b)]['subUnitId']!==_0x432b13[_0x2dd876(0x29b)][_0x2dd876(0x14e)])return _0xd85cae;const _0x113915=_0x4882ee[_0x2dd876(0x29b)][_0x2dd876(0xd9)]['ranges'],_0xfc41e7=_0x432b13['params'][_0x2dd876(0x272)];return _0x113915[_0x2dd876(0xab)](_0x5ab308=>_0x1ed6c7['Rectangle'][_0x2dd876(0x281)](_0x5ab308,_0xfc41e7))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col')}:_0xd85cae;}},_0x12770e={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0x27192b['InsertRowMutation']['id'],'handler':(_0x1ecc34,_0x1c893c)=>{const _0xcf9c77=_0x4aac6c,_0x26e4d1={'m1Prime':_0x1ecc34,'m2Prime':_0x1c893c};if(_0x1ecc34[_0xcf9c77(0x29b)]['unitId']!==_0x1c893c['params'][_0xcf9c77(0x10f)]||_0x1ecc34[_0xcf9c77(0x29b)][_0xcf9c77(0x14e)]!==_0x1c893c[_0xcf9c77(0x29b)][_0xcf9c77(0x14e)])return _0x26e4d1;const _0x1c9c68=_0x1ecc34[_0xcf9c77(0x29b)]['rule'][_0xcf9c77(0x269)],_0x19ad66=_0x1c893c[_0xcf9c77(0x29b)][_0xcf9c77(0x272)];return _0x1c9c68[_0xcf9c77(0xab)](_0x435ffd=>_0x1ed6c7[_0xcf9c77(0x24f)][_0xcf9c77(0x281)](_0x435ffd,_0x19ad66))?{'error':new Error(_0xcf9c77(0x22d))}:_0x26e4d1;}},_0x339963={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0x27192b['MoveColsMutation']['id'],'handler':(_0x4448f5,_0x470d9d)=>{const _0x40e2bd=_0x4aac6c,_0x418bf9={'m1Prime':_0x4448f5,'m2Prime':_0x470d9d};if(_0x4448f5[_0x40e2bd(0x29b)][_0x40e2bd(0x10f)]!==_0x470d9d['params'][_0x40e2bd(0x10f)]||_0x4448f5['params'][_0x40e2bd(0x14e)]!==_0x470d9d[_0x40e2bd(0x29b)]['subUnitId'])return _0x418bf9;const _0xa577fa=_0x4448f5[_0x40e2bd(0x29b)][_0x40e2bd(0xd9)][_0x40e2bd(0x269)],_0x3579d7=[_0x470d9d[_0x40e2bd(0x29b)][_0x40e2bd(0x280)],_0x470d9d[_0x40e2bd(0x29b)][_0x40e2bd(0x236)]];return _0xa577fa[_0x40e2bd(0xab)](_0x38798e=>_0x3579d7[_0x40e2bd(0xab)](_0x53869d=>_0x1ed6c7[_0x40e2bd(0x24f)]['intersects'](_0x38798e,_0x53869d)))?{'error':new Error(_0x40e2bd(0xea))}:_0x418bf9;}},_0x5ee2f9={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0x27192b['MoveRangeMutation']['id'],'handler':(_0x5b4226,_0x1fcc36)=>{const _0x362f89=_0x4aac6c,_0x48dfd6={'m1Prime':_0x5b4226,'m2Prime':_0x1fcc36};if(_0x5b4226[_0x362f89(0x29b)][_0x362f89(0x10f)]!==_0x1fcc36[_0x362f89(0x29b)]['unitId']||_0x5b4226[_0x362f89(0x29b)]['subUnitId']!==_0x1fcc36[_0x362f89(0x29b)][_0x362f89(0x9f)][_0x362f89(0x14e)])return _0x48dfd6;const _0x3cd6c6=_0x5b4226[_0x362f89(0x29b)][_0x362f89(0xd9)][_0x362f89(0x269)],_0x2b1842=new _0x1ed6c7['ObjectMatrix'](_0x1fcc36[_0x362f89(0x29b)][_0x362f89(0x9f)]['value'])[_0x362f89(0x105)](),_0x1c07c0=new _0x1ed6c7['ObjectMatrix'](_0x1fcc36[_0x362f89(0x29b)]['to'][_0x362f89(0xa5)])['getDataRange'](),_0x21f329=[_0x2b1842,_0x1c07c0];return _0x3cd6c6[_0x362f89(0xab)](_0x4cbba6=>_0x21f329[_0x362f89(0xab)](_0x53c995=>_0x1ed6c7[_0x362f89(0x24f)][_0x362f89(0x281)](_0x4cbba6,_0x53c995)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range')}:_0x48dfd6;}},_0x505649={'m1':_0x27192b['SetRangeProtectionMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x11a)]['id'],'handler':(_0x31cbda,_0x5b9de6)=>{const _0x234753=_0x4aac6c,_0x2e072a={'m1Prime':_0x31cbda,'m2Prime':_0x5b9de6};if(_0x31cbda['params'][_0x234753(0x10f)]!==_0x5b9de6[_0x234753(0x29b)][_0x234753(0x10f)]||_0x31cbda[_0x234753(0x29b)][_0x234753(0x14e)]!==_0x5b9de6[_0x234753(0x29b)][_0x234753(0x14e)])return _0x2e072a;const _0x5e06e5=_0x31cbda[_0x234753(0x29b)][_0x234753(0xd9)][_0x234753(0x269)],_0x2a56f9=[_0x5b9de6[_0x234753(0x29b)][_0x234753(0x280)],_0x5b9de6[_0x234753(0x29b)][_0x234753(0x236)]];return _0x5e06e5['some'](_0xfe68b8=>_0x2a56f9[_0x234753(0xab)](_0x2fb19e=>_0x1ed6c7[_0x234753(0x24f)]['intersects'](_0xfe68b8,_0x2fb19e)))?{'error':new Error(_0x234753(0xf2))}:_0x2e072a;}},_0x8bc8a5={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0x27192b[_0x4aac6c(0x1b8)]['id'],'handler':(_0x2a1531,_0x1ec69d)=>{const _0x46a64d=_0x4aac6c,_0x2c02f6={'m1Prime':_0x2a1531,'m2Prime':_0x1ec69d};if(_0x2a1531['params'][_0x46a64d(0x10f)]!==_0x1ec69d[_0x46a64d(0x29b)][_0x46a64d(0x10f)]||_0x2a1531[_0x46a64d(0x29b)]['subUnitId']!==_0x1ec69d['params'][_0x46a64d(0x14e)])return _0x2c02f6;const _0x46368e=_0x2a1531[_0x46a64d(0x29b)][_0x46a64d(0xd9)]['ranges'],_0x24f170=_0x1ec69d['params'][_0x46a64d(0x272)];return _0x46368e[_0x46a64d(0xab)](_0x593d06=>_0x1ed6c7['Rectangle'][_0x46a64d(0x281)](_0x593d06,_0x24f170))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col')}:_0x2c02f6;}},_0x250202={'m1':_0x27192b['SetRangeProtectionMutation']['id'],'m2':_0x1444e7[_0x4aac6c(0xf9)]['id'],'handler':(_0x20a147,_0x36fb23)=>{const _0x7ab304=_0x4aac6c,_0x565794={'m1Prime':_0x20a147,'m2Prime':_0x36fb23};return _0x20a147[_0x7ab304(0x29b)]['unitId']!==_0x36fb23[_0x7ab304(0x29b)][_0x7ab304(0x10f)]||_0x20a147[_0x7ab304(0x29b)][_0x7ab304(0x14e)]!==_0x36fb23[_0x7ab304(0x29b)]['subUnitId']?_0x565794:{'error':new Error(_0x7ab304(0xd4))};}},_0x9c8560={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0x27192b[_0x4aac6c(0x213)]['id'],'handler':(_0x34e4b6,_0xa2e164)=>{const _0x3255fe=_0x4aac6c,_0x5dcc11={'m1Prime':_0x34e4b6,'m2Prime':_0xa2e164};if(_0x34e4b6[_0x3255fe(0x29b)][_0x3255fe(0x10f)]!==_0xa2e164[_0x3255fe(0x29b)][_0x3255fe(0x10f)]||_0x34e4b6[_0x3255fe(0x29b)][_0x3255fe(0x14e)]!==_0xa2e164[_0x3255fe(0x29b)]['subUnitId'])return _0x5dcc11;const _0xe057ae=_0x34e4b6[_0x3255fe(0x29b)]['rule']['ranges'],_0x4955cd=_0xa2e164[_0x3255fe(0x29b)]['range'];return _0xe057ae[_0x3255fe(0xab)](_0x194e05=>_0x1ed6c7[_0x3255fe(0x24f)][_0x3255fe(0x281)](_0x194e05,_0x4955cd))?{'error':new Error(_0x3255fe(0x190))}:_0x5dcc11;}},_0xb48096={'m1':_0x27192b['SetRangeProtectionMutation']['id'],'m2':_0x5cbf39[_0x4aac6c(0x17c)]['id'],'handler':(_0x1e3ec3,_0x2d7441)=>{const _0x4d7d1e=_0x4aac6c,_0x4e7d98={'m1Prime':_0x1e3ec3,'m2Prime':_0x2d7441};return _0x1e3ec3[_0x4d7d1e(0x29b)]['unitId']!==_0x2d7441[_0x4d7d1e(0x29b)][_0x4d7d1e(0x10f)]||_0x1e3ec3[_0x4d7d1e(0x29b)]['subUnitId']!==_0x2d7441[_0x4d7d1e(0x29b)]['subUnitId']?_0x4e7d98:{'error':new Error(_0x4d7d1e(0x26c))};}},_0x376ae9={'m1':_0x27192b['SetRangeProtectionMutation']['id'],'m2':_0x27192b['RemoveWorksheetMergeMutation']['id'],'handler':(_0x5f1751,_0x4fa26e)=>{const _0x440a00=_0x4aac6c,_0x4ff2ea={'m1Prime':_0x5f1751,'m2Prime':_0x4fa26e};if(_0x5f1751[_0x440a00(0x29b)]['unitId']!==_0x4fa26e[_0x440a00(0x29b)]['unitId']||_0x5f1751[_0x440a00(0x29b)]['subUnitId']!==_0x4fa26e[_0x440a00(0x29b)][_0x440a00(0x14e)])return _0x4ff2ea;const _0x5671ec=_0x5f1751[_0x440a00(0x29b)][_0x440a00(0xd9)][_0x440a00(0x269)],_0x5b65ee=_0x4fa26e[_0x440a00(0x29b)][_0x440a00(0x269)];return _0x5671ec[_0x440a00(0xab)](_0x53c5e5=>_0x5b65ee[_0x440a00(0xab)](_0x1dc6c1=>_0x1ed6c7[_0x440a00(0x24f)][_0x440a00(0x281)](_0x53c5e5,_0x1dc6c1)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge')}:_0x4ff2ea;}},_0x17f499={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0xbea350['SetConditionalRuleMutation']['id'],'handler':(_0x167c4,_0x4da87d)=>{const _0x18bbbe=_0x4aac6c,_0x318969={'m1Prime':_0x167c4,'m2Prime':_0x4da87d};if(_0x167c4[_0x18bbbe(0x29b)][_0x18bbbe(0x10f)]!==_0x4da87d[_0x18bbbe(0x29b)]['unitId']||_0x167c4[_0x18bbbe(0x29b)][_0x18bbbe(0x14e)]!==_0x4da87d[_0x18bbbe(0x29b)][_0x18bbbe(0x14e)])return _0x318969;const _0x1da6cb=_0x167c4[_0x18bbbe(0x29b)][_0x18bbbe(0xd9)][_0x18bbbe(0x269)],_0x387e10=_0x4da87d[_0x18bbbe(0x29b)]['rule'][_0x18bbbe(0x269)];return _0x1da6cb[_0x18bbbe(0xab)](_0x1ad634=>_0x387e10['some'](_0x1aacf0=>_0x1ed6c7[_0x18bbbe(0x24f)][_0x18bbbe(0x281)](_0x1ad634,_0x1aacf0)))?{'error':new Error(_0x18bbbe(0xdf))}:_0x318969;}},_0x3ac954={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0x27192b[_0x4aac6c(0x19e)]['id'],'handler':(_0x475b01,_0x10d7e7)=>{const _0x545ba2=_0x4aac6c,_0x25bfbb={'m1Prime':_0x475b01,'m2Prime':_0x10d7e7};if(_0x475b01['params'][_0x545ba2(0x10f)]!==_0x10d7e7['params']['unitId']||_0x475b01['params']['subUnitId']!==_0x10d7e7[_0x545ba2(0x29b)][_0x545ba2(0x14e)])return _0x25bfbb;const _0x26ec0e=_0x475b01[_0x545ba2(0x29b)]['rule']['ranges'],_0x1dcc54=[{'startRow':_0x10d7e7[_0x545ba2(0x29b)][_0x545ba2(0x1ed)],'endRow':_0x10d7e7[_0x545ba2(0x29b)]['startRow'],'startColumn':_0x10d7e7[_0x545ba2(0x29b)]['startColumn'],'endColumn':_0x10d7e7[_0x545ba2(0x29b)][_0x545ba2(0x251)]}];return _0x26ec0e[_0x545ba2(0xab)](_0x368d77=>_0x1dcc54[_0x545ba2(0xab)](_0x3307f0=>_0x1ed6c7[_0x545ba2(0x24f)]['intersects'](_0x368d77,_0x3307f0)))?{'error':new Error(_0x545ba2(0xba))}:_0x25bfbb;}},_0x3ba92e={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0x27192b[_0x4aac6c(0x1f9)]['id'],'handler':(_0x29ba97,_0x2af5b4)=>{const _0x2aaaa5=_0x4aac6c,_0x35303d={'m1Prime':_0x29ba97,'m2Prime':_0x2af5b4};return _0x29ba97[_0x2aaaa5(0x29b)]['unitId']!==_0x2af5b4['params'][_0x2aaaa5(0x10f)]||_0x29ba97[_0x2aaaa5(0x29b)]['subUnitId']!==_0x2af5b4[_0x2aaaa5(0x29b)][_0x2aaaa5(0x14e)]?_0x35303d:{'error':new Error(_0x2aaaa5(0x29a))};}},_0x580f20={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0x27192b[_0x4aac6c(0xa4)]['id'],'handler':(_0x3536ee,_0x4aba43)=>{const _0x252ca0=_0x4aac6c,_0xcb0cdf={'m1Prime':_0x3536ee,'m2Prime':_0x4aba43};if(_0x3536ee[_0x252ca0(0x29b)][_0x252ca0(0x10f)]!==_0x4aba43[_0x252ca0(0x29b)][_0x252ca0(0x10f)]||_0x3536ee[_0x252ca0(0x29b)][_0x252ca0(0x14e)]!==_0x4aba43['params'][_0x252ca0(0x14e)])return _0xcb0cdf;const _0x51a790=_0x3536ee[_0x252ca0(0x29b)][_0x252ca0(0xd9)][_0x252ca0(0x269)],_0x3d7c33=_0x4aba43['params']['rule'][_0x252ca0(0x269)];return _0x51a790['some'](_0x3740cc=>_0x3d7c33[_0x252ca0(0xab)](_0x379d4b=>_0x1ed6c7['Rectangle'][_0x252ca0(0x281)](_0x3740cc,_0x379d4b)))?{'error':new Error(_0x252ca0(0x1fb))}:_0xcb0cdf;}},_0x1284c3={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0x27192b[_0x4aac6c(0x1ba)]['id'],'handler':(_0x4bc53,_0xf35a55)=>{const _0x13d279=_0x4aac6c,_0x16afcd={'m1Prime':_0x4bc53,'m2Prime':_0xf35a55};if(_0x4bc53[_0x13d279(0x29b)][_0x13d279(0x10f)]!==_0xf35a55[_0x13d279(0x29b)][_0x13d279(0x10f)]||_0x4bc53[_0x13d279(0x29b)][_0x13d279(0x14e)]!==_0xf35a55['params'][_0x13d279(0x14e)])return _0x16afcd;const _0x5c1952=_0x4bc53[_0x13d279(0x29b)][_0x13d279(0xd9)]['ranges'],_0x4c8f57=new _0x1ed6c7[(_0x13d279(0x2ce))](_0xf35a55[_0x13d279(0x29b)][_0x13d279(0xc3)])[_0x13d279(0x105)]();return _0x5c1952['some'](_0x2cfdbc=>_0x1ed6c7[_0x13d279(0x24f)]['intersects'](_0x2cfdbc,_0x4c8f57))?{'error':new Error(_0x13d279(0x28c))}:_0x16afcd;}},_0x574d6e={'m1':_0x27192b[_0x4aac6c(0xa4)]['id'],'m2':_0x27192b['SetWorksheetColWidthMutation']['id'],'handler':(_0x5bf975,_0x55ea29)=>{const _0x18bb5e=_0x4aac6c,_0x4ac539={'m1Prime':_0x5bf975,'m2Prime':_0x55ea29};if(_0x5bf975['params'][_0x18bb5e(0x10f)]!==_0x55ea29[_0x18bb5e(0x29b)][_0x18bb5e(0x10f)]||_0x5bf975['params'][_0x18bb5e(0x14e)]!==_0x55ea29['params'][_0x18bb5e(0x14e)])return _0x4ac539;const _0x21430e=_0x5bf975[_0x18bb5e(0x29b)][_0x18bb5e(0xd9)][_0x18bb5e(0x269)],_0x4ffd91=_0x55ea29[_0x18bb5e(0x29b)][_0x18bb5e(0x269)];return _0x21430e[_0x18bb5e(0xab)](_0x1d88fe=>_0x4ffd91[_0x18bb5e(0xab)](_0x5052e4=>_0x1ed6c7[_0x18bb5e(0x24f)][_0x18bb5e(0x281)](_0x1d88fe,_0x5052e4)))?{'error':new Error(_0x18bb5e(0x1da))}:_0x4ac539;}},_0x446fd3={'m1':_0x27192b['SetRangeProtectionMutation']['id'],'m2':_0x59e2de[_0x4aac6c(0x2b8)]['id'],'handler':(_0x4def6b,_0x23ff7a)=>{const _0x21f140=_0x4aac6c,_0x4e1267={'m1Prime':_0x4def6b,'m2Prime':_0x23ff7a};return _0x4def6b[_0x21f140(0x29b)][_0x21f140(0x10f)]!==_0x23ff7a[_0x21f140(0x29b)][_0x21f140(0x10f)]||_0x4def6b['params'][_0x21f140(0x14e)]!==_0x23ff7a[_0x21f140(0x29b)][_0x21f140(0x14e)]?_0x4e1267:{'error':new Error(_0x21f140(0xf7))};}},_0x2dceda={'m1':_0x27192b['SetRangeProtectionMutation']['id'],'m2':_0x1444e7[_0x4aac6c(0x24d)]['id'],'handler':(_0x18e957,_0x46cfe6)=>{const _0x34188d=_0x4aac6c,_0x554c12={'m1Prime':_0x18e957,'m2Prime':_0x46cfe6};return _0x18e957[_0x34188d(0x29b)]['unitId']!==_0x46cfe6[_0x34188d(0x29b)][_0x34188d(0x10f)]||_0x18e957['params'][_0x34188d(0x14e)]!==_0x46cfe6[_0x34188d(0x29b)]['subUnitId']?_0x554c12:{'error':new Error(_0x34188d(0x268))};}},_0x534079={'m1':_0x27192b[_0x4aac6c(0x1ba)]['id'],'m2':_0x27192b[_0x4aac6c(0x1d0)]['id'],'handler'(_0x10353d,_0x306d3f){const _0x70f044=_0x4aac6c,_0x41b5f0=_0x22f418[_0x70f044(0x19f)](_0x306d3f,_0x10353d);return _0x4589a8(_0x41b5f0)?{'m1Prime':_0x41b5f0[_0x70f044(0x208)],'m2Prime':_0x41b5f0[_0x70f044(0x13b)]}:_0x41b5f0;}},_0x3edf75={'m1':_0x27192b[_0x4aac6c(0x1ba)]['id'],'m2':_0x27192b[_0x4aac6c(0x2b3)]['id'],'handler'(_0xfb2bb9,_0x33931b){const _0x52538c=_0x4aac6c,_0x152b6f={'m1Prime':_0xfb2bb9,'m2Prime':_0x33931b};if(_0xfb2bb9[_0x52538c(0x29b)][_0x52538c(0x10f)]!==_0x33931b[_0x52538c(0x29b)][_0x52538c(0x10f)])return _0x152b6f;const _0x12954f=new _0x1ed6c7[(_0x52538c(0x2ce))](_0xfb2bb9['params'][_0x52538c(0xc3)])[_0x52538c(0x105)](),_0x4729e7=new _0x1ed6c7['ObjectMatrix'](_0x33931b[_0x52538c(0x29b)]['from'][_0x52538c(0xa5)])[_0x52538c(0x105)](),_0xc85a8=new _0x1ed6c7[(_0x52538c(0x2ce))](_0x33931b[_0x52538c(0x29b)]['to'][_0x52538c(0xa5)])[_0x52538c(0x105)]();return _0xfb2bb9[_0x52538c(0x29b)][_0x52538c(0x14e)]===_0x33931b[_0x52538c(0x29b)][_0x52538c(0x9f)][_0x52538c(0x14e)]&&_0x1ed6c7['Rectangle'][_0x52538c(0x281)](_0x12954f,_0x4729e7)||_0xfb2bb9[_0x52538c(0x29b)][_0x52538c(0x14e)]===_0x33931b[_0x52538c(0x29b)]['to'][_0x52538c(0x14e)]&&_0x1ed6c7[_0x52538c(0x24f)][_0x52538c(0x281)](_0x12954f,_0xc85a8)?{'error':new Error('Set-range-values\x20mutation\x20and\x20move-range\x20mutation\x20have\x20an\x20overlapping\x20range.')}:_0x152b6f;}},_0x34b555={'m1':_0x27192b[_0x4aac6c(0x1ba)]['id'],'m2':_0x27192b[_0x4aac6c(0x188)]['id'],'handler'(_0x4f732c,_0x74a63){const _0x59c2f4=_0x4aac6c;var _0x41108f,_0x2c83bd;const _0x576a82={'m1Prime':_0x4f732c,'m2Prime':_0x74a63};if(_0x4f732c[_0x59c2f4(0x29b)][_0x59c2f4(0x10f)]!==_0x74a63['params'][_0x59c2f4(0x10f)]||_0x4f732c['params'][_0x59c2f4(0x14e)]!==_0x74a63[_0x59c2f4(0x29b)]['subUnitId'])return _0x576a82;const _0x5644b4=_0x1ed6c7[_0x59c2f4(0x12e)][_0x59c2f4(0x1ae)](_0x4f732c),{cellValue:_0x53b5b9}=_0x5644b4[_0x59c2f4(0x29b)],_0x380b84=new _0x1ed6c7['ObjectMatrix'](_0x53b5b9),{range:_0x3e6f66}=_0x74a63[_0x59c2f4(0x29b)],_0x9a320a=new Map();for(let _0x3a043f=_0x3e6f66['startColumn'];_0x3a043f<=_0x3e6f66[_0x59c2f4(0x263)];_0x3a043f++)for(let _0x568bb1=_0x3e6f66[_0x59c2f4(0x1ed)];_0x568bb1<=_0x3e6f66[_0x59c2f4(0x2c5)];_0x568bb1++)if(((_0x41108f=_0x53b5b9==null?void 0x0:_0x53b5b9[_0x568bb1])==null?void 0x0:_0x41108f[_0x3a043f])!==void 0x0){const _0x37bef8=(_0x2c83bd=_0x74a63['params'][_0x59c2f4(0x131)][_0x568bb1])!=null?_0x2c83bd:_0x568bb1;_0x37bef8!==_0x568bb1&&(_0x9a320a[_0x59c2f4(0x187)](_0x37bef8)||_0x9a320a[_0x59c2f4(0x175)](_0x37bef8,new Map()),_0x9a320a[_0x59c2f4(0x21b)](_0x37bef8)[_0x59c2f4(0x175)](_0x3a043f,_0x53b5b9[_0x568bb1][_0x3a043f]),_0x380b84[_0x59c2f4(0x1b9)](_0x568bb1,_0x3a043f));}return _0x9a320a[_0x59c2f4(0xfb)]((_0xf66287,_0x1362b5)=>{const _0x13720f=_0x59c2f4;_0xf66287[_0x13720f(0xfb)]((_0x462f2c,_0x3b970d)=>{const _0x32c75d=_0x13720f;_0x380b84[_0x32c75d(0x130)](_0x1362b5,_0x3b970d,_0x462f2c);});}),{'m1Prime':_0x5644b4,'m2Prime':_0x74a63};}},_0xf3487c={'m1':_0x27192b[_0x4aac6c(0x1ba)]['id'],'m2':_0x27192b[_0x4aac6c(0x1ba)]['id'],'handler'(_0x2043bf,_0x1057ae){const _0x11d3a7=_0x4aac6c,_0x4fd0fb={'m1Prime':_0x2043bf,'m2Prime':_0x1057ae};if(_0x2043bf[_0x11d3a7(0x29b)]['unitId']!==_0x1057ae[_0x11d3a7(0x29b)][_0x11d3a7(0x10f)]||_0x2043bf[_0x11d3a7(0x29b)]['subUnitId']!==_0x1057ae[_0x11d3a7(0x29b)][_0x11d3a7(0x14e)])return _0x4fd0fb;const _0xdd9765=_0x1ed6c7[_0x11d3a7(0x12e)][_0x11d3a7(0x1ae)](_0x2043bf),_0x2b1a79=_0x1ed6c7[_0x11d3a7(0x12e)]['deepClone'](_0x1057ae),_0x372f91=_0x1ed6c7['Tools'][_0x11d3a7(0x1ae)](_0x1057ae),_0x39b9ce=new _0x1ed6c7[(_0x11d3a7(0x2ce))](_0xdd9765[_0x11d3a7(0x29b)][_0x11d3a7(0xc3)]),_0x29136d=_0x39b9ce[_0x11d3a7(0x105)](),_0x54e873=new _0x1ed6c7['ObjectMatrix'](_0x1057ae[_0x11d3a7(0x29b)][_0x11d3a7(0xc3)]),_0x4c7d02=new _0x1ed6c7['ObjectMatrix'](),_0x8ac749=_0x54e873[_0x11d3a7(0x105)]();return _0x1ed6c7[_0x11d3a7(0x24f)][_0x11d3a7(0x281)](_0x29136d,_0x8ac749)?(_0x39b9ce['forValue']((_0x570e43,_0x5577fa,_0x2d878a)=>{const _0x1609d7=_0x11d3a7;var _0xdccbb2;const _0x1bd45d=_0x54e873[_0x1609d7(0x122)](_0x570e43,_0x5577fa);_0x1bd45d===null&&_0x39b9ce[_0x1609d7(0x1b9)](_0x570e43,_0x5577fa),_0x2d878a&&_0x1bd45d&&(typeof(_0x1bd45d==null?void 0x0:_0x1bd45d['s'])==_0x1609d7(0xa8)&&(_0x1bd45d['s']=_0x1ed6c7[_0x1609d7(0x12e)][_0x1609d7(0x1ae)]((_0xdccbb2=_0x2b1a79[_0x1609d7(0x29b)][_0x1609d7(0x127)])==null?void 0x0:_0xdccbb2[_0x1bd45d['s']])||void 0x0),_0x4c7d02['setValue'](_0x570e43,_0x5577fa,_0x1bd45d));}),_0xdd9765[_0x11d3a7(0x29b)][_0x11d3a7(0xc3)]=_0x39b9ce[_0x11d3a7(0x209)](),_0x2b1a79[_0x11d3a7(0x29b)]['cellValue']=_0x4c7d02[_0x11d3a7(0x209)](),{'m1Prime':[_0xdd9765,_0x2b1a79],'m2Prime':_0x372f91}):_0x4fd0fb;}},_0x1b4b8d={'m1':_0x27192b['SetRowDataMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x193)]['id'],'handler'(_0xdc8a06,_0x4de889){const _0xe3ae1a=_0x4aac6c,_0x1bce46={'m1Prime':_0xdc8a06,'m2Prime':_0x4de889};if(_0xdc8a06[_0xe3ae1a(0x29b)][_0xe3ae1a(0x10f)]!==_0x4de889[_0xe3ae1a(0x29b)][_0xe3ae1a(0x10f)]||_0xdc8a06[_0xe3ae1a(0x29b)]['subUnitId']!==_0x4de889[_0xe3ae1a(0x29b)][_0xe3ae1a(0x14e)])return _0x1bce46;const _0x1fa6e7=_0xdc8a06[_0xe3ae1a(0x29b)]['rowData'],_0x42048b=_0x4de889[_0xe3ae1a(0x29b)][_0xe3ae1a(0x18a)],_0xc7540d={},_0x4a134f=_0x1ed6c7['Tools'][_0xe3ae1a(0x1ae)](_0xdc8a06),_0x495fe8=new Set([...Object[_0xe3ae1a(0x10b)](_0x1fa6e7)['map'](Number),...Object['keys'](_0x42048b)[_0xe3ae1a(0x20f)](Number)]);for(const _0x3d4a3d of _0x495fe8){const _0x26725c=_0x1fa6e7[_0x3d4a3d],_0x2769ed=_0x42048b[_0x3d4a3d];if(_0x26725c&&_0x2769ed){const _0x366435={..._0x26725c,..._0x2769ed};_0xc7540d[_0x3d4a3d]=_0x366435;}else _0x26725c?_0xc7540d[_0x3d4a3d]=_0x26725c:_0x2769ed&&(_0xc7540d[_0x3d4a3d]=_0x2769ed);}return _0x4a134f[_0xe3ae1a(0x29b)][_0xe3ae1a(0x18a)]=_0xc7540d,{'m1Prime':_0x4a134f,'m2Prime':_0x4de889};}},_0x5c6315={'m1':_0x5cbf39[_0x4aac6c(0x252)]['id'],'m2':_0x27192b[_0x4aac6c(0x2b3)]['id'],'handler'(_0x274b03,_0x197896){const _0x4490b2=_0x4aac6c,_0x550bd5={'m1Prime':_0x274b03,'m2Prime':_0x197896};if(_0x274b03[_0x4490b2(0x29b)][_0x4490b2(0x10f)]!==_0x197896[_0x4490b2(0x29b)]['unitId']||_0x274b03[_0x4490b2(0x29b)]['subUnitId']!==_0x197896['params']['from']['subUnitId']&&_0x274b03['params']['subUnitId']!==_0x197896['params']['to'][_0x4490b2(0x14e)])return _0x550bd5;let _0x11c85c=null;return _0x274b03[_0x4490b2(0x29b)][_0x4490b2(0x14e)]===_0x197896['params'][_0x4490b2(0x9f)][_0x4490b2(0x14e)]&&new _0x1ed6c7[(_0x4490b2(0x2ce))](_0x197896['params'][_0x4490b2(0x9f)][_0x4490b2(0xa5)])[_0x4490b2(0xda)]((_0x1c898d,_0x37b615)=>{const _0x3cfd1b=_0x4490b2;_0x37b615===_0x274b03[_0x3cfd1b(0x29b)]['col']&&(_0x11c85c=_0x197896[_0x3cfd1b(0x29b)]['from']['subUnitId']);}),_0x274b03[_0x4490b2(0x29b)][_0x4490b2(0x14e)]===_0x197896['params']['to'][_0x4490b2(0x14e)]&&new _0x1ed6c7[(_0x4490b2(0x2ce))](_0x197896[_0x4490b2(0x29b)]['to'][_0x4490b2(0xa5)])[_0x4490b2(0xda)]((_0x4e28a1,_0x2232f0)=>{const _0x16766f=_0x4490b2;_0x2232f0===_0x274b03[_0x16766f(0x29b)][_0x16766f(0x1eb)]&&(_0x11c85c=_0x197896[_0x16766f(0x29b)]['to']['subUnitId']);}),_0x11c85c?{'m1Prime':_0x274b03,'m2Prime':[_0x197896,{'id':_0x5cbf39[_0x4490b2(0x2c2)]['id'],'params':{'unitId':_0x197896[_0x4490b2(0x29b)][_0x4490b2(0x10f)],'subUnitId':_0x11c85c}}]}:_0x550bd5;}},_0x31bb43={'m1':_0x5cbf39[_0x4aac6c(0x252)]['id'],'m2':_0x5cbf39[_0x4aac6c(0x17c)]['id'],'handler'(_0x524085,_0x53c5e9){const _0x4291a0=_0x4aac6c,_0x2a4c6e={'m1Prime':_0x524085,'m2Prime':_0x53c5e9};return _0x524085[_0x4291a0(0x29b)][_0x4291a0(0x10f)]!==_0x53c5e9[_0x4291a0(0x29b)][_0x4291a0(0x10f)]||_0x524085[_0x4291a0(0x29b)]['subUnitId']!==_0x53c5e9[_0x4291a0(0x29b)][_0x4291a0(0x14e)]?_0x2a4c6e:{'m1Prime':[],'m2Prime':[_0x53c5e9]};}},_0x1c20aa={'m1':_0x5cbf39[_0x4aac6c(0x252)]['id'],'m2':_0x27192b['SetRangeValuesMutation']['id'],'handler'(_0x2ff917,_0x4c1fbf){const _0x4f84e7=_0x4aac6c,_0x153573={'m1Prime':_0x2ff917,'m2Prime':_0x4c1fbf};if(_0x2ff917[_0x4f84e7(0x29b)]['unitId']!==_0x4c1fbf['params'][_0x4f84e7(0x10f)]||_0x2ff917[_0x4f84e7(0x29b)][_0x4f84e7(0x14e)]!==_0x4c1fbf[_0x4f84e7(0x29b)][_0x4f84e7(0x14e)])return _0x153573;let _0x4de3c0=!0x1;return new _0x1ed6c7['ObjectMatrix'](_0x4c1fbf[_0x4f84e7(0x29b)][_0x4f84e7(0xc3)])[_0x4f84e7(0xda)]((_0x14348f,_0x3a319b)=>{const _0x520ed3=_0x4f84e7;_0x3a319b===_0x2ff917[_0x520ed3(0x29b)][_0x520ed3(0x1eb)]&&(_0x4de3c0=!0x0);}),_0x4de3c0?{'m1Prime':_0x2ff917,'m2Prime':[_0x4c1fbf,{'id':_0x5cbf39[_0x4f84e7(0x2c2)]['id'],'params':{'unitId':_0x4c1fbf[_0x4f84e7(0x29b)][_0x4f84e7(0x10f)],'subUnitId':_0x4c1fbf[_0x4f84e7(0x29b)][_0x4f84e7(0x14e)]}}]}:_0x153573;}},_0x1783cc={'m1':_0x5cbf39[_0x4aac6c(0x252)]['id'],'m2':_0x5cbf39[_0x4aac6c(0x252)]['id'],'handler'(_0x50f680,_0x574e28){const _0x4236d1=_0x4aac6c,_0xd33696={'m1Prime':_0x50f680,'m2Prime':_0x574e28};return _0x50f680['params'][_0x4236d1(0x10f)]!==_0x574e28[_0x4236d1(0x29b)]['unitId']||_0x50f680[_0x4236d1(0x29b)][_0x4236d1(0x14e)]!==_0x574e28[_0x4236d1(0x29b)]['subUnitId']||_0x50f680[_0x4236d1(0x29b)][_0x4236d1(0x1eb)]!==_0x574e28[_0x4236d1(0x29b)][_0x4236d1(0x1eb)]?_0xd33696:{'m1Prime':[],'m2Prime':[_0x574e28]};}},_0x4e2e70={'m1':_0x5cbf39[_0x4aac6c(0x254)]['id'],'m2':_0x5cbf39[_0x4aac6c(0x17c)]['id'],'handler'(_0x2855b4,_0x4ae53d){const _0x138865=_0x4aac6c,_0x2c3194={'m1Prime':_0x2855b4,'m2Prime':_0x4ae53d};return _0x2855b4['params']['unitId']!==_0x4ae53d[_0x138865(0x29b)][_0x138865(0x10f)]||_0x2855b4[_0x138865(0x29b)][_0x138865(0x14e)]!==_0x4ae53d['params'][_0x138865(0x14e)]?_0x2c3194:{'m1Prime':[],'m2Prime':[_0x4ae53d]};}},_0x640812={'m1':_0x5cbf39['SetSheetsFilterRangeMutation']['id'],'m2':_0x5cbf39['SetSheetsFilterRangeMutation']['id'],'handler'(_0x3a47f6,_0x5721e4){const _0x56f047=_0x4aac6c,_0x3fdd1a={'m1Prime':_0x3a47f6,'m2Prime':_0x5721e4};return _0x3a47f6[_0x56f047(0x29b)]['unitId']!==_0x5721e4[_0x56f047(0x29b)]['unitId']||_0x3a47f6[_0x56f047(0x29b)][_0x56f047(0x14e)]!==_0x5721e4[_0x56f047(0x29b)][_0x56f047(0x14e)]?_0x3fdd1a:{'m1Prime':[],'m2Prime':[_0x5721e4]};}},_0x5ac9b4={'m1':_0x27192b[_0x4aac6c(0x2d1)]['id'],'m2':_0x27192b[_0x4aac6c(0x2d1)]['id'],'handler'(_0x450ba8,_0xedfba8){const _0x5d7d36=_0x4aac6c;return _0x450ba8[_0x5d7d36(0x29b)][_0x5d7d36(0x10f)]===_0xedfba8[_0x5d7d36(0x29b)][_0x5d7d36(0x10f)]&&_0x450ba8[_0x5d7d36(0x29b)][_0x5d7d36(0x14e)]===_0xedfba8[_0x5d7d36(0x29b)][_0x5d7d36(0x14e)]&&_0x450ba8['params']['color']!==_0xedfba8[_0x5d7d36(0x29b)]['color']?{'error':new Error(_0x5d7d36(0xa3))}:{'m1Prime':_0x450ba8,'m2Prime':_0xedfba8};}},_0x27a6a9={'m1':_0x27192b[_0x4aac6c(0x275)]['id'],'m2':_0x27192b[_0x4aac6c(0x275)]['id'],'handler'(_0x54513c,_0x40727b){const _0x401e9f=_0x4aac6c,_0xc78a3c={'m1Prime':_0x54513c,'m2Prime':_0x40727b};if(_0x54513c[_0x401e9f(0x29b)][_0x401e9f(0x10f)]!==_0x40727b[_0x401e9f(0x29b)][_0x401e9f(0x10f)]||_0x54513c[_0x401e9f(0x29b)]['subUnitId']!==_0x40727b[_0x401e9f(0x29b)][_0x401e9f(0x14e)])return _0xc78a3c;const _0x43d3c0=_0x54513c[_0x401e9f(0x29b)][_0x401e9f(0x269)],_0x1a79b2=[],_0x60c2f2=_0x1ed6c7[_0x401e9f(0x12e)]['deepClone'](_0x54513c),_0x312370=_0x40727b[_0x401e9f(0x29b)]['ranges'];_0x43d3c0[_0x401e9f(0xfb)](_0x4dd38c=>{const _0x31d810=_0x401e9f,_0x33891c={'start':_0x4dd38c[_0x31d810(0x251)],'end':_0x4dd38c['endColumn']},_0x2479c1=_0x312370['map'](_0x4af5f4=>({'start':_0x4af5f4['startColumn'],'end':_0x4af5f4[_0x31d810(0x263)]})),_0xb5540d=_0x458cda(_0x33891c,_0x2479c1)[_0x31d810(0x20f)](_0x4ea2d1=>({..._0x4dd38c,'startColumn':_0x4ea2d1[_0x31d810(0x23b)],'endColumn':_0x4ea2d1[_0x31d810(0xa2)]}));_0x1a79b2[_0x31d810(0x271)](..._0xb5540d);}),_0x60c2f2[_0x401e9f(0x29b)][_0x401e9f(0x269)]=_0x1a79b2;const {colWidth:_0x4f75c3}=_0x60c2f2[_0x401e9f(0x29b)],{colWidth:_0x41c4e3}=_0x40727b[_0x401e9f(0x29b)];return typeof _0x4f75c3!=_0x401e9f(0x174)&&(typeof _0x41c4e3!=_0x401e9f(0x174)?Object['keys'](_0x41c4e3)['map'](Number)[_0x401e9f(0xfb)](_0x43272a=>{_0x4f75c3[_0x43272a]!=null&&delete _0x4f75c3[_0x43272a];}):_0x312370[_0x401e9f(0xfb)](_0x5f01cc=>{const _0x1fd4b0=_0x401e9f;for(let _0x56dba3=_0x5f01cc['startColumn'];_0x56dba3<=_0x5f01cc[_0x1fd4b0(0x263)];_0x56dba3++)delete _0x4f75c3[_0x56dba3];})),{'m1Prime':_0x60c2f2,'m2Prime':_0x40727b};}},_0x4a9423={'m1':_0x27192b[_0x4aac6c(0x25a)]['id'],'m2':_0x27192b[_0x4aac6c(0x25a)]['id'],'handler'(_0x10f01f,_0xc2ab7c){const _0x3a1c34=_0x4aac6c,_0x2e3d98={'m1Prime':_0x10f01f,'m2Prime':_0xc2ab7c};return _0x10f01f[_0x3a1c34(0x29b)]['unitId']!==_0xc2ab7c['params'][_0x3a1c34(0x10f)]||_0x10f01f[_0x3a1c34(0x29b)][_0x3a1c34(0x14e)]!==_0xc2ab7c['params'][_0x3a1c34(0x14e)]?_0x2e3d98:{'error':new Error(_0x3a1c34(0x291))};}},_0x14af14={'m1':_0x27192b[_0x4aac6c(0xfe)]['id'],'m2':_0x27192b[_0x4aac6c(0xfe)]['id'],'handler'(_0x6da8c5,_0x1b94c4){const _0xf2fdfc=_0x4aac6c,_0x3455f6={'m1Prime':_0x6da8c5,'m2Prime':_0x1b94c4};if(_0x6da8c5[_0xf2fdfc(0x29b)][_0xf2fdfc(0x10f)]!==_0x1b94c4[_0xf2fdfc(0x29b)]['unitId']||_0x6da8c5[_0xf2fdfc(0x29b)]['subUnitId']!==_0x1b94c4['params'][_0xf2fdfc(0x14e)])return _0x3455f6;const _0x2d30ec=_0x6da8c5[_0xf2fdfc(0x29b)][_0xf2fdfc(0xb1)],_0x574262=[],_0x354b0f=_0x1ed6c7[_0xf2fdfc(0x12e)][_0xf2fdfc(0x1ae)](_0x6da8c5),_0xce0a41=_0x1b94c4['params'][_0xf2fdfc(0xb1)];return _0x2d30ec[_0xf2fdfc(0xfb)](_0x3e34eb=>{const _0x518bde=_0xf2fdfc;_0xce0a41[_0x518bde(0x129)](_0x6b07d4=>_0x6b07d4[_0x518bde(0x184)]===_0x3e34eb[_0x518bde(0x184)])||_0x574262[_0x518bde(0x271)](_0x3e34eb);}),_0x354b0f[_0xf2fdfc(0x29b)]['rowsAutoHeightInfo']=_0x574262,{'m1Prime':_0x354b0f,'m2Prime':_0x1b94c4};}},_0x40c14f={'m1':_0x27192b[_0x4aac6c(0x1d6)]['id'],'m2':_0x27192b[_0x4aac6c(0x1d6)]['id'],'handler'(_0x49070c,_0x5372f9){const _0x1c9445=_0x4aac6c,_0x302620={'m1Prime':_0x49070c,'m2Prime':_0x5372f9};if(_0x49070c[_0x1c9445(0x29b)][_0x1c9445(0x10f)]!==_0x5372f9[_0x1c9445(0x29b)][_0x1c9445(0x10f)]||_0x49070c['params'][_0x1c9445(0x14e)]!==_0x5372f9[_0x1c9445(0x29b)][_0x1c9445(0x14e)])return _0x302620;const _0x5b7837=_0x49070c[_0x1c9445(0x29b)][_0x1c9445(0x269)],_0x5ec88d=[],_0x362fcd=_0x1ed6c7[_0x1c9445(0x12e)][_0x1c9445(0x1ae)](_0x49070c),_0x3cd352=_0x5372f9[_0x1c9445(0x29b)]['ranges'];_0x5b7837[_0x1c9445(0xfb)](_0x216dca=>{const _0x3ae0cd=_0x1c9445,_0x8d08af={'start':_0x216dca['startRow'],'end':_0x216dca[_0x3ae0cd(0x2c5)]},_0x35ff8d=_0x3cd352[_0x3ae0cd(0x20f)](_0x20f74d=>({'start':_0x20f74d[_0x3ae0cd(0x1ed)],'end':_0x20f74d[_0x3ae0cd(0x2c5)]})),_0x28d655=_0x458cda(_0x8d08af,_0x35ff8d)['map'](_0x4bcf93=>({..._0x216dca,'startRow':_0x4bcf93[_0x3ae0cd(0x23b)],'endRow':_0x4bcf93[_0x3ae0cd(0xa2)]}));_0x5ec88d['push'](..._0x28d655);}),_0x362fcd[_0x1c9445(0x29b)][_0x1c9445(0x269)]=_0x5ec88d;const {rowHeight:_0x6a6891}=_0x362fcd[_0x1c9445(0x29b)],{rowHeight:_0x2eec49}=_0x5372f9[_0x1c9445(0x29b)];return typeof _0x6a6891!=_0x1c9445(0x174)&&(typeof _0x2eec49!=_0x1c9445(0x174)?Object[_0x1c9445(0x10b)](_0x2eec49)[_0x1c9445(0x20f)](Number)[_0x1c9445(0xfb)](_0x1a393e=>{_0x6a6891[_0x1a393e]!=null&&delete _0x6a6891[_0x1a393e];}):_0x3cd352[_0x1c9445(0xfb)](_0x99a252=>{const _0x392f20=_0x1c9445;for(let _0x37807b=_0x99a252[_0x392f20(0x1ed)];_0x37807b<=_0x99a252[_0x392f20(0x2c5)];_0x37807b++)delete _0x6a6891[_0x37807b];})),{'m1Prime':_0x362fcd,'m2Prime':_0x5372f9};}},_0x147984={'m1':_0x27192b[_0x4aac6c(0x26b)]['id'],'m2':_0x27192b[_0x4aac6c(0x26b)]['id'],'handler'(_0x2f37c6,_0x1fb726){const _0x4e934d=_0x4aac6c,_0x23f53c={'m1Prime':_0x2f37c6,'m2Prime':_0x1fb726};if(_0x2f37c6[_0x4e934d(0x29b)][_0x4e934d(0x10f)]!==_0x1fb726[_0x4e934d(0x29b)][_0x4e934d(0x10f)]||_0x2f37c6[_0x4e934d(0x29b)]['subUnitId']!==_0x1fb726[_0x4e934d(0x29b)][_0x4e934d(0x14e)])return _0x23f53c;const _0x1d3751=_0x2f37c6[_0x4e934d(0x29b)][_0x4e934d(0x269)],_0x5240a9=[],_0xc6e196=_0x1ed6c7['Tools'][_0x4e934d(0x1ae)](_0x2f37c6),_0x3cdcb9=_0x1fb726[_0x4e934d(0x29b)]['ranges'];_0x1d3751[_0x4e934d(0xfb)](_0x2256d5=>{const _0x230ea0=_0x4e934d,_0x50633f={'start':_0x2256d5['startRow'],'end':_0x2256d5[_0x230ea0(0x2c5)]},_0x24c9a9=_0x3cdcb9[_0x230ea0(0x20f)](_0x344191=>({'start':_0x344191[_0x230ea0(0x1ed)],'end':_0x344191[_0x230ea0(0x2c5)]})),_0x3887fa=_0x458cda(_0x50633f,_0x24c9a9)[_0x230ea0(0x20f)](_0x5dd6ab=>({..._0x2256d5,'startRow':_0x5dd6ab['start'],'endRow':_0x5dd6ab[_0x230ea0(0xa2)]}));_0x5240a9['push'](..._0x3887fa);}),_0xc6e196[_0x4e934d(0x29b)][_0x4e934d(0x269)]=_0x5240a9;const {autoHeightInfo:_0x535b80}=_0xc6e196[_0x4e934d(0x29b)],{autoHeightInfo:_0xee4a6b}=_0x1fb726[_0x4e934d(0x29b)];return typeof _0x535b80!=_0x4e934d(0x174)&&(typeof _0xee4a6b!=_0x4e934d(0x174)?Object[_0x4e934d(0x10b)](_0xee4a6b)[_0x4e934d(0x20f)](Number)[_0x4e934d(0xfb)](_0x49ec4c=>{_0x535b80[_0x49ec4c]!=null&&delete _0x535b80[_0x49ec4c];}):_0x3cdcb9[_0x4e934d(0xfb)](_0x5113e3=>{const _0x5d47bb=_0x4e934d;for(let _0x490b88=_0x5113e3['startRow'];_0x490b88<=_0x5113e3[_0x5d47bb(0x2c5)];_0x490b88++)delete _0x535b80[_0x490b88];})),{'m1Prime':_0xc6e196,'m2Prime':_0x1fb726};}},_0x15e793={'m1':_0x59e2de[_0x4aac6c(0x2b8)]['id'],'m2':_0x59e2de[_0x4aac6c(0x2b8)]['id'],'handler':(_0x42f94a,_0x2822ef)=>{const _0x1a8f1d=_0x4aac6c,_0x43fef7=_0x42f94a[_0x1a8f1d(0x29b)],_0x1bfc14=_0x2822ef[_0x1a8f1d(0x29b)];return _0x43fef7[_0x1a8f1d(0x10f)]===_0x1bfc14[_0x1a8f1d(0x10f)]&&_0x43fef7[_0x1a8f1d(0x14e)]===_0x1bfc14['subUnitId']&&_0x43fef7[_0x1a8f1d(0x1db)][_0x1a8f1d(0x167)]===_0x1bfc14[_0x1a8f1d(0x1db)]['commentId']?{'m1Prime':[],'m2Prime':_0x2822ef}:{'m1Prime':_0x42f94a,'m2Prime':_0x2822ef};}},_0x26fd86={'m1':_0x59e2de[_0x4aac6c(0x106)]['id'],'m2':_0x59e2de[_0x4aac6c(0x106)]['id'],'handler':(_0x11cfc6,_0x50c4b9)=>{const _0x3c67b5=_0x4aac6c,_0x1c28c0=_0x11cfc6['params'],_0xab8e95=_0x50c4b9[_0x3c67b5(0x29b)];return _0x1c28c0[_0x3c67b5(0x10f)]===_0xab8e95[_0x3c67b5(0x10f)]&&_0x1c28c0[_0x3c67b5(0x14e)]===_0xab8e95[_0x3c67b5(0x14e)]&&_0x1c28c0[_0x3c67b5(0x1db)]['commentId']===_0xab8e95['payload'][_0x3c67b5(0x167)]?{'m1Prime':[],'m2Prime':_0x50c4b9}:{'m1Prime':_0x11cfc6,'m2Prime':_0x50c4b9};}},_0x2f2ddd={'m1':_0x1444e7[_0x4aac6c(0x24d)]['id'],'m2':_0x1444e7['AddDataValidationMutation']['id'],'handler':(_0x2ce99a,_0x407d97)=>{const _0x316b69=_0x4aac6c,_0x45872a={'m1Prime':_0x2ce99a,'m2Prime':_0x407d97},_0x1ef4f0=_0x2ce99a['params'],_0x7ba3aa=_0x407d97[_0x316b69(0x29b)];if(_0x1ef4f0['unitId']!==_0x7ba3aa['unitId']||_0x1ef4f0[_0x316b69(0x14e)]!==_0x7ba3aa[_0x316b69(0x14e)])return _0x45872a;if(_0x2ce99a['params']['payload'][_0x316b69(0x1bd)]===_0x1444e7[_0x316b69(0x1c6)][_0x316b69(0x1d8)]){const {unitId:_0x4e14f7,subUnitId:_0x3ee103}=_0x2ce99a[_0x316b69(0x29b)],_0x1ae549=Array['isArray'](_0x407d97[_0x316b69(0x29b)][_0x316b69(0xd9)])?_0x407d97['params'][_0x316b69(0xd9)]:[_0x407d97[_0x316b69(0x29b)]['rule']],_0x2fc592=[],_0x33ad7b=new _0x1ed6c7[(_0x316b69(0x2ce))](),_0x55d988=_0x2ce99a[_0x316b69(0x29b)]['payload'][_0x316b69(0x1db)];_0x55d988['forEach'](_0x3cad97=>{const _0x257478=_0x316b69;_0x1ed6c7[_0x257478(0x223)][_0x257478(0xad)](_0x3cad97,(_0x19e3de,_0x1a71ae)=>{const _0x1bdbc5=_0x257478;_0x33ad7b['setValue'](_0x19e3de,_0x1a71ae,_0x2ce99a['params'][_0x1bdbc5(0x220)]);});}),_0x1ae549[_0x316b69(0xfb)](_0x2b61d9=>{const _0x3eb017=_0x316b69;_0x2b61d9['ranges'][_0x3eb017(0xfb)](_0x588c5b=>{const _0x4f610d=_0x3eb017;_0x1ed6c7[_0x4f610d(0x223)][_0x4f610d(0xad)](_0x588c5b,(_0x3c5505,_0x17ad85)=>{const _0x58cc5d=_0x4f610d;_0x33ad7b[_0x58cc5d(0x130)](_0x3c5505,_0x17ad85,_0x2b61d9[_0x58cc5d(0x114)]);});});});const _0x3f0b42=_0x2ce99a['params'][_0x316b69(0x220)],_0x2627ce=_0x1ed6c7['queryObjectMatrix'](_0x33ad7b,_0x56ffbc=>_0x56ffbc===_0x3f0b42);return _0x1ed6c7['isRangesEqual'](_0x2627ce,_0x55d988)||(_0x2627ce[_0x316b69(0x1a3)]?_0x2fc592[_0x316b69(0x271)]({'id':_0x1444e7['UpdateDataValidationMutation']['id'],'params':{'unitId':_0x4e14f7,'subUnitId':_0x3ee103,'ruleId':_0x3f0b42,'payload':{'type':_0x1444e7[_0x316b69(0x1c6)]['RANGE'],'payload':_0x2627ce}}}):_0x2fc592[_0x316b69(0x271)]({'id':_0x1444e7[_0x316b69(0xf9)]['id'],'params':{'unitId':_0x4e14f7,'subUnitId':_0x3ee103,'ruleId':_0x3f0b42}})),{'m1Prime':_0x2fc592[_0x316b69(0x1a3)]?_0x2fc592:[_0x2ce99a],'m2Prime':[..._0x2fc592,_0x407d97]};}return _0x45872a;}},_0x35737c={'m1':_0x1444e7[_0x4aac6c(0x24d)]['id'],'m2':_0x1444e7['RemoveDataValidationMutation']['id'],'handler':(_0x3cf095,_0x535e4f)=>{const _0x2cc886=_0x4aac6c,_0x5a0e21={'m1Prime':_0x3cf095,'m2Prime':_0x535e4f};if(_0x3cf095['params'][_0x2cc886(0x10f)]!==_0x535e4f[_0x2cc886(0x29b)]['unitId']||_0x3cf095[_0x2cc886(0x29b)][_0x2cc886(0x14e)]!==_0x535e4f[_0x2cc886(0x29b)]['subUnitId'])return _0x5a0e21;const _0x491220=_0x3cf095[_0x2cc886(0x29b)][_0x2cc886(0x220)];return(Array[_0x2cc886(0x234)](_0x535e4f[_0x2cc886(0x29b)]['ruleId'])?_0x535e4f[_0x2cc886(0x29b)][_0x2cc886(0x220)]:[_0x535e4f[_0x2cc886(0x29b)][_0x2cc886(0x220)]])['indexOf'](_0x491220)>-0x1?{'m1Prime':[],'m2Prime':_0x535e4f}:_0x5a0e21;}},_0x3f5c56={'m1':_0x1444e7[_0x4aac6c(0x24d)]['id'],'m2':_0x1444e7['UpdateDataValidationMutation']['id'],'handler':(_0x1668cf,_0x117f41)=>{const _0x15283c=_0x4aac6c,_0x210e64={'m1Prime':_0x1668cf,'m2Prime':_0x117f41},_0x2f29b6=_0x1668cf[_0x15283c(0x29b)],_0x387fb2=_0x117f41[_0x15283c(0x29b)];if(_0x2f29b6[_0x15283c(0x10f)]===_0x387fb2[_0x15283c(0x10f)]&&_0x2f29b6['subUnitId']===_0x387fb2[_0x15283c(0x14e)]){const _0x3f8d0c=_0x1ed6c7['Tools'][_0x15283c(0x1ae)](_0x117f41);if(_0x387fb2[_0x15283c(0x220)]===_0x2f29b6[_0x15283c(0x220)]&&_0x2f29b6[_0x15283c(0x1db)][_0x15283c(0x1bd)]===_0x387fb2[_0x15283c(0x1db)][_0x15283c(0x1bd)])return _0x2f29b6[_0x15283c(0x1db)][_0x15283c(0x1bd)]===_0x1444e7[_0x15283c(0x1c6)][_0x15283c(0x1d8)]&&!_0x1ed6c7[_0x15283c(0x205)](_0x2f29b6['payload'][_0x15283c(0x1db)],_0x387fb2[_0x15283c(0x1db)][_0x15283c(0x1db)])?{'error':new Error('edit\x20range\x20of\x20same\x20data-validation\x20rule\x20is\x20not\x20allowed')}:{'m1Prime':[],'m2Prime':_0x3f8d0c};if(_0x2f29b6['payload'][_0x15283c(0x1bd)]===_0x1444e7['UpdateRuleType']['RANGE']&&_0x387fb2[_0x15283c(0x1db)][_0x15283c(0x1bd)]===_0x1444e7['UpdateRuleType']['RANGE']&&_0x387fb2[_0x15283c(0x220)]!==_0x2f29b6[_0x15283c(0x220)]){let _0x27ab97=function(_0x21d789,_0x19eb28){const _0x3fb875=_0x15283c;_0x21d789[_0x3fb875(0xfb)](_0x46c596=>{const _0x1d6e03=_0x3fb875;_0x1ed6c7['Range'][_0x1d6e03(0xad)](_0x46c596,(_0x380469,_0x24f15b)=>{_0x21078a['setValue'](_0x380469,_0x24f15b,_0x19eb28);});});};const _0x21078a=new _0x1ed6c7[(_0x15283c(0x2ce))]();_0x27ab97(_0x2f29b6[_0x15283c(0x1db)][_0x15283c(0x1db)],_0x2f29b6['ruleId']),_0x27ab97(_0x387fb2['payload'][_0x15283c(0x1db)],_0x387fb2[_0x15283c(0x220)]);const _0x1fb949=_0x1ed6c7[_0x15283c(0x243)](_0x21078a,_0x53d687=>_0x53d687===_0x2f29b6[_0x15283c(0x220)]),_0xbf75fb=!_0x1ed6c7[_0x15283c(0x205)](_0x2f29b6[_0x15283c(0x1db)]['payload'],_0x1fb949)?_0x1fb949[_0x15283c(0x1a3)]?[{'id':_0x1444e7[_0x15283c(0x24d)]['id'],'params':{..._0x2f29b6,'payload':{'type':_0x1444e7[_0x15283c(0x1c6)][_0x15283c(0x1d8)],'payload':_0x1fb949}}}]:[{'id':_0x1444e7[_0x15283c(0xf9)]['id'],'params':{..._0x2f29b6,'payload':void 0x0}}]:[];return{'m1Prime':[_0x1668cf],'m2Prime':[..._0xbf75fb,_0x117f41]};}}return _0x210e64;}},_0x327c6c={'m1':_0x1c7510[_0x4aac6c(0x23e)]['id'],'m2':_0x1c7510[_0x4aac6c(0x23e)]['id'],'handler':(_0x50f72f,_0x2559d3)=>{const _0x61fd8=_0x4aac6c,_0x123d9c=_0x50f72f['params'],_0x35fb43=_0x2559d3['params'];return _0x123d9c['unitId']===_0x35fb43[_0x61fd8(0x10f)]&&_0x123d9c[_0x61fd8(0x14e)]===_0x35fb43['subUnitId']&&_0x123d9c['id']===_0x35fb43['id']?{'m2Prime':_0x2559d3,'m1Prime':[]}:{'m1Prime':_0x50f72f,'m2Prime':_0x2559d3};}},_0x213082={'m1':_0x1c7510[_0x4aac6c(0x11e)]['id'],'m2':_0x1c7510['UpdateHyperLinkRefMutation']['id'],'handler':(_0x50ef00,_0x1ce11d)=>{const _0xf90577=_0x4aac6c,_0xcbbfa3=_0x50ef00[_0xf90577(0x29b)],_0x1e99e1=_0x1ce11d[_0xf90577(0x29b)];return _0xcbbfa3['unitId']===_0x1e99e1[_0xf90577(0x10f)]&&_0xcbbfa3[_0xf90577(0x14e)]===_0x1e99e1[_0xf90577(0x14e)]&&_0xcbbfa3['id']===_0x1e99e1['id']?{'m2Prime':_0x1ce11d,'m1Prime':[]}:{'m1Prime':_0x50ef00,'m2Prime':_0x1ce11d};}},_0x5be2d3={'m1':_0x27192b[_0x4aac6c(0x2a6)]['id'],'m2':_0x27192b['AddWorksheetMergeMutation']['id'],'handler'(_0x5150c4,_0x26c2e9){const _0x3bea93=_0x4aac6c,_0x2452ad=_0x1ed6c7[_0x3bea93(0x12e)][_0x3bea93(0x1ae)](_0x26c2e9);return _0x5150c4[_0x3bea93(0x29b)][_0x3bea93(0x14e)]!==_0x26c2e9['params']['subUnitId']||_0x5150c4[_0x3bea93(0x29b)][_0x3bea93(0x10f)]!==_0x26c2e9['params'][_0x3bea93(0x10f)]?{'m1Prime':_0x5150c4,'m2Prime':_0x2452ad}:(_0x2452ad['id']=_0x27192b[_0x3bea93(0xac)]['id'],{'m1Prime':_0x5150c4,'m2Prime':_0x2452ad});}},_0x4c3c53={'m1':_0x27192b[_0x4aac6c(0x2a6)]['id'],'m2':_0x27192b[_0x4aac6c(0x2af)]['id'],'handler'(_0x327429,_0x23184d){const _0x30ddc4=_0x4aac6c,_0x5c0c79=_0x1ed6c7[_0x30ddc4(0x12e)][_0x30ddc4(0x1ae)](_0x23184d);return _0x327429[_0x30ddc4(0x29b)]['subUnitId']!==_0x23184d[_0x30ddc4(0x29b)][_0x30ddc4(0x14e)]||_0x327429[_0x30ddc4(0x29b)][_0x30ddc4(0x10f)]!==_0x23184d[_0x30ddc4(0x29b)][_0x30ddc4(0x10f)]?{'m1Prime':_0x327429,'m2Prime':_0x5c0c79}:(_0x5c0c79['id']=_0x27192b[_0x30ddc4(0xac)]['id'],{'m1Prime':_0x327429,'m2Prime':_0x5c0c79});}},_0x2bd78b={'m1':_0x27192b[_0x4aac6c(0x206)]['id'],'m2':_0x27192b['InsertSheetMutation']['id'],'handler'(_0x3d0e4a,_0x4d9a6a){const _0x5f4b0f=_0x4aac6c;if(_0x3d0e4a[_0x5f4b0f(0x29b)][_0x5f4b0f(0x2c6)]['id']===_0x4d9a6a[_0x5f4b0f(0x29b)][_0x5f4b0f(0x2c6)]['id'])return{'error':new Error(_0x5f4b0f(0xc1))};const _0x368e12=_0x1ed6c7[_0x5f4b0f(0x12e)][_0x5f4b0f(0x1ae)](_0x3d0e4a),_0x445110=_0x1ed6c7[_0x5f4b0f(0x12e)][_0x5f4b0f(0x1ae)](_0x4d9a6a);return _0x368e12[_0x5f4b0f(0x29b)][_0x5f4b0f(0x214)]<=_0x445110[_0x5f4b0f(0x29b)][_0x5f4b0f(0x214)]?_0x445110[_0x5f4b0f(0x29b)]['index']+=0x1:_0x368e12[_0x5f4b0f(0x29b)]['index']>_0x445110['params'][_0x5f4b0f(0x214)]&&(_0x368e12['params'][_0x5f4b0f(0x214)]+=0x1),_0x3d0e4a[_0x5f4b0f(0x29b)][_0x5f4b0f(0x2c6)][_0x5f4b0f(0x1c5)]===_0x4d9a6a[_0x5f4b0f(0x29b)][_0x5f4b0f(0x2c6)][_0x5f4b0f(0x1c5)]?{'error':new Error(_0x5f4b0f(0x161))}:{'m1Prime':_0x368e12,'m2Prime':_0x445110};}},_0x2d1d86={'m1':_0x27192b[_0x4aac6c(0x2a6)]['id'],'m2':_0x4aac6c(0x21c),'handler'(_0x44a797,_0x31a0b0){const _0x4fbd4b=_0x4aac6c;var _0x3e94e6;return _0x44a797[_0x4fbd4b(0x29b)]['subUnitId']===((_0x3e94e6=_0x31a0b0['params'])==null?void 0x0:_0x3e94e6[_0x4fbd4b(0x14e)])&&_0x44a797['id']!==_0x31a0b0['id']?{'error':new Error(_0x4fbd4b(0x107))}:{'m1Prime':_0x44a797,'m2Prime':_0x31a0b0};}},_0x2afac9={'m1':_0x27192b['SetWorksheetOrderMutation']['id'],'m2':_0x27192b[_0x4aac6c(0x273)]['id'],'handler'(_0x1c052f,_0x55f5a9){const _0x56f11c=_0x4aac6c,_0x2ea45e=_0x1ed6c7[_0x56f11c(0x12e)][_0x56f11c(0x1ae)](_0x1c052f),_0x89b6c2=_0x1ed6c7[_0x56f11c(0x12e)]['deepClone'](_0x55f5a9),_0x402082={'error':new Error(_0x56f11c(0x267))};if(_0x1c052f[_0x56f11c(0x29b)][_0x56f11c(0x26d)]===_0x55f5a9['params'][_0x56f11c(0x26d)])_0x2ea45e['id']=_0x27192b[_0x56f11c(0xac)]['id'],_0x89b6c2[_0x56f11c(0x29b)][_0x56f11c(0x26d)]=_0x1c052f[_0x56f11c(0x29b)][_0x56f11c(0x23f)];else{_0x1c052f['params'][_0x56f11c(0x26d)]===_0x1c052f['params'][_0x56f11c(0x23f)]&&(_0x2ea45e['id']=_0x27192b[_0x56f11c(0xac)]['id']),_0x55f5a9[_0x56f11c(0x29b)][_0x56f11c(0x26d)]===_0x55f5a9[_0x56f11c(0x29b)]['toOrder']&&(_0x89b6c2['id']=_0x27192b[_0x56f11c(0xac)]['id']);const _0x331ca3=[Math['min'](_0x1c052f[_0x56f11c(0x29b)][_0x56f11c(0x26d)],_0x1c052f['params'][_0x56f11c(0x23f)]),Math['max'](_0x1c052f[_0x56f11c(0x29b)][_0x56f11c(0x26d)],_0x1c052f[_0x56f11c(0x29b)][_0x56f11c(0x23f)])],_0x5b8439=[Math[_0x56f11c(0xbd)](_0x55f5a9[_0x56f11c(0x29b)][_0x56f11c(0x26d)],_0x55f5a9[_0x56f11c(0x29b)][_0x56f11c(0x23f)]),Math[_0x56f11c(0xae)](_0x55f5a9[_0x56f11c(0x29b)]['fromOrder'],_0x55f5a9[_0x56f11c(0x29b)][_0x56f11c(0x23f)])];if(_0x331ca3[0x0]<=_0x5b8439[0x1]&&_0x331ca3[0x1]>=_0x5b8439[0x0])return _0x402082;}return{'m1Prime':_0x2ea45e,'m2Prime':_0x89b6c2};}},_0x58193a={'m1':_0x27192b[_0x4aac6c(0x206)]['id'],'m2':_0x27192b[_0x4aac6c(0x273)]['id'],'handler'(_0x55e12b,_0x278993){const _0x51564c=_0x4aac6c,_0x4a1e7c=_0x1ed6c7['Tools'][_0x51564c(0x1ae)](_0x55e12b),_0x58aa92=_0x1ed6c7[_0x51564c(0x12e)]['deepClone'](_0x278993);return _0x55e12b[_0x51564c(0x29b)]['index']<=_0x278993['params']['order']&&(_0x58aa92[_0x51564c(0x29b)]['order']+=0x1),{'m1Prime':_0x4a1e7c,'m2Prime':_0x58aa92};}},_0x206478={'m1':_0x4aac6c(0x21c),'m2':_0x27192b['RemoveSheetMutation']['id'],'handler'(_0x435f05,_0x46baea){return{'m1Prime':_0x435f05,'m2Prime':_0x46baea};}},_0x41554c=[_0x2bd78b,_0x58193a,_0x2d1d86,_0x206478,_0x2afac9];var _0xab5900=Object[_0x4aac6c(0xb5)],_0x1679db=Object[_0x4aac6c(0x23d)],_0x852005=(_0x594f7a,_0x47b971,_0x55f7eb,_0x336900)=>{const _0x4f1320=_0x4aac6c;for(var _0x1513af=_0x336900>0x1?void 0x0:_0x336900?_0x1679db(_0x47b971,_0x55f7eb):_0x47b971,_0x10e674=_0x594f7a[_0x4f1320(0x1a3)]-0x1,_0x93530f;_0x10e674>=0x0;_0x10e674--)(_0x93530f=_0x594f7a[_0x10e674])&&(_0x1513af=(_0x336900?_0x93530f(_0x47b971,_0x55f7eb,_0x1513af):_0x93530f(_0x1513af))||_0x1513af);return _0x336900&&_0x1513af&&_0xab5900(_0x47b971,_0x55f7eb,_0x1513af),_0x1513af;},_0x4f3393=(_0x26a853,_0x4b5264)=>(_0x3af899,_0x355afc)=>_0x4b5264(_0x3af899,_0x355afc,_0x26a853);_0x3d1c58['SheetTransformController']=class extends _0x1ed6c7[_0x4aac6c(0x12b)]{constructor(_0x5ea3a8){super(),this['_transformService']=_0x5ea3a8,[..._0x41554c,_0x3c6e38,_0x3b24e9,_0x323293,_0x5c87a0,_0x414bb2,_0x21fb88,_0x5fa589,_0x1bb345,_0x15979d,_0x4bd35a,_0x2a2f73,_0x38cda0,_0x27421c,_0x57e17e,_0x3b63e8,_0x475534,_0x356d80,_0xda8b34,_0x15888a,_0x576f37,_0x1a2d70,_0x155ff1,_0x5a6931,_0xabd962,_0x423286,_0x2809b2,_0x2dd77b,_0x2015b4,_0x4c4930,_0x4e317b,_0x1a6e5b,_0x2023f7,_0x5eb169,_0x35405d,_0x3e7ac9,_0x655a1f,_0x5283e7,_0x473fa8,_0x38b926,_0x2a09b9,_0x3aef44,_0x49402b,_0x5d4627,_0x5c370a,_0x12124b,_0x2a3212,_0x2eb455,_0x4df382,_0x28c6f8,_0x35df70,_0x783bb5,_0x5336c2,_0x28e658,_0x2aa292,_0x476fb7,_0x39ccf5,_0x3ca200,_0xed333a,_0x709f77,_0x366589,_0x5403d0,_0x127db9,_0x227ff2,_0xf82ec7,_0x1e1050,_0x1dd8d4,_0xbf1850,_0x4690ed,_0x19cad9,_0x1e688d,_0x2fc0db,_0x3c4c94,_0x8061d9,_0x45a34b,_0x5426ce,_0xf3487c,_0x3edf75,_0x4a9423,_0x24eb1a,_0x5ac9b4,_0x27a6a9,_0x14af14,_0x40c14f,_0x147984,_0x1b4b8d,_0x4dc9c9,_0x4a2348,_0x282c31,_0x478df5,_0x1c1036,_0x3de75e,_0x43b4ad,_0x480195,_0x5c1692,_0x30a782,_0x3f5c56,_0xc06658,_0x232e6e,_0x57a2bd,_0x168a1f,_0x316e7d,_0x3b9d0b,_0xef79af,_0x5559d1,_0x189249,_0x4875d1,_0x55e46b,_0x45a506,_0x54d24e,_0x2f2ddd,_0x35737c,_0x1c96e3,_0x338d13,_0x5e406b,_0x52e878,_0x12dbe1,_0x233bd8,_0x56ab2a,_0x2d8267,_0x4b8c8a,_0x1783cc,_0x31bb43,_0x1c20aa,_0x5c6315,_0x640812,_0x4e2e70,_0x196585,_0x19bca0,_0x1f2104,_0x428f32,_0x307e24,_0xb984b1,_0x4c0be9,_0x5840fc,_0x58acf6,_0x55c81a,_0x508ddc,_0x1fc5b7,_0x3c42b9,_0x14a51f,_0x30c6c3,_0x22f418,_0x534079,_0x5d4b35,_0x5be2d3,_0x2a8113,_0x14029b,_0x4b2a5e,_0x2ac6bd,_0x3ce4be,_0x9b2e36,_0x4c3c53,_0x4c405d,_0x286572,_0x254de0,_0x481cae,_0x36d866,_0x5ded0b,_0x1b06af,_0x46e346,_0x5b5d6b,_0x188496,_0x52b90c,_0x3f428e,_0x26fd86,_0x15e793,_0x117975,_0x2ff779,_0x1667e5,_0x50508a,_0x435ce5,_0x1c5153,_0x38fa4f,_0x4c232d,_0x640ccc,_0x1208c3,_0x56b536,_0x3eec83,_0x35856a,_0xa40922,_0x327c6c,_0x213082,_0x448d28,_0x162222,_0xf934ac,_0x5b53df,_0x2f014a,_0x56c953,_0x1cfb03,_0x4b0104,_0x1338ef,_0x3d2691,_0x2e4cf2,_0x5a1e16,_0x1d348f,_0x3901d9,_0x47a773,_0x28500d,_0x2629c5,_0x282df5,_0x2cf65d,_0xfb83ff,_0x55cd3d,_0x1b2f06,_0x96fdba,_0x1ca74a,_0x1fb6ee,_0x1b7973,_0x2edd4c,_0x345d3c,_0x39f99d,_0x1f925f,_0x12770e,_0x339963,_0x5ee2f9,_0x505649,_0x8bc8a5,_0x9c8560,_0x250202,_0xb48096,_0x376ae9,_0x17f499,_0x3ac954,_0x3ba92e,_0x580f20,_0x1284c3,_0x574d6e,_0x446fd3,_0x2dceda,_0x3b2803,_0x1e83cc,_0x41da4f,_0x4e5c8f,_0x447b2d,_0x36d510,_0x225c11,_0x8d5965,_0x5be841,_0x2af7c5,_0x39433c,_0x494818,_0x307514,_0x538815,_0x2297c9,_0x5292ad,_0xc36078,_0x3c308f,_0x18ebed,_0xff2f7a,_0x3b74bb,_0x4ea695,_0x610b0e,_0x4394c4,_0x215589,_0x9d3570,_0x41aac8,_0x3e4848,_0x310786,_0x16000e,_0x4e35a7,_0x4cc132,_0x3cad4d,_0x1f1cfc,_0x34b555,_0x259fdd,_0x330192,_0x400a5e,_0x42d647]['forEach'](_0x55c8dc=>{const _0x539d5f=_0x5484;this[_0x539d5f(0x237)][_0x539d5f(0xc6)](_0x55c8dc);});}},_0x3d1c58[_0x4aac6c(0xc5)]=_0x852005([_0x4f3393(0x0,_0x44bdd0)],_0x3d1c58[_0x4aac6c(0xc5)]);function _0x102acf(_0x40f295,_0x52d490){const _0x187d8f=_0x4aac6c;if(!Array['isArray'](_0x40f295))return;const _0x1d7c1f=_0x40f295[_0x187d8f(0x270)](_0x187d8f(0xf5))>-0x1?_0x40f295:_0x40f295[_0x187d8f(0x129)](_0x2390ac=>Array['isArray'](_0x2390ac)&&_0x2390ac[_0x187d8f(0x270)](_0x187d8f(0xf5))>-0x1);if(!Array[_0x187d8f(0x234)](_0x1d7c1f))return;const _0x4df2f2=_0x1d7c1f[_0x187d8f(0x270)](_0x187d8f(0xf5));if(!(_0x4df2f2===-0x1||(_0x4df2f2===0x0?'':_0x1d7c1f[_0x4df2f2-0x1])!==_0x52d490))return _0x1d7c1f[_0x187d8f(0x222)](_0x4df2f2);}function _0x18d012(_0x5695e2,_0x3c4c67,_0x1f00a3=_0x4aac6c(0x29c)){const _0x47909b=_0x4aac6c;if(_0x3c4c67[_0x47909b(0x1a3)]===0x0)return[];const {segmentId:_0x11cca9}=_0x3c4c67[0x0];if(_0x11cca9==null)return _0x3c4c67;const _0x59bd5b=_0x102acf(_0x5695e2,_0x11cca9);if(_0x59bd5b==null)return _0x3c4c67;const _0x4a95b5=[];for(const _0x18108b of _0x3c4c67){const _0x291097=_0x1ed6c7[_0x47909b(0x297)][_0x47909b(0xe2)](_0x59bd5b,_0x18108b['startOffset'],_0x1f00a3),_0x5cc4f0=_0x1ed6c7[_0x47909b(0x297)][_0x47909b(0xe2)](_0x59bd5b,_0x18108b[_0x47909b(0x144)],_0x1f00a3),_0x39a8d9={..._0x18108b,'startOffset':_0x291097,'endOffset':_0x5cc4f0,'collapsed':_0x291097===_0x5cc4f0};_0x4a95b5[_0x47909b(0x271)](_0x39a8d9);}return _0x4a95b5;}const _0x3aa256=[{'m1':_0x38441a[_0x4aac6c(0xaf)]['id'],'m2':_0x38441a[_0x4aac6c(0xaf)]['id'],'handler'(_0x264150,_0x156e83){const _0x3d8af5=_0x4aac6c;if(_0x264150[_0x3d8af5(0x29b)][_0x3d8af5(0x10f)]!==_0x156e83['params'][_0x3d8af5(0x10f)])return{'error':new Error(_0x3d8af5(0x287))};const _0x5a2fb2=_0x1ed6c7['Tools'][_0x3d8af5(0x1ae)](_0x264150),_0x28fd28=_0x1ed6c7[_0x3d8af5(0x12e)]['deepClone'](_0x156e83);return{'m1Prime':{..._0x5a2fb2,'params':{..._0x5a2fb2[_0x3d8af5(0x29b)],'actions':_0x1ed6c7['JSONX'][_0x3d8af5(0x1f0)](_0x5a2fb2[_0x3d8af5(0x29b)][_0x3d8af5(0x20b)],_0x28fd28[_0x3d8af5(0x29b)][_0x3d8af5(0x20b)],_0x3d8af5(0x10a)),'textRanges':_0x5a2fb2['params'][_0x3d8af5(0x29e)]?_0x18d012(_0x28fd28[_0x3d8af5(0x29b)]['actions'],_0x5a2fb2[_0x3d8af5(0x29b)][_0x3d8af5(0x29e)],_0x3d8af5(0x29c)):null}},'m2Prime':{..._0x28fd28,'params':{..._0x28fd28['params'],'actions':_0x1ed6c7['JSONX'][_0x3d8af5(0x1f0)](_0x28fd28[_0x3d8af5(0x29b)][_0x3d8af5(0x20b)],_0x5a2fb2['params'][_0x3d8af5(0x20b)],_0x3d8af5(0x29c)),'textRanges':_0x28fd28[_0x3d8af5(0x29b)][_0x3d8af5(0x29e)]?_0x18d012(_0x5a2fb2[_0x3d8af5(0x29b)][_0x3d8af5(0x20b)],_0x28fd28[_0x3d8af5(0x29b)][_0x3d8af5(0x29e)],_0x3d8af5(0x29c)):null}}};}}];var _0x18fb9e=Object['defineProperty'],_0x4e4bfb=Object[_0x4aac6c(0x23d)],_0x5157c9=(_0x4736fb,_0xa612aa,_0x5579fd,_0x36689a)=>{const _0x4ca1aa=_0x4aac6c;for(var _0x493cc6=_0x36689a>0x1?void 0x0:_0x36689a?_0x4e4bfb(_0xa612aa,_0x5579fd):_0xa612aa,_0x4771ea=_0x4736fb[_0x4ca1aa(0x1a3)]-0x1,_0x5a5d2e;_0x4771ea>=0x0;_0x4771ea--)(_0x5a5d2e=_0x4736fb[_0x4771ea])&&(_0x493cc6=(_0x36689a?_0x5a5d2e(_0xa612aa,_0x5579fd,_0x493cc6):_0x5a5d2e(_0x493cc6))||_0x493cc6);return _0x36689a&&_0x493cc6&&_0x18fb9e(_0xa612aa,_0x5579fd,_0x493cc6),_0x493cc6;},_0x36da41=(_0x217bed,_0x44dcb8)=>(_0x2b39fe,_0x506484)=>_0x44dcb8(_0x2b39fe,_0x506484,_0x217bed);_0x3d1c58['DocTransformController']=class extends _0x1ed6c7[_0x4aac6c(0x12b)]{constructor(_0x19db8c){const _0x4b3d47=_0x4aac6c;super(),this['_transformService']=_0x19db8c,[..._0x3aa256][_0x4b3d47(0xfb)](_0x4abd8b=>{const _0x25b22c=_0x4b3d47;this[_0x25b22c(0x237)][_0x25b22c(0xc6)](_0x4abd8b);});}},_0x3d1c58[_0x4aac6c(0x128)]=_0x5157c9([_0x36da41(0x0,_0x44bdd0)],_0x3d1c58['DocTransformController']);function _0x40a02a(_0x23fb36){return{..._0x23fb36,'mutations':_0x23fb36['mutations']['map'](_0x29a771)};}function _0x39a7f6(_0xf734c8){const _0x5749b7=_0x4aac6c;return _0xf734c8[_0x5749b7(0x20f)](_0x2b95d0=>({'id':_0x2b95d0['id'],'params':JSON[_0x5749b7(0x282)](_0x2b95d0[_0x5749b7(0x13a)])}));}function _0x2fc51e(_0x1a4a06){const _0xe0290c=_0x4aac6c;return{..._0x1a4a06,'mutations':_0x1a4a06[_0xe0290c(0x204)]['map'](_0x41b391)};}function _0x29a771(_0x5a645e){const _0x30e703=_0x4aac6c;return{'id':_0x5a645e['id'],'params':JSON[_0x30e703(0x282)](_0x5a645e[_0x30e703(0x13a)])};}function _0x41b391(_0x2dcb13){const _0x348b2d=_0x4aac6c;return{'id':_0x2dcb13['id'],'data':JSON[_0x348b2d(0x18b)](_0x2dcb13[_0x348b2d(0x29b)])};}var _0x5a2a20=(_0x2155df=>(_0x2155df[_0x4aac6c(0xb4)]=_0x4aac6c(0xb0),_0x2155df[_0x4aac6c(0x27f)]=_0x4aac6c(0x123),_0x2155df[_0x4aac6c(0x19a)]=_0x4aac6c(0x258),_0x2155df['CHANGESET_ACK']=_0x4aac6c(0x2cf),_0x2155df[_0x4aac6c(0xbc)]='changeset_rej',_0x2155df['CHANGESET_SHOULD_RETRY']=_0x4aac6c(0x228),_0x2155df[_0x4aac6c(0x1c3)]=_0x4aac6c(0xee),_0x2155df[_0x4aac6c(0x117)]=_0x4aac6c(0x1aa),_0x2155df['USERS_ENTER']='users_enter',_0x2155df[_0x4aac6c(0x200)]=_0x4aac6c(0x164),_0x2155df[_0x4aac6c(0x17f)]=_0x4aac6c(0xd7),_0x2155df[_0x4aac6c(0x240)]=_0x4aac6c(0x1cb),_0x2155df[_0x4aac6c(0xf4)]=_0x4aac6c(0x27d),_0x2155df[_0x4aac6c(0x2aa)]=_0x4aac6c(0xe9),_0x2155df['LIVESHARE_FETCH_OPERATIONS']=_0x4aac6c(0x14b),_0x2155df[_0x4aac6c(0x146)]=_0x4aac6c(0x140),_0x2155df[_0x4aac6c(0x2a0)]=_0x4aac6c(0x224),_0x2155df[_0x4aac6c(0xcf)]=_0x4aac6c(0x1d3),_0x2155df[_0x4aac6c(0x22e)]=_0x4aac6c(0x2be),_0x2155df[_0x4aac6c(0x12d)]=_0x4aac6c(0x168),_0x2155df[_0x4aac6c(0xd5)]=_0x4aac6c(0x111),_0x2155df))(_0x5a2a20||{});const _0xbfdf98=_0x4aac6c(0xe4),_0x15589b={};var _0x1db5b7=Object[_0x4aac6c(0xb5)],_0xe72a50=Object[_0x4aac6c(0x23d)],_0x249451=(_0x159571,_0x2686d4,_0x2bf8bd,_0x38162c)=>{const _0x25d23d=_0x4aac6c;for(var _0x3df78c=_0x38162c>0x1?void 0x0:_0x38162c?_0xe72a50(_0x2686d4,_0x2bf8bd):_0x2686d4,_0x30f2ce=_0x159571[_0x25d23d(0x1a3)]-0x1,_0x5b1a2b;_0x30f2ce>=0x0;_0x30f2ce--)(_0x5b1a2b=_0x159571[_0x30f2ce])&&(_0x3df78c=(_0x38162c?_0x5b1a2b(_0x2686d4,_0x2bf8bd,_0x3df78c):_0x5b1a2b(_0x3df78c))||_0x3df78c);return _0x38162c&&_0x3df78c&&_0x1db5b7(_0x2686d4,_0x2bf8bd,_0x3df78c),_0x3df78c;},_0x572ff9=(_0xd8ad0e,_0x12bccf)=>(_0x24525a,_0x38fd43)=>_0x12bccf(_0x24525a,_0x38fd43,_0xd8ad0e);let _0x1f1ad1=class extends _0x1ed6c7[_0x4aac6c(0x12b)]{constructor(_0x905ff9){const _0x288294=_0x4aac6c;super(),this[_0x288294(0xd3)]=_0x905ff9,[_0x55dd04]['forEach'](_0x4f36d5=>this[_0x288294(0xd3)][_0x288294(0x1df)](_0x4f36d5));}};_0x1f1ad1=_0x249451([_0x572ff9(0x0,_0x1ed6c7[_0x4aac6c(0x2b1)])],_0x1f1ad1);const _0x3b5779=_0x47e494=>{const _0x5cd3ff=_0x4aac6c,_0x20e0a3={};if(!_0x47e494)return{'cellValue':_0x47e494,'styleRefMap':void 0x0};const _0x7854ec=[];return{'cellValue':new _0x1ed6c7[(_0x5cd3ff(0x2ce))](_0x1ed6c7[_0x5cd3ff(0x12e)][_0x5cd3ff(0x1ae)](_0x47e494))[_0x5cd3ff(0xda)]((_0x3a1172,_0x39e41d,_0x475158)=>{const _0x87393b=_0x5cd3ff,_0x50c14c=_0x475158&&_0x475158['s'];if(_0x50c14c&&typeof _0x50c14c===_0x87393b(0x2c1)){const _0x40adaa=JSON[_0x87393b(0x18b)](_0x50c14c),_0x5cf705=_0x7854ec['findIndex'](_0x4910f5=>_0x4910f5===_0x40adaa);if(_0x5cf705>-0x1)_0x475158['s']=''+_0x5cf705;else{const _0x5c57e8=_0x7854ec['push'](_0x40adaa)-0x1;_0x20e0a3[_0x5c57e8]=_0x50c14c,_0x475158['s']=''+_0x5c57e8;}}})[_0x5cd3ff(0x209)](),'styleRefMap':_0x20e0a3};},_0x1b2888=(_0x3703f2,_0x52dce8)=>!_0x3703f2||!_0x52dce8?_0x3703f2:new _0x1ed6c7[(_0x4aac6c(0x2ce))](_0x1ed6c7['Tools'][_0x4aac6c(0x1ae)](_0x3703f2))[_0x4aac6c(0xda)]((_0x220d03,_0x6b02e,_0x52028d)=>{const _0x280ad6=_0x4aac6c,_0x20a893=_0x52028d&&_0x52028d['s'];if(_0x20a893&&typeof _0x20a893===_0x280ad6(0xa8)){const _0x7691c=_0x52dce8[_0x20a893];_0x7691c&&(_0x52028d['s']=_0x7691c);}})[_0x4aac6c(0x209)](),_0x3c1684=_0x1ed6c7['createInterceptorKey'](_0x4aac6c(0x14f)),_0x5a4d0f=_0x1ed6c7[_0x4aac6c(0x194)](_0x4aac6c(0x2c0));class _0x161d51{constructor(){const _0x3e2b37=_0x4aac6c;_0x48c198(this,_0x3e2b37(0x149),new _0x1ed6c7[(_0x3e2b37(0x1f8))]({'COMPRESS_MUTATION_APPLY':_0x3c1684,'COMPRESS_MUTATION_SEND':_0x5a4d0f})),this[_0x3e2b37(0x23c)]();}[_0x4aac6c(0x23c)](){const _0x4fe6dd=_0x4aac6c;this[_0x4fe6dd(0x149)][_0x4fe6dd(0x1cf)](this[_0x4fe6dd(0x149)][_0x4fe6dd(0xde)]()[_0x4fe6dd(0x14f)],{'priority':-0x1,'handler':_0x4e7851=>_0x4e7851}),this[_0x4fe6dd(0x149)][_0x4fe6dd(0x1cf)](this['interceptor'][_0x4fe6dd(0xde)]()[_0x4fe6dd(0x2c0)],{'priority':-0x1,'handler':_0x25d9ec=>_0x25d9ec}),this['_initSetRangeValues']();}[_0x4aac6c(0x19b)](){const _0x33f544=_0x4aac6c;this[_0x33f544(0x149)][_0x33f544(0x1cf)](this[_0x33f544(0x149)][_0x33f544(0xde)]()[_0x33f544(0x14f)],{'handler':(_0x142dd0,_0xc7ae23,_0x587715)=>{const _0x43e514=_0x33f544;if(!_0x142dd0)return _0x587715(_0x142dd0);const _0x392996=_0x142dd0[_0x43e514(0x20f)](_0x1ce761=>{const _0x1cc09f=_0x43e514;if(_0x1ce761['id']===_0x27192b[_0x1cc09f(0x1ba)]['id']){const _0x130b90=_0x1ce761[_0x1cc09f(0x29b)];if(!_0x130b90[_0x1cc09f(0x127)])return _0x1ce761;const _0x4466ed=_0x1b2888(_0x130b90['cellValue'],_0x130b90['styleRefMap']);return{..._0x1ce761,'params':{..._0x130b90,'cellValue':_0x4466ed}};}return _0x1ce761;});return _0x587715(_0x392996);}}),this[_0x33f544(0x149)]['intercept'](this[_0x33f544(0x149)]['getInterceptPoints']()[_0x33f544(0x2c0)],{'handler':(_0x4abd97,_0x5ba489,_0x59aea9)=>{const _0x412d80=_0x33f544;if(!_0x4abd97)return _0x59aea9(_0x4abd97);const _0x110972=_0x4abd97[_0x412d80(0x20f)](_0x330e52=>{const _0x3fe9d4=_0x412d80;if(_0x330e52['id']===_0x27192b['SetRangeValuesMutation']['id']){const _0x403136=_0x330e52[_0x3fe9d4(0x29b)];return _0x403136[_0x3fe9d4(0x127)]?_0x330e52:{..._0x330e52,'params':{..._0x403136,..._0x3b5779(_0x403136[_0x3fe9d4(0xc3)])}};}return _0x330e52;});return _0x59aea9(_0x110972);}});}}var _0x32dd5e=Object['defineProperty'],_0x2b217d=Object[_0x4aac6c(0x23d)],_0x41af02=(_0x2a54a4,_0xf21dbb,_0x22c6d6,_0x2b0654)=>{const _0x1f249a=_0x4aac6c;for(var _0x57beb0=_0x2b0654>0x1?void 0x0:_0x2b0654?_0x2b217d(_0xf21dbb,_0x22c6d6):_0xf21dbb,_0x53a301=_0x2a54a4[_0x1f249a(0x1a3)]-0x1,_0x1b2b9b;_0x53a301>=0x0;_0x53a301--)(_0x1b2b9b=_0x2a54a4[_0x53a301])&&(_0x57beb0=(_0x2b0654?_0x1b2b9b(_0xf21dbb,_0x22c6d6,_0x57beb0):_0x1b2b9b(_0x57beb0))||_0x57beb0);return _0x2b0654&&_0x57beb0&&_0x32dd5e(_0xf21dbb,_0x22c6d6,_0x57beb0),_0x57beb0;},_0x4aaa8a=(_0x52e85a,_0xc7db01)=>(_0x4a3104,_0x38763d)=>_0xc7db01(_0x4a3104,_0x38763d,_0x52e85a);const _0x49d228=new Set([_0x27192b[_0x4aac6c(0x206)]['id'],_0x27192b[_0x4aac6c(0x2a6)]['id'],_0x27192b[_0x4aac6c(0x173)]['id'],_0x27192b[_0x4aac6c(0x18e)]['id'],_0x27192b[_0x4aac6c(0x211)]['id']]),_0x29bd11=new Set([_0x27192b[_0x4aac6c(0x206)]['id'],_0x27192b[_0x4aac6c(0x2a6)]['id'],_0x55dd04['id'],_0x27192b[_0x4aac6c(0x19e)]['id']]);_0x3d1c58['RevisionService']=class{constructor(_0x186a95){const _0x48aea9=_0x4aac6c;this[_0x48aea9(0x2ca)]=_0x186a95;}[_0x4aac6c(0xcc)](_0x15951f){const _0x15c8f3=_0x4aac6c,_0x15a2bb=this[_0x15c8f3(0x2ca)][_0x15c8f3(0x283)](_0x15951f);if(!_0x15a2bb)throw new Error(_0x15c8f3(0x28e)+_0x15951f+'.');return _0x15a2bb[_0x15c8f3(0xdc)]();}[_0x4aac6c(0x298)](_0x433f0b){const _0x25af90=_0x4aac6c,_0x12e16b=this[_0x25af90(0x2ca)]['getUnit'](_0x433f0b);if(!_0x12e16b)throw new Error(_0x25af90(0x1b6)+_0x433f0b+'.');return _0x12e16b[_0x25af90(0x25d)](),_0x12e16b[_0x25af90(0xdc)]();}[_0x4aac6c(0x2ad)](_0x961eb6,_0x5b891c){const _0x5ac003=_0x4aac6c,_0x3d0bc0=this[_0x5ac003(0x2ca)][_0x5ac003(0x283)](_0x961eb6);_0x3d0bc0&&_0x3d0bc0[_0x5ac003(0x17a)](_0x5b891c);}},_0x3d1c58['RevisionService']=_0x41af02([_0x4aaa8a(0x0,_0x1ed6c7[_0x4aac6c(0x172)])],_0x3d1c58[_0x4aac6c(0xd8)]);var _0x73ad4b=(_0x1aa5cc=>(_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0xa7)]=0x0]=_0x4aac6c(0xa7),_0x1aa5cc[_0x1aa5cc['OK']=0x1]='OK',_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0xf0)]=0x2]=_0x4aac6c(0xf0),_0x1aa5cc[_0x1aa5cc['PERMISSION_DENIED']=0x3]=_0x4aac6c(0xff),_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0xe0)]=0x4]=_0x4aac6c(0xe0),_0x1aa5cc[_0x1aa5cc['UNAUTHENTICATED']=0x5]=_0x4aac6c(0xb8),_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0xaa)]=0x6]='ALREADY_EXISTS',_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x103)]=0x7]=_0x4aac6c(0x103),_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x124)]=0x8]='TOO_MANY_REQUESTS',_0x1aa5cc[_0x1aa5cc['COMPLETION_FINISHED']=0x9]='COMPLETION_FINISHED',_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x118)]=0x1389]='CHANGESET_REVISION_CONFILICT',_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x1ef)]=0x1771]=_0x4aac6c(0x1ef),_0x1aa5cc[_0x1aa5cc['SNAPSHOT_HAS_BEEN_REMOVED']=0x1772]='SNAPSHOT_HAS_BEEN_REMOVED',_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x239)]=0x1773]=_0x4aac6c(0x239),_0x1aa5cc[_0x1aa5cc['APPLY_REJECT']=0x1b59]='APPLY_REJECT',_0x1aa5cc[_0x1aa5cc['APPLY_NON_SEQUENTIAL_REVISION']=0x1b5a]=_0x4aac6c(0x1b5),_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x250)]=0x1b5b]=_0x4aac6c(0x250),_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0xfc)]=0x1b5c]=_0x4aac6c(0xfc),_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0xc9)]=0x1b5d]='APPLY_DUPLICATED',_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x2bd)]=0x1f41]='CONNECTOR_DATA_TOO_LARGE',_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x292)]=0x2329]='LICENSE_MAX_UNITS_EXCEEDED',_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x170)]=0x232a]='LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED',_0x1aa5cc[_0x1aa5cc['LICENSE_IMPORT_SIZE_EXCEEDED']=0x232b]=_0x4aac6c(0x1ca),_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x142)]=0x232c]='LICENSE_EXPORT_SIZE_EXCEEDED',_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x253)]=0x232d]='LICENSE_DISTRO_REJECTED',_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x134)]=0x2711]=_0x4aac6c(0x134),_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x1bb)]=0x2712]=_0x4aac6c(0x1bb),_0x1aa5cc[_0x1aa5cc['YUUMI_RATE_OVER_LIMIT']=0x2713]=_0x4aac6c(0x265),_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x2c4)]=0x2714]=_0x4aac6c(0x2c4),_0x1aa5cc[_0x1aa5cc[_0x4aac6c(0x13f)]=-0x1]=_0x4aac6c(0x13f),_0x1aa5cc))(_0x73ad4b||{}),_0x21917c=(_0x231ed4=>(_0x231ed4[_0x231ed4['UNIVER_UNKNOWN']=0x0]=_0x4aac6c(0x2a3),_0x231ed4[_0x231ed4['UNIVER_DOC']=0x1]=_0x4aac6c(0x9d),_0x231ed4[_0x231ed4[_0x4aac6c(0x202)]=0x2]=_0x4aac6c(0x202),_0x231ed4[_0x231ed4[_0x4aac6c(0xed)]=0x3]='UNIVER_SLIDE',_0x231ed4[_0x231ed4[_0x4aac6c(0x2d5)]=0x4]=_0x4aac6c(0x2d5),_0x231ed4[_0x231ed4[_0x4aac6c(0x13f)]=-0x1]=_0x4aac6c(0x13f),_0x231ed4))(_0x21917c||{});function _0x4b9eaf(_0xcade7d){const _0xf0d3ee=_0x4aac6c;return!!(_0xcade7d&&_0xcade7d[_0xf0d3ee(0x199)]&&_0xcade7d[_0xf0d3ee(0x199)]!==_0x73ad4b['OK']&&_0xcade7d[_0xf0d3ee(0x199)]!=='OK');}const _0x17ff66=[];for(let _0x5d0622=0x0;_0x5d0622<0x100;++_0x5d0622)_0x17ff66['push']((_0x5d0622+0x100)[_0x4aac6c(0xe5)](0x10)[_0x4aac6c(0x222)](0x1));function _0x6be1ac(_0x48eb17,_0x674c79=0x0){const _0x2dc9e8=_0x4aac6c;return(_0x17ff66[_0x48eb17[_0x674c79+0x0]]+_0x17ff66[_0x48eb17[_0x674c79+0x1]]+_0x17ff66[_0x48eb17[_0x674c79+0x2]]+_0x17ff66[_0x48eb17[_0x674c79+0x3]]+'-'+_0x17ff66[_0x48eb17[_0x674c79+0x4]]+_0x17ff66[_0x48eb17[_0x674c79+0x5]]+'-'+_0x17ff66[_0x48eb17[_0x674c79+0x6]]+_0x17ff66[_0x48eb17[_0x674c79+0x7]]+'-'+_0x17ff66[_0x48eb17[_0x674c79+0x8]]+_0x17ff66[_0x48eb17[_0x674c79+0x9]]+'-'+_0x17ff66[_0x48eb17[_0x674c79+0xa]]+_0x17ff66[_0x48eb17[_0x674c79+0xb]]+_0x17ff66[_0x48eb17[_0x674c79+0xc]]+_0x17ff66[_0x48eb17[_0x674c79+0xd]]+_0x17ff66[_0x48eb17[_0x674c79+0xe]]+_0x17ff66[_0x48eb17[_0x674c79+0xf]])[_0x2dc9e8(0x15d)]();}let _0x1140a6;const _0x1b290a=new Uint8Array(0x10);function _0x1e4663(){const _0xdd0759=_0x4aac6c;if(!_0x1140a6){if(typeof crypto>'u'||!crypto[_0xdd0759(0x1e1)])throw new Error('crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported');_0x1140a6=crypto['getRandomValues']['bind'](crypto);}return _0x1140a6(_0x1b290a);}const _0x140615={'randomUUID':typeof crypto<'u'&&crypto['randomUUID']&&crypto['randomUUID'][_0x4aac6c(0x1c8)](crypto)};function _0x304c29(_0x53ff4f,_0x1f6911,_0x793df9){const _0xef156=_0x4aac6c;if(_0x140615['randomUUID']&&!_0x1f6911&&!_0x53ff4f)return _0x140615[_0xef156(0xb2)]();_0x53ff4f=_0x53ff4f||{};const _0x51c32f=_0x53ff4f[_0xef156(0x249)]||(_0x53ff4f[_0xef156(0x20a)]||_0x1e4663)();return _0x51c32f[0x6]=_0x51c32f[0x6]&0xf|0x40,_0x51c32f[0x8]=_0x51c32f[0x8]&0x3f|0x80,_0x6be1ac(_0x51c32f);}const _0x3b429b={[_0x1ed6c7[_0x4aac6c(0x196)]['UNIVER_DOC']]:_0x21917c['UNIVER_DOC'],[_0x1ed6c7[_0x4aac6c(0x196)][_0x4aac6c(0x202)]]:_0x21917c[_0x4aac6c(0x202)],[_0x1ed6c7['UniverInstanceType'][_0x4aac6c(0xed)]]:_0x21917c[_0x4aac6c(0xed)],[_0x1ed6c7[_0x4aac6c(0x196)][_0x4aac6c(0x2a3)]]:_0x21917c[_0x4aac6c(0x2a3)],[_0x1ed6c7['UniverInstanceType'][_0x4aac6c(0x2d5)]]:_0x21917c[_0x4aac6c(0x2a3)],[_0x1ed6c7[_0x4aac6c(0x196)][_0x4aac6c(0x13f)]]:_0x21917c['UNRECOGNIZED']};function _0x248611(_0x319512){const _0x406166=_0x4aac6c;var _0x5a44a3;return(_0x5a44a3=_0x3b429b[_0x319512])!=null?_0x5a44a3:_0x21917c[_0x406166(0x2a3)];}function _0x52d8d8(_0x66fa0){const _0x1e8608=_0x4aac6c;return btoa(encodeURIComponent(_0x66fa0)[_0x1e8608(0x25e)](/%([0-9A-F]{2})/g,(_0x58c86f,_0x482ba9)=>String['fromCharCode'](Number[_0x1e8608(0x155)](_0x482ba9,0x10))));}const _0xce3eb=new TextDecoder();function _0x4b3fda(_0x377311){const _0x37e013=_0x4aac6c,_0x9f0cb0=atob(_0x377311),_0x7cd9d9=_0x9f0cb0[_0x37e013(0x1a3)];let _0x4ffefd=new Uint8Array(_0x7cd9d9);for(let _0x4ce26b=0x0;_0x4ce26b<_0x7cd9d9;_0x4ce26b++)_0x4ffefd[_0x4ce26b]=_0x9f0cb0[_0x37e013(0x2ab)](_0x4ce26b);const _0x481bfd=_0xce3eb[_0x37e013(0x2d6)](_0x4ffefd);return _0x4ffefd=null,_0x481bfd;}const _0x4cca15=new TextEncoder(),_0x1cdd16=new TextDecoder();function _0x4ac45c(_0x4af804){const _0x3feb3b=_0x4aac6c,_0xfcf362=_0x1ed6c7[_0x3feb3b(0x12e)][_0x3feb3b(0x1ae)](_0x4af804);return delete _0xfcf362['id'],delete _0xfcf362['name'],delete _0xfcf362[_0x3feb3b(0x148)],delete _0xfcf362[_0x3feb3b(0x179)],delete _0xfcf362[_0x3feb3b(0x1a0)],_0x4cca15[_0x3feb3b(0x1f1)](JSON[_0x3feb3b(0x18b)](_0xfcf362));}function _0x32628f(_0x1bad80){const _0x4aa19a=_0x4aac6c,_0x46dbeb=_0x1ed6c7[_0x4aa19a(0x12e)][_0x4aa19a(0x1ae)](_0x1bad80);return delete _0x46dbeb['id'],delete _0x46dbeb[_0x4aa19a(0x16a)],delete _0x46dbeb[_0x4aa19a(0x1c5)],delete _0x46dbeb[_0x4aa19a(0x12c)],delete _0x46dbeb[_0x4aa19a(0x137)],_0x4cca15[_0x4aa19a(0x1f1)](JSON['stringify'](_0x46dbeb));}function _0x587716(_0x40f069){const _0x2cb3c8=_0x4aac6c,_0x4c223a=_0x1ed6c7[_0x2cb3c8(0x12e)][_0x2cb3c8(0x1ae)](_0x40f069);return delete _0x4c223a['id'],delete _0x4c223a['rev'],delete _0x4c223a[_0x2cb3c8(0x1d9)],delete _0x4c223a[_0x2cb3c8(0x11b)],_0x4cca15[_0x2cb3c8(0x1f1)](JSON[_0x2cb3c8(0x18b)](_0x4c223a));}function _0x581256(_0x3fab3c){const _0x51a939=_0x4aac6c;return JSON[_0x51a939(0x282)](typeof _0x3fab3c==_0x51a939(0xa8)?_0x4b3fda(_0x3fab3c):_0x1cdd16[_0x51a939(0x2d6)](_0x3fab3c));}function _0x28c199(_0x98906f){const _0x20df5c=_0x4aac6c;return _0x98906f instanceof Uint8Array?JSON[_0x20df5c(0x282)](_0x1cdd16[_0x20df5c(0x2d6)](_0x98906f)):_0x98906f;}function _0x290e5e(_0x4e71a8){const _0x5b1476=_0x4aac6c;return JSON[_0x5b1476(0x282)](typeof _0x4e71a8==_0x5b1476(0xa8)?_0x4b3fda(_0x4e71a8):_0x1cdd16['decode'](_0x4e71a8));}const _0x263194=0x100*0x14;function _0x1bc49e(_0x4c6a08,_0x27088c){const _0x55f0e2=_0x4aac6c,_0x5ef676=new _0x1ed6c7[(_0x55f0e2(0x2ce))](_0x4c6a08),_0x3c2518=_0x5ef676[_0x55f0e2(0x195)](),_0x122ddd=[];let _0x2962d=0x0;for(;_0x2962d<_0x3c2518;){const _0x29eced=Math[_0x55f0e2(0xbd)](_0x2962d+_0x263194,_0x3c2518-0x1),_0x56fbea=_0x5ef676[_0x55f0e2(0x9e)](_0x2962d,Math[_0x55f0e2(0xbd)](_0x2962d+_0x263194,_0x3c2518-0x1),0x0,_0x27088c),_0xbcb6da=_0x1edbd3(_0x56fbea);_0x122ddd['push']({'id':_0x1ed6c7['Tools'][_0x55f0e2(0xa6)](0x13,_0x55f0e2(0x157)),'startRow':_0x2962d,'endRow':_0x29eced,'data':_0xbcb6da}),_0x2962d+=_0x263194;}return _0x122ddd;}function _0x1edbd3(_0x4fbdcd){const _0x5a0185=_0x4aac6c,_0xa39ae2=_0x4fbdcd[_0x5a0185(0xcb)]();return _0x4cca15[_0x5a0185(0x1f1)](JSON[_0x5a0185(0x18b)](_0xa39ae2));}async function _0xeff2ee(_0x985b1e,_0x160a08,_0x382b98,_0x53e374){const _0x1b3915=_0x4aac6c;var _0x2a1e6e;const _0x527d17={'unitID':_0x160a08['id'],'rev':_0x53e374,'creator':'','name':(_0x2a1e6e=_0x160a08['title'])!=null?_0x2a1e6e:'','resources':_0x160a08['resources']||[],'originalMeta':_0x587716(_0x160a08)};return{'snapshot':{'unitID':_0x382b98,'rev':_0x527d17['rev'],'type':_0x21917c[_0x1b3915(0x9d)],'workbook':void 0x0,'doc':_0x527d17}};}async function _0xa3d9f(_0x42dea4,_0x12cf7b,_0x46532e,_0x4f97da,_0x43bfa2){const _0x21a24c=_0x4aac6c,_0x28ed8c={},_0x4fee5d={};if(!await Promise[_0x21a24c(0x29f)](Object['entries'](_0x12cf7b[_0x21a24c(0x137)])['map'](async([_0x295338,_0x2b45ca])=>{const _0x39c56a=_0x21a24c,_0x20f691={'id':_0x2b45ca['id'],'type':_0x1ed6c7[_0x39c56a(0x25f)]['GRID'],'name':_0x2b45ca[_0x39c56a(0x1c5)],'rowCount':_0x2b45ca[_0x39c56a(0x148)],'columnCount':_0x2b45ca[_0x39c56a(0x179)],'originalMeta':_0x4ac45c(_0x2b45ca)};if(_0x4fee5d[_0x295338]=_0x20f691,_0x2b45ca[_0x39c56a(0x1a0)]){const _0x9420c0=_0x1bc49e(_0x2b45ca[_0x39c56a(0x1a0)],_0x2b45ca[_0x39c56a(0x179)]),_0x41f17e=await Promise[_0x39c56a(0x29f)](_0x9420c0[_0x39c56a(0x20f)](_0x20a669=>_0x43bfa2[_0x39c56a(0x1ce)](_0x42dea4,{'unitID':_0x46532e,'type':_0x21917c[_0x39c56a(0x202)],'block':_0x20a669})));if(_0x41f17e['some'](_0x22e2d2=>{const _0x31d6d3=_0x39c56a;var _0x4c6447;return((_0x4c6447=_0x22e2d2[_0x31d6d3(0x159)])==null?void 0x0:_0x4c6447[_0x31d6d3(0x199)])!==_0x73ad4b['OK'];}))return!0x1;_0x28ed8c[_0x295338]={'sheetID':_0x295338,'blocks':_0x41f17e['map'](_0x1dba86=>_0x1dba86['blockID'])};}return!0x0;})))throw new Error(_0x21a24c(0x1fa));const _0x410c68=_0x32628f(_0x12cf7b),_0x536d89={'unitID':_0x12cf7b['id'],'rev':_0x4f97da,'creator':'','name':_0x12cf7b[_0x21a24c(0x1c5)],'sheetOrder':_0x12cf7b['sheetOrder'],'sheets':_0x4fee5d,'blockMeta':_0x28ed8c,'resources':_0x12cf7b['resources']||[],'originalMeta':_0x410c68};return{'snapshot':{'unitID':_0x46532e,'rev':_0x536d89[_0x21a24c(0x16a)],'type':_0x21917c[_0x21a24c(0x202)],'workbook':_0x536d89,'doc':void 0x0}};}async function _0x45a3eb(_0x5d2ffd,_0x4535f8,_0x4103a2,_0x5f1456,_0x333c23){const _0x7a021d=_0x4aac6c;var _0x9bffd3,_0xe5290c;const _0x10e6d2={},_0x54afd1={};if(!await Promise[_0x7a021d(0x29f)](Object['entries'](_0x4535f8['sheets'])[_0x7a021d(0x20f)](async([_0x4bd0bc,_0x419f3a])=>{const _0x2e57e7=_0x7a021d,_0x3594e8={'id':_0x419f3a['id'],'type':_0x1ed6c7[_0x2e57e7(0x25f)][_0x2e57e7(0x295)],'name':_0x419f3a[_0x2e57e7(0x1c5)],'rowCount':_0x419f3a[_0x2e57e7(0x148)],'columnCount':_0x419f3a[_0x2e57e7(0x179)],'originalMeta':_0x4ac45c(_0x419f3a)};if(_0x54afd1[_0x4bd0bc]=_0x3594e8,_0x419f3a[_0x2e57e7(0x1a0)]){const _0x224d8e=_0x1bc49e(_0x419f3a[_0x2e57e7(0x1a0)],_0x419f3a[_0x2e57e7(0x179)]),_0x3687d9=await Promise[_0x2e57e7(0x29f)](_0x224d8e[_0x2e57e7(0x20f)](_0x3b9686=>_0x333c23[_0x2e57e7(0x1ce)](_0x5d2ffd,{'unitID':_0x4103a2,'type':_0x21917c[_0x2e57e7(0x202)],'block':_0x3b9686})));if(_0x3687d9[_0x2e57e7(0xab)](_0x4b31d4=>{const _0x2054c0=_0x2e57e7;var _0x330c67;return((_0x330c67=_0x4b31d4[_0x2054c0(0x159)])==null?void 0x0:_0x330c67[_0x2054c0(0x199)])!==_0x73ad4b['OK'];}))return!0x1;_0x10e6d2[_0x4bd0bc]={'sheetID':_0x4bd0bc,'blocks':_0x3687d9[_0x2e57e7(0x20f)](_0x1a001e=>_0x1a001e[_0x2e57e7(0x216)])};}return!0x0;})))throw new Error(_0x7a021d(0x1fa));const _0x52d103=_0x32628f(_0x4535f8),_0x40a74d={'unitID':_0x4535f8['id'],'rev':_0x5f1456,'creator':'','name':_0x4535f8[_0x7a021d(0x1c5)],'sheetOrder':_0x4535f8[_0x7a021d(0x12c)],'sheets':_0x54afd1,'blockMeta':_0x10e6d2,'resources':_0x4535f8[_0x7a021d(0x11b)]||[],'originalMeta':_0x52d103},_0x34a314={'unitID':_0x4103a2,'rev':_0x40a74d['rev'],'type':_0x21917c[_0x7a021d(0x202)],'workbook':_0x40a74d,'doc':void 0x0},_0x5bb23a=await _0x333c23[_0x7a021d(0x1b2)](_0x5d2ffd,{'unitID':_0x4103a2,'type':_0x21917c['UNIVER_SHEET'],'snapshot':_0x34a314});if(_0x4b9eaf(_0x5bb23a['error']))throw new Error(_0x7a021d(0x1bc)+((_0x9bffd3=_0x5bb23a['error'])==null?void 0x0:_0x9bffd3['code'])+':'+((_0xe5290c=_0x5bb23a['error'])==null?void 0x0:_0xe5290c['message']));return{'snapshot':_0x34a314};}function _0x26fb3b(_0x2b65c4,_0x2f6d72,_0x243d7e){const _0xc63c49=_0x4aac6c,_0x449e85=_0x2b65c4[_0xc63c49(0x221)];if(!_0x449e85)throw new Error('');const _0x4fa496={};Object[_0xc63c49(0xeb)](_0x449e85[_0xc63c49(0x137)])['forEach'](([_0x4377cb,_0x463ee5])=>{const _0x1cf65b=_0xc63c49,_0x1bc2ef=_0x581256(_0x463ee5[_0x1cf65b(0x2cd)]);_0x4fa496[_0x4377cb]={'id':_0x463ee5['id'],'name':_0x463ee5[_0x1cf65b(0x1c5)],'rowCount':_0x463ee5[_0x1cf65b(0x148)],'columnCount':_0x463ee5[_0x1cf65b(0x179)],..._0x1bc2ef};});const _0x1c3f14=new Map();_0x2f6d72['forEach'](_0x25d21e=>{const _0x10e054=_0xc63c49;_0x1c3f14[_0x10e054(0x175)](_0x25d21e['id'],_0x25d21e);}),_0x449e85[_0xc63c49(0x1fe)]&&Object[_0xc63c49(0xeb)](_0x449e85['blockMeta'])[_0xc63c49(0xfb)](([_0x4cf1ca,_0xa29269])=>{const _0x187393=_0xc63c49;var _0x4e7d0c;const _0x18f98c=_0x4fa496[_0x4cf1ca];_0x18f98c[_0x187393(0x1a0)]={};const _0x38e782=[];(_0x4e7d0c=_0xa29269[_0x187393(0x27a)])==null||_0x4e7d0c[_0x187393(0xfb)](_0x20ff26=>{const _0x25dacf=_0x187393,_0x39dd9b=_0x1c3f14[_0x25dacf(0x21b)](_0x20ff26);if(_0x39dd9b)_0x38e782[_0x25dacf(0x271)](_0x39dd9b);else throw new Error('');}),_0x38e782['forEach'](_0x596f70=>{const _0x304016=_0x187393,_0x371779=_0x28c199(_0x596f70[_0x304016(0x13a)]);Object[_0x304016(0xeb)](_0x371779)[_0x304016(0xfb)](([_0x2790de,_0x5991f1])=>{const _0x42f736=_0x304016,_0x4e0ae2=_0x18f98c[_0x42f736(0x1a0)][+_0x2790de]={};Object['entries'](_0x5991f1)['forEach'](([_0x4a7122,_0x3b4c46])=>{_0x4e0ae2[+_0x4a7122]=_0x3b4c46;});});});});const _0x28282a=_0x581256(_0x449e85[_0xc63c49(0x2cd)]);return{'id':_0x2b65c4[_0xc63c49(0x1fc)]||_0x449e85[_0xc63c49(0x1fc)],'rev':_0x2b65c4[_0xc63c49(0x16a)]||_0x449e85[_0xc63c49(0x16a)],'name':_0x449e85[_0xc63c49(0x1c5)],'sheetOrder':_0x449e85[_0xc63c49(0x12c)],'appVersion':'','locale':_0x1ed6c7['LocaleType'][_0xc63c49(0x20c)],'sheets':_0x4fa496,'styles':{},'resources':_0x449e85[_0xc63c49(0x11b)]||[],..._0x28282a};}function _0x2888cf(_0x276b35){const _0x4d98b5=_0x4aac6c,_0x24f627=_0x276b35['doc'];if(_0x24f627==null)throw new Error(_0x4d98b5(0x1d2));const {unitID:_0x21c89a,rev:_0x4560cb,name:_0x290784,originalMeta:_0x597614,resources:_0x42457e=[]}=_0x24f627,{body:_0x15ec57,documentStyle:_0x52bbce={},settings:_0x8a0ab7={},drawings:_0xec357d={},drawingsOrder:_0x33f002=[],tableSource:_0x53f1bb={},headers:_0x56f3f8={},footers:_0x36e33b={},lists:_0x46e2c4={}}=_0x290e5e(_0x597614);return{'id':_0x21c89a,'rev':_0x4560cb,'locale':_0x1ed6c7['LocaleType'][_0x4d98b5(0x20c)],'title':_0x290784,'body':_0x15ec57,'documentStyle':_0x52bbce,'settings':_0x8a0ab7,'drawings':_0xec357d,'drawingsOrder':_0x33f002,'resources':_0x42457e,'tableSource':_0x53f1bb,'headers':_0x56f3f8,'footers':_0x36e33b,'lists':_0x46e2c4};}async function _0x2a314d(_0x22d000,_0x3929ca,_0x304a56,_0x3ade81,_0x4bf4a2){const _0x4ec714=_0x4aac6c;var _0x2e2bcb,_0x4cfc46,_0x102a99;const _0x47c6cf={'unitID':_0x3929ca['id'],'rev':_0x3ade81,'creator':'','name':(_0x2e2bcb=_0x3929ca['title'])!=null?_0x2e2bcb:'','resources':_0x3929ca[_0x4ec714(0x11b)]||[],'originalMeta':_0x587716(_0x3929ca)},_0x38f983={'unitID':_0x304a56,'rev':_0x47c6cf[_0x4ec714(0x16a)],'type':_0x21917c[_0x4ec714(0x9d)],'workbook':void 0x0,'doc':_0x47c6cf},_0x58a241=await _0x4bf4a2['saveSnapshot'](_0x22d000,{'unitID':_0x304a56,'type':_0x21917c[_0x4ec714(0x9d)],'snapshot':_0x38f983});if(_0x4b9eaf(_0x58a241[_0x4ec714(0x159)]))throw new Error(_0x4ec714(0x1de)+((_0x4cfc46=_0x58a241['error'])==null?void 0x0:_0x4cfc46[_0x4ec714(0x199)])+':'+((_0x102a99=_0x58a241[_0x4ec714(0x159)])==null?void 0x0:_0x102a99[_0x4ec714(0x2d2)]));return{'snapshot':_0x38f983};}async function _0x14bf1a(_0xf1e11a,_0x45309a){const _0x2338da=_0x4aac6c,_0x4dc43c=_0xf1e11a[_0x2338da(0x221)];if(!_0x4dc43c)throw new Error(_0x2338da(0x264));const _0x30ad4a=[],_0x2ad235=[];return Object[_0x2338da(0xeb)](_0x4dc43c['blockMeta'])[_0x2338da(0xfb)](([_0x1b9e5b,_0x2f1bcb])=>{const _0x1c55ad=_0x2338da,_0x38eca7=_0x2f1bcb[_0x1c55ad(0x27a)][_0x1c55ad(0x20f)](async _0x591655=>{const _0x3a6e48=_0x1c55ad,_0x2c26a9={'unitID':_0x4dc43c['unitID'],'type':_0x21917c[_0x3a6e48(0x202)],'blockID':_0x591655},{block:_0x5c8ea9}=await _0x45309a['getSheetBlock']({},_0x2c26a9);if(_0x5c8ea9)_0x30ad4a['push'](_0x5c8ea9);else throw new Error('Block\x20not\x20found');});_0x2ad235['push'](..._0x38eca7);}),await Promise['all'](_0x2ad235),_0x30ad4a;}var _0x585b96=Object[_0x4aac6c(0xb5)],_0x4ee830=Object[_0x4aac6c(0x23d)],_0x1b6181=(_0x5201c4,_0x2db67b,_0x57df76,_0x5d313c)=>{const _0x4e5eff=_0x4aac6c;for(var _0x2a549d=_0x5d313c>0x1?void 0x0:_0x5d313c?_0x4ee830(_0x2db67b,_0x57df76):_0x2db67b,_0xb4110e=_0x5201c4[_0x4e5eff(0x1a3)]-0x1,_0x57c103;_0xb4110e>=0x0;_0xb4110e--)(_0x57c103=_0x5201c4[_0xb4110e])&&(_0x2a549d=(_0x5d313c?_0x57c103(_0x2db67b,_0x57df76,_0x2a549d):_0x57c103(_0x2a549d))||_0x2a549d);return _0x5d313c&&_0x2a549d&&_0x585b96(_0x2db67b,_0x57df76,_0x2a549d),_0x2a549d;},_0x16e7c8=(_0x24a349,_0x35a0c9)=>(_0x5177f8,_0x2fbaba)=>_0x35a0c9(_0x5177f8,_0x2fbaba,_0x24a349);const _0x2df893=_0x1ed6c7[_0x4aac6c(0x176)]('univer.snapshot-server-service');_0x3d1c58[_0x4aac6c(0x1c0)]=class{constructor(_0x46a2ba,_0x2f96b4,_0x437dc7,_0x4edb0b,_0x218fc6,_0x5811e3,_0xde86ad){const _0x5c50a7=_0x4aac6c;this[_0x5c50a7(0x1a5)]=_0x46a2ba,this[_0x5c50a7(0x2ca)]=_0x2f96b4,this[_0x5c50a7(0x288)]=_0x437dc7,this['_commandService']=_0x4edb0b,this['_injector']=_0x218fc6,this[_0x5c50a7(0x25b)]=_0x5811e3,this[_0x5c50a7(0x110)]=_0xde86ad;}async[_0x4aac6c(0x2a5)](_0x2ddd48,_0xef9919,_0x5e1e4c){const _0x32d525=_0x4aac6c;var _0x2d4f90;_0x5e1e4c===void 0x0&&(_0x5e1e4c={'metadata':{'x-feature-id':_0x304c29()}});const {snapshot:_0x36aca2,changesets:_0x27e9fc,error:_0x430a12}=await this['_snapshotServerService'][_0x32d525(0x1f5)](_0x5e1e4c,{'unitID':_0x2ddd48,'type':_0x21917c[_0x32d525(0x202)],'revision':_0xef9919});if(_0x4b9eaf(_0x430a12)||!_0x36aca2||!_0x36aca2[_0x32d525(0x221)])throw new Error(_0x32d525(0xf6));const _0x16804a=(_0x2d4f90=_0x27e9fc==null?void 0x0:_0x27e9fc[_0x32d525(0x1a3)])!=null?_0x2d4f90:0x0;if(_0xef9919!==0x0&&_0x36aca2[_0x32d525(0x16a)]+_0x16804a!==_0xef9919)throw new Error(_0x32d525(0x219));const {workbook:_0x2d150e}=_0x36aca2,_0x519bfe=_0x2d150e[_0x32d525(0x1fe)]?Object['entries'](_0x2d150e[_0x32d525(0x1fe)])[_0x32d525(0x20f)](([_0x599fa7,_0x536848])=>{const _0x2975a3=_0x32d525;var _0x4204d8,_0x1a8451;return(_0x1a8451=(_0x4204d8=_0x536848[_0x2975a3(0x27a)])==null?void 0x0:_0x4204d8['map'](_0x54cf6e=>_0x54cf6e))!=null?_0x1a8451:[];})['flat']():[],_0x800951=(await Promise[_0x32d525(0x29f)](_0x519bfe[_0x32d525(0x20f)](_0x49d70b=>this['_snapshotServerService'][_0x32d525(0xc0)](_0x5e1e4c,{'unitID':_0x2ddd48,'type':_0x21917c[_0x32d525(0x202)],'blockID':_0x49d70b})[_0x32d525(0x232)](_0x4ba41d=>_0x4ba41d[_0x32d525(0x19d)]))))['filter'](_0x2768d2=>!!_0x2768d2),_0x1db5dc=_0x26fb3b(_0x36aca2,_0x800951),_0x1a45ac=this['_univerInstanceService'][_0x32d525(0x2b7)](_0x1ed6c7[_0x32d525(0x196)][_0x32d525(0x202)],_0x1db5dc),_0x2f170=this[_0x32d525(0x25b)][_0x32d525(0x149)]['fetchThroughInterceptors'](this['_compressMutationService'][_0x32d525(0x149)]['getInterceptPoints']()[_0x32d525(0x14f)]);return _0x27e9fc==null||_0x27e9fc[_0x32d525(0xfb)](_0x2ea0c4=>{const _0x27db58=_0x32d525,_0x314837=_0x2ea0c4[_0x27db58(0x204)][_0x27db58(0x20f)](_0x5b9a79=>({'id':_0x5b9a79['id'],'params':JSON[_0x27db58(0x282)](_0x5b9a79[_0x27db58(0x13a)])}));({..._0x2ea0c4,'mutations':_0x2f170(_0x314837,null)||_0x314837}[_0x27db58(0x204)][_0x27db58(0xfb)](_0x1980ca=>this[_0x27db58(0xd3)][_0x27db58(0x22b)](_0x1980ca['id'],_0x1980ca[_0x27db58(0x29b)],{'fromChangeset':!0x0})),this['_revisionService'][_0x27db58(0x298)](_0x2ddd48));}),_0x1a45ac;}async[_0x4aac6c(0x28b)](_0x1e441d,_0x5c0ca0,_0x30381e){const _0x21e6e1=_0x4aac6c;var _0x5990b1;_0x30381e===void 0x0&&(_0x30381e={'metadata':{'x-feature-id':_0x304c29()}});const {snapshot:_0x4ef925,changesets:_0x29f940,error:_0x1eafb6}=await this[_0x21e6e1(0x288)][_0x21e6e1(0x1f5)](_0x30381e,{'unitID':_0x1e441d,'type':_0x21917c[_0x21e6e1(0x9d)],'revision':_0x5c0ca0});if(_0x4b9eaf(_0x1eafb6)||!_0x4ef925||!_0x4ef925[_0x21e6e1(0x23a)])throw new Error(_0x21e6e1(0xf6));const _0x59076a=(_0x5990b1=_0x29f940==null?void 0x0:_0x29f940[_0x21e6e1(0x1a3)])!=null?_0x5990b1:0x0;if(_0x5c0ca0!==0x0&&_0x4ef925[_0x21e6e1(0x16a)]+_0x59076a!==_0x5c0ca0)throw new Error(_0x21e6e1(0x219));const _0x324d69=_0x2888cf(_0x4ef925),_0x53d419=this[_0x21e6e1(0x2ca)][_0x21e6e1(0x2b7)](_0x1ed6c7['UniverInstanceType']['UNIVER_DOC'],_0x324d69);return _0x29f940==null||_0x29f940['forEach'](_0x38617c=>{const _0x18ee06=_0x21e6e1;_0x38617c[_0x18ee06(0x204)][_0x18ee06(0x20f)](_0x215991=>({'id':_0x215991['id'],'params':JSON[_0x18ee06(0x282)](_0x215991[_0x18ee06(0x13a)])}))[_0x18ee06(0xfb)](_0x3e4280=>this[_0x18ee06(0xd3)][_0x18ee06(0x22b)](_0x3e4280['id'],_0x3e4280['params'],{'fromChangeset':!0x0})),this[_0x18ee06(0x1a5)]['incrementRevOfUnit'](_0x1e441d);}),_0x53d419;}['save'](_0x5a07fe,_0x229d59){const _0x59ef3d=_0x4aac6c,_0x57f3d2={..._0x229d59['getSnapshot']()};_0x229d59[_0x59ef3d(0x198)]()['forEach'](_0x526f87=>{const _0x5de0d9=_0x59ef3d;_0x57f3d2[_0x5de0d9(0x137)][_0x526f87['getSheetId']()]=_0x1ed6c7['Tools']['deepClone'](_0x526f87[_0x5de0d9(0x1a6)]());});const _0xb0efe1=this['_resourceManagerService'][_0x59ef3d(0x26a)](_0x229d59['getUnitId'](),_0x1ed6c7[_0x59ef3d(0x196)][_0x59ef3d(0x202)]);return _0x57f3d2[_0x59ef3d(0x11b)]=_0xb0efe1,_0x57f3d2;}['saveDoc'](_0x408032,_0x26560e){const _0x16ad34=_0x4aac6c,_0x231b50={..._0x26560e[_0x16ad34(0x1a6)]()},_0x1530c7=this[_0x16ad34(0x110)][_0x16ad34(0x26a)](_0x26560e[_0x16ad34(0x1e2)](),_0x1ed6c7['UniverInstanceType'][_0x16ad34(0x9d)]);return _0x231b50[_0x16ad34(0x11b)]=_0x1530c7,_0x231b50;}},_0x3d1c58[_0x4aac6c(0x1c0)]=_0x1b6181([_0x16e7c8(0x0,_0x1ed6c7['Inject'](_0x3d1c58[_0x4aac6c(0xd8)])),_0x16e7c8(0x1,_0x1ed6c7[_0x4aac6c(0x172)]),_0x16e7c8(0x2,_0x2df893),_0x16e7c8(0x3,_0x1ed6c7['ICommandService']),_0x16e7c8(0x4,_0x1ed6c7[_0x4aac6c(0x177)](_0x1ed6c7[_0x4aac6c(0x15c)])),_0x16e7c8(0x5,_0x1ed6c7['Inject'](_0x161d51)),_0x16e7c8(0x6,_0x1ed6c7[_0x4aac6c(0x177)](_0x1ed6c7[_0x4aac6c(0xf8)]))],_0x3d1c58[_0x4aac6c(0x1c0)]);var _0x49867e=Object[_0x4aac6c(0xb5)],_0x251c1a=Object[_0x4aac6c(0x23d)],_0x42919c=(_0x2217e0,_0x1abbc1,_0x510c6a)=>_0x1abbc1 in _0x2217e0?_0x49867e(_0x2217e0,_0x1abbc1,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x510c6a}):_0x2217e0[_0x1abbc1]=_0x510c6a,_0x24cecd=(_0x28fb25,_0x5938a4,_0x4045c2,_0x59fb18)=>{const _0x3539ea=_0x4aac6c;for(var _0x59bff3=_0x59fb18>0x1?void 0x0:_0x59fb18?_0x251c1a(_0x5938a4,_0x4045c2):_0x5938a4,_0x2ff104=_0x28fb25[_0x3539ea(0x1a3)]-0x1,_0x254aef;_0x2ff104>=0x0;_0x2ff104--)(_0x254aef=_0x28fb25[_0x2ff104])&&(_0x59bff3=(_0x59fb18?_0x254aef(_0x5938a4,_0x4045c2,_0x59bff3):_0x254aef(_0x59bff3))||_0x59bff3);return _0x59fb18&&_0x59bff3&&_0x49867e(_0x5938a4,_0x4045c2,_0x59bff3),_0x59bff3;},_0x170262=(_0x1d6b7a,_0x5a260e)=>(_0x2e7665,_0x8fa4dd)=>_0x5a260e(_0x2e7665,_0x8fa4dd,_0x1d6b7a),_0x518409=(_0x1217e1,_0xcaea34,_0x5e7070)=>_0x42919c(_0x1217e1,_0xcaea34+'',_0x5e7070);const _0x50a98c=_0x4aac6c(0xc4);_0x3d1c58['UniverCollaborationPlugin']=class extends _0x1ed6c7[_0x4aac6c(0x1e4)]{constructor(_0x372b0d=_0x15589b,_0x34b683,_0x298aaa){const _0x593a4c=_0x4aac6c;super(),this[_0x593a4c(0x1c1)]=_0x372b0d,this[_0x593a4c(0x119)]=_0x34b683,this[_0x593a4c(0x1b7)]=_0x298aaa;const {..._0x24139f}=this[_0x593a4c(0x1c1)];this[_0x593a4c(0x1b7)][_0x593a4c(0x14c)](_0xbfdf98,_0x24139f);}['onStarting'](){const _0xd6649c=_0x4aac6c;[[_0x3d1c58[_0xd6649c(0xd8)]],[_0x1f1ad1],[_0x3d1c58['SheetTransformController']],[_0x3d1c58[_0xd6649c(0x128)]],[_0x3d1c58[_0xd6649c(0x1c0)]],[_0x44bdd0,{'useClass':_0x18a8cc}],[_0x161d51]]['forEach'](_0x2cd51b=>this[_0xd6649c(0x119)][_0xd6649c(0x1a2)](_0x2cd51b)),this[_0xd6649c(0x119)][_0xd6649c(0x21b)](_0x3d1c58[_0xd6649c(0x128)]),this[_0xd6649c(0x119)][_0xd6649c(0x21b)](_0x1f1ad1),this[_0xd6649c(0x119)][_0xd6649c(0x21b)](_0x3d1c58['SheetTransformController']);}},_0x518409(_0x3d1c58[_0x4aac6c(0x1f2)],'pluginName',_0x50a98c),_0x3d1c58[_0x4aac6c(0x1f2)]=_0x24cecd([_0x1ed6c7['DependentOn'](_0x4f4568[_0x4aac6c(0x1ab)]),_0x170262(0x1,_0x1ed6c7[_0x4aac6c(0x177)](_0x1ed6c7[_0x4aac6c(0x15c)])),_0x170262(0x2,_0x1ed6c7[_0x4aac6c(0x12f)])],_0x3d1c58[_0x4aac6c(0x1f2)]);const _0x502035=_0x1ed6c7[_0x4aac6c(0x176)](_0x4aac6c(0x16c)),_0x187b19={'id':_0x4aac6c(0x28f),'type':_0x1ed6c7[_0x4aac6c(0x2bf)][_0x4aac6c(0x139)],'handler':()=>!0x0};_0x3d1c58[_0x4aac6c(0x1b3)]=_0x5a2a20,_0x3d1c58[_0x4aac6c(0x22a)]=_0x161d51,_0x3d1c58['CreateUnitMutation']=_0x187b19,_0x3d1c58['IHistoryIoService']=_0x502035,_0x3d1c58[_0x4aac6c(0x143)]=_0x2df893,_0x3d1c58[_0x4aac6c(0x277)]=_0x44bdd0,_0x3d1c58[_0x4aac6c(0x225)]=_0x55dd04,_0x3d1c58[_0x4aac6c(0x241)]=_0x29bd11,_0x3d1c58[_0x4aac6c(0xce)]=_0x49d228,_0x3d1c58['TransformService']=_0x18a8cc,_0x3d1c58[_0x4aac6c(0x10d)]=_0x4b3fda,_0x3d1c58['b64EncodeUnicode']=_0x52d8d8,_0x3d1c58[_0x4aac6c(0x233)]=_0xeff2ee,_0x3d1c58[_0x4aac6c(0xc2)]=_0xa3d9f,_0x3d1c58[_0x4aac6c(0x171)]=_0x14bf1a,_0x3d1c58[_0x4aac6c(0x121)]=_0x187fbc,_0x3d1c58[_0x4aac6c(0x1e9)]=_0x57b0e2,_0x3d1c58[_0x4aac6c(0x2b9)]=_0xf2c42a,_0x3d1c58[_0x4aac6c(0x276)]=_0x4589a8,_0x3d1c58[_0x4aac6c(0x274)]=_0x475508,_0x3d1c58['isTransformMutationsSuccess']=_0x9b8cc9,_0x3d1c58[_0x4aac6c(0x14d)]=_0xae9b34,_0x3d1c58[_0x4aac6c(0x120)]=_0x16be5f,_0x3d1c58[_0x4aac6c(0xc8)]=_0x35baa3,_0x3d1c58[_0x4aac6c(0x160)]=_0x248611,_0x3d1c58[_0x4aac6c(0x1b0)]=_0x2fc51e,_0x3d1c58[_0x4aac6c(0x112)]=_0x41b391,_0x3d1c58[_0x4aac6c(0x1cc)]=_0x40a02a,_0x3d1c58[_0x4aac6c(0x21e)]=_0x39a7f6,_0x3d1c58[_0x4aac6c(0x115)]=_0x29a771,_0x3d1c58[_0x4aac6c(0x1e7)]=_0x1cdd16,_0x3d1c58['textEncoder']=_0x4cca15,_0x3d1c58[_0x4aac6c(0x27e)]=_0x2a314d,_0x3d1c58[_0x4aac6c(0x125)]=_0x2888cf,_0x3d1c58[_0x4aac6c(0x2bb)]=_0x26fb3b,_0x3d1c58[_0x4aac6c(0x154)]=_0x45a3eb,Object['defineProperty'](_0x3d1c58,Symbol[_0x4aac6c(0x1c9)],{'value':'Module'});}));