@univerjs-pro/collaboration 0.5.5-experimental.20250122-3362a4a → 0.5.5-experimental.20250124-fc44c59

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 (67) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/es/index.js +1 -1
  3. package/lib/umd/index.js +1 -1
  4. package/package.json +16 -16
  5. package/lib/types/controllers/sheet-transform/algorithms/__tests__/transform-test-bed.d.ts +0 -18
  6. package/lib/types/controllers/sheet-transform/algorithms/gridlines/__tests__/gridlines.algo.spec.d.ts +0 -1
  7. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/add-worksheet-merge.algo.spec.d.ts +0 -1
  8. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/insert-col.algo.spec.d.ts +0 -1
  9. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/move-col.algo.spec.d.ts +0 -1
  10. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/move-range.algo.spec.d.ts +0 -1
  11. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/remove-col.algo.spec.d.ts +0 -1
  12. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/remove-numfmt.algo.spec.d.ts +0 -1
  13. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  14. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-col-data.algo.spec.d.ts +0 -1
  15. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-col-hidden.algo.spec.d.ts +0 -1
  16. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-col-visible.algo.spec.d.ts +0 -1
  17. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-numfmt.algo.spec.d.ts +0 -1
  18. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-range-values.algo.spec.d.ts +0 -1
  19. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-sheets-filter-criteria.algo.spec.d.ts +0 -1
  20. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  21. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-worksheet-col-width.algo.spec.d.ts +0 -1
  22. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/move-col.algo.spec.d.ts +0 -1
  23. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/move-range.algo.spec.d.ts +0 -1
  24. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/remove-col.algo.spec.d.ts +0 -1
  25. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/remove-numfmt.algo.spec.d.ts +0 -1
  26. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  27. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-col-data.algo.spec.d.ts +0 -1
  28. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-col-hidden.algo.spec.d.ts +0 -1
  29. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-col-visible.algo.spec.d.ts +0 -1
  30. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-numfmt.algo.spec.d.ts +0 -1
  31. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-range-values.algo.spec.d.ts +0 -1
  32. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-sheets-filter-criteria.algo.spec.d.ts +0 -1
  33. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-sheets-filter-range.algo.spec.d.ts +0 -1
  34. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-worksheet-col-width.algo.spec.d.ts +0 -1
  35. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/move-range.algo.spec.d.ts +0 -1
  36. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/move-row.algo.spec.d.ts +0 -1
  37. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/remove-numfmt.algo.spec.d.ts +0 -1
  38. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/remove-row.algo.spec.d.ts +0 -1
  39. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  40. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/reorder-range.algo.spec.d.ts +0 -1
  41. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-numfmt.algo.spec.d.ts +0 -1
  42. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-range-value.algo.spec.d.ts +0 -1
  43. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-row-custom.algo.spec.d.ts +0 -1
  44. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-row-hidden.algo.spec.d.ts +0 -1
  45. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-row-visible.algo.spec.d.ts +0 -1
  46. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
  47. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-height.algo.spec.d.ts +0 -1
  48. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-is-auto-height.algo.spec.d.ts +0 -1
  49. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/__tests__/add-worksheet-merge.algo.spec.d.ts +0 -1
  50. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/__tests__/insert-col.algo.spec.d.ts +0 -1
  51. package/lib/types/controllers/sheet-transform/algorithms/remove-worksheet-merge/__tests__/insert-row.algo.spec.d.ts +0 -1
  52. package/lib/types/controllers/sheet-transform/algorithms/set-col-data/__tests__/set-col-data.algo.spec.d.ts +0 -1
  53. package/lib/types/controllers/sheet-transform/algorithms/set-drawing/__tests__/set-drawing-apply.algo.spec.d.ts +0 -1
  54. package/lib/types/controllers/sheet-transform/algorithms/set-row-data/__tests__/set-row-data.algo.spec.d.ts +0 -1
  55. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-col-width/__tests__/set-worksheet-col-width.algo.spec.d.ts +0 -1
  56. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-auto-height/__tests__/set-worksheet-row-auto-height.algo.spec.d.ts +0 -1
  57. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-height/__tests__/set-worksheet-row-height.algo.spec.d.ts +0 -1
  58. 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
  59. package/lib/types/controllers/sheet-transform/algorithms/worksheet/__tests__/add-worksheet-merge.algo.spec.d.ts +0 -1
  60. package/lib/types/controllers/sheet-transform/algorithms/worksheet/__tests__/remove-worksheet-merge.algo.spec.d.ts +0 -1
  61. package/lib/types/controllers/sheet-transform/algorithms/worksheet/__tests__/worksheet.algo.spec.d.ts +0 -1
  62. package/lib/types/services/rev/__tests__/rev.service.spec.d.ts +0 -18
  63. package/lib/types/services/snapshot/__tests__/snapshot-mock.d.ts +0 -27
  64. package/lib/types/services/snapshot/__tests__/snapshot-transform.spec.d.ts +0 -1
  65. package/lib/types/services/snapshot/__tests__/snapshot.service.spec.d.ts +0 -23
  66. package/lib/types/services/transform/__tests__/doc.transform.service.spec.d.ts +0 -1
  67. package/lib/types/services/transform/__tests__/transform.service.spec.d.ts +0 -1
package/lib/es/index.js CHANGED
@@ -1 +1 @@
1
- const _0x2c36f1=_0x319d;(function(_0x535236,_0x2fcd69){const _0x139668=_0x319d,_0xcbf7fd=_0x535236();while(!![]){try{const _0x1bf371=parseInt(_0x139668(0x2db))/0x1+parseInt(_0x139668(0x1f1))/0x2*(parseInt(_0x139668(0x2ed))/0x3)+-parseInt(_0x139668(0x2d7))/0x4*(parseInt(_0x139668(0x306))/0x5)+parseInt(_0x139668(0x272))/0x6*(parseInt(_0x139668(0x29e))/0x7)+-parseInt(_0x139668(0x24a))/0x8+-parseInt(_0x139668(0x296))/0x9+-parseInt(_0x139668(0x1be))/0xa*(-parseInt(_0x139668(0x17f))/0xb);if(_0x1bf371===_0x2fcd69)break;else _0xcbf7fd['push'](_0xcbf7fd['shift']());}catch(_0x4cf694){_0xcbf7fd['push'](_0xcbf7fd['shift']());}}}(_0x3de0,0xf151d));var __defProp=Object['defineProperty'],__defNormalProp=(_0x509a89,_0x479020,_0x3b4fae)=>_0x479020 in _0x509a89?__defProp(_0x509a89,_0x479020,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x3b4fae}):_0x509a89[_0x479020]=_0x3b4fae,__name=(_0x49821,_0x5bea93)=>__defProp(_0x49821,_0x2c36f1(0x150),{'value':_0x5bea93,'configurable':!0x0}),__publicField=(_0x3cfb2a,_0x23da3e,_0x7a8081)=>__defNormalProp(_0x3cfb2a,typeof _0x23da3e!=_0x2c36f1(0x2e0)?_0x23da3e+'':_0x23da3e,_0x7a8081);import{createIdentifier,Disposable,Tools,ObjectMatrix,Range,queryObjectMatrix,isRangesEqual,Rectangle,RANGE_TYPE,isFormulaString,insertMatrixArray,moveMatrixArray,spliceArray,CommandType,JSON1,JSONX,ICommandService,createInterceptorKey,InterceptorManager,IUniverInstanceService,UniverInstanceType,SheetTypes,LocaleType,Inject,Injector,IResourceManagerService,DependentOn,Plugin,merge,IConfigService}from'@univerjs/core';import{AddCommentMutation,DeleteCommentMutation,UpdateCommentMutation,UpdateCommentRefMutation}from'@univerjs/thread-comment';import{AddConditionalRuleMutation,MoveConditionalRuleMutation,DeleteConditionalRuleMutation,SetConditionalRuleMutation}from'@univerjs/sheets-conditional-formatting';import{AddDataValidationMutation,RemoveDataValidationMutation,UpdateRuleType,UpdateDataValidationMutation}from'@univerjs/data-validation';import{AddHyperLinkMutation,RemoveHyperLinkMutation,UpdateHyperLinkMutation,UpdateHyperLinkRefMutation}from'@univerjs/sheets-hyper-link';import{AddRangeProtectionMutation,AddWorksheetMergeMutation,AddWorksheetProtectionMutation,InsertColMutation,InsertRowMutation,MoveColsMutation,MoveRangeMutation,MoveRowsMutation,RemoveColMutation,RemoveNumfmtMutation,RemoveWorksheetMergeMutation,SetFrozenMutation,SetNumfmtMutation,SetRangeProtectionMutation,SetRangeValuesMutation,SetWorksheetColWidthMutation,EmptyMutation,RemoveRowMutation,SetSelectionsOperation,SetWorksheetOrderMutation,RemoveSheetMutation,SetWorksheetNameMutation,InsertColCommand,handleDefaultRangeChangeWithEffectRefCommands,RangeMergeUtil,handleBaseInsertRange,handleBaseRemoveRange,MoveColsCommand,handleCommonDefaultRangeChangeWithEffectRefCommands,ReorderRangeMutation,SetColDataMutation,SetColHiddenMutation,SetColVisibleMutation,InsertRowCommand,rotateRange,SetRowDataMutation,SetRowHiddenMutation,SetRowVisibleMutation,SetWorksheetRowAutoHeightMutation,SetWorksheetRowHeightMutation,SetWorksheetRowIsAutoHeightMutation,handleBaseMoveRowsCols,MoveRowsCommand,RemoveColCommand,RemoveRowCommand,SetTabColorMutation,InsertSheetMutation,SetWorksheetProtectionMutation}from'@univerjs/sheets';import{RemoveSheetsFilterMutation,SetSheetsFilterCriteriaMutation,SetSheetsFilterRangeMutation,ReCalcSheetsFilterMutation}from'@univerjs/sheets-filter';import{singleReferenceToGrid,serializeRange,LexerTreeBuilder,sequenceNodeType,deserializeRangeWithSheetWithCache,serializeRangeToRefString,ErrorType,generateStringWithSequence}from'@univerjs/engine-formula';import{SetDrawingApplyMutation,DrawingApplyType}from'@univerjs/sheets-drawing';import{RichTextEditingMutation}from'@univerjs/docs';import{UniverLicensePlugin}from'@univerjs-pro/license';function isTransformMutationFailure(_0x452f8a){return!!_0x452f8a['error'];}__name(isTransformMutationFailure,'isTransformMutationFailure');function isTransformMutationSuccess(_0x322b6a){return!isTransformMutationFailure(_0x322b6a);}__name(isTransformMutationSuccess,'isTransformMutationSuccess');function _0x3de0(){const _0x11c900=['transformSnapshotToWorkbookData','all','syncExecuteCommand','makeArray','getDeserializedSheetBlock','reorder\x20range\x20is\x20conflict\x20with\x20reorder\x20range','setRevOfUnit','comment','\x20and\x20the\x20\x27revision\x27\x20of\x20c1\x20is\x20','row','drawingOrderObjectsIntersect','saveSheetBlock','splice','col','insert\x20row\x20is\x20conflict\x20with\x20remove\x20row','Set-range-values\x20mutation\x20and\x20move-range\x20mutation\x20have\x20an\x20overlapping\x20range.','nodeType','[transformWorkbookDataToSnapshot()]:\x20Failed\x20to\x20save\x20sheet\x20blocks.','drawingObjectsIntersect','55uuIEqc','parseInt','move\x20col\x20is\x20conflict\x20with\x20move\x20col','ref','users_enter','randomUUID','_configService','Two\x20set-tab-color\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','decode','[SnapshotService]:\x20request\x20snapshot\x20error!','YUUMI_SUBSCRIPTION_NOT_FOUND','COMPLETION_FINISHED','order','SNAPSHOT_INVALID_SNAPSHOT','PERMISSION_REJ','isInclineTransformMutationsFailure','univer-pro.collaboration.transform-service','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','getSnapshot','Algorithm\x20error,\x20the\x20changeset\x20does\x20not\x20exist!','univer.mutation.revert-version','generateTempDocumentSnapshot','move\x20range\x20is\x20conflict\x20with\x20reorder\x20range','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','lineSubtractLines','moveRows','selections','end','originalMeta','insert\x20col\x20is\x20conflict\x20with\x20move\x20col','getInterceptPoints','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','params','rowData','unsafeStringify','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','uniscript.run','COLUMN','MSG_FOR_ERROR','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','registerTransformAlgorithm','subtract','__decorateClass$2','workbook','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20order','IHistoryIoService','UNIVER_PROJECT','[TransformService]\x20Transform\x20algorithm\x20for\x20','transformTextRanges','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','some','PY_RUNTIME_SCRIPT_ERROR','find','add','UNIVER_COLLABORATION_PLUGIN','rowCount','remove\x20col\x20is\x20conflict\x20with\x20move\x20col','USERS_LEAVE','string','fromCharCode','step','__decorateClass$4','3313010KIUhHR','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20col','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20comment','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','comment_update','add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col','getUnitId','isMergeCell','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','actualColumn','RangeSubtractRanges','insert\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','extractActionsBySegmentId','EN_US','values','_revisionService','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20row','saveSnapshot','isMerged','__decorateParam$1','type','LICENSE_EXPORT_SIZE_EXCEEDED','RevisionService','transformDocumentDataToSnapshot','_rightInclineTransformMutations','parseChangesetToProtocol','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','UNIVER_DOC','slice','transformWorkbookDataToSnapshot','getCurrentRevOfUnit','0123456789','add\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','keys','deepClone','\x20already\x20exists.','__decorateClass$3','transform','body','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','concat','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','__defNormalProp','add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','getRev','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20range','RANGE','isTransformMutationsWithChangesetSuccess','stringify','move\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','toString','58YvjBCY','INTERNAL_ERROR','Move\x20conditional\x20formatting\x20rule\x20\x20is\x20conflict\x20with\x20self','realDeleteValue','blockID','getRandomValues','intersects','sourceRange','ReorderRangeUndoMutationFactory','__decorateParam$3','submit_changeset','flat','generateTemporarySnap','startOffset','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','transformMutation','foreach','_commandService','YUUMI_RATE_OVER_LIMIT','COMPRESS_MUTATION_APPLY','endOffset','findIndex','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','columnCount','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','mergeOrder','push','range','liveshare.fetch_operations','sheet','revision','random','getValue','__decorateClass$1','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmft','startRow','transformMutations','drawingId','resources','block','get','length','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','blocks','CONNECTOR_DATA_TOO_LARGE','liveshare.new_host','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','_snapshotServerService','hasOwnProperty','primary','permission_rej','loadSheet','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','__publicField','liveshare.request_host','UNDEFINED','blockMeta','PSEUDO_FETCH_MISSING_RESULT','incrementRevOfUnit','getSlice','set','criteria','\x20and\x20','getSheetBlock','Two\x20mutation\x20need\x20have\x20the\x20same\x20unitId!','toColumn','[SnapshotService]:\x20cannot\x20load\x20the\x20same\x20unit\x20twice!\x20The\x20unitID\x20is\x20','COMPRESS_MUTATION_SEND','targetRange','__decorateParam$4','saveDoc','YUUMI_URL_COL_OUT_OF_RANGE','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','rev','encode','LIVESHARE_NEW_HOST','encodeWorksheetOtherMetas','__decorateParam$5','__decorateClass$5','left','forEach','[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!','textRanges','objects','CHANGESET_ACK','fetchThroughInterceptors','index','setConfig','3254912VVCVDL','has','unshift','[TransformService]:\x20changesets\x20revisions\x20miss\x20match.\x20The\x20\x27baseRev\x27\x20of\x20c2\x20is\x20','getSheets','_compressMutationService','right','ERROR','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','Remove-cols\x20has\x20conflicts\x20with\x20move-range','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','actualRow','transformSnapshotToDocumentData():\x20snapshot.doc\x20is\x20undefined.','MUTATION','getOwnPropertyDescriptor','_init','APPLY_DUPLICATED','LIVESHARE_OPERATION','columnData','sheetOrder','changeset_ack','parse','getMatrix','data','drawingIds','UNRECOGNIZED','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','ranges','formula1','rule','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20column','UNAUTHENTICATED','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','Trying\x20to\x20mutate\x20a\x20deleted\x20worksheet!','UNISCRIPT_RUN','decodeWorksheetOtherMetas','charCodeAt','GRID','map','UNIVER_SHEET','4633014wzjZBx','mergeAddMutation','commentId','NOT_FOUND','_resourceManagerService','then','insert\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','_config','fill','incrementRev','Block\x20not\x20found','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20row','dispose','max','getDataRange','handler','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height','checkChangesetsAligned','update_cursor','SETTING','orderMapGenerator','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','parentId','UPDATE_CURSOR','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection','Two\x20mutation\x20have\x20the\x20same\x20worksheet\x20name!','link','isTransformMutationsFailure','object','defineProperty','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','title','_transformService','LICENSE_DISTRO_REJECTED','Workbook\x20metadata\x20is\x20not\x20available','__decorateClass','12767859yGubTs','UniverCollaborationPlugin','USERS_ENTER','code','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','unitId','isTransformChangesetsFailure','indexOf','7CJbLzY','pseudo_fetch_missing_result','subUnitId','removeRows','changeset_rej','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20row','decodeDocOriginalMeta','UNIT_DELETE','insert\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','move\x20col\x20is\x20conflict\x20with\x20move\x20range','intercept','makeMatrixArray','unitID','createUnit','liveshare.operation','transformMutationsWithChangeset','endColumn','includes','add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','SNAPSHOT_HAS_BEEN_REMOVED','changeset_should_retry','number','cellData','TOO_MANY_REQUESTS','message','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','_univerInstanceService','column','interceptor','cfId','styleRefMap','insert\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','toOrder','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','getUnitOnRev','sort','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','uid','users_leave','serializeCellDataSlice','transformCellsFromRefStyle','processFormulaString','LIVESHARE_REQUEST_HOST','move\x20row\x20is\x20conflict\x20with\x20move\x20row','LICENSE_IMPORT_SIZE_EXCEEDED','setValue','CHANGESET_REVISION_CONFILICT','cellValue','moveColumns','shift','bind','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20row','4nRvbgh','rules','remove\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','getResources','602665vNXJYf','orderMap$1','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','endRow','ruleId','symbol','transformUpdateCommentRefWithRefRange','isMergedMainCell','filter','remove\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','forValue','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','remove\x20row\x20is\x20conflict\x20with\x20move\x20row','m2Prime','transformAddCommentWithRefRange','FETCH_MISSING','134895bERUsW','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20comment','remove\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','SHOULD_CLOSE_CONN','Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.','INVALID_ARGUMENT','isTransformMutationsWithChangesetFailure','setRev','Two\x20set-frozen\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','move\x20row\x20is\x20conflict\x20with\x20move\x20range','b64DecodeUnicode','_initSetRangeValues','error_msg','color','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','mutations','payload','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20name','value','move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt','baseRev','[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitId:\x20','_injector','edit\x20range\x20of\x20same\x20data-validation\x20rule\x20is\x20not\x20allowed','7606820NYNJCZ','rowsAutoHeightInfo','startColumn','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','toLowerCase','getUnit','SheetTransformController','collaboration.config','transformFormula','REFERENCE','registerCommand','removeColumns','from','handleRemove','min','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection','fromOrder','write2Matrix','any','liveshare.terminate','transformPosition','isArray','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range','error','encodeWorkbookOtherMetas','entries','_transformMap','UNIVER_UNKNOWN','ALREADY_EXISTS','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','sheets','CHANGESET_REJ','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','m1Prime','actions','reduce','splitCellDataToBlocks','RevertRevisionMutation\x20conflicts\x20with\x20other\x20mutations!','getSheetId','start','name','formula2','update_permission_obj','rng','sequenceNodesBuilder','b64EncodeUnicode','isTransformChangesetsSuccess','LIVESHARE_FETCH_OPERATIONS','after','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','parseProtocolCommand','loadDoc','replace','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','size','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','UNIVER_SLIDE','APPLY_PERMISSION_DENIED','parseProtocolChangeset','clear','_leftInclineTransformMutations','transformSnapshotToDocumentData','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20sheet','transformWorkbookDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','SnapshotService','SUBMIT_CHANGESET','colId'];_0x3de0=function(){return _0x11c900;};return _0x3de0();}function isInclineTransformMutationsFailure(_0x1cd797){return!!_0x1cd797['error'];}__name(isInclineTransformMutationsFailure,_0x2c36f1(0x18e));function isTransformMutationsFailure(_0xc55c4f){const _0x230049=_0x2c36f1;return!!_0xc55c4f[_0x230049(0x31d)];}__name(isTransformMutationsFailure,_0x2c36f1(0x28d));function isTransformMutationsSuccess(_0xfd9f97){return!isTransformMutationsFailure(_0xfd9f97);}__name(isTransformMutationsSuccess,'isTransformMutationsSuccess');function isTransformChangesetsFailure(_0x1671eb){const _0x58b803=_0x2c36f1;return!!_0x1671eb[_0x58b803(0x31d)];}__name(isTransformChangesetsFailure,_0x2c36f1(0x29c));function isTransformChangesetsSuccess(_0x314eab){return!isTransformChangesetsFailure(_0x314eab);}__name(isTransformChangesetsSuccess,_0x2c36f1(0x156));function isTransformMutationsWithChangesetFailure(_0x6d666a){const _0x5587dd=_0x2c36f1;return!!_0x6d666a[_0x5587dd(0x31d)];}__name(isTransformMutationsWithChangesetFailure,_0x2c36f1(0x2f3));function isTransformMutationsWithChangesetSuccess(_0x3f011f){return!isTransformMutationsWithChangesetFailure(_0x3f011f);}__name(isTransformMutationsWithChangesetSuccess,_0x2c36f1(0x1ed));const ITransformService=createIdentifier(_0x2c36f1(0x18f)),_TransformService=class _TransformService extends Disposable{constructor(){super(...arguments),__publicField(this,'_transformMap',new Map());}[_0x2c36f1(0x27e)](){const _0x36b3c0=_0x2c36f1;this[_0x36b3c0(0x320)][_0x36b3c0(0x164)]();}['registerTransformAlgorithm'](_0x52cd0a){const _0x271ea5=_0x2c36f1,{m1:_0x2d76a9,m2:m2=_0x271ea5(0x318)}=_0x52cd0a;this[_0x271ea5(0x320)][_0x271ea5(0x24b)](_0x2d76a9)||this[_0x271ea5(0x320)][_0x271ea5(0x22e)](_0x2d76a9,new Map());const _0x3cfa42=this[_0x271ea5(0x320)]['get'](_0x2d76a9);if(_0x3cfa42[_0x271ea5(0x24b)](m2))throw new Error(_0x271ea5(0x1af)+_0x2d76a9+_0x271ea5(0x230)+m2+_0x271ea5(0x1e1));_0x3cfa42[_0x271ea5(0x22e)](m2,_0x52cd0a);}[_0x2c36f1(0x200)](_0x588280,_0x1f38e3,_0x10c909){const _0x25c0ea=_0x2c36f1;var _0x123607,_0x5ddb5c,_0x47e02c,_0x3372d5,_0xcc6e05,_0x12220b;const _0x554d91=this[_0x25c0ea(0x320)],_0x5956da=((_0x123607=_0x554d91[_0x25c0ea(0x21a)](_0x588280['id']))==null?void 0x0:_0x123607['get'](_0x1f38e3['id']))||((_0x5ddb5c=_0x554d91[_0x25c0ea(0x21a)](_0x588280['id']))==null?void 0x0:_0x5ddb5c[_0x25c0ea(0x21a)](_0x25c0ea(0x318)))||((_0x47e02c=_0x554d91['get'](_0x25c0ea(0x318)))==null?void 0x0:_0x47e02c[_0x25c0ea(0x21a)](_0x1f38e3['id']));if(_0x5956da)return _0x10c909?_0x5956da['handler'](_0x588280,_0x1f38e3,_0x10c909):_0x5956da[_0x25c0ea(0x281)](_0x588280,_0x1f38e3);const _0x5994ee=((_0x3372d5=_0x554d91[_0x25c0ea(0x21a)](_0x1f38e3['id']))==null?void 0x0:_0x3372d5['get'](_0x588280['id']))||((_0xcc6e05=_0x554d91[_0x25c0ea(0x21a)](_0x1f38e3['id']))==null?void 0x0:_0xcc6e05[_0x25c0ea(0x21a)]('any'))||((_0x12220b=_0x554d91[_0x25c0ea(0x21a)](_0x25c0ea(0x318)))==null?void 0x0:_0x12220b[_0x25c0ea(0x21a)](_0x588280['id']));if(_0x5994ee){const _0x1bd3af=_0x10c909?_0x5994ee[_0x25c0ea(0x281)](_0x1f38e3,_0x588280,_0x10c909):_0x5994ee['handler'](_0x1f38e3,_0x588280);return isTransformMutationSuccess(_0x1bd3af)?_0x10c909?{'m2Prime':_0x1bd3af['m1Prime']}:{'m2Prime':_0x1bd3af[_0x25c0ea(0x149)],'m1Prime':_0x1bd3af['m2Prime']}:_0x1bd3af;}return{'m1Prime':_0x588280,'m2Prime':_0x1f38e3};}[_0x2c36f1(0x216)](_0x173ac2,_0xb6321e,_0x968a27){const _0x335805=_0x2c36f1,_0x2996ee=this[_0x335805(0x1d6)](_0x173ac2,_0xb6321e);if(isInclineTransformMutationsFailure(_0x2996ee))return _0x2996ee;if(_0x968a27)return{'m2Prime':_0x2996ee};const _0x246a4a=this[_0x335805(0x165)](_0x173ac2,_0xb6321e);return isInclineTransformMutationsFailure(_0x246a4a)?_0x246a4a:{'m1Prime':_0x246a4a,'m2Prime':_0x2996ee};}[_0x2c36f1(0x1d6)](_0x14d2c0,_0x3683e0){const _0x58410c=_0x2c36f1,_0x234380=_0x14d2c0[_0x58410c(0x21b)];let _0x34c3f2;for(_0x34c3f2=0x0;_0x34c3f2<_0x234380;_0x34c3f2++){let _0xa75aa7=[_0x14d2c0[_0x34c3f2]],_0x1a9faf=[];for(let _0x267f15=0x0,_0x188714=_0x3683e0[_0x58410c(0x21b)];_0x267f15<_0x188714;_0x267f15++){const _0x5343d5=_0x3683e0[_0x267f15];let _0x38452e;if(_0xa75aa7[_0x58410c(0x21b)]===0x0)_0x38452e=[_0x5343d5],_0xa75aa7=[];else{if(_0xa75aa7[_0x58410c(0x21b)]===0x1){const _0x5e1205=this[_0x58410c(0x200)](_0xa75aa7[0x0],_0x5343d5);if(isTransformMutationFailure(_0x5e1205))return _0x5e1205;if(_0x38452e=makeArray(_0x5e1205[_0x58410c(0x2ea)]),!_0x5e1205['m1Prime'])throw new Error(_0x58410c(0x2f1));_0xa75aa7=makeArray(_0x5e1205['m1Prime']);}else{const _0x7956b0=this[_0x58410c(0x1d6)](_0xa75aa7,[_0x5343d5]);if(_0x7956b0[_0x58410c(0x31d)])return _0x7956b0;if(_0x38452e=_0x7956b0,_0x267f15<_0x188714-0x1){const _0x2d4fd3=this['_leftInclineTransformMutations'](_0xa75aa7,[_0x5343d5]);if(_0x2d4fd3['error'])return _0x2d4fd3;_0xa75aa7=_0x2d4fd3;}}}_0x1a9faf=_0x1a9faf[_0x58410c(0x1e6)](_0x38452e);}_0x3683e0=_0x1a9faf;}return _0x3683e0;}[_0x2c36f1(0x165)](_0x159a44,_0x5f00fe){const _0x2aabae=_0x2c36f1,_0x5a37c0=_0x5f00fe[_0x2aabae(0x21b)];let _0x2151f2;for(_0x2151f2=0x0;_0x2151f2<_0x5a37c0;_0x2151f2++){let _0x4889e3=[_0x5f00fe[_0x2151f2]],_0x2bfbbe=[];for(let _0x39b3c4=0x0,_0x47a659=_0x159a44[_0x2aabae(0x21b)];_0x39b3c4<_0x47a659;_0x39b3c4++){const _0x4e2e70=_0x159a44[_0x39b3c4];let _0x47f533;if(_0x4889e3[_0x2aabae(0x21b)]===0x0)_0x47f533=[_0x4e2e70],_0x4889e3=[];else{if(_0x4889e3[_0x2aabae(0x21b)]===0x1){const _0x4d4f30=this['transformMutation'](_0x4e2e70,_0x4889e3[0x0]);if(isTransformMutationFailure(_0x4d4f30))return _0x4d4f30;if(!_0x4d4f30[_0x2aabae(0x149)])throw new Error(_0x2aabae(0x2f1));_0x47f533=makeArray(_0x4d4f30[_0x2aabae(0x149)]),_0x4889e3=makeArray(_0x4d4f30[_0x2aabae(0x2ea)]);}else{const _0x355240=this[_0x2aabae(0x165)]([_0x4e2e70],_0x4889e3);if(_0x355240[_0x2aabae(0x31d)])return _0x355240;if(_0x47f533=_0x355240,_0x39b3c4<_0x47a659-0x1){const _0xff346d=this[_0x2aabae(0x1d6)]([_0x4e2e70],_0x4889e3);if(_0xff346d[_0x2aabae(0x31d)])return _0xff346d;_0x4889e3=_0xff346d;}}}_0x2bfbbe=_0x2bfbbe['concat'](_0x47f533);}_0x159a44=_0x2bfbbe;}return _0x159a44;}['transformChangesets'](_0x2e03e,_0x3aa48c,_0x465847){const _0x58d8c6=_0x2c36f1;if(!checkChangesetsAligned(_0x2e03e,_0x3aa48c))throw new Error(_0x58d8c6(0x24d)+_0x3aa48c[0x0]['baseRev']+_0x58d8c6(0x174)+_0x2e03e[0x0]['revision']+'.');const _0x1397bf=_0x2e03e['length'],_0x3814cd=_0x3aa48c[_0x58d8c6(0x21b)],_0x408e09=makeMatrixArray(_0x1397bf,_0x3814cd+0x1),_0xfaab0c=makeMatrixArray(_0x1397bf+0x1,_0x3814cd);_0x2e03e['forEach']((_0x29fd78,_0x3bbe38)=>_0x408e09[_0x3bbe38][0x0]=_0x29fd78),_0x3aa48c[_0x58d8c6(0x242)]((_0x347c7d,_0x302729)=>_0xfaab0c[0x0][_0x302729]=_0x347c7d);try{for(let _0x34f94d=0x0;_0x34f94d<_0x3814cd;_0x34f94d++)for(let _0x2d5490=0x0;_0x2d5490<_0x1397bf;_0x2d5490++){const _0x2b417f=_0xfaab0c[_0x2d5490][_0x34f94d],_0x188dc7=_0x408e09[_0x2d5490][_0x34f94d];if(!_0x2b417f||!_0x188dc7)throw new Error(_0x58d8c6(0x192));const _0x272ec3=this[_0x58d8c6(0x216)](_0x188dc7[_0x58d8c6(0x2fd)],_0x2b417f[_0x58d8c6(0x2fd)]);if(isTransformMutationsFailure(_0x272ec3))return{'error':_0x272ec3[_0x58d8c6(0x31d)]};_0xfaab0c[_0x2d5490+0x1][_0x34f94d]={..._0x2b417f,'mutations':_0x272ec3['m2Prime']},_0x408e09[_0x2d5490][_0x34f94d+0x1]={..._0x188dc7,'mutations':_0x272ec3[_0x58d8c6(0x149)]};}return _0x465847?{'c2Prime':_0xfaab0c[_0x1397bf]}:{'c1Prime':_0x408e09[_0x58d8c6(0x270)](_0x5cf586=>_0x5cf586[_0x3814cd])['flat'](),'c2Prime':_0xfaab0c[_0x1397bf]};}catch(_0x4cabc8){throw console['error'](_0x4cabc8),_0x4cabc8;}}[_0x2c36f1(0x2b0)](_0x422248,_0x17dc49){const _0x1e79eb=_0x2c36f1,_0x3b8791=_0x422248[_0x1e79eb(0x2fd)],_0x4b8027=this[_0x1e79eb(0x216)](_0x3b8791,_0x17dc49);return isTransformMutationsFailure(_0x4b8027)?{'error':_0x4b8027[_0x1e79eb(0x31d)]}:{'m2Prime':_0x4b8027[_0x1e79eb(0x2ea)],'c1Prime':{..._0x422248,'mutations':_0x4b8027[_0x1e79eb(0x149)]}};}};__name(_TransformService,'TransformService');let TransformService=_TransformService;function checkChangesetsAligned(_0xe82988,_0x5c8398){const _0x53f0c2=_0x2c36f1;return _0xe82988[0x0][_0x53f0c2(0x210)]-0x1===_0x5c8398[0x0][_0x53f0c2(0x302)];}__name(checkChangesetsAligned,_0x2c36f1(0x283));function makeMatrixArray(_0x474385,_0x23a920){const _0x57f4a5=_0x2c36f1;return new Array(_0x474385)[_0x57f4a5(0x27a)](void 0x0)['map'](()=>new Array(_0x23a920));}__name(makeMatrixArray,_0x2c36f1(0x2ac));function makeArray(_0xc4073c){const _0x5393c8=_0x2c36f1;return Array[_0x5393c8(0x31b)](_0xc4073c)?_0xc4073c:[_0xc4073c];}__name(makeArray,_0x2c36f1(0x16f));const addCommentMutationWithSelf={'m1':AddCommentMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x24387e,_0x4968f0)=>{const _0x110faa=_0x2c36f1,_0x2bdbfd=_0x24387e[_0x110faa(0x19f)],_0x9b4de6=_0x4968f0[_0x110faa(0x19f)],_0x594be2={'m1Prime':_0x24387e,'m2Prime':_0x4968f0};if(_0x2bdbfd[_0x110faa(0x29b)]!==_0x9b4de6['unitId']||_0x2bdbfd[_0x110faa(0x2a0)]!==_0x9b4de6[_0x110faa(0x2a0)]||_0x2bdbfd[_0x110faa(0x173)]['ref']!==_0x9b4de6[_0x110faa(0x173)][_0x110faa(0x182)])return _0x594be2;if(!_0x2bdbfd['comment'][_0x110faa(0x288)]&&!_0x9b4de6[_0x110faa(0x173)][_0x110faa(0x288)]){const _0xe92e5b=Tools[_0x110faa(0x1e0)](_0x4968f0);return _0xe92e5b[_0x110faa(0x19f)][_0x110faa(0x173)][_0x110faa(0x288)]=_0x24387e[_0x110faa(0x19f)][_0x110faa(0x173)]['id'],{'m1Prime':[{'id':DeleteCommentMutation['id'],'params':{'unitId':_0x2bdbfd['unitId'],'subUnitId':_0x9b4de6[_0x110faa(0x2a0)],'commentId':_0x9b4de6['comment']['id']}},_0x24387e,_0xe92e5b],'m2Prime':[_0xe92e5b]};}return _0x594be2;},_0x2c36f1(0x281))},addConditionalFormattingRuleMutationWithSelf={'m1':AddConditionalRuleMutation['id'],'m2':AddConditionalRuleMutation['id'],'handler'(_0x121fba,_0x3bc65b){const _0xf74655=_0x2c36f1;if(_0x121fba[_0xf74655(0x19f)][_0xf74655(0x29b)]!==_0x3bc65b[_0xf74655(0x19f)][_0xf74655(0x29b)]||_0x121fba[_0xf74655(0x19f)][_0xf74655(0x2a0)]!==_0x3bc65b[_0xf74655(0x19f)]['subUnitId'])return{'m1Prime':_0x121fba,'m2Prime':_0x3bc65b};const {unitId:_0x1a13e2,subUnitId:_0x264bc1}=_0x121fba[_0xf74655(0x19f)],_0x50f588=Tools['deepClone'](_0x121fba),_0x1101d1=Tools[_0xf74655(0x1e0)](_0x3bc65b),_0x21eb8b=[_0x50f588],_0x1a754f={'unitId':_0x1a13e2,'subUnitId':_0x264bc1,'start':{'id':_0x1101d1[_0xf74655(0x19f)][_0xf74655(0x267)][_0xf74655(0x2be)],'type':'before'},'end':{'id':_0x1101d1[_0xf74655(0x19f)]['rule'][_0xf74655(0x2be)],'type':_0xf74655(0x158)}};return _0x21eb8b['push']({'id':MoveConditionalRuleMutation['id'],'params':_0x1a754f}),{'m1Prime':_0x21eb8b,'m2Prime':_0x1101d1};}};function applyAddMutationTransform(_0x47dd4d,_0x41a168,_0x5676a8,_0x464b2c){const _0x511113=_0x2c36f1,_0x257170=new ObjectMatrix();_0x5676a8[_0x511113(0x242)](_0x27c659=>{const _0x1c5066=_0x511113;_0x27c659[_0x1c5066(0x265)]['forEach'](_0x3e407f=>{const _0x5d7c68=_0x1c5066;Range[_0x5d7c68(0x201)](_0x3e407f,(_0x136316,_0x30d153)=>{const _0x20dded=_0x5d7c68;_0x257170[_0x20dded(0x2d0)](_0x136316,_0x30d153,_0x27c659[_0x20dded(0x2c8)]);});});}),_0x464b2c['forEach'](_0x134a99=>{const _0x2aa494=_0x511113;_0x134a99['ranges'][_0x2aa494(0x242)](_0x2a1af4=>{const _0x2f9d43=_0x2aa494;Range[_0x2f9d43(0x201)](_0x2a1af4,(_0xb03178,_0x1cbeaa)=>{const _0x1b9567=_0x2f9d43;_0x257170[_0x1b9567(0x2d0)](_0xb03178,_0x1cbeaa,_0x134a99[_0x1b9567(0x2c8)]);});});});const _0x235ba7=[];return _0x5676a8[_0x511113(0x242)](_0x6400d9=>{const _0x176bbe=_0x511113,_0x2bed86=queryObjectMatrix(_0x257170,_0x1636e6=>_0x1636e6===_0x6400d9[_0x176bbe(0x2c8)]);if(_0x2bed86[_0x176bbe(0x21b)]){if(!isRangesEqual(_0x2bed86,_0x6400d9['ranges'])){const _0x9f48b2={'ruleId':_0x6400d9[_0x176bbe(0x2c8)],'unitId':_0x47dd4d,'subUnitId':_0x41a168,'payload':{'type':UpdateRuleType[_0x176bbe(0x1ec)],'payload':_0x2bed86}};_0x235ba7[_0x176bbe(0x20c)]({'id':UpdateDataValidationMutation['id'],'params':_0x9f48b2});}}else{const _0x301a8b={'ruleId':_0x6400d9[_0x176bbe(0x2c8)],'unitId':_0x47dd4d,'subUnitId':_0x41a168};_0x235ba7['push']({'id':RemoveDataValidationMutation['id'],'params':_0x301a8b});}}),_0x235ba7;}__name(applyAddMutationTransform,'applyAddMutationTransform');function mergeAddMutation(_0x28ed4e,_0x135f4f){const _0x1ce304=_0x2c36f1,_0x393dd9=Tools[_0x1ce304(0x1e0)](Array['isArray'](_0x28ed4e[_0x1ce304(0x19f)][_0x1ce304(0x267)])?_0x28ed4e['params']['rule']:[_0x28ed4e[_0x1ce304(0x19f)][_0x1ce304(0x267)]]);return _0x135f4f[_0x1ce304(0x242)](_0x42d54c=>{const _0x467522=_0x1ce304;if(_0x42d54c['id']===UpdateDataValidationMutation['id']){const _0x902133=_0x42d54c,_0x44818f=_0x393dd9[_0x467522(0x1b4)](_0x24aae4=>_0x24aae4['uid']===_0x902133[_0x467522(0x19f)][_0x467522(0x2df)]);_0x44818f[_0x467522(0x265)]=_0x902133['params']['payload'][_0x467522(0x2fe)];}else{if(_0x42d54c['id']===RemoveDataValidationMutation['id']){const _0x12e253=_0x393dd9[_0x467522(0x206)](_0x21332d=>_0x21332d['uid']===_0x42d54c['params'][_0x467522(0x2df)]);_0x393dd9[_0x12e253]=null;}}}),_0x393dd9[_0x1ce304(0x2e3)](Boolean)[_0x1ce304(0x21b)]?[{..._0x28ed4e,'params':{..._0x28ed4e[_0x1ce304(0x19f)],'rule':_0x393dd9[_0x1ce304(0x2e3)](Boolean)}}]:[];}__name(mergeAddMutation,_0x2c36f1(0x273));const addDataValidationMutationWithSelf={'m1':AddDataValidationMutation['id'],'m2':AddDataValidationMutation['id'],'handler':__name((_0x2b9f62,_0x45bf01)=>{const _0x373b3c=_0x2c36f1,_0x414000={'m1Prime':_0x2b9f62,'m2Prime':_0x45bf01},_0x31528b=_0x2b9f62[_0x373b3c(0x19f)],_0xc6575d=_0x45bf01[_0x373b3c(0x19f)];if(_0x31528b[_0x373b3c(0x29b)]!==_0xc6575d[_0x373b3c(0x29b)]||_0x31528b[_0x373b3c(0x2a0)]!==_0xc6575d[_0x373b3c(0x2a0)])return _0x414000;const _0x4cee6a=Tools[_0x373b3c(0x1e0)](_0x2b9f62),_0x363213=Tools[_0x373b3c(0x1e0)](_0x45bf01),_0x50e04a=_0x31528b[_0x373b3c(0x29b)],_0x529ddb=_0xc6575d[_0x373b3c(0x2a0)],_0x2bf8c1=_0x4cee6a[_0x373b3c(0x19f)][_0x373b3c(0x267)],_0x21571f=_0x363213[_0x373b3c(0x19f)][_0x373b3c(0x267)];if(Array[_0x373b3c(0x31b)](_0x2bf8c1)&&Array[_0x373b3c(0x31b)](_0x21571f))return{'m1Prime':[],'m2Prime':[]};if(Array[_0x373b3c(0x31b)](_0x2bf8c1)){_0x4cee6a[_0x373b3c(0x19f)][_0x373b3c(0x248)]=0x0;const _0x48ca1e=applyAddMutationTransform(_0x50e04a,_0x529ddb,_0x2bf8c1,[_0x21571f]);return{'m1Prime':mergeAddMutation(_0x4cee6a,_0x48ca1e),'m2Prime':[..._0x48ca1e,_0x363213]};}if(Array[_0x373b3c(0x31b)](_0x21571f)){const _0x3e2f26=applyAddMutationTransform(_0x50e04a,_0x529ddb,_0x21571f,[_0x2bf8c1]);return _0x363213[_0x373b3c(0x19f)][_0x373b3c(0x248)]=0x0,{'m1Prime':mergeAddMutation(_0x4cee6a,_0x3e2f26),'m2Prime':[..._0x3e2f26,_0x363213]};}const _0x2bb49c=applyAddMutationTransform(_0x50e04a,_0x529ddb,[_0x2bf8c1],[_0x21571f]);return _0x363213[_0x373b3c(0x19f)][_0x373b3c(0x248)]=-0x1,{'m1Prime':mergeAddMutation(_0x4cee6a,_0x2bb49c),'m2Prime':[..._0x2bb49c,_0x363213]};},'handler')},addDataValidationMutationWithUpdate={'m1':AddDataValidationMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x4dcd9e,_0x4a4421)=>{const _0x3c9f7d=_0x2c36f1,_0x9bbb8b={'m1Prime':_0x4dcd9e,'m2Prime':_0x4a4421},_0x549f17=_0x4dcd9e[_0x3c9f7d(0x19f)],_0x1e904e=_0x4a4421['params'];if(_0x549f17['unitId']!==_0x1e904e[_0x3c9f7d(0x29b)]||_0x549f17['subUnitId']!==_0x1e904e[_0x3c9f7d(0x2a0)])return _0x9bbb8b;if(_0x4a4421[_0x3c9f7d(0x19f)][_0x3c9f7d(0x2fe)]['type']===UpdateRuleType[_0x3c9f7d(0x1ec)]){const {unitId:_0x98479a,subUnitId:_0x119e45}=_0x4dcd9e[_0x3c9f7d(0x19f)],_0xe2dd27=Array['isArray'](_0x4dcd9e['params'][_0x3c9f7d(0x267)])?_0x4dcd9e[_0x3c9f7d(0x19f)][_0x3c9f7d(0x267)]:[_0x4dcd9e[_0x3c9f7d(0x19f)][_0x3c9f7d(0x267)]],_0x1b129f=[],_0x8e525f=new ObjectMatrix();return _0xe2dd27[_0x3c9f7d(0x242)](_0x2bbd6c=>{const _0xab3567=_0x3c9f7d;_0x2bbd6c[_0xab3567(0x265)][_0xab3567(0x242)](_0x2da508=>{Range['foreach'](_0x2da508,(_0x222054,_0xa23680)=>{const _0x431cba=_0x319d;_0x8e525f[_0x431cba(0x2d0)](_0x222054,_0xa23680,_0x2bbd6c['uid']);});});}),_0x4a4421[_0x3c9f7d(0x19f)]['payload']['payload'][_0x3c9f7d(0x242)](_0x39d642=>{const _0x3f2f95=_0x3c9f7d;Range[_0x3f2f95(0x201)](_0x39d642,(_0x2526a2,_0x1809fe)=>{const _0x2b144e=_0x3f2f95;_0x8e525f[_0x2b144e(0x2d0)](_0x2526a2,_0x1809fe,_0x4a4421[_0x2b144e(0x19f)][_0x2b144e(0x2df)]);});}),_0xe2dd27[_0x3c9f7d(0x242)](_0x2a6eee=>{const _0x452420=_0x3c9f7d,_0x378626=queryObjectMatrix(_0x8e525f,_0x236604=>_0x236604===_0x2a6eee[_0x452420(0x2c8)]);isRangesEqual(_0x378626,_0x2a6eee[_0x452420(0x265)])||(_0x378626['length']?_0x1b129f[_0x452420(0x20c)]({'id':UpdateDataValidationMutation['id'],'params':{'unitId':_0x98479a,'subUnitId':_0x119e45,'ruleId':_0x2a6eee['uid'],'payload':{'type':UpdateRuleType['RANGE'],'payload':_0x378626}}}):_0x1b129f[_0x452420(0x20c)]({'id':RemoveDataValidationMutation['id'],'params':{'unitId':_0x98479a,'subUnitId':_0x119e45,'ruleId':_0x2a6eee[_0x452420(0x2c8)]}}));}),{'m1Prime':mergeAddMutation(_0x4dcd9e,_0x1b129f),'m2Prime':[..._0x1b129f,_0x4a4421]};}return _0x9bbb8b;},_0x2c36f1(0x281))},addHyperLinkWithSelf={'m1':AddHyperLinkMutation['id'],'m2':AddHyperLinkMutation['id'],'handler':__name((_0x29ed94,_0x3eef4e)=>{const _0x3731b1=_0x2c36f1,_0x22343c=_0x29ed94['params'],_0x4d389d=_0x3eef4e[_0x3731b1(0x19f)];return _0x22343c[_0x3731b1(0x29b)]===_0x4d389d[_0x3731b1(0x29b)]&&_0x22343c[_0x3731b1(0x2a0)]===_0x4d389d['subUnitId']&&_0x22343c[_0x3731b1(0x28c)][_0x3731b1(0x175)]===_0x4d389d[_0x3731b1(0x28c)]['row']&&_0x22343c[_0x3731b1(0x28c)][_0x3731b1(0x2bc)]===_0x4d389d[_0x3731b1(0x28c)][_0x3731b1(0x2bc)]?{'m2Prime':_0x3eef4e,'m1Prime':[]}:{'m1Prime':_0x29ed94,'m2Prime':_0x3eef4e};},_0x2c36f1(0x281))},addRangeProtectionWithAddComment={'m1':AddRangeProtectionMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x1d7a1d,_0x49454b)=>{const _0x5255e1=_0x2c36f1,_0x403657={'m1Prime':_0x1d7a1d,'m2Prime':_0x49454b};return _0x1d7a1d[_0x5255e1(0x19f)][_0x5255e1(0x29b)]!==_0x49454b[_0x5255e1(0x19f)][_0x5255e1(0x29b)]||_0x1d7a1d[_0x5255e1(0x19f)][_0x5255e1(0x2a0)]!==_0x49454b['params'][_0x5255e1(0x2a0)]?_0x403657:{'error':new Error(_0x5255e1(0x1c6))};},_0x2c36f1(0x281))},addRangeProtectionWithAddConditionRule={'m1':AddRangeProtectionMutation['id'],'m2':AddConditionalRuleMutation['id'],'handler':__name((_0xb0682,_0x56d6d9)=>{const _0x215fb9=_0x2c36f1,_0x2662f4={'m1Prime':_0xb0682,'m2Prime':_0x56d6d9};if(_0xb0682[_0x215fb9(0x19f)][_0x215fb9(0x29b)]!==_0x56d6d9[_0x215fb9(0x19f)][_0x215fb9(0x29b)]||_0xb0682[_0x215fb9(0x19f)][_0x215fb9(0x2a0)]!==_0x56d6d9[_0x215fb9(0x19f)][_0x215fb9(0x2a0)])return _0x2662f4;const _0xe13e16=_0xb0682[_0x215fb9(0x19f)][_0x215fb9(0x2d8)][_0x215fb9(0x270)](_0x164a4f=>_0x164a4f[_0x215fb9(0x265)])[_0x215fb9(0x1fc)](),_0x9ba060=_0x56d6d9['params']['rule']['ranges'];return _0xe13e16[_0x215fb9(0x1b2)](_0x109c68=>_0x9ba060[_0x215fb9(0x1b2)](_0x4c8d3d=>Rectangle[_0x215fb9(0x1f7)](_0x109c68,_0x4c8d3d)))?{'error':new Error(_0x215fb9(0x1b1))}:_0x2662f4;},_0x2c36f1(0x281))},addRangeProtectionWithSelf={'m1':AddRangeProtectionMutation['id'],'m2':AddRangeProtectionMutation['id'],'handler':__name((_0x3ab301,_0x427854)=>{const _0x2b8409=_0x2c36f1,_0x9e2927={'m1Prime':_0x3ab301,'m2Prime':_0x427854};if(_0x3ab301[_0x2b8409(0x19f)]['unitId']!==_0x427854['params']['unitId']||_0x3ab301['params'][_0x2b8409(0x2a0)]!==_0x427854[_0x2b8409(0x19f)]['subUnitId'])return _0x9e2927;const _0x55392b=_0x3ab301[_0x2b8409(0x19f)]['rules'][_0x2b8409(0x270)](_0x59aaf2=>_0x59aaf2[_0x2b8409(0x265)])['flat'](),_0x25ae1f=_0x427854['params'][_0x2b8409(0x2d8)]['map'](_0x27322b=>_0x27322b[_0x2b8409(0x265)])[_0x2b8409(0x1fc)]();return _0x55392b[_0x2b8409(0x1b2)](_0x3f99c2=>_0x25ae1f[_0x2b8409(0x1b2)](_0x132c28=>Rectangle[_0x2b8409(0x1f7)](_0x3f99c2,_0x132c28)))?{'error':new Error(_0x2b8409(0x28a))}:_0x9e2927;},_0x2c36f1(0x281))},addRangeProtectionWithAddWorksheetMerge={'m1':AddRangeProtectionMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler':__name((_0x23b3d8,_0x45df13)=>{const _0x3a4f46=_0x2c36f1,_0xf340e0={'m1Prime':_0x23b3d8,'m2Prime':_0x45df13};if(_0x23b3d8['params'][_0x3a4f46(0x29b)]!==_0x45df13[_0x3a4f46(0x19f)][_0x3a4f46(0x29b)]||_0x23b3d8[_0x3a4f46(0x19f)]['subUnitId']!==_0x45df13['params'][_0x3a4f46(0x2a0)])return _0xf340e0;const _0x4e31c8=_0x23b3d8[_0x3a4f46(0x19f)][_0x3a4f46(0x2d8)][_0x3a4f46(0x270)](_0xbdfdd9=>_0xbdfdd9[_0x3a4f46(0x265)])[_0x3a4f46(0x1fc)](),_0x4d78e7=_0x45df13['params'][_0x3a4f46(0x265)];return _0x4e31c8[_0x3a4f46(0x1b2)](_0x4fcd11=>_0x4d78e7[_0x3a4f46(0x1b2)](_0x128c76=>Rectangle[_0x3a4f46(0x1f7)](_0x4fcd11,_0x128c76)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge')}:_0xf340e0;},_0x2c36f1(0x281))},addRangeProtectionWithAddWorksheetProtection={'m1':AddRangeProtectionMutation['id'],'m2':AddWorksheetProtectionMutation['id'],'handler':__name((_0xd2fb75,_0x5c6b5a)=>{const _0x8a623f=_0x2c36f1,_0x1ac5f7={'m1Prime':_0xd2fb75,'m2Prime':_0x5c6b5a};return _0xd2fb75[_0x8a623f(0x19f)][_0x8a623f(0x29b)]!==_0x5c6b5a[_0x8a623f(0x19f)]['unitId']||_0xd2fb75[_0x8a623f(0x19f)][_0x8a623f(0x2a0)]!==_0x5c6b5a['params'][_0x8a623f(0x267)][_0x8a623f(0x2a0)]?_0x1ac5f7:{'error':new Error(_0x8a623f(0x264))};},_0x2c36f1(0x281))},addRangeProtectionWithDeleteConditionFormattingRule={'m1':AddRangeProtectionMutation['id'],'m2':DeleteConditionalRuleMutation['id'],'handler':__name((_0x4ed7b5,_0xad0a71)=>{const _0x55f363=_0x2c36f1,_0x57ce59={'m1Prime':_0x4ed7b5,'m2Prime':_0xad0a71};return _0x4ed7b5[_0x55f363(0x19f)][_0x55f363(0x29b)]!==_0xad0a71[_0x55f363(0x19f)][_0x55f363(0x29b)]||_0x4ed7b5[_0x55f363(0x19f)][_0x55f363(0x2a0)]!==_0xad0a71['params'][_0x55f363(0x2a0)]?_0x57ce59:{'error':new Error(_0x55f363(0x1de))};},_0x2c36f1(0x281))},addRangeProtectionWithInsertCol={'m1':AddRangeProtectionMutation['id'],'m2':InsertColMutation['id'],'handler':__name((_0x57ef83,_0x482d33)=>{const _0x18064f=_0x2c36f1,_0x1bc5b6={'m1Prime':_0x57ef83,'m2Prime':_0x482d33};if(_0x57ef83[_0x18064f(0x19f)][_0x18064f(0x29b)]!==_0x482d33[_0x18064f(0x19f)][_0x18064f(0x29b)]||_0x57ef83['params'][_0x18064f(0x2a0)]!==_0x482d33[_0x18064f(0x19f)][_0x18064f(0x2a0)])return _0x1bc5b6;const _0x1f37bd=_0x57ef83[_0x18064f(0x19f)][_0x18064f(0x2d8)][_0x18064f(0x270)](_0x3cc031=>_0x3cc031[_0x18064f(0x265)])[_0x18064f(0x1fc)](),_0x423ed3=_0x482d33[_0x18064f(0x19f)]['range'];return _0x1f37bd[_0x18064f(0x1b2)](_0x2c5390=>Rectangle[_0x18064f(0x1f7)](_0x2c5390,_0x423ed3))?{'error':new Error(_0x18064f(0x1c3))}:_0x1bc5b6;},'handler')},addRangeProtectionWithInsertRow={'m1':AddRangeProtectionMutation['id'],'m2':InsertRowMutation['id'],'handler':__name((_0x4cc859,_0x20bfa0)=>{const _0x4c9331=_0x2c36f1,_0x2cecbf={'m1Prime':_0x4cc859,'m2Prime':_0x20bfa0};if(_0x4cc859[_0x4c9331(0x19f)][_0x4c9331(0x29b)]!==_0x20bfa0['params'][_0x4c9331(0x29b)]||_0x4cc859[_0x4c9331(0x19f)][_0x4c9331(0x2a0)]!==_0x20bfa0[_0x4c9331(0x19f)]['subUnitId'])return _0x2cecbf;const _0x4f9762=_0x4cc859[_0x4c9331(0x19f)][_0x4c9331(0x2d8)]['map'](_0x782072=>_0x782072['ranges'])[_0x4c9331(0x1fc)](),_0x2e3609=_0x20bfa0[_0x4c9331(0x19f)][_0x4c9331(0x20d)];return _0x4f9762[_0x4c9331(0x1b2)](_0x442ba5=>Rectangle['intersects'](_0x442ba5,_0x2e3609))?{'error':new Error(_0x4c9331(0x1e9))}:_0x2cecbf;},_0x2c36f1(0x281))},addRangeProtectionWithMoveCol={'m1':AddRangeProtectionMutation['id'],'m2':MoveColsMutation['id'],'handler':__name((_0x3be170,_0x2f2b65)=>{const _0x424df3=_0x2c36f1,_0x4a4edc={'m1Prime':_0x3be170,'m2Prime':_0x2f2b65};if(_0x3be170[_0x424df3(0x19f)][_0x424df3(0x29b)]!==_0x2f2b65[_0x424df3(0x19f)]['unitId']||_0x3be170[_0x424df3(0x19f)]['subUnitId']!==_0x2f2b65[_0x424df3(0x19f)]['subUnitId'])return _0x4a4edc;const _0xe4ba54=_0x3be170[_0x424df3(0x19f)]['rules']['map'](_0x19c070=>_0x19c070[_0x424df3(0x265)])[_0x424df3(0x1fc)](),_0x35deb7=[_0x2f2b65[_0x424df3(0x19f)]['sourceRange'],_0x2f2b65['params'][_0x424df3(0x236)]];return _0xe4ba54[_0x424df3(0x1b2)](_0x583458=>_0x35deb7[_0x424df3(0x1b2)](_0x40a385=>Rectangle[_0x424df3(0x1f7)](_0x583458,_0x40a385)))?{'error':new Error(_0x424df3(0x2e6))}:_0x4a4edc;},'handler')},addRangeProtectionWithMoveRange={'m1':AddRangeProtectionMutation['id'],'m2':MoveRangeMutation['id'],'handler':__name((_0x184bec,_0x50fadd)=>{const _0x2fba1f=_0x2c36f1,_0x4d61e6={'m1Prime':_0x184bec,'m2Prime':_0x50fadd};if(_0x184bec[_0x2fba1f(0x19f)][_0x2fba1f(0x29b)]!==_0x50fadd[_0x2fba1f(0x19f)]['unitId']||_0x184bec[_0x2fba1f(0x19f)][_0x2fba1f(0x2a0)]!==_0x50fadd[_0x2fba1f(0x19f)][_0x2fba1f(0x312)][_0x2fba1f(0x2a0)])return _0x4d61e6;const _0x1a6e85=_0x184bec[_0x2fba1f(0x19f)][_0x2fba1f(0x2d8)]['map'](_0x1568fe=>_0x1568fe[_0x2fba1f(0x265)])[_0x2fba1f(0x1fc)](),_0x3a1089=new ObjectMatrix(_0x50fadd[_0x2fba1f(0x19f)][_0x2fba1f(0x312)][_0x2fba1f(0x300)])[_0x2fba1f(0x280)](),_0x934bda=new ObjectMatrix(_0x50fadd[_0x2fba1f(0x19f)]['to']['value'])[_0x2fba1f(0x280)](),_0x51315d=[_0x3a1089,_0x934bda];return _0x1a6e85[_0x2fba1f(0x1b2)](_0x180999=>_0x51315d[_0x2fba1f(0x1b2)](_0x71165=>Rectangle[_0x2fba1f(0x1f7)](_0x180999,_0x71165)))?{'error':new Error(_0x2fba1f(0x2a3))}:_0x4d61e6;},'handler')},addRangeProtectionWithMoveRow={'m1':AddRangeProtectionMutation['id'],'m2':MoveRowsMutation['id'],'handler':__name((_0x4535ab,_0x9e3dab)=>{const _0x47e179=_0x2c36f1,_0x1856a8={'m1Prime':_0x4535ab,'m2Prime':_0x9e3dab};if(_0x4535ab['params'][_0x47e179(0x29b)]!==_0x9e3dab[_0x47e179(0x19f)][_0x47e179(0x29b)]||_0x4535ab[_0x47e179(0x19f)][_0x47e179(0x2a0)]!==_0x9e3dab[_0x47e179(0x19f)][_0x47e179(0x2a0)])return _0x1856a8;const _0x13d25b=_0x4535ab[_0x47e179(0x19f)][_0x47e179(0x2d8)][_0x47e179(0x270)](_0xe94f45=>_0xe94f45[_0x47e179(0x265)])[_0x47e179(0x1fc)](),_0x9f97c5=[_0x9e3dab[_0x47e179(0x19f)][_0x47e179(0x1f8)],_0x9e3dab[_0x47e179(0x19f)][_0x47e179(0x236)]];return _0x13d25b[_0x47e179(0x1b2)](_0xc52f=>_0x9f97c5[_0x47e179(0x1b2)](_0x53452e=>Rectangle[_0x47e179(0x1f7)](_0xc52f,_0x53452e)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row')}:_0x1856a8;},'handler')},addRangeProtectionWithRemoveCol={'m1':AddRangeProtectionMutation['id'],'m2':RemoveColMutation['id'],'handler':__name((_0x58384b,_0x1be127)=>{const _0x2721b7=_0x2c36f1,_0x3c4802={'m1Prime':_0x58384b,'m2Prime':_0x1be127};if(_0x58384b[_0x2721b7(0x19f)][_0x2721b7(0x29b)]!==_0x1be127[_0x2721b7(0x19f)][_0x2721b7(0x29b)]||_0x58384b['params'][_0x2721b7(0x2a0)]!==_0x1be127[_0x2721b7(0x19f)]['subUnitId'])return _0x3c4802;const _0x2449c2=_0x58384b[_0x2721b7(0x19f)][_0x2721b7(0x2d8)][_0x2721b7(0x270)](_0x1d1671=>_0x1d1671[_0x2721b7(0x265)])[_0x2721b7(0x1fc)](),_0x1fecfe=_0x1be127['params'][_0x2721b7(0x20d)];return _0x2449c2['some'](_0xe2674f=>Rectangle[_0x2721b7(0x1f7)](_0xe2674f,_0x1fecfe))?{'error':new Error(_0x2721b7(0x159))}:_0x3c4802;},'handler')},addRangeProtectionWithRemoveDataValidation={'m1':AddRangeProtectionMutation['id'],'m2':RemoveDataValidationMutation['id'],'handler':__name((_0x4e8eec,_0x410dfd)=>{const _0x974cdf=_0x2c36f1,_0x3f65ba={'m1Prime':_0x4e8eec,'m2Prime':_0x410dfd};return _0x4e8eec[_0x974cdf(0x19f)][_0x974cdf(0x29b)]!==_0x410dfd[_0x974cdf(0x19f)]['unitId']||_0x4e8eec[_0x974cdf(0x19f)][_0x974cdf(0x2a0)]!==_0x410dfd['params'][_0x974cdf(0x2a0)]?_0x3f65ba:{'error':new Error(_0x974cdf(0x148))};},_0x2c36f1(0x281))},addRangeProtectionWithRemoveNumfmt={'m1':AddRangeProtectionMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler':__name((_0x1fd474,_0x1326e4)=>{const _0x1630f9=_0x2c36f1,_0x5dc57d={'m1Prime':_0x1fd474,'m2Prime':_0x1326e4};if(_0x1fd474[_0x1630f9(0x19f)][_0x1630f9(0x29b)]!==_0x1326e4[_0x1630f9(0x19f)][_0x1630f9(0x29b)]||_0x1fd474[_0x1630f9(0x19f)][_0x1630f9(0x2a0)]!==_0x1326e4[_0x1630f9(0x19f)][_0x1630f9(0x2a0)])return _0x5dc57d;const _0x4b80d2=_0x1fd474['params']['rules'][_0x1630f9(0x270)](_0x6f6037=>_0x6f6037[_0x1630f9(0x265)])['flat'](),_0x412c27=_0x1326e4[_0x1630f9(0x19f)]['ranges'];return _0x4b80d2[_0x1630f9(0x1b2)](_0x50d37b=>_0x412c27[_0x1630f9(0x1b2)](_0x12b02e=>Rectangle[_0x1630f9(0x1f7)](_0x50d37b,_0x12b02e)))?{'error':new Error(_0x1630f9(0x2c2))}:_0x5dc57d;},_0x2c36f1(0x281))},addRangeProtectionWithRemoveFilter={'m1':AddRangeProtectionMutation['id'],'m2':RemoveSheetsFilterMutation['id'],'handler':__name((_0x4a44e1,_0x2bf72c)=>{const _0x594c0f=_0x2c36f1,_0x653b97={'m1Prime':_0x4a44e1,'m2Prime':_0x2bf72c};return _0x4a44e1[_0x594c0f(0x19f)][_0x594c0f(0x29b)]!==_0x2bf72c[_0x594c0f(0x19f)][_0x594c0f(0x29b)]||_0x4a44e1['params'][_0x594c0f(0x2a0)]!==_0x2bf72c[_0x594c0f(0x19f)][_0x594c0f(0x2a0)]?_0x653b97:{'error':new Error(_0x594c0f(0x2c6))};},_0x2c36f1(0x281))},addRangeProtectionWithRemoveWorksheetMerge={'m1':AddRangeProtectionMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler':__name((_0x288618,_0x4a7112)=>{const _0x123732=_0x2c36f1,_0x1ffc80={'m1Prime':_0x288618,'m2Prime':_0x4a7112};if(_0x288618[_0x123732(0x19f)][_0x123732(0x29b)]!==_0x4a7112[_0x123732(0x19f)]['unitId']||_0x288618['params'][_0x123732(0x2a0)]!==_0x4a7112[_0x123732(0x19f)][_0x123732(0x2a0)])return _0x1ffc80;const _0x408470=_0x288618[_0x123732(0x19f)]['rules']['map'](_0x2cd862=>_0x2cd862[_0x123732(0x265)])[_0x123732(0x1fc)](),_0x11cfbe=_0x4a7112[_0x123732(0x19f)]['ranges'];return _0x408470[_0x123732(0x1b2)](_0xfb5f1c=>_0x11cfbe[_0x123732(0x1b2)](_0x35e907=>Rectangle[_0x123732(0x1f7)](_0xfb5f1c,_0x35e907)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge')}:_0x1ffc80;},_0x2c36f1(0x281))},addRangeProtectionWithSetConditionalFormattingRule={'m1':AddRangeProtectionMutation['id'],'m2':SetConditionalRuleMutation['id'],'handler':__name((_0x44195d,_0x1920e2)=>{const _0x28cfac=_0x2c36f1,_0x13fbb1={'m1Prime':_0x44195d,'m2Prime':_0x1920e2};if(_0x44195d['params'][_0x28cfac(0x29b)]!==_0x1920e2[_0x28cfac(0x19f)][_0x28cfac(0x29b)]||_0x44195d[_0x28cfac(0x19f)][_0x28cfac(0x2a0)]!==_0x1920e2[_0x28cfac(0x19f)][_0x28cfac(0x2a0)])return _0x13fbb1;const _0x45ebde=_0x44195d[_0x28cfac(0x19f)][_0x28cfac(0x2d8)][_0x28cfac(0x270)](_0x45fafa=>_0x45fafa[_0x28cfac(0x265)])['flat'](),_0xe2636a=_0x1920e2[_0x28cfac(0x19f)][_0x28cfac(0x267)][_0x28cfac(0x265)];return _0x45ebde['some'](_0x24fe79=>_0xe2636a[_0x28cfac(0x1b2)](_0x4f0960=>Rectangle['intersects'](_0x24fe79,_0x4f0960)))?{'error':new Error(_0x28cfac(0x190))}:_0x13fbb1;},_0x2c36f1(0x281))},addRangeProtectionWithSetFrozen={'m1':AddRangeProtectionMutation['id'],'m2':SetFrozenMutation['id'],'handler':__name((_0x129378,_0x5e1c77)=>{const _0xc65faf=_0x2c36f1,_0x44318d={'m1Prime':_0x129378,'m2Prime':_0x5e1c77};if(_0x129378[_0xc65faf(0x19f)]['unitId']!==_0x5e1c77['params']['unitId']||_0x129378[_0xc65faf(0x19f)][_0xc65faf(0x2a0)]!==_0x5e1c77['params'][_0xc65faf(0x2a0)])return _0x44318d;const _0x54dd8c=_0x129378['params']['rules'][_0xc65faf(0x270)](_0x8bc7f6=>_0x8bc7f6[_0xc65faf(0x265)])[_0xc65faf(0x1fc)](),_0x1ec1b9=[{'startRow':_0x5e1c77[_0xc65faf(0x19f)][_0xc65faf(0x215)],'endRow':_0x5e1c77[_0xc65faf(0x19f)]['startRow'],'startColumn':_0x5e1c77['params']['startColumn'],'endColumn':_0x5e1c77['params']['startColumn']}];return _0x54dd8c[_0xc65faf(0x1b2)](_0x3a6bc9=>_0x1ec1b9[_0xc65faf(0x1b2)](_0x357d8b=>Rectangle[_0xc65faf(0x1f7)](_0x3a6bc9,_0x357d8b)))?{'error':new Error(_0xc65faf(0x15a))}:_0x44318d;},_0x2c36f1(0x281))},addRangeProtectionWithSetNumfmt={'m1':AddRangeProtectionMutation['id'],'m2':SetNumfmtMutation['id'],'handler':__name((_0x24746e,_0x12ef9e)=>{const _0x659d1d=_0x2c36f1,_0x4c9d15={'m1Prime':_0x24746e,'m2Prime':_0x12ef9e};return _0x24746e['params'][_0x659d1d(0x29b)]!==_0x12ef9e[_0x659d1d(0x19f)][_0x659d1d(0x29b)]||_0x24746e[_0x659d1d(0x19f)]['subUnitId']!==_0x12ef9e[_0x659d1d(0x19f)][_0x659d1d(0x2a0)]?_0x4c9d15:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt')};},_0x2c36f1(0x281))},addRangeProtectionWithSetRangeProtection={'m1':AddRangeProtectionMutation['id'],'m2':SetRangeProtectionMutation['id'],'handler':__name((_0x26b95b,_0x503b23)=>{const _0x48de1b=_0x2c36f1,_0x14e9da={'m1Prime':_0x26b95b,'m2Prime':_0x503b23};if(_0x26b95b['params'][_0x48de1b(0x29b)]!==_0x503b23[_0x48de1b(0x19f)][_0x48de1b(0x29b)]||_0x26b95b[_0x48de1b(0x19f)][_0x48de1b(0x2a0)]!==_0x503b23['params'][_0x48de1b(0x2a0)])return _0x14e9da;const _0x5b02ff=_0x26b95b[_0x48de1b(0x19f)][_0x48de1b(0x2d8)][_0x48de1b(0x270)](_0x32dc50=>_0x32dc50['ranges'])[_0x48de1b(0x1fc)](),_0x3f45de=_0x503b23['params'][_0x48de1b(0x267)][_0x48de1b(0x265)];return _0x5b02ff['some'](_0x27f9ce=>_0x3f45de[_0x48de1b(0x1b2)](_0x4a1b03=>Rectangle[_0x48de1b(0x1f7)](_0x27f9ce,_0x4a1b03)))?{'error':new Error(_0x48de1b(0x290))}:_0x14e9da;},_0x2c36f1(0x281))},addRangeProtectionWithSetRangeValue={'m1':AddRangeProtectionMutation['id'],'m2':SetRangeValuesMutation['id'],'handler':__name((_0x1e1fb6,_0x26f1bd)=>{const _0x2e8cf8=_0x2c36f1,_0x139550={'m1Prime':_0x1e1fb6,'m2Prime':_0x26f1bd};if(_0x1e1fb6[_0x2e8cf8(0x19f)][_0x2e8cf8(0x29b)]!==_0x26f1bd['params'][_0x2e8cf8(0x29b)]||_0x1e1fb6[_0x2e8cf8(0x19f)]['subUnitId']!==_0x26f1bd[_0x2e8cf8(0x19f)][_0x2e8cf8(0x2a0)])return _0x139550;const _0x3d5770=_0x1e1fb6['params'][_0x2e8cf8(0x2d8)][_0x2e8cf8(0x270)](_0x175a7a=>_0x175a7a[_0x2e8cf8(0x265)])[_0x2e8cf8(0x1fc)](),_0x52245f=new ObjectMatrix(_0x26f1bd[_0x2e8cf8(0x19f)][_0x2e8cf8(0x2d2)])['getDataRange']();return _0x3d5770[_0x2e8cf8(0x1b2)](_0x5a004f=>Rectangle['intersects'](_0x5a004f,_0x52245f))?{'error':new Error(_0x2e8cf8(0x1a2))}:_0x139550;},_0x2c36f1(0x281))},addRangeProtectionWithSetWorksheetColWidth={'m1':AddRangeProtectionMutation['id'],'m2':SetWorksheetColWidthMutation['id'],'handler':__name((_0x4b7feb,_0x14893a)=>{const _0x233e1b=_0x2c36f1,_0x1f83c3={'m1Prime':_0x4b7feb,'m2Prime':_0x14893a};if(_0x4b7feb[_0x233e1b(0x19f)]['unitId']!==_0x14893a[_0x233e1b(0x19f)]['unitId']||_0x4b7feb['params']['subUnitId']!==_0x14893a[_0x233e1b(0x19f)][_0x233e1b(0x2a0)])return _0x1f83c3;const _0x307f1d=_0x4b7feb[_0x233e1b(0x19f)][_0x233e1b(0x2d8)][_0x233e1b(0x270)](_0xed3783=>_0xed3783[_0x233e1b(0x265)])[_0x233e1b(0x1fc)](),_0x16f7ef=_0x14893a['params'][_0x233e1b(0x265)];return _0x307f1d[_0x233e1b(0x1b2)](_0x4033d6=>_0x16f7ef[_0x233e1b(0x1b2)](_0x24420c=>Rectangle[_0x233e1b(0x1f7)](_0x4033d6,_0x24420c)))?{'error':new Error(_0x233e1b(0x160))}:_0x1f83c3;},_0x2c36f1(0x281))},addRangeProtectionWithUpdateComment={'m1':AddRangeProtectionMutation['id'],'m2':UpdateCommentMutation['id'],'handler':__name((_0x1c131c,_0x3e4cee)=>{const _0x4bbb4f=_0x2c36f1,_0x14cc97={'m1Prime':_0x1c131c,'m2Prime':_0x3e4cee};return _0x1c131c['params']['unitId']!==_0x3e4cee[_0x4bbb4f(0x19f)][_0x4bbb4f(0x29b)]||_0x1c131c['params']['subUnitId']!==_0x3e4cee[_0x4bbb4f(0x19f)][_0x4bbb4f(0x2a0)]?_0x14cc97:{'error':new Error(_0x4bbb4f(0x2b3))};},_0x2c36f1(0x281))},addRangeProtectionWithUpdateDataValidation={'m1':AddRangeProtectionMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x1a15e8,_0x5e2f2a)=>{const _0x65c94b=_0x2c36f1,_0x51c14d={'m1Prime':_0x1a15e8,'m2Prime':_0x5e2f2a};return _0x1a15e8[_0x65c94b(0x19f)][_0x65c94b(0x29b)]!==_0x5e2f2a['params'][_0x65c94b(0x29b)]||_0x1a15e8[_0x65c94b(0x19f)][_0x65c94b(0x2a0)]!==_0x5e2f2a[_0x65c94b(0x19f)]['subUnitId']?_0x51c14d:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule')};},'handler')},addWorksheetMergeMutationWithSelf={'m1':AddWorksheetMergeMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x5d05c7,_0x14d076){const _0x4e14d2=_0x2c36f1,_0x28f70d=Tools[_0x4e14d2(0x1e0)](_0x5d05c7),_0xe8a635=Tools['deepClone'](_0x14d076);if(_0x5d05c7[_0x4e14d2(0x19f)][_0x4e14d2(0x29b)]!==_0x14d076['params'][_0x4e14d2(0x29b)]||_0x5d05c7[_0x4e14d2(0x19f)][_0x4e14d2(0x2a0)]!==_0x14d076[_0x4e14d2(0x19f)][_0x4e14d2(0x2a0)])return{'m1Prime':_0x28f70d,'m2Prime':_0xe8a635};const _0x5a560a=_0x28f70d[_0x4e14d2(0x19f)][_0x4e14d2(0x265)],_0x1321a4=_0xe8a635['params'][_0x4e14d2(0x265)],_0xfbd2d7=[_0xe8a635],_0x145fd0=new Set();for(let _0x5f263a=0x0;_0x5f263a<_0x5a560a[_0x4e14d2(0x21b)];_0x5f263a++)for(let _0x4d2c24=0x0;_0x4d2c24<_0x1321a4['length'];_0x4d2c24++)if(Rectangle[_0x4e14d2(0x1f7)](_0x5a560a[_0x5f263a],_0x1321a4[_0x4d2c24])){_0x145fd0[_0x4e14d2(0x1b5)](_0x5a560a[_0x5f263a]),_0x5a560a['splice'](_0x5f263a,0x1),_0x5f263a--;break;}return _0x145fd0[_0x4e14d2(0x15f)]>0x0&&_0xfbd2d7['unshift']({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x5d05c7[_0x4e14d2(0x19f)][_0x4e14d2(0x29b)],'subUnitId':_0x5d05c7[_0x4e14d2(0x19f)]['subUnitId'],'ranges':Array[_0x4e14d2(0x312)](_0x145fd0)}}),_0x5a560a['length']===0x0&&(_0x28f70d['id']=EmptyMutation['id']),{'m1Prime':_0x28f70d,'m2Prime':_0xfbd2d7[_0x4e14d2(0x21b)]>0x1?_0xfbd2d7:_0xe8a635};}},addWorksheetMergeMutationWithInsertColMutation={'m1':AddWorksheetMergeMutation['id'],'m2':InsertColMutation['id'],'handler'(_0x22a9d4,_0x3e9785){const _0x51e4a7=_0x2c36f1,_0x50b1c7=Tools[_0x51e4a7(0x1e0)](_0x22a9d4),_0x53b1c2=Tools['deepClone'](_0x3e9785);if(_0x22a9d4[_0x51e4a7(0x19f)]['unitId']!==_0x3e9785['params'][_0x51e4a7(0x29b)]||_0x22a9d4['params'][_0x51e4a7(0x2a0)]!==_0x3e9785['params']['subUnitId'])return{'m1Prime':_0x50b1c7,'m2Prime':_0x53b1c2};const _0x240ae7=_0x22a9d4[_0x51e4a7(0x19f)][_0x51e4a7(0x29b)],_0x6a8c67=_0x22a9d4[_0x51e4a7(0x19f)][_0x51e4a7(0x2a0)],_0x3f5b4d=[_0x53b1c2],_0x1ea8b9=[],_0x38f907=[];return _0x50b1c7['params'][_0x51e4a7(0x265)][_0x51e4a7(0x242)](_0x291765=>{const _0x5c16dc=_0x51e4a7,_0x38583b=_0x3e9785[_0x5c16dc(0x19f)][_0x5c16dc(0x20d)],_0x546d26=_0x38583b['endColumn']-_0x38583b[_0x5c16dc(0x308)]+0x1;_0x38583b[_0x5c16dc(0x308)]<=_0x291765[_0x5c16dc(0x308)]?(_0x1ea8b9[_0x5c16dc(0x20c)]({..._0x291765}),_0x38f907[_0x5c16dc(0x20c)]({..._0x291765,'startColumn':_0x291765[_0x5c16dc(0x308)]+_0x546d26,'endColumn':_0x291765[_0x5c16dc(0x2b1)]+_0x546d26}),_0x291765['startColumn']=_0x291765['startColumn']+_0x546d26,_0x291765[_0x5c16dc(0x2b1)]=_0x291765[_0x5c16dc(0x2b1)]+_0x546d26):_0x38583b['startColumn']>_0x291765['startColumn']&&_0x38583b['startColumn']<=_0x291765[_0x5c16dc(0x2b1)]&&(_0x1ea8b9[_0x5c16dc(0x20c)]({..._0x291765}),_0x38f907['push']({..._0x291765,'endColumn':_0x291765[_0x5c16dc(0x2b1)]+_0x546d26}),_0x291765[_0x5c16dc(0x2b1)]=_0x291765[_0x5c16dc(0x2b1)]+_0x546d26);}),_0x1ea8b9[_0x51e4a7(0x21b)]>0x0&&_0x3f5b4d[_0x51e4a7(0x24c)]({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x240ae7,'subUnitId':_0x6a8c67,'ranges':_0x1ea8b9}}),_0x38f907[_0x51e4a7(0x21b)]>0x0&&_0x3f5b4d['push']({'id':AddWorksheetMergeMutation['id'],'params':{'unitId':_0x240ae7,'subUnitId':_0x6a8c67,'ranges':_0x38f907}}),{'m1Prime':_0x50b1c7,'m2Prime':_0x3f5b4d[_0x51e4a7(0x21b)]>0x1?_0x3f5b4d:_0x3f5b4d[0x0]};}},addWorksheetMergeMutationWithInsertRowMutation={'m1':AddWorksheetMergeMutation['id'],'m2':InsertRowMutation['id'],'handler'(_0x5cc070,_0xa272b3){const _0x3d2ba8=_0x2c36f1,_0x274cf5=Tools[_0x3d2ba8(0x1e0)](_0x5cc070),_0x46ecc8=Tools[_0x3d2ba8(0x1e0)](_0xa272b3);if(_0x5cc070[_0x3d2ba8(0x19f)]['unitId']!==_0xa272b3[_0x3d2ba8(0x19f)][_0x3d2ba8(0x29b)]||_0x5cc070['params'][_0x3d2ba8(0x2a0)]!==_0xa272b3[_0x3d2ba8(0x19f)][_0x3d2ba8(0x2a0)])return{'m1Prime':_0x274cf5,'m2Prime':_0x46ecc8};const _0x485d59=_0x5cc070[_0x3d2ba8(0x19f)][_0x3d2ba8(0x29b)],_0x406af0=_0x5cc070[_0x3d2ba8(0x19f)]['subUnitId'],_0x393ddf=[_0x46ecc8],_0xf57735=[],_0x21fb11=[];return _0x274cf5[_0x3d2ba8(0x19f)][_0x3d2ba8(0x265)]['forEach'](_0x2991a4=>{const _0x46470b=_0x3d2ba8,_0x27ee9f=_0xa272b3[_0x46470b(0x19f)][_0x46470b(0x20d)],_0x1513ca=_0x27ee9f[_0x46470b(0x2de)]-_0x27ee9f[_0x46470b(0x215)]+0x1;_0x27ee9f[_0x46470b(0x215)]<=_0x2991a4['startRow']?(_0xf57735[_0x46470b(0x20c)]({..._0x2991a4}),_0x21fb11['push']({..._0x2991a4,'startRow':_0x2991a4[_0x46470b(0x215)]+_0x1513ca,'endRow':_0x2991a4[_0x46470b(0x2de)]+_0x1513ca}),_0x2991a4[_0x46470b(0x215)]=_0x2991a4[_0x46470b(0x215)]+_0x1513ca,_0x2991a4[_0x46470b(0x2de)]=_0x2991a4[_0x46470b(0x2de)]+_0x1513ca):_0x27ee9f['startRow']>_0x2991a4[_0x46470b(0x215)]&&_0x27ee9f[_0x46470b(0x215)]<=_0x2991a4[_0x46470b(0x2de)]&&(_0xf57735['push']({..._0x2991a4}),_0x21fb11[_0x46470b(0x20c)]({..._0x2991a4,'endRow':_0x2991a4['endRow']+_0x1513ca}),_0x2991a4[_0x46470b(0x2de)]=_0x2991a4[_0x46470b(0x2de)]+_0x1513ca);}),_0xf57735[_0x3d2ba8(0x21b)]>0x0&&_0x393ddf[_0x3d2ba8(0x24c)]({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x485d59,'subUnitId':_0x406af0,'ranges':_0xf57735}}),_0x21fb11[_0x3d2ba8(0x21b)]>0x0&&_0x393ddf['push']({'id':AddWorksheetMergeMutation['id'],'params':{'unitId':_0x485d59,'subUnitId':_0x406af0,'ranges':_0x21fb11}}),{'m1Prime':_0x274cf5,'m2Prime':_0x393ddf[_0x3d2ba8(0x21b)]>0x1?_0x393ddf:_0x393ddf[0x0]};}},addWorksheetMergeMutationWithMoveColMutation={'m1':AddWorksheetMergeMutation['id'],'m2':MoveColsMutation['id'],'handler'(_0x2884e3,_0x51f80c){const _0x31734a=_0x2c36f1,_0x2e77ba=Tools['deepClone'](_0x2884e3),_0x351820=Tools['deepClone'](_0x51f80c);if(_0x2884e3['params'][_0x31734a(0x29b)]!==_0x51f80c[_0x31734a(0x19f)][_0x31734a(0x29b)]||_0x2884e3[_0x31734a(0x19f)][_0x31734a(0x2a0)]!==_0x51f80c[_0x31734a(0x19f)][_0x31734a(0x2a0)])return{'m1Prime':_0x2e77ba,'m2Prime':_0x351820};const _0x448e30=[],_0xcb7aa=[],_0x51544e=[_0x351820];for(let _0x4197c5=0x0;_0x4197c5<_0x2e77ba[_0x31734a(0x19f)][_0x31734a(0x265)]['length'];_0x4197c5++){const _0x5d4979=_0x2e77ba['params'][_0x31734a(0x265)][_0x4197c5],{sourceRange:_0x2150ab,targetRange:_0x1df928}=_0x51f80c['params'];Rectangle[_0x31734a(0x1f7)](_0x5d4979,_0x2150ab)||Rectangle['intersects'](_0x5d4979,_0x1df928)?(_0x448e30[_0x31734a(0x20c)]({..._0x5d4979}),_0x2e77ba[_0x31734a(0x19f)][_0x31734a(0x265)][_0x31734a(0x178)](_0x4197c5,0x1),_0x4197c5--):_0x2150ab[_0x31734a(0x308)]<_0x5d4979[_0x31734a(0x308)]&&_0x1df928[_0x31734a(0x308)]>_0x5d4979['endColumn']?(_0x448e30['push']({..._0x5d4979}),_0xcb7aa[_0x31734a(0x20c)]({..._0x5d4979,'startColumn':_0x5d4979[_0x31734a(0x308)]-(_0x2150ab['endColumn']-_0x2150ab[_0x31734a(0x308)]+0x1),'endColumn':_0x5d4979[_0x31734a(0x2b1)]-(_0x2150ab[_0x31734a(0x2b1)]-_0x2150ab[_0x31734a(0x308)]+0x1)}),_0x5d4979[_0x31734a(0x308)]=_0x5d4979[_0x31734a(0x308)]-(_0x2150ab[_0x31734a(0x2b1)]-_0x2150ab['startColumn']+0x1),_0x5d4979[_0x31734a(0x2b1)]=_0x5d4979[_0x31734a(0x2b1)]-(_0x2150ab[_0x31734a(0x2b1)]-_0x2150ab[_0x31734a(0x308)]+0x1)):_0x2150ab[_0x31734a(0x308)]>_0x5d4979['endColumn']&&_0x1df928[_0x31734a(0x2b1)]<_0x5d4979[_0x31734a(0x308)]&&(_0x448e30['push']({..._0x5d4979}),_0xcb7aa[_0x31734a(0x20c)]({..._0x5d4979,'startColumn':_0x5d4979[_0x31734a(0x308)]+(_0x2150ab[_0x31734a(0x2b1)]-_0x2150ab[_0x31734a(0x308)]+0x1),'endColumn':_0x5d4979[_0x31734a(0x2b1)]+(_0x2150ab[_0x31734a(0x2b1)]-_0x2150ab[_0x31734a(0x308)]+0x1)}),_0x5d4979[_0x31734a(0x308)]=_0x5d4979[_0x31734a(0x308)]+(_0x2150ab[_0x31734a(0x2b1)]-_0x2150ab[_0x31734a(0x308)]+0x1),_0x5d4979[_0x31734a(0x2b1)]=_0x5d4979[_0x31734a(0x2b1)]+(_0x2150ab[_0x31734a(0x2b1)]-_0x2150ab['startColumn']+0x1));}return _0x448e30['length']>0x0&&_0x51544e[_0x31734a(0x24c)]({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x2884e3[_0x31734a(0x19f)]['unitId'],'subUnitId':_0x2884e3['params'][_0x31734a(0x2a0)],'ranges':_0x448e30}}),_0xcb7aa[_0x31734a(0x21b)]>0x0&&_0x51544e[_0x31734a(0x20c)]({'id':AddWorksheetMergeMutation['id'],'params':{'unitId':_0x2884e3['params'][_0x31734a(0x29b)],'subUnitId':_0x2884e3[_0x31734a(0x19f)][_0x31734a(0x2a0)],'ranges':_0xcb7aa}}),_0x2e77ba['params'][_0x31734a(0x265)][_0x31734a(0x21b)]===0x0&&(_0x2e77ba['id']=EmptyMutation['id']),{'m1Prime':_0x2e77ba,'m2Prime':_0x51544e[_0x31734a(0x21b)]>0x1?_0x51544e:_0x51544e[0x0]};}},addWorksheetMergeMutationWithMoveRangeMutation={'m1':AddWorksheetMergeMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x27df1d,_0x55b968){const _0x24631f=_0x2c36f1,_0x3480a0=Tools[_0x24631f(0x1e0)](_0x27df1d),_0x16e8a1=Tools[_0x24631f(0x1e0)](_0x55b968);if(_0x27df1d[_0x24631f(0x19f)]['unitId']!==_0x55b968['params'][_0x24631f(0x29b)])return{'m1Prime':_0x3480a0,'m2Prime':_0x16e8a1};const _0x213d58=[],_0x289543=[_0x16e8a1],_0x2bcd0e=new ObjectMatrix(_0x55b968['params'][_0x24631f(0x312)]['value'])[_0x24631f(0x280)](),_0x5eff81=new ObjectMatrix(_0x55b968[_0x24631f(0x19f)]['to']['value'])[_0x24631f(0x280)]();for(let _0x66e6fd=0x0;_0x66e6fd<_0x3480a0[_0x24631f(0x19f)][_0x24631f(0x265)][_0x24631f(0x21b)];_0x66e6fd++){const _0x21808b=_0x3480a0[_0x24631f(0x19f)][_0x24631f(0x265)][_0x66e6fd];(Rectangle[_0x24631f(0x1f7)](_0x2bcd0e,_0x21808b)||Rectangle[_0x24631f(0x1f7)](_0x5eff81,_0x21808b))&&(_0x213d58[_0x24631f(0x20c)](_0x21808b),_0x3480a0[_0x24631f(0x19f)][_0x24631f(0x265)][_0x24631f(0x178)](_0x66e6fd,0x1),_0x66e6fd--);}return _0x213d58[_0x24631f(0x21b)]>0x0&&_0x289543[_0x24631f(0x24c)]({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x27df1d[_0x24631f(0x19f)]['unitId'],'subUnitId':_0x27df1d[_0x24631f(0x19f)]['subUnitId'],'ranges':_0x213d58}}),_0x3480a0['params'][_0x24631f(0x265)][_0x24631f(0x21b)]===0x0&&(_0x3480a0['id']=EmptyMutation['id']),{'m1Prime':_0x3480a0,'m2Prime':_0x289543[_0x24631f(0x21b)]>0x1?_0x289543:_0x289543[0x0]};}},addWorksheetMergeMutationWithMoveRowMutation={'m1':AddWorksheetMergeMutation['id'],'m2':MoveRowsMutation['id'],'handler'(_0x2f766b,_0x19a977){const _0x3457db=_0x2c36f1,_0x17281a=Tools[_0x3457db(0x1e0)](_0x2f766b),_0x46a52b=Tools[_0x3457db(0x1e0)](_0x19a977);if(_0x2f766b[_0x3457db(0x19f)][_0x3457db(0x29b)]!==_0x19a977[_0x3457db(0x19f)][_0x3457db(0x29b)]||_0x2f766b[_0x3457db(0x19f)][_0x3457db(0x2a0)]!==_0x19a977[_0x3457db(0x19f)]['subUnitId'])return{'m1Prime':_0x17281a,'m2Prime':_0x46a52b};const _0x28a755=[],_0x5ed09=[],_0x38a6dd=[_0x46a52b];for(let _0x4c96dc=0x0;_0x4c96dc<_0x17281a[_0x3457db(0x19f)][_0x3457db(0x265)][_0x3457db(0x21b)];_0x4c96dc++){const _0x12a637=_0x17281a[_0x3457db(0x19f)][_0x3457db(0x265)][_0x4c96dc],{sourceRange:_0x1fbf21,targetRange:_0x48b70f}=_0x19a977[_0x3457db(0x19f)];Rectangle[_0x3457db(0x1f7)](_0x12a637,_0x1fbf21)||Rectangle[_0x3457db(0x1f7)](_0x12a637,_0x48b70f)?(_0x28a755[_0x3457db(0x20c)]({..._0x12a637}),_0x17281a[_0x3457db(0x19f)][_0x3457db(0x265)]['splice'](_0x4c96dc,0x1),_0x4c96dc--):_0x1fbf21['startRow']<_0x12a637[_0x3457db(0x215)]&&_0x48b70f['startRow']>_0x12a637[_0x3457db(0x2de)]?(_0x28a755['push']({..._0x12a637}),_0x5ed09[_0x3457db(0x20c)]({..._0x12a637,'startRow':_0x12a637[_0x3457db(0x215)]-(_0x1fbf21[_0x3457db(0x2de)]-_0x1fbf21[_0x3457db(0x215)]+0x1),'endRow':_0x12a637[_0x3457db(0x2de)]-(_0x1fbf21['endRow']-_0x1fbf21[_0x3457db(0x215)]+0x1)}),_0x12a637[_0x3457db(0x215)]=_0x12a637[_0x3457db(0x215)]-(_0x1fbf21['endRow']-_0x1fbf21['startRow']+0x1),_0x12a637[_0x3457db(0x2de)]=_0x12a637[_0x3457db(0x2de)]-(_0x1fbf21[_0x3457db(0x2de)]-_0x1fbf21[_0x3457db(0x215)]+0x1)):_0x1fbf21['startRow']>_0x12a637[_0x3457db(0x2de)]&&_0x48b70f['endRow']<_0x12a637[_0x3457db(0x215)]&&(_0x28a755[_0x3457db(0x20c)]({..._0x12a637}),_0x5ed09[_0x3457db(0x20c)]({..._0x12a637,'startRow':_0x12a637[_0x3457db(0x215)]+(_0x1fbf21['endRow']-_0x1fbf21[_0x3457db(0x215)]+0x1),'endRow':_0x12a637[_0x3457db(0x2de)]+(_0x1fbf21[_0x3457db(0x2de)]-_0x1fbf21[_0x3457db(0x215)]+0x1)}),_0x12a637['startRow']=_0x12a637[_0x3457db(0x215)]+(_0x1fbf21[_0x3457db(0x2de)]-_0x1fbf21[_0x3457db(0x215)]+0x1),_0x12a637[_0x3457db(0x2de)]=_0x12a637[_0x3457db(0x2de)]+(_0x1fbf21['endRow']-_0x1fbf21[_0x3457db(0x215)]+0x1));}return _0x28a755['length']>0x0&&_0x38a6dd[_0x3457db(0x24c)]({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x2f766b[_0x3457db(0x19f)][_0x3457db(0x29b)],'subUnitId':_0x2f766b[_0x3457db(0x19f)][_0x3457db(0x2a0)],'ranges':_0x28a755}}),_0x5ed09[_0x3457db(0x21b)]>0x0&&_0x38a6dd[_0x3457db(0x20c)]({'id':AddWorksheetMergeMutation['id'],'params':{'unitId':_0x2f766b['params'][_0x3457db(0x29b)],'subUnitId':_0x2f766b['params'][_0x3457db(0x2a0)],'ranges':_0x5ed09}}),_0x17281a['params'][_0x3457db(0x265)]['length']===0x0&&(_0x17281a['id']=EmptyMutation['id']),{'m1Prime':_0x17281a,'m2Prime':_0x38a6dd[_0x3457db(0x21b)]>0x1?_0x38a6dd:_0x38a6dd[0x0]};}};function isMergeCell(_0x45ef1a){const _0x2286b3=_0x2c36f1;return _0x45ef1a[_0x2286b3(0x308)]>_0x45ef1a['endColumn']||_0x45ef1a[_0x2286b3(0x215)]>_0x45ef1a[_0x2286b3(0x2de)]?!0x1:!(_0x45ef1a[_0x2286b3(0x215)]===_0x45ef1a[_0x2286b3(0x2de)]&&_0x45ef1a[_0x2286b3(0x308)]===_0x45ef1a[_0x2286b3(0x2b1)]);}__name(isMergeCell,_0x2c36f1(0x1c5));const addWorksheetMergeMutationWithRemoveColMutation={'m1':AddWorksheetMergeMutation['id'],'m2':RemoveColMutation['id'],'handler'(_0x55f09b,_0x1647d0){const _0x2f8718=_0x2c36f1,_0x6d6d52=Tools['deepClone'](_0x55f09b),_0x240a94=Tools[_0x2f8718(0x1e0)](_0x1647d0);if(_0x55f09b[_0x2f8718(0x19f)]['unitId']!==_0x1647d0[_0x2f8718(0x19f)]['unitId']||_0x55f09b[_0x2f8718(0x19f)][_0x2f8718(0x2a0)]!==_0x1647d0[_0x2f8718(0x19f)]['subUnitId'])return{'m1Prime':_0x6d6d52,'m2Prime':_0x240a94};const _0x3b9709=_0x55f09b[_0x2f8718(0x19f)][_0x2f8718(0x29b)],_0x2ee6e3=_0x55f09b[_0x2f8718(0x19f)][_0x2f8718(0x2a0)],_0x34ebc2=[_0x240a94],_0x500ab1=[],_0x3f2c03=[];for(let _0x585d07=0x0;_0x585d07<_0x6d6d52['params'][_0x2f8718(0x265)][_0x2f8718(0x21b)];_0x585d07++){const _0x1a6be0=_0x6d6d52[_0x2f8718(0x19f)][_0x2f8718(0x265)][_0x585d07],_0xf585f4=_0x1647d0[_0x2f8718(0x19f)][_0x2f8718(0x20d)],_0x30a772=_0xf585f4[_0x2f8718(0x2b1)]-_0xf585f4['startColumn']+0x1;if(_0xf585f4['startColumn']<_0x1a6be0[_0x2f8718(0x308)]&&_0xf585f4['endColumn']<_0x1a6be0[_0x2f8718(0x308)])_0x500ab1[_0x2f8718(0x20c)]({..._0x1a6be0}),_0x3f2c03['push']({..._0x1a6be0,'startColumn':_0x1a6be0['startColumn']-_0x30a772,'endColumn':_0x1a6be0[_0x2f8718(0x2b1)]-_0x30a772}),_0x1a6be0['startColumn']=_0x1a6be0['startColumn']-_0x30a772,_0x1a6be0[_0x2f8718(0x2b1)]=_0x1a6be0[_0x2f8718(0x2b1)]-_0x30a772;else{if(_0xf585f4['startColumn']<_0x1a6be0['startColumn']&&_0xf585f4[_0x2f8718(0x2b1)]>=_0x1a6be0[_0x2f8718(0x308)]&&_0xf585f4[_0x2f8718(0x2b1)]<=_0x1a6be0[_0x2f8718(0x2b1)]){_0x500ab1['push']({..._0x1a6be0});const _0x5d672b={..._0x1a6be0,'startColumn':_0xf585f4[_0x2f8718(0x308)],'endColumn':_0x1a6be0[_0x2f8718(0x2b1)]-_0x30a772};isMergeCell(_0x5d672b)&&_0xf585f4[_0x2f8718(0x2b1)]<_0x1a6be0['endColumn']?(_0xf585f4[_0x2f8718(0x2b1)]<_0x1a6be0[_0x2f8718(0x2b1)]&&_0x3f2c03[_0x2f8718(0x20c)](_0x5d672b),_0x1a6be0[_0x2f8718(0x308)]=_0xf585f4['startColumn'],_0x1a6be0[_0x2f8718(0x2b1)]=_0x1a6be0[_0x2f8718(0x2b1)]-_0x30a772):(_0x6d6d52['params'][_0x2f8718(0x265)]['splice'](_0x585d07,0x1),_0x585d07--);}else{if(_0xf585f4[_0x2f8718(0x308)]>_0x1a6be0[_0x2f8718(0x308)]&&_0xf585f4[_0x2f8718(0x2b1)]<_0x1a6be0[_0x2f8718(0x2b1)]){_0x500ab1[_0x2f8718(0x20c)]({..._0x1a6be0});const _0x407272={..._0x1a6be0,'endColumn':_0x1a6be0[_0x2f8718(0x2b1)]-_0x30a772};isMergeCell(_0x407272)?(_0x3f2c03[_0x2f8718(0x20c)](_0x407272),_0x1a6be0[_0x2f8718(0x2b1)]=_0x1a6be0['endColumn']-_0x30a772):(_0x6d6d52[_0x2f8718(0x19f)][_0x2f8718(0x265)][_0x2f8718(0x178)](_0x585d07,0x1),_0x585d07--);}else{if(_0xf585f4[_0x2f8718(0x308)]>=_0x1a6be0[_0x2f8718(0x308)]&&_0xf585f4[_0x2f8718(0x308)]<=_0x1a6be0[_0x2f8718(0x2b1)]&&_0xf585f4['endColumn']>_0x1a6be0[_0x2f8718(0x2b1)]){_0x500ab1[_0x2f8718(0x20c)]({..._0x1a6be0});const _0x560c46={..._0x1a6be0,'endColumn':_0xf585f4[_0x2f8718(0x308)]-0x1};isMergeCell(_0x560c46)&&_0xf585f4['startColumn']>_0x1a6be0[_0x2f8718(0x308)]?(_0x3f2c03[_0x2f8718(0x20c)](_0x560c46),_0x1a6be0[_0x2f8718(0x2b1)]=_0xf585f4['startColumn']-0x1):(_0x6d6d52[_0x2f8718(0x19f)]['ranges']['splice'](_0x585d07,0x1),_0x585d07--);}else _0xf585f4['startColumn']>_0x1a6be0[_0x2f8718(0x2b1)]||_0xf585f4[_0x2f8718(0x308)]<=_0x1a6be0[_0x2f8718(0x308)]&&_0xf585f4['endColumn']>=_0x1a6be0['endColumn']&&(_0x500ab1['push']({..._0x1a6be0}),_0x6d6d52[_0x2f8718(0x19f)][_0x2f8718(0x265)]['splice'](_0x585d07,0x1),_0x585d07--);}}}}return _0x500ab1['length']>0x0&&_0x34ebc2[_0x2f8718(0x24c)]({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x3b9709,'subUnitId':_0x2ee6e3,'ranges':_0x500ab1}}),_0x3f2c03['length']>0x0&&_0x34ebc2[_0x2f8718(0x20c)]({'id':AddWorksheetMergeMutation['id'],'params':{'unitId':_0x3b9709,'subUnitId':_0x2ee6e3,'ranges':_0x3f2c03}}),_0x6d6d52[_0x2f8718(0x19f)][_0x2f8718(0x265)][_0x2f8718(0x21b)]===0x0&&(_0x6d6d52['id']=EmptyMutation['id']),{'m1Prime':_0x6d6d52,'m2Prime':_0x34ebc2[_0x2f8718(0x21b)]>0x1?_0x34ebc2:_0x34ebc2[0x0]};}},addWorksheetMergeMutationWithRemoveRowMutation={'m1':AddWorksheetMergeMutation['id'],'m2':RemoveRowMutation['id'],'handler'(_0x2d7840,_0x26bd65){const _0x122e62=_0x2c36f1,_0x331dcd=Tools[_0x122e62(0x1e0)](_0x2d7840),_0x535321=Tools[_0x122e62(0x1e0)](_0x26bd65);if(_0x2d7840[_0x122e62(0x19f)][_0x122e62(0x29b)]!==_0x26bd65['params'][_0x122e62(0x29b)]||_0x2d7840[_0x122e62(0x19f)][_0x122e62(0x2a0)]!==_0x26bd65[_0x122e62(0x19f)][_0x122e62(0x2a0)])return{'m1Prime':_0x331dcd,'m2Prime':_0x535321};const _0x53f00c=_0x2d7840[_0x122e62(0x19f)][_0x122e62(0x29b)],_0xa2ebd7=_0x2d7840[_0x122e62(0x19f)][_0x122e62(0x2a0)],_0x16f108=[_0x535321],_0x73b324=[],_0x347c2f=[];for(let _0x3f3cfc=0x0;_0x3f3cfc<_0x331dcd[_0x122e62(0x19f)][_0x122e62(0x265)][_0x122e62(0x21b)];_0x3f3cfc++){const _0x1d1452=_0x331dcd[_0x122e62(0x19f)][_0x122e62(0x265)][_0x3f3cfc],_0x2cb69c=_0x26bd65['params']['range'],_0xc78fa4=_0x2cb69c[_0x122e62(0x2de)]-_0x2cb69c[_0x122e62(0x215)]+0x1;if(_0x2cb69c[_0x122e62(0x215)]<_0x1d1452['startRow']&&_0x2cb69c['endRow']<_0x1d1452[_0x122e62(0x215)])_0x73b324[_0x122e62(0x20c)]({..._0x1d1452}),_0x347c2f['push']({..._0x1d1452,'startRow':_0x1d1452['startRow']-_0xc78fa4,'endRow':_0x1d1452[_0x122e62(0x2de)]-_0xc78fa4}),_0x1d1452[_0x122e62(0x215)]=_0x1d1452[_0x122e62(0x215)]-_0xc78fa4,_0x1d1452['endRow']=_0x1d1452['endRow']-_0xc78fa4;else{if(_0x2cb69c[_0x122e62(0x215)]<_0x1d1452['startRow']&&_0x2cb69c[_0x122e62(0x2de)]>=_0x1d1452['startRow']&&_0x2cb69c['endRow']<=_0x1d1452[_0x122e62(0x2de)]){_0x73b324[_0x122e62(0x20c)]({..._0x1d1452});const _0x75f9ca={..._0x1d1452,'startRow':_0x2cb69c[_0x122e62(0x215)],'endRow':_0x1d1452[_0x122e62(0x2de)]-_0xc78fa4};isMergeCell(_0x75f9ca)&&_0x2cb69c['endRow']<_0x1d1452['endRow']?(_0x2cb69c[_0x122e62(0x2de)]<_0x1d1452['endRow']&&_0x347c2f[_0x122e62(0x20c)](_0x75f9ca),_0x1d1452[_0x122e62(0x215)]=_0x2cb69c[_0x122e62(0x215)],_0x1d1452[_0x122e62(0x2de)]=_0x1d1452[_0x122e62(0x2de)]-_0xc78fa4):(_0x331dcd['params'][_0x122e62(0x265)][_0x122e62(0x178)](_0x3f3cfc,0x1),_0x3f3cfc--);}else{if(_0x2cb69c[_0x122e62(0x215)]>_0x1d1452[_0x122e62(0x215)]&&_0x2cb69c['endRow']<_0x1d1452[_0x122e62(0x2de)]){_0x73b324[_0x122e62(0x20c)]({..._0x1d1452});const _0x58ba21={..._0x1d1452,'endRow':_0x1d1452[_0x122e62(0x2de)]-_0xc78fa4};isMergeCell(_0x58ba21)?(_0x347c2f[_0x122e62(0x20c)](_0x58ba21),_0x1d1452[_0x122e62(0x2de)]=_0x1d1452[_0x122e62(0x2de)]-_0xc78fa4):(_0x331dcd[_0x122e62(0x19f)][_0x122e62(0x265)][_0x122e62(0x178)](_0x3f3cfc,0x1),_0x3f3cfc--);}else{if(_0x2cb69c[_0x122e62(0x215)]>=_0x1d1452[_0x122e62(0x215)]&&_0x2cb69c[_0x122e62(0x215)]<=_0x1d1452['endRow']&&_0x2cb69c['endRow']>_0x1d1452[_0x122e62(0x2de)]){_0x73b324[_0x122e62(0x20c)]({..._0x1d1452});const _0x589d78={..._0x1d1452,'endRow':_0x2cb69c[_0x122e62(0x215)]-0x1};isMergeCell(_0x589d78)&&_0x2cb69c[_0x122e62(0x215)]>_0x1d1452[_0x122e62(0x215)]?(_0x347c2f[_0x122e62(0x20c)](_0x589d78),_0x1d1452[_0x122e62(0x2de)]=_0x2cb69c[_0x122e62(0x215)]-0x1):(_0x331dcd[_0x122e62(0x19f)][_0x122e62(0x265)]['splice'](_0x3f3cfc,0x1),_0x3f3cfc--);}else _0x2cb69c[_0x122e62(0x215)]>_0x1d1452['endRow']||_0x2cb69c['startRow']<=_0x1d1452['startRow']&&_0x2cb69c[_0x122e62(0x2de)]>=_0x1d1452[_0x122e62(0x2de)]&&(_0x73b324[_0x122e62(0x20c)]({..._0x1d1452}),_0x331dcd[_0x122e62(0x19f)][_0x122e62(0x265)]['splice'](_0x3f3cfc,0x1),_0x3f3cfc--);}}}}return _0x73b324['length']>0x0&&_0x16f108[_0x122e62(0x24c)]({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x53f00c,'subUnitId':_0xa2ebd7,'ranges':_0x73b324}}),_0x347c2f[_0x122e62(0x21b)]>0x0&&_0x16f108[_0x122e62(0x20c)]({'id':AddWorksheetMergeMutation['id'],'params':{'unitId':_0x53f00c,'subUnitId':_0xa2ebd7,'ranges':_0x347c2f}}),_0x331dcd[_0x122e62(0x19f)][_0x122e62(0x265)][_0x122e62(0x21b)]===0x0&&(_0x331dcd['id']=EmptyMutation['id']),{'m1Prime':_0x331dcd,'m2Prime':_0x16f108['length']>0x1?_0x16f108:_0x16f108[0x0]};}},addWorksheetMergeMutationWithRemoveWorksheetMergeMutation={'m1':AddWorksheetMergeMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0x2efcd0,_0x5c8849){const _0x1c244a=_0x2c36f1,_0x4de90e=Tools[_0x1c244a(0x1e0)](_0x2efcd0),_0x313c4f=Tools[_0x1c244a(0x1e0)](_0x5c8849);if(_0x2efcd0[_0x1c244a(0x19f)]['unitId']!==_0x5c8849[_0x1c244a(0x19f)][_0x1c244a(0x29b)]||_0x2efcd0['params'][_0x1c244a(0x2a0)]!==_0x5c8849[_0x1c244a(0x19f)][_0x1c244a(0x2a0)])return{'m1Prime':_0x4de90e,'m2Prime':_0x313c4f};const _0x2c7048=[..._0x313c4f[_0x1c244a(0x19f)]['ranges']];for(let _0x4bd396=0x0;_0x4bd396<_0x4de90e[_0x1c244a(0x19f)][_0x1c244a(0x265)][_0x1c244a(0x21b)];_0x4bd396++){let _0x4406d9=!0x1;for(let _0x48e233=0x0;_0x48e233<_0x313c4f['params']['ranges']['length'];_0x48e233++){const _0x38096d=_0x4de90e[_0x1c244a(0x19f)]['ranges'][_0x4bd396],_0x1bf58c=_0x313c4f[_0x1c244a(0x19f)]['ranges'][_0x48e233];if(Rectangle['intersects'](_0x38096d,_0x1bf58c)){_0x4406d9=!0x0;break;}}_0x4406d9&&(_0x2c7048[_0x1c244a(0x20c)](_0x4de90e['params'][_0x1c244a(0x265)][_0x4bd396]),_0x4de90e[_0x1c244a(0x19f)]['ranges'][_0x1c244a(0x178)](_0x4bd396,0x1),_0x4bd396--);}return _0x313c4f['params']['ranges']=_0x2c7048,_0x4de90e['params']['ranges'][_0x1c244a(0x21b)]===0x0&&(_0x4de90e['id']=EmptyMutation['id']),{'m1Prime':_0x4de90e,'m2Prime':_0x313c4f};}},addWorksheetMergeMutationWithSetRangeValues={'m1':AddWorksheetMergeMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x2e9f07,_0x21f4e9){const _0x49d875=_0x2c36f1,_0x8dd539=Tools['deepClone'](_0x2e9f07),_0x4c65ab=Tools['deepClone'](_0x21f4e9);if(_0x2e9f07['params'][_0x49d875(0x29b)]!==_0x21f4e9['params']['unitId']||_0x2e9f07['params'][_0x49d875(0x2a0)]!==_0x21f4e9[_0x49d875(0x19f)][_0x49d875(0x2a0)])return{'m1Prime':_0x8dd539,'m2Prime':_0x4c65ab};const _0x3d8c51=[_0x8dd539],_0x4688a6=[_0x4c65ab],_0x362923=new ObjectMatrix(Tools['deepClone'](_0x21f4e9['params']['cellValue'])),_0x513bf0=new Set(),_0x5329f8={};for(let _0x9b7008=0x0;_0x9b7008<_0x8dd539[_0x49d875(0x19f)][_0x49d875(0x265)][_0x49d875(0x21b)];_0x9b7008++){const _0x12c3eb=_0x8dd539[_0x49d875(0x19f)][_0x49d875(0x265)][_0x9b7008],{startRow:_0x8a5052,startColumn:_0xc0e37,endRow:_0x1c0362,endColumn:_0x207cf8}=_0x12c3eb;let _0x37ce04=!0x1;_0x362923['forValue']((_0x2aef46,_0x2d6f40,_0x4395d9)=>{const _0x43e9b0=_0x49d875;if(_0x2aef46>=_0x8a5052&&_0x2aef46<=_0x1c0362&&_0x2d6f40>=_0xc0e37&&_0x2d6f40<=_0x207cf8){const _0x3dbbe3=_0x362923[_0x43e9b0(0x212)](_0x2aef46,_0x2d6f40),_0x4221cd=_0x3dbbe3===null?{'v':null,'s':null,'t':null,'si':null,'p':null,'f':null}:_0x3dbbe3;_0x4221cd&&(_0x5329f8[_0x2aef46]||(_0x5329f8[_0x2aef46]={}),_0x5329f8[_0x2aef46][_0x2d6f40]={},(_0x4395d9==null?void 0x0:_0x4395d9['v'])!==void 0x0&&(_0x5329f8[_0x2aef46][_0x2d6f40]['v']=null,delete _0x4221cd['v']),(_0x4395d9==null?void 0x0:_0x4395d9['f'])!==void 0x0&&(_0x5329f8[_0x2aef46][_0x2d6f40]['f']=null,delete _0x4221cd['f']),(_0x4395d9==null?void 0x0:_0x4395d9['t'])!==void 0x0&&(_0x5329f8[_0x2aef46][_0x2d6f40]['t']=null,delete _0x4221cd['t']),(_0x4395d9==null?void 0x0:_0x4395d9['si'])!==void 0x0&&(_0x5329f8[_0x2aef46][_0x2d6f40]['si']=null,delete _0x4221cd['si']),(_0x4395d9==null?void 0x0:_0x4395d9['p'])!==void 0x0&&(_0x5329f8[_0x2aef46][_0x2d6f40]['p']=null,delete _0x4221cd['p']),(_0x4395d9==null?void 0x0:_0x4395d9['s'])!==void 0x0&&(_0x5329f8[_0x2aef46][_0x2d6f40]['s']=null,delete _0x4221cd['s']),_0x362923[_0x43e9b0(0x2d0)](_0x2aef46,_0x2d6f40,_0x4221cd),_0x37ce04=!0x0);}}),_0x37ce04&&(_0x513bf0[_0x49d875(0x1b5)]({..._0x12c3eb}),_0x8dd539['params'][_0x49d875(0x265)]['splice'](_0x9b7008,0x1),_0x9b7008--);}return _0x4c65ab[_0x49d875(0x19f)][_0x49d875(0x2d2)]=_0x362923[_0x49d875(0x260)](),_0x513bf0[_0x49d875(0x15f)]>0x0&&_0x4688a6[_0x49d875(0x24c)]({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x2e9f07[_0x49d875(0x19f)][_0x49d875(0x29b)],'subUnitId':_0x2e9f07[_0x49d875(0x19f)][_0x49d875(0x2a0)],'ranges':Array['from'](_0x513bf0)}}),_0x8dd539[_0x49d875(0x19f)]['ranges'][_0x49d875(0x21b)]===0x0&&(_0x8dd539['id']=EmptyMutation['id']),Object[_0x49d875(0x1df)](_0x5329f8)[_0x49d875(0x21b)]>0x0&&_0x3d8c51[_0x49d875(0x24c)]({'id':SetRangeValuesMutation['id'],'params':{'unitId':_0x2e9f07[_0x49d875(0x19f)][_0x49d875(0x29b)],'subUnitId':_0x2e9f07[_0x49d875(0x19f)][_0x49d875(0x2a0)],'cellValue':_0x5329f8}}),{'m1Prime':_0x3d8c51['length']>0x1?_0x3d8c51:_0x3d8c51[0x0],'m2Prime':_0x4688a6['length']>0x1?_0x4688a6:_0x4688a6[0x0]};}},addWorksheetMergeMutationWithSetSelection={'m1':AddWorksheetMergeMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0x4ffd0e,_0x6ed055){const _0x5c9c59=_0x2c36f1,_0x267a3f={'m1Prime':[],'m2Prime':[]};if(_0x4ffd0e[_0x5c9c59(0x19f)][_0x5c9c59(0x29b)]!==_0x6ed055['params'][_0x5c9c59(0x29b)]||_0x4ffd0e[_0x5c9c59(0x19f)][_0x5c9c59(0x2a0)]!==_0x6ed055[_0x5c9c59(0x19f)][_0x5c9c59(0x2a0)])return _0x267a3f;const _0x187e20=Tools[_0x5c9c59(0x1e0)](_0x6ed055),_0x261ec8=_0x187e20[_0x5c9c59(0x19f)][_0x5c9c59(0x199)];_0x261ec8[_0x5c9c59(0x242)]((_0x355668,_0x3768a1)=>{const _0x2d6c67=_0x5c9c59,{range:_0x113821,primary:_0x1694d6}=_0x355668;_0x4ffd0e[_0x2d6c67(0x19f)][_0x2d6c67(0x265)][_0x2d6c67(0x242)](_0x523a9b=>{const _0x1c6d7c=_0x2d6c67;Rectangle[_0x1c6d7c(0x1f7)](_0x523a9b,_0x113821)&&(_0x113821[_0x1c6d7c(0x215)]=Math['min'](_0x523a9b[_0x1c6d7c(0x215)],_0x113821[_0x1c6d7c(0x215)]),_0x113821['startColumn']=Math[_0x1c6d7c(0x314)](_0x523a9b['startColumn'],_0x113821[_0x1c6d7c(0x308)]),_0x113821['endRow']=Math[_0x1c6d7c(0x27f)](_0x523a9b[_0x1c6d7c(0x2de)],_0x113821[_0x1c6d7c(0x2de)]),_0x113821[_0x1c6d7c(0x2b1)]=Math[_0x1c6d7c(0x27f)](_0x523a9b[_0x1c6d7c(0x2b1)],_0x113821[_0x1c6d7c(0x2b1)])),_0x1694d6&&Rectangle[_0x1c6d7c(0x1f7)](_0x523a9b,_0x1694d6)&&_0x3768a1===_0x261ec8[_0x1c6d7c(0x21b)]-0x1&&(_0x1694d6[_0x1c6d7c(0x308)]===_0x523a9b[_0x1c6d7c(0x308)]&&_0x1694d6[_0x1c6d7c(0x215)]&&_0x523a9b[_0x1c6d7c(0x215)]&&(_0x1694d6[_0x1c6d7c(0x2e2)]=!0x0),_0x1694d6[_0x1c6d7c(0x215)]=Math[_0x1c6d7c(0x314)](_0x523a9b[_0x1c6d7c(0x215)],_0x1694d6[_0x1c6d7c(0x215)]),_0x1694d6['startColumn']=Math[_0x1c6d7c(0x314)](_0x523a9b[_0x1c6d7c(0x308)],_0x1694d6['startColumn']),_0x1694d6['endRow']=Math[_0x1c6d7c(0x27f)](_0x523a9b[_0x1c6d7c(0x2de)],_0x1694d6[_0x1c6d7c(0x2de)]),_0x1694d6['endColumn']=Math[_0x1c6d7c(0x27f)](_0x523a9b[_0x1c6d7c(0x2b1)],_0x1694d6['endColumn']),_0x1694d6[_0x1c6d7c(0x1d0)]=!0x0);});}),_0x261ec8[_0x5c9c59(0x2c5)]((_0x5a0203,_0x2e2cde)=>{const _0x55f980=_0x5c9c59,_0x3c765c=_0x5a0203[_0x55f980(0x20d)],_0xb9df9b=_0x2e2cde[_0x55f980(0x20d)];return _0x3c765c[_0x55f980(0x215)]===_0xb9df9b[_0x55f980(0x215)]?_0x3c765c[_0x55f980(0x308)]-_0xb9df9b[_0x55f980(0x308)]:_0x3c765c[_0x55f980(0x215)]-_0xb9df9b[_0x55f980(0x215)];});const _0x5a1dc1=[];let _0xc19c8c=null;for(const _0x2d1fca of _0x261ec8)_0xc19c8c===null||!Rectangle['intersects'](_0xc19c8c[_0x5c9c59(0x20d)],_0x2d1fca['range'])?(_0x5a1dc1[_0x5c9c59(0x20c)](_0x2d1fca),_0xc19c8c=_0x2d1fca):(_0xc19c8c[_0x5c9c59(0x20d)][_0x5c9c59(0x215)]=Math['min'](_0xc19c8c[_0x5c9c59(0x20d)]['startRow'],_0x2d1fca['range'][_0x5c9c59(0x215)]),_0xc19c8c['range'][_0x5c9c59(0x308)]=Math['min'](_0xc19c8c['range'][_0x5c9c59(0x308)],_0x2d1fca[_0x5c9c59(0x20d)][_0x5c9c59(0x308)]),_0xc19c8c[_0x5c9c59(0x20d)]['endRow']=Math['max'](_0xc19c8c[_0x5c9c59(0x20d)][_0x5c9c59(0x2de)],_0x2d1fca['range'][_0x5c9c59(0x2de)]),_0xc19c8c[_0x5c9c59(0x20d)][_0x5c9c59(0x2b1)]=Math['max'](_0xc19c8c['range']['endColumn'],_0x2d1fca[_0x5c9c59(0x20d)]['endColumn']),_0x2d1fca[_0x5c9c59(0x223)]&&(_0xc19c8c[_0x5c9c59(0x223)]=_0x2d1fca[_0x5c9c59(0x223)]));return _0x187e20[_0x5c9c59(0x19f)][_0x5c9c59(0x199)]=_0x5a1dc1,_0x267a3f[_0x5c9c59(0x2ea)][_0x5c9c59(0x20c)](_0x187e20),_0x267a3f;}},addWorksheetProtectionWithAddComment={'m1':AddWorksheetProtectionMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x406eab,_0xd0c0a9)=>{const _0x40a4b3=_0x2c36f1,_0x350b99={'m1Prime':_0x406eab,'m2Prime':_0xd0c0a9};return _0x406eab[_0x40a4b3(0x19f)]['unitId']!==_0xd0c0a9['params']['unitId']||_0x406eab['params'][_0x40a4b3(0x2a0)]!==_0xd0c0a9[_0x40a4b3(0x19f)][_0x40a4b3(0x2a0)]?_0x350b99:{'error':new Error(_0x40a4b3(0x1c0))};},_0x2c36f1(0x281))},addWorksheetProtectionWithAddConditionRule={'m1':AddWorksheetProtectionMutation['id'],'m2':AddConditionalRuleMutation['id'],'handler':__name((_0x13fede,_0x338e38)=>{const _0x4a2c35=_0x2c36f1,_0x2b059c={'m1Prime':_0x13fede,'m2Prime':_0x338e38};return _0x13fede[_0x4a2c35(0x19f)]['unitId']!==_0x338e38[_0x4a2c35(0x19f)][_0x4a2c35(0x29b)]||_0x13fede[_0x4a2c35(0x19f)][_0x4a2c35(0x2a0)]!==_0x338e38[_0x4a2c35(0x19f)]['subUnitId']?_0x2b059c:{'error':new Error(_0x4a2c35(0x19e))};},'handler')},addWorksheetProtectionWithAddRangeProtection={'m1':AddWorksheetProtectionMutation['id'],'m2':AddRangeProtectionMutation['id'],'handler':__name((_0x494c61,_0xa2cb98)=>{const _0x357ac8=_0x2c36f1,_0x10ead1={'m1Prime':_0x494c61,'m2Prime':_0xa2cb98};return _0x494c61[_0x357ac8(0x19f)][_0x357ac8(0x29b)]!==_0xa2cb98[_0x357ac8(0x19f)]['unitId']||_0x494c61[_0x357ac8(0x19f)][_0x357ac8(0x2a0)]!==_0xa2cb98[_0x357ac8(0x19f)][_0x357ac8(0x2a0)]?_0x10ead1:{'error':new Error(_0x357ac8(0x315))};},_0x2c36f1(0x281))},addWorksheetProtectionWithAddWorksheetMerge={'m1':AddWorksheetProtectionMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler':__name((_0x408f23,_0x37aac9)=>{const _0x1f9f62=_0x2c36f1,_0x5c43c6={'m1Prime':_0x408f23,'m2Prime':_0x37aac9};return _0x408f23[_0x1f9f62(0x19f)][_0x1f9f62(0x29b)]!==_0x37aac9[_0x1f9f62(0x19f)][_0x1f9f62(0x29b)]||_0x408f23['params'][_0x1f9f62(0x2a0)]!==_0x37aac9[_0x1f9f62(0x19f)][_0x1f9f62(0x2a0)]?_0x5c43c6:{'error':new Error(_0x1f9f62(0x1a6))};},_0x2c36f1(0x281))},addWorksheetProtectionWithSelf={'m1':AddWorksheetProtectionMutation['id'],'m2':AddWorksheetProtectionMutation['id'],'handler':__name((_0x437049,_0x2bdecd)=>{const _0x2cd106=_0x2c36f1,_0x2b5f3a={'m1Prime':_0x437049,'m2Prime':_0x2bdecd};return _0x437049[_0x2cd106(0x19f)]['unitId']!==_0x2bdecd[_0x2cd106(0x19f)][_0x2cd106(0x29b)]||_0x437049[_0x2cd106(0x19f)][_0x2cd106(0x2a0)]!==_0x2bdecd[_0x2cd106(0x19f)][_0x2cd106(0x267)][_0x2cd106(0x2a0)]?_0x2b5f3a:{'error':new Error(_0x2cd106(0x208))};},_0x2c36f1(0x281))},addWorksheetProtectionWithChangeSheetOrder={'m1':AddWorksheetProtectionMutation['id'],'m2':SetWorksheetOrderMutation['id'],'handler':__name((_0x1f7e86,_0x12f583)=>{const _0x395a15=_0x2c36f1,_0x5cc12f={'m1Prime':_0x1f7e86,'m2Prime':_0x12f583};return _0x1f7e86[_0x395a15(0x19f)][_0x395a15(0x29b)]!==_0x12f583[_0x395a15(0x19f)][_0x395a15(0x29b)]||_0x1f7e86[_0x395a15(0x19f)][_0x395a15(0x2a0)]!==_0x12f583[_0x395a15(0x19f)][_0x395a15(0x2a0)]?_0x5cc12f:{'error':new Error(_0x395a15(0x1ac))};},_0x2c36f1(0x281))},addWorksheetProtectionWithDeleteConditionFormattingRule={'m1':AddWorksheetProtectionMutation['id'],'m2':DeleteConditionalRuleMutation['id'],'handler':__name((_0x238220,_0x4c7140)=>{const _0x2551ed=_0x2c36f1,_0x151c0c={'m1Prime':_0x238220,'m2Prime':_0x4c7140};return _0x238220[_0x2551ed(0x19f)][_0x2551ed(0x29b)]!==_0x4c7140[_0x2551ed(0x19f)][_0x2551ed(0x29b)]||_0x238220[_0x2551ed(0x19f)]['subUnitId']!==_0x4c7140[_0x2551ed(0x19f)]['subUnitId']?_0x151c0c:{'error':new Error(_0x2551ed(0x1c1))};},_0x2c36f1(0x281))},addWorksheetProtectionWithInsertCol={'m1':AddWorksheetProtectionMutation['id'],'m2':InsertColMutation['id'],'handler':__name((_0x4565d4,_0x5d4808)=>{const _0x379e85=_0x2c36f1,_0x205233={'m1Prime':_0x4565d4,'m2Prime':_0x5d4808};return _0x4565d4[_0x379e85(0x19f)][_0x379e85(0x29b)]!==_0x5d4808[_0x379e85(0x19f)]['unitId']||_0x4565d4[_0x379e85(0x19f)][_0x379e85(0x2a0)]!==_0x5d4808[_0x379e85(0x19f)][_0x379e85(0x2a0)]?_0x205233:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20col')};},_0x2c36f1(0x281))},addWorksheetProtectionWithInsertRow={'m1':AddWorksheetProtectionMutation['id'],'m2':InsertRowMutation['id'],'handler':__name((_0x21518e,_0x4a423c)=>{const _0x412480=_0x2c36f1,_0x45502a={'m1Prime':_0x21518e,'m2Prime':_0x4a423c};return _0x21518e[_0x412480(0x19f)][_0x412480(0x29b)]!==_0x4a423c[_0x412480(0x19f)][_0x412480(0x29b)]||_0x21518e[_0x412480(0x19f)][_0x412480(0x2a0)]!==_0x4a423c[_0x412480(0x19f)]['subUnitId']?_0x45502a:{'error':new Error(_0x412480(0x27d))};},_0x2c36f1(0x281))},addWorksheetProtectionWithMoveCol={'m1':AddWorksheetProtectionMutation['id'],'m2':MoveColsMutation['id'],'handler':__name((_0x2e872f,_0x490a34)=>{const _0x2603eb=_0x2c36f1,_0x114086={'m1Prime':_0x2e872f,'m2Prime':_0x490a34};return _0x2e872f[_0x2603eb(0x19f)][_0x2603eb(0x29b)]!==_0x490a34[_0x2603eb(0x19f)][_0x2603eb(0x29b)]||_0x2e872f[_0x2603eb(0x19f)]['subUnitId']!==_0x490a34[_0x2603eb(0x19f)]['subUnitId']?_0x114086:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20col')};},_0x2c36f1(0x281))},addWorksheetProtectionWithMoveRange={'m1':AddWorksheetProtectionMutation['id'],'m2':MoveRangeMutation['id'],'handler':__name((_0x37b768,_0x98b1c)=>{const _0x9fb5f1=_0x2c36f1,_0x4f7b91={'m1Prime':_0x37b768,'m2Prime':_0x98b1c};return _0x37b768['params'][_0x9fb5f1(0x29b)]!==_0x98b1c[_0x9fb5f1(0x19f)][_0x9fb5f1(0x29b)]||_0x37b768[_0x9fb5f1(0x19f)][_0x9fb5f1(0x2a0)]!==_0x98b1c[_0x9fb5f1(0x19f)]['from']['subUnitId']?_0x4f7b91:{'error':new Error(_0x9fb5f1(0x1eb))};},_0x2c36f1(0x281))},addWorksheetProtectionWithMoveRow={'m1':AddWorksheetProtectionMutation['id'],'m2':MoveRowsMutation['id'],'handler':__name((_0x3277d1,_0x2942be)=>{const _0x2564e9=_0x2c36f1,_0x120168={'m1Prime':_0x3277d1,'m2Prime':_0x2942be};return _0x3277d1[_0x2564e9(0x19f)][_0x2564e9(0x29b)]!==_0x2942be[_0x2564e9(0x19f)]['unitId']||_0x3277d1[_0x2564e9(0x19f)]['subUnitId']!==_0x2942be[_0x2564e9(0x19f)][_0x2564e9(0x2a0)]?_0x120168:{'error':new Error(_0x2564e9(0x1ce))};},_0x2c36f1(0x281))},addWorksheetProtectionWithRemoveCol={'m1':AddWorksheetProtectionMutation['id'],'m2':RemoveColMutation['id'],'handler':__name((_0x321359,_0x1ba490)=>{const _0xcf6bed=_0x2c36f1,_0x3d399e={'m1Prime':_0x321359,'m2Prime':_0x1ba490};return _0x321359[_0xcf6bed(0x19f)][_0xcf6bed(0x29b)]!==_0x1ba490['params']['unitId']||_0x321359[_0xcf6bed(0x19f)][_0xcf6bed(0x2a0)]!==_0x1ba490[_0xcf6bed(0x19f)][_0xcf6bed(0x2a0)]?_0x3d399e:{'error':new Error(_0xcf6bed(0x1bf))};},_0x2c36f1(0x281))},addWorksheetProtectionWithRemoveDataValidation={'m1':AddWorksheetProtectionMutation['id'],'m2':RemoveDataValidationMutation['id'],'handler':__name((_0x2d3a0f,_0x5639ab)=>{const _0x26e868=_0x2c36f1,_0x1be4dc={'m1Prime':_0x2d3a0f,'m2Prime':_0x5639ab};return _0x2d3a0f[_0x26e868(0x19f)]['unitId']!==_0x5639ab[_0x26e868(0x19f)][_0x26e868(0x29b)]||_0x2d3a0f[_0x26e868(0x19f)][_0x26e868(0x2a0)]!==_0x5639ab[_0x26e868(0x19f)]['subUnitId']?_0x1be4dc:{'error':new Error(_0x26e868(0x147))};},_0x2c36f1(0x281))},addWorksheetProtectionWithRemoveNumfmt={'m1':AddWorksheetProtectionMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler':__name((_0x39541f,_0xfaef75)=>{const _0x5c2af1=_0x2c36f1,_0x14d3a8={'m1Prime':_0x39541f,'m2Prime':_0xfaef75};return _0x39541f['params']['unitId']!==_0xfaef75[_0x5c2af1(0x19f)][_0x5c2af1(0x29b)]||_0x39541f[_0x5c2af1(0x19f)][_0x5c2af1(0x2a0)]!==_0xfaef75[_0x5c2af1(0x19f)][_0x5c2af1(0x2a0)]?_0x14d3a8:{'error':new Error(_0x5c2af1(0x2dd))};},_0x2c36f1(0x281))},addWorksheetProtectionWithRemoveRow={'m1':AddWorksheetProtectionMutation['id'],'m2':RemoveRowMutation['id'],'handler':__name((_0x42f354,_0x4ce127)=>{const _0x19c1f1=_0x2c36f1,_0x132498={'m1Prime':_0x42f354,'m2Prime':_0x4ce127};return _0x42f354[_0x19c1f1(0x19f)]['unitId']!==_0x4ce127['params'][_0x19c1f1(0x29b)]||_0x42f354[_0x19c1f1(0x19f)]['subUnitId']!==_0x4ce127[_0x19c1f1(0x19f)][_0x19c1f1(0x2a0)]?_0x132498:{'error':new Error(_0x19c1f1(0x2a5))};},_0x2c36f1(0x281))},addWorksheetProtectionWithRemoveFilter={'m1':AddWorksheetProtectionMutation['id'],'m2':RemoveSheetsFilterMutation['id'],'handler':__name((_0x25ab08,_0x21d90a)=>{const _0x21d442=_0x2c36f1,_0x6a917c={'m1Prime':_0x25ab08,'m2Prime':_0x21d90a};return _0x25ab08[_0x21d442(0x19f)][_0x21d442(0x29b)]!==_0x21d90a['params']['unitId']||_0x25ab08[_0x21d442(0x19f)]['subUnitId']!==_0x21d90a[_0x21d442(0x19f)][_0x21d442(0x2a0)]?_0x6a917c:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20filter')};},_0x2c36f1(0x281))},addWorksheetProtectionWithRemoveWorksheet={'m1':AddWorksheetProtectionMutation['id'],'m2':RemoveSheetMutation['id'],'handler':__name((_0x2a9842,_0x34d88f)=>{const _0x354c9f=_0x2c36f1,_0x3a671f={'m1Prime':_0x2a9842,'m2Prime':_0x34d88f};return _0x2a9842[_0x354c9f(0x19f)][_0x354c9f(0x29b)]!==_0x34d88f[_0x354c9f(0x19f)][_0x354c9f(0x29b)]||_0x2a9842[_0x354c9f(0x19f)][_0x354c9f(0x2a0)]!==_0x34d88f[_0x354c9f(0x19f)][_0x354c9f(0x2a0)]?_0x3a671f:{'error':new Error(_0x354c9f(0x167))};},_0x2c36f1(0x281))},addWorksheetProtectionWithRemoveWorksheetMerge={'m1':AddWorksheetProtectionMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler':__name((_0x3fa31c,_0x5858b8)=>{const _0x2db594=_0x2c36f1,_0x5a700d={'m1Prime':_0x3fa31c,'m2Prime':_0x5858b8};return _0x3fa31c['params'][_0x2db594(0x29b)]!==_0x5858b8[_0x2db594(0x19f)]['unitId']||_0x3fa31c[_0x2db594(0x19f)][_0x2db594(0x2a0)]!==_0x5858b8[_0x2db594(0x19f)]['subUnitId']?_0x5a700d:{'error':new Error(_0x2db594(0x2fc))};},_0x2c36f1(0x281))},addWorksheetProtectionWithSetConditionalFormattingRule={'m1':AddWorksheetProtectionMutation['id'],'m2':SetConditionalRuleMutation['id'],'handler':__name((_0x5ef038,_0x203244)=>{const _0x15b7b7=_0x2c36f1,_0x4cbcfe={'m1Prime':_0x5ef038,'m2Prime':_0x203244};return _0x5ef038[_0x15b7b7(0x19f)][_0x15b7b7(0x29b)]!==_0x203244[_0x15b7b7(0x19f)][_0x15b7b7(0x29b)]||_0x5ef038[_0x15b7b7(0x19f)][_0x15b7b7(0x2a0)]!==_0x203244[_0x15b7b7(0x19f)][_0x15b7b7(0x2a0)]?_0x4cbcfe:{'error':new Error(_0x15b7b7(0x254))};},_0x2c36f1(0x281))},addWorksheetProtectionWithSetFrozen={'m1':AddWorksheetProtectionMutation['id'],'m2':SetFrozenMutation['id'],'handler':__name((_0x57c6f6,_0x2b502b)=>{const _0x328a4c=_0x2c36f1,_0x1a4af5={'m1Prime':_0x57c6f6,'m2Prime':_0x2b502b};return _0x57c6f6[_0x328a4c(0x19f)][_0x328a4c(0x29b)]!==_0x2b502b[_0x328a4c(0x19f)][_0x328a4c(0x29b)]||_0x57c6f6[_0x328a4c(0x19f)][_0x328a4c(0x2a0)]!==_0x2b502b['params'][_0x328a4c(0x2a0)]?_0x1a4af5:{'error':new Error(_0x328a4c(0x2e8))};},_0x2c36f1(0x281))},addWorksheetProtectionWithSetNumfmt={'m1':AddWorksheetProtectionMutation['id'],'m2':SetNumfmtMutation['id'],'handler':__name((_0x357883,_0x22d3eb)=>{const _0x4cf6d7=_0x2c36f1,_0x228196={'m1Prime':_0x357883,'m2Prime':_0x22d3eb};return _0x357883['params'][_0x4cf6d7(0x29b)]!==_0x22d3eb['params']['unitId']||_0x357883[_0x4cf6d7(0x19f)][_0x4cf6d7(0x2a0)]!==_0x22d3eb[_0x4cf6d7(0x19f)]['subUnitId']?_0x228196:{'error':new Error(_0x4cf6d7(0x144))};},'handler')},addWorksheetProtectionWithSetRangeProtection={'m1':AddWorksheetProtectionMutation['id'],'m2':SetRangeProtectionMutation['id'],'handler':__name((_0x385d3d,_0x36a408)=>{const _0x124a39=_0x2c36f1,_0x2454eb={'m1Prime':_0x385d3d,'m2Prime':_0x36a408};return _0x385d3d[_0x124a39(0x19f)][_0x124a39(0x29b)]!==_0x36a408[_0x124a39(0x19f)]['unitId']||_0x385d3d[_0x124a39(0x19f)][_0x124a39(0x2a0)]!==_0x36a408['params'][_0x124a39(0x2a0)]?_0x2454eb:{'error':new Error(_0x124a39(0x287))};},_0x2c36f1(0x281))},addWorksheetProtectionWithSetWorksheetColWidth={'m1':AddWorksheetProtectionMutation['id'],'m2':SetWorksheetColWidthMutation['id'],'handler':__name((_0x58f186,_0x2f37c3)=>{const _0x193d16=_0x2c36f1,_0x21cbce={'m1Prime':_0x58f186,'m2Prime':_0x2f37c3};return _0x58f186[_0x193d16(0x19f)][_0x193d16(0x29b)]!==_0x2f37c3[_0x193d16(0x19f)][_0x193d16(0x29b)]||_0x58f186[_0x193d16(0x19f)][_0x193d16(0x2a0)]!==_0x2f37c3[_0x193d16(0x19f)]['subUnitId']?_0x21cbce:{'error':new Error(_0x193d16(0x2a9))};},_0x2c36f1(0x281))},addWorksheetProtectionWithSetWorksheetName={'m1':AddWorksheetProtectionMutation['id'],'m2':SetWorksheetNameMutation['id'],'handler':__name((_0x1fe632,_0x3cf8e5)=>{const _0x185e05=_0x2c36f1,_0x3a89bb={'m1Prime':_0x1fe632,'m2Prime':_0x3cf8e5};return _0x1fe632['params']['unitId']!==_0x3cf8e5[_0x185e05(0x19f)][_0x185e05(0x29b)]||_0x1fe632[_0x185e05(0x19f)]['subUnitId']!==_0x3cf8e5[_0x185e05(0x19f)][_0x185e05(0x2a0)]?_0x3a89bb:{'error':new Error(_0x185e05(0x2ff))};},_0x2c36f1(0x281))},addWorksheetProtectionWithUpdateComment={'m1':AddWorksheetProtectionMutation['id'],'m2':UpdateCommentMutation['id'],'handler':__name((_0x1a40ee,_0x422b3f)=>{const _0x4acdb6=_0x2c36f1,_0x1f1e34={'m1Prime':_0x1a40ee,'m2Prime':_0x422b3f};return _0x1a40ee[_0x4acdb6(0x19f)][_0x4acdb6(0x29b)]!==_0x422b3f['params'][_0x4acdb6(0x29b)]||_0x1a40ee[_0x4acdb6(0x19f)]['subUnitId']!==_0x422b3f['params'][_0x4acdb6(0x2a0)]?_0x1f1e34:{'error':new Error(_0x4acdb6(0x2ee))};},'handler')},addWorksheetProtectionWithUpdateDataValidation={'m1':AddWorksheetProtectionMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x1e230a,_0x4dad59)=>{const _0x81a11c=_0x2c36f1,_0x23affd={'m1Prime':_0x1e230a,'m2Prime':_0x4dad59};return _0x1e230a[_0x81a11c(0x19f)]['unitId']!==_0x4dad59['params'][_0x81a11c(0x29b)]||_0x1e230a[_0x81a11c(0x19f)][_0x81a11c(0x2a0)]!==_0x4dad59[_0x81a11c(0x19f)][_0x81a11c(0x2a0)]?_0x23affd:{'error':new Error(_0x81a11c(0x29a))};},_0x2c36f1(0x281))},deleteCommentMutationWithAdd={'m1':DeleteCommentMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x5423f7,_0x12ada4)=>{const _0x247e4b=_0x2c36f1,_0x2514e4=_0x5423f7[_0x247e4b(0x19f)],_0x3fcc12=_0x12ada4[_0x247e4b(0x19f)];return _0x2514e4[_0x247e4b(0x29b)]===_0x3fcc12[_0x247e4b(0x29b)]&&_0x2514e4[_0x247e4b(0x2a0)]===_0x3fcc12[_0x247e4b(0x2a0)]&&_0x2514e4[_0x247e4b(0x274)]===_0x3fcc12[_0x247e4b(0x173)][_0x247e4b(0x288)]?{'m1Prime':_0x5423f7,'m2Prime':[]}:{'m1Prime':_0x5423f7,'m2Prime':_0x12ada4};},_0x2c36f1(0x281))},deleteCommentMutationWithSelf={'m1':DeleteCommentMutation['id'],'m2':DeleteCommentMutation['id'],'handler':__name((_0x3f34d4,_0x4dc929)=>{const _0x525e1d=_0x2c36f1,_0x5e9d8c=_0x3f34d4[_0x525e1d(0x19f)],_0x26ad8f=_0x4dc929[_0x525e1d(0x19f)],_0x1f03dc={'m1Prime':_0x3f34d4,'m2Prime':_0x4dc929};return _0x5e9d8c[_0x525e1d(0x29b)]!==_0x26ad8f[_0x525e1d(0x29b)]||_0x5e9d8c[_0x525e1d(0x2a0)]!==_0x26ad8f['subUnitId']||_0x5e9d8c[_0x525e1d(0x274)]!==_0x26ad8f[_0x525e1d(0x274)]?_0x1f03dc:{'m1Prime':[],'m2Prime':[]};},_0x2c36f1(0x281))},deleteConditionalFormattingRuleMutationWithSelf={'m1':DeleteConditionalRuleMutation['id'],'m2':DeleteConditionalRuleMutation['id'],'handler'(_0x38702a,_0x32588d){return{'m1Prime':_0x38702a,'m2Prime':_0x32588d};}},transformAddCommentWithRefRange=__name((_0x19d833,_0x27ee74)=>{const _0x402526=_0x2c36f1,_0x135dfb=singleReferenceToGrid(_0x19d833[_0x402526(0x19f)]['comment'][_0x402526(0x182)]),_0x5d2f19={'startColumn':_0x135dfb[_0x402526(0x2bc)],'endColumn':_0x135dfb[_0x402526(0x2bc)],'startRow':_0x135dfb['row'],'endRow':_0x135dfb[_0x402526(0x175)]},_0x14a669=handleDefaultRangeChangeWithEffectRefCommands(_0x5d2f19,_0x27ee74);if(!_0x14a669)return[{'id':DeleteCommentMutation['id'],'params':{..._0x19d833[_0x402526(0x19f)],'comment':void 0x0,'commentId':_0x19d833[_0x402526(0x19f)][_0x402526(0x173)]['id']}}];const _0x373820=serializeRange(_0x14a669);return _0x373820===_0x19d833[_0x402526(0x19f)][_0x402526(0x173)][_0x402526(0x182)]?[]:[{'id':UpdateCommentRefMutation['id'],'params':{..._0x19d833['params'],'comment':void 0x0,'payload':{'ref':_0x373820,'commentId':_0x19d833[_0x402526(0x19f)][_0x402526(0x173)]['id']}}}];},_0x2c36f1(0x2eb)),insertColWithAddComment={'m1':InsertColMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x13762c,_0x146786)=>{const _0x483a95=_0x2c36f1,_0x14f10c={'m1Prime':_0x13762c,'m2Prime':_0x146786};if(_0x13762c[_0x483a95(0x19f)][_0x483a95(0x29b)]!==_0x146786[_0x483a95(0x19f)][_0x483a95(0x29b)]||_0x13762c[_0x483a95(0x19f)][_0x483a95(0x2a0)]!==_0x146786[_0x483a95(0x19f)]['subUnitId'])return _0x14f10c;const _0x250b3a={'id':InsertColCommand['id'],'params':{'unitId':_0x13762c[_0x483a95(0x19f)][_0x483a95(0x29b)],'subUnitId':_0x13762c[_0x483a95(0x19f)][_0x483a95(0x2a0)],'range':_0x13762c[_0x483a95(0x19f)][_0x483a95(0x20d)]}},_0x207878=transformAddCommentWithRefRange(_0x146786,_0x250b3a);return{'m1Prime':[_0x13762c,..._0x207878],'m2Prime':[_0x146786,..._0x207878]};},'handler')};function toColumn(_0x23d3af){const _0x553725=_0x2c36f1;return{..._0x23d3af,'rangeType':RANGE_TYPE[_0x553725(0x1a4)]};}__name(toColumn,_0x2c36f1(0x233));function moveRows(_0x29c7db,_0x3dc0c7,_0x164edb,_0x2a444b){const _0x3aa1fb=_0x2c36f1;if(_0x2a444b<0x0){for(let _0x406fbd=_0x3dc0c7;_0x406fbd<_0x3dc0c7+_0x164edb;_0x406fbd++)if(_0x29c7db[_0x3aa1fb(0x222)](_0x406fbd)){_0x29c7db[_0x3aa1fb(0x222)](_0x406fbd+_0x2a444b)||(_0x29c7db[_0x406fbd+_0x2a444b]={});const _0x567d00=_0x29c7db[_0x406fbd],_0x1a043f=Object[_0x3aa1fb(0x1df)](_0x567d00)[_0x3aa1fb(0x270)](Number)['sort']((_0x2e1473,_0x1df1a6)=>_0x2e1473-_0x1df1a6);for(const _0x46a60e of _0x1a043f)_0x29c7db[_0x406fbd+_0x2a444b][_0x46a60e]=_0x567d00[_0x46a60e];delete _0x29c7db[_0x406fbd];}else delete _0x29c7db[_0x406fbd+_0x2a444b];}else{for(let _0x1732fe=_0x3dc0c7+_0x164edb-0x1;_0x1732fe>=_0x3dc0c7;_0x1732fe--)if(_0x29c7db[_0x3aa1fb(0x222)](_0x1732fe)){_0x29c7db['hasOwnProperty'](_0x1732fe+_0x2a444b)||(_0x29c7db[_0x1732fe+_0x2a444b]={});const _0x3380c6=_0x29c7db[_0x1732fe],_0x58dd1e=Object['keys'](_0x3380c6)[_0x3aa1fb(0x270)](Number)[_0x3aa1fb(0x2c5)]((_0x5134d3,_0x2c4ee5)=>_0x5134d3-_0x2c4ee5);for(const _0x58119e of _0x58dd1e)_0x29c7db[_0x1732fe+_0x2a444b][_0x58119e]=_0x3380c6[_0x58119e];delete _0x29c7db[_0x1732fe];}else delete _0x29c7db[_0x1732fe+_0x2a444b];}}__name(moveRows,'moveRows');function moveColumns(_0x5644d,_0x42042d,_0x4daa5c,_0x48a663){const _0x2a5b1b=_0x2c36f1,_0x40a776=Object[_0x2a5b1b(0x1df)](_0x5644d)[_0x2a5b1b(0x270)](Number)[_0x2a5b1b(0x2c5)]((_0x4ba6e3,_0x4aaba6)=>_0x4ba6e3-_0x4aaba6);if(_0x48a663<0x0)for(const _0x549a35 of _0x40a776){const _0x262ec2=_0x5644d[_0x549a35];for(let _0xcc3e18=_0x42042d;_0xcc3e18<_0x42042d+_0x4daa5c;_0xcc3e18++)_0x262ec2[_0x2a5b1b(0x222)](_0xcc3e18)?(_0x262ec2[_0xcc3e18+_0x48a663]=_0x262ec2[_0xcc3e18],delete _0x262ec2[_0xcc3e18]):delete _0x262ec2[_0xcc3e18+_0x48a663];}else for(const _0x400e46 of _0x40a776){const _0x388ae6=_0x5644d[_0x400e46];for(let _0x187872=_0x42042d+_0x4daa5c-0x1;_0x187872>=_0x42042d;_0x187872--)_0x388ae6[_0x2a5b1b(0x222)](_0x187872)?(_0x388ae6[_0x187872+_0x48a663]=_0x388ae6[_0x187872],delete _0x388ae6[_0x187872]):delete _0x388ae6[_0x187872+_0x48a663];}}__name(moveColumns,_0x2c36f1(0x2d3));function RangeSubtractRanges(_0x517ef9,_0x4f5da2){const _0x9d2fef=_0x2c36f1;return new RangeMergeUtil()[_0x9d2fef(0x1b5)](_0x517ef9)[_0x9d2fef(0x1a8)](..._0x4f5da2)['merge']();}__name(RangeSubtractRanges,_0x2c36f1(0x1c8));function processFormulaString(_0x9499e8,_0x320e1f,_0x1f0c5a,_0x369375){const _0x828b17=_0x2c36f1,_0x44dbd2=new LexerTreeBuilder()[_0x828b17(0x154)](_0x1f0c5a);if(_0x44dbd2==null)return _0x1f0c5a;const _0x4c05c7=[];for(let _0x475869=0x0,_0x19d429=_0x44dbd2[_0x828b17(0x21b)];_0x475869<_0x19d429;_0x475869++){const _0x3bc7c0=_0x44dbd2[_0x475869];if(typeof _0x3bc7c0==_0x828b17(0x1ba)||_0x3bc7c0[_0x828b17(0x17c)]!==sequenceNodeType[_0x828b17(0x30f)]){_0x4c05c7['push'](_0x3bc7c0);continue;}const {token:_0x434664}=_0x3bc7c0,_0x3910f7=deserializeRangeWithSheetWithCache(_0x434664),{range:_0x4381d2,sheetName:_0x5c73b9,unitId:_0x4ab547}=_0x3910f7;if((_0x9499e8===_0x4ab547||_0x4ab547==='')&&(_0x320e1f===_0x5c73b9||_0x5c73b9==='')){const _0x216f67=_0x369375(_0x4381d2),_0x3b94d7=_0x216f67?serializeRangeToRefString({'range':_0x216f67,'sheetName':_0x5c73b9,'unitId':_0x4ab547}):ErrorType[_0x828b17(0x251)];_0x4c05c7['push']({..._0x3bc7c0,'token':_0x3b94d7});}else _0x4c05c7['push'](_0x3bc7c0);}return'='+generateStringWithSequence(_0x4c05c7);}__name(processFormulaString,_0x2c36f1(0x2cc));function intersect(_0x3b5f66,_0x30cfb4){const _0x2963c2=_0x2c36f1;return _0x3b5f66[_0x2963c2(0x14f)]<=_0x30cfb4[_0x2963c2(0x19a)]&&_0x3b5f66[_0x2963c2(0x19a)]>=_0x30cfb4[_0x2963c2(0x14f)];}__name(intersect,'intersect');function contain(_0xf1ee4f,_0x55b054){const _0x5814a1=_0x2c36f1;return _0xf1ee4f[_0x5814a1(0x14f)]<=_0x55b054[_0x5814a1(0x14f)]&&_0xf1ee4f[_0x5814a1(0x19a)]>=_0x55b054[_0x5814a1(0x19a)];}__name(contain,'contain');function lineSubtractLines(_0xdfa54a,_0x5e7c5f){const _0x59034f=_0x2c36f1;let _0xc609d8=[_0xdfa54a];for(const _0x373876 of _0x5e7c5f){const _0x50effa=[];for(const _0x53a188 of _0xc609d8)_0x50effa[_0x59034f(0x20c)](...lineSubtractLine(_0x53a188,_0x373876));_0xc609d8=_0x50effa;}return _0xc609d8;}__name(lineSubtractLines,_0x2c36f1(0x197));function lineSubtractLine(_0x8bb453,_0x616294){const _0x587c44=_0x2c36f1,_0x17bb40=[];if(contain(_0x616294,_0x8bb453))return _0x17bb40;if(contain(_0x8bb453,_0x616294)){const _0xd1681=_0x8bb453['start'],_0x330255=_0x616294[_0x587c44(0x14f)]-0x1,_0x38f2db=_0x616294[_0x587c44(0x19a)]+0x1,_0x265fb1=_0x8bb453[_0x587c44(0x19a)];return _0xd1681<=_0x330255&&_0x17bb40['push']({'start':_0xd1681,'end':_0x330255}),_0x38f2db<=_0x265fb1&&_0x17bb40['push']({'start':_0x38f2db,'end':_0x265fb1}),_0x17bb40;}return intersect(_0x8bb453,_0x616294)?(_0x8bb453[_0x587c44(0x14f)]<_0x616294['start']&&_0x17bb40[_0x587c44(0x20c)]({'start':_0x8bb453[_0x587c44(0x14f)],'end':_0x616294[_0x587c44(0x14f)]-0x1}),_0x8bb453['end']>_0x616294['end']&&_0x17bb40[_0x587c44(0x20c)]({'start':_0x616294['end']+0x1,'end':_0x8bb453['end']}),_0x17bb40):[_0x8bb453];}__name(lineSubtractLine,'lineSubtractLine');function handleInsert(_0x451f70,_0x5779c0){const _0x170788=_0x2c36f1,_0x18c8af={'startColumn':_0x451f70[_0x170788(0x14f)],'endColumn':_0x451f70[_0x170788(0x19a)],'startRow':0x0,'endRow':0x1,'rangeType':RANGE_TYPE[_0x170788(0x1a4)]},_0xb21a87={'startColumn':_0x5779c0[_0x170788(0x14f)],'endColumn':_0x5779c0[_0x170788(0x19a)],'startRow':0x0,'endRow':0x1,'rangeType':RANGE_TYPE['COLUMN']},_0x3a8a2f=handleBaseInsertRange(_0x18c8af,_0xb21a87);return{'start':_0x5779c0[_0x170788(0x14f)]+_0x3a8a2f[_0x170788(0x1bc)],'end':_0x5779c0[_0x170788(0x19a)]+_0x3a8a2f['step']+_0x3a8a2f[_0x170788(0x21b)]};}__name(handleInsert,'handleInsert');function handleRemove(_0x4db58c,_0x5cd606){const _0x2b79a0=_0x2c36f1,_0x2c8c6d={'startColumn':_0x4db58c['start'],'endColumn':_0x4db58c[_0x2b79a0(0x19a)],'startRow':0x0,'endRow':0x1,'rangeType':RANGE_TYPE[_0x2b79a0(0x1a4)]},_0x2eee72={'startColumn':_0x5cd606[_0x2b79a0(0x14f)],'endColumn':_0x5cd606[_0x2b79a0(0x19a)],'startRow':0x0,'endRow':0x1,'rangeType':RANGE_TYPE['COLUMN']},_0x3b7205=handleBaseRemoveRange(_0x2c8c6d,_0x2eee72);return _0x3b7205===null?null:{'start':_0x5cd606[_0x2b79a0(0x14f)]+_0x3b7205[_0x2b79a0(0x1bc)],'end':_0x5cd606[_0x2b79a0(0x19a)]+_0x3b7205[_0x2b79a0(0x1bc)]+_0x3b7205[_0x2b79a0(0x21b)]};}__name(handleRemove,_0x2c36f1(0x313));function transformAddDataValidationWithRefRange(_0xf5987a,_0x3de182){const _0xd6de2=_0x2c36f1,{unitId:_0x100681,subUnitId:_0x48d736}=_0xf5987a['params'],_0x34e7a5=__name(_0x3d4541=>processFormulaString(_0x100681,_0x48d736,_0x3d4541,_0x2839df=>handleDefaultRangeChangeWithEffectRefCommands(_0x2839df,_0x3de182)),_0xd6de2(0x30e)),_0xf36de7=[],_0x3ba841=__name(_0x2a7394=>{const _0x102922=_0xd6de2;var _0x56aebc,_0x51eb96;const _0x3d8fa4=_0x2a7394[_0x102922(0x2c8)],_0x2b1af6=_0x2a7394[_0x102922(0x265)][_0x102922(0x270)](_0x48692c=>handleCommonDefaultRangeChangeWithEffectRefCommands(_0x48692c,_0x3de182)),_0x45e79d=(_0x56aebc=_0x2a7394['formula1'])!=null?_0x56aebc:'',_0x440978=(_0x51eb96=_0x2a7394[_0x102922(0x151)])!=null?_0x51eb96:'';let _0x450edc=_0x45e79d,_0x138194=_0x440978;isFormulaString(_0x45e79d)&&(_0x450edc=_0x34e7a5(_0x45e79d)),isFormulaString(_0x440978)&&(_0x138194=_0x34e7a5(_0x440978)),(_0x450edc!==_0x45e79d||_0x138194!==_0x440978)&&_0xf36de7[_0x102922(0x20c)]({'id':UpdateDataValidationMutation['id'],'params':{'unitId':_0x100681,'subUnitId':_0x48d736,'ruleId':_0x3d8fa4,'payload':{'type':UpdateRuleType[_0x102922(0x285)],'payload':{'type':_0x2a7394[_0x102922(0x1d2)],'formula1':_0x450edc,'formula2':_0x138194}}}});const _0x10138a=_0x2b1af6[_0x102922(0x1fc)]()['filter'](Boolean);isRangesEqual(_0x2a7394[_0x102922(0x265)],_0x10138a)||_0xf36de7['push']({'id':UpdateDataValidationMutation['id'],'params':{'unitId':_0x100681,'subUnitId':_0x48d736,'ruleId':_0x3d8fa4,'payload':{'type':UpdateRuleType['RANGE'],'payload':_0x10138a}}});},'loopRule');return Array[_0xd6de2(0x31b)](_0xf5987a['params'][_0xd6de2(0x267)])?_0xf5987a[_0xd6de2(0x19f)]['rule'][_0xd6de2(0x242)](_0x2c9795=>_0x3ba841(_0x2c9795)):_0x3ba841(_0xf5987a[_0xd6de2(0x19f)]['rule']),_0xf36de7;}__name(transformAddDataValidationWithRefRange,'transformAddDataValidationWithRefRange');const moveColMutationWithAddDataValidation={'m1':MoveColsMutation['id'],'m2':AddDataValidationMutation['id'],'handler'(_0x9bdb38,_0xb2729d){const _0x10ea3f=_0x2c36f1,_0x467436={'m1Prime':_0x9bdb38,'m2Prime':_0xb2729d};if(_0x9bdb38[_0x10ea3f(0x19f)][_0x10ea3f(0x29b)]!==_0xb2729d[_0x10ea3f(0x19f)]['unitId']||_0x9bdb38[_0x10ea3f(0x19f)][_0x10ea3f(0x2a0)]!==_0xb2729d[_0x10ea3f(0x19f)]['subUnitId'])return _0x467436;const _0x51f019={'id':MoveColsCommand['id'],'params':{'fromRange':_0x9bdb38[_0x10ea3f(0x19f)][_0x10ea3f(0x1f8)],'toRange':_0x9bdb38[_0x10ea3f(0x19f)]['targetRange']}},_0x1ae1f9=transformAddDataValidationWithRefRange(_0xb2729d,_0x51f019);return{'m1Prime':[_0x9bdb38,..._0x1ae1f9],'m2Prime':[_0xb2729d,..._0x1ae1f9]};}},insertColMutationWithAddDataValidation={'m1':InsertColMutation['id'],'m2':AddDataValidationMutation['id'],'handler'(_0x844900,_0x5b3159){const _0x3b8409=_0x2c36f1,_0x1c8ea6={'m1Prime':_0x844900,'m2Prime':_0x5b3159};if(_0x844900[_0x3b8409(0x19f)][_0x3b8409(0x29b)]!==_0x5b3159[_0x3b8409(0x19f)][_0x3b8409(0x29b)]||_0x844900[_0x3b8409(0x19f)]['subUnitId']!==_0x5b3159[_0x3b8409(0x19f)]['subUnitId'])return _0x1c8ea6;const _0x30242c={'id':InsertColCommand['id'],'params':{'unitId':_0x844900['params'][_0x3b8409(0x29b)],'subUnitId':_0x844900[_0x3b8409(0x19f)]['subUnitId'],'range':_0x844900[_0x3b8409(0x19f)][_0x3b8409(0x20d)]}},_0x44eac9=transformAddDataValidationWithRefRange(_0x5b3159,_0x30242c);return{'m1Prime':[_0x844900,..._0x44eac9],'m2Prime':[_0x5b3159,..._0x44eac9]};}},insertColMutationWithAddMerge={'m1':InsertColMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x2be3bd,_0x40e905){const _0x214bf1=_0x2c36f1,_0x126134=addWorksheetMergeMutationWithInsertColMutation[_0x214bf1(0x281)](_0x40e905,_0x2be3bd);return isTransformMutationSuccess(_0x126134)?{'m1Prime':_0x126134['m2Prime'],'m2Prime':_0x126134['m1Prime']}:_0x126134;}},insertColMutationWithSelf={'m1':InsertColMutation['id'],'m2':InsertColMutation['id'],'handler'(_0x2b6b69,_0x3cd869){const _0x582813=_0x2c36f1,_0x9a706d={'m1Prime':_0x2b6b69,'m2Prime':_0x3cd869};if(_0x2b6b69[_0x582813(0x19f)][_0x582813(0x29b)]!==_0x3cd869[_0x582813(0x19f)][_0x582813(0x29b)]||_0x2b6b69[_0x582813(0x19f)][_0x582813(0x2a0)]!==_0x3cd869[_0x582813(0x19f)][_0x582813(0x2a0)])return _0x9a706d;const _0x2768a5=Tools['deepClone'](_0x2b6b69),_0x4709f5=Tools[_0x582813(0x1e0)](_0x3cd869),_0x2d610c=handleBaseInsertRange(toColumn(_0x2b6b69[_0x582813(0x19f)][_0x582813(0x20d)]),toColumn(_0x3cd869[_0x582813(0x19f)][_0x582813(0x20d)]));if(_0x2d610c?(_0x4709f5['params'][_0x582813(0x20d)]['startColumn']+=_0x2d610c[_0x582813(0x1bc)],_0x4709f5[_0x582813(0x19f)][_0x582813(0x20d)][_0x582813(0x2b1)]+=_0x2d610c[_0x582813(0x1bc)]+(_0x2d610c[_0x582813(0x21b)]||0x0)):_0x4709f5['id']=EmptyMutation['id'],_0x2b6b69[_0x582813(0x19f)][_0x582813(0x20d)]['startColumn']!==_0x3cd869['params'][_0x582813(0x20d)][_0x582813(0x308)]){const _0x5d43ed=handleBaseInsertRange(toColumn(_0x3cd869['params'][_0x582813(0x20d)]),toColumn(_0x2b6b69['params'][_0x582813(0x20d)]));_0x5d43ed?(_0x2768a5[_0x582813(0x19f)][_0x582813(0x20d)][_0x582813(0x308)]+=_0x5d43ed['step'],_0x2768a5['params'][_0x582813(0x20d)]['endColumn']+=_0x5d43ed[_0x582813(0x1bc)]+(_0x5d43ed[_0x582813(0x21b)]||0x0)):_0x2768a5['id']=EmptyMutation['id'];}return{'m1Prime':_0x2768a5,'m2Prime':_0x4709f5};}},insertColMutationWithMoveCol={'m1':InsertColMutation['id'],'m2':MoveColsMutation['id'],'handler'(_0x364914,_0x4cf9f1){const _0x42df79=_0x2c36f1,_0x180670={'m1Prime':_0x364914,'m2Prime':_0x4cf9f1};if(_0x364914[_0x42df79(0x19f)][_0x42df79(0x29b)]!==_0x4cf9f1[_0x42df79(0x19f)][_0x42df79(0x29b)]||_0x364914[_0x42df79(0x19f)][_0x42df79(0x2a0)]!==_0x4cf9f1[_0x42df79(0x19f)]['subUnitId'])return _0x180670;const _0x1e55b4=Tools[_0x42df79(0x1e0)](_0x364914),_0x27299d=Tools['deepClone'](_0x4cf9f1),_0x2f4372=_0x4cf9f1['params'][_0x42df79(0x1f8)],_0x1de767=_0x4cf9f1[_0x42df79(0x19f)]['targetRange'];if(_0x364914[_0x42df79(0x19f)][_0x42df79(0x20d)][_0x42df79(0x308)]>_0x2f4372[_0x42df79(0x308)]&&_0x364914['params']['range'][_0x42df79(0x308)]<=_0x2f4372[_0x42df79(0x2b1)]||_0x364914['params'][_0x42df79(0x20d)][_0x42df79(0x308)]>_0x1de767[_0x42df79(0x308)]&&_0x364914['params'][_0x42df79(0x20d)]['startColumn']<=_0x1de767[_0x42df79(0x2b1)])return{'error':new Error(_0x42df79(0x19c))};const _0x327b73=handleBaseInsertRange(toColumn(_0x364914[_0x42df79(0x19f)]['range']),toColumn(_0x2f4372)),_0x535bb6=handleBaseInsertRange(toColumn(_0x364914[_0x42df79(0x19f)]['range']),toColumn(_0x1de767));if(_0x27299d['params'][_0x42df79(0x1f8)][_0x42df79(0x308)]+=_0x327b73[_0x42df79(0x1bc)],_0x27299d['params'][_0x42df79(0x1f8)]['endColumn']+=_0x327b73[_0x42df79(0x1bc)]+(_0x327b73['length']||0x0),_0x27299d[_0x42df79(0x19f)]['targetRange'][_0x42df79(0x308)]+=_0x535bb6[_0x42df79(0x1bc)],_0x27299d['params'][_0x42df79(0x236)][_0x42df79(0x2b1)]+=_0x535bb6[_0x42df79(0x1bc)]+(_0x535bb6[_0x42df79(0x21b)]||0x0),_0x2f4372[_0x42df79(0x308)]>=_0x364914[_0x42df79(0x19f)][_0x42df79(0x20d)]['startColumn']&&_0x1de767['startColumn']<_0x364914[_0x42df79(0x19f)]['range'][_0x42df79(0x308)]){const _0x572cd1=_0x1de767[_0x42df79(0x2b1)]-_0x1de767['startColumn']+0x1;_0x1e55b4[_0x42df79(0x19f)][_0x42df79(0x20d)][_0x42df79(0x308)]+=_0x572cd1,_0x1e55b4[_0x42df79(0x19f)][_0x42df79(0x20d)][_0x42df79(0x2b1)]+=_0x572cd1;}else{if(_0x2f4372[_0x42df79(0x2b1)]<_0x364914[_0x42df79(0x19f)][_0x42df79(0x20d)]['startColumn']&&_0x1de767[_0x42df79(0x308)]>=_0x364914['params'][_0x42df79(0x20d)][_0x42df79(0x308)]){const _0x4e08c1=_0x2f4372['endColumn']-_0x2f4372[_0x42df79(0x308)]+0x1;_0x1e55b4[_0x42df79(0x19f)][_0x42df79(0x20d)]['startColumn']-=_0x4e08c1,_0x1e55b4['params'][_0x42df79(0x20d)][_0x42df79(0x2b1)]-=_0x4e08c1;}}return{'m1Prime':_0x1e55b4,'m2Prime':_0x27299d};}},insertColMutationWithMoveRange={'m1':InsertColMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x4edc85,_0xfdb359){const _0x37655d=_0x2c36f1,_0x38960f={'m1Prime':_0x4edc85,'m2Prime':_0xfdb359};if(_0x4edc85['params'][_0x37655d(0x29b)]!==_0xfdb359[_0x37655d(0x19f)]['unitId']||_0x4edc85[_0x37655d(0x19f)]['subUnitId']!==_0xfdb359[_0x37655d(0x19f)][_0x37655d(0x312)]['subUnitId']&&_0x4edc85['params'][_0x37655d(0x2a0)]!==_0xfdb359[_0x37655d(0x19f)]['to'][_0x37655d(0x2a0)])return _0x38960f;const _0x3f8c4f=Tools[_0x37655d(0x1e0)](_0x4edc85),_0x34ad0d=Tools['deepClone'](_0xfdb359);if(_0x4edc85['params'][_0x37655d(0x2a0)]===_0xfdb359['params'][_0x37655d(0x312)][_0x37655d(0x2a0)]){const _0x46a1f2=new ObjectMatrix(_0x34ad0d[_0x37655d(0x19f)][_0x37655d(0x312)]['value'])[_0x37655d(0x280)](),{startColumn:_0x399868,endColumn:_0x4c719a}=_0x46a1f2,{startColumn:_0x429ccb,endColumn:_0x110cb9}=_0x4edc85[_0x37655d(0x19f)][_0x37655d(0x20d)],{step:_0x18e780,length:_0x526112}=handleBaseInsertRange(_0x4edc85[_0x37655d(0x19f)][_0x37655d(0x20d)],_0x46a1f2);_0x18e780>0x0&&_0x526112===0x0&&moveColumns(_0x34ad0d['params'][_0x37655d(0x312)][_0x37655d(0x300)],_0x399868,_0x4c719a-_0x399868+0x1,_0x18e780),_0x18e780===0x0&&_0x526112>0x0&&moveColumns(_0x34ad0d[_0x37655d(0x19f)][_0x37655d(0x312)]['value'],_0x429ccb,_0x4c719a-_0x429ccb+0x1,_0x110cb9-_0x429ccb+0x1);}if(_0x4edc85[_0x37655d(0x19f)]['subUnitId']===_0xfdb359[_0x37655d(0x19f)]['to'][_0x37655d(0x2a0)]){const _0x5d32df=new ObjectMatrix(_0x34ad0d[_0x37655d(0x19f)]['to'][_0x37655d(0x300)])[_0x37655d(0x280)](),{startColumn:_0x2d9ca5,endColumn:_0x5579ec}=_0x5d32df,{startColumn:_0x5bb8e8,endColumn:_0x2fe3d0}=_0x4edc85[_0x37655d(0x19f)][_0x37655d(0x20d)],{step:_0x279b1e,length:_0x498609}=handleBaseInsertRange(_0x4edc85[_0x37655d(0x19f)][_0x37655d(0x20d)],_0x5d32df);_0x279b1e>0x0&&_0x498609===0x0&&moveColumns(_0x34ad0d[_0x37655d(0x19f)]['to'][_0x37655d(0x300)],_0x2d9ca5,_0x5579ec-_0x2d9ca5+0x1,_0x279b1e),_0x279b1e===0x0&&_0x498609>0x0&&moveColumns(_0x34ad0d[_0x37655d(0x19f)]['to'][_0x37655d(0x300)],_0x5bb8e8,_0x5579ec-_0x5bb8e8+0x1,_0x2fe3d0-_0x5bb8e8+0x1);}return{'m1Prime':_0x3f8c4f,'m2Prime':_0x34ad0d};}},insertColMutationWithRemoveCol={'m1':InsertColMutation['id'],'m2':RemoveColMutation['id'],'handler'(_0x4da789,_0xffb31a){const _0x49751e=_0x2c36f1,_0x259808={'m1Prime':_0x4da789,'m2Prime':_0xffb31a};if(_0x4da789[_0x49751e(0x19f)][_0x49751e(0x29b)]!==_0xffb31a[_0x49751e(0x19f)]['unitId']||_0x4da789[_0x49751e(0x19f)]['subUnitId']!==_0xffb31a[_0x49751e(0x19f)][_0x49751e(0x2a0)])return _0x259808;const _0x23e90a=Tools[_0x49751e(0x1e0)](_0x4da789),_0x41a7d4=Tools[_0x49751e(0x1e0)](_0xffb31a);if(_0x4da789[_0x49751e(0x19f)][_0x49751e(0x20d)][_0x49751e(0x308)]<=_0xffb31a['params'][_0x49751e(0x20d)]['endColumn']&&_0x4da789[_0x49751e(0x19f)][_0x49751e(0x20d)][_0x49751e(0x308)]>_0xffb31a[_0x49751e(0x19f)]['range'][_0x49751e(0x308)])return{'error':new Error(_0x49751e(0x17a))};const _0x3631df=handleBaseInsertRange(toColumn(_0x4da789[_0x49751e(0x19f)][_0x49751e(0x20d)]),toColumn(_0xffb31a['params'][_0x49751e(0x20d)]));_0x3631df?(_0x41a7d4[_0x49751e(0x19f)][_0x49751e(0x20d)][_0x49751e(0x308)]+=_0x3631df['step'],_0x41a7d4['params'][_0x49751e(0x20d)][_0x49751e(0x2b1)]+=_0x3631df['step']+(_0x3631df[_0x49751e(0x21b)]||0x0)):_0x41a7d4['id']=EmptyMutation['id'];const _0x34dee4=handleBaseRemoveRange(toColumn(_0xffb31a[_0x49751e(0x19f)][_0x49751e(0x20d)]),toColumn(_0x4da789[_0x49751e(0x19f)][_0x49751e(0x20d)]));return _0x34dee4&&(_0x23e90a[_0x49751e(0x19f)][_0x49751e(0x20d)][_0x49751e(0x308)]+=_0x34dee4['step'],_0x23e90a[_0x49751e(0x19f)][_0x49751e(0x20d)]['endColumn']+=_0x34dee4[_0x49751e(0x1bc)]+(_0x34dee4[_0x49751e(0x21b)]||0x0)),{'m1Prime':_0x23e90a,'m2Prime':_0x41a7d4};}},insertColMutationWithRemoveNumfmt={'m1':InsertColMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x1453db,_0x40d6c1){const _0x9f945a=_0x2c36f1,_0xc44105={'m1Prime':_0x1453db,'m2Prime':_0x40d6c1};if(_0x1453db[_0x9f945a(0x19f)][_0x9f945a(0x29b)]!==_0x40d6c1[_0x9f945a(0x19f)][_0x9f945a(0x29b)]||_0x1453db['params'][_0x9f945a(0x2a0)]!==_0x40d6c1[_0x9f945a(0x19f)]['subUnitId'])return _0xc44105;const _0x4430f6=Tools[_0x9f945a(0x1e0)](_0x1453db),_0x48b3a1=Tools[_0x9f945a(0x1e0)](_0x40d6c1),{ranges:_0x5ad293}=_0x48b3a1[_0x9f945a(0x19f)];return _0x5ad293[_0x9f945a(0x1b2)](_0x387389=>{const _0x1b4517=_0x9f945a,_0x2679ca=handleBaseInsertRange(toColumn(_0x1453db[_0x1b4517(0x19f)]['range']),toColumn(_0x387389));return _0x2679ca[_0x1b4517(0x21b)]!==0x0?!0x0:(_0x387389[_0x1b4517(0x308)]+=_0x2679ca[_0x1b4517(0x1bc)],_0x387389[_0x1b4517(0x2b1)]+=_0x2679ca[_0x1b4517(0x1bc)],!0x1);})?{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x4430f6,'m2Prime':_0x48b3a1};}},insertColMutationWithRemoveWorksheetMergeMutation={'m1':InsertColMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0x285f31,_0x3e88e9){const _0x38b94c=_0x2c36f1,_0x1b7056=Tools[_0x38b94c(0x1e0)](_0x285f31),_0x16afaa=Tools[_0x38b94c(0x1e0)](_0x3e88e9);if(_0x285f31[_0x38b94c(0x19f)][_0x38b94c(0x29b)]!==_0x3e88e9[_0x38b94c(0x19f)][_0x38b94c(0x29b)]||_0x285f31['params']['subUnitId']!==_0x3e88e9['params'][_0x38b94c(0x2a0)])return{'m1Prime':_0x1b7056,'m2Prime':_0x16afaa};const _0x55541e=_0x16afaa[_0x38b94c(0x19f)][_0x38b94c(0x265)][_0x38b94c(0x270)](_0x1018e9=>{const _0x47e3eb=_0x38b94c,_0x1b6b6f=_0x1b7056[_0x47e3eb(0x19f)][_0x47e3eb(0x20d)],_0x450623=_0x1b6b6f[_0x47e3eb(0x2b1)]-_0x1b6b6f['startColumn']+0x1;return _0x1b6b6f['startColumn']<=_0x1018e9['startColumn']?{..._0x1018e9,'startColumn':_0x1018e9['startColumn']+_0x450623,'endColumn':_0x1018e9[_0x47e3eb(0x2b1)]+_0x450623}:_0x1b6b6f[_0x47e3eb(0x308)]>_0x1018e9[_0x47e3eb(0x308)]&&_0x1b6b6f[_0x47e3eb(0x308)]<=_0x1018e9['endColumn']?{..._0x1018e9,'endColumn':_0x1018e9[_0x47e3eb(0x2b1)]+_0x450623}:{..._0x1018e9};});return _0x16afaa[_0x38b94c(0x19f)][_0x38b94c(0x265)]=_0x55541e,{'m1Prime':_0x1b7056,'m2Prime':_0x16afaa};}},insertColMutationWithReorderRange={'m1':InsertColMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x216acd,_0x45df09){const _0x322398=_0x2c36f1,_0x4c981c={'m1Prime':_0x216acd,'m2Prime':_0x45df09};if(_0x216acd[_0x322398(0x19f)][_0x322398(0x29b)]!==_0x45df09[_0x322398(0x19f)]['unitId']||_0x216acd[_0x322398(0x19f)]['subUnitId']!==_0x45df09[_0x322398(0x19f)]['subUnitId'])return _0x4c981c;const _0x3d44ee=Tools[_0x322398(0x1e0)](_0x45df09),_0x13d378=handleBaseInsertRange(toColumn(_0x216acd[_0x322398(0x19f)][_0x322398(0x20d)]),toColumn(_0x45df09[_0x322398(0x19f)][_0x322398(0x20d)]));return _0x3d44ee['params'][_0x322398(0x20d)][_0x322398(0x308)]+=_0x13d378['step'],_0x3d44ee['params'][_0x322398(0x20d)][_0x322398(0x2b1)]+=_0x13d378[_0x322398(0x1bc)]+(_0x13d378[_0x322398(0x21b)]||0x0),{'m1Prime':_0x216acd,'m2Prime':_0x3d44ee};}},insertColMutationWithSetColData={'m1':InsertColMutation['id'],'m2':SetColDataMutation['id'],'handler'(_0x2fa193,_0x136835){const _0x2a5d1c=_0x2c36f1,_0x331f8c={'m1Prime':_0x2fa193,'m2Prime':_0x136835};if(_0x2fa193[_0x2a5d1c(0x19f)]['unitId']!==_0x136835['params'][_0x2a5d1c(0x29b)]||_0x2fa193[_0x2a5d1c(0x19f)]['subUnitId']!==_0x136835['params'][_0x2a5d1c(0x2a0)])return _0x331f8c;const _0x1897fc=Tools['deepClone'](_0x2fa193),_0x3aa93b=Tools['deepClone'](_0x136835),{columnData:_0x361716}=_0x3aa93b[_0x2a5d1c(0x19f)];for(let _0x84e3ce=_0x2fa193[_0x2a5d1c(0x19f)]['range']['startColumn'];_0x84e3ce<=_0x2fa193[_0x2a5d1c(0x19f)][_0x2a5d1c(0x20d)][_0x2a5d1c(0x2b1)];_0x84e3ce++)insertMatrixArray(_0x84e3ce,void 0x0,_0x361716);return{'m1Prime':_0x1897fc,'m2Prime':_0x3aa93b};}},insertColMutationWithSetColHidden={'m1':InsertColMutation['id'],'m2':SetColHiddenMutation['id'],'handler'(_0x17e382,_0x977179){const _0x511674=_0x2c36f1,_0x530d41={'m1Prime':_0x17e382,'m2Prime':_0x977179};if(_0x17e382['params'][_0x511674(0x29b)]!==_0x977179[_0x511674(0x19f)][_0x511674(0x29b)]||_0x17e382[_0x511674(0x19f)][_0x511674(0x2a0)]!==_0x977179['params'][_0x511674(0x2a0)])return _0x530d41;const _0x475e6b=Tools[_0x511674(0x1e0)](_0x17e382),_0x2db7f3=Tools[_0x511674(0x1e0)](_0x977179),{ranges:_0x30b536}=_0x2db7f3['params'];return _0x30b536[_0x511674(0x1b2)](_0x29d010=>{const _0x235c95=_0x511674,_0x1a3296=handleBaseInsertRange(toColumn(_0x17e382[_0x235c95(0x19f)][_0x235c95(0x20d)]),_0x29d010);return _0x1a3296['length']!==0x0?!0x0:(_0x29d010['startColumn']+=_0x1a3296[_0x235c95(0x1bc)],_0x29d010[_0x235c95(0x2b1)]+=_0x1a3296[_0x235c95(0x1bc)],!0x1);})?{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden')}:{'m1Prime':_0x475e6b,'m2Prime':_0x2db7f3};}},insertColMutationWithSetColVisible={'m1':InsertColMutation['id'],'m2':SetColVisibleMutation['id'],'handler'(_0x46e4d2,_0x1d796c){const _0x197c0c=_0x2c36f1,_0x523b0b={'m1Prime':_0x46e4d2,'m2Prime':_0x1d796c};if(_0x46e4d2[_0x197c0c(0x19f)]['unitId']!==_0x1d796c[_0x197c0c(0x19f)][_0x197c0c(0x29b)]||_0x46e4d2[_0x197c0c(0x19f)][_0x197c0c(0x2a0)]!==_0x1d796c[_0x197c0c(0x19f)]['subUnitId'])return _0x523b0b;const _0x36ecd9=Tools[_0x197c0c(0x1e0)](_0x46e4d2),_0x2ad224=Tools['deepClone'](_0x1d796c),{ranges:_0x3e6acc}=_0x2ad224[_0x197c0c(0x19f)];return _0x3e6acc[_0x197c0c(0x1b2)](_0x5c6a82=>{const _0x18a09c=_0x197c0c,_0x8836ed=handleBaseInsertRange(toColumn(_0x46e4d2[_0x18a09c(0x19f)]['range']),_0x5c6a82);return _0x8836ed[_0x18a09c(0x21b)]!==0x0?!0x0:(_0x5c6a82[_0x18a09c(0x308)]+=_0x8836ed[_0x18a09c(0x1bc)],_0x5c6a82['endColumn']+=_0x8836ed[_0x18a09c(0x1bc)],!0x1);})?{'error':new Error(_0x197c0c(0x196))}:{'m1Prime':_0x36ecd9,'m2Prime':_0x2ad224};}},insertColMutationWithSetNumfmt={'m1':InsertColMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x15a345,_0x46e58b){const _0x58c19c=_0x2c36f1,_0x26627d={'m1Prime':_0x15a345,'m2Prime':_0x46e58b};if(_0x15a345['params'][_0x58c19c(0x29b)]!==_0x46e58b[_0x58c19c(0x19f)][_0x58c19c(0x29b)]||_0x15a345[_0x58c19c(0x19f)][_0x58c19c(0x2a0)]!==_0x46e58b[_0x58c19c(0x19f)][_0x58c19c(0x2a0)])return _0x26627d;const _0x66fb11=[Tools['deepClone'](_0x15a345)],_0x57e6b8=Tools['deepClone'](_0x46e58b),{values:_0x1cbca4}=_0x57e6b8['params'],_0x39bd7d=[];let _0x2772f4=!0x1;for(const _0x5cb9e0 in _0x1cbca4){const _0x51d858=_0x1cbca4[_0x5cb9e0];if(_0x39bd7d['push'](..._0x51d858[_0x58c19c(0x265)]),_0x51d858['ranges'][_0x58c19c(0x1b2)](_0x28fe4c=>{const _0xce245c=_0x58c19c,_0x197b36=handleBaseInsertRange(toColumn(_0x15a345[_0xce245c(0x19f)][_0xce245c(0x20d)]),toColumn(_0x28fe4c));return _0x197b36['length']!==0x0?!0x0:(_0x197b36[_0xce245c(0x1bc)]!==0x0&&(_0x2772f4=!0x0),_0x28fe4c['startColumn']+=_0x197b36[_0xce245c(0x1bc)],_0x28fe4c[_0xce245c(0x2b1)]+=_0x197b36['step'],!0x1);}))return{'error':new Error(_0x58c19c(0x2c0))};}if(_0x2772f4){const _0x7163aa={'id':RemoveNumfmtMutation['id'],'params':{'unitId':_0x46e58b[_0x58c19c(0x19f)]['unitId'],'subUnitId':_0x46e58b['params'][_0x58c19c(0x2a0)],'ranges':_0x39bd7d}};_0x66fb11['push'](_0x7163aa,_0x57e6b8);}return{'m1Prime':_0x66fb11,'m2Prime':_0x57e6b8};}},insertColMutationWithSetRangeValues={'m1':InsertColMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x304ef0,_0x3ddc34){const _0x10095c=_0x2c36f1,_0xfac950={'m1Prime':_0x304ef0,'m2Prime':_0x3ddc34};if(_0x304ef0['params']['unitId']!==_0x3ddc34[_0x10095c(0x19f)]['unitId']||_0x304ef0[_0x10095c(0x19f)]['subUnitId']!==_0x3ddc34[_0x10095c(0x19f)][_0x10095c(0x2a0)])return _0xfac950;const _0xe4254=[Tools[_0x10095c(0x1e0)](_0x304ef0)],_0x100711=Tools['deepClone'](_0x3ddc34),_0x116d5c=new ObjectMatrix(_0x100711[_0x10095c(0x19f)][_0x10095c(0x2d2)]),_0x1421f8=_0x116d5c[_0x10095c(0x280)](),_0x5a3225=_0x304ef0[_0x10095c(0x19f)][_0x10095c(0x20d)],_0xbbd724=_0x5a3225[_0x10095c(0x2b1)]-_0x5a3225['startColumn']+0x1;if(_0x100711[_0x10095c(0x19f)][_0x10095c(0x2d2)]&&_0x5a3225['startColumn']<=_0x1421f8[_0x10095c(0x2b1)]){const _0x473d8e=Math['max'](_0x1421f8['startColumn'],_0x5a3225[_0x10095c(0x308)]);moveColumns(_0x100711[_0x10095c(0x19f)]['cellValue'],_0x473d8e,_0x1421f8[_0x10095c(0x2b1)]-_0x473d8e+0x1,_0xbbd724);}const _0x2c03a4=new ObjectMatrix();let _0x183386=!0x1;if(_0x116d5c[_0x10095c(0x2e5)]((_0x3c9dbe,_0x39b9d3,_0x585f74)=>{const _0x224b2c=_0x10095c;if(_0x585f74&&_0x585f74['f']){const _0x2dd77b=_0x585f74['f'];let _0x4f14e9=!0x1;const _0x33d519=processFormulaString(_0x304ef0[_0x224b2c(0x19f)][_0x224b2c(0x29b)],_0x304ef0[_0x224b2c(0x19f)][_0x224b2c(0x2a0)],_0x2dd77b,_0x569fa9=>{const _0x3316b2=_0x224b2c,_0x155254=handleBaseInsertRange(toColumn(_0x304ef0[_0x3316b2(0x19f)]['range']),toColumn(_0x569fa9));return(_0x155254[_0x3316b2(0x1bc)]!==0x0||_0x155254[_0x3316b2(0x21b)]!==0x0)&&(_0x4f14e9=!0x0,_0x569fa9[_0x3316b2(0x308)]+=_0x155254['step'],_0x569fa9[_0x3316b2(0x2b1)]+=_0x155254[_0x3316b2(0x1bc)]+_0x155254[_0x3316b2(0x21b)]),_0x569fa9;});_0x4f14e9&&(_0x183386=!0x0,_0x585f74['f']=_0x33d519,_0x2c03a4[_0x224b2c(0x2d0)](_0x3c9dbe,_0x39b9d3,{..._0x585f74}));}}),_0x183386){const _0x356daf={'id':SetRangeValuesMutation['id'],'params':{'unitId':_0x3ddc34[_0x10095c(0x19f)][_0x10095c(0x29b)],'subUnitId':_0x3ddc34[_0x10095c(0x19f)]['subUnitId'],'cellValue':_0x2c03a4[_0x10095c(0x260)]()}};_0xe4254[_0x10095c(0x20c)](_0x356daf);}return{'m1Prime':_0xe4254,'m2Prime':_0x100711};}},insertColMutationWithSetSelection={'m1':InsertColMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0x1eea7c,_0x23560d){const _0x400dc8=_0x2c36f1,_0x2c02ff={'m1Prime':[],'m2Prime':[]};if(_0x1eea7c[_0x400dc8(0x19f)]['unitId']!==_0x23560d[_0x400dc8(0x19f)][_0x400dc8(0x29b)]||_0x1eea7c[_0x400dc8(0x19f)][_0x400dc8(0x2a0)]!==_0x23560d[_0x400dc8(0x19f)][_0x400dc8(0x2a0)])return _0x2c02ff;const _0x479b6e=Tools[_0x400dc8(0x1e0)](_0x23560d);let _0x2315fb=!0x1;return _0x479b6e[_0x400dc8(0x19f)][_0x400dc8(0x199)][_0x400dc8(0x242)](_0x1b1f74=>{const _0x5be1ab=_0x400dc8,{range:_0x578e51,primary:_0x42ce05}=_0x1b1f74,_0x39c9e6=handleBaseInsertRange(toColumn(_0x1eea7c[_0x5be1ab(0x19f)][_0x5be1ab(0x20d)]),toColumn(_0x578e51));if(_0x39c9e6[_0x5be1ab(0x21b)]||_0x39c9e6[_0x5be1ab(0x1bc)]){if(_0x578e51['startColumn']+=_0x39c9e6[_0x5be1ab(0x1bc)],_0x578e51[_0x5be1ab(0x2b1)]+=_0x39c9e6[_0x5be1ab(0x1bc)]+(_0x39c9e6[_0x5be1ab(0x21b)]||0x0),_0x42ce05){const _0x33a120=handleBaseInsertRange(toColumn(_0x1eea7c[_0x5be1ab(0x19f)][_0x5be1ab(0x20d)]),toColumn(_0x42ce05));(_0x33a120[_0x5be1ab(0x21b)]||_0x33a120['step'])&&(_0x42ce05[_0x5be1ab(0x308)]+=_0x33a120[_0x5be1ab(0x1bc)],_0x42ce05['endColumn']+=_0x33a120[_0x5be1ab(0x1bc)],_0x42ce05['actualColumn']+=_0x33a120[_0x5be1ab(0x1bc)]);}_0x2315fb=!0x0;}}),_0x2315fb&&_0x2c02ff['m2Prime']['push'](_0x479b6e),_0x2c02ff;}},insertColMutationWithSetSheetsFilterCriteria={'m1':InsertColMutation['id'],'m2':SetSheetsFilterCriteriaMutation['id'],'handler'(_0x2cd9b4,_0x1953c3){const _0x514025=_0x2c36f1,_0x4ca363={'m1Prime':_0x2cd9b4,'m2Prime':_0x1953c3};if(_0x2cd9b4[_0x514025(0x19f)][_0x514025(0x29b)]!==_0x1953c3['params'][_0x514025(0x29b)]||_0x2cd9b4[_0x514025(0x19f)][_0x514025(0x2a0)]!==_0x1953c3[_0x514025(0x19f)][_0x514025(0x2a0)])return _0x4ca363;const _0x3f6fe7=Tools[_0x514025(0x1e0)](_0x2cd9b4),_0x6930ff=Tools[_0x514025(0x1e0)](_0x1953c3),_0x3f917a=handleInsert({'start':_0x2cd9b4[_0x514025(0x19f)][_0x514025(0x20d)][_0x514025(0x308)],'end':_0x2cd9b4[_0x514025(0x19f)][_0x514025(0x20d)][_0x514025(0x2b1)]},{'start':_0x1953c3[_0x514025(0x19f)][_0x514025(0x179)],'end':_0x1953c3[_0x514025(0x19f)][_0x514025(0x179)]});if(_0x6930ff[_0x514025(0x19f)][_0x514025(0x179)]===_0x3f917a[_0x514025(0x14f)])return _0x4ca363;_0x6930ff['params'][_0x514025(0x179)]=_0x3f917a[_0x514025(0x14f)],_0x6930ff['params'][_0x514025(0x22f)]&&(_0x6930ff['params']['criteria'][_0x514025(0x16b)]=_0x3f917a['start']);const _0x51754c=Tools[_0x514025(0x1e0)](_0x1953c3);return _0x51754c[_0x514025(0x19f)][_0x514025(0x22f)]=null,{'m1Prime':[_0x51754c,_0x6930ff,_0x3f6fe7],'m2Prime':[_0x6930ff]};}},insertColMutationWithSetSheetsFilterRange={'m1':InsertColMutation['id'],'m2':SetSheetsFilterRangeMutation['id'],'handler'(_0x22ef57,_0x5cb5bb){const _0x44c19e=_0x2c36f1,_0x25393a={'m1Prime':_0x22ef57,'m2Prime':_0x5cb5bb};if(_0x22ef57[_0x44c19e(0x19f)][_0x44c19e(0x29b)]!==_0x5cb5bb[_0x44c19e(0x19f)][_0x44c19e(0x29b)]||_0x22ef57[_0x44c19e(0x19f)]['subUnitId']!==_0x5cb5bb[_0x44c19e(0x19f)][_0x44c19e(0x2a0)])return _0x25393a;const _0x448c32=Tools['deepClone'](_0x22ef57),_0x508b5d=Tools[_0x44c19e(0x1e0)](_0x5cb5bb),_0x1581b4=handleInsert({'start':_0x22ef57[_0x44c19e(0x19f)][_0x44c19e(0x20d)][_0x44c19e(0x308)],'end':_0x22ef57['params'][_0x44c19e(0x20d)][_0x44c19e(0x2b1)]},{'start':_0x5cb5bb[_0x44c19e(0x19f)][_0x44c19e(0x20d)][_0x44c19e(0x308)],'end':_0x5cb5bb[_0x44c19e(0x19f)]['range'][_0x44c19e(0x2b1)]});return _0x508b5d[_0x44c19e(0x19f)][_0x44c19e(0x20d)][_0x44c19e(0x308)]===_0x1581b4[_0x44c19e(0x14f)]&&_0x508b5d[_0x44c19e(0x19f)]['range']['endColumn']===_0x1581b4[_0x44c19e(0x19a)]?_0x25393a:(_0x508b5d[_0x44c19e(0x19f)][_0x44c19e(0x20d)]['startColumn']=_0x1581b4[_0x44c19e(0x14f)],_0x508b5d[_0x44c19e(0x19f)][_0x44c19e(0x20d)]['endColumn']=_0x1581b4[_0x44c19e(0x19a)],{'m1Prime':[_0x508b5d,_0x448c32],'m2Prime':[_0x508b5d]});}},insertColMutationWithSetWorksheetColWidth={'m1':InsertColMutation['id'],'m2':SetWorksheetColWidthMutation['id'],'handler'(_0x19b940,_0x35b440){const _0x5d6b89=_0x2c36f1,_0x84a378={'m1Prime':_0x19b940,'m2Prime':_0x35b440};if(_0x19b940['params'][_0x5d6b89(0x29b)]!==_0x35b440[_0x5d6b89(0x19f)][_0x5d6b89(0x29b)]||_0x19b940['params'][_0x5d6b89(0x2a0)]!==_0x35b440[_0x5d6b89(0x19f)][_0x5d6b89(0x2a0)])return _0x84a378;const _0x37d791=Tools[_0x5d6b89(0x1e0)](_0x19b940),_0x3134b1=Tools['deepClone'](_0x35b440),{ranges:_0x2244d3,colWidth:_0x17f047}=_0x3134b1[_0x5d6b89(0x19f)];if(_0x2244d3[_0x5d6b89(0x1b2)](_0x3b9881=>{const _0x10d34d=_0x5d6b89,_0x30c3e7=handleBaseInsertRange(toColumn(_0x19b940[_0x10d34d(0x19f)][_0x10d34d(0x20d)]),_0x3b9881);return _0x30c3e7[_0x10d34d(0x21b)]!==0x0?!0x0:(_0x3b9881['startColumn']+=_0x30c3e7[_0x10d34d(0x1bc)],_0x3b9881[_0x10d34d(0x2b1)]+=_0x30c3e7[_0x10d34d(0x1bc)],!0x1);}))return{'error':new Error(_0x5d6b89(0x1c9))};if(typeof _0x17f047!=_0x5d6b89(0x2b6)){for(let _0x22f0be=_0x19b940[_0x5d6b89(0x19f)][_0x5d6b89(0x20d)][_0x5d6b89(0x308)];_0x22f0be<=_0x19b940[_0x5d6b89(0x19f)][_0x5d6b89(0x20d)][_0x5d6b89(0x2b1)];_0x22f0be++)insertMatrixArray(_0x22f0be,void 0x0,_0x17f047);}return{'m1Prime':_0x37d791,'m2Prime':_0x3134b1};}},transformUpdateCommentRefWithRefRange=__name((_0x104645,_0x5670b7)=>{const _0x3cf7b1=_0x2c36f1,_0x4d6279=singleReferenceToGrid(_0x104645[_0x3cf7b1(0x19f)]['payload'][_0x3cf7b1(0x182)]),_0x32717b={'startColumn':_0x4d6279[_0x3cf7b1(0x2bc)],'endColumn':_0x4d6279['column'],'startRow':_0x4d6279['row'],'endRow':_0x4d6279[_0x3cf7b1(0x175)]},_0x12f9bf=handleDefaultRangeChangeWithEffectRefCommands(_0x32717b,_0x5670b7);if(!_0x12f9bf)return[{'id':DeleteCommentMutation['id'],'params':{..._0x104645[_0x3cf7b1(0x19f)],'comment':void 0x0,'commentId':_0x104645[_0x3cf7b1(0x19f)]['payload'][_0x3cf7b1(0x274)]}}];const _0x2b8138=serializeRange(_0x12f9bf);return _0x2b8138===_0x104645[_0x3cf7b1(0x19f)][_0x3cf7b1(0x2fe)][_0x3cf7b1(0x182)]?[]:[{'id':UpdateCommentRefMutation['id'],'params':{..._0x104645[_0x3cf7b1(0x19f)],'comment':void 0x0,'payload':{'ref':_0x2b8138,'commentId':_0x104645['params'][_0x3cf7b1(0x2fe)][_0x3cf7b1(0x274)]}}}];},_0x2c36f1(0x2e1)),insertColWithUpdateCommentRef={'m1':InsertColMutation['id'],'m2':UpdateCommentRefMutation['id'],'handler':__name((_0x3894bb,_0x1824f3)=>{const _0x3a519a=_0x2c36f1,_0xa4069d={'m1Prime':_0x3894bb,'m2Prime':_0x1824f3};if(_0x3894bb[_0x3a519a(0x19f)][_0x3a519a(0x29b)]!==_0x1824f3[_0x3a519a(0x19f)][_0x3a519a(0x29b)]||_0x3894bb[_0x3a519a(0x19f)][_0x3a519a(0x2a0)]!==_0x1824f3[_0x3a519a(0x19f)][_0x3a519a(0x2a0)])return _0xa4069d;const _0x44ab51={'id':InsertColCommand['id'],'params':{'unitId':_0x3894bb[_0x3a519a(0x19f)][_0x3a519a(0x29b)],'subUnitId':_0x3894bb['params'][_0x3a519a(0x2a0)],'range':_0x3894bb[_0x3a519a(0x19f)][_0x3a519a(0x20d)]}},_0x9440cf=transformUpdateCommentRefWithRefRange(_0x1824f3,_0x44ab51);return{'m1Prime':[_0x3894bb,..._0x9440cf],'m2Prime':[_0x1824f3,..._0x9440cf]};},_0x2c36f1(0x281))};function transformUpdateDataValidationWithRefRange(_0x3d0e0e,_0x126553){const _0xee4e7c=_0x2c36f1;var _0x2973f1,_0x315572;const {payload:_0x561771,unitId:_0x39eb07,subUnitId:_0x42da90,ruleId:_0x6905c9}=_0x3d0e0e['params'];switch(_0x561771[_0xee4e7c(0x1d2)]){case UpdateRuleType[_0xee4e7c(0x1ec)]:{const _0x4243ef=_0x561771[_0xee4e7c(0x2fe)][_0xee4e7c(0x270)](_0x29eb5f=>handleCommonDefaultRangeChangeWithEffectRefCommands(_0x29eb5f,_0x126553))[_0xee4e7c(0x2e3)](Boolean)[_0xee4e7c(0x1fc)]();if(!isRangesEqual(_0x4243ef,_0x561771[_0xee4e7c(0x2fe)]))return[{'id':UpdateDataValidationMutation['id'],'params':{'unitId':_0x39eb07,'subUnitId':_0x42da90,'ruleId':_0x6905c9,'payload':{'type':UpdateRuleType[_0xee4e7c(0x1ec)],'payload':_0x4243ef}}}];break;}case UpdateRuleType['SETTING']:{const _0x2ddc58=__name(_0x4909ea=>processFormulaString(_0x39eb07,_0x42da90,_0x4909ea,_0x4dadb3=>handleDefaultRangeChangeWithEffectRefCommands(_0x4dadb3,_0x126553)),_0xee4e7c(0x30e)),_0x451c11=(_0x2973f1=_0x561771['payload'][_0xee4e7c(0x266)])!=null?_0x2973f1:'',_0x297395=(_0x315572=_0x561771[_0xee4e7c(0x2fe)][_0xee4e7c(0x151)])!=null?_0x315572:'';let _0x1e9235=_0x451c11,_0x2a2a4d=_0x297395;if(isFormulaString(_0x451c11)&&(_0x1e9235=_0x2ddc58(_0x451c11)),isFormulaString(_0x297395)&&(_0x2a2a4d=_0x2ddc58(_0x297395)),_0x1e9235!==_0x451c11||_0x2a2a4d!==_0x297395)return[{'id':UpdateDataValidationMutation['id'],'params':{'unitId':_0x39eb07,'subUnitId':_0x42da90,'ruleId':_0x6905c9,'payload':{'type':UpdateRuleType[_0xee4e7c(0x285)],'payload':{'type':_0x561771[_0xee4e7c(0x2fe)][_0xee4e7c(0x1d2)],'formula1':_0x1e9235,'formula2':_0x2a2a4d}}}}];break;}}return[];}__name(transformUpdateDataValidationWithRefRange,'transformUpdateDataValidationWithRefRange');const moveColMutationWithUpdateDataValidation={'m1':MoveColsMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x9b8b5,_0x1e57e2)=>{const _0x339967=_0x2c36f1,_0x493074={'m1Prime':_0x9b8b5,'m2Prime':_0x1e57e2};if(_0x9b8b5[_0x339967(0x19f)][_0x339967(0x29b)]!==_0x1e57e2[_0x339967(0x19f)][_0x339967(0x29b)]||_0x1e57e2['params']['subUnitId']!==_0x9b8b5[_0x339967(0x19f)][_0x339967(0x2a0)])return _0x493074;const _0x9d6056={'id':MoveColsCommand['id'],'params':{'fromRange':_0x9b8b5[_0x339967(0x19f)]['sourceRange'],'toRange':_0x9b8b5[_0x339967(0x19f)]['targetRange']}},_0x2a2cd1=transformUpdateDataValidationWithRefRange(_0x1e57e2,_0x9d6056);return{'m1Prime':[_0x9b8b5,..._0x2a2cd1],'m2Prime':[_0x1e57e2,..._0x2a2cd1]};},_0x2c36f1(0x281))},insertColMutationWithUpdateDataValidation={'m1':InsertColMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x41e7ae,_0x348605)=>{const _0x57b126=_0x2c36f1,_0x459bb4={'m1Prime':_0x41e7ae,'m2Prime':_0x348605};if(_0x41e7ae[_0x57b126(0x19f)][_0x57b126(0x29b)]!==_0x348605[_0x57b126(0x19f)][_0x57b126(0x29b)]||_0x348605[_0x57b126(0x19f)][_0x57b126(0x2a0)]!==_0x41e7ae['params']['subUnitId'])return _0x459bb4;const _0x1194ae={'id':InsertColCommand['id'],'params':{'unitId':_0x41e7ae[_0x57b126(0x19f)][_0x57b126(0x29b)],'subUnitId':_0x41e7ae[_0x57b126(0x19f)][_0x57b126(0x2a0)],'range':_0x41e7ae[_0x57b126(0x19f)]['range']}},_0x540337=transformUpdateDataValidationWithRefRange(_0x348605,_0x1194ae);return{'m1Prime':[_0x41e7ae,..._0x540337],'m2Prime':[_0x348605,..._0x540337]};},_0x2c36f1(0x281))},insertRowWithAddComment={'m1':InsertRowMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x29fab4,_0xe8cb27)=>{const _0x5f3c0b=_0x2c36f1,_0x2e1f8a={'m1Prime':_0x29fab4,'m2Prime':_0xe8cb27};if(_0x29fab4[_0x5f3c0b(0x19f)][_0x5f3c0b(0x29b)]!==_0xe8cb27[_0x5f3c0b(0x19f)][_0x5f3c0b(0x29b)]||_0x29fab4[_0x5f3c0b(0x19f)][_0x5f3c0b(0x2a0)]!==_0xe8cb27['params'][_0x5f3c0b(0x2a0)])return _0x2e1f8a;const _0x1f925f={'id':InsertRowCommand['id'],'params':{'unitId':_0x29fab4[_0x5f3c0b(0x19f)]['unitId'],'subUnitId':_0x29fab4[_0x5f3c0b(0x19f)]['subUnitId'],'range':_0x29fab4[_0x5f3c0b(0x19f)][_0x5f3c0b(0x20d)]}},_0x581429=transformAddCommentWithRefRange(_0xe8cb27,_0x1f925f);return{'m1Prime':[_0x29fab4,..._0x581429],'m2Prime':[_0xe8cb27,..._0x581429]};},_0x2c36f1(0x281))},insertRowMutationWithAddMerge={'m1':InsertRowMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x7261a1,_0x2dbfa4){const _0xead882=_0x2c36f1,_0x5ccac8=addWorksheetMergeMutationWithInsertRowMutation['handler'](_0x2dbfa4,_0x7261a1);return isTransformMutationSuccess(_0x5ccac8)?{'m1Prime':_0x5ccac8[_0xead882(0x2ea)],'m2Prime':_0x5ccac8['m1Prime']}:_0x5ccac8;}},insertRowMutationWithSelf={'m1':InsertRowMutation['id'],'m2':InsertRowMutation['id'],'handler'(_0x4306e4,_0x1f36ed){const _0x4a424f=_0x2c36f1,_0x40734b={'m1Prime':_0x4306e4,'m2Prime':_0x1f36ed};if(_0x4306e4[_0x4a424f(0x19f)][_0x4a424f(0x29b)]!==_0x1f36ed['params']['unitId']||_0x4306e4['params']['subUnitId']!==_0x1f36ed[_0x4a424f(0x19f)][_0x4a424f(0x2a0)])return _0x40734b;const _0x55cdb9=Tools[_0x4a424f(0x1e0)](_0x4306e4),_0x59be18=Tools['deepClone'](_0x1f36ed),_0x3dc5e3=handleBaseInsertRange(toColumn(rotateRange(_0x4306e4['params'][_0x4a424f(0x20d)])),toColumn(rotateRange(_0x1f36ed[_0x4a424f(0x19f)]['range'])));if(_0x3dc5e3?(_0x59be18[_0x4a424f(0x19f)]['range'][_0x4a424f(0x215)]+=_0x3dc5e3[_0x4a424f(0x1bc)],_0x59be18[_0x4a424f(0x19f)][_0x4a424f(0x20d)][_0x4a424f(0x2de)]+=_0x3dc5e3[_0x4a424f(0x1bc)]+(_0x3dc5e3[_0x4a424f(0x21b)]||0x0)):_0x59be18['id']=EmptyMutation['id'],_0x4306e4['params']['range'][_0x4a424f(0x215)]!==_0x1f36ed[_0x4a424f(0x19f)]['range']['startRow']){const _0x30bb9e=handleBaseInsertRange(toColumn(rotateRange(_0x1f36ed[_0x4a424f(0x19f)][_0x4a424f(0x20d)])),toColumn(rotateRange(_0x4306e4[_0x4a424f(0x19f)][_0x4a424f(0x20d)])));_0x30bb9e?(_0x55cdb9[_0x4a424f(0x19f)][_0x4a424f(0x20d)][_0x4a424f(0x215)]+=_0x30bb9e[_0x4a424f(0x1bc)],_0x55cdb9[_0x4a424f(0x19f)][_0x4a424f(0x20d)]['endRow']+=_0x30bb9e[_0x4a424f(0x1bc)]+(_0x30bb9e['length']||0x0)):_0x55cdb9['id']=EmptyMutation['id'];}return{'m1Prime':_0x55cdb9,'m2Prime':_0x59be18};}},insertRowMutationWithMoveRange={'m1':InsertRowMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x1feb66,_0xa45694){const _0x59c5e8=_0x2c36f1,_0x396227={'m1Prime':_0x1feb66,'m2Prime':_0xa45694};if(_0x1feb66['params']['unitId']!==_0xa45694[_0x59c5e8(0x19f)][_0x59c5e8(0x29b)]||_0x1feb66[_0x59c5e8(0x19f)][_0x59c5e8(0x2a0)]!==_0xa45694[_0x59c5e8(0x19f)]['from'][_0x59c5e8(0x2a0)]&&_0x1feb66[_0x59c5e8(0x19f)]['subUnitId']!==_0xa45694[_0x59c5e8(0x19f)]['to'][_0x59c5e8(0x2a0)])return _0x396227;const _0x45874b=Tools[_0x59c5e8(0x1e0)](_0x1feb66),_0xfe9e2f=Tools[_0x59c5e8(0x1e0)](_0xa45694);if(_0x1feb66[_0x59c5e8(0x19f)][_0x59c5e8(0x2a0)]===_0xa45694[_0x59c5e8(0x19f)][_0x59c5e8(0x312)][_0x59c5e8(0x2a0)]){const _0xf8d82c=new ObjectMatrix(_0xfe9e2f['params'][_0x59c5e8(0x312)][_0x59c5e8(0x300)])[_0x59c5e8(0x280)](),{startRow:_0x46fbe3,endRow:_0x138d34}=_0xf8d82c,{startRow:_0x3503d8,endRow:_0x3b2feb}=_0x1feb66[_0x59c5e8(0x19f)][_0x59c5e8(0x20d)],{step:_0x49e61c,length:_0x5c24ff}=handleBaseInsertRange(rotateRange(_0x1feb66['params']['range']),rotateRange(_0xf8d82c));_0x49e61c>0x0&&_0x5c24ff===0x0&&moveRows(_0xfe9e2f[_0x59c5e8(0x19f)]['from'][_0x59c5e8(0x300)],_0x46fbe3,_0x138d34-_0x46fbe3+0x1,_0x49e61c),_0x49e61c===0x0&&_0x5c24ff>0x0&&moveRows(_0xfe9e2f[_0x59c5e8(0x19f)]['from'][_0x59c5e8(0x300)],_0x3503d8,_0x138d34-_0x3503d8+0x1,_0x3b2feb-_0x3503d8+0x1);}if(_0x1feb66[_0x59c5e8(0x19f)][_0x59c5e8(0x2a0)]===_0xa45694[_0x59c5e8(0x19f)]['to'][_0x59c5e8(0x2a0)]){const _0x5a4063=new ObjectMatrix(_0xa45694[_0x59c5e8(0x19f)]['to'][_0x59c5e8(0x300)])[_0x59c5e8(0x280)](),{startRow:_0x27994a,endRow:_0x44cd9f}=_0x5a4063,{startRow:_0x4da28c,endRow:_0xf6421b}=_0x1feb66[_0x59c5e8(0x19f)][_0x59c5e8(0x20d)],{step:_0x25360e,length:_0x3a92f2}=handleBaseInsertRange(rotateRange(_0x1feb66['params']['range']),rotateRange(_0x5a4063));_0x25360e>0x0&&_0x3a92f2===0x0&&moveRows(_0xfe9e2f[_0x59c5e8(0x19f)]['to'][_0x59c5e8(0x300)],_0x27994a,_0x44cd9f-_0x27994a+0x1,_0x25360e),_0x25360e===0x0&&_0x3a92f2>0x0&&moveRows(_0xfe9e2f[_0x59c5e8(0x19f)]['to'][_0x59c5e8(0x300)],_0x4da28c,_0x44cd9f-_0x4da28c+0x1,_0xf6421b-_0x4da28c+0x1);}return{'m1Prime':_0x45874b,'m2Prime':_0xfe9e2f};}},insertRowMutationWithMoveRow={'m1':InsertRowMutation['id'],'m2':MoveRowsMutation['id'],'handler'(_0x1b2996,_0x1d0a9b){const _0x4fb150=_0x2c36f1,_0x89f93e={'m1Prime':_0x1b2996,'m2Prime':_0x1d0a9b};if(_0x1b2996[_0x4fb150(0x19f)][_0x4fb150(0x29b)]!==_0x1d0a9b[_0x4fb150(0x19f)][_0x4fb150(0x29b)]||_0x1b2996[_0x4fb150(0x19f)][_0x4fb150(0x2a0)]!==_0x1d0a9b['params'][_0x4fb150(0x2a0)])return _0x89f93e;const _0x53822f=Tools['deepClone'](_0x1b2996),_0x1e5bb1=Tools[_0x4fb150(0x1e0)](_0x1d0a9b),_0x2c1d01=_0x1d0a9b['params'][_0x4fb150(0x1f8)],_0x1ccf8b=_0x1d0a9b[_0x4fb150(0x19f)][_0x4fb150(0x236)];if(_0x1b2996[_0x4fb150(0x19f)]['range'][_0x4fb150(0x215)]>_0x2c1d01[_0x4fb150(0x215)]&&_0x1b2996[_0x4fb150(0x19f)][_0x4fb150(0x20d)]['startRow']<=_0x2c1d01[_0x4fb150(0x2de)]||_0x1b2996[_0x4fb150(0x19f)][_0x4fb150(0x20d)][_0x4fb150(0x215)]>_0x1ccf8b['startRow']&&_0x1b2996[_0x4fb150(0x19f)][_0x4fb150(0x20d)][_0x4fb150(0x215)]<=_0x1ccf8b[_0x4fb150(0x2de)])return{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20move\x20col')};const _0x48dc6d=handleBaseInsertRange(toColumn(rotateRange(_0x1b2996[_0x4fb150(0x19f)]['range'])),toColumn(rotateRange(_0x2c1d01))),_0x1f6e18=handleBaseInsertRange(toColumn(rotateRange(_0x1b2996[_0x4fb150(0x19f)][_0x4fb150(0x20d)])),toColumn(rotateRange(_0x1ccf8b)));if(_0x1e5bb1[_0x4fb150(0x19f)][_0x4fb150(0x1f8)][_0x4fb150(0x215)]+=_0x48dc6d[_0x4fb150(0x1bc)],_0x1e5bb1[_0x4fb150(0x19f)][_0x4fb150(0x1f8)]['endRow']+=_0x48dc6d[_0x4fb150(0x1bc)]+(_0x48dc6d['length']||0x0),_0x1e5bb1[_0x4fb150(0x19f)]['targetRange'][_0x4fb150(0x215)]+=_0x1f6e18[_0x4fb150(0x1bc)],_0x1e5bb1[_0x4fb150(0x19f)][_0x4fb150(0x236)][_0x4fb150(0x2de)]+=_0x1f6e18[_0x4fb150(0x1bc)]+(_0x1f6e18[_0x4fb150(0x21b)]||0x0),_0x2c1d01[_0x4fb150(0x215)]>=_0x1b2996[_0x4fb150(0x19f)][_0x4fb150(0x20d)][_0x4fb150(0x215)]&&_0x1ccf8b[_0x4fb150(0x215)]<_0x1b2996[_0x4fb150(0x19f)][_0x4fb150(0x20d)][_0x4fb150(0x215)]){const _0x1765ec=_0x1ccf8b[_0x4fb150(0x2de)]-_0x1ccf8b['startRow']+0x1;_0x53822f['params'][_0x4fb150(0x20d)]['startRow']+=_0x1765ec,_0x53822f[_0x4fb150(0x19f)][_0x4fb150(0x20d)][_0x4fb150(0x2de)]+=_0x1765ec;}else{if(_0x2c1d01[_0x4fb150(0x2de)]<_0x1b2996['params'][_0x4fb150(0x20d)]['startRow']&&_0x1ccf8b['startRow']>=_0x1b2996[_0x4fb150(0x19f)]['range']['startRow']){const _0x35166c=_0x2c1d01[_0x4fb150(0x2de)]-_0x2c1d01[_0x4fb150(0x215)]+0x1;_0x53822f[_0x4fb150(0x19f)][_0x4fb150(0x20d)][_0x4fb150(0x215)]-=_0x35166c,_0x53822f['params'][_0x4fb150(0x20d)]['endRow']-=_0x35166c;}}return{'m1Prime':_0x53822f,'m2Prime':_0x1e5bb1};}},insertRowMutationWithRemoveNumfmt={'m1':InsertRowMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x504146,_0x29e392){const _0x217b5b=_0x2c36f1,_0x4b2e08={'m1Prime':_0x504146,'m2Prime':_0x29e392};if(_0x504146['params'][_0x217b5b(0x29b)]!==_0x29e392[_0x217b5b(0x19f)][_0x217b5b(0x29b)]||_0x504146[_0x217b5b(0x19f)][_0x217b5b(0x2a0)]!==_0x29e392[_0x217b5b(0x19f)][_0x217b5b(0x2a0)])return _0x4b2e08;const _0x2d8e32=Tools['deepClone'](_0x504146),_0x51dd43=Tools[_0x217b5b(0x1e0)](_0x29e392),{ranges:_0x198165}=_0x51dd43[_0x217b5b(0x19f)];return _0x198165[_0x217b5b(0x1b2)](_0x565e63=>{const _0x4e6ae8=_0x217b5b,_0x3c8df7=handleBaseInsertRange(toColumn(rotateRange(_0x504146['params'][_0x4e6ae8(0x20d)])),toColumn(rotateRange(_0x565e63)));return _0x3c8df7[_0x4e6ae8(0x21b)]!==0x0?!0x0:(_0x565e63[_0x4e6ae8(0x215)]+=_0x3c8df7[_0x4e6ae8(0x1bc)],_0x565e63[_0x4e6ae8(0x2de)]+=_0x3c8df7[_0x4e6ae8(0x1bc)],!0x1);})?{'error':new Error(_0x217b5b(0x278))}:{'m1Prime':_0x2d8e32,'m2Prime':_0x51dd43};}},insertRowMutationWithRemoveRow={'m1':InsertRowMutation['id'],'m2':RemoveRowMutation['id'],'handler'(_0x592c7d,_0x22ab9a){const _0x1fab3d=_0x2c36f1,_0x4db093={'m1Prime':_0x592c7d,'m2Prime':_0x22ab9a};if(_0x592c7d[_0x1fab3d(0x19f)][_0x1fab3d(0x29b)]!==_0x22ab9a['params'][_0x1fab3d(0x29b)]||_0x592c7d['params'][_0x1fab3d(0x2a0)]!==_0x22ab9a[_0x1fab3d(0x19f)][_0x1fab3d(0x2a0)])return _0x4db093;const _0x4245e8=Tools[_0x1fab3d(0x1e0)](_0x592c7d),_0x519c24=Tools[_0x1fab3d(0x1e0)](_0x22ab9a);if(_0x592c7d[_0x1fab3d(0x19f)][_0x1fab3d(0x20d)][_0x1fab3d(0x215)]<=_0x22ab9a[_0x1fab3d(0x19f)][_0x1fab3d(0x20d)]['endRow']&&_0x592c7d[_0x1fab3d(0x19f)]['range'][_0x1fab3d(0x215)]>_0x22ab9a[_0x1fab3d(0x19f)]['range']['startRow'])return{'error':new Error(_0x1fab3d(0x17a))};const _0x3c44e9=handleBaseInsertRange(toColumn(rotateRange(_0x592c7d[_0x1fab3d(0x19f)][_0x1fab3d(0x20d)])),toColumn(rotateRange(_0x22ab9a['params'][_0x1fab3d(0x20d)])));_0x3c44e9?(_0x519c24[_0x1fab3d(0x19f)][_0x1fab3d(0x20d)][_0x1fab3d(0x215)]+=_0x3c44e9['step'],_0x519c24[_0x1fab3d(0x19f)][_0x1fab3d(0x20d)][_0x1fab3d(0x2de)]+=_0x3c44e9['step']+(_0x3c44e9[_0x1fab3d(0x21b)]||0x0)):_0x519c24['id']=EmptyMutation['id'];const _0x36b5b7=handleBaseRemoveRange(toColumn(rotateRange(_0x22ab9a[_0x1fab3d(0x19f)]['range'])),toColumn(rotateRange(_0x592c7d[_0x1fab3d(0x19f)]['range'])));return _0x36b5b7&&(_0x4245e8[_0x1fab3d(0x19f)]['range'][_0x1fab3d(0x215)]+=_0x36b5b7[_0x1fab3d(0x1bc)],_0x4245e8['params'][_0x1fab3d(0x20d)][_0x1fab3d(0x2de)]+=_0x36b5b7['step']+(_0x36b5b7['length']||0x0)),{'m1Prime':_0x4245e8,'m2Prime':_0x519c24};}},insertRowMutationWithRemoveWorksheetMergeMutation={'m1':InsertRowMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0x5bd090,_0x26d35b){const _0x426828=_0x2c36f1,_0x6f0464=Tools[_0x426828(0x1e0)](_0x5bd090),_0xe8d3af=Tools['deepClone'](_0x26d35b);if(_0x5bd090[_0x426828(0x19f)][_0x426828(0x29b)]!==_0x26d35b[_0x426828(0x19f)][_0x426828(0x29b)]||_0x5bd090['params'][_0x426828(0x2a0)]!==_0x26d35b['params'][_0x426828(0x2a0)])return{'m1Prime':_0x6f0464,'m2Prime':_0xe8d3af};const _0x623101=_0xe8d3af[_0x426828(0x19f)]['ranges'][_0x426828(0x270)](_0x5741e1=>{const _0x4ff873=_0x426828,_0x2acf7c=_0x6f0464[_0x4ff873(0x19f)][_0x4ff873(0x20d)],_0x5edd0a=_0x2acf7c[_0x4ff873(0x2de)]-_0x2acf7c['startRow']+0x1;return _0x2acf7c[_0x4ff873(0x215)]<=_0x5741e1[_0x4ff873(0x215)]?{..._0x5741e1,'startRow':_0x5741e1[_0x4ff873(0x215)]+_0x5edd0a,'endRow':_0x5741e1['endRow']+_0x5edd0a}:_0x2acf7c[_0x4ff873(0x215)]>_0x5741e1['startRow']&&_0x2acf7c[_0x4ff873(0x215)]<=_0x5741e1[_0x4ff873(0x2de)]?{..._0x5741e1,'endRow':_0x5741e1[_0x4ff873(0x2de)]+_0x5edd0a}:{..._0x5741e1};});return _0xe8d3af['params'][_0x426828(0x265)]=_0x623101,{'m1Prime':_0x6f0464,'m2Prime':_0xe8d3af};}},insertRowMutationWithReorderRange={'m1':InsertRowMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x4353b3,_0x3b2e56){const _0x21ff87=_0x2c36f1,_0x5bb272={'m1Prime':_0x4353b3,'m2Prime':_0x3b2e56};if(_0x4353b3[_0x21ff87(0x19f)][_0x21ff87(0x29b)]!==_0x3b2e56['params'][_0x21ff87(0x29b)]||_0x4353b3[_0x21ff87(0x19f)]['subUnitId']!==_0x3b2e56['params'][_0x21ff87(0x2a0)])return _0x5bb272;const _0x135978=Tools['deepClone'](_0x3b2e56),_0x552ef9=handleBaseInsertRange(toColumn(rotateRange(_0x4353b3[_0x21ff87(0x19f)][_0x21ff87(0x20d)])),toColumn(rotateRange(_0x3b2e56['params']['range'])));_0x135978[_0x21ff87(0x19f)]['range']['startRow']+=_0x552ef9[_0x21ff87(0x1bc)],_0x135978[_0x21ff87(0x19f)][_0x21ff87(0x20d)][_0x21ff87(0x2de)]+=_0x552ef9[_0x21ff87(0x1bc)]+(_0x552ef9[_0x21ff87(0x21b)]||0x0);const _0xa113c7=_0x4353b3[_0x21ff87(0x19f)][_0x21ff87(0x20d)][_0x21ff87(0x215)],_0x4fb368=_0x4353b3[_0x21ff87(0x19f)][_0x21ff87(0x20d)][_0x21ff87(0x2de)]-_0x4353b3[_0x21ff87(0x19f)][_0x21ff87(0x20d)][_0x21ff87(0x215)]+0x1,_0x27ded5={};for(const _0x5c3459 in _0x3b2e56[_0x21ff87(0x19f)]['order']){let _0x16fcef=Number(_0x5c3459),_0x14f0c5=_0x3b2e56[_0x21ff87(0x19f)][_0x21ff87(0x18b)][_0x5c3459];_0x16fcef=orderMap$1(_0xa113c7,_0x4fb368,_0x16fcef),_0x14f0c5=orderMap$1(_0xa113c7,_0x4fb368,_0x14f0c5),_0x27ded5[_0x16fcef]=_0x14f0c5;}return _0x135978[_0x21ff87(0x19f)][_0x21ff87(0x18b)]=_0x27ded5,{'m1Prime':_0x4353b3,'m2Prime':_0x135978};}},orderMap$1=__name((_0x250971,_0x4b43e2,_0x19cb84)=>_0x19cb84>=_0x250971?_0x19cb84+_0x4b43e2:_0x19cb84,_0x2c36f1(0x2dc)),insertRowMutationWithSetNumfmt={'m1':InsertRowMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x4d1ada,_0x2b2e0e){const _0x16ed9c=_0x2c36f1,_0x37b31c={'m1Prime':_0x4d1ada,'m2Prime':_0x2b2e0e};if(_0x4d1ada[_0x16ed9c(0x19f)][_0x16ed9c(0x29b)]!==_0x2b2e0e[_0x16ed9c(0x19f)][_0x16ed9c(0x29b)]||_0x4d1ada[_0x16ed9c(0x19f)][_0x16ed9c(0x2a0)]!==_0x2b2e0e[_0x16ed9c(0x19f)][_0x16ed9c(0x2a0)])return _0x37b31c;const _0x6f513d=[Tools[_0x16ed9c(0x1e0)](_0x4d1ada)],_0x1577a5=Tools['deepClone'](_0x2b2e0e),{values:_0x252a2c}=_0x1577a5[_0x16ed9c(0x19f)],_0x715ff=[];let _0x54df29=!0x1;for(const _0x4cbb66 in _0x252a2c){const _0x5289f6=_0x252a2c[_0x4cbb66];if(_0x715ff['push'](..._0x5289f6[_0x16ed9c(0x265)]),_0x5289f6[_0x16ed9c(0x265)]['some'](_0x33fb03=>{const _0x12ca0a=_0x16ed9c,_0x2c7e3c=handleBaseInsertRange(toColumn(rotateRange(_0x4d1ada[_0x12ca0a(0x19f)][_0x12ca0a(0x20d)])),rotateRange(toColumn(_0x33fb03)));return _0x2c7e3c['length']!==0x0?!0x0:(_0x2c7e3c[_0x12ca0a(0x1bc)]!==0x0&&(_0x54df29=!0x0),_0x33fb03['startRow']+=_0x2c7e3c[_0x12ca0a(0x1bc)],_0x33fb03[_0x12ca0a(0x2de)]+=_0x2c7e3c[_0x12ca0a(0x1bc)],!0x1);}))return{'error':new Error(_0x16ed9c(0x2a8))};}if(_0x54df29){const _0x15ba7b={'id':RemoveNumfmtMutation['id'],'params':{'unitId':_0x2b2e0e[_0x16ed9c(0x19f)][_0x16ed9c(0x29b)],'subUnitId':_0x2b2e0e[_0x16ed9c(0x19f)][_0x16ed9c(0x2a0)],'ranges':_0x715ff}};_0x6f513d[_0x16ed9c(0x20c)](_0x15ba7b,_0x1577a5);}return{'m1Prime':_0x6f513d,'m2Prime':_0x1577a5};}},insertRowMutationWithSetRangeValues={'m1':InsertRowMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0xc8bba6,_0xf13f31){const _0x3e0be8=_0x2c36f1,_0x44017a={'m1Prime':_0xc8bba6,'m2Prime':_0xf13f31};if(_0xc8bba6['params'][_0x3e0be8(0x29b)]!==_0xf13f31[_0x3e0be8(0x19f)][_0x3e0be8(0x29b)]||_0xc8bba6[_0x3e0be8(0x19f)][_0x3e0be8(0x2a0)]!==_0xf13f31[_0x3e0be8(0x19f)][_0x3e0be8(0x2a0)])return _0x44017a;const _0x5e86a2=[Tools[_0x3e0be8(0x1e0)](_0xc8bba6)],_0x4572ac=Tools['deepClone'](_0xf13f31),_0x3532cb=new ObjectMatrix(_0x4572ac[_0x3e0be8(0x19f)][_0x3e0be8(0x2d2)]),_0x48969f=_0x3532cb[_0x3e0be8(0x280)](),_0x11bfc6=_0xc8bba6[_0x3e0be8(0x19f)][_0x3e0be8(0x20d)],_0x116e29=_0x11bfc6[_0x3e0be8(0x2de)]-_0x11bfc6['startRow']+0x1;if(_0x4572ac[_0x3e0be8(0x19f)][_0x3e0be8(0x2d2)]&&_0x11bfc6[_0x3e0be8(0x215)]<=_0x48969f['endRow']){const _0x1e5de9=Math['max'](_0x48969f[_0x3e0be8(0x215)],_0x11bfc6[_0x3e0be8(0x215)]);moveRows(_0x4572ac[_0x3e0be8(0x19f)]['cellValue'],_0x1e5de9,_0x48969f[_0x3e0be8(0x2de)]-_0x1e5de9+0x1,_0x116e29);}const _0x7a8483=new ObjectMatrix();let _0x4c8a9b=!0x1;if(_0x3532cb['forValue']((_0x2829d5,_0x5c1623,_0x3f7c47)=>{const _0x3be207=_0x3e0be8;if(_0x3f7c47&&_0x3f7c47['f']){const _0x546a80=_0x3f7c47['f'];let _0x22976c=!0x1;const _0x366578=processFormulaString(_0xc8bba6['params']['unitId'],_0xc8bba6['params'][_0x3be207(0x2a0)],_0x546a80,_0x469280=>{const _0x38fbf1=_0x3be207,_0x59e1d6=handleBaseInsertRange(toColumn(rotateRange(_0xc8bba6[_0x38fbf1(0x19f)][_0x38fbf1(0x20d)])),toColumn(rotateRange(_0x469280)));return(_0x59e1d6['step']!==0x0||_0x59e1d6[_0x38fbf1(0x21b)]!==0x0)&&(_0x22976c=!0x0,_0x469280[_0x38fbf1(0x215)]+=_0x59e1d6['step'],_0x469280[_0x38fbf1(0x2de)]+=_0x59e1d6[_0x38fbf1(0x1bc)]+_0x59e1d6['length']),_0x469280;});_0x22976c&&(_0x4c8a9b=!0x0,_0x3f7c47['f']=_0x366578,_0x7a8483[_0x3be207(0x2d0)](_0x2829d5,_0x5c1623,{..._0x3f7c47}));}}),_0x4c8a9b){const _0x17a55e={'id':SetRangeValuesMutation['id'],'params':{'unitId':_0xf13f31[_0x3e0be8(0x19f)][_0x3e0be8(0x29b)],'subUnitId':_0xf13f31[_0x3e0be8(0x19f)]['subUnitId'],'cellValue':_0x7a8483[_0x3e0be8(0x260)]()}};_0x5e86a2['push'](_0x17a55e);}return{'m1Prime':_0x5e86a2,'m2Prime':_0x4572ac};}},insertRowMutationWithSetRowData={'m1':InsertRowMutation['id'],'m2':SetRowDataMutation['id'],'handler'(_0x4eb41e,_0x3f76ce){const _0x130250=_0x2c36f1,_0x91f74d={'m1Prime':_0x4eb41e,'m2Prime':_0x3f76ce};if(_0x4eb41e[_0x130250(0x19f)][_0x130250(0x29b)]!==_0x3f76ce[_0x130250(0x19f)]['unitId']||_0x4eb41e[_0x130250(0x19f)][_0x130250(0x2a0)]!==_0x3f76ce['params'][_0x130250(0x2a0)])return _0x91f74d;const _0x27cae8=Tools['deepClone'](_0x4eb41e),_0x6e6254=Tools[_0x130250(0x1e0)](_0x3f76ce),{rowData:_0x360b58}=_0x6e6254[_0x130250(0x19f)];for(let _0x1fe3df=_0x4eb41e[_0x130250(0x19f)]['range'][_0x130250(0x215)];_0x1fe3df<=_0x4eb41e[_0x130250(0x19f)][_0x130250(0x20d)][_0x130250(0x2de)];_0x1fe3df++)insertMatrixArray(_0x1fe3df,void 0x0,_0x360b58);return{'m1Prime':_0x27cae8,'m2Prime':_0x6e6254};}},insertRowMutationWithSetRowHidden={'m1':InsertRowMutation['id'],'m2':SetRowHiddenMutation['id'],'handler'(_0x13300b,_0xe27d8f){const _0x2167d7=_0x2c36f1,_0x151ff1={'m1Prime':_0x13300b,'m2Prime':_0xe27d8f};if(_0x13300b[_0x2167d7(0x19f)]['unitId']!==_0xe27d8f[_0x2167d7(0x19f)][_0x2167d7(0x29b)]||_0x13300b[_0x2167d7(0x19f)][_0x2167d7(0x2a0)]!==_0xe27d8f[_0x2167d7(0x19f)][_0x2167d7(0x2a0)])return _0x151ff1;const _0x5be684=Tools['deepClone'](_0x13300b),_0x9d997c=Tools[_0x2167d7(0x1e0)](_0xe27d8f),{ranges:_0xbf5dab}=_0x9d997c[_0x2167d7(0x19f)];return _0xbf5dab[_0x2167d7(0x1b2)](_0x1dac0a=>{const _0x2fa4ca=_0x2167d7,_0x57203f=handleBaseInsertRange(toColumn(rotateRange(_0x13300b[_0x2fa4ca(0x19f)][_0x2fa4ca(0x20d)])),toColumn(rotateRange(_0x1dac0a)));return _0x57203f[_0x2fa4ca(0x21b)]!==0x0?!0x0:(_0x1dac0a[_0x2fa4ca(0x215)]+=_0x57203f['step'],_0x1dac0a[_0x2fa4ca(0x2de)]+=_0x57203f['step'],!0x1);})?{'error':new Error(_0x2167d7(0x226))}:{'m1Prime':_0x5be684,'m2Prime':_0x9d997c};}},insertRowMutationWithSetRowVisible={'m1':InsertRowMutation['id'],'m2':SetRowVisibleMutation['id'],'handler'(_0x2a513f,_0x5cd630){const _0xabc740=_0x2c36f1,_0x333246={'m1Prime':_0x2a513f,'m2Prime':_0x5cd630};if(_0x2a513f[_0xabc740(0x19f)][_0xabc740(0x29b)]!==_0x5cd630['params'][_0xabc740(0x29b)]||_0x2a513f[_0xabc740(0x19f)][_0xabc740(0x2a0)]!==_0x5cd630[_0xabc740(0x19f)][_0xabc740(0x2a0)])return _0x333246;const _0x2ae759=Tools[_0xabc740(0x1e0)](_0x2a513f),_0x200792=Tools['deepClone'](_0x5cd630),{ranges:_0x22d44b}=_0x200792[_0xabc740(0x19f)];return _0x22d44b[_0xabc740(0x1b2)](_0x12ba5b=>{const _0x23110e=_0xabc740,_0x4b2d85=handleBaseInsertRange(toColumn(rotateRange(_0x2a513f[_0x23110e(0x19f)][_0x23110e(0x20d)])),toColumn(rotateRange(_0x12ba5b)));return _0x4b2d85[_0x23110e(0x21b)]!==0x0?!0x0:(_0x12ba5b[_0x23110e(0x215)]+=_0x4b2d85['step'],_0x12ba5b['endRow']+=_0x4b2d85['step'],!0x1);})?{'error':new Error(_0xabc740(0x20a))}:{'m1Prime':_0x2ae759,'m2Prime':_0x200792};}},insertRowMutationWithSetSelection={'m1':InsertRowMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0x11b2ae,_0x445fda){const _0x32746f=_0x2c36f1,_0x5a3e0b={'m1Prime':[],'m2Prime':[]};if(_0x11b2ae[_0x32746f(0x19f)][_0x32746f(0x29b)]!==_0x445fda[_0x32746f(0x19f)][_0x32746f(0x29b)]||_0x11b2ae[_0x32746f(0x19f)]['subUnitId']!==_0x445fda[_0x32746f(0x19f)][_0x32746f(0x2a0)])return _0x5a3e0b;const _0x2eff76=Tools[_0x32746f(0x1e0)](_0x445fda);let _0x57693d=!0x1;return _0x2eff76[_0x32746f(0x19f)][_0x32746f(0x199)]['forEach'](_0xdccd80=>{const _0xbb68=_0x32746f,{range:_0x208473,primary:_0x4f8c89}=_0xdccd80,_0x1684ad=handleBaseInsertRange(toColumn(rotateRange(_0x11b2ae[_0xbb68(0x19f)]['range'])),toColumn(rotateRange(_0x208473)));if(_0x1684ad[_0xbb68(0x21b)]||_0x1684ad[_0xbb68(0x1bc)]){if(_0x208473[_0xbb68(0x215)]+=_0x1684ad['step'],_0x208473[_0xbb68(0x2de)]+=_0x1684ad[_0xbb68(0x1bc)]+(_0x1684ad['length']||0x0),_0x4f8c89){const _0x425dc2=handleBaseInsertRange(toColumn(rotateRange(_0x11b2ae[_0xbb68(0x19f)][_0xbb68(0x20d)])),toColumn(rotateRange(_0x4f8c89)));(_0x425dc2[_0xbb68(0x21b)]||_0x425dc2[_0xbb68(0x1bc)])&&(_0x4f8c89[_0xbb68(0x215)]+=_0x425dc2['step'],_0x4f8c89[_0xbb68(0x2de)]+=_0x425dc2[_0xbb68(0x1bc)],_0x4f8c89[_0xbb68(0x255)]+=_0x425dc2['step']);}_0x57693d=!0x0;}}),_0x57693d&&_0x5a3e0b['m2Prime']['push'](_0x2eff76),_0x5a3e0b;}},insertRowMutationWithSetSheetsFilterRange={'m1':InsertRowMutation['id'],'m2':SetSheetsFilterRangeMutation['id'],'handler'(_0x52f922,_0x2f2f00){const _0x4037ed=_0x2c36f1,_0x5c1294={'m1Prime':[_0x52f922],'m2Prime':[_0x2f2f00]};if(_0x52f922[_0x4037ed(0x19f)]['unitId']!==_0x2f2f00[_0x4037ed(0x19f)]['unitId']||_0x52f922['params'][_0x4037ed(0x2a0)]!==_0x2f2f00[_0x4037ed(0x19f)][_0x4037ed(0x2a0)])return _0x5c1294;const _0x1875e1=Tools[_0x4037ed(0x1e0)](_0x52f922),_0x1db32b=Tools[_0x4037ed(0x1e0)](_0x2f2f00),_0x34dd10=handleInsert({'start':_0x52f922[_0x4037ed(0x19f)][_0x4037ed(0x20d)][_0x4037ed(0x215)],'end':_0x52f922[_0x4037ed(0x19f)]['range'][_0x4037ed(0x2de)]},{'start':_0x2f2f00[_0x4037ed(0x19f)][_0x4037ed(0x20d)][_0x4037ed(0x215)],'end':_0x2f2f00[_0x4037ed(0x19f)][_0x4037ed(0x20d)][_0x4037ed(0x2de)]});return _0x1db32b[_0x4037ed(0x19f)][_0x4037ed(0x20d)][_0x4037ed(0x215)]===_0x34dd10['start']&&_0x1db32b[_0x4037ed(0x19f)][_0x4037ed(0x20d)][_0x4037ed(0x2de)]===_0x34dd10[_0x4037ed(0x19a)]?_0x5c1294:(_0x1db32b['params'][_0x4037ed(0x20d)][_0x4037ed(0x215)]=_0x34dd10[_0x4037ed(0x14f)],_0x1db32b[_0x4037ed(0x19f)][_0x4037ed(0x20d)][_0x4037ed(0x2de)]=_0x34dd10[_0x4037ed(0x19a)],{'m1Prime':[_0x1db32b,_0x1875e1],'m2Prime':[_0x1db32b]});}},insertRowMutationWithSetWorksheetRowAutoHeight={'m1':InsertRowMutation['id'],'m2':SetWorksheetRowAutoHeightMutation['id'],'handler'(_0x349cae,_0x3dec4e){const _0x19d974=_0x2c36f1,_0x4c2f3c={'m1Prime':_0x349cae,'m2Prime':_0x3dec4e};if(_0x349cae[_0x19d974(0x19f)]['unitId']!==_0x3dec4e[_0x19d974(0x19f)]['unitId']||_0x349cae[_0x19d974(0x19f)][_0x19d974(0x2a0)]!==_0x3dec4e[_0x19d974(0x19f)]['subUnitId'])return _0x4c2f3c;const _0x26caa7=Tools[_0x19d974(0x1e0)](_0x349cae),_0x401e6b=Tools[_0x19d974(0x1e0)](_0x3dec4e),{rowsAutoHeightInfo:_0x33f90f}=_0x401e6b[_0x19d974(0x19f)];return _0x33f90f[_0x19d974(0x1b2)](_0x2f301b=>{const _0x4f7e86=_0x19d974,_0x27b7ff={'startRow':_0x2f301b[_0x4f7e86(0x175)],'endRow':_0x2f301b[_0x4f7e86(0x175)],'startColumn':0x0,'endColumn':0x0},_0x2660e7=handleBaseInsertRange(toColumn(rotateRange(_0x349cae[_0x4f7e86(0x19f)][_0x4f7e86(0x20d)])),rotateRange(_0x27b7ff));return _0x2660e7['length']!==0x0?!0x0:(_0x2f301b[_0x4f7e86(0x175)]+=_0x2660e7[_0x4f7e86(0x1bc)],!0x1);})?{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height')}:{'m1Prime':_0x26caa7,'m2Prime':_0x401e6b};}},insertRowMutationWithSetWorksheetRowHeight={'m1':InsertRowMutation['id'],'m2':SetWorksheetRowHeightMutation['id'],'handler'(_0xa317e3,_0x301692){const _0x5dc41f=_0x2c36f1,_0x42c834={'m1Prime':_0xa317e3,'m2Prime':_0x301692};if(_0xa317e3[_0x5dc41f(0x19f)][_0x5dc41f(0x29b)]!==_0x301692[_0x5dc41f(0x19f)][_0x5dc41f(0x29b)]||_0xa317e3[_0x5dc41f(0x19f)][_0x5dc41f(0x2a0)]!==_0x301692[_0x5dc41f(0x19f)][_0x5dc41f(0x2a0)])return _0x42c834;const _0x5ef5e0=Tools[_0x5dc41f(0x1e0)](_0xa317e3),_0x1702d9=Tools[_0x5dc41f(0x1e0)](_0x301692),{ranges:_0x178ce1,rowHeight:_0x5ddfa0}=_0x1702d9[_0x5dc41f(0x19f)];if(_0x178ce1[_0x5dc41f(0x1b2)](_0x1441bf=>{const _0x18cf67=_0x5dc41f,_0xcef1cd=handleBaseInsertRange(toColumn(rotateRange(_0xa317e3[_0x18cf67(0x19f)]['range'])),rotateRange(_0x1441bf));return _0xcef1cd[_0x18cf67(0x21b)]!==0x0?!0x0:(_0x1441bf[_0x18cf67(0x215)]+=_0xcef1cd[_0x18cf67(0x1bc)],_0x1441bf[_0x18cf67(0x2de)]+=_0xcef1cd[_0x18cf67(0x1bc)],!0x1);}))return{'error':new Error(_0x5dc41f(0x2e7))};if(typeof _0x5ddfa0!='number'){for(let _0x5c85c5=_0xa317e3[_0x5dc41f(0x19f)][_0x5dc41f(0x20d)][_0x5dc41f(0x215)];_0x5c85c5<=_0xa317e3[_0x5dc41f(0x19f)][_0x5dc41f(0x20d)]['endRow'];_0x5c85c5++)insertMatrixArray(_0x5c85c5,void 0x0,_0x5ddfa0);}return{'m1Prime':_0x5ef5e0,'m2Prime':_0x1702d9};}},insertRowMutationWithSetWorksheetRowIsAutoHeight={'m1':InsertRowMutation['id'],'m2':SetWorksheetRowIsAutoHeightMutation['id'],'handler'(_0x4b0a86,_0x14a9fc){const _0x2d8fca=_0x2c36f1,_0xc709ad={'m1Prime':_0x4b0a86,'m2Prime':_0x14a9fc};if(_0x4b0a86[_0x2d8fca(0x19f)][_0x2d8fca(0x29b)]!==_0x14a9fc[_0x2d8fca(0x19f)][_0x2d8fca(0x29b)]||_0x4b0a86[_0x2d8fca(0x19f)][_0x2d8fca(0x2a0)]!==_0x14a9fc[_0x2d8fca(0x19f)]['subUnitId'])return _0xc709ad;const _0x583d2e=Tools['deepClone'](_0x4b0a86),_0x24a2f2=Tools[_0x2d8fca(0x1e0)](_0x14a9fc),{ranges:_0x18735b,autoHeightInfo:_0x3d7ae0}=_0x24a2f2[_0x2d8fca(0x19f)];if(_0x18735b[_0x2d8fca(0x1b2)](_0x1cd750=>{const _0x3da360=_0x2d8fca,_0x27caa0=handleBaseInsertRange(toColumn(rotateRange(_0x4b0a86[_0x3da360(0x19f)][_0x3da360(0x20d)])),rotateRange(_0x1cd750));return _0x27caa0[_0x3da360(0x21b)]!==0x0?!0x0:(_0x1cd750[_0x3da360(0x215)]+=_0x27caa0[_0x3da360(0x1bc)],_0x1cd750[_0x3da360(0x2de)]+=_0x27caa0['step'],!0x1);}))return{'error':new Error(_0x2d8fca(0x282))};if(typeof _0x3d7ae0!=_0x2d8fca(0x2b6)){for(let _0x28c6e7=_0x4b0a86[_0x2d8fca(0x19f)]['range'][_0x2d8fca(0x215)];_0x28c6e7<=_0x4b0a86['params']['range']['endRow'];_0x28c6e7++)insertMatrixArray(_0x28c6e7,void 0x0,_0x3d7ae0);}return{'m1Prime':_0x583d2e,'m2Prime':_0x24a2f2};}},insertRowWithUpdateCommentRef={'m1':InsertRowMutation['id'],'m2':UpdateCommentRefMutation['id'],'handler':__name((_0x4d02ba,_0x39cb01)=>{const _0x95a1c8=_0x2c36f1,_0x5c3953={'m1Prime':_0x4d02ba,'m2Prime':_0x39cb01};if(_0x4d02ba[_0x95a1c8(0x19f)]['unitId']!==_0x39cb01[_0x95a1c8(0x19f)][_0x95a1c8(0x29b)]||_0x4d02ba['params'][_0x95a1c8(0x2a0)]!==_0x39cb01['params'][_0x95a1c8(0x2a0)])return _0x5c3953;const _0x1cefcc={'id':InsertRowCommand['id'],'params':{'unitId':_0x4d02ba[_0x95a1c8(0x19f)][_0x95a1c8(0x29b)],'subUnitId':_0x4d02ba[_0x95a1c8(0x19f)][_0x95a1c8(0x2a0)],'range':_0x4d02ba[_0x95a1c8(0x19f)][_0x95a1c8(0x20d)]}},_0x212832=transformUpdateCommentRefWithRefRange(_0x39cb01,_0x1cefcc);return{'m1Prime':[_0x4d02ba,..._0x212832],'m2Prime':[_0x39cb01,..._0x212832]};},_0x2c36f1(0x281))},insertRowMutationWithUpdateDataValidation={'m1':InsertRowMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x4c74d0,_0xdc9d18)=>{const _0x24b8af=_0x2c36f1,_0x459f99={'m1Prime':_0x4c74d0,'m2Prime':_0xdc9d18};if(_0x4c74d0[_0x24b8af(0x19f)][_0x24b8af(0x29b)]!==_0xdc9d18[_0x24b8af(0x19f)][_0x24b8af(0x29b)]||_0xdc9d18['params']['subUnitId']!==_0x4c74d0['params']['subUnitId'])return _0x459f99;const _0x38d827={'id':InsertRowCommand['id'],'params':{'unitId':_0x4c74d0[_0x24b8af(0x19f)][_0x24b8af(0x29b)],'subUnitId':_0x4c74d0['params'][_0x24b8af(0x2a0)],'range':_0x4c74d0['params'][_0x24b8af(0x20d)]}},_0x25e53d=transformUpdateDataValidationWithRefRange(_0xdc9d18,_0x38d827);return{'m1Prime':[_0x4c74d0,..._0x25e53d],'m2Prime':[_0xdc9d18,..._0x25e53d]};},'handler')},moveColWithAddComment={'m1':MoveColsMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x3ef1cb,_0x9e5b47)=>{const _0x1936e2=_0x2c36f1,_0x3b4124={'m1Prime':_0x3ef1cb,'m2Prime':_0x9e5b47};if(_0x3ef1cb[_0x1936e2(0x19f)]['unitId']!==_0x9e5b47['params']['unitId']||_0x3ef1cb[_0x1936e2(0x19f)][_0x1936e2(0x2a0)]!==_0x9e5b47[_0x1936e2(0x19f)][_0x1936e2(0x2a0)])return _0x3b4124;const _0xdf0c78={'id':MoveColsCommand['id'],'params':{'unitId':_0x3ef1cb[_0x1936e2(0x19f)][_0x1936e2(0x29b)],'subUnitId':_0x3ef1cb['params'][_0x1936e2(0x2a0)],'fromRange':_0x3ef1cb['params'][_0x1936e2(0x1f8)],'toRange':_0x3ef1cb[_0x1936e2(0x19f)][_0x1936e2(0x236)]}},_0x3f2cfe=transformAddCommentWithRefRange(_0x9e5b47,_0xdf0c78);return{'m1Prime':[_0x3ef1cb,..._0x3f2cfe],'m2Prime':[_0x9e5b47,..._0x3f2cfe]};},_0x2c36f1(0x281))},moveColMutationWithAddMerge={'m1':MoveColsMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x567643,_0xb1df42){const _0xd71f4f=_0x2c36f1,_0x53e4cd=addWorksheetMergeMutationWithMoveColMutation[_0xd71f4f(0x281)](_0xb1df42,_0x567643);return isTransformMutationSuccess(_0x53e4cd)?{'m1Prime':_0x53e4cd[_0xd71f4f(0x2ea)],'m2Prime':_0x53e4cd[_0xd71f4f(0x149)]}:_0x53e4cd;}},moveColMutationWithSelf={'m1':MoveColsMutation['id'],'m2':MoveColsMutation['id'],'handler'(_0x9ad234,_0xfe05b){const _0x547093=_0x2c36f1,_0x9b5e4b={'m1Prime':_0x9ad234,'m2Prime':_0xfe05b};if(_0x9ad234[_0x547093(0x19f)]['unitId']!==_0xfe05b[_0x547093(0x19f)][_0x547093(0x29b)]||_0x9ad234['params'][_0x547093(0x2a0)]!==_0xfe05b[_0x547093(0x19f)][_0x547093(0x2a0)])return _0x9b5e4b;const _0x172002=Tools['deepClone'](_0x9ad234),_0x531ac4=Tools['deepClone'](_0xfe05b),_0xfbce2=_0xfe05b[_0x547093(0x19f)][_0x547093(0x1f8)],_0x507f8c=_0xfe05b['params'][_0x547093(0x236)],_0x46edd1=_0x9ad234['params'][_0x547093(0x1f8)],_0x4adad8=_0x9ad234['params'][_0x547093(0x236)];if(_0x46edd1[_0x547093(0x2b1)]>=_0xfbce2[_0x547093(0x308)]&&_0x46edd1['startColumn']<=_0xfbce2['endColumn'])return{'error':new Error(_0x547093(0x181))};const _0x5b9b0d=handleBaseMoveRowsCols({'start':_0x46edd1[_0x547093(0x308)],'end':_0x46edd1[_0x547093(0x2b1)]},{'start':_0x4adad8['startColumn'],'end':_0x4adad8['endColumn']},{'start':_0xfbce2[_0x547093(0x308)],'end':_0xfbce2['endColumn']}),_0x584024=handleBaseMoveRowsCols({'start':_0x46edd1[_0x547093(0x308)],'end':_0x46edd1[_0x547093(0x2b1)]},{'start':_0x4adad8[_0x547093(0x308)],'end':_0x4adad8[_0x547093(0x2b1)]},{'start':_0x507f8c['startColumn'],'end':_0x507f8c[_0x547093(0x2b1)]});_0x5b9b0d&&_0x584024?(_0x531ac4[_0x547093(0x19f)]['sourceRange'][_0x547093(0x308)]+=_0x5b9b0d[_0x547093(0x1bc)],_0x531ac4[_0x547093(0x19f)]['sourceRange'][_0x547093(0x2b1)]+=_0x5b9b0d['step']+(_0x5b9b0d[_0x547093(0x21b)]||0x0),_0x531ac4[_0x547093(0x19f)][_0x547093(0x236)]['startColumn']+=_0x584024[_0x547093(0x1bc)],_0x531ac4[_0x547093(0x19f)][_0x547093(0x236)][_0x547093(0x2b1)]+=_0x584024[_0x547093(0x1bc)]+(_0x584024[_0x547093(0x21b)]||0x0)):_0x531ac4['id']=EmptyMutation['id'];const _0x145ae4=handleBaseMoveRowsCols({'start':_0xfbce2['startColumn'],'end':_0xfbce2[_0x547093(0x2b1)]},{'start':_0x507f8c[_0x547093(0x308)],'end':_0x507f8c[_0x547093(0x2b1)]},{'start':_0x46edd1[_0x547093(0x308)],'end':_0x46edd1[_0x547093(0x2b1)]}),_0xe6fd0a=handleBaseMoveRowsCols({'start':_0xfbce2['startColumn'],'end':_0xfbce2['endColumn']},{'start':_0x507f8c['startColumn'],'end':_0x507f8c['endColumn']},{'start':_0x4adad8[_0x547093(0x308)],'end':_0x4adad8[_0x547093(0x2b1)]});return _0x145ae4&&_0xe6fd0a?(_0x172002[_0x547093(0x19f)][_0x547093(0x1f8)][_0x547093(0x308)]+=_0x145ae4[_0x547093(0x1bc)],_0x172002[_0x547093(0x19f)][_0x547093(0x1f8)][_0x547093(0x2b1)]+=_0x145ae4[_0x547093(0x1bc)]+(_0x145ae4[_0x547093(0x21b)]||0x0),_0x172002[_0x547093(0x19f)][_0x547093(0x236)][_0x547093(0x308)]+=_0xe6fd0a[_0x547093(0x1bc)],_0x172002['params'][_0x547093(0x236)][_0x547093(0x2b1)]+=_0xe6fd0a[_0x547093(0x1bc)]+(_0xe6fd0a[_0x547093(0x21b)]||0x0)):_0x172002['id']=EmptyMutation['id'],{'m1Prime':_0x172002,'m2Prime':_0x531ac4};}},moveColMutationWithMoveRange={'m1':MoveColsMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x7a89d3,_0x4847cf){const _0x133a3c=_0x2c36f1,_0x4c7c16={'m1Prime':_0x7a89d3,'m2Prime':_0x4847cf};if(_0x7a89d3['params'][_0x133a3c(0x29b)]!==_0x4847cf[_0x133a3c(0x19f)][_0x133a3c(0x29b)]||_0x7a89d3['params'][_0x133a3c(0x2a0)]!==_0x4847cf['params']['from'][_0x133a3c(0x2a0)]&&_0x7a89d3[_0x133a3c(0x19f)][_0x133a3c(0x2a0)]!==_0x4847cf[_0x133a3c(0x19f)]['to'][_0x133a3c(0x2a0)])return _0x4c7c16;const _0x211a82=Tools[_0x133a3c(0x1e0)](_0x7a89d3),_0x4ef0f9=Tools[_0x133a3c(0x1e0)](_0x4847cf),_0x4f9fc3=_0x7a89d3[_0x133a3c(0x19f)][_0x133a3c(0x1f8)],_0xd48920=_0x7a89d3['params'][_0x133a3c(0x236)];if(_0x7a89d3[_0x133a3c(0x19f)][_0x133a3c(0x2a0)]===_0x4847cf[_0x133a3c(0x19f)][_0x133a3c(0x312)][_0x133a3c(0x2a0)]){const _0x31a810=new ObjectMatrix(_0x4ef0f9['params'][_0x133a3c(0x312)][_0x133a3c(0x300)]),_0x51690c=_0x31a810[_0x133a3c(0x280)]();if(intersect({'start':_0x4f9fc3['startColumn'],'end':_0x4f9fc3[_0x133a3c(0x2b1)]},{'start':_0x51690c['startColumn'],'end':_0x51690c['endColumn']})||intersect({'start':_0xd48920['startColumn'],'end':_0xd48920[_0x133a3c(0x2b1)]},{'start':_0x51690c['startColumn'],'end':_0x51690c[_0x133a3c(0x2b1)]}))return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20move\x20range')};const _0xf8375=handleBaseMoveRowsCols({'start':_0x4f9fc3['startColumn'],'end':_0x4f9fc3[_0x133a3c(0x2b1)]},{'start':_0xd48920[_0x133a3c(0x308)],'end':_0xd48920['endColumn']},{'start':_0x51690c[_0x133a3c(0x308)],'end':_0x51690c[_0x133a3c(0x2b1)]});if(_0xf8375['length']!==0x0)return{'error':new Error(_0x133a3c(0x2aa))};_0xf8375[_0x133a3c(0x1bc)]!==0x0&&_0x31a810[_0x133a3c(0x2d3)](_0x4f9fc3[_0x133a3c(0x308)],_0x4f9fc3['endColumn']-_0x4f9fc3['startColumn']+0x1,_0xd48920[_0x133a3c(0x308)]),_0x4ef0f9[_0x133a3c(0x19f)][_0x133a3c(0x312)]['value']=_0x31a810[_0x133a3c(0x260)]();}if(_0x7a89d3[_0x133a3c(0x19f)][_0x133a3c(0x2a0)]===_0x4847cf['params']['to'][_0x133a3c(0x2a0)]){const _0x3827c3=new ObjectMatrix(_0x4ef0f9[_0x133a3c(0x19f)]['to']['value']),_0x32f7d6=_0x3827c3[_0x133a3c(0x280)]();if(intersect({'start':_0x4f9fc3[_0x133a3c(0x308)],'end':_0x4f9fc3[_0x133a3c(0x2b1)]},{'start':_0x32f7d6[_0x133a3c(0x308)],'end':_0x32f7d6[_0x133a3c(0x2b1)]})||intersect({'start':_0xd48920[_0x133a3c(0x308)],'end':_0xd48920[_0x133a3c(0x2b1)]},{'start':_0x32f7d6[_0x133a3c(0x308)],'end':_0x32f7d6[_0x133a3c(0x2b1)]}))return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20move\x20range')};const _0x3352e1=handleBaseMoveRowsCols({'start':_0x4f9fc3[_0x133a3c(0x308)],'end':_0x4f9fc3[_0x133a3c(0x2b1)]},{'start':_0xd48920[_0x133a3c(0x308)],'end':_0xd48920[_0x133a3c(0x2b1)]},{'start':_0x32f7d6[_0x133a3c(0x308)],'end':_0x32f7d6[_0x133a3c(0x2b1)]});if(_0x3352e1[_0x133a3c(0x21b)]!==0x0)return{'error':new Error(_0x133a3c(0x2aa))};_0x3352e1[_0x133a3c(0x1bc)]!==0x0&&_0x3827c3[_0x133a3c(0x2d3)](_0x4f9fc3[_0x133a3c(0x308)],_0x4f9fc3['endColumn']-_0x4f9fc3[_0x133a3c(0x308)]+0x1,_0xd48920[_0x133a3c(0x308)]),_0x4ef0f9['params']['to'][_0x133a3c(0x300)]=_0x3827c3[_0x133a3c(0x260)]();}return{'m1Prime':_0x211a82,'m2Prime':_0x4ef0f9};}},moveColMutationWithRemoveNumfmt={'m1':MoveColsMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x5d1cfe,_0x4b5ba7){const _0x292255=_0x2c36f1,_0x4ab713={'m1Prime':_0x5d1cfe,'m2Prime':_0x4b5ba7};if(_0x5d1cfe[_0x292255(0x19f)][_0x292255(0x29b)]!==_0x4b5ba7[_0x292255(0x19f)][_0x292255(0x29b)]||_0x5d1cfe[_0x292255(0x19f)][_0x292255(0x2a0)]!==_0x4b5ba7[_0x292255(0x19f)][_0x292255(0x2a0)])return _0x4ab713;const _0x9d9fe0=Tools['deepClone'](_0x5d1cfe),_0x3f98ee=Tools['deepClone'](_0x4b5ba7),{sourceRange:_0x568aca,targetRange:_0x16f2a9}=_0x5d1cfe['params'],_0x1b8371={'start':_0x568aca[_0x292255(0x308)],'end':_0x568aca[_0x292255(0x2b1)]},_0x3ccc41={'start':_0x16f2a9['startColumn'],'end':_0x16f2a9[_0x292255(0x2b1)]};return _0x3f98ee['params'][_0x292255(0x265)][_0x292255(0x1b2)](_0x1e577b=>{const _0xa50e3c=_0x292255,_0x3fd724={'start':_0x1e577b[_0xa50e3c(0x308)],'end':_0x1e577b['endColumn']},_0x4a9010=intersect(_0x1b8371,_0x3fd724),_0x1178c4=intersect(_0x3ccc41,_0x3fd724);if(_0x4a9010||_0x1178c4)return!0x0;const _0x163dca=handleBaseMoveRowsCols(_0x1b8371,_0x3ccc41,_0x3fd724);return _0x163dca['length']!==0x0?!0x0:(_0x1e577b[_0xa50e3c(0x308)]+=_0x163dca[_0xa50e3c(0x1bc)],_0x1e577b[_0xa50e3c(0x2b1)]+=_0x163dca[_0xa50e3c(0x1bc)],!0x1);})?{'error':new Error(_0x292255(0x1ef))}:{'m1Prime':_0x9d9fe0,'m2Prime':_0x3f98ee};}},moveColMutationWithRemoveWorksheetMerge={'m1':MoveColsMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0x353bf8,_0x2fe04a){const _0x3c980a=_0x2c36f1,_0x23c89f=Tools[_0x3c980a(0x1e0)](_0x353bf8),_0x31ad03=Tools['deepClone'](_0x2fe04a);if(_0x353bf8[_0x3c980a(0x19f)][_0x3c980a(0x29b)]!==_0x2fe04a[_0x3c980a(0x19f)][_0x3c980a(0x29b)]||_0x353bf8[_0x3c980a(0x19f)][_0x3c980a(0x2a0)]!==_0x2fe04a[_0x3c980a(0x19f)]['subUnitId'])return{'m1Prime':_0x23c89f,'m2Prime':_0x31ad03};const _0x1428ea=_0x31ad03[_0x3c980a(0x19f)]['ranges'][_0x3c980a(0x14b)]((_0x5558db,_0x3c40c3)=>{const _0x2c121e=_0x3c980a,{sourceRange:_0x5cbf09,targetRange:_0x35d523}=_0x353bf8['params'],_0x4492c5={..._0x3c40c3};return _0x5cbf09[_0x2c121e(0x2b1)]<_0x4492c5[_0x2c121e(0x308)]&&_0x35d523['startColumn']>_0x4492c5['endColumn']?(_0x4492c5[_0x2c121e(0x308)]-=_0x5cbf09[_0x2c121e(0x2b1)]-_0x5cbf09[_0x2c121e(0x308)]+0x1,_0x4492c5['endColumn']-=_0x5cbf09['endColumn']-_0x5cbf09[_0x2c121e(0x308)]+0x1,isMergeCell(_0x4492c5)&&_0x5558db[_0x2c121e(0x20c)](_0x4492c5)):_0x5cbf09['startColumn']>_0x4492c5[_0x2c121e(0x2b1)]&&_0x35d523[_0x2c121e(0x2b1)]<_0x4492c5['startColumn']?(_0x4492c5[_0x2c121e(0x308)]+=_0x5cbf09[_0x2c121e(0x2b1)]-_0x5cbf09[_0x2c121e(0x308)]+0x1,_0x4492c5['endColumn']+=_0x5cbf09[_0x2c121e(0x2b1)]-_0x5cbf09['startColumn']+0x1,isMergeCell(_0x4492c5)&&_0x5558db[_0x2c121e(0x20c)](_0x4492c5)):Rectangle['intersects'](_0x4492c5,_0x5cbf09)||Rectangle[_0x2c121e(0x1f7)](_0x4492c5,_0x35d523)||_0x5558db[_0x2c121e(0x20c)](_0x4492c5),_0x5558db;},[]);return _0x31ad03[_0x3c980a(0x19f)]['ranges']=_0x1428ea,_0x31ad03[_0x3c980a(0x19f)]['ranges'][_0x3c980a(0x21b)]===0x0&&(_0x31ad03['id']=EmptyMutation['id']),{'m1Prime':_0x23c89f,'m2Prime':_0x31ad03};}},moveColMutationWithReorderRange={'m1':MoveColsMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x2f3578,_0x1605ff){const _0x1ee97b=_0x2c36f1,_0x4c0462={'m1Prime':_0x2f3578,'m2Prime':_0x1605ff};if(_0x2f3578[_0x1ee97b(0x19f)][_0x1ee97b(0x29b)]!==_0x1605ff[_0x1ee97b(0x19f)][_0x1ee97b(0x29b)]||_0x2f3578['params'][_0x1ee97b(0x2a0)]!==_0x1605ff[_0x1ee97b(0x19f)][_0x1ee97b(0x2a0)])return _0x4c0462;const _0x53173d=_0x2f3578['params'][_0x1ee97b(0x1f8)][_0x1ee97b(0x308)],_0x18bd21=_0x2f3578['params'][_0x1ee97b(0x1f8)]['endColumn'],_0x5065a4=_0x2f3578[_0x1ee97b(0x19f)][_0x1ee97b(0x236)][_0x1ee97b(0x308)],_0x10044d=_0x2f3578[_0x1ee97b(0x19f)]['targetRange'][_0x1ee97b(0x2b1)],_0x358a4b=_0x1605ff[_0x1ee97b(0x19f)][_0x1ee97b(0x20d)]['startColumn'],_0x386ea2=_0x1605ff[_0x1ee97b(0x19f)][_0x1ee97b(0x20d)]['endColumn'];if(_0x53173d<=_0x386ea2&&_0x18bd21>=_0x358a4b||_0x5065a4<=_0x386ea2&&_0x10044d>=_0x358a4b)return{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20reorder\x20range')};const _0x41e5bc=handleBaseMoveRowsCols({'start':_0x53173d,'end':_0x18bd21},{'start':_0x5065a4,'end':_0x10044d},{'start':_0x358a4b,'end':_0x386ea2}),_0x282db9=Tools['deepClone'](_0x1605ff);return _0x282db9[_0x1ee97b(0x19f)][_0x1ee97b(0x20d)][_0x1ee97b(0x308)]+=_0x41e5bc[_0x1ee97b(0x1bc)],_0x282db9[_0x1ee97b(0x19f)][_0x1ee97b(0x20d)]['endColumn']+=_0x41e5bc[_0x1ee97b(0x1bc)]+(_0x41e5bc['length']||0x0),{'m1Prime':_0x2f3578,'m2Prime':_0x282db9};}},moveColMutationWithSetColData={'m1':MoveColsMutation['id'],'m2':SetColDataMutation['id'],'handler'(_0x5a56a0,_0x27acae){const _0x53ac66=_0x2c36f1,_0xf36a54={'m1Prime':_0x5a56a0,'m2Prime':_0x27acae};if(_0x5a56a0['params'][_0x53ac66(0x29b)]!==_0x27acae[_0x53ac66(0x19f)]['unitId']||_0x5a56a0[_0x53ac66(0x19f)][_0x53ac66(0x2a0)]!==_0x27acae[_0x53ac66(0x19f)][_0x53ac66(0x2a0)])return _0xf36a54;const _0x148559=Tools[_0x53ac66(0x1e0)](_0x5a56a0),_0xd4666f=Tools['deepClone'](_0x27acae),{columnData:_0x448cee}=_0xd4666f[_0x53ac66(0x19f)],{sourceRange:_0x394c8c,targetRange:_0x56ed0c}=_0x5a56a0[_0x53ac66(0x19f)];return moveMatrixArray(_0x394c8c[_0x53ac66(0x308)],_0x394c8c['endColumn']-_0x394c8c[_0x53ac66(0x308)]+0x1,_0x56ed0c[_0x53ac66(0x308)],_0x448cee),{'m1Prime':_0x148559,'m2Prime':_0xd4666f};}},moveColMutationWithSetColHidden={'m1':MoveColsMutation['id'],'m2':SetColHiddenMutation['id'],'handler'(_0x32d0a9,_0x464cdf){const _0x263f7c=_0x2c36f1,_0x5bc4eb={'m1Prime':_0x32d0a9,'m2Prime':_0x464cdf};if(_0x32d0a9['params'][_0x263f7c(0x29b)]!==_0x464cdf[_0x263f7c(0x19f)][_0x263f7c(0x29b)]||_0x32d0a9[_0x263f7c(0x19f)][_0x263f7c(0x2a0)]!==_0x464cdf[_0x263f7c(0x19f)][_0x263f7c(0x2a0)])return _0x5bc4eb;const _0x3de42d=Tools[_0x263f7c(0x1e0)](_0x32d0a9),_0xf2461f=Tools[_0x263f7c(0x1e0)](_0x464cdf),{ranges:_0x57a784}=_0xf2461f[_0x263f7c(0x19f)],{sourceRange:_0x45fd7d,targetRange:_0x501d28}=_0x32d0a9[_0x263f7c(0x19f)],_0x3caffa={'start':_0x45fd7d['startColumn'],'end':_0x45fd7d[_0x263f7c(0x2b1)]},_0x20d949={'start':_0x501d28['startColumn'],'end':_0x501d28[_0x263f7c(0x2b1)]};return _0x57a784[_0x263f7c(0x1b2)](_0x4b4bb4=>{const _0x5a2765=_0x263f7c,_0x1cb012={'start':_0x4b4bb4['startColumn'],'end':_0x4b4bb4[_0x5a2765(0x2b1)]},_0x891bc8=intersect(_0x3caffa,_0x1cb012),_0x55c8c5=intersect(_0x20d949,_0x1cb012);if(_0x891bc8||_0x55c8c5)return!0x0;const _0x435771=handleBaseMoveRowsCols(_0x3caffa,_0x20d949,_0x1cb012);return _0x435771[_0x5a2765(0x21b)]!==0x0?!0x0:(_0x4b4bb4['startColumn']+=_0x435771[_0x5a2765(0x1bc)],_0x4b4bb4[_0x5a2765(0x2b1)]+=_0x435771[_0x5a2765(0x1bc)],!0x1);})?{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden')}:{'m1Prime':_0x3de42d,'m2Prime':_0xf2461f};}},moveColMutationWithSetColVisible={'m1':MoveColsMutation['id'],'m2':SetColVisibleMutation['id'],'handler'(_0x334589,_0x1dd31a){const _0x57523d=_0x2c36f1,_0x37a0c2={'m1Prime':_0x334589,'m2Prime':_0x1dd31a};if(_0x334589[_0x57523d(0x19f)][_0x57523d(0x29b)]!==_0x1dd31a['params'][_0x57523d(0x29b)]||_0x334589[_0x57523d(0x19f)]['subUnitId']!==_0x1dd31a[_0x57523d(0x19f)][_0x57523d(0x2a0)])return _0x37a0c2;const _0x197de1=Tools[_0x57523d(0x1e0)](_0x334589),_0x282035=Tools[_0x57523d(0x1e0)](_0x1dd31a),{ranges:_0x2b5404}=_0x282035[_0x57523d(0x19f)],{sourceRange:_0x2d0c32,targetRange:_0x5edace}=_0x334589['params'],_0x59398c={'start':_0x2d0c32[_0x57523d(0x308)],'end':_0x2d0c32[_0x57523d(0x2b1)]},_0x5890ca={'start':_0x5edace[_0x57523d(0x308)],'end':_0x5edace['endColumn']};return _0x2b5404[_0x57523d(0x1b2)](_0x2e9a7d=>{const _0x5e36b2=_0x57523d,_0x551a60={'start':_0x2e9a7d[_0x5e36b2(0x308)],'end':_0x2e9a7d[_0x5e36b2(0x2b1)]},_0x48a73a=intersect(_0x59398c,_0x551a60),_0x4d2256=intersect(_0x5890ca,_0x551a60);if(_0x48a73a||_0x4d2256)return!0x0;const _0x58a947=handleBaseMoveRowsCols(_0x59398c,_0x5890ca,_0x551a60);return _0x58a947[_0x5e36b2(0x21b)]!==0x0?!0x0:(_0x2e9a7d[_0x5e36b2(0x308)]+=_0x58a947[_0x5e36b2(0x1bc)],_0x2e9a7d['endColumn']+=_0x58a947[_0x5e36b2(0x1bc)],!0x1);})?{'error':new Error(_0x57523d(0x1ab))}:{'m1Prime':_0x197de1,'m2Prime':_0x282035};}},moveColMutationWithSetNumfmt={'m1':MoveColsMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x8edaa0,_0x5238c7){const _0x1496ec=_0x2c36f1,_0x58ac53={'m1Prime':_0x8edaa0,'m2Prime':_0x5238c7};if(_0x8edaa0[_0x1496ec(0x19f)][_0x1496ec(0x29b)]!==_0x5238c7[_0x1496ec(0x19f)]['unitId']||_0x8edaa0[_0x1496ec(0x19f)][_0x1496ec(0x2a0)]!==_0x5238c7[_0x1496ec(0x19f)]['subUnitId'])return _0x58ac53;const _0x22e2c3=[Tools[_0x1496ec(0x1e0)](_0x8edaa0)],_0x2df4fb=Tools['deepClone'](_0x5238c7),{sourceRange:_0x3337f0,targetRange:_0x546a08}=_0x8edaa0[_0x1496ec(0x19f)],_0x2c57eb={'start':_0x3337f0[_0x1496ec(0x308)],'end':_0x3337f0[_0x1496ec(0x2b1)]},_0x370291={'start':_0x546a08['startColumn'],'end':_0x546a08[_0x1496ec(0x2b1)]},{values:_0x464fc6}=_0x2df4fb[_0x1496ec(0x19f)],_0x55ae17=[];let _0x3a2dc3=!0x1;for(const _0x4bc8e3 in _0x464fc6){const _0x48987a=_0x464fc6[_0x4bc8e3];if(_0x55ae17[_0x1496ec(0x20c)](..._0x48987a[_0x1496ec(0x265)]),_0x48987a['ranges'][_0x1496ec(0x1b2)](_0x438a1c=>{const _0x2fa27d=_0x1496ec,_0x5ae01d={'start':_0x438a1c[_0x2fa27d(0x308)],'end':_0x438a1c[_0x2fa27d(0x2b1)]},_0x1088dd=intersect(_0x2c57eb,_0x5ae01d),_0xc13a24=intersect(_0x370291,_0x5ae01d);if(_0x1088dd||_0xc13a24)return!0x0;const _0x346544=handleBaseMoveRowsCols(_0x2c57eb,_0x370291,_0x5ae01d);return _0x346544['length']!==0x0?!0x0:(_0x346544[_0x2fa27d(0x1bc)]!==0x0&&(_0x3a2dc3=!0x0),_0x438a1c[_0x2fa27d(0x308)]+=_0x346544[_0x2fa27d(0x1bc)],_0x438a1c[_0x2fa27d(0x2b1)]+=_0x346544[_0x2fa27d(0x1bc)],!0x1);}))return{'error':new Error(_0x1496ec(0x26a))};}if(_0x3a2dc3){const _0x588cf4={'id':RemoveNumfmtMutation['id'],'params':{'unitId':_0x5238c7[_0x1496ec(0x19f)][_0x1496ec(0x29b)],'subUnitId':_0x5238c7['params'][_0x1496ec(0x2a0)],'ranges':_0x55ae17}};_0x22e2c3[_0x1496ec(0x20c)](_0x588cf4,_0x2df4fb);}return{'m1Prime':_0x22e2c3,'m2Prime':_0x2df4fb};}},moveColMutationWithSetRangeValues={'m1':MoveColsMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0xf5c1fc,_0x2f79e0){const _0x5e4a81=_0x2c36f1,_0x59ecef={'m1Prime':_0xf5c1fc,'m2Prime':_0x2f79e0};if(_0xf5c1fc[_0x5e4a81(0x19f)][_0x5e4a81(0x29b)]!==_0x2f79e0[_0x5e4a81(0x19f)][_0x5e4a81(0x29b)]||_0xf5c1fc[_0x5e4a81(0x19f)][_0x5e4a81(0x2a0)]!==_0x2f79e0[_0x5e4a81(0x19f)]['subUnitId'])return _0x59ecef;const _0x3de1f5=[Tools[_0x5e4a81(0x1e0)](_0xf5c1fc)],_0x57184d=Tools['deepClone'](_0x2f79e0),_0x180f63=new ObjectMatrix(_0x57184d[_0x5e4a81(0x19f)]['cellValue']),{sourceRange:_0x1c9ca6,targetRange:_0x6137e6}=_0xf5c1fc[_0x5e4a81(0x19f)],_0x41ef80=_0x1c9ca6['startColumn'],_0x22858a=_0x1c9ca6['endColumn']-_0x1c9ca6[_0x5e4a81(0x308)]+0x1,_0x42c283=_0x6137e6[_0x5e4a81(0x308)];_0x180f63[_0x5e4a81(0x2d3)](_0x41ef80,_0x22858a,_0x42c283);const _0x1b00f6=new ObjectMatrix();let _0x4428f1=!0x1;if(_0x180f63['forValue']((_0x2c7dee,_0x427f3d,_0x5d942b)=>{const _0x3098ae=_0x5e4a81;if(_0x5d942b&&_0x5d942b['f']){const _0x2a5a7e=_0x5d942b['f'];let _0x47a1f9=!0x1;const _0x24b027=processFormulaString(_0xf5c1fc[_0x3098ae(0x19f)][_0x3098ae(0x29b)],_0xf5c1fc[_0x3098ae(0x19f)][_0x3098ae(0x2a0)],_0x2a5a7e,_0x1fc6df=>{const _0xc1bdc7=_0x3098ae,_0x3d11d3=handleBaseMoveRowsCols({'start':_0xf5c1fc[_0xc1bdc7(0x19f)][_0xc1bdc7(0x1f8)]['startColumn'],'end':_0xf5c1fc['params']['sourceRange'][_0xc1bdc7(0x2b1)]},{'start':_0xf5c1fc[_0xc1bdc7(0x19f)][_0xc1bdc7(0x236)][_0xc1bdc7(0x308)],'end':_0xf5c1fc[_0xc1bdc7(0x19f)]['targetRange'][_0xc1bdc7(0x2b1)]},{'start':_0x1fc6df['startColumn'],'end':_0x1fc6df[_0xc1bdc7(0x2b1)]});return(_0x3d11d3[_0xc1bdc7(0x1bc)]!==0x0||_0x3d11d3['length']!==0x0)&&(_0x47a1f9=!0x0,_0x1fc6df[_0xc1bdc7(0x308)]+=_0x3d11d3['step'],_0x1fc6df[_0xc1bdc7(0x2b1)]+=_0x3d11d3[_0xc1bdc7(0x1bc)]+_0x3d11d3[_0xc1bdc7(0x21b)]),_0x1fc6df;});_0x47a1f9&&(_0x4428f1=!0x0,_0x5d942b['f']=_0x24b027,_0x1b00f6[_0x3098ae(0x2d0)](_0x2c7dee,_0x427f3d,{..._0x5d942b}));}}),_0x4428f1){const _0x44140c={'id':SetRangeValuesMutation['id'],'params':{'unitId':_0x2f79e0[_0x5e4a81(0x19f)]['unitId'],'subUnitId':_0x2f79e0['params'][_0x5e4a81(0x2a0)],'cellValue':_0x1b00f6[_0x5e4a81(0x260)]()}};_0x3de1f5['push'](_0x44140c);}return _0x57184d[_0x5e4a81(0x19f)][_0x5e4a81(0x2d2)]=_0x180f63[_0x5e4a81(0x260)](),{'m1Prime':_0x3de1f5,'m2Prime':_0x57184d};}},moveColMutationWithSetSelection={'m1':MoveColsMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0x245f0f,_0x3d4e8f){const _0xa419ba=_0x2c36f1,_0x3a2285={'m1Prime':[],'m2Prime':[]};if(_0x245f0f['params'][_0xa419ba(0x29b)]!==_0x3d4e8f[_0xa419ba(0x19f)][_0xa419ba(0x29b)]||_0x245f0f[_0xa419ba(0x19f)][_0xa419ba(0x2a0)]!==_0x3d4e8f[_0xa419ba(0x19f)][_0xa419ba(0x2a0)])return _0x3a2285;const _0x2b9739=Tools[_0xa419ba(0x1e0)](_0x3d4e8f);let _0x245ed9=!0x1;return _0x2b9739[_0xa419ba(0x19f)][_0xa419ba(0x199)]['forEach'](_0xb4e2bc=>{const _0x4f61e4=_0xa419ba,{range:_0x410d35,primary:_0x5b985e}=_0xb4e2bc,_0x1f4031=handleBaseMoveRowsCols({'start':_0x245f0f['params']['sourceRange']['startColumn'],'end':_0x245f0f[_0x4f61e4(0x19f)][_0x4f61e4(0x1f8)]['endColumn']},{'start':_0x245f0f[_0x4f61e4(0x19f)]['targetRange'][_0x4f61e4(0x308)],'end':_0x245f0f[_0x4f61e4(0x19f)][_0x4f61e4(0x236)][_0x4f61e4(0x2b1)]},{'start':_0x410d35[_0x4f61e4(0x308)],'end':_0x410d35[_0x4f61e4(0x2b1)]});if(_0x1f4031[_0x4f61e4(0x21b)]||_0x1f4031[_0x4f61e4(0x1bc)]){if(_0x410d35[_0x4f61e4(0x308)]+=_0x1f4031[_0x4f61e4(0x1bc)],_0x410d35[_0x4f61e4(0x2b1)]+=_0x1f4031[_0x4f61e4(0x1bc)]+(_0x1f4031[_0x4f61e4(0x21b)]||0x0),_0x5b985e){const _0x1df46d=handleBaseMoveRowsCols({'start':_0x245f0f['params'][_0x4f61e4(0x1f8)]['startColumn'],'end':_0x245f0f[_0x4f61e4(0x19f)][_0x4f61e4(0x1f8)][_0x4f61e4(0x2b1)]},{'start':_0x245f0f[_0x4f61e4(0x19f)][_0x4f61e4(0x236)][_0x4f61e4(0x308)],'end':_0x245f0f[_0x4f61e4(0x19f)][_0x4f61e4(0x236)][_0x4f61e4(0x2b1)]},{'start':_0x5b985e[_0x4f61e4(0x308)],'end':_0x5b985e[_0x4f61e4(0x2b1)]});(_0x1df46d['length']||_0x1df46d[_0x4f61e4(0x1bc)])&&(_0x5b985e[_0x4f61e4(0x308)]+=_0x1df46d['step'],_0x5b985e[_0x4f61e4(0x2b1)]+=_0x1df46d[_0x4f61e4(0x1bc)],_0x5b985e['actualColumn']+=_0x1df46d[_0x4f61e4(0x1bc)]);}_0x245ed9=!0x0;}}),_0x245ed9&&_0x3a2285['m2Prime'][_0xa419ba(0x20c)](_0x2b9739),_0x3a2285;}},moveColMutationWithSetSheetsFilterCriteria={'m1':MoveColsMutation['id'],'m2':SetSheetsFilterCriteriaMutation['id'],'handler'(_0x382d03,_0x53a998){const _0x118c6b=_0x2c36f1,_0x1ea45d={'m1Prime':_0x382d03,'m2Prime':_0x53a998};if(_0x382d03[_0x118c6b(0x19f)]['unitId']!==_0x53a998['params'][_0x118c6b(0x29b)]||_0x382d03['params'][_0x118c6b(0x2a0)]!==_0x53a998['params']['subUnitId'])return _0x1ea45d;const _0x1fa53b=Tools['deepClone'](_0x382d03),_0x1e2cb1=Tools[_0x118c6b(0x1e0)](_0x53a998),_0x558292=handleBaseMoveRowsCols({'start':_0x382d03[_0x118c6b(0x19f)][_0x118c6b(0x1f8)]['startColumn'],'end':_0x382d03['params'][_0x118c6b(0x1f8)]['endColumn']},{'start':_0x382d03['params'][_0x118c6b(0x236)][_0x118c6b(0x308)],'end':_0x382d03[_0x118c6b(0x19f)]['targetRange'][_0x118c6b(0x2b1)]},{'start':_0x53a998[_0x118c6b(0x19f)]['col'],'end':_0x53a998[_0x118c6b(0x19f)][_0x118c6b(0x179)]});if(_0x558292['step']===0x0)return _0x1ea45d;_0x1e2cb1['params'][_0x118c6b(0x179)]+=_0x558292['step'],_0x1e2cb1['params']['criteria']&&(_0x1e2cb1['params'][_0x118c6b(0x22f)][_0x118c6b(0x16b)]+=_0x558292[_0x118c6b(0x1bc)]);const _0x51bd80=Tools['deepClone'](_0x53a998);return _0x51bd80['params']['criteria']=null,{'m1Prime':[_0x51bd80,_0x1e2cb1,_0x1fa53b],'m2Prime':[_0x1e2cb1]};}},moveColMutationWithSetSheetsFilterRange={'m1':MoveColsMutation['id'],'m2':SetSheetsFilterRangeMutation['id'],'handler'(_0x57fafc,_0xbc3093){const _0xf1f4c9=_0x2c36f1,_0x558df0={'m1Prime':[_0x57fafc],'m2Prime':[_0xbc3093]};if(_0x57fafc[_0xf1f4c9(0x19f)][_0xf1f4c9(0x29b)]!==_0xbc3093[_0xf1f4c9(0x19f)][_0xf1f4c9(0x29b)]||_0x57fafc[_0xf1f4c9(0x19f)][_0xf1f4c9(0x2a0)]!==_0xbc3093['params']['subUnitId'])return _0x558df0;const _0xc5b756=Tools[_0xf1f4c9(0x1e0)](_0x57fafc),_0x5d5d27=Tools[_0xf1f4c9(0x1e0)](_0xbc3093),_0x529268=handleBaseMoveRowsCols({'start':_0x57fafc[_0xf1f4c9(0x19f)][_0xf1f4c9(0x1f8)][_0xf1f4c9(0x308)],'end':_0x57fafc['params'][_0xf1f4c9(0x1f8)]['endColumn']},{'start':_0x57fafc[_0xf1f4c9(0x19f)][_0xf1f4c9(0x236)][_0xf1f4c9(0x308)],'end':_0x57fafc[_0xf1f4c9(0x19f)][_0xf1f4c9(0x236)][_0xf1f4c9(0x2b1)]},{'start':_0xbc3093[_0xf1f4c9(0x19f)][_0xf1f4c9(0x20d)][_0xf1f4c9(0x308)],'end':_0xbc3093[_0xf1f4c9(0x19f)][_0xf1f4c9(0x20d)][_0xf1f4c9(0x2b1)]});return _0x5d5d27[_0xf1f4c9(0x19f)][_0xf1f4c9(0x20d)][_0xf1f4c9(0x308)]+=_0x529268['step'],_0x5d5d27[_0xf1f4c9(0x19f)][_0xf1f4c9(0x20d)][_0xf1f4c9(0x2b1)]+=_0x529268[_0xf1f4c9(0x1bc)]+_0x529268['length'],{'m1Prime':[_0x5d5d27,_0xc5b756],'m2Prime':[_0x5d5d27]};}},moveColMutationWithSetWorksheetColWidth={'m1':MoveColsMutation['id'],'m2':SetWorksheetColWidthMutation['id'],'handler'(_0xca43ec,_0x39a128){const _0x436343=_0x2c36f1,_0x4deebe={'m1Prime':_0xca43ec,'m2Prime':_0x39a128};if(_0xca43ec[_0x436343(0x19f)][_0x436343(0x29b)]!==_0x39a128[_0x436343(0x19f)][_0x436343(0x29b)]||_0xca43ec[_0x436343(0x19f)]['subUnitId']!==_0x39a128[_0x436343(0x19f)][_0x436343(0x2a0)])return _0x4deebe;const _0x5af4c8=Tools[_0x436343(0x1e0)](_0xca43ec),_0xfcb7fa=Tools[_0x436343(0x1e0)](_0x39a128),{ranges:_0x437fe3,colWidth:_0x510a61}=_0xfcb7fa[_0x436343(0x19f)],{sourceRange:_0x531e0a,targetRange:_0x37a28b}=_0xca43ec[_0x436343(0x19f)],_0x197af0={'start':_0x531e0a[_0x436343(0x308)],'end':_0x531e0a['endColumn']},_0x529e30={'start':_0x37a28b['startColumn'],'end':_0x37a28b[_0x436343(0x2b1)]};return _0x437fe3[_0x436343(0x1b2)](_0x4ddec4=>{const _0x2fea07=_0x436343,_0x12c1ad={'start':_0x4ddec4['startColumn'],'end':_0x4ddec4[_0x2fea07(0x2b1)]},_0x347259=handleBaseMoveRowsCols(_0x197af0,_0x529e30,_0x12c1ad);return _0x347259[_0x2fea07(0x21b)]!==0x0?!0x0:(_0x4ddec4[_0x2fea07(0x308)]+=_0x347259[_0x2fea07(0x1bc)],_0x4ddec4[_0x2fea07(0x2b1)]+=_0x347259[_0x2fea07(0x1bc)],!0x1);})?{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')}:(typeof _0x510a61!=_0x436343(0x2b6)&&moveMatrixArray(_0x531e0a[_0x436343(0x308)],_0x531e0a[_0x436343(0x2b1)]-_0x531e0a[_0x436343(0x308)]+0x1,_0x37a28b[_0x436343(0x308)],_0x510a61),{'m1Prime':_0x5af4c8,'m2Prime':_0xfcb7fa});}},moveColsWithUpdateCommentRef={'m1':MoveColsMutation['id'],'m2':UpdateCommentRefMutation['id'],'handler':__name((_0x1a25d4,_0x638432)=>{const _0x143c40=_0x2c36f1,_0x1dda7f={'m1Prime':_0x1a25d4,'m2Prime':_0x638432};if(_0x1a25d4[_0x143c40(0x19f)][_0x143c40(0x29b)]!==_0x638432['params'][_0x143c40(0x29b)]||_0x1a25d4[_0x143c40(0x19f)]['subUnitId']!==_0x638432[_0x143c40(0x19f)]['subUnitId'])return _0x1dda7f;const _0x3fb19c={'id':MoveColsCommand['id'],'params':{'unitId':_0x1a25d4['params'][_0x143c40(0x29b)],'subUnitId':_0x1a25d4[_0x143c40(0x19f)]['subUnitId'],'fromRange':_0x1a25d4[_0x143c40(0x19f)][_0x143c40(0x1f8)],'toRange':_0x1a25d4[_0x143c40(0x19f)][_0x143c40(0x236)]}},_0x3b41e6=transformUpdateCommentRefWithRefRange(_0x638432,_0x3fb19c);return{'m1Prime':[_0x1a25d4,..._0x3b41e6],'m2Prime':[_0x638432,..._0x3b41e6]};},_0x2c36f1(0x281))},moveConditionalFormattingRuleMutationWithSelf={'m1':MoveConditionalRuleMutation['id'],'m2':MoveConditionalRuleMutation['id'],'handler'(_0x275018,_0x3046f6){const _0x3e59cd=_0x2c36f1;return _0x275018[_0x3e59cd(0x19f)][_0x3e59cd(0x29b)]!==_0x3046f6['params']['unitId']||_0x275018[_0x3e59cd(0x19f)][_0x3e59cd(0x2a0)]!==_0x3046f6[_0x3e59cd(0x19f)]['subUnitId']?{'m1Prime':_0x275018,'m2Prime':_0x3046f6}:{'error':new Error(_0x3e59cd(0x1f3))};}},moveRangeMutationWithAddMerge={'m1':MoveRangeMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0xdad1af,_0x1943ca){const _0x59a284=_0x2c36f1,_0x28583f=addWorksheetMergeMutationWithMoveRangeMutation[_0x59a284(0x281)](_0x1943ca,_0xdad1af);return isTransformMutationSuccess(_0x28583f)?{'m1Prime':_0x28583f[_0x59a284(0x2ea)],'m2Prime':_0x28583f[_0x59a284(0x149)]}:_0x28583f;}},moveRangeMutationWithSelf={'m1':MoveRangeMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x1d1c2a,_0x509039){const _0x36b666=_0x2c36f1,_0x165bff={'m1Prime':_0x1d1c2a,'m2Prime':_0x509039};if(_0x1d1c2a['params'][_0x36b666(0x29b)]!==_0x509039[_0x36b666(0x19f)][_0x36b666(0x29b)])return _0x165bff;const _0x435da6=new ObjectMatrix(_0x1d1c2a[_0x36b666(0x19f)][_0x36b666(0x312)][_0x36b666(0x300)])[_0x36b666(0x280)](),_0xa6f957=new ObjectMatrix(_0x509039[_0x36b666(0x19f)]['from'][_0x36b666(0x300)])[_0x36b666(0x280)](),_0x45abe3=new ObjectMatrix(_0x1d1c2a[_0x36b666(0x19f)]['to'][_0x36b666(0x300)])[_0x36b666(0x280)](),_0xe50612=new ObjectMatrix(_0x509039['params']['to'][_0x36b666(0x300)])['getDataRange']();return _0x1d1c2a[_0x36b666(0x19f)][_0x36b666(0x312)][_0x36b666(0x2a0)]===_0x509039['params'][_0x36b666(0x312)][_0x36b666(0x2a0)]&&Rectangle['intersects'](_0x435da6,_0xa6f957)||_0x1d1c2a['params']['to'][_0x36b666(0x2a0)]===_0x509039[_0x36b666(0x19f)]['to']['subUnitId']&&Rectangle[_0x36b666(0x1f7)](_0x45abe3,_0xe50612)||_0x1d1c2a['params']['from'][_0x36b666(0x2a0)]===_0x509039[_0x36b666(0x19f)]['to'][_0x36b666(0x2a0)]&&Rectangle[_0x36b666(0x1f7)](_0x435da6,_0xe50612)||_0x1d1c2a[_0x36b666(0x19f)]['to']['subUnitId']===_0x509039[_0x36b666(0x19f)][_0x36b666(0x312)][_0x36b666(0x2a0)]&&Rectangle['intersects'](_0x45abe3,_0xa6f957)?{'error':new Error('Two\x20move-range\x20mutations\x20have\x20an\x20overlapping\x20range.')}:_0x165bff;}},moveRangeMutationWithRemoveNumfmt={'m1':MoveRangeMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x1b4c4e,_0x52f567){const _0x4dbee4=_0x2c36f1,_0x3e743a={'m1Prime':_0x1b4c4e,'m2Prime':_0x52f567};if(_0x1b4c4e[_0x4dbee4(0x19f)][_0x4dbee4(0x29b)]!==_0x52f567['params'][_0x4dbee4(0x29b)]||_0x1b4c4e[_0x4dbee4(0x19f)][_0x4dbee4(0x312)]['subUnitId']!==_0x52f567[_0x4dbee4(0x19f)][_0x4dbee4(0x2a0)]&&_0x1b4c4e[_0x4dbee4(0x19f)]['to'][_0x4dbee4(0x2a0)]!==_0x52f567[_0x4dbee4(0x19f)][_0x4dbee4(0x2a0)])return _0x3e743a;const _0x14ffd0=new ObjectMatrix(_0x1b4c4e[_0x4dbee4(0x19f)][_0x4dbee4(0x312)][_0x4dbee4(0x300)])[_0x4dbee4(0x280)](),_0x3777a1=new ObjectMatrix(_0x1b4c4e[_0x4dbee4(0x19f)]['to'][_0x4dbee4(0x300)])[_0x4dbee4(0x280)]();return _0x1b4c4e[_0x4dbee4(0x19f)][_0x4dbee4(0x312)]['subUnitId']===_0x52f567[_0x4dbee4(0x19f)][_0x4dbee4(0x2a0)]&&_0x52f567[_0x4dbee4(0x19f)]['ranges']['some'](_0x2991d1=>Rectangle[_0x4dbee4(0x1f7)](_0x2991d1,_0x14ffd0))?{'error':new Error(_0x4dbee4(0x301))}:_0x1b4c4e[_0x4dbee4(0x19f)]['to']['subUnitId']===_0x52f567[_0x4dbee4(0x19f)][_0x4dbee4(0x2a0)]&&_0x52f567[_0x4dbee4(0x19f)][_0x4dbee4(0x265)][_0x4dbee4(0x1b2)](_0x567fd5=>Rectangle[_0x4dbee4(0x1f7)](_0x567fd5,_0x3777a1))?{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt')}:_0x3e743a;}},moveRangeMutationWithReorderRange={'m1':MoveRangeMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x485578,_0x459484){const _0x5a0ebf=_0x2c36f1,_0x5665cc={'m1Prime':_0x485578,'m2Prime':_0x459484};if(_0x485578[_0x5a0ebf(0x19f)]['unitId']!==_0x459484[_0x5a0ebf(0x19f)][_0x5a0ebf(0x29b)]||_0x485578[_0x5a0ebf(0x19f)][_0x5a0ebf(0x312)]['subUnitId']!==_0x459484[_0x5a0ebf(0x19f)][_0x5a0ebf(0x2a0)]&&_0x485578[_0x5a0ebf(0x19f)]['to'][_0x5a0ebf(0x2a0)]!==_0x459484[_0x5a0ebf(0x19f)][_0x5a0ebf(0x2a0)])return _0x5665cc;if(_0x485578[_0x5a0ebf(0x19f)]['from'][_0x5a0ebf(0x2a0)]===_0x459484['params'][_0x5a0ebf(0x2a0)]){const _0x32a78c=new ObjectMatrix(_0x485578[_0x5a0ebf(0x19f)][_0x5a0ebf(0x312)][_0x5a0ebf(0x300)])[_0x5a0ebf(0x280)]();if(Rectangle[_0x5a0ebf(0x1f7)](_0x32a78c,_0x459484[_0x5a0ebf(0x19f)][_0x5a0ebf(0x20d)]))return{'error':new Error(_0x5a0ebf(0x195))};}if(_0x485578[_0x5a0ebf(0x19f)]['to'][_0x5a0ebf(0x2a0)]===_0x459484[_0x5a0ebf(0x19f)][_0x5a0ebf(0x2a0)]){const _0x7035f8=new ObjectMatrix(_0x485578[_0x5a0ebf(0x19f)]['to']['value'])[_0x5a0ebf(0x280)]();if(Rectangle['intersects'](_0x7035f8,_0x459484['params'][_0x5a0ebf(0x20d)]))return{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20reorder\x20range')};}return _0x5665cc;}},moveRangeMutationWithSetNumfmt={'m1':MoveRangeMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x30cb0d,_0x44dfba){const _0x25a804=_0x2c36f1,_0x2d91d7={'m1Prime':_0x30cb0d,'m2Prime':_0x44dfba};if(_0x30cb0d[_0x25a804(0x19f)][_0x25a804(0x29b)]!==_0x44dfba[_0x25a804(0x19f)][_0x25a804(0x29b)]||_0x30cb0d[_0x25a804(0x19f)]['from']['subUnitId']!==_0x44dfba[_0x25a804(0x19f)][_0x25a804(0x2a0)]&&_0x30cb0d[_0x25a804(0x19f)]['to'][_0x25a804(0x2a0)]!==_0x44dfba[_0x25a804(0x19f)]['subUnitId'])return _0x2d91d7;const _0x4bdca6=new ObjectMatrix(_0x30cb0d[_0x25a804(0x19f)][_0x25a804(0x312)]['value'])[_0x25a804(0x280)](),_0x45cd71=new ObjectMatrix(_0x30cb0d[_0x25a804(0x19f)]['to']['value'])['getDataRange']();if(_0x30cb0d['params'][_0x25a804(0x312)][_0x25a804(0x2a0)]===_0x44dfba[_0x25a804(0x19f)]['subUnitId']){const {values:_0x165936}=_0x44dfba['params'];for(const _0x13789d in _0x165936)if(_0x165936[_0x13789d]['ranges'][_0x25a804(0x1b2)](_0x33b0a4=>Rectangle[_0x25a804(0x1f7)](_0x33b0a4,_0x4bdca6)))return{'error':new Error(_0x25a804(0x301))};}if(_0x30cb0d['params']['to'][_0x25a804(0x2a0)]===_0x44dfba[_0x25a804(0x19f)][_0x25a804(0x2a0)]){const {values:_0x5e0715}=_0x44dfba[_0x25a804(0x19f)];for(const _0x386ac4 in _0x5e0715)if(_0x5e0715[_0x386ac4][_0x25a804(0x265)]['some'](_0x4502b8=>Rectangle[_0x25a804(0x1f7)](_0x4502b8,_0x45cd71)))return{'error':new Error(_0x25a804(0x301))};}return _0x2d91d7;}},moveRowWithAddComment={'m1':MoveRowsMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x479ded,_0x346f82)=>{const _0x25182d=_0x2c36f1,_0x7c267c={'m1Prime':_0x479ded,'m2Prime':_0x346f82};if(_0x479ded[_0x25182d(0x19f)][_0x25182d(0x29b)]!==_0x346f82[_0x25182d(0x19f)]['unitId']||_0x479ded[_0x25182d(0x19f)][_0x25182d(0x2a0)]!==_0x346f82['params']['subUnitId'])return _0x7c267c;const _0x1ba437={'id':MoveRowsCommand['id'],'params':{'unitId':_0x479ded[_0x25182d(0x19f)][_0x25182d(0x29b)],'subUnitId':_0x479ded['params']['subUnitId'],'fromRange':_0x479ded['params']['sourceRange'],'toRange':_0x479ded[_0x25182d(0x19f)][_0x25182d(0x236)]}},_0x554ea4=transformAddCommentWithRefRange(_0x346f82,_0x1ba437);return{'m1Prime':[_0x479ded,..._0x554ea4],'m2Prime':[_0x346f82,..._0x554ea4]};},'handler')},moveRowMutationWithAddDataValidation={'m1':MoveRowsMutation['id'],'m2':AddDataValidationMutation['id'],'handler'(_0x507bb8,_0x57a9df){const _0x68ee5f=_0x2c36f1,_0xe7fa0c={'m1Prime':_0x507bb8,'m2Prime':_0x57a9df};if(_0x507bb8[_0x68ee5f(0x19f)][_0x68ee5f(0x29b)]!==_0x57a9df['params'][_0x68ee5f(0x29b)]||_0x507bb8[_0x68ee5f(0x19f)]['subUnitId']!==_0x57a9df[_0x68ee5f(0x19f)][_0x68ee5f(0x2a0)])return _0xe7fa0c;const _0xf4b7={'id':MoveRowsCommand['id'],'params':{'fromRange':_0x507bb8[_0x68ee5f(0x19f)][_0x68ee5f(0x1f8)],'toRange':_0x507bb8['params']['targetRange']}},_0xb8ce6f=transformAddDataValidationWithRefRange(_0x57a9df,_0xf4b7);return{'m1Prime':[_0x507bb8,..._0xb8ce6f],'m2Prime':[_0x57a9df,..._0xb8ce6f]};}},moveRowsMutationWithAddMerge={'m1':MoveRowsMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x532a0d,_0x29e9f1){const _0x33dc57=_0x2c36f1,_0x52bb17=addWorksheetMergeMutationWithMoveRowMutation[_0x33dc57(0x281)](_0x29e9f1,_0x532a0d);return isTransformMutationSuccess(_0x52bb17)?{'m1Prime':_0x52bb17[_0x33dc57(0x2ea)],'m2Prime':_0x52bb17['m1Prime']}:_0x52bb17;}},moveRowMutationWithMoveRange={'m1':MoveRowsMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x2c259a,_0xa67320){const _0x1dab52=_0x2c36f1,_0x1d9b14={'m1Prime':_0x2c259a,'m2Prime':_0xa67320};if(_0x2c259a[_0x1dab52(0x19f)][_0x1dab52(0x29b)]!==_0xa67320[_0x1dab52(0x19f)][_0x1dab52(0x29b)]||_0x2c259a['params'][_0x1dab52(0x2a0)]!==_0xa67320['params'][_0x1dab52(0x312)][_0x1dab52(0x2a0)]&&_0x2c259a[_0x1dab52(0x19f)][_0x1dab52(0x2a0)]!==_0xa67320[_0x1dab52(0x19f)]['to'][_0x1dab52(0x2a0)])return _0x1d9b14;const _0x93a78d=Tools['deepClone'](_0x2c259a),_0x3ec2e2=Tools[_0x1dab52(0x1e0)](_0xa67320),_0x4b47d9=_0x2c259a[_0x1dab52(0x19f)]['sourceRange'],_0x583099=_0x2c259a[_0x1dab52(0x19f)][_0x1dab52(0x236)];if(_0x2c259a['params'][_0x1dab52(0x2a0)]===_0xa67320[_0x1dab52(0x19f)]['from'][_0x1dab52(0x2a0)]){const _0x33ea6c=new ObjectMatrix(_0x3ec2e2[_0x1dab52(0x19f)][_0x1dab52(0x312)][_0x1dab52(0x300)]),_0xdae751=_0x33ea6c[_0x1dab52(0x280)]();if(intersect({'start':_0x4b47d9[_0x1dab52(0x215)],'end':_0x4b47d9[_0x1dab52(0x2de)]},{'start':_0xdae751[_0x1dab52(0x215)],'end':_0xdae751[_0x1dab52(0x2de)]})||intersect({'start':_0x583099[_0x1dab52(0x215)],'end':_0x583099[_0x1dab52(0x2de)]},{'start':_0xdae751[_0x1dab52(0x215)],'end':_0xdae751[_0x1dab52(0x2de)]}))return{'error':new Error(_0x1dab52(0x2f7))};const _0x549bef=handleBaseMoveRowsCols({'start':_0x4b47d9[_0x1dab52(0x215)],'end':_0x4b47d9[_0x1dab52(0x2de)]},{'start':_0x583099[_0x1dab52(0x215)],'end':_0x583099[_0x1dab52(0x2de)]},{'start':_0xdae751[_0x1dab52(0x215)],'end':_0xdae751[_0x1dab52(0x2de)]});if(_0x549bef['length']!==0x0)return{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20move\x20range')};_0x549bef['step']!==0x0&&_0x33ea6c[_0x1dab52(0x198)](_0x4b47d9[_0x1dab52(0x215)],_0x4b47d9[_0x1dab52(0x2de)]-_0x4b47d9[_0x1dab52(0x215)]+0x1,_0x583099['startRow']),_0x3ec2e2['params'][_0x1dab52(0x312)]['value']=_0x33ea6c[_0x1dab52(0x260)]();}if(_0x2c259a[_0x1dab52(0x19f)][_0x1dab52(0x2a0)]===_0xa67320[_0x1dab52(0x19f)]['to']['subUnitId']){const _0x40fb31=new ObjectMatrix(_0x3ec2e2['params']['to'][_0x1dab52(0x300)]),_0x4b0c3f=_0x40fb31[_0x1dab52(0x280)]();if(intersect({'start':_0x4b47d9['startRow'],'end':_0x4b47d9[_0x1dab52(0x2de)]},{'start':_0x4b0c3f[_0x1dab52(0x215)],'end':_0x4b0c3f[_0x1dab52(0x2de)]})||intersect({'start':_0x583099[_0x1dab52(0x215)],'end':_0x583099[_0x1dab52(0x2de)]},{'start':_0x4b0c3f[_0x1dab52(0x215)],'end':_0x4b0c3f[_0x1dab52(0x2de)]}))return{'error':new Error(_0x1dab52(0x2f7))};const _0x3a6596=handleBaseMoveRowsCols({'start':_0x4b47d9[_0x1dab52(0x215)],'end':_0x4b47d9[_0x1dab52(0x2de)]},{'start':_0x583099[_0x1dab52(0x215)],'end':_0x583099[_0x1dab52(0x2de)]},{'start':_0x4b0c3f[_0x1dab52(0x215)],'end':_0x4b0c3f[_0x1dab52(0x2de)]});if(_0x3a6596[_0x1dab52(0x21b)]!==0x0)return{'error':new Error(_0x1dab52(0x2f7))};_0x3a6596['step']!==0x0&&_0x40fb31['moveRows'](_0x4b47d9[_0x1dab52(0x215)],_0x4b47d9[_0x1dab52(0x2de)]-_0x4b47d9[_0x1dab52(0x215)]+0x1,_0x583099['startRow']),_0x3ec2e2[_0x1dab52(0x19f)]['to'][_0x1dab52(0x300)]=_0x40fb31[_0x1dab52(0x260)]();}return{'m1Prime':_0x93a78d,'m2Prime':_0x3ec2e2};}},moveRowMutationWithSelf={'m1':MoveRowsMutation['id'],'m2':MoveRowsMutation['id'],'handler'(_0x2ee944,_0x259fb7){const _0x45c073=_0x2c36f1,_0x17bea7={'m1Prime':_0x2ee944,'m2Prime':_0x259fb7};if(_0x2ee944[_0x45c073(0x19f)]['unitId']!==_0x259fb7[_0x45c073(0x19f)]['unitId']||_0x2ee944['params'][_0x45c073(0x2a0)]!==_0x259fb7['params'][_0x45c073(0x2a0)])return _0x17bea7;const _0x58ab2a=Tools[_0x45c073(0x1e0)](_0x2ee944),_0x520ca3=Tools[_0x45c073(0x1e0)](_0x259fb7),_0x2442cb=_0x259fb7[_0x45c073(0x19f)][_0x45c073(0x1f8)],_0x2b49cb=_0x259fb7[_0x45c073(0x19f)][_0x45c073(0x236)],_0x146d0f=_0x2ee944[_0x45c073(0x19f)]['sourceRange'],_0x5d45f4=_0x2ee944[_0x45c073(0x19f)][_0x45c073(0x236)];if(_0x146d0f['endRow']>=_0x2442cb[_0x45c073(0x215)]&&_0x146d0f['startRow']<=_0x2442cb['endRow'])return{'error':new Error(_0x45c073(0x2ce))};const _0x4bc158=handleBaseMoveRowsCols({'start':_0x146d0f[_0x45c073(0x215)],'end':_0x146d0f[_0x45c073(0x2de)]},{'start':_0x5d45f4[_0x45c073(0x215)],'end':_0x5d45f4[_0x45c073(0x2de)]},{'start':_0x2442cb[_0x45c073(0x215)],'end':_0x2442cb[_0x45c073(0x2de)]}),_0x2012e0=handleBaseMoveRowsCols({'start':_0x146d0f['startRow'],'end':_0x146d0f[_0x45c073(0x2de)]},{'start':_0x5d45f4[_0x45c073(0x215)],'end':_0x5d45f4['endRow']},{'start':_0x2b49cb[_0x45c073(0x215)],'end':_0x2b49cb[_0x45c073(0x2de)]});_0x4bc158&&_0x2012e0?(_0x520ca3[_0x45c073(0x19f)][_0x45c073(0x1f8)]['startRow']+=_0x4bc158['step'],_0x520ca3[_0x45c073(0x19f)][_0x45c073(0x1f8)]['endRow']+=_0x4bc158[_0x45c073(0x1bc)]+(_0x4bc158[_0x45c073(0x21b)]||0x0),_0x520ca3[_0x45c073(0x19f)][_0x45c073(0x236)][_0x45c073(0x215)]+=_0x2012e0[_0x45c073(0x1bc)],_0x520ca3[_0x45c073(0x19f)][_0x45c073(0x236)][_0x45c073(0x2de)]+=_0x2012e0[_0x45c073(0x1bc)]+(_0x2012e0[_0x45c073(0x21b)]||0x0)):_0x520ca3['id']=EmptyMutation['id'];const _0x41b71d=handleBaseMoveRowsCols({'start':_0x2442cb[_0x45c073(0x215)],'end':_0x2442cb[_0x45c073(0x2de)]},{'start':_0x2b49cb[_0x45c073(0x215)],'end':_0x2b49cb[_0x45c073(0x2de)]},{'start':_0x146d0f[_0x45c073(0x215)],'end':_0x146d0f[_0x45c073(0x2de)]}),_0x432c2f=handleBaseMoveRowsCols({'start':_0x2442cb['startRow'],'end':_0x2442cb['endRow']},{'start':_0x2b49cb[_0x45c073(0x215)],'end':_0x2b49cb[_0x45c073(0x2de)]},{'start':_0x5d45f4[_0x45c073(0x215)],'end':_0x5d45f4[_0x45c073(0x2de)]});return _0x41b71d&&_0x432c2f?(_0x58ab2a[_0x45c073(0x19f)][_0x45c073(0x1f8)][_0x45c073(0x215)]+=_0x41b71d['step'],_0x58ab2a['params'][_0x45c073(0x1f8)][_0x45c073(0x2de)]+=_0x41b71d['step']+(_0x41b71d[_0x45c073(0x21b)]||0x0),_0x58ab2a['params'][_0x45c073(0x236)][_0x45c073(0x215)]+=_0x432c2f[_0x45c073(0x1bc)],_0x58ab2a[_0x45c073(0x19f)][_0x45c073(0x236)]['endRow']+=_0x432c2f[_0x45c073(0x1bc)]+(_0x432c2f[_0x45c073(0x21b)]||0x0)):_0x58ab2a['id']=EmptyMutation['id'],{'m1Prime':_0x58ab2a,'m2Prime':_0x520ca3};}},moveRowMutationWithRemoveNumfmt={'m1':MoveRowsMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x5cd1db,_0x32408d){const _0x58574=_0x2c36f1,_0x22899c={'m1Prime':_0x5cd1db,'m2Prime':_0x32408d};if(_0x5cd1db['params'][_0x58574(0x29b)]!==_0x32408d[_0x58574(0x19f)][_0x58574(0x29b)]||_0x5cd1db[_0x58574(0x19f)][_0x58574(0x2a0)]!==_0x32408d['params'][_0x58574(0x2a0)])return _0x22899c;const _0x193ea3=Tools[_0x58574(0x1e0)](_0x5cd1db),_0x65bb93=Tools['deepClone'](_0x32408d),{sourceRange:_0x495b0a,targetRange:_0x4d828f}=_0x5cd1db[_0x58574(0x19f)],_0x3a6e9c={'start':_0x495b0a['startRow'],'end':_0x495b0a[_0x58574(0x2de)]},_0x590ae7={'start':_0x4d828f[_0x58574(0x215)],'end':_0x4d828f['endRow']};return _0x65bb93['params'][_0x58574(0x265)]['some'](_0x348dae=>{const _0x48c707=_0x58574,_0x4ea5d2={'start':_0x348dae['startRow'],'end':_0x348dae[_0x48c707(0x2de)]},_0x2f4e67=intersect(_0x3a6e9c,_0x4ea5d2),_0x403b9a=intersect(_0x590ae7,_0x4ea5d2);if(_0x2f4e67||_0x403b9a)return!0x0;const _0x5d9ff9=handleBaseMoveRowsCols(_0x3a6e9c,_0x590ae7,_0x4ea5d2);return _0x5d9ff9['length']!==0x0?!0x0:(_0x348dae['startRow']+=_0x5d9ff9[_0x48c707(0x1bc)],_0x348dae[_0x48c707(0x2de)]+=_0x5d9ff9[_0x48c707(0x1bc)],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x193ea3,'m2Prime':_0x65bb93};}},moveRowMutationWithRemoveWorksheetMerge={'m1':MoveRowsMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0xdf3467,_0x1bd058){const _0x23b4c7=_0x2c36f1,_0x5829c9=Tools[_0x23b4c7(0x1e0)](_0xdf3467),_0x1a1c50=Tools[_0x23b4c7(0x1e0)](_0x1bd058);if(_0xdf3467[_0x23b4c7(0x19f)][_0x23b4c7(0x29b)]!==_0x1bd058[_0x23b4c7(0x19f)]['unitId']||_0xdf3467['params'][_0x23b4c7(0x2a0)]!==_0x1bd058[_0x23b4c7(0x19f)]['subUnitId'])return{'m1Prime':_0x5829c9,'m2Prime':_0x1a1c50};const _0x5ebd03=_0x1a1c50[_0x23b4c7(0x19f)][_0x23b4c7(0x265)]['reduce']((_0x3c1bf5,_0xa3af75)=>{const _0x2ca75f=_0x23b4c7,{sourceRange:_0x304b7b,targetRange:_0x589594}=_0xdf3467[_0x2ca75f(0x19f)],_0x29f46a={..._0xa3af75};return _0x304b7b[_0x2ca75f(0x2de)]<_0x29f46a[_0x2ca75f(0x215)]&&_0x589594[_0x2ca75f(0x215)]>_0x29f46a['endRow']?(_0x29f46a[_0x2ca75f(0x215)]-=_0x304b7b[_0x2ca75f(0x2de)]-_0x304b7b['startRow']+0x1,_0x29f46a[_0x2ca75f(0x2de)]-=_0x304b7b[_0x2ca75f(0x2de)]-_0x304b7b['startRow']+0x1,isMergeCell(_0x29f46a)&&_0x3c1bf5[_0x2ca75f(0x20c)](_0x29f46a)):_0x304b7b[_0x2ca75f(0x215)]>_0x29f46a[_0x2ca75f(0x2de)]&&_0x589594[_0x2ca75f(0x2de)]<_0x29f46a[_0x2ca75f(0x215)]?(_0x29f46a['startRow']+=_0x304b7b[_0x2ca75f(0x2de)]-_0x304b7b['startRow']+0x1,_0x29f46a[_0x2ca75f(0x2de)]+=_0x304b7b['endRow']-_0x304b7b[_0x2ca75f(0x215)]+0x1,isMergeCell(_0x29f46a)&&_0x3c1bf5[_0x2ca75f(0x20c)](_0x29f46a)):Rectangle[_0x2ca75f(0x1f7)](_0x29f46a,_0x304b7b)||Rectangle[_0x2ca75f(0x1f7)](_0x29f46a,_0x589594)||_0x3c1bf5['push'](_0x29f46a),_0x3c1bf5;},[]);return _0x1a1c50[_0x23b4c7(0x19f)][_0x23b4c7(0x265)]=_0x5ebd03,_0x1a1c50['params']['ranges'][_0x23b4c7(0x21b)]===0x0&&(_0x1a1c50['id']=EmptyMutation['id']),{'m1Prime':_0x5829c9,'m2Prime':_0x1a1c50};}},moveRowMutationWithReorderRange={'m1':MoveRowsMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x1b6f03,_0x5c555f){const _0x4df718=_0x2c36f1;var _0x59377a;const _0x1f48a0={'m1Prime':_0x1b6f03,'m2Prime':_0x5c555f};if(_0x1b6f03['params'][_0x4df718(0x29b)]!==_0x5c555f[_0x4df718(0x19f)][_0x4df718(0x29b)]||_0x1b6f03[_0x4df718(0x19f)][_0x4df718(0x2a0)]!==_0x5c555f[_0x4df718(0x19f)][_0x4df718(0x2a0)])return _0x1f48a0;const _0x3040f3=orderMapGenerator(_0x1b6f03[_0x4df718(0x19f)][_0x4df718(0x1f8)],_0x1b6f03[_0x4df718(0x19f)]['targetRange']),_0x30c576=Tools[_0x4df718(0x1e0)](_0x5c555f),{range:_0x138928}=_0x30c576['params'],_0x26c072=Array[_0x4df718(0x312)]({'length':_0x138928[_0x4df718(0x2de)]-_0x138928[_0x4df718(0x215)]+0x1},(_0x3e468d,_0x44b4d9)=>_0x44b4d9+_0x138928['startRow']),_0x4be5ca={},_0x5c958d={},_0x4b71cb=Math['min'](_0x1b6f03[_0x4df718(0x19f)][_0x4df718(0x1f8)]['startRow'],_0x1b6f03[_0x4df718(0x19f)][_0x4df718(0x236)]['startRow'],..._0x26c072),_0x1d4cfc=Math[_0x4df718(0x27f)](_0x1b6f03[_0x4df718(0x19f)][_0x4df718(0x1f8)][_0x4df718(0x2de)],_0x1b6f03['params'][_0x4df718(0x236)][_0x4df718(0x2de)],..._0x26c072);for(let _0x22de4d=_0x4b71cb;_0x22de4d<=_0x1d4cfc;_0x22de4d++){const _0x340ac7=_0x22de4d,_0x429826=(_0x59377a=_0x5c555f['params']['order'][_0x22de4d])!=null?_0x59377a:_0x340ac7,_0xcbf016=_0x3040f3(_0x429826);_0x340ac7!==_0xcbf016&&(_0x4be5ca[_0x340ac7]=_0xcbf016),_0x429826!==_0xcbf016&&(_0x5c958d[_0x429826]=_0xcbf016);}_0x30c576[_0x4df718(0x19f)]['order']=_0x4be5ca;const _0x492526=Object[_0x4df718(0x1df)](_0x4be5ca)[_0x4df718(0x270)](Number);_0x138928['startRow']=Math[_0x4df718(0x314)](..._0x492526),_0x138928[_0x4df718(0x2de)]=Math[_0x4df718(0x27f)](..._0x492526);const _0x9062de=[_0x1b6f03],_0x3cbd5c=Object['keys'](_0x5c958d)[_0x4df718(0x270)](Number);return _0x3cbd5c[_0x4df718(0x21b)]>0x0&&_0x9062de[_0x4df718(0x24c)]({'id':ReorderRangeMutation['id'],'params':{'unitId':_0x1b6f03[_0x4df718(0x19f)][_0x4df718(0x29b)],'subUnitId':_0x1b6f03[_0x4df718(0x19f)]['subUnitId'],'range':{'startColumn':_0x5c555f['params'][_0x4df718(0x20d)]['startColumn'],'endColumn':_0x5c555f[_0x4df718(0x19f)][_0x4df718(0x20d)][_0x4df718(0x2b1)],'startRow':Math[_0x4df718(0x314)](..._0x3cbd5c),'endRow':Math[_0x4df718(0x27f)](..._0x3cbd5c)},'order':_0x5c958d}}),{'m1Prime':_0x9062de,'m2Prime':_0x30c576};}},orderMapGenerator=__name((_0x2ead8e,_0x220721)=>{const _0x4fd5ff=_0x2c36f1,_0x4ca00c=_0x2ead8e[_0x4fd5ff(0x2de)]-_0x2ead8e[_0x4fd5ff(0x215)]+0x1,_0x321b73=_0x2ead8e[_0x4fd5ff(0x215)],_0x452a44=_0x220721[_0x4fd5ff(0x215)];return _0x549bc1=>{const _0x330606=_0x4fd5ff;if(_0x321b73<=_0x452a44){const _0x46ff73=_0x220721[_0x330606(0x215)]-_0x2ead8e[_0x330606(0x2de)]-0x1;if(_0x549bc1>=_0x2ead8e[_0x330606(0x215)]&&_0x549bc1<=_0x2ead8e['endRow'])return _0x549bc1+_0x46ff73;if(_0x549bc1>_0x2ead8e[_0x330606(0x2de)]&&_0x549bc1<_0x220721[_0x330606(0x215)])return _0x549bc1-_0x4ca00c;}if(_0x321b73>_0x452a44){const _0x5a6f63=_0x2ead8e['startRow']-_0x220721[_0x330606(0x215)];if(_0x549bc1>=_0x220721[_0x330606(0x215)]&&_0x549bc1<_0x2ead8e[_0x330606(0x215)])return _0x549bc1+_0x4ca00c;if(_0x549bc1>=_0x2ead8e[_0x330606(0x215)]&&_0x549bc1<=_0x2ead8e[_0x330606(0x2de)])return _0x549bc1-_0x5a6f63;}return _0x549bc1;};},_0x2c36f1(0x286)),moveRowMutationWithSetNumfmt={'m1':MoveRowsMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x33099f,_0x3157f4){const _0x95a589=_0x2c36f1,_0x2b461c={'m1Prime':_0x33099f,'m2Prime':_0x3157f4};if(_0x33099f[_0x95a589(0x19f)][_0x95a589(0x29b)]!==_0x3157f4[_0x95a589(0x19f)]['unitId']||_0x33099f[_0x95a589(0x19f)][_0x95a589(0x2a0)]!==_0x3157f4[_0x95a589(0x19f)][_0x95a589(0x2a0)])return _0x2b461c;const _0x197f97=[Tools[_0x95a589(0x1e0)](_0x33099f)],_0x80944e=Tools[_0x95a589(0x1e0)](_0x3157f4),{sourceRange:_0x15600d,targetRange:_0x15a709}=_0x33099f[_0x95a589(0x19f)],_0x3c8e0d={'start':_0x15600d[_0x95a589(0x215)],'end':_0x15600d[_0x95a589(0x2de)]},_0x4e11cc={'start':_0x15a709[_0x95a589(0x215)],'end':_0x15a709[_0x95a589(0x2de)]},{values:_0x5671a9}=_0x80944e[_0x95a589(0x19f)],_0x5266db=[];let _0x5b6c77=!0x1;for(const _0x72e617 in _0x5671a9){const _0x477f55=_0x5671a9[_0x72e617];if(_0x5266db['push'](..._0x477f55[_0x95a589(0x265)]),_0x477f55[_0x95a589(0x265)]['some'](_0x43817a=>{const _0x37734e=_0x95a589,_0x12a946={'start':_0x43817a[_0x37734e(0x215)],'end':_0x43817a[_0x37734e(0x2de)]},_0x422808=intersect(_0x3c8e0d,_0x12a946),_0x4e9dab=intersect(_0x4e11cc,_0x12a946);if(_0x422808||_0x4e9dab)return!0x0;const _0x5bc493=handleBaseMoveRowsCols(_0x3c8e0d,_0x4e11cc,_0x12a946);return _0x5bc493['length']!==0x0?!0x0:(_0x5bc493[_0x37734e(0x1bc)]!==0x0&&(_0x5b6c77=!0x0),_0x43817a[_0x37734e(0x215)]+=_0x5bc493[_0x37734e(0x1bc)],_0x43817a['endRow']+=_0x5bc493['step'],!0x1);}))return{'error':new Error(_0x95a589(0x214))};}if(_0x5b6c77){const _0xb51492={'id':RemoveNumfmtMutation['id'],'params':{'unitId':_0x3157f4[_0x95a589(0x19f)]['unitId'],'subUnitId':_0x3157f4['params'][_0x95a589(0x2a0)],'ranges':_0x5266db}};_0x197f97[_0x95a589(0x20c)](_0xb51492,_0x80944e);}return{'m1Prime':_0x197f97,'m2Prime':_0x80944e};}},moveRowMutationWithSetRangeValues={'m1':MoveRowsMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x35f343,_0x6374c6){const _0x1338f8=_0x2c36f1,_0x29fb56={'m1Prime':_0x35f343,'m2Prime':_0x6374c6};if(_0x35f343[_0x1338f8(0x19f)][_0x1338f8(0x29b)]!==_0x6374c6[_0x1338f8(0x19f)][_0x1338f8(0x29b)]||_0x35f343['params'][_0x1338f8(0x2a0)]!==_0x6374c6[_0x1338f8(0x19f)][_0x1338f8(0x2a0)])return _0x29fb56;const _0x47a53b=[Tools[_0x1338f8(0x1e0)](_0x35f343)],_0x4b20d4=Tools[_0x1338f8(0x1e0)](_0x6374c6),_0x5a93f4=new ObjectMatrix(_0x4b20d4[_0x1338f8(0x19f)][_0x1338f8(0x2d2)]),{sourceRange:_0x43d160,targetRange:_0x27ef82}=_0x35f343[_0x1338f8(0x19f)],_0x147ebb=_0x43d160[_0x1338f8(0x215)],_0x3c62a9=_0x43d160[_0x1338f8(0x2de)]-_0x43d160[_0x1338f8(0x215)]+0x1,_0x191a8c=_0x27ef82['startRow'];_0x5a93f4['moveRows'](_0x147ebb,_0x3c62a9,_0x191a8c);const _0x339f07=new ObjectMatrix();let _0x4a799a=!0x1;if(_0x5a93f4[_0x1338f8(0x2e5)]((_0x4bf33d,_0x41afe6,_0x35e148)=>{const _0x10e213=_0x1338f8;if(_0x35e148&&_0x35e148['f']){const _0x3673d8=_0x35e148['f'];let _0x50ebc5=!0x1;const _0x47f32f=processFormulaString(_0x35f343['params'][_0x10e213(0x29b)],_0x35f343[_0x10e213(0x19f)][_0x10e213(0x2a0)],_0x3673d8,_0x3591f1=>{const _0x1b7b78=_0x10e213,_0x89cd4=handleBaseMoveRowsCols({'start':_0x35f343[_0x1b7b78(0x19f)][_0x1b7b78(0x1f8)][_0x1b7b78(0x215)],'end':_0x35f343[_0x1b7b78(0x19f)][_0x1b7b78(0x1f8)][_0x1b7b78(0x2de)]},{'start':_0x35f343[_0x1b7b78(0x19f)]['targetRange'][_0x1b7b78(0x215)],'end':_0x35f343[_0x1b7b78(0x19f)][_0x1b7b78(0x236)][_0x1b7b78(0x2de)]},{'start':_0x3591f1[_0x1b7b78(0x215)],'end':_0x3591f1[_0x1b7b78(0x2de)]});return(_0x89cd4[_0x1b7b78(0x1bc)]!==0x0||_0x89cd4[_0x1b7b78(0x21b)]!==0x0)&&(_0x50ebc5=!0x0,_0x3591f1[_0x1b7b78(0x215)]+=_0x89cd4[_0x1b7b78(0x1bc)],_0x3591f1[_0x1b7b78(0x2de)]+=_0x89cd4[_0x1b7b78(0x1bc)]+_0x89cd4['length']),_0x3591f1;});_0x50ebc5&&(_0x4a799a=!0x0,_0x35e148['f']=_0x47f32f,_0x339f07[_0x10e213(0x2d0)](_0x4bf33d,_0x41afe6,{..._0x35e148}));}}),_0x4a799a){const _0x3ca9bc={'id':SetRangeValuesMutation['id'],'params':{'unitId':_0x6374c6['params'][_0x1338f8(0x29b)],'subUnitId':_0x6374c6[_0x1338f8(0x19f)][_0x1338f8(0x2a0)],'cellValue':_0x339f07[_0x1338f8(0x260)]()}};_0x47a53b[_0x1338f8(0x20c)](_0x3ca9bc);}return _0x4b20d4[_0x1338f8(0x19f)][_0x1338f8(0x2d2)]=_0x5a93f4[_0x1338f8(0x260)](),{'m1Prime':_0x47a53b,'m2Prime':_0x4b20d4};}},moveRowMutationWithSetRowData={'m1':MoveRowsMutation['id'],'m2':SetRowDataMutation['id'],'handler'(_0x2ce7a1,_0xb723f1){const _0x58c86c=_0x2c36f1,_0x32c2ec={'m1Prime':_0x2ce7a1,'m2Prime':_0xb723f1};if(_0x2ce7a1[_0x58c86c(0x19f)][_0x58c86c(0x29b)]!==_0xb723f1['params'][_0x58c86c(0x29b)]||_0x2ce7a1[_0x58c86c(0x19f)]['subUnitId']!==_0xb723f1[_0x58c86c(0x19f)][_0x58c86c(0x2a0)])return _0x32c2ec;const _0x2294e5=Tools[_0x58c86c(0x1e0)](_0x2ce7a1),_0x45beca=Tools[_0x58c86c(0x1e0)](_0xb723f1),{rowData:_0x3c2898}=_0x45beca[_0x58c86c(0x19f)],{sourceRange:_0x297242,targetRange:_0x1d3a37}=_0x2ce7a1[_0x58c86c(0x19f)];return moveMatrixArray(_0x297242[_0x58c86c(0x215)],_0x297242[_0x58c86c(0x2de)]-_0x297242['startRow']+0x1,_0x1d3a37['startRow'],_0x3c2898),{'m1Prime':_0x2294e5,'m2Prime':_0x45beca};}},moveRowMutationWithSetRowHidden={'m1':MoveRowsMutation['id'],'m2':SetRowHiddenMutation['id'],'handler'(_0x43b742,_0x5a1747){const _0x432577=_0x2c36f1,_0x2a88ec={'m1Prime':_0x43b742,'m2Prime':_0x5a1747};if(_0x43b742[_0x432577(0x19f)][_0x432577(0x29b)]!==_0x5a1747[_0x432577(0x19f)]['unitId']||_0x43b742[_0x432577(0x19f)]['subUnitId']!==_0x5a1747[_0x432577(0x19f)][_0x432577(0x2a0)])return _0x2a88ec;const _0x3d67c0=Tools['deepClone'](_0x43b742),_0x55e26a=Tools['deepClone'](_0x5a1747),{ranges:_0xe55a9a}=_0x55e26a[_0x432577(0x19f)],{sourceRange:_0x194d20,targetRange:_0x1da572}=_0x43b742['params'],_0x1e1ccb={'start':_0x194d20[_0x432577(0x215)],'end':_0x194d20['endRow']},_0xb04fa5={'start':_0x1da572[_0x432577(0x215)],'end':_0x1da572[_0x432577(0x2de)]};return _0xe55a9a['some'](_0x11abb9=>{const _0x43f725=_0x432577,_0x31936d={'start':_0x11abb9[_0x43f725(0x215)],'end':_0x11abb9[_0x43f725(0x2de)]},_0x5bdf2a=intersect(_0x1e1ccb,_0x31936d),_0x49ee80=intersect(_0xb04fa5,_0x31936d);if(_0x5bdf2a||_0x49ee80)return!0x0;const _0x33dd7b=handleBaseMoveRowsCols(_0x1e1ccb,_0xb04fa5,_0x31936d);return _0x33dd7b[_0x43f725(0x21b)]!==0x0?!0x0:(_0x11abb9[_0x43f725(0x215)]+=_0x33dd7b[_0x43f725(0x1bc)],_0x11abb9[_0x43f725(0x2de)]+=_0x33dd7b[_0x43f725(0x1bc)],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden')}:{'m1Prime':_0x3d67c0,'m2Prime':_0x55e26a};}},moveRowMutationWithSetRowVisible={'m1':MoveRowsMutation['id'],'m2':SetRowVisibleMutation['id'],'handler'(_0x501982,_0x1440eb){const _0xf921=_0x2c36f1,_0x128633={'m1Prime':_0x501982,'m2Prime':_0x1440eb};if(_0x501982[_0xf921(0x19f)][_0xf921(0x29b)]!==_0x1440eb[_0xf921(0x19f)][_0xf921(0x29b)]||_0x501982[_0xf921(0x19f)][_0xf921(0x2a0)]!==_0x1440eb[_0xf921(0x19f)][_0xf921(0x2a0)])return _0x128633;const _0x379892=Tools['deepClone'](_0x501982),_0x1483d9=Tools[_0xf921(0x1e0)](_0x1440eb),{ranges:_0x45497d}=_0x1483d9[_0xf921(0x19f)],{sourceRange:_0x3af925,targetRange:_0x1efef2}=_0x501982[_0xf921(0x19f)],_0x2e497={'start':_0x3af925['startRow'],'end':_0x3af925[_0xf921(0x2de)]},_0x44b9b8={'start':_0x1efef2[_0xf921(0x215)],'end':_0x1efef2[_0xf921(0x2de)]};return _0x45497d[_0xf921(0x1b2)](_0x3eb24d=>{const _0x29047d=_0xf921,_0x68225b={'start':_0x3eb24d[_0x29047d(0x215)],'end':_0x3eb24d[_0x29047d(0x2de)]},_0x44ef9a=intersect(_0x2e497,_0x68225b),_0x56db08=intersect(_0x44b9b8,_0x68225b);if(_0x44ef9a||_0x56db08)return!0x0;const _0x1bfebe=handleBaseMoveRowsCols(_0x2e497,_0x44b9b8,_0x68225b);return _0x1bfebe[_0x29047d(0x21b)]!==0x0?!0x0:(_0x3eb24d[_0x29047d(0x215)]+=_0x1bfebe[_0x29047d(0x1bc)],_0x3eb24d[_0x29047d(0x2de)]+=_0x1bfebe[_0x29047d(0x1bc)],!0x1);})?{'error':new Error(_0xf921(0x23a))}:{'m1Prime':_0x379892,'m2Prime':_0x1483d9};}},moveRowMutationWithSetSelection={'m1':MoveRowsMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0x12ed24,_0x4ecb7c){const _0x53da26=_0x2c36f1,_0xdc598c={'m1Prime':[],'m2Prime':[]};if(_0x12ed24['params'][_0x53da26(0x29b)]!==_0x4ecb7c[_0x53da26(0x19f)][_0x53da26(0x29b)]||_0x12ed24[_0x53da26(0x19f)][_0x53da26(0x2a0)]!==_0x4ecb7c[_0x53da26(0x19f)]['subUnitId'])return _0xdc598c;const _0x4ab5c4=Tools[_0x53da26(0x1e0)](_0x4ecb7c);let _0x1b4dad=!0x1;return _0x4ab5c4[_0x53da26(0x19f)]['selections'][_0x53da26(0x242)](_0x55196f=>{const _0x9dbd6b=_0x53da26,{range:_0x4e7578,primary:_0x290f62}=_0x55196f,_0x29287e=handleBaseMoveRowsCols({'start':_0x12ed24[_0x9dbd6b(0x19f)]['sourceRange']['startRow'],'end':_0x12ed24['params'][_0x9dbd6b(0x1f8)][_0x9dbd6b(0x2de)]},{'start':_0x12ed24[_0x9dbd6b(0x19f)][_0x9dbd6b(0x236)]['startRow'],'end':_0x12ed24['params'][_0x9dbd6b(0x236)][_0x9dbd6b(0x2de)]},{'start':_0x4e7578[_0x9dbd6b(0x215)],'end':_0x4e7578[_0x9dbd6b(0x2de)]});if(_0x29287e['length']||_0x29287e[_0x9dbd6b(0x1bc)]){if(_0x4e7578[_0x9dbd6b(0x215)]+=_0x29287e['step'],_0x4e7578[_0x9dbd6b(0x2de)]+=_0x29287e[_0x9dbd6b(0x1bc)]+(_0x29287e[_0x9dbd6b(0x21b)]||0x0),_0x290f62){const _0x14719c=handleBaseMoveRowsCols({'start':_0x12ed24[_0x9dbd6b(0x19f)][_0x9dbd6b(0x1f8)][_0x9dbd6b(0x215)],'end':_0x12ed24[_0x9dbd6b(0x19f)]['sourceRange'][_0x9dbd6b(0x2de)]},{'start':_0x12ed24[_0x9dbd6b(0x19f)]['targetRange'][_0x9dbd6b(0x215)],'end':_0x12ed24[_0x9dbd6b(0x19f)]['targetRange']['endRow']},{'start':_0x290f62[_0x9dbd6b(0x215)],'end':_0x290f62[_0x9dbd6b(0x2de)]});(_0x14719c[_0x9dbd6b(0x21b)]||_0x14719c[_0x9dbd6b(0x1bc)])&&(_0x290f62[_0x9dbd6b(0x215)]+=_0x14719c[_0x9dbd6b(0x1bc)],_0x290f62[_0x9dbd6b(0x2de)]+=_0x14719c[_0x9dbd6b(0x1bc)],_0x290f62[_0x9dbd6b(0x255)]+=_0x14719c[_0x9dbd6b(0x1bc)]);}_0x1b4dad=!0x0;}}),_0x1b4dad&&_0xdc598c['m2Prime'][_0x53da26(0x20c)](_0x4ab5c4),_0xdc598c;}},moveRowMutationWithSetSheetsFilterRange={'m1':MoveRowsMutation['id'],'m2':SetSheetsFilterRangeMutation['id'],'handler'(_0x4fb954,_0x132725){const _0xefac13=_0x2c36f1,_0x4bf55c={'m1Prime':[_0x4fb954],'m2Prime':[_0x132725]};if(_0x4fb954['params']['unitId']!==_0x132725[_0xefac13(0x19f)][_0xefac13(0x29b)]||_0x4fb954['params'][_0xefac13(0x2a0)]!==_0x132725['params']['subUnitId'])return _0x4bf55c;const _0x197af8=Tools['deepClone'](_0x4fb954),_0x14345a=Tools['deepClone'](_0x132725),_0x2d708b=handleBaseMoveRowsCols({'start':_0x4fb954[_0xefac13(0x19f)][_0xefac13(0x1f8)]['startRow'],'end':_0x4fb954['params']['sourceRange'][_0xefac13(0x2de)]},{'start':_0x4fb954['params'][_0xefac13(0x236)][_0xefac13(0x215)],'end':_0x4fb954[_0xefac13(0x19f)][_0xefac13(0x236)][_0xefac13(0x2de)]},{'start':_0x132725['params'][_0xefac13(0x20d)]['startRow'],'end':_0x132725[_0xefac13(0x19f)][_0xefac13(0x20d)][_0xefac13(0x2de)]});return _0x14345a[_0xefac13(0x19f)][_0xefac13(0x20d)]['startRow']+=_0x2d708b[_0xefac13(0x1bc)],_0x14345a[_0xefac13(0x19f)][_0xefac13(0x20d)][_0xefac13(0x2de)]+=_0x2d708b[_0xefac13(0x1bc)]+_0x2d708b[_0xefac13(0x21b)],{'m1Prime':[_0x14345a,_0x197af8],'m2Prime':[_0x14345a]};}},moveRowMutationWithSetWorksheetRowAutoHeight={'m1':MoveRowsMutation['id'],'m2':SetWorksheetRowAutoHeightMutation['id'],'handler'(_0x184068,_0xd2b2c0){const _0x2a2260=_0x2c36f1,_0x56518e={'m1Prime':_0x184068,'m2Prime':_0xd2b2c0};if(_0x184068[_0x2a2260(0x19f)]['unitId']!==_0xd2b2c0[_0x2a2260(0x19f)][_0x2a2260(0x29b)]||_0x184068[_0x2a2260(0x19f)]['subUnitId']!==_0xd2b2c0['params'][_0x2a2260(0x2a0)])return _0x56518e;const _0x27a3d0=Tools[_0x2a2260(0x1e0)](_0x184068),_0x1aab83=Tools['deepClone'](_0xd2b2c0),{rowsAutoHeightInfo:_0x4c3878}=_0x1aab83[_0x2a2260(0x19f)],{sourceRange:_0x1b0a4a,targetRange:_0x383f84}=_0x184068[_0x2a2260(0x19f)],_0x179c68={'start':_0x1b0a4a[_0x2a2260(0x215)],'end':_0x1b0a4a[_0x2a2260(0x2de)]},_0x16199b={'start':_0x383f84[_0x2a2260(0x215)],'end':_0x383f84[_0x2a2260(0x2de)]};return _0x4c3878[_0x2a2260(0x1b2)](_0x3e172e=>{const _0x3dbf35=_0x2a2260,_0x3b8d35={'start':_0x3e172e[_0x3dbf35(0x175)],'end':_0x3e172e['row']},_0x1f0146=handleBaseMoveRowsCols(_0x179c68,_0x16199b,_0x3b8d35);return _0x1f0146[_0x3dbf35(0x21b)]!==0x0?!0x0:(_0x3e172e[_0x3dbf35(0x175)]+=_0x1f0146['step'],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height')}:{'m1Prime':_0x27a3d0,'m2Prime':_0x1aab83};}},moveRowMutationWithSetWorksheetRowHeight={'m1':MoveRowsMutation['id'],'m2':SetWorksheetRowHeightMutation['id'],'handler'(_0x49f21d,_0x14a0fe){const _0x4611a4=_0x2c36f1,_0x1d5c27={'m1Prime':_0x49f21d,'m2Prime':_0x14a0fe};if(_0x49f21d[_0x4611a4(0x19f)][_0x4611a4(0x29b)]!==_0x14a0fe['params'][_0x4611a4(0x29b)]||_0x49f21d[_0x4611a4(0x19f)]['subUnitId']!==_0x14a0fe['params'][_0x4611a4(0x2a0)])return _0x1d5c27;const _0x175181=Tools[_0x4611a4(0x1e0)](_0x49f21d),_0x2873fe=Tools['deepClone'](_0x14a0fe),{ranges:_0x3aa906,rowHeight:_0x1d0352}=_0x2873fe[_0x4611a4(0x19f)],{sourceRange:_0x5f79b7,targetRange:_0x56eb8b}=_0x49f21d['params'],_0x2dbf9c={'start':_0x5f79b7[_0x4611a4(0x215)],'end':_0x5f79b7[_0x4611a4(0x2de)]},_0x11ebe8={'start':_0x56eb8b[_0x4611a4(0x215)],'end':_0x56eb8b[_0x4611a4(0x2de)]};return _0x3aa906[_0x4611a4(0x1b2)](_0x29e5fd=>{const _0x198697=_0x4611a4,_0x481c45={'start':_0x29e5fd[_0x198697(0x215)],'end':_0x29e5fd[_0x198697(0x2de)]},_0x2fff20=handleBaseMoveRowsCols(_0x2dbf9c,_0x11ebe8,_0x481c45);return _0x2fff20[_0x198697(0x21b)]!==0x0?!0x0:(_0x29e5fd[_0x198697(0x215)]+=_0x2fff20[_0x198697(0x1bc)],_0x29e5fd[_0x198697(0x2de)]+=_0x2fff20[_0x198697(0x1bc)],!0x1);})?{'error':new Error(_0x4611a4(0x207))}:(typeof _0x1d0352!='number'&&moveMatrixArray(_0x5f79b7[_0x4611a4(0x215)],_0x5f79b7['endRow']-_0x5f79b7[_0x4611a4(0x215)]+0x1,_0x56eb8b[_0x4611a4(0x215)],_0x1d0352),{'m1Prime':_0x175181,'m2Prime':_0x2873fe});}},moveRowMutationWithSetWorksheetRowIsAutoHeight={'m1':MoveRowsMutation['id'],'m2':SetWorksheetRowIsAutoHeightMutation['id'],'handler'(_0x2d2489,_0x13fee2){const _0x14ab31=_0x2c36f1,_0x2f8806={'m1Prime':_0x2d2489,'m2Prime':_0x13fee2};if(_0x2d2489[_0x14ab31(0x19f)][_0x14ab31(0x29b)]!==_0x13fee2[_0x14ab31(0x19f)][_0x14ab31(0x29b)]||_0x2d2489[_0x14ab31(0x19f)][_0x14ab31(0x2a0)]!==_0x13fee2['params'][_0x14ab31(0x2a0)])return _0x2f8806;const _0x400e88=Tools[_0x14ab31(0x1e0)](_0x2d2489),_0x350369=Tools[_0x14ab31(0x1e0)](_0x13fee2),{ranges:_0x178c97,autoHeightInfo:_0x301461}=_0x350369[_0x14ab31(0x19f)],{sourceRange:_0x505e17,targetRange:_0xee5230}=_0x2d2489[_0x14ab31(0x19f)],_0x1e17d3={'start':_0x505e17[_0x14ab31(0x215)],'end':_0x505e17[_0x14ab31(0x2de)]},_0xf56726={'start':_0xee5230[_0x14ab31(0x215)],'end':_0xee5230['endRow']};return _0x178c97[_0x14ab31(0x1b2)](_0x492f04=>{const _0xa18fcb=_0x14ab31,_0x332ef4={'start':_0x492f04[_0xa18fcb(0x215)],'end':_0x492f04[_0xa18fcb(0x2de)]},_0x3d45b9=handleBaseMoveRowsCols(_0x1e17d3,_0xf56726,_0x332ef4);return _0x3d45b9[_0xa18fcb(0x21b)]!==0x0?!0x0:(_0x492f04[_0xa18fcb(0x215)]+=_0x3d45b9[_0xa18fcb(0x1bc)],_0x492f04['endRow']+=_0x3d45b9[_0xa18fcb(0x1bc)],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height')}:(typeof _0x301461!='number'&&moveMatrixArray(_0x505e17['startRow'],_0x505e17['endRow']-_0x505e17[_0x14ab31(0x215)]+0x1,_0xee5230['startRow'],_0x301461),{'m1Prime':_0x400e88,'m2Prime':_0x350369});}},moveRowsWithUpdateCommentRef={'m1':MoveRowsMutation['id'],'m2':UpdateCommentRefMutation['id'],'handler':__name((_0x9fb9ec,_0xd29906)=>{const _0x4e3192=_0x2c36f1,_0x244247={'m1Prime':_0x9fb9ec,'m2Prime':_0xd29906};if(_0x9fb9ec[_0x4e3192(0x19f)]['unitId']!==_0xd29906['params'][_0x4e3192(0x29b)]||_0x9fb9ec[_0x4e3192(0x19f)][_0x4e3192(0x2a0)]!==_0xd29906[_0x4e3192(0x19f)][_0x4e3192(0x2a0)])return _0x244247;const _0x50eb10={'id':MoveRowsCommand['id'],'params':{'unitId':_0x9fb9ec[_0x4e3192(0x19f)][_0x4e3192(0x29b)],'subUnitId':_0x9fb9ec[_0x4e3192(0x19f)][_0x4e3192(0x2a0)],'fromRange':_0x9fb9ec[_0x4e3192(0x19f)][_0x4e3192(0x1f8)],'toRange':_0x9fb9ec[_0x4e3192(0x19f)][_0x4e3192(0x236)]}},_0x369a18=transformUpdateCommentRefWithRefRange(_0xd29906,_0x50eb10);return{'m1Prime':[_0x9fb9ec,..._0x369a18],'m2Prime':[_0xd29906,..._0x369a18]};},'handler')},moveRowMutationWithUpdateDataValidation={'m1':MoveRowsMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x157ec9,_0x53599c)=>{const _0x3a942c=_0x2c36f1,_0x21c0c0={'m1Prime':_0x157ec9,'m2Prime':_0x53599c};if(_0x157ec9[_0x3a942c(0x19f)][_0x3a942c(0x29b)]!==_0x53599c[_0x3a942c(0x19f)][_0x3a942c(0x29b)]||_0x53599c[_0x3a942c(0x19f)][_0x3a942c(0x2a0)]!==_0x157ec9[_0x3a942c(0x19f)][_0x3a942c(0x2a0)])return _0x21c0c0;const _0x55b5a8={'id':MoveRowsCommand['id'],'params':{'fromRange':_0x157ec9[_0x3a942c(0x19f)]['sourceRange'],'toRange':_0x157ec9[_0x3a942c(0x19f)]['targetRange']}},_0x585029=transformUpdateDataValidationWithRefRange(_0x53599c,_0x55b5a8);return{'m1Prime':[_0x157ec9,..._0x585029],'m2Prime':[_0x53599c,..._0x585029]};},_0x2c36f1(0x281))},removeColWithAddComment={'m1':RemoveColMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x3fd995,_0x2e60ba)=>{const _0x2a9446=_0x2c36f1,_0xf0df70={'m1Prime':_0x3fd995,'m2Prime':_0x2e60ba};if(_0x3fd995[_0x2a9446(0x19f)][_0x2a9446(0x29b)]!==_0x2e60ba[_0x2a9446(0x19f)]['unitId']||_0x3fd995['params'][_0x2a9446(0x2a0)]!==_0x2e60ba[_0x2a9446(0x19f)][_0x2a9446(0x2a0)])return _0xf0df70;const _0x321a28={'id':RemoveColCommand['id'],'params':{'unitId':_0x3fd995['params'][_0x2a9446(0x29b)],'subUnitId':_0x3fd995[_0x2a9446(0x19f)][_0x2a9446(0x2a0)],'range':_0x3fd995[_0x2a9446(0x19f)]['range']}},_0x1548ce=transformAddCommentWithRefRange(_0x2e60ba,_0x321a28);return{'m1Prime':[_0x3fd995,..._0x1548ce],'m2Prime':[_0x2e60ba,..._0x1548ce]};},'handler')},removeColMutationWithAddDataValidation={'m1':RemoveColMutation['id'],'m2':AddDataValidationMutation['id'],'handler'(_0x379777,_0x1fb5df){const _0x783f22=_0x2c36f1,_0xc4839e={'m1Prime':_0x379777,'m2Prime':_0x1fb5df};if(_0x379777['params']['unitId']!==_0x1fb5df[_0x783f22(0x19f)]['unitId']||_0x379777[_0x783f22(0x19f)]['subUnitId']!==_0x1fb5df[_0x783f22(0x19f)][_0x783f22(0x2a0)])return _0xc4839e;const _0x1468c7={'id':RemoveColCommand['id'],'params':{'range':_0x379777['params'][_0x783f22(0x20d)]}},_0x563ddd=transformAddDataValidationWithRefRange(_0x1fb5df,_0x1468c7);return{'m1Prime':[_0x379777,..._0x563ddd],'m2Prime':[_0x1fb5df,..._0x563ddd]};}},removeColMutationWithAddMerge={'m1':RemoveColMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x570e33,_0x532ab4){const _0x431847=_0x2c36f1,_0x12de1b=addWorksheetMergeMutationWithRemoveColMutation[_0x431847(0x281)](_0x532ab4,_0x570e33);return isTransformMutationSuccess(_0x12de1b)?{'m1Prime':_0x12de1b[_0x431847(0x2ea)],'m2Prime':_0x12de1b[_0x431847(0x149)]}:_0x12de1b;}},removeColMutationWithMoveCol={'m1':RemoveColMutation['id'],'m2':MoveColsMutation['id'],'handler'(_0x104c9b,_0x27ad72){const _0x611465=_0x2c36f1,_0x10d0aa={'m1Prime':_0x104c9b,'m2Prime':_0x27ad72};if(_0x104c9b[_0x611465(0x19f)][_0x611465(0x29b)]!==_0x27ad72[_0x611465(0x19f)][_0x611465(0x29b)]||_0x104c9b[_0x611465(0x19f)]['subUnitId']!==_0x27ad72[_0x611465(0x19f)]['subUnitId'])return _0x10d0aa;const _0x2e01fc=Tools['deepClone'](_0x104c9b),_0x325367=Tools[_0x611465(0x1e0)](_0x27ad72);if(_0x104c9b['params'][_0x611465(0x20d)]['startColumn']<=_0x27ad72[_0x611465(0x19f)][_0x611465(0x1f8)]['endColumn']&&_0x104c9b['params'][_0x611465(0x20d)][_0x611465(0x2b1)]>=_0x27ad72[_0x611465(0x19f)][_0x611465(0x1f8)][_0x611465(0x308)]||_0x104c9b['params'][_0x611465(0x20d)][_0x611465(0x308)]<=_0x27ad72['params']['targetRange'][_0x611465(0x2b1)]&&_0x104c9b['params'][_0x611465(0x20d)][_0x611465(0x2b1)]>=_0x27ad72[_0x611465(0x19f)][_0x611465(0x236)][_0x611465(0x308)])return{'error':new Error(_0x611465(0x1b8))};const _0x423577=handleBaseRemoveRange(toColumn(_0x104c9b[_0x611465(0x19f)]['range']),toColumn(_0x27ad72[_0x611465(0x19f)][_0x611465(0x1f8)])),_0x265855=handleBaseRemoveRange(toColumn(_0x104c9b[_0x611465(0x19f)][_0x611465(0x20d)]),toColumn(_0x27ad72[_0x611465(0x19f)]['targetRange']));_0x423577&&_0x265855?(_0x325367[_0x611465(0x19f)]['sourceRange'][_0x611465(0x308)]+=_0x423577[_0x611465(0x1bc)],_0x325367['params'][_0x611465(0x1f8)][_0x611465(0x2b1)]+=_0x423577[_0x611465(0x1bc)]+(_0x423577[_0x611465(0x21b)]||0x0),_0x325367[_0x611465(0x19f)]['targetRange']['startColumn']+=_0x265855[_0x611465(0x1bc)],_0x325367[_0x611465(0x19f)][_0x611465(0x236)][_0x611465(0x2b1)]+=_0x265855[_0x611465(0x1bc)]+(_0x265855[_0x611465(0x21b)]||0x0)):_0x325367['id']=EmptyMutation['id'];const _0x48785a=handleBaseMoveRowsCols({'start':_0x27ad72['params'][_0x611465(0x1f8)][_0x611465(0x308)],'end':_0x27ad72[_0x611465(0x19f)][_0x611465(0x1f8)][_0x611465(0x2b1)]},{'start':_0x27ad72[_0x611465(0x19f)][_0x611465(0x236)]['startColumn'],'end':_0x27ad72[_0x611465(0x19f)][_0x611465(0x236)]['endColumn']},{'start':_0x104c9b[_0x611465(0x19f)]['range']['startColumn'],'end':_0x104c9b[_0x611465(0x19f)][_0x611465(0x20d)][_0x611465(0x2b1)]});if(_0x48785a){const {step:_0x50eef4,length:_0x30855d}=_0x48785a;_0x2e01fc[_0x611465(0x19f)][_0x611465(0x20d)][_0x611465(0x308)]+=_0x50eef4,_0x2e01fc[_0x611465(0x19f)][_0x611465(0x20d)][_0x611465(0x2b1)]+=_0x50eef4+(_0x30855d||0x0);}else _0x2e01fc[_0x611465(0x19f)]['range'][_0x611465(0x308)]=0x0,_0x2e01fc[_0x611465(0x19f)][_0x611465(0x20d)][_0x611465(0x2b1)]=-0x1;return{'m1Prime':_0x2e01fc,'m2Prime':_0x325367};}},removeColMutationWithMoveRange={'m1':RemoveColMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x440b88,_0x193cb2){const _0x5cc2da=_0x2c36f1,_0x184767={'m1Prime':_0x440b88,'m2Prime':_0x193cb2};if(_0x440b88[_0x5cc2da(0x19f)][_0x5cc2da(0x29b)]!==_0x193cb2[_0x5cc2da(0x19f)][_0x5cc2da(0x29b)]||_0x440b88['params'][_0x5cc2da(0x2a0)]!==_0x193cb2['params'][_0x5cc2da(0x312)][_0x5cc2da(0x2a0)]&&_0x440b88[_0x5cc2da(0x19f)]['subUnitId']!==_0x193cb2[_0x5cc2da(0x19f)]['to'][_0x5cc2da(0x2a0)])return _0x184767;const _0x479f22=Tools[_0x5cc2da(0x1e0)](_0x440b88),_0x3dd2dc=Tools[_0x5cc2da(0x1e0)](_0x193cb2),{startColumn:_0x390b89,endColumn:_0x430728}=_0x440b88[_0x5cc2da(0x19f)][_0x5cc2da(0x20d)];if(_0x440b88[_0x5cc2da(0x19f)][_0x5cc2da(0x2a0)]===_0x193cb2[_0x5cc2da(0x19f)][_0x5cc2da(0x312)][_0x5cc2da(0x2a0)]){const _0x23320d=new ObjectMatrix(_0x3dd2dc[_0x5cc2da(0x19f)][_0x5cc2da(0x312)][_0x5cc2da(0x300)]),_0x10d920=_0x23320d[_0x5cc2da(0x280)](),{startColumn:_0x5a4154,endColumn:_0x5dc240}=_0x10d920;if(_0x5a4154<=_0x430728&&_0x5dc240>=_0x390b89)return{'error':new Error(_0x5cc2da(0x253))};_0x430728<_0x5a4154&&_0x23320d[_0x5cc2da(0x311)](_0x390b89,_0x430728-_0x390b89+0x1),_0x3dd2dc[_0x5cc2da(0x19f)]['from'][_0x5cc2da(0x300)]=_0x23320d[_0x5cc2da(0x260)]();}if(_0x440b88[_0x5cc2da(0x19f)][_0x5cc2da(0x2a0)]===_0x193cb2[_0x5cc2da(0x19f)]['to']['subUnitId']){const _0xd6a421=new ObjectMatrix(_0x3dd2dc['params']['to'][_0x5cc2da(0x300)]),_0x21195e=_0xd6a421[_0x5cc2da(0x280)](),{startColumn:_0x22096e,endColumn:_0x39a6cb}=_0x21195e;if(_0x22096e<=_0x430728&&_0x39a6cb>=_0x390b89)return{'error':new Error('Remove-cols\x20has\x20conflicts\x20with\x20move-range')};_0x430728<_0x22096e&&_0xd6a421[_0x5cc2da(0x311)](_0x390b89,_0x430728-_0x390b89+0x1),_0x3dd2dc[_0x5cc2da(0x19f)]['to'][_0x5cc2da(0x300)]=_0xd6a421['getMatrix']();}return{'m1Prime':_0x479f22,'m2Prime':_0x3dd2dc};}},removeColMutationWithSelf={'m1':RemoveColMutation['id'],'m2':RemoveColMutation['id'],'handler'(_0x42085c,_0x1c92a5){const _0x331e70=_0x2c36f1,_0x350a6d={'m1Prime':_0x42085c,'m2Prime':_0x1c92a5};if(_0x42085c[_0x331e70(0x19f)]['unitId']!==_0x1c92a5[_0x331e70(0x19f)][_0x331e70(0x29b)]||_0x42085c[_0x331e70(0x19f)][_0x331e70(0x2a0)]!==_0x1c92a5[_0x331e70(0x19f)]['subUnitId'])return _0x350a6d;const _0x2390a7=Tools[_0x331e70(0x1e0)](_0x42085c),_0x334330=Tools[_0x331e70(0x1e0)](_0x1c92a5),_0x4847f1=handleBaseRemoveRange(_0x42085c[_0x331e70(0x19f)][_0x331e70(0x20d)],_0x1c92a5[_0x331e70(0x19f)]['range']);if(_0x4847f1){const {step:_0x15f36c,length:_0x27e262}=_0x4847f1;_0x334330[_0x331e70(0x19f)][_0x331e70(0x20d)]['startColumn']+=_0x15f36c,_0x334330[_0x331e70(0x19f)]['range'][_0x331e70(0x2b1)]+=_0x15f36c+(_0x27e262||0x0);}else _0x334330['id']=EmptyMutation['id'];const _0x12bf8a=handleBaseRemoveRange(_0x1c92a5[_0x331e70(0x19f)][_0x331e70(0x20d)],_0x42085c['params'][_0x331e70(0x20d)]);if(_0x12bf8a){const {step:_0x2a31d8,length:_0x4990c4}=_0x12bf8a;_0x2390a7['params'][_0x331e70(0x20d)][_0x331e70(0x308)]+=_0x2a31d8,_0x2390a7[_0x331e70(0x19f)][_0x331e70(0x20d)]['endColumn']+=_0x2a31d8+(_0x4990c4||0x0);}else _0x2390a7['id']=EmptyMutation['id'];return{'m1Prime':_0x2390a7,'m2Prime':_0x334330};}},removeColMutationWithRemoveNumfmt={'m1':RemoveColMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0xe074e9,_0x18c231){const _0x390a36=_0x2c36f1,_0x2cd317={'m1Prime':_0xe074e9,'m2Prime':_0x18c231};if(_0xe074e9[_0x390a36(0x19f)]['unitId']!==_0x18c231[_0x390a36(0x19f)][_0x390a36(0x29b)]||_0xe074e9[_0x390a36(0x19f)][_0x390a36(0x2a0)]!==_0x18c231[_0x390a36(0x19f)]['subUnitId'])return _0x2cd317;const _0x3a7c7a=Tools['deepClone'](_0xe074e9),_0x731a69=Tools['deepClone'](_0x18c231),{ranges:_0x19e1fc}=_0x731a69['params'];return _0x19e1fc['some'](_0x58402b=>{const _0xe450a1=_0x390a36,_0x436d30=handleBaseRemoveRange(toColumn(_0xe074e9[_0xe450a1(0x19f)][_0xe450a1(0x20d)]),toColumn(_0x58402b));return _0x436d30===null||_0x436d30[_0xe450a1(0x21b)]!==0x0?!0x0:(_0x58402b[_0xe450a1(0x308)]+=_0x436d30['step'],_0x58402b['endColumn']+=_0x436d30['step'],!0x1);})?{'error':new Error(_0x390a36(0x2d9))}:{'m1Prime':_0x3a7c7a,'m2Prime':_0x731a69};}},removeColMutationWithRemoveWorksheetMerge={'m1':RemoveColMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0x13e383,_0x8fcf1){const _0x38050f=_0x2c36f1,_0x4172f3=Tools[_0x38050f(0x1e0)](_0x13e383),_0x28b97a=Tools[_0x38050f(0x1e0)](_0x8fcf1);if(_0x13e383['params']['unitId']!==_0x8fcf1[_0x38050f(0x19f)][_0x38050f(0x29b)]||_0x13e383[_0x38050f(0x19f)][_0x38050f(0x2a0)]!==_0x8fcf1[_0x38050f(0x19f)][_0x38050f(0x2a0)])return{'m1Prime':_0x4172f3,'m2Prime':_0x28b97a};const _0x22d7c1=_0x28b97a[_0x38050f(0x19f)]['ranges'][_0x38050f(0x14b)]((_0x51d714,_0x231fbe)=>{const _0x33a6bb=_0x38050f,_0x91166a=_0x4172f3['params'][_0x33a6bb(0x20d)],_0x3550a4=_0x91166a[_0x33a6bb(0x2b1)]-_0x91166a[_0x33a6bb(0x308)]+0x1;let _0x14b2b7={..._0x231fbe};return _0x91166a[_0x33a6bb(0x308)]>_0x231fbe['endColumn']?_0x14b2b7={..._0x231fbe}:_0x91166a[_0x33a6bb(0x308)]>=_0x231fbe[_0x33a6bb(0x308)]&&_0x91166a[_0x33a6bb(0x308)]<=_0x231fbe['endColumn']&&_0x91166a[_0x33a6bb(0x2b1)]>_0x231fbe['endColumn']?(_0x14b2b7[_0x33a6bb(0x2b1)]=_0x91166a[_0x33a6bb(0x308)]-0x1,_0x91166a[_0x33a6bb(0x308)]===_0x231fbe[_0x33a6bb(0x308)]&&(_0x14b2b7=null)):_0x91166a[_0x33a6bb(0x308)]>_0x231fbe['startColumn']&&_0x91166a['endColumn']<_0x231fbe['endColumn']?_0x14b2b7[_0x33a6bb(0x2b1)]=_0x231fbe['endColumn']-_0x3550a4:_0x91166a['startColumn']<_0x231fbe[_0x33a6bb(0x308)]&&_0x91166a[_0x33a6bb(0x2b1)]>=_0x231fbe[_0x33a6bb(0x308)]&&_0x91166a[_0x33a6bb(0x2b1)]<=_0x231fbe[_0x33a6bb(0x2b1)]?(_0x14b2b7['startColumn']=_0x91166a['startColumn'],_0x14b2b7['endColumn']=_0x231fbe[_0x33a6bb(0x2b1)]-_0x3550a4,_0x91166a[_0x33a6bb(0x2b1)]===_0x231fbe[_0x33a6bb(0x2b1)]&&(_0x14b2b7=null)):_0x91166a[_0x33a6bb(0x308)]<=_0x231fbe['startColumn']&&_0x91166a[_0x33a6bb(0x2b1)]>=_0x231fbe[_0x33a6bb(0x2b1)]?_0x14b2b7=null:_0x91166a['endColumn']<_0x231fbe[_0x33a6bb(0x308)]&&(_0x14b2b7[_0x33a6bb(0x308)]=_0x231fbe[_0x33a6bb(0x308)]-_0x3550a4,_0x14b2b7[_0x33a6bb(0x2b1)]=_0x231fbe[_0x33a6bb(0x2b1)]-_0x3550a4),_0x14b2b7&&!(_0x14b2b7[_0x33a6bb(0x215)]===_0x14b2b7[_0x33a6bb(0x2de)]&&_0x14b2b7[_0x33a6bb(0x308)]===_0x14b2b7[_0x33a6bb(0x2b1)])&&_0x51d714[_0x33a6bb(0x20c)](_0x14b2b7),_0x51d714;},[]);return _0x28b97a['params'][_0x38050f(0x265)]=_0x22d7c1,{'m1Prime':_0x4172f3,'m2Prime':_0x28b97a};}},removeColMutationWithReorderRange={'m1':RemoveColMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x422b46,_0x5ed576){const _0xbe75ba=_0x2c36f1,_0x2c6ad7={'m1Prime':_0x422b46,'m2Prime':_0x5ed576};if(_0x422b46[_0xbe75ba(0x19f)][_0xbe75ba(0x29b)]!==_0x5ed576['params'][_0xbe75ba(0x29b)]||_0x422b46[_0xbe75ba(0x19f)][_0xbe75ba(0x2a0)]!==_0x5ed576[_0xbe75ba(0x19f)][_0xbe75ba(0x2a0)])return _0x2c6ad7;const _0x40df64=handleBaseRemoveRange(toColumn(_0x422b46[_0xbe75ba(0x19f)][_0xbe75ba(0x20d)]),toColumn(_0x5ed576['params']['range']));if(!_0x40df64)return{'m1Prime':_0x422b46,'m2Prime':[]};const _0x2ce425=Tools['deepClone'](_0x5ed576);return _0x2ce425[_0xbe75ba(0x19f)][_0xbe75ba(0x20d)][_0xbe75ba(0x308)]+=_0x40df64[_0xbe75ba(0x1bc)],_0x2ce425[_0xbe75ba(0x19f)]['range']['endColumn']+=_0x40df64[_0xbe75ba(0x1bc)]+(_0x40df64[_0xbe75ba(0x21b)]||0x0),{'m1Prime':_0x422b46,'m2Prime':_0x2ce425};}},removeColMutationWithSetColData={'m1':RemoveColMutation['id'],'m2':SetColDataMutation['id'],'handler'(_0x52ae61,_0x39febe){const _0x512941=_0x2c36f1,_0x234149={'m1Prime':_0x52ae61,'m2Prime':_0x39febe};if(_0x52ae61[_0x512941(0x19f)]['unitId']!==_0x39febe[_0x512941(0x19f)][_0x512941(0x29b)]||_0x52ae61[_0x512941(0x19f)][_0x512941(0x2a0)]!==_0x39febe[_0x512941(0x19f)][_0x512941(0x2a0)])return _0x234149;const _0x27807b=Tools[_0x512941(0x1e0)](_0x52ae61),_0x38ee4a=Tools[_0x512941(0x1e0)](_0x39febe),{columnData:_0x33d6c1}=_0x38ee4a['params'];return spliceArray(_0x52ae61[_0x512941(0x19f)][_0x512941(0x20d)]['startColumn'],_0x52ae61['params']['range']['endColumn']-_0x52ae61['params']['range'][_0x512941(0x308)]+0x1,_0x33d6c1),{'m1Prime':_0x27807b,'m2Prime':_0x38ee4a};}},removeColMutationWithSetColHidden={'m1':RemoveColMutation['id'],'m2':SetColHiddenMutation['id'],'handler'(_0x2d53a8,_0x305959){const _0x49f201=_0x2c36f1,_0x493c82={'m1Prime':_0x2d53a8,'m2Prime':_0x305959};if(_0x2d53a8[_0x49f201(0x19f)][_0x49f201(0x29b)]!==_0x305959[_0x49f201(0x19f)][_0x49f201(0x29b)]||_0x2d53a8['params'][_0x49f201(0x2a0)]!==_0x305959[_0x49f201(0x19f)][_0x49f201(0x2a0)])return _0x493c82;const _0x248b3e=Tools[_0x49f201(0x1e0)](_0x2d53a8),_0x2e81fa=Tools['deepClone'](_0x305959),{ranges:_0x43eebe}=_0x2e81fa['params'];return _0x43eebe[_0x49f201(0x242)](_0x46c0d9=>{const _0x3ec41c=_0x49f201,_0x49d76a=handleBaseRemoveRange(toColumn(_0x2d53a8[_0x3ec41c(0x19f)][_0x3ec41c(0x20d)]),_0x46c0d9);_0x49d76a==null?_0x2e81fa['id']=EmptyMutation['id']:(_0x46c0d9[_0x3ec41c(0x308)]+=_0x49d76a[_0x3ec41c(0x1bc)],_0x46c0d9[_0x3ec41c(0x2b1)]+=_0x49d76a[_0x3ec41c(0x1bc)]+_0x49d76a['length']);}),{'m1Prime':_0x248b3e,'m2Prime':_0x2e81fa};}},removeColMutationWithSetColVisible={'m1':RemoveColMutation['id'],'m2':SetColVisibleMutation['id'],'handler'(_0x47caf3,_0x534d22){const _0x279ca6=_0x2c36f1,_0x5be290={'m1Prime':_0x47caf3,'m2Prime':_0x534d22};if(_0x47caf3[_0x279ca6(0x19f)]['unitId']!==_0x534d22[_0x279ca6(0x19f)]['unitId']||_0x47caf3[_0x279ca6(0x19f)][_0x279ca6(0x2a0)]!==_0x534d22[_0x279ca6(0x19f)][_0x279ca6(0x2a0)])return _0x5be290;const _0x3bd20e=Tools[_0x279ca6(0x1e0)](_0x47caf3),_0x413492=Tools[_0x279ca6(0x1e0)](_0x534d22),{ranges:_0x2ac35}=_0x413492[_0x279ca6(0x19f)];return _0x2ac35[_0x279ca6(0x242)](_0x2a73e1=>{const _0x2d4186=_0x279ca6,_0x3c4f7e=handleBaseRemoveRange(toColumn(_0x47caf3[_0x2d4186(0x19f)][_0x2d4186(0x20d)]),_0x2a73e1);_0x3c4f7e==null?_0x413492['id']=EmptyMutation['id']:(_0x2a73e1[_0x2d4186(0x308)]+=_0x3c4f7e[_0x2d4186(0x1bc)],_0x2a73e1[_0x2d4186(0x2b1)]+=_0x3c4f7e[_0x2d4186(0x1bc)]+_0x3c4f7e[_0x2d4186(0x21b)]);}),{'m1Prime':_0x3bd20e,'m2Prime':_0x413492};}},removeColMutationWithSetNumfmt={'m1':RemoveColMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x4937f7,_0x2a07d2){const _0x52e559=_0x2c36f1,_0xc7a6f4={'m1Prime':_0x4937f7,'m2Prime':_0x2a07d2};if(_0x4937f7[_0x52e559(0x19f)]['unitId']!==_0x2a07d2[_0x52e559(0x19f)]['unitId']||_0x4937f7[_0x52e559(0x19f)][_0x52e559(0x2a0)]!==_0x2a07d2[_0x52e559(0x19f)][_0x52e559(0x2a0)])return _0xc7a6f4;const _0x191b2e=[Tools['deepClone'](_0x4937f7)],_0x756142=Tools[_0x52e559(0x1e0)](_0x2a07d2),{values:_0x12c246}=_0x756142[_0x52e559(0x19f)],_0x5d810c=[];let _0x2d2d84=!0x1;for(const _0x418351 in _0x12c246){const _0x31bb63=_0x12c246[_0x418351];if(_0x5d810c[_0x52e559(0x20c)](..._0x31bb63[_0x52e559(0x265)]),_0x31bb63[_0x52e559(0x265)]['some'](_0x573e3a=>{const _0x3661ff=_0x52e559,_0x53da73=handleBaseRemoveRange(toColumn(_0x4937f7[_0x3661ff(0x19f)][_0x3661ff(0x20d)]),toColumn(_0x573e3a));return _0x53da73==null||_0x53da73[_0x3661ff(0x21b)]!==0x0?!0x0:(_0x53da73['step']!==0x0&&(_0x2d2d84=!0x0),_0x573e3a[_0x3661ff(0x308)]+=_0x53da73[_0x3661ff(0x1bc)],_0x573e3a[_0x3661ff(0x2b1)]+=_0x53da73[_0x3661ff(0x1bc)],!0x1);}))return{'error':new Error(_0x52e559(0x2ef))};}if(_0x2d2d84){const _0x5448c7={'id':RemoveNumfmtMutation['id'],'params':{'unitId':_0x2a07d2[_0x52e559(0x19f)][_0x52e559(0x29b)],'subUnitId':_0x2a07d2[_0x52e559(0x19f)][_0x52e559(0x2a0)],'ranges':_0x5d810c}};_0x191b2e[_0x52e559(0x20c)](_0x5448c7,_0x756142);}return{'m1Prime':_0x191b2e,'m2Prime':_0x756142};}},removeColMutationWithSetRangeValues={'m1':RemoveColMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x5cbe21,_0x4704fb){const _0x445b63=_0x2c36f1,_0x121e0a={'m1Prime':_0x5cbe21,'m2Prime':_0x4704fb};if(_0x5cbe21[_0x445b63(0x19f)][_0x445b63(0x29b)]!==_0x4704fb[_0x445b63(0x19f)][_0x445b63(0x29b)]||_0x5cbe21[_0x445b63(0x19f)]['subUnitId']!==_0x4704fb[_0x445b63(0x19f)]['subUnitId'])return _0x121e0a;const _0x4e1e14=[Tools[_0x445b63(0x1e0)](_0x5cbe21)],_0x40cfed=Tools['deepClone'](_0x4704fb),_0x338cb2=new ObjectMatrix(_0x40cfed[_0x445b63(0x19f)][_0x445b63(0x2d2)]),_0x50761d=_0x338cb2[_0x445b63(0x280)](),_0x5b7361=_0x5cbe21[_0x445b63(0x19f)][_0x445b63(0x20d)],_0x597dbf=_0x5b7361['endColumn']-_0x5b7361[_0x445b63(0x308)]+0x1;if(_0x40cfed['params'][_0x445b63(0x2d2)]&&_0x5b7361[_0x445b63(0x2b1)]<_0x50761d[_0x445b63(0x308)])moveColumns(_0x40cfed[_0x445b63(0x19f)]['cellValue'],_0x50761d[_0x445b63(0x308)],_0x50761d[_0x445b63(0x2b1)]-_0x50761d[_0x445b63(0x308)]+0x1,-_0x597dbf);else{if(_0x5b7361[_0x445b63(0x308)]<=_0x50761d[_0x445b63(0x2b1)])return{'error':new Error(_0x445b63(0x143))};}const _0x581275=new ObjectMatrix();let _0x193971=!0x1,_0x4f00fc=!0x1;if(_0x338cb2[_0x445b63(0x2e5)]((_0x3558a1,_0x27b29f,_0x1d05dc)=>{const _0x46b705=_0x445b63;if(_0x1d05dc&&_0x1d05dc['f']){const _0x3a9493=_0x1d05dc['f'];let _0x12ba71=!0x1;const _0x2dde12=processFormulaString(_0x5cbe21[_0x46b705(0x19f)][_0x46b705(0x29b)],_0x5cbe21[_0x46b705(0x19f)][_0x46b705(0x2a0)],_0x3a9493,_0x31d378=>{const _0xd0a451=_0x46b705,_0x4cab69=handleBaseRemoveRange(toColumn(_0x5cbe21[_0xd0a451(0x19f)]['range']),toColumn(_0x31d378));return _0x4cab69===null?(_0x193971=!0x0,_0x31d378):((_0x4cab69[_0xd0a451(0x1bc)]!==0x0||_0x4cab69['length']!==0x0)&&(_0x12ba71=!0x0,_0x31d378['startColumn']+=_0x4cab69[_0xd0a451(0x1bc)],_0x31d378[_0xd0a451(0x2b1)]+=_0x4cab69[_0xd0a451(0x1bc)]+_0x4cab69[_0xd0a451(0x21b)]),_0x31d378);});_0x12ba71&&(_0x4f00fc=!0x0,_0x1d05dc['f']=_0x2dde12,_0x581275[_0x46b705(0x2d0)](_0x3558a1,_0x27b29f,{..._0x1d05dc}));}}),_0x193971)return{'error':new Error(_0x445b63(0x268))};if(_0x4f00fc){const _0x5053f6={'id':SetRangeValuesMutation['id'],'params':{'unitId':_0x4704fb[_0x445b63(0x19f)][_0x445b63(0x29b)],'subUnitId':_0x4704fb[_0x445b63(0x19f)][_0x445b63(0x2a0)],'cellValue':_0x581275[_0x445b63(0x260)]()}};_0x4e1e14[_0x445b63(0x20c)](_0x5053f6);}return{'m1Prime':_0x4e1e14,'m2Prime':_0x40cfed};}},removeColMutationWithSetSelection={'m1':RemoveColMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0x3e0f0c,_0x548c34){const _0x15a3bd=_0x2c36f1,_0x15ed52={'m1Prime':[],'m2Prime':[]};if(_0x3e0f0c[_0x15a3bd(0x19f)][_0x15a3bd(0x29b)]!==_0x548c34['params'][_0x15a3bd(0x29b)]||_0x3e0f0c['params'][_0x15a3bd(0x2a0)]!==_0x548c34[_0x15a3bd(0x19f)][_0x15a3bd(0x2a0)])return _0x15ed52;const _0x201cce=Tools[_0x15a3bd(0x1e0)](_0x548c34);let _0x311537=!0x1;return _0x201cce[_0x15a3bd(0x19f)][_0x15a3bd(0x199)][_0x15a3bd(0x242)](_0x365ed2=>{const _0x74fb71=_0x15a3bd,{range:_0x91e43f,primary:_0x341580}=_0x365ed2,_0x3b36b1=handleBaseRemoveRange(toColumn(_0x3e0f0c[_0x74fb71(0x19f)]['range']),toColumn(_0x91e43f));if(_0x3b36b1!=null&&(_0x3b36b1['length']||_0x3b36b1[_0x74fb71(0x1bc)])){if(_0x91e43f[_0x74fb71(0x308)]+=_0x3b36b1['step'],_0x91e43f[_0x74fb71(0x2b1)]+=_0x3b36b1[_0x74fb71(0x1bc)]+(_0x3b36b1[_0x74fb71(0x21b)]||0x0),_0x341580){const _0xd4fca3=handleBaseRemoveRange(toColumn(_0x3e0f0c[_0x74fb71(0x19f)][_0x74fb71(0x20d)]),toColumn(_0x341580));if(_0xd4fca3==null){_0x341580[_0x74fb71(0x308)]=_0x91e43f['startColumn'],_0x341580[_0x74fb71(0x2b1)]=_0x91e43f[_0x74fb71(0x308)],_0x341580[_0x74fb71(0x1c7)]=_0x91e43f[_0x74fb71(0x308)];return;}(_0xd4fca3[_0x74fb71(0x21b)]||_0xd4fca3[_0x74fb71(0x1bc)])&&(_0x341580['startColumn']+=_0xd4fca3[_0x74fb71(0x1bc)],_0x341580[_0x74fb71(0x2b1)]+=_0xd4fca3[_0x74fb71(0x1bc)],_0x341580[_0x74fb71(0x1c7)]+=_0xd4fca3[_0x74fb71(0x1bc)]);}_0x311537=!0x0;}}),_0x311537&&_0x15ed52[_0x15a3bd(0x2ea)][_0x15a3bd(0x20c)](_0x201cce),_0x15ed52;}},removeColMutationWithSetSheetsFilterCriteria={'m1':RemoveColMutation['id'],'m2':SetSheetsFilterCriteriaMutation['id'],'handler'(_0x41d0f9,_0x18e0b8){const _0xe24597=_0x2c36f1,_0xcc5cf4={'m1Prime':_0x41d0f9,'m2Prime':_0x18e0b8};if(_0x41d0f9[_0xe24597(0x19f)][_0xe24597(0x29b)]!==_0x18e0b8['params']['unitId']||_0x41d0f9[_0xe24597(0x19f)][_0xe24597(0x2a0)]!==_0x18e0b8[_0xe24597(0x19f)]['subUnitId'])return _0xcc5cf4;const _0x1d1f50=Tools[_0xe24597(0x1e0)](_0x41d0f9),_0x21f81c=Tools[_0xe24597(0x1e0)](_0x18e0b8),_0x3bc389=handleRemove({'start':_0x41d0f9[_0xe24597(0x19f)][_0xe24597(0x20d)]['startColumn'],'end':_0x41d0f9[_0xe24597(0x19f)][_0xe24597(0x20d)][_0xe24597(0x2b1)]},{'start':_0x18e0b8[_0xe24597(0x19f)]['col'],'end':_0x18e0b8[_0xe24597(0x19f)][_0xe24597(0x179)]}),_0x54e03f=Tools['deepClone'](_0x18e0b8);return _0x54e03f[_0xe24597(0x19f)]['criteria']=null,_0x3bc389===null?{'m1Prime':[_0x1d1f50,_0x54e03f],'m2Prime':[]}:_0x21f81c[_0xe24597(0x19f)][_0xe24597(0x179)]===_0x3bc389[_0xe24597(0x14f)]?_0xcc5cf4:(_0x21f81c['params'][_0xe24597(0x179)]=_0x3bc389[_0xe24597(0x14f)],_0x21f81c['params'][_0xe24597(0x22f)]&&(_0x21f81c[_0xe24597(0x19f)][_0xe24597(0x22f)][_0xe24597(0x16b)]=_0x3bc389[_0xe24597(0x14f)]),{'m1Prime':[_0x54e03f,_0x21f81c,_0x1d1f50],'m2Prime':[_0x21f81c]});}},removeColMutationWithSetSheetsFilterRange={'m1':RemoveColMutation['id'],'m2':SetSheetsFilterRangeMutation['id'],'handler'(_0x7b6500,_0x135f54){const _0x1f1981=_0x2c36f1,_0x1ce086={'m1Prime':[_0x7b6500],'m2Prime':[_0x135f54]};if(_0x7b6500[_0x1f1981(0x19f)][_0x1f1981(0x29b)]!==_0x135f54[_0x1f1981(0x19f)][_0x1f1981(0x29b)]||_0x7b6500[_0x1f1981(0x19f)][_0x1f1981(0x2a0)]!==_0x135f54[_0x1f1981(0x19f)][_0x1f1981(0x2a0)])return _0x1ce086;const _0x5a6a6a=Tools['deepClone'](_0x7b6500),_0x596b69=Tools[_0x1f1981(0x1e0)](_0x135f54),_0xb4c178=handleRemove({'start':_0x7b6500[_0x1f1981(0x19f)][_0x1f1981(0x20d)][_0x1f1981(0x308)],'end':_0x7b6500['params'][_0x1f1981(0x20d)]['endColumn']},{'start':_0x135f54[_0x1f1981(0x19f)][_0x1f1981(0x20d)][_0x1f1981(0x308)],'end':_0x135f54['params'][_0x1f1981(0x20d)][_0x1f1981(0x2b1)]});return _0xb4c178===null?{'m1Prime':[_0x5a6a6a,{'id':RemoveSheetsFilterMutation['id'],'params':{'unitId':_0x135f54[_0x1f1981(0x19f)][_0x1f1981(0x29b)],'subUnitId':_0x135f54[_0x1f1981(0x19f)][_0x1f1981(0x29b)]}}],'m2Prime':[]}:(_0x596b69[_0x1f1981(0x19f)][_0x1f1981(0x20d)][_0x1f1981(0x308)]=_0xb4c178[_0x1f1981(0x14f)],_0x596b69[_0x1f1981(0x19f)][_0x1f1981(0x20d)][_0x1f1981(0x2b1)]=_0xb4c178[_0x1f1981(0x19a)],{'m1Prime':[_0x596b69,_0x5a6a6a],'m2Prime':[_0x596b69]});}},removeColMutationWithSetWorksheetColWidth={'m1':RemoveColMutation['id'],'m2':SetWorksheetColWidthMutation['id'],'handler'(_0x1738eb,_0x4dcd91){const _0x3882ae=_0x2c36f1,_0x500d8d={'m1Prime':_0x1738eb,'m2Prime':_0x4dcd91};if(_0x1738eb[_0x3882ae(0x19f)][_0x3882ae(0x29b)]!==_0x4dcd91[_0x3882ae(0x19f)][_0x3882ae(0x29b)]||_0x1738eb['params'][_0x3882ae(0x2a0)]!==_0x4dcd91[_0x3882ae(0x19f)][_0x3882ae(0x2a0)])return _0x500d8d;const _0x155563=Tools[_0x3882ae(0x1e0)](_0x1738eb),_0x471100=Tools[_0x3882ae(0x1e0)](_0x4dcd91),{ranges:_0x2b3eb5,colWidth:_0x1db2ea}=_0x471100[_0x3882ae(0x19f)];return _0x2b3eb5[_0x3882ae(0x242)](_0x5d4bc5=>{const _0x39dd78=_0x3882ae,_0x4e311e=handleBaseRemoveRange(toColumn(_0x1738eb[_0x39dd78(0x19f)][_0x39dd78(0x20d)]),_0x5d4bc5);_0x4e311e==null?_0x471100['id']=EmptyMutation['id']:(_0x5d4bc5[_0x39dd78(0x308)]+=_0x4e311e[_0x39dd78(0x1bc)],_0x5d4bc5['endColumn']+=_0x4e311e['step']+_0x4e311e[_0x39dd78(0x21b)]);}),typeof _0x1db2ea!=_0x3882ae(0x2b6)&&spliceArray(_0x1738eb[_0x3882ae(0x19f)][_0x3882ae(0x20d)][_0x3882ae(0x308)],_0x1738eb['params'][_0x3882ae(0x20d)][_0x3882ae(0x2b1)]-_0x1738eb['params'][_0x3882ae(0x20d)][_0x3882ae(0x308)]+0x1,_0x1db2ea),{'m1Prime':_0x155563,'m2Prime':_0x471100};}},removeColWithUpdateCommentRef={'m1':RemoveColMutation['id'],'m2':UpdateCommentRefMutation['id'],'handler':__name((_0x1c4458,_0x119dd4)=>{const _0xe59966=_0x2c36f1,_0x3e06d3={'m1Prime':_0x1c4458,'m2Prime':_0x119dd4};if(_0x1c4458[_0xe59966(0x19f)]['unitId']!==_0x119dd4[_0xe59966(0x19f)][_0xe59966(0x29b)]||_0x1c4458['params'][_0xe59966(0x2a0)]!==_0x119dd4[_0xe59966(0x19f)][_0xe59966(0x2a0)])return _0x3e06d3;const _0x2f4562={'id':RemoveColCommand['id'],'params':{'unitId':_0x1c4458[_0xe59966(0x19f)][_0xe59966(0x29b)],'subUnitId':_0x1c4458['params']['subUnitId'],'range':_0x1c4458[_0xe59966(0x19f)][_0xe59966(0x20d)]}},_0x4047ab=transformUpdateCommentRefWithRefRange(_0x119dd4,_0x2f4562);return{'m1Prime':[_0x1c4458,..._0x4047ab],'m2Prime':[_0x119dd4,..._0x4047ab]};},'handler')},removeColMutationWithUpdateDataValidation={'m1':RemoveColMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x94bfaa,_0x3e2d6d)=>{const _0x1c5f3b=_0x2c36f1,_0x109ee4={'m1Prime':_0x94bfaa,'m2Prime':_0x3e2d6d};if(_0x94bfaa['params'][_0x1c5f3b(0x29b)]!==_0x3e2d6d[_0x1c5f3b(0x19f)][_0x1c5f3b(0x29b)]||_0x3e2d6d[_0x1c5f3b(0x19f)]['subUnitId']!==_0x94bfaa[_0x1c5f3b(0x19f)][_0x1c5f3b(0x2a0)])return _0x109ee4;const _0x2e5eb4={'id':RemoveColCommand['id'],'params':{'range':_0x94bfaa[_0x1c5f3b(0x19f)]['range']}},_0x3236a2=transformUpdateDataValidationWithRefRange(_0x3e2d6d,_0x2e5eb4);return{'m1Prime':[_0x94bfaa,..._0x3236a2],'m2Prime':[_0x3e2d6d,..._0x3236a2]};},_0x2c36f1(0x281))},removeDataValidationMutationWithSelf={'m1':RemoveDataValidationMutation['id'],'m2':RemoveDataValidationMutation['id'],'handler':__name((_0x31ea0b,_0x40e858)=>{const _0x20d1a4=_0x2c36f1,_0x28e200={'m1Prime':_0x31ea0b,'m2Prime':_0x40e858};return _0x31ea0b['params'][_0x20d1a4(0x29b)]===_0x40e858[_0x20d1a4(0x19f)][_0x20d1a4(0x29b)]&&_0x31ea0b['params'][_0x20d1a4(0x2a0)]===_0x40e858[_0x20d1a4(0x19f)]['subUnitId']&&_0x31ea0b[_0x20d1a4(0x19f)][_0x20d1a4(0x2df)]===_0x40e858[_0x20d1a4(0x19f)][_0x20d1a4(0x2df)]?{'m1Prime':[],'m2Prime':[]}:_0x28e200;},_0x2c36f1(0x281))},removeHyperLinkWithSelf={'m1':RemoveHyperLinkMutation['id'],'m2':RemoveHyperLinkMutation['id'],'handler':__name((_0x216f01,_0xc4fbdf)=>{const _0x348845=_0x2c36f1,_0x1fcdaa=_0x216f01[_0x348845(0x19f)],_0x28c85a=_0xc4fbdf[_0x348845(0x19f)];return _0x1fcdaa[_0x348845(0x29b)]===_0x28c85a['unitId']&&_0x1fcdaa[_0x348845(0x2a0)]===_0x28c85a['subUnitId']&&_0x1fcdaa['id']===_0x28c85a['id']?{'m2Prime':[],'m1Prime':[]}:{'m1Prime':_0x216f01,'m2Prime':_0xc4fbdf};},_0x2c36f1(0x281))},removeNumfmtMutationWithSelf={'m1':RemoveNumfmtMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x2e7971,_0x3333bb){const _0x16d466=_0x2c36f1;if(_0x2e7971[_0x16d466(0x19f)][_0x16d466(0x29b)]!==_0x3333bb['params'][_0x16d466(0x29b)]||_0x2e7971[_0x16d466(0x19f)][_0x16d466(0x2a0)]!==_0x3333bb[_0x16d466(0x19f)][_0x16d466(0x2a0)])return{'m1Prime':_0x2e7971,'m2Prime':_0x3333bb};const _0x1cc772=Tools[_0x16d466(0x1e0)](_0x2e7971),_0x491bad=Tools[_0x16d466(0x1e0)](_0x3333bb),_0x4baa69=[],_0x6246e0=_0x491bad['params'][_0x16d466(0x265)];return _0x1cc772[_0x16d466(0x19f)][_0x16d466(0x265)]['forEach'](_0x438c29=>{const _0x21445c=_0x16d466,_0x10333b=RangeSubtractRanges(_0x438c29,_0x6246e0);_0x10333b[_0x21445c(0x21b)]>0x0&&_0x4baa69[_0x21445c(0x20c)](..._0x10333b);}),_0x1cc772[_0x16d466(0x19f)][_0x16d466(0x265)]=_0x4baa69,{'m1Prime':_0x2e7971,'m2Prime':_0x3333bb};}},removeNumfmtMutationWithSetNumfmt={'m1':RemoveNumfmtMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x1619d5,_0x4d1f08){const _0x27a731=_0x2c36f1;if(_0x1619d5[_0x27a731(0x19f)][_0x27a731(0x29b)]!==_0x4d1f08['params'][_0x27a731(0x29b)]||_0x1619d5[_0x27a731(0x19f)][_0x27a731(0x2a0)]!==_0x4d1f08[_0x27a731(0x19f)][_0x27a731(0x2a0)])return{'m1Prime':_0x1619d5,'m2Prime':_0x4d1f08};const _0x3dea0e=Tools[_0x27a731(0x1e0)](_0x1619d5),_0xf57637=Tools[_0x27a731(0x1e0)](_0x4d1f08),_0x45247f=[],_0x1ba553=Object[_0x27a731(0x1cc)](_0xf57637[_0x27a731(0x19f)][_0x27a731(0x1cc)])[_0x27a731(0x270)](_0x1cb628=>_0x1cb628[_0x27a731(0x265)])[_0x27a731(0x1fc)]();return _0x3dea0e[_0x27a731(0x19f)][_0x27a731(0x265)]['forEach'](_0x101790=>{const _0x42273b=_0x27a731,_0x4754c4=RangeSubtractRanges(_0x101790,_0x1ba553);_0x4754c4['length']>0x0&&_0x45247f[_0x42273b(0x20c)](..._0x4754c4);}),_0x3dea0e[_0x27a731(0x19f)][_0x27a731(0x265)]=_0x45247f,{'m1Prime':_0x3dea0e,'m2Prime':_0xf57637};}},removeRowWithAddComment={'m1':RemoveRowMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x12db0d,_0xfd91cb)=>{const _0x5c81cf=_0x2c36f1,_0x528767={'m1Prime':_0x12db0d,'m2Prime':_0xfd91cb};if(_0x12db0d['params'][_0x5c81cf(0x29b)]!==_0xfd91cb[_0x5c81cf(0x19f)][_0x5c81cf(0x29b)]||_0x12db0d[_0x5c81cf(0x19f)]['subUnitId']!==_0xfd91cb['params'][_0x5c81cf(0x2a0)])return _0x528767;const _0x5c0223={'id':RemoveRowCommand['id'],'params':{'unitId':_0x12db0d[_0x5c81cf(0x19f)]['unitId'],'subUnitId':_0x12db0d[_0x5c81cf(0x19f)][_0x5c81cf(0x2a0)],'range':_0x12db0d[_0x5c81cf(0x19f)][_0x5c81cf(0x20d)]}},_0x5c4589=transformAddCommentWithRefRange(_0xfd91cb,_0x5c0223);return{'m1Prime':[_0x12db0d,..._0x5c4589],'m2Prime':[_0xfd91cb,..._0x5c4589]};},_0x2c36f1(0x281))},removeRowMutationWithAddDataValidation={'m1':RemoveRowMutation['id'],'m2':AddDataValidationMutation['id'],'handler'(_0x2e8697,_0x5f571c){const _0x3f91bb=_0x2c36f1,_0x16dae5={'m1Prime':_0x2e8697,'m2Prime':_0x5f571c};if(_0x2e8697[_0x3f91bb(0x19f)]['unitId']!==_0x5f571c[_0x3f91bb(0x19f)][_0x3f91bb(0x29b)]||_0x2e8697[_0x3f91bb(0x19f)][_0x3f91bb(0x2a0)]!==_0x5f571c['params'][_0x3f91bb(0x2a0)])return _0x16dae5;const _0x3348d4={'id':RemoveRowCommand['id'],'params':{'range':_0x2e8697[_0x3f91bb(0x19f)][_0x3f91bb(0x20d)]}},_0x4f037b=transformAddDataValidationWithRefRange(_0x5f571c,_0x3348d4);return{'m1Prime':[_0x2e8697,..._0x4f037b],'m2Prime':[_0x5f571c,..._0x4f037b]};}},removeRowMutationWithAddMerge={'m1':RemoveRowMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x297ec7,_0x2dd23b){const _0x386f29=addWorksheetMergeMutationWithRemoveRowMutation['handler'](_0x2dd23b,_0x297ec7);return isTransformMutationSuccess(_0x386f29)?{'m1Prime':_0x386f29['m2Prime'],'m2Prime':_0x386f29['m1Prime']}:_0x386f29;}},removeRowMutationWithMoveRange={'m1':RemoveRowMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0xc70d81,_0x3d0832){const _0x345320=_0x2c36f1,_0x4505b8={'m1Prime':_0xc70d81,'m2Prime':_0x3d0832};if(_0xc70d81['params']['unitId']!==_0x3d0832['params'][_0x345320(0x29b)]||_0xc70d81[_0x345320(0x19f)][_0x345320(0x2a0)]!==_0x3d0832[_0x345320(0x19f)]['from'][_0x345320(0x2a0)]&&_0xc70d81[_0x345320(0x19f)][_0x345320(0x2a0)]!==_0x3d0832[_0x345320(0x19f)]['to']['subUnitId'])return _0x4505b8;const _0x44cccb=Tools[_0x345320(0x1e0)](_0xc70d81),_0x42aec5=Tools[_0x345320(0x1e0)](_0x3d0832),{startRow:_0x377e42,endRow:_0x59d503}=_0xc70d81[_0x345320(0x19f)][_0x345320(0x20d)];if(_0xc70d81[_0x345320(0x19f)][_0x345320(0x2a0)]===_0x3d0832[_0x345320(0x19f)][_0x345320(0x312)][_0x345320(0x2a0)]){const _0x379b5a=new ObjectMatrix(_0x42aec5[_0x345320(0x19f)][_0x345320(0x312)][_0x345320(0x300)]),_0x5c6407=_0x379b5a[_0x345320(0x280)](),{startRow:_0x3443c7,endRow:_0x57b40d}=_0x5c6407;if(_0x3443c7<=_0x59d503&&_0x57b40d>=_0x377e42)return{'error':new Error(_0x345320(0x253))};_0x59d503<_0x3443c7&&_0x379b5a[_0x345320(0x2a1)](_0x377e42,_0x59d503-_0x377e42+0x1),_0x42aec5['params'][_0x345320(0x312)]['value']=_0x379b5a[_0x345320(0x260)]();}if(_0xc70d81[_0x345320(0x19f)][_0x345320(0x2a0)]===_0x3d0832['params']['to']['subUnitId']){const _0x5454f7=new ObjectMatrix(_0x42aec5[_0x345320(0x19f)]['to'][_0x345320(0x300)]),_0x1a3fc6=_0x5454f7[_0x345320(0x280)](),{startRow:_0x4642dc,endRow:_0x4af294}=_0x1a3fc6;if(_0x4642dc<=_0x59d503&&_0x4af294>=_0x377e42)return{'error':new Error(_0x345320(0x253))};_0x59d503<_0x4642dc&&_0x5454f7[_0x345320(0x2a1)](_0x377e42,_0x59d503-_0x377e42+0x1),_0x42aec5['params']['to'][_0x345320(0x300)]=_0x5454f7[_0x345320(0x260)]();}return{'m1Prime':_0x44cccb,'m2Prime':_0x42aec5};}},removeRowMutationWithMoveRow={'m1':RemoveRowMutation['id'],'m2':MoveRowsMutation['id'],'handler'(_0x24ee37,_0x2e1751){const _0x4c7990=_0x2c36f1,_0x5ca990={'m1Prime':_0x24ee37,'m2Prime':_0x2e1751};if(_0x24ee37[_0x4c7990(0x19f)][_0x4c7990(0x29b)]!==_0x2e1751[_0x4c7990(0x19f)]['unitId']||_0x24ee37[_0x4c7990(0x19f)][_0x4c7990(0x2a0)]!==_0x2e1751['params'][_0x4c7990(0x2a0)])return _0x5ca990;const _0x548092=Tools[_0x4c7990(0x1e0)](_0x24ee37),_0x1b1818=Tools[_0x4c7990(0x1e0)](_0x2e1751);if(_0x24ee37[_0x4c7990(0x19f)][_0x4c7990(0x20d)][_0x4c7990(0x215)]<=_0x2e1751[_0x4c7990(0x19f)][_0x4c7990(0x1f8)][_0x4c7990(0x2de)]&&_0x24ee37[_0x4c7990(0x19f)][_0x4c7990(0x20d)][_0x4c7990(0x2de)]>=_0x2e1751['params']['sourceRange'][_0x4c7990(0x215)]||_0x24ee37[_0x4c7990(0x19f)][_0x4c7990(0x20d)][_0x4c7990(0x215)]<=_0x2e1751[_0x4c7990(0x19f)][_0x4c7990(0x236)][_0x4c7990(0x2de)]&&_0x24ee37[_0x4c7990(0x19f)]['range']['endRow']>=_0x2e1751[_0x4c7990(0x19f)]['targetRange'][_0x4c7990(0x215)])return{'error':new Error(_0x4c7990(0x2e9))};const _0x4134c2=handleBaseRemoveRange(toColumn(rotateRange(_0x24ee37[_0x4c7990(0x19f)]['range'])),toColumn(rotateRange(_0x2e1751[_0x4c7990(0x19f)][_0x4c7990(0x1f8)]))),_0x1e7465=handleBaseRemoveRange(toColumn(rotateRange(_0x24ee37[_0x4c7990(0x19f)]['range'])),toColumn(rotateRange(_0x2e1751[_0x4c7990(0x19f)][_0x4c7990(0x236)])));_0x4134c2&&_0x1e7465?(_0x1b1818[_0x4c7990(0x19f)][_0x4c7990(0x1f8)][_0x4c7990(0x215)]+=_0x4134c2[_0x4c7990(0x1bc)],_0x1b1818[_0x4c7990(0x19f)][_0x4c7990(0x1f8)][_0x4c7990(0x2de)]+=_0x4134c2[_0x4c7990(0x1bc)]+(_0x4134c2[_0x4c7990(0x21b)]||0x0),_0x1b1818['params']['targetRange'][_0x4c7990(0x215)]+=_0x1e7465[_0x4c7990(0x1bc)],_0x1b1818[_0x4c7990(0x19f)][_0x4c7990(0x236)]['endRow']+=_0x1e7465[_0x4c7990(0x1bc)]+(_0x1e7465[_0x4c7990(0x21b)]||0x0)):_0x1b1818['id']=EmptyMutation['id'];const _0x58eb7f=handleBaseMoveRowsCols({'start':_0x2e1751[_0x4c7990(0x19f)][_0x4c7990(0x1f8)]['startRow'],'end':_0x2e1751[_0x4c7990(0x19f)][_0x4c7990(0x1f8)][_0x4c7990(0x2de)]},{'start':_0x2e1751[_0x4c7990(0x19f)][_0x4c7990(0x236)][_0x4c7990(0x215)],'end':_0x2e1751[_0x4c7990(0x19f)][_0x4c7990(0x236)]['endRow']},{'start':_0x24ee37[_0x4c7990(0x19f)][_0x4c7990(0x20d)][_0x4c7990(0x215)],'end':_0x24ee37[_0x4c7990(0x19f)]['range'][_0x4c7990(0x2de)]});if(_0x58eb7f){const {step:_0x225594,length:_0xbd2dcb}=_0x58eb7f;_0x548092[_0x4c7990(0x19f)][_0x4c7990(0x20d)]['startRow']+=_0x225594,_0x548092[_0x4c7990(0x19f)]['range'][_0x4c7990(0x2de)]+=_0x225594+(_0xbd2dcb||0x0);}else _0x548092['id']=EmptyMutation['id'];return{'m1Prime':_0x548092,'m2Prime':_0x1b1818};}},removeRowMutationWithRemoveNumfmt={'m1':RemoveRowMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0xa9d078,_0x3019b6){const _0xf80c52=_0x2c36f1,_0x17cc9d={'m1Prime':_0xa9d078,'m2Prime':_0x3019b6};if(_0xa9d078[_0xf80c52(0x19f)][_0xf80c52(0x29b)]!==_0x3019b6['params'][_0xf80c52(0x29b)]||_0xa9d078['params'][_0xf80c52(0x2a0)]!==_0x3019b6[_0xf80c52(0x19f)][_0xf80c52(0x2a0)])return _0x17cc9d;const _0x35f07d=Tools['deepClone'](_0xa9d078),_0x2f4f6f=Tools[_0xf80c52(0x1e0)](_0x3019b6),{ranges:_0xe6a8b9}=_0x2f4f6f[_0xf80c52(0x19f)];return _0xe6a8b9[_0xf80c52(0x1b2)](_0x28cb19=>{const _0x2de0e0=_0xf80c52,_0x26a190=handleBaseRemoveRange(toColumn(rotateRange(_0xa9d078['params'][_0x2de0e0(0x20d)])),toColumn(rotateRange(_0x28cb19)));return _0x26a190===null||_0x26a190[_0x2de0e0(0x21b)]!==0x0?!0x0:(_0x28cb19[_0x2de0e0(0x215)]+=_0x26a190[_0x2de0e0(0x1bc)],_0x28cb19[_0x2de0e0(0x2de)]+=_0x26a190[_0x2de0e0(0x1bc)],!0x1);})?{'error':new Error(_0xf80c52(0x2e4))}:{'m1Prime':_0x35f07d,'m2Prime':_0x2f4f6f};}},removeRowMutationWithSelf={'m1':RemoveRowMutation['id'],'m2':RemoveRowMutation['id'],'handler'(_0x28b3f9,_0x1b2ce0){const _0xc3153=_0x2c36f1,_0x5371c2={'m1Prime':_0x28b3f9,'m2Prime':_0x1b2ce0};if(_0x28b3f9[_0xc3153(0x19f)]['unitId']!==_0x1b2ce0[_0xc3153(0x19f)][_0xc3153(0x29b)]||_0x28b3f9[_0xc3153(0x19f)][_0xc3153(0x2a0)]!==_0x1b2ce0[_0xc3153(0x19f)][_0xc3153(0x2a0)])return _0x5371c2;const _0xbb35be=Tools[_0xc3153(0x1e0)](_0x28b3f9),_0x1d71bd=Tools[_0xc3153(0x1e0)](_0x1b2ce0),_0x312329=handleBaseRemoveRange(toColumn(rotateRange(_0x28b3f9['params']['range'])),toColumn(rotateRange(_0x1b2ce0[_0xc3153(0x19f)][_0xc3153(0x20d)])));if(_0x312329){const {step:_0x546db4,length:_0x162872}=_0x312329;_0x1d71bd[_0xc3153(0x19f)][_0xc3153(0x20d)][_0xc3153(0x215)]+=_0x546db4,_0x1d71bd[_0xc3153(0x19f)][_0xc3153(0x20d)][_0xc3153(0x2de)]+=_0x546db4+(_0x162872||0x0);}else _0x1d71bd['id']=EmptyMutation['id'];const _0x5cab6f=handleBaseRemoveRange(toColumn(rotateRange(_0x1b2ce0[_0xc3153(0x19f)][_0xc3153(0x20d)])),toColumn(rotateRange(_0x28b3f9[_0xc3153(0x19f)][_0xc3153(0x20d)])));if(_0x5cab6f){const {step:_0xd8cebb,length:_0x574684}=_0x5cab6f;_0xbb35be[_0xc3153(0x19f)][_0xc3153(0x20d)][_0xc3153(0x215)]+=_0xd8cebb,_0xbb35be[_0xc3153(0x19f)][_0xc3153(0x20d)][_0xc3153(0x2de)]+=_0xd8cebb+(_0x574684||0x0);}else _0xbb35be['id']=EmptyMutation['id'];return{'m1Prime':_0xbb35be,'m2Prime':_0x1d71bd};}},removeRowMutationWithRemoveWorksheetMerge={'m1':RemoveRowMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0x5968f4,_0x5aa8f8){const _0x4548ad=_0x2c36f1,_0x2619ef=Tools[_0x4548ad(0x1e0)](_0x5968f4),_0x39e3da=Tools['deepClone'](_0x5aa8f8);if(_0x5968f4['params'][_0x4548ad(0x29b)]!==_0x5aa8f8[_0x4548ad(0x19f)][_0x4548ad(0x29b)]||_0x5968f4[_0x4548ad(0x19f)][_0x4548ad(0x2a0)]!==_0x5aa8f8[_0x4548ad(0x19f)][_0x4548ad(0x2a0)])return{'m1Prime':_0x2619ef,'m2Prime':_0x39e3da};const _0x1b38c9=_0x39e3da[_0x4548ad(0x19f)][_0x4548ad(0x265)]['reduce']((_0x3c37a7,_0x424c08)=>{const _0x4ca2c4=_0x4548ad,_0x1feefb=_0x2619ef[_0x4ca2c4(0x19f)][_0x4ca2c4(0x20d)],_0x273ea0=_0x1feefb['endRow']-_0x1feefb[_0x4ca2c4(0x215)]+0x1;let _0x472ec5={..._0x424c08};return _0x1feefb['startRow']>_0x424c08[_0x4ca2c4(0x2de)]?_0x472ec5={..._0x424c08}:_0x1feefb[_0x4ca2c4(0x215)]>=_0x424c08[_0x4ca2c4(0x215)]&&_0x1feefb[_0x4ca2c4(0x215)]<=_0x424c08[_0x4ca2c4(0x2de)]&&_0x1feefb['endRow']>_0x424c08['endRow']?(_0x472ec5[_0x4ca2c4(0x2de)]=_0x1feefb[_0x4ca2c4(0x215)]-0x1,_0x1feefb[_0x4ca2c4(0x215)]===_0x424c08[_0x4ca2c4(0x215)]&&(_0x472ec5=null)):_0x1feefb[_0x4ca2c4(0x215)]>_0x424c08[_0x4ca2c4(0x215)]&&_0x1feefb[_0x4ca2c4(0x2de)]<_0x424c08[_0x4ca2c4(0x2de)]?_0x472ec5['endRow']=_0x424c08[_0x4ca2c4(0x2de)]-_0x273ea0:_0x1feefb['startRow']<_0x424c08[_0x4ca2c4(0x215)]&&_0x1feefb[_0x4ca2c4(0x2de)]>=_0x424c08[_0x4ca2c4(0x215)]&&_0x1feefb[_0x4ca2c4(0x2de)]<=_0x424c08['endRow']?(_0x472ec5[_0x4ca2c4(0x215)]=_0x1feefb[_0x4ca2c4(0x215)],_0x472ec5['endRow']=_0x424c08[_0x4ca2c4(0x2de)]-_0x273ea0,_0x1feefb[_0x4ca2c4(0x2de)]===_0x424c08['endRow']&&(_0x472ec5=null)):_0x1feefb[_0x4ca2c4(0x215)]<=_0x424c08['startRow']&&_0x1feefb[_0x4ca2c4(0x2de)]>=_0x424c08[_0x4ca2c4(0x2de)]?_0x472ec5=null:_0x1feefb[_0x4ca2c4(0x2de)]<_0x424c08['startRow']&&(_0x472ec5[_0x4ca2c4(0x215)]=_0x424c08[_0x4ca2c4(0x215)]-_0x273ea0,_0x472ec5['endRow']=_0x424c08[_0x4ca2c4(0x2de)]-_0x273ea0),_0x472ec5&&!(_0x472ec5[_0x4ca2c4(0x215)]===_0x472ec5[_0x4ca2c4(0x2de)]&&_0x472ec5['startColumn']===_0x472ec5[_0x4ca2c4(0x2b1)])&&_0x3c37a7[_0x4ca2c4(0x20c)](_0x472ec5),_0x3c37a7;},[]);return _0x39e3da['params'][_0x4548ad(0x265)]=_0x1b38c9,{'m1Prime':_0x2619ef,'m2Prime':_0x39e3da};}},removeRowMutationWithReorderRange={'m1':RemoveRowMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x5d14be,_0x1292b7){const _0x4891b5=_0x2c36f1,_0x283781={'m1Prime':_0x5d14be,'m2Prime':_0x1292b7};if(_0x5d14be[_0x4891b5(0x19f)][_0x4891b5(0x29b)]!==_0x1292b7[_0x4891b5(0x19f)][_0x4891b5(0x29b)]||_0x5d14be['params']['subUnitId']!==_0x1292b7['params'][_0x4891b5(0x2a0)])return _0x283781;const _0x3dd162=Tools[_0x4891b5(0x1e0)](_0x1292b7),_0x3e353b=Tools[_0x4891b5(0x1e0)](_0x5d14be),_0x33b9b0=handleBaseRemoveRange(toColumn(rotateRange(_0x5d14be[_0x4891b5(0x19f)][_0x4891b5(0x20d)])),toColumn(rotateRange(_0x1292b7[_0x4891b5(0x19f)]['range'])));if(!_0x33b9b0)return{'m1Prime':_0x5d14be,'m2Prime':[]};if(_0x33b9b0['length']===0x0&&_0x33b9b0[_0x4891b5(0x1bc)]===0x0)return{'m1Prime':_0x5d14be,'m2Prime':_0x1292b7};const {startRow:_0x3e6289,endRow:_0x2e3bc9}=_0x5d14be[_0x4891b5(0x19f)]['range'];_0x3dd162[_0x4891b5(0x19f)][_0x4891b5(0x20d)][_0x4891b5(0x215)]+=_0x33b9b0[_0x4891b5(0x1bc)],_0x3dd162[_0x4891b5(0x19f)][_0x4891b5(0x20d)][_0x4891b5(0x2de)]+=_0x33b9b0[_0x4891b5(0x1bc)]+(_0x33b9b0[_0x4891b5(0x21b)]||0x0);const _0x5ec232=Object['keys'](_0x1292b7[_0x4891b5(0x19f)]['order'])[_0x4891b5(0x270)](_0x2f9d52=>orderMap(_0x3e6289,_0x2e3bc9,Number(_0x2f9d52)))[_0x4891b5(0x2e3)](_0x407c12=>_0x407c12!==null),_0x532913={};for(const _0x160a22 in _0x1292b7[_0x4891b5(0x19f)][_0x4891b5(0x18b)]){let _0x2f1415=_0x1292b7[_0x4891b5(0x19f)][_0x4891b5(0x18b)][_0x160a22];_0x2f1415=orderMap(_0x3e6289,_0x2e3bc9,_0x2f1415),_0x2f1415!==null&&(_0x532913[_0x5ec232[_0x4891b5(0x2d4)]()]=_0x2f1415);}_0x3dd162[_0x4891b5(0x19f)][_0x4891b5(0x18b)]=_0x532913;const _0x586633=reorderRemoveRows(_0x1292b7[_0x4891b5(0x19f)][_0x4891b5(0x18b)],{'start':_0x5d14be[_0x4891b5(0x19f)]['range'][_0x4891b5(0x215)],'end':_0x5d14be[_0x4891b5(0x19f)]['range'][_0x4891b5(0x2de)]}),_0x1fb33c=[_0x3e353b];return _0x586633&&_0x1fb33c[_0x4891b5(0x24c)]({'id':ReorderRangeMutation['id'],'params':{..._0x5d14be[_0x4891b5(0x19f)],'order':_0x586633[_0x4891b5(0x18b)],'range':{..._0x1292b7[_0x4891b5(0x19f)][_0x4891b5(0x20d)],..._0x586633['range']}}}),{'m1Prime':_0x1fb33c,'m2Prime':_0x3dd162};}},reorderRemoveRows=__name((_0x529a60,_0x358e30)=>{const _0x1f6204=_0x2c36f1,_0x21bad0=Object[_0x1f6204(0x1df)](_0x529a60)[_0x1f6204(0x270)](Number)['sort']((_0x2839b2,_0x43ccf5)=>_0x2839b2-_0x43ccf5);if(_0x21bad0[_0x1f6204(0x21b)]===0x0)return null;const _0x1d96d5=_0x21bad0[0x0],_0x19f25f=_0x21bad0[_0x21bad0[_0x1f6204(0x21b)]-0x1];if(_0x1d96d5>_0x358e30[_0x1f6204(0x19a)]||_0x19f25f<_0x358e30['start'])return null;const _0x51084b=_0x21bad0[_0x1f6204(0x2e3)](_0x25d2b4=>_0x529a60[_0x25d2b4]>=_0x358e30[_0x1f6204(0x14f)]&&_0x529a60[_0x25d2b4]<=_0x358e30[_0x1f6204(0x19a)]);if(_0x51084b[_0x1f6204(0x21b)]===0x0)return null;const _0x32afec=_0x51084b[_0x1f6204(0x270)](_0x57e419=>_0x529a60[_0x57e419]),_0x5b5510={},_0x5d74fe=Math[_0x1f6204(0x314)](_0x51084b[0x0],_0x358e30[_0x1f6204(0x14f)]),_0x24af15=Math[_0x1f6204(0x27f)](_0x51084b[_0x51084b['length']-0x1],_0x358e30['end']),_0x3a1b2b=Array[_0x1f6204(0x312)]({'length':_0x24af15-_0x5d74fe+0x1},(_0x429133,_0xfe31ce)=>_0xfe31ce+_0x5d74fe)[_0x1f6204(0x2e3)](_0x3b93d8=>!_0x51084b[_0x1f6204(0x2b2)](_0x3b93d8));return Array[_0x1f6204(0x312)]({'length':_0x24af15-_0x5d74fe+0x1},(_0x284e5a,_0x202976)=>_0x202976+_0x5d74fe)['filter'](_0x4184db=>!_0x32afec[_0x1f6204(0x2b2)](_0x4184db))['forEach']((_0x59362e,_0x5d6e31)=>{_0x5b5510[_0x59362e]=_0x3a1b2b[_0x5d6e31];}),_0x32afec[_0x1f6204(0x242)]((_0x1a0602,_0x4a3133)=>{_0x5b5510[_0x1a0602]=_0x51084b[_0x4a3133];}),{'range':{'startRow':_0x5d74fe,'endRow':_0x24af15},'order':_0x5b5510};},'reorderRemoveRows'),orderMap=__name((_0x3086ba,_0x17dd36,_0x36e7c4)=>_0x36e7c4>=_0x3086ba&&_0x36e7c4<=_0x17dd36?null:_0x36e7c4>_0x17dd36?_0x36e7c4-(_0x17dd36-_0x3086ba+0x1):_0x36e7c4,'orderMap'),removeRowMutationWithSetNumfmt={'m1':RemoveRowMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x45192a,_0x3bb9b5){const _0x3fbb2a=_0x2c36f1,_0x4ec08d={'m1Prime':_0x45192a,'m2Prime':_0x3bb9b5};if(_0x45192a['params'][_0x3fbb2a(0x29b)]!==_0x3bb9b5[_0x3fbb2a(0x19f)][_0x3fbb2a(0x29b)]||_0x45192a[_0x3fbb2a(0x19f)]['subUnitId']!==_0x3bb9b5[_0x3fbb2a(0x19f)][_0x3fbb2a(0x2a0)])return _0x4ec08d;const _0x2f47c2=[Tools['deepClone'](_0x45192a)],_0xdc55b4=Tools[_0x3fbb2a(0x1e0)](_0x3bb9b5),{values:_0x4d9e80}=_0xdc55b4[_0x3fbb2a(0x19f)],_0x509edf=[];let _0x57204e=!0x1;for(const _0x1e6baf in _0x4d9e80){const _0x3551d3=_0x4d9e80[_0x1e6baf];if(_0x509edf[_0x3fbb2a(0x20c)](..._0x3551d3['ranges']),_0x3551d3[_0x3fbb2a(0x265)]['some'](_0x204a7d=>{const _0x28ea87=_0x3fbb2a,_0x599fa9=handleBaseRemoveRange(toColumn(rotateRange(_0x45192a[_0x28ea87(0x19f)][_0x28ea87(0x20d)])),toColumn(rotateRange(_0x204a7d)));return _0x599fa9==null||_0x599fa9['length']!==0x0?!0x0:(_0x599fa9[_0x28ea87(0x1bc)]!==0x0&&(_0x57204e=!0x0),_0x204a7d[_0x28ea87(0x215)]+=_0x599fa9['step'],_0x204a7d[_0x28ea87(0x2de)]+=_0x599fa9[_0x28ea87(0x1bc)],!0x1);}))return{'error':new Error('remove\x20row\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x57204e){const _0x6c34fd={'id':RemoveNumfmtMutation['id'],'params':{'unitId':_0x3bb9b5[_0x3fbb2a(0x19f)][_0x3fbb2a(0x29b)],'subUnitId':_0x3bb9b5['params'][_0x3fbb2a(0x2a0)],'ranges':_0x509edf}};_0x2f47c2[_0x3fbb2a(0x20c)](_0x6c34fd,_0xdc55b4);}return{'m1Prime':_0x2f47c2,'m2Prime':_0xdc55b4};}},removeRowMutationWithSetRangeValues={'m1':RemoveRowMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x36d425,_0x596591){const _0x54579b=_0x2c36f1,_0xa12d71={'m1Prime':_0x36d425,'m2Prime':_0x596591};if(_0x36d425[_0x54579b(0x19f)]['unitId']!==_0x596591[_0x54579b(0x19f)][_0x54579b(0x29b)]||_0x36d425[_0x54579b(0x19f)]['subUnitId']!==_0x596591[_0x54579b(0x19f)]['subUnitId'])return _0xa12d71;const _0x4b2df5=[Tools[_0x54579b(0x1e0)](_0x36d425)],_0x2983e4=Tools[_0x54579b(0x1e0)](_0x596591),_0x158f58=new ObjectMatrix(_0x2983e4[_0x54579b(0x19f)][_0x54579b(0x2d2)]),_0x33399f=_0x158f58[_0x54579b(0x280)](),_0xb4172b=_0x36d425[_0x54579b(0x19f)]['range'],_0x45c7e1=_0xb4172b[_0x54579b(0x2de)]-_0xb4172b['startRow']+0x1;if(_0x2983e4['params'][_0x54579b(0x2d2)]&&_0xb4172b[_0x54579b(0x2de)]<_0x33399f[_0x54579b(0x215)])moveRows(_0x2983e4['params'][_0x54579b(0x2d2)],_0x33399f[_0x54579b(0x215)],_0x33399f['endRow']-_0x33399f[_0x54579b(0x215)]+0x1,-_0x45c7e1);else{if(_0xb4172b['startRow']<=_0x33399f['endRow'])return{'error':new Error('remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation')};}const _0x57f190=new ObjectMatrix();let _0x210a08=!0x1,_0x4ea17e=!0x1;if(_0x158f58['forValue']((_0x53b5f6,_0x798b02,_0x4657c1)=>{const _0x480dfc=_0x54579b;if(_0x4657c1&&_0x4657c1['f']){const _0x4c949e=_0x4657c1['f'];let _0x5e44d3=!0x1;const _0x545788=processFormulaString(_0x36d425[_0x480dfc(0x19f)]['unitId'],_0x36d425[_0x480dfc(0x19f)][_0x480dfc(0x2a0)],_0x4c949e,_0x1992f7=>{const _0xa42a77=_0x480dfc,_0x453828=handleBaseRemoveRange(toColumn(rotateRange(_0x36d425[_0xa42a77(0x19f)][_0xa42a77(0x20d)])),toColumn(rotateRange(_0x1992f7)));return _0x453828===null?(_0x210a08=!0x0,_0x1992f7):((_0x453828[_0xa42a77(0x1bc)]!==0x0||_0x453828[_0xa42a77(0x21b)]!==0x0)&&(_0x5e44d3=!0x0,_0x1992f7[_0xa42a77(0x215)]+=_0x453828[_0xa42a77(0x1bc)],_0x1992f7[_0xa42a77(0x2de)]+=_0x453828[_0xa42a77(0x1bc)]+_0x453828[_0xa42a77(0x21b)]),_0x1992f7);});_0x5e44d3&&(_0x4ea17e=!0x0,_0x4657c1['f']=_0x545788,_0x57f190[_0x480dfc(0x2d0)](_0x53b5f6,_0x798b02,{..._0x4657c1}));}}),_0x210a08)return{'error':new Error('remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20row')};if(_0x4ea17e){const _0x371b52={'id':SetRangeValuesMutation['id'],'params':{'unitId':_0x596591['params']['unitId'],'subUnitId':_0x596591[_0x54579b(0x19f)]['subUnitId'],'cellValue':_0x57f190[_0x54579b(0x260)]()}};_0x4b2df5[_0x54579b(0x20c)](_0x371b52);}return{'m1Prime':_0x4b2df5,'m2Prime':_0x2983e4};}},removeRowMutationWithSetRowData={'m1':RemoveRowMutation['id'],'m2':SetRowDataMutation['id'],'handler'(_0x300c8c,_0x5097cf){const _0x25986d=_0x2c36f1,_0x3a67a3={'m1Prime':_0x300c8c,'m2Prime':_0x5097cf};if(_0x300c8c[_0x25986d(0x19f)][_0x25986d(0x29b)]!==_0x5097cf['params']['unitId']||_0x300c8c['params'][_0x25986d(0x2a0)]!==_0x5097cf[_0x25986d(0x19f)][_0x25986d(0x2a0)])return _0x3a67a3;const _0x359980=Tools[_0x25986d(0x1e0)](_0x300c8c),_0x3b0950=Tools['deepClone'](_0x5097cf),{rowData:_0x2e36df}=_0x3b0950[_0x25986d(0x19f)];return spliceArray(_0x300c8c['params'][_0x25986d(0x20d)]['startRow'],_0x300c8c[_0x25986d(0x19f)][_0x25986d(0x20d)][_0x25986d(0x2de)]-_0x300c8c['params'][_0x25986d(0x20d)]['startRow']+0x1,_0x2e36df),{'m1Prime':_0x359980,'m2Prime':_0x3b0950};}},removeRowMutationWithSetRowHidden={'m1':RemoveRowMutation['id'],'m2':SetRowHiddenMutation['id'],'handler'(_0x3b9167,_0x1d1dc1){const _0x528516=_0x2c36f1,_0x26f9d4={'m1Prime':_0x3b9167,'m2Prime':_0x1d1dc1};if(_0x3b9167['params']['unitId']!==_0x1d1dc1[_0x528516(0x19f)][_0x528516(0x29b)]||_0x3b9167[_0x528516(0x19f)]['subUnitId']!==_0x1d1dc1[_0x528516(0x19f)][_0x528516(0x2a0)])return _0x26f9d4;const _0x112574=Tools[_0x528516(0x1e0)](_0x3b9167),_0x5ccb3a=Tools[_0x528516(0x1e0)](_0x1d1dc1),{ranges:_0x2579a4}=_0x5ccb3a[_0x528516(0x19f)];return _0x2579a4[_0x528516(0x242)](_0x425869=>{const _0x2bd9b6=_0x528516,_0xcd2d20=handleBaseRemoveRange(toColumn(rotateRange(_0x3b9167['params'][_0x2bd9b6(0x20d)])),toColumn(rotateRange(_0x425869)));_0xcd2d20==null?_0x5ccb3a['id']=EmptyMutation['id']:(_0x425869['startRow']+=_0xcd2d20['step'],_0x425869[_0x2bd9b6(0x2de)]+=_0xcd2d20[_0x2bd9b6(0x1bc)]+_0xcd2d20[_0x2bd9b6(0x21b)]);}),{'m1Prime':_0x112574,'m2Prime':_0x5ccb3a};}},removeRowMutationWithSetRowVisible={'m1':RemoveRowMutation['id'],'m2':SetRowVisibleMutation['id'],'handler'(_0x392e78,_0x3dbfdb){const _0x5b683b=_0x2c36f1,_0xedd785={'m1Prime':_0x392e78,'m2Prime':_0x3dbfdb};if(_0x392e78[_0x5b683b(0x19f)][_0x5b683b(0x29b)]!==_0x3dbfdb[_0x5b683b(0x19f)][_0x5b683b(0x29b)]||_0x392e78[_0x5b683b(0x19f)]['subUnitId']!==_0x3dbfdb[_0x5b683b(0x19f)][_0x5b683b(0x2a0)])return _0xedd785;const _0x49d9a9=Tools[_0x5b683b(0x1e0)](_0x392e78),_0x53c569=Tools[_0x5b683b(0x1e0)](_0x3dbfdb),{ranges:_0x25bbb7}=_0x53c569[_0x5b683b(0x19f)];return _0x25bbb7[_0x5b683b(0x242)](_0x544d55=>{const _0x272600=_0x5b683b,_0x43d2e0=handleBaseRemoveRange(toColumn(rotateRange(_0x392e78[_0x272600(0x19f)][_0x272600(0x20d)])),toColumn(rotateRange(_0x544d55)));_0x43d2e0==null?_0x53c569['id']=EmptyMutation['id']:(_0x544d55['startRow']+=_0x43d2e0['step'],_0x544d55[_0x272600(0x2de)]+=_0x43d2e0[_0x272600(0x1bc)]+_0x43d2e0[_0x272600(0x21b)]);}),{'m1Prime':_0x49d9a9,'m2Prime':_0x53c569};}},removeRowMutationWithSetSelection={'m1':RemoveRowMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0xaeb8f5,_0x44dc9d){const _0x36db1a=_0x2c36f1,_0x1d0c46={'m1Prime':[],'m2Prime':[]};if(_0xaeb8f5[_0x36db1a(0x19f)][_0x36db1a(0x29b)]!==_0x44dc9d[_0x36db1a(0x19f)][_0x36db1a(0x29b)]||_0xaeb8f5['params'][_0x36db1a(0x2a0)]!==_0x44dc9d[_0x36db1a(0x19f)][_0x36db1a(0x2a0)])return _0x1d0c46;const _0x3b77f4=Tools[_0x36db1a(0x1e0)](_0x44dc9d);let _0x3a0db0=!0x1;return _0x3b77f4[_0x36db1a(0x19f)][_0x36db1a(0x199)][_0x36db1a(0x242)](_0x8c83c6=>{const _0x30a487=_0x36db1a,{range:_0x4a62f1,primary:_0x1d477f}=_0x8c83c6,_0x3c7693=handleBaseRemoveRange(toColumn(rotateRange(_0xaeb8f5['params'][_0x30a487(0x20d)])),toColumn(rotateRange(_0x4a62f1)));if(_0x3c7693!=null&&(_0x3c7693[_0x30a487(0x21b)]||_0x3c7693[_0x30a487(0x1bc)])){if(_0x4a62f1[_0x30a487(0x215)]+=_0x3c7693['step'],_0x4a62f1[_0x30a487(0x2de)]+=_0x3c7693[_0x30a487(0x1bc)]+(_0x3c7693['length']||0x0),_0x1d477f){const _0x7a85f4=handleBaseRemoveRange(toColumn(rotateRange(_0xaeb8f5[_0x30a487(0x19f)][_0x30a487(0x20d)])),toColumn(rotateRange(_0x1d477f)));if(_0x7a85f4==null){_0x1d477f[_0x30a487(0x215)]=_0x4a62f1['startRow'],_0x1d477f[_0x30a487(0x2de)]=_0x4a62f1['startRow'],_0x1d477f[_0x30a487(0x255)]=_0x4a62f1['startRow'];return;}(_0x7a85f4[_0x30a487(0x21b)]||_0x7a85f4[_0x30a487(0x1bc)])&&(_0x1d477f[_0x30a487(0x215)]+=_0x7a85f4[_0x30a487(0x1bc)],_0x1d477f[_0x30a487(0x2de)]+=_0x7a85f4['step'],_0x1d477f[_0x30a487(0x255)]+=_0x7a85f4['step']);}_0x3a0db0=!0x0;}}),_0x3a0db0&&_0x1d0c46[_0x36db1a(0x2ea)][_0x36db1a(0x20c)](_0x3b77f4),_0x1d0c46;}},removeRowMutationWithSetSheetsFilterRange={'m1':RemoveRowMutation['id'],'m2':SetSheetsFilterRangeMutation['id'],'handler'(_0x23c8be,_0xdd690b){const _0x1df100=_0x2c36f1,_0x3dd74a={'m1Prime':[_0x23c8be],'m2Prime':[_0xdd690b]};if(_0x23c8be['params']['unitId']!==_0xdd690b[_0x1df100(0x19f)][_0x1df100(0x29b)]||_0x23c8be[_0x1df100(0x19f)][_0x1df100(0x2a0)]!==_0xdd690b[_0x1df100(0x19f)]['subUnitId'])return _0x3dd74a;const _0x167b1b=Tools[_0x1df100(0x1e0)](_0x23c8be),_0x485239=Tools[_0x1df100(0x1e0)](_0xdd690b),_0x55f1c7=handleRemove({'start':_0x23c8be[_0x1df100(0x19f)][_0x1df100(0x20d)][_0x1df100(0x215)],'end':_0x23c8be[_0x1df100(0x19f)][_0x1df100(0x20d)][_0x1df100(0x2de)]},{'start':_0xdd690b[_0x1df100(0x19f)][_0x1df100(0x20d)][_0x1df100(0x215)],'end':_0xdd690b[_0x1df100(0x19f)][_0x1df100(0x20d)][_0x1df100(0x2de)]});return _0x55f1c7===null?{'m1Prime':[_0x167b1b,{'id':RemoveSheetsFilterMutation['id'],'params':{'unitId':_0xdd690b[_0x1df100(0x19f)][_0x1df100(0x29b)],'subUnitId':_0xdd690b['params']['unitId']}}],'m2Prime':[]}:(_0x485239[_0x1df100(0x19f)][_0x1df100(0x20d)][_0x1df100(0x215)]=_0x55f1c7['start'],_0x485239['params'][_0x1df100(0x20d)][_0x1df100(0x2de)]=_0x55f1c7[_0x1df100(0x19a)],{'m1Prime':[_0x485239,_0x167b1b],'m2Prime':[_0x485239]});}},removeRowMutationWithSetWorksheetRowAutoHeight={'m1':RemoveRowMutation['id'],'m2':SetWorksheetRowAutoHeightMutation['id'],'handler'(_0x12d87c,_0x2db85c){const _0x37ce51=_0x2c36f1,_0x3c6b52={'m1Prime':_0x12d87c,'m2Prime':_0x2db85c};if(_0x12d87c[_0x37ce51(0x19f)][_0x37ce51(0x29b)]!==_0x2db85c['params'][_0x37ce51(0x29b)]||_0x12d87c[_0x37ce51(0x19f)][_0x37ce51(0x2a0)]!==_0x2db85c['params'][_0x37ce51(0x2a0)])return _0x3c6b52;const _0x2a6464=Tools[_0x37ce51(0x1e0)](_0x12d87c),_0x4b9dc0=Tools[_0x37ce51(0x1e0)](_0x2db85c),{rowsAutoHeightInfo:_0x480a15}=_0x4b9dc0[_0x37ce51(0x19f)];for(let _0x395d3a=_0x480a15[_0x37ce51(0x21b)]-0x1;_0x395d3a>=0x0;_0x395d3a--){const _0x3f4c4a=_0x480a15[_0x395d3a],_0x22b4d4={'startRow':_0x3f4c4a['row'],'endRow':_0x3f4c4a[_0x37ce51(0x175)],'startColumn':0x0,'endColumn':0x0},_0xe4b699=handleBaseRemoveRange(toColumn(rotateRange(_0x12d87c[_0x37ce51(0x19f)][_0x37ce51(0x20d)])),rotateRange(_0x22b4d4));_0xe4b699==null?_0x480a15[_0x37ce51(0x178)](_0x395d3a,0x1):_0x3f4c4a['row']+=_0xe4b699['step'];}return{'m1Prime':_0x2a6464,'m2Prime':_0x4b9dc0};}},removeRowMutationWithSetWorksheetRowHeight={'m1':RemoveRowMutation['id'],'m2':SetWorksheetRowHeightMutation['id'],'handler'(_0x5774bf,_0x5250ce){const _0x32597e=_0x2c36f1,_0x44e4a7={'m1Prime':_0x5774bf,'m2Prime':_0x5250ce};if(_0x5774bf[_0x32597e(0x19f)]['unitId']!==_0x5250ce[_0x32597e(0x19f)]['unitId']||_0x5774bf[_0x32597e(0x19f)][_0x32597e(0x2a0)]!==_0x5250ce[_0x32597e(0x19f)][_0x32597e(0x2a0)])return _0x44e4a7;const _0x2bfc0d=Tools[_0x32597e(0x1e0)](_0x5774bf),_0xe2ab26=Tools[_0x32597e(0x1e0)](_0x5250ce),{ranges:_0x6549f9,rowHeight:_0x40968e}=_0xe2ab26[_0x32597e(0x19f)];return _0x6549f9[_0x32597e(0x242)](_0x588903=>{const _0x59fb38=_0x32597e,_0x5e4035=handleBaseRemoveRange(toColumn(rotateRange(_0x5774bf[_0x59fb38(0x19f)][_0x59fb38(0x20d)])),rotateRange(_0x588903));_0x5e4035==null?_0xe2ab26['id']=EmptyMutation['id']:(_0x588903[_0x59fb38(0x215)]+=_0x5e4035[_0x59fb38(0x1bc)],_0x588903[_0x59fb38(0x2de)]+=_0x5e4035[_0x59fb38(0x1bc)]+_0x5e4035['length']);}),typeof _0x40968e!=_0x32597e(0x2b6)&&spliceArray(_0x5774bf[_0x32597e(0x19f)]['range'][_0x32597e(0x215)],_0x5774bf[_0x32597e(0x19f)]['range'][_0x32597e(0x2de)]-_0x5774bf[_0x32597e(0x19f)][_0x32597e(0x20d)][_0x32597e(0x215)]+0x1,_0x40968e),{'m1Prime':_0x2bfc0d,'m2Prime':_0xe2ab26};}},removeRowMutationWithSetWorksheetRowIsAutoHeight={'m1':RemoveRowMutation['id'],'m2':SetWorksheetRowIsAutoHeightMutation['id'],'handler'(_0x498faa,_0x42caa2){const _0x2e682c=_0x2c36f1,_0x4b0810={'m1Prime':_0x498faa,'m2Prime':_0x42caa2};if(_0x498faa[_0x2e682c(0x19f)]['unitId']!==_0x42caa2['params'][_0x2e682c(0x29b)]||_0x498faa[_0x2e682c(0x19f)][_0x2e682c(0x2a0)]!==_0x42caa2['params'][_0x2e682c(0x2a0)])return _0x4b0810;const _0x1d56d6=Tools[_0x2e682c(0x1e0)](_0x498faa),_0x2d486c=Tools[_0x2e682c(0x1e0)](_0x42caa2),{ranges:_0x2aca11,autoHeightInfo:_0x124f2b}=_0x2d486c['params'];return _0x2aca11['forEach'](_0x155886=>{const _0x3f8b8d=_0x2e682c,_0x2b0611=handleBaseRemoveRange(toColumn(rotateRange(_0x498faa['params'][_0x3f8b8d(0x20d)])),rotateRange(_0x155886));_0x2b0611==null?_0x2d486c['id']=EmptyMutation['id']:(_0x155886['startRow']+=_0x2b0611['step'],_0x155886[_0x3f8b8d(0x2de)]+=_0x2b0611['step']+_0x2b0611[_0x3f8b8d(0x21b)]);}),typeof _0x124f2b!=_0x2e682c(0x2b6)&&spliceArray(_0x498faa[_0x2e682c(0x19f)][_0x2e682c(0x20d)]['startRow'],_0x498faa[_0x2e682c(0x19f)]['range']['endRow']-_0x498faa['params'][_0x2e682c(0x20d)]['startRow']+0x1,_0x124f2b),{'m1Prime':_0x1d56d6,'m2Prime':_0x2d486c};}},removeRowWithUpdateCommentRef={'m1':RemoveRowMutation['id'],'m2':UpdateCommentRefMutation['id'],'handler':__name((_0x554a3f,_0x5429dd)=>{const _0x13bd8a=_0x2c36f1,_0x322216={'m1Prime':_0x554a3f,'m2Prime':_0x5429dd};if(_0x554a3f[_0x13bd8a(0x19f)][_0x13bd8a(0x29b)]!==_0x5429dd[_0x13bd8a(0x19f)][_0x13bd8a(0x29b)]||_0x554a3f[_0x13bd8a(0x19f)][_0x13bd8a(0x2a0)]!==_0x5429dd[_0x13bd8a(0x19f)][_0x13bd8a(0x2a0)])return _0x322216;const _0x2ff1be={'id':RemoveRowCommand['id'],'params':{'unitId':_0x554a3f[_0x13bd8a(0x19f)][_0x13bd8a(0x29b)],'subUnitId':_0x554a3f[_0x13bd8a(0x19f)][_0x13bd8a(0x2a0)],'range':_0x554a3f[_0x13bd8a(0x19f)][_0x13bd8a(0x20d)]}},_0x4cc9ac=transformUpdateCommentRefWithRefRange(_0x5429dd,_0x2ff1be);return{'m1Prime':[_0x554a3f,..._0x4cc9ac],'m2Prime':[_0x5429dd,..._0x4cc9ac]};},_0x2c36f1(0x281))},removeRowMutationWithUpdateDataValidation={'m1':RemoveRowMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x5082b5,_0x7837a9)=>{const _0x4e29c7=_0x2c36f1,_0x5614d6={'m1Prime':_0x5082b5,'m2Prime':_0x7837a9};if(_0x5082b5[_0x4e29c7(0x19f)][_0x4e29c7(0x29b)]!==_0x7837a9[_0x4e29c7(0x19f)]['unitId']||_0x7837a9[_0x4e29c7(0x19f)][_0x4e29c7(0x2a0)]!==_0x5082b5[_0x4e29c7(0x19f)][_0x4e29c7(0x2a0)])return _0x5614d6;const _0x196aa6={'id':RemoveRowCommand['id'],'params':{'range':_0x5082b5[_0x4e29c7(0x19f)]['range']}},_0x429ccd=transformUpdateDataValidationWithRefRange(_0x7837a9,_0x196aa6);return{'m1Prime':[_0x5082b5,..._0x429ccd],'m2Prime':[_0x7837a9,..._0x429ccd]};},_0x2c36f1(0x281))},removeWorksheetMergeMutationWithAddMerge={'m1':RemoveWorksheetMergeMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x974587,_0x462efc){const _0x280194=_0x2c36f1,_0xf4f925=Tools[_0x280194(0x1e0)](_0x974587),_0x358fcd=Tools[_0x280194(0x1e0)](_0x462efc);if(_0x974587['params'][_0x280194(0x29b)]!==_0x462efc['params'][_0x280194(0x29b)]||_0x974587[_0x280194(0x19f)]['subUnitId']!==_0x462efc[_0x280194(0x19f)][_0x280194(0x2a0)])return{'m1Prime':_0xf4f925,'m2Prime':_0x358fcd};for(let _0x718c86=0x0;_0x718c86<_0xf4f925['params'][_0x280194(0x265)][_0x280194(0x21b)];_0x718c86++){let _0x330cd9=!0x1;for(let _0x42d1f4=0x0;_0x42d1f4<_0x358fcd[_0x280194(0x19f)][_0x280194(0x265)][_0x280194(0x21b)];_0x42d1f4++){const _0x52a2b8=_0xf4f925['params'][_0x280194(0x265)][_0x718c86],_0x41fde7=_0x358fcd[_0x280194(0x19f)]['ranges'][_0x42d1f4];if(Rectangle[_0x280194(0x1f7)](_0x52a2b8,_0x41fde7)){_0x330cd9=!0x0;break;}}_0x330cd9&&(_0xf4f925['params']['ranges'][_0x280194(0x178)](_0x718c86,0x1),_0x718c86--);}return _0xf4f925[_0x280194(0x19f)][_0x280194(0x265)]['length']===0x0&&(_0xf4f925['id']=EmptyMutation['id']),{'m1Prime':_0xf4f925,'m2Prime':_0x358fcd};}},removeWorksheetMergeMutationWithInsertColMutation={'m1':RemoveWorksheetMergeMutation['id'],'m2':InsertColMutation['id'],'handler'(_0x3708e8,_0x572a4b){const _0x3c6656=_0x2c36f1,_0x587734=Tools[_0x3c6656(0x1e0)](_0x3708e8),_0x1c4eda=Tools[_0x3c6656(0x1e0)](_0x572a4b);if(_0x3708e8[_0x3c6656(0x19f)][_0x3c6656(0x29b)]!==_0x572a4b[_0x3c6656(0x19f)][_0x3c6656(0x29b)]||_0x3708e8[_0x3c6656(0x19f)][_0x3c6656(0x2a0)]!==_0x572a4b[_0x3c6656(0x19f)][_0x3c6656(0x2a0)])return{'m1Prime':_0x587734,'m2Prime':_0x1c4eda};const _0x27eda7=_0x587734[_0x3c6656(0x19f)]['ranges'][_0x3c6656(0x270)](_0x5f40cc=>{const _0x1c53b5=_0x3c6656,_0x3c2a40=_0x1c4eda[_0x1c53b5(0x19f)][_0x1c53b5(0x20d)],_0x3a5458=_0x3c2a40[_0x1c53b5(0x2b1)]-_0x3c2a40[_0x1c53b5(0x308)]+0x1;return _0x3c2a40[_0x1c53b5(0x308)]<=_0x5f40cc['startColumn']?{..._0x5f40cc,'startColumn':_0x5f40cc[_0x1c53b5(0x308)]+_0x3a5458,'endColumn':_0x5f40cc[_0x1c53b5(0x2b1)]+_0x3a5458}:_0x3c2a40[_0x1c53b5(0x308)]>_0x5f40cc[_0x1c53b5(0x308)]&&_0x3c2a40[_0x1c53b5(0x308)]<=_0x5f40cc[_0x1c53b5(0x2b1)]?{..._0x5f40cc,'endColumn':_0x5f40cc[_0x1c53b5(0x2b1)]+_0x3a5458}:{..._0x5f40cc};});return _0x587734['params'][_0x3c6656(0x265)]=_0x27eda7,{'m1Prime':_0x587734,'m2Prime':_0x1c4eda};}},removeWorksheetMergeMutationWithInsertRowMutation={'m1':RemoveWorksheetMergeMutation['id'],'m2':InsertRowMutation['id'],'handler'(_0x2bd0d5,_0x5f5468){const _0x428655=_0x2c36f1,_0x2f0574=Tools[_0x428655(0x1e0)](_0x2bd0d5),_0x4a0a35=Tools[_0x428655(0x1e0)](_0x5f5468);if(_0x2bd0d5[_0x428655(0x19f)][_0x428655(0x29b)]!==_0x5f5468[_0x428655(0x19f)]['unitId']||_0x2bd0d5[_0x428655(0x19f)][_0x428655(0x2a0)]!==_0x5f5468[_0x428655(0x19f)][_0x428655(0x2a0)])return{'m1Prime':_0x2f0574,'m2Prime':_0x4a0a35};const _0x777c3e=_0x2f0574['params'][_0x428655(0x265)][_0x428655(0x270)](_0x539f13=>{const _0xb13dd6=_0x428655,_0x46d257=_0x4a0a35[_0xb13dd6(0x19f)][_0xb13dd6(0x20d)],_0x4a84ba=_0x46d257['endRow']-_0x46d257[_0xb13dd6(0x215)]+0x1;return _0x46d257[_0xb13dd6(0x215)]<=_0x539f13[_0xb13dd6(0x215)]?{..._0x539f13,'startRow':_0x539f13[_0xb13dd6(0x215)]+_0x4a84ba,'endRow':_0x539f13[_0xb13dd6(0x2de)]+_0x4a84ba}:_0x46d257[_0xb13dd6(0x215)]>_0x539f13[_0xb13dd6(0x215)]&&_0x46d257[_0xb13dd6(0x215)]<=_0x539f13['endRow']?{..._0x539f13,'endRow':_0x539f13[_0xb13dd6(0x2de)]+_0x4a84ba}:{..._0x539f13};});return _0x2f0574[_0x428655(0x19f)][_0x428655(0x265)]=_0x777c3e,{'m1Prime':_0x2f0574,'m2Prime':_0x4a0a35};}},removeWorksheetMergeMutationWithMoveColMutation={'m1':RemoveWorksheetMergeMutation['id'],'m2':MoveColsMutation['id'],'handler'(_0x4c0589,_0x5a7176){const _0x3068cb=_0x2c36f1,_0x1e7f67=Tools[_0x3068cb(0x1e0)](_0x4c0589),_0x3e9dfb=Tools[_0x3068cb(0x1e0)](_0x5a7176);if(_0x4c0589[_0x3068cb(0x19f)][_0x3068cb(0x29b)]!==_0x5a7176[_0x3068cb(0x19f)]['unitId']||_0x4c0589['params']['subUnitId']!==_0x5a7176[_0x3068cb(0x19f)][_0x3068cb(0x2a0)])return{'m1Prime':_0x1e7f67,'m2Prime':_0x3e9dfb};const _0x1557a5=_0x1e7f67[_0x3068cb(0x19f)][_0x3068cb(0x265)][_0x3068cb(0x14b)]((_0x1a05e8,_0x3c3889)=>{const _0x46acee=_0x3068cb,{sourceRange:_0x2359c8,targetRange:_0x4d267d}=_0x5a7176[_0x46acee(0x19f)],_0x29794b={..._0x3c3889};return _0x2359c8[_0x46acee(0x2b1)]<_0x29794b[_0x46acee(0x308)]&&_0x4d267d[_0x46acee(0x308)]>_0x29794b['endColumn']?(_0x29794b[_0x46acee(0x308)]-=_0x2359c8['endColumn']-_0x2359c8[_0x46acee(0x308)]+0x1,_0x29794b[_0x46acee(0x2b1)]-=_0x2359c8[_0x46acee(0x2b1)]-_0x2359c8[_0x46acee(0x308)]+0x1,isMergeCell(_0x29794b)&&_0x1a05e8[_0x46acee(0x20c)](_0x29794b)):_0x2359c8[_0x46acee(0x308)]>_0x29794b[_0x46acee(0x2b1)]&&_0x4d267d[_0x46acee(0x2b1)]<_0x29794b[_0x46acee(0x308)]?(_0x29794b[_0x46acee(0x308)]+=_0x2359c8['endColumn']-_0x2359c8[_0x46acee(0x308)]+0x1,_0x29794b['endColumn']+=_0x2359c8['endColumn']-_0x2359c8[_0x46acee(0x308)]+0x1,isMergeCell(_0x29794b)&&_0x1a05e8[_0x46acee(0x20c)](_0x29794b)):Rectangle[_0x46acee(0x1f7)](_0x29794b,_0x2359c8)||Rectangle[_0x46acee(0x1f7)](_0x29794b,_0x4d267d)||_0x1a05e8[_0x46acee(0x20c)](_0x29794b),_0x1a05e8;},[]);return _0x1e7f67[_0x3068cb(0x19f)][_0x3068cb(0x265)]=_0x1557a5,_0x1e7f67['params']['ranges'][_0x3068cb(0x21b)]===0x0&&(_0x1e7f67['id']=EmptyMutation['id']),{'m1Prime':_0x1e7f67,'m2Prime':_0x3e9dfb};}},removeWorksheetMergeMutationWithMoveRowMutation={'m1':RemoveWorksheetMergeMutation['id'],'m2':MoveRowsMutation['id'],'handler'(_0x25f1ba,_0x954e66){const _0x44d34d=_0x2c36f1,_0x37439a=Tools[_0x44d34d(0x1e0)](_0x25f1ba),_0x5179ff=Tools['deepClone'](_0x954e66);if(_0x25f1ba[_0x44d34d(0x19f)][_0x44d34d(0x29b)]!==_0x954e66['params'][_0x44d34d(0x29b)]||_0x25f1ba[_0x44d34d(0x19f)][_0x44d34d(0x2a0)]!==_0x954e66[_0x44d34d(0x19f)][_0x44d34d(0x2a0)])return{'m1Prime':_0x37439a,'m2Prime':_0x5179ff};const _0x332464=_0x37439a[_0x44d34d(0x19f)][_0x44d34d(0x265)][_0x44d34d(0x14b)]((_0x380df5,_0x43a419)=>{const _0x2a8225=_0x44d34d,{sourceRange:_0x13cf68,targetRange:_0x2b5b36}=_0x954e66[_0x2a8225(0x19f)],_0x5a3626={..._0x43a419};return _0x13cf68[_0x2a8225(0x2de)]<_0x5a3626['startRow']&&_0x2b5b36[_0x2a8225(0x215)]>_0x5a3626[_0x2a8225(0x2de)]?(_0x5a3626['startRow']-=_0x13cf68['endRow']-_0x13cf68[_0x2a8225(0x215)]+0x1,_0x5a3626[_0x2a8225(0x2de)]-=_0x13cf68[_0x2a8225(0x2de)]-_0x13cf68[_0x2a8225(0x215)]+0x1,isMergeCell(_0x5a3626)&&_0x380df5[_0x2a8225(0x20c)](_0x5a3626)):_0x13cf68[_0x2a8225(0x215)]>_0x5a3626[_0x2a8225(0x2de)]&&_0x2b5b36[_0x2a8225(0x2de)]<_0x5a3626['startRow']?(_0x5a3626[_0x2a8225(0x215)]+=_0x13cf68[_0x2a8225(0x2de)]-_0x13cf68['startRow']+0x1,_0x5a3626[_0x2a8225(0x2de)]+=_0x13cf68[_0x2a8225(0x2de)]-_0x13cf68[_0x2a8225(0x215)]+0x1,isMergeCell(_0x5a3626)&&_0x380df5[_0x2a8225(0x20c)](_0x5a3626)):Rectangle[_0x2a8225(0x1f7)](_0x5a3626,_0x13cf68)||Rectangle[_0x2a8225(0x1f7)](_0x5a3626,_0x2b5b36)||_0x380df5[_0x2a8225(0x20c)](_0x5a3626),_0x380df5;},[]);return _0x37439a['params']['ranges']=_0x332464,_0x37439a[_0x44d34d(0x19f)]['ranges'][_0x44d34d(0x21b)]===0x0&&(_0x37439a['id']=EmptyMutation['id']),{'m1Prime':_0x37439a,'m2Prime':_0x5179ff};}},removeWorksheetMergeMutationWithRemoveColMutation={'m1':RemoveWorksheetMergeMutation['id'],'m2':RemoveColMutation['id'],'handler'(_0x11217e,_0x42aef4){const _0x2628de=_0x2c36f1,_0x2052d2=Tools[_0x2628de(0x1e0)](_0x11217e),_0x1a6caf=Tools[_0x2628de(0x1e0)](_0x42aef4);if(_0x11217e['params']['unitId']!==_0x42aef4['params'][_0x2628de(0x29b)]||_0x11217e[_0x2628de(0x19f)]['subUnitId']!==_0x42aef4[_0x2628de(0x19f)][_0x2628de(0x2a0)])return{'m1Prime':_0x2052d2,'m2Prime':_0x1a6caf};const _0x3f7b8e=_0x2052d2[_0x2628de(0x19f)][_0x2628de(0x265)]['reduce']((_0x1a6af4,_0x548a8a)=>{const _0xbc1d7=_0x2628de,_0x3e5e83=_0x1a6caf[_0xbc1d7(0x19f)][_0xbc1d7(0x20d)],_0x25ebde=_0x3e5e83[_0xbc1d7(0x2b1)]-_0x3e5e83[_0xbc1d7(0x308)]+0x1;let _0x14962f={..._0x548a8a};return _0x3e5e83[_0xbc1d7(0x308)]>_0x548a8a[_0xbc1d7(0x2b1)]?_0x14962f={..._0x548a8a}:_0x3e5e83['startColumn']>=_0x548a8a[_0xbc1d7(0x308)]&&_0x3e5e83['startColumn']<=_0x548a8a[_0xbc1d7(0x2b1)]&&_0x3e5e83[_0xbc1d7(0x2b1)]>_0x548a8a[_0xbc1d7(0x2b1)]?(_0x14962f[_0xbc1d7(0x2b1)]=_0x3e5e83[_0xbc1d7(0x308)]-0x1,_0x3e5e83[_0xbc1d7(0x308)]===_0x548a8a[_0xbc1d7(0x308)]&&(_0x14962f=null)):_0x3e5e83['startColumn']>_0x548a8a[_0xbc1d7(0x308)]&&_0x3e5e83[_0xbc1d7(0x2b1)]<_0x548a8a[_0xbc1d7(0x2b1)]?_0x14962f[_0xbc1d7(0x2b1)]=_0x548a8a['endColumn']-_0x25ebde:_0x3e5e83[_0xbc1d7(0x308)]<_0x548a8a[_0xbc1d7(0x308)]&&_0x3e5e83['endColumn']>=_0x548a8a[_0xbc1d7(0x308)]&&_0x3e5e83[_0xbc1d7(0x2b1)]<=_0x548a8a[_0xbc1d7(0x2b1)]?(_0x14962f[_0xbc1d7(0x308)]=_0x3e5e83[_0xbc1d7(0x308)],_0x14962f[_0xbc1d7(0x2b1)]=_0x548a8a[_0xbc1d7(0x2b1)]-_0x25ebde,_0x3e5e83[_0xbc1d7(0x2b1)]===_0x548a8a[_0xbc1d7(0x2b1)]&&(_0x14962f=null)):_0x3e5e83[_0xbc1d7(0x308)]<=_0x548a8a[_0xbc1d7(0x308)]&&_0x3e5e83[_0xbc1d7(0x2b1)]>=_0x548a8a[_0xbc1d7(0x2b1)]?_0x14962f=null:_0x3e5e83['endColumn']<_0x548a8a[_0xbc1d7(0x308)]&&(_0x14962f[_0xbc1d7(0x308)]=_0x548a8a[_0xbc1d7(0x308)]-_0x25ebde,_0x14962f[_0xbc1d7(0x2b1)]=_0x548a8a['endColumn']-_0x25ebde),_0x14962f&&!(_0x14962f[_0xbc1d7(0x215)]===_0x14962f['endRow']&&_0x14962f[_0xbc1d7(0x308)]===_0x14962f[_0xbc1d7(0x2b1)])&&_0x1a6af4[_0xbc1d7(0x20c)](_0x14962f),_0x1a6af4;},[]);return _0x2052d2[_0x2628de(0x19f)]['ranges']=_0x3f7b8e,_0x2052d2['params'][_0x2628de(0x265)]['length']===0x0&&(_0x2052d2['id']=EmptyMutation['id']),{'m1Prime':_0x2052d2,'m2Prime':_0x1a6caf};}},removeWorksheetMergeMutationWithRemoveRowMutation={'m1':RemoveWorksheetMergeMutation['id'],'m2':RemoveRowMutation['id'],'handler'(_0x3b776c,_0x1f18a7){const _0x55ff06=_0x2c36f1,_0x4d3c61=Tools['deepClone'](_0x3b776c),_0x258bf6=Tools[_0x55ff06(0x1e0)](_0x1f18a7);if(_0x3b776c['params'][_0x55ff06(0x29b)]!==_0x1f18a7[_0x55ff06(0x19f)]['unitId']||_0x3b776c[_0x55ff06(0x19f)][_0x55ff06(0x2a0)]!==_0x1f18a7[_0x55ff06(0x19f)]['subUnitId'])return{'m1Prime':_0x4d3c61,'m2Prime':_0x258bf6};const _0x5752e1=_0x4d3c61[_0x55ff06(0x19f)][_0x55ff06(0x265)][_0x55ff06(0x14b)]((_0x2036f4,_0x40c4a9)=>{const _0x1313b8=_0x55ff06,_0x3c8c9c=_0x258bf6[_0x1313b8(0x19f)][_0x1313b8(0x20d)],_0x378394=_0x3c8c9c[_0x1313b8(0x2de)]-_0x3c8c9c[_0x1313b8(0x215)]+0x1;let _0x1f873a={..._0x40c4a9};return _0x3c8c9c[_0x1313b8(0x215)]>_0x40c4a9[_0x1313b8(0x2de)]?_0x1f873a={..._0x40c4a9}:_0x3c8c9c['startRow']>=_0x40c4a9[_0x1313b8(0x215)]&&_0x3c8c9c[_0x1313b8(0x215)]<=_0x40c4a9[_0x1313b8(0x2de)]&&_0x3c8c9c['endRow']>_0x40c4a9['endRow']?(_0x1f873a['endRow']=_0x3c8c9c['startRow']-0x1,_0x3c8c9c[_0x1313b8(0x215)]===_0x40c4a9[_0x1313b8(0x215)]&&(_0x1f873a=null)):_0x3c8c9c[_0x1313b8(0x215)]>_0x40c4a9['startRow']&&_0x3c8c9c[_0x1313b8(0x2de)]<_0x40c4a9[_0x1313b8(0x2de)]?_0x1f873a[_0x1313b8(0x2de)]=_0x40c4a9['endRow']-_0x378394:_0x3c8c9c[_0x1313b8(0x215)]<_0x40c4a9['startRow']&&_0x3c8c9c['endRow']>=_0x40c4a9[_0x1313b8(0x215)]&&_0x3c8c9c[_0x1313b8(0x2de)]<=_0x40c4a9[_0x1313b8(0x2de)]?(_0x1f873a['startRow']=_0x3c8c9c[_0x1313b8(0x215)],_0x1f873a[_0x1313b8(0x2de)]=_0x40c4a9[_0x1313b8(0x2de)]-_0x378394,_0x3c8c9c[_0x1313b8(0x2de)]===_0x40c4a9[_0x1313b8(0x2de)]&&(_0x1f873a=null)):_0x3c8c9c[_0x1313b8(0x215)]<=_0x40c4a9[_0x1313b8(0x215)]&&_0x3c8c9c[_0x1313b8(0x2de)]>=_0x40c4a9[_0x1313b8(0x2de)]?_0x1f873a=null:_0x3c8c9c[_0x1313b8(0x2de)]<_0x40c4a9[_0x1313b8(0x215)]&&(_0x1f873a[_0x1313b8(0x215)]=_0x40c4a9[_0x1313b8(0x215)]-_0x378394,_0x1f873a[_0x1313b8(0x2de)]=_0x40c4a9[_0x1313b8(0x2de)]-_0x378394),_0x1f873a&&!(_0x1f873a[_0x1313b8(0x215)]===_0x1f873a[_0x1313b8(0x2de)]&&_0x1f873a[_0x1313b8(0x308)]===_0x1f873a[_0x1313b8(0x2b1)])&&_0x2036f4[_0x1313b8(0x20c)](_0x1f873a),_0x2036f4;},[]);return _0x4d3c61[_0x55ff06(0x19f)][_0x55ff06(0x265)]=_0x5752e1,_0x4d3c61[_0x55ff06(0x19f)][_0x55ff06(0x265)][_0x55ff06(0x21b)]===0x0&&(_0x4d3c61['id']=EmptyMutation['id']),{'m1Prime':_0x4d3c61,'m2Prime':_0x258bf6};}},removeWorksheetMergeMutationWithSetSelection={'m1':RemoveWorksheetMergeMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0xea82aa,_0x4197f6){const _0x5f2e83=_0x2c36f1,_0x420f50={'m1Prime':[],'m2Prime':[]};if(_0xea82aa[_0x5f2e83(0x19f)][_0x5f2e83(0x29b)]!==_0x4197f6[_0x5f2e83(0x19f)][_0x5f2e83(0x29b)]||_0xea82aa[_0x5f2e83(0x19f)][_0x5f2e83(0x2a0)]!==_0x4197f6['params'][_0x5f2e83(0x2a0)])return _0x420f50;const _0x39ff04=Tools[_0x5f2e83(0x1e0)](_0x4197f6),_0x103c47=_0x39ff04[_0x5f2e83(0x19f)][_0x5f2e83(0x199)],_0x591e0d=_0x103c47[_0x103c47[_0x5f2e83(0x21b)]-0x1]['primary'];return _0xea82aa[_0x5f2e83(0x19f)][_0x5f2e83(0x265)][_0x5f2e83(0x242)](_0x452bcc=>{const _0x518336=_0x5f2e83;_0x591e0d&&Rectangle[_0x518336(0x1f7)](_0x452bcc,_0x591e0d)&&(_0x591e0d[_0x518336(0x1d0)]=!0x1,_0x591e0d['isMergedMainCell']=!0x1,_0x591e0d['startRow']=_0x452bcc[_0x518336(0x215)],_0x591e0d[_0x518336(0x308)]=_0x452bcc[_0x518336(0x308)],_0x591e0d[_0x518336(0x2de)]=_0x452bcc['startRow'],_0x591e0d[_0x518336(0x2b1)]=_0x452bcc[_0x518336(0x308)],_0x591e0d['actualColumn']=_0x452bcc[_0x518336(0x308)],_0x591e0d['actualRow']=_0x452bcc[_0x518336(0x215)]);}),_0x420f50[_0x5f2e83(0x2ea)][_0x5f2e83(0x20c)](_0x39ff04),_0x420f50;}},ReorderRangeUndoMutationFactory=__name(_0x4266c2=>{const _0x2b7a3c=_0x2c36f1,{order:_0x58b6f5}=_0x4266c2,_0xa2e10d={};return Object[_0x2b7a3c(0x1df)](_0x58b6f5)[_0x2b7a3c(0x242)](_0x223834=>{_0xa2e10d[_0x58b6f5[Number(_0x223834)]]=Number(_0x223834);}),{..._0x4266c2,'order':_0xa2e10d};},_0x2c36f1(0x1f9)),mergeOrder=__name((_0x4bb232,_0x3fe13c)=>{const _0x30581f=_0x2c36f1,_0x2c6b6d={};return Array[_0x30581f(0x312)](new Set(Object[_0x30581f(0x1df)](_0x4bb232)[_0x30581f(0x1e6)](Object['keys'](_0x3fe13c))['map'](Number)))[_0x30581f(0x242)](_0x4d581b=>{let _0x14221c;_0x4d581b in _0x3fe13c?(_0x14221c=_0x3fe13c[_0x4d581b],_0x14221c in _0x4bb232&&(_0x14221c=_0x4bb232[_0x14221c])):_0x14221c=_0x4bb232[_0x4d581b],_0x2c6b6d[_0x4d581b]=_0x14221c;}),_0x2c6b6d;},_0x2c36f1(0x20b)),reorderRangeMutationWithSelf={'m1':ReorderRangeMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x4c2f4d,_0x51ec1c){const _0x44a9eb=_0x2c36f1,_0x3ba9c1={'m1Prime':_0x4c2f4d,'m2Prime':_0x51ec1c};if(_0x4c2f4d[_0x44a9eb(0x19f)][_0x44a9eb(0x29b)]!==_0x51ec1c[_0x44a9eb(0x19f)][_0x44a9eb(0x29b)])return _0x3ba9c1;const {range:_0x28bbf8}=_0x4c2f4d[_0x44a9eb(0x19f)],{range:_0x29239f}=_0x51ec1c['params'];if(_0x29239f[_0x44a9eb(0x308)]===_0x28bbf8[_0x44a9eb(0x308)]&&_0x29239f[_0x44a9eb(0x2b1)]===_0x28bbf8['endColumn']&&_0x29239f[_0x44a9eb(0x215)]<=_0x28bbf8[_0x44a9eb(0x215)]&&_0x29239f[_0x44a9eb(0x2de)]>=_0x28bbf8[_0x44a9eb(0x2de)]){const _0x13bf57=ReorderRangeUndoMutationFactory(_0x4c2f4d[_0x44a9eb(0x19f)])['order'],_0x4010cd={'id':ReorderRangeMutation['id'],'params':{..._0x51ec1c[_0x44a9eb(0x19f)],'range':_0x29239f,'order':mergeOrder(_0x13bf57,_0x51ec1c[_0x44a9eb(0x19f)]['order'])}};return{'m1Prime':[],'m2Prime':_0x4010cd};}return Rectangle[_0x44a9eb(0x1f7)](_0x28bbf8,_0x29239f)?{'error':new Error(_0x44a9eb(0x171))}:_0x3ba9c1;}},RevertRevisionMutation={'id':_0x2c36f1(0x193),'type':CommandType[_0x2c36f1(0x257)],'handler':__name(()=>!0x0,_0x2c36f1(0x281))},RevertRevisionMutationWithOthers={'m1':RevertRevisionMutation['id'],'m2':_0x2c36f1(0x318),'handler'(_0x50d413,_0xb1188e){const _0x532ad2=_0x2c36f1;return{'error':new Error(_0x532ad2(0x14d))};}},OthersWithRevertRevision={'m1':_0x2c36f1(0x318),'m2':RevertRevisionMutation['id'],'handler'(_0xd44255,_0x34a524){const _0x371932=_0x2c36f1;return _0xd44255[_0x371932(0x19f)][_0x371932(0x29b)]===_0x34a524[_0x371932(0x19f)][_0x371932(0x29b)]?{'m1Prime':[],'m2Prime':_0x34a524}:{'m1Prime':_0xd44255,'m2Prime':_0x34a524};}},setColDataMutationWithSelf={'m1':SetColDataMutation['id'],'m2':SetColDataMutation['id'],'handler'(_0x20599d,_0x427e56){const _0x3aa41d=_0x2c36f1,_0x5530b1={'m1Prime':_0x20599d,'m2Prime':_0x427e56};if(_0x20599d[_0x3aa41d(0x19f)]['unitId']!==_0x427e56[_0x3aa41d(0x19f)][_0x3aa41d(0x29b)]||_0x20599d[_0x3aa41d(0x19f)]['subUnitId']!==_0x427e56[_0x3aa41d(0x19f)][_0x3aa41d(0x2a0)])return _0x5530b1;const _0x4f9ab7=_0x20599d[_0x3aa41d(0x19f)]['columnData'],_0x52a97a=_0x427e56[_0x3aa41d(0x19f)]['columnData'],_0x59d327={},_0x125b28=Tools[_0x3aa41d(0x1e0)](_0x20599d),_0x361f28=new Set([...Object[_0x3aa41d(0x1df)](_0x4f9ab7)[_0x3aa41d(0x270)](Number),...Object['keys'](_0x52a97a)[_0x3aa41d(0x270)](Number)]);for(const _0x275ea3 of _0x361f28){const _0x465421=_0x4f9ab7[_0x275ea3],_0x45963a=_0x52a97a[_0x275ea3];if(_0x465421&&_0x45963a){const _0x9c1577={..._0x465421,..._0x45963a};_0x59d327[_0x275ea3]=_0x9c1577;}else _0x465421?_0x59d327[_0x275ea3]=_0x465421:_0x45963a&&(_0x59d327[_0x275ea3]=_0x45963a);}return _0x125b28[_0x3aa41d(0x19f)][_0x3aa41d(0x25c)]=_0x59d327,{'m1Prime':_0x125b28,'m2Prime':_0x427e56};}},setConditionalFormattingRuleMutationWithSelf={'m1':SetConditionalRuleMutation['id'],'m2':SetConditionalRuleMutation['id'],'handler'(_0x197aa1,_0x5e5e7d){const _0x10b7b2=_0x2c36f1;if(_0x197aa1[_0x10b7b2(0x19f)][_0x10b7b2(0x29b)]!==_0x5e5e7d['params'][_0x10b7b2(0x29b)]||_0x197aa1[_0x10b7b2(0x19f)]['subUnitId']!==_0x5e5e7d['params']['subUnitId'])return{'m1Prime':_0x197aa1,'m2Prime':_0x5e5e7d};const _0x558973=_0x197aa1[_0x10b7b2(0x19f)][_0x10b7b2(0x2be)]||_0x197aa1[_0x10b7b2(0x19f)][_0x10b7b2(0x267)]['cfId'],_0x1e68e8=_0x5e5e7d[_0x10b7b2(0x19f)][_0x10b7b2(0x2be)]||_0x5e5e7d['params']['rule']['cfId'];if(_0x558973!==_0x1e68e8)return{'m1Prime':_0x197aa1,'m2Prime':_0x5e5e7d};const _0x17d3d4=Tools[_0x10b7b2(0x1e0)](_0x5e5e7d);return{'m1Prime':[],'m2Prime':_0x17d3d4};}};function drawingObjectsIntersect(_0x67a812,_0x55ee50){const _0x296b7b=_0x2c36f1,_0x1dc747=_0x67a812[_0x296b7b(0x14b)]((_0x302782,_0x4d575b)=>(_0x302782[_0x296b7b(0x22e)](_0x4d575b[_0x296b7b(0x217)],!0x0),_0x302782),new Map());return _0x55ee50[_0x296b7b(0x1b2)](_0x59c966=>_0x1dc747[_0x296b7b(0x21a)](_0x59c966['drawingId'])!==void 0x0);}__name(drawingObjectsIntersect,_0x2c36f1(0x17e));function drawingOrderObjectsIntersect(_0x1d5bc5,_0x1d2eab){const _0x2fedfe=_0x2c36f1,_0x960918=_0x1d5bc5[_0x2fedfe(0x262)];return _0x1d2eab['drawingIds'][_0x2fedfe(0x1b2)](_0x5a146c=>_0x960918[_0x2fedfe(0x29d)](_0x5a146c)!==-0x1);}__name(drawingOrderObjectsIntersect,_0x2c36f1(0x176));const {UPDATE,REMOVE,ARRANGE}=DrawingApplyType,setDrawingApplyMutationWithSelf={'m1':SetDrawingApplyMutation['id'],'m2':SetDrawingApplyMutation['id'],'handler'(_0x21ddbb,_0x42844e){const _0x5ccb43=_0x2c36f1,_0x24c862=_0x21ddbb[_0x5ccb43(0x19f)],_0x30ee2a=_0x42844e[_0x5ccb43(0x19f)];if(_0x24c862['unitId']!==_0x30ee2a[_0x5ccb43(0x29b)]||_0x24c862[_0x5ccb43(0x2a0)]!==_0x30ee2a['subUnitId'])return{'m1Prime':_0x21ddbb,'m2Prime':_0x42844e};const _0xf8849a=_0x24c862[_0x5ccb43(0x1d2)],_0x2f0a57=_0x30ee2a[_0x5ccb43(0x1d2)];if(_0xf8849a===REMOVE&&_0x2f0a57===UPDATE&&drawingObjectsIntersect(_0x24c862[_0x5ccb43(0x245)],_0x30ee2a['objects']))return{'m1Prime':Tools[_0x5ccb43(0x1e0)](_0x21ddbb),'m2Prime':[]};if(_0xf8849a===ARRANGE&&_0x2f0a57===ARRANGE&&drawingOrderObjectsIntersect(_0x24c862[_0x5ccb43(0x245)],_0x30ee2a[_0x5ccb43(0x245)])){const _0x3c7997=Tools['deepClone'](_0x21ddbb),_0x40db1b=Tools[_0x5ccb43(0x1e0)](_0x42844e);return{'m1Prime':{..._0x3c7997,'params':{..._0x3c7997[_0x5ccb43(0x19f)],'op':JSON1[_0x5ccb43(0x1d2)]['transform'](_0x3c7997[_0x5ccb43(0x19f)]['op'],_0x40db1b[_0x5ccb43(0x19f)]['op'],_0x5ccb43(0x241))}},'m2Prime':{..._0x40db1b,'params':{..._0x40db1b[_0x5ccb43(0x19f)],'op':JSON1['type'][_0x5ccb43(0x1e3)](_0x40db1b[_0x5ccb43(0x19f)]['op'],_0x3c7997['params']['op'],_0x5ccb43(0x250))}}};}return{'m1Prime':_0x21ddbb,'m2Prime':_0x42844e};}},setFrozenMutationWithSelf={'m1':SetFrozenMutation['id'],'m2':SetFrozenMutation['id'],'handler'(_0x538baa,_0x37c948){const _0x4894e5=_0x2c36f1,_0x11b73c={'m1Prime':_0x538baa,'m2Prime':_0x37c948};return _0x538baa['params']['unitId']!==_0x37c948['params'][_0x4894e5(0x29b)]||_0x538baa[_0x4894e5(0x19f)][_0x4894e5(0x2a0)]!==_0x37c948['params'][_0x4894e5(0x2a0)]?_0x11b73c:{'error':new Error(_0x4894e5(0x2f5))};}},setNumfmtMutationWithRemoveNumfmt={'m1':SetNumfmtMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x4ed8c4,_0x51b201){const _0x4c6a24=_0x2c36f1;if(_0x4ed8c4[_0x4c6a24(0x19f)][_0x4c6a24(0x29b)]!==_0x51b201[_0x4c6a24(0x19f)][_0x4c6a24(0x29b)]||_0x4ed8c4[_0x4c6a24(0x19f)][_0x4c6a24(0x2a0)]!==_0x51b201[_0x4c6a24(0x19f)]['subUnitId'])return{'m1Prime':_0x4ed8c4,'m2Prime':_0x51b201};const _0x3ecc4b=Tools[_0x4c6a24(0x1e0)](_0x4ed8c4),_0x199f1a=Tools[_0x4c6a24(0x1e0)](_0x51b201),_0x5c97ce=_0x3ecc4b[_0x4c6a24(0x19f)][_0x4c6a24(0x1cc)],_0x5ca526=_0x199f1a[_0x4c6a24(0x19f)]['ranges'];for(const _0x5a129f in _0x5c97ce){const _0x51b75b=_0x5c97ce[_0x5a129f][_0x4c6a24(0x265)],_0xdab500=[];_0x51b75b[_0x4c6a24(0x242)](_0x223ef2=>{const _0x356e68=_0x4c6a24,_0x44ca30=RangeSubtractRanges(_0x223ef2,_0x5ca526);_0x44ca30[_0x356e68(0x21b)]>0x0&&_0xdab500[_0x356e68(0x20c)](..._0x44ca30);}),_0x5c97ce[_0x5a129f][_0x4c6a24(0x265)]=_0xdab500;}return{'m1Prime':_0x3ecc4b,'m2Prime':_0x199f1a};}},setNumfmtMutationWithSelf={'m1':SetNumfmtMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x4215eb,_0x545e13){const _0x1d44f8=_0x2c36f1;if(_0x4215eb[_0x1d44f8(0x19f)][_0x1d44f8(0x29b)]!==_0x545e13[_0x1d44f8(0x19f)][_0x1d44f8(0x29b)]||_0x4215eb[_0x1d44f8(0x19f)][_0x1d44f8(0x2a0)]!==_0x545e13['params'][_0x1d44f8(0x2a0)])return{'m1Prime':_0x4215eb,'m2Prime':_0x545e13};const _0xa7c935=Tools[_0x1d44f8(0x1e0)](_0x4215eb),_0x29dc2e=Tools[_0x1d44f8(0x1e0)](_0x545e13),_0x2eef10=_0xa7c935[_0x1d44f8(0x19f)][_0x1d44f8(0x1cc)],_0xcd9361=Object[_0x1d44f8(0x1cc)](_0x29dc2e['params'][_0x1d44f8(0x1cc)])[_0x1d44f8(0x270)](_0x7e800a=>_0x7e800a['ranges'])[_0x1d44f8(0x1fc)]();for(const _0x1271b2 in _0x2eef10){const _0x445f63=_0x2eef10[_0x1271b2][_0x1d44f8(0x265)],_0x379243=[];_0x445f63[_0x1d44f8(0x242)](_0x433de0=>{const _0x22fafc=_0x1d44f8,_0x300d29=RangeSubtractRanges(_0x433de0,_0xcd9361);_0x300d29[_0x22fafc(0x21b)]>0x0&&_0x379243['push'](..._0x300d29);}),_0x2eef10[_0x1271b2][_0x1d44f8(0x265)]=_0x379243;}return{'m1Prime':_0xa7c935,'m2Prime':_0x29dc2e};}},setRangeProtectionWithAddComment={'m1':SetRangeProtectionMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x5a684f,_0x5575a5)=>{const _0xd09a80=_0x2c36f1,_0x1f662b={'m1Prime':_0x5a684f,'m2Prime':_0x5575a5};return _0x5a684f['params'][_0xd09a80(0x29b)]!==_0x5575a5[_0xd09a80(0x19f)][_0xd09a80(0x29b)]||_0x5a684f['params']['subUnitId']!==_0x5575a5[_0xd09a80(0x19f)]['subUnitId']?_0x1f662b:{'error':new Error(_0xd09a80(0x1e7))};},_0x2c36f1(0x281))},setRangeProtectionWithAddConditionRule={'m1':SetRangeProtectionMutation['id'],'m2':AddConditionalRuleMutation['id'],'handler':__name((_0x596c4d,_0x4d6de8)=>{const _0xbe8f3a=_0x2c36f1,_0x409151={'m1Prime':_0x596c4d,'m2Prime':_0x4d6de8};if(_0x596c4d[_0xbe8f3a(0x19f)]['unitId']!==_0x4d6de8[_0xbe8f3a(0x19f)][_0xbe8f3a(0x29b)]||_0x596c4d['params']['subUnitId']!==_0x4d6de8[_0xbe8f3a(0x19f)]['subUnitId'])return _0x409151;const _0x76e282=_0x596c4d[_0xbe8f3a(0x19f)][_0xbe8f3a(0x267)]['ranges'],_0x23dc31=_0x4d6de8[_0xbe8f3a(0x19f)]['rule'][_0xbe8f3a(0x265)];return _0x76e282[_0xbe8f3a(0x1b2)](_0x40336b=>_0x23dc31[_0xbe8f3a(0x1b2)](_0x21ac07=>Rectangle[_0xbe8f3a(0x1f7)](_0x40336b,_0x21ac07)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule')}:_0x409151;},_0x2c36f1(0x281))},setRangeProtectionWithAddWorksheetMerge={'m1':SetRangeProtectionMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler':__name((_0xe3654e,_0x4ffc11)=>{const _0x49a937=_0x2c36f1,_0x58d058={'m1Prime':_0xe3654e,'m2Prime':_0x4ffc11};if(_0xe3654e[_0x49a937(0x19f)][_0x49a937(0x29b)]!==_0x4ffc11[_0x49a937(0x19f)][_0x49a937(0x29b)]||_0xe3654e[_0x49a937(0x19f)][_0x49a937(0x2a0)]!==_0x4ffc11[_0x49a937(0x19f)][_0x49a937(0x2a0)])return _0x58d058;const _0x5b7129=_0xe3654e[_0x49a937(0x19f)]['rule'][_0x49a937(0x265)],_0x30072d=_0x4ffc11['params'][_0x49a937(0x265)];return _0x5b7129[_0x49a937(0x1b2)](_0x15ad05=>_0x30072d[_0x49a937(0x1b2)](_0x5bac24=>Rectangle[_0x49a937(0x1f7)](_0x15ad05,_0x5bac24)))?{'error':new Error(_0x49a937(0x2c3))}:_0x58d058;},_0x2c36f1(0x281))},setRangeProtectionWithAddWorksheetProtection={'m1':SetRangeProtectionMutation['id'],'m2':AddWorksheetProtectionMutation['id'],'handler':__name((_0x49f107,_0x4f50ef)=>{const _0x4582a0=_0x2c36f1,_0x531a09={'m1Prime':_0x49f107,'m2Prime':_0x4f50ef};return _0x49f107[_0x4582a0(0x19f)][_0x4582a0(0x29b)]!==_0x4f50ef[_0x4582a0(0x19f)]['unitId']||_0x49f107[_0x4582a0(0x19f)][_0x4582a0(0x2a0)]!==_0x4f50ef['params'][_0x4582a0(0x267)]['subUnitId']?_0x531a09:{'error':new Error(_0x4582a0(0x142))};},_0x2c36f1(0x281))},setRangeProtectionWithDeleteConditionFormattingRule={'m1':SetRangeProtectionMutation['id'],'m2':DeleteConditionalRuleMutation['id'],'handler':__name((_0x16a6aa,_0x158374)=>{const _0x3a15fb=_0x2c36f1,_0x1cb0d8={'m1Prime':_0x16a6aa,'m2Prime':_0x158374};return _0x16a6aa['params'][_0x3a15fb(0x29b)]!==_0x158374['params'][_0x3a15fb(0x29b)]||_0x16a6aa[_0x3a15fb(0x19f)]['subUnitId']!==_0x158374[_0x3a15fb(0x19f)][_0x3a15fb(0x2a0)]?_0x1cb0d8:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule')};},'handler')},setRangeProtectionWithInsertCol={'m1':SetRangeProtectionMutation['id'],'m2':InsertColMutation['id'],'handler':__name((_0x18f333,_0x4a4c6d)=>{const _0x439e3d=_0x2c36f1,_0x48e922={'m1Prime':_0x18f333,'m2Prime':_0x4a4c6d};if(_0x18f333[_0x439e3d(0x19f)][_0x439e3d(0x29b)]!==_0x4a4c6d[_0x439e3d(0x19f)][_0x439e3d(0x29b)]||_0x18f333['params'][_0x439e3d(0x2a0)]!==_0x4a4c6d[_0x439e3d(0x19f)][_0x439e3d(0x2a0)])return _0x48e922;const _0x4a159e=_0x18f333['params'][_0x439e3d(0x267)][_0x439e3d(0x265)],_0x18938d=_0x4a4c6d[_0x439e3d(0x19f)][_0x439e3d(0x20d)];return _0x4a159e[_0x439e3d(0x1b2)](_0x4eaee3=>Rectangle[_0x439e3d(0x1f7)](_0x4eaee3,_0x18938d))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col')}:_0x48e922;},_0x2c36f1(0x281))},setRangeProtectionWithInsertRow={'m1':SetRangeProtectionMutation['id'],'m2':InsertRowMutation['id'],'handler':__name((_0x144e19,_0x538b84)=>{const _0x215540=_0x2c36f1,_0x119cb6={'m1Prime':_0x144e19,'m2Prime':_0x538b84};if(_0x144e19['params']['unitId']!==_0x538b84[_0x215540(0x19f)][_0x215540(0x29b)]||_0x144e19[_0x215540(0x19f)][_0x215540(0x2a0)]!==_0x538b84[_0x215540(0x19f)][_0x215540(0x2a0)])return _0x119cb6;const _0xe8d2ca=_0x144e19[_0x215540(0x19f)]['rule'][_0x215540(0x265)],_0xbfed55=_0x538b84['params']['range'];return _0xe8d2ca['some'](_0x15668c=>Rectangle['intersects'](_0x15668c,_0xbfed55))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row')}:_0x119cb6;},'handler')},setRangeProtectionWithMoveCol={'m1':SetRangeProtectionMutation['id'],'m2':MoveColsMutation['id'],'handler':__name((_0x12501a,_0x2d47d7)=>{const _0x1242fb=_0x2c36f1,_0x59f41f={'m1Prime':_0x12501a,'m2Prime':_0x2d47d7};if(_0x12501a[_0x1242fb(0x19f)][_0x1242fb(0x29b)]!==_0x2d47d7[_0x1242fb(0x19f)]['unitId']||_0x12501a['params'][_0x1242fb(0x2a0)]!==_0x2d47d7[_0x1242fb(0x19f)][_0x1242fb(0x2a0)])return _0x59f41f;const _0x252f50=_0x12501a[_0x1242fb(0x19f)][_0x1242fb(0x267)]['ranges'],_0x53251e=[_0x2d47d7[_0x1242fb(0x19f)][_0x1242fb(0x1f8)],_0x2d47d7['params'][_0x1242fb(0x236)]];return _0x252f50[_0x1242fb(0x1b2)](_0x2589a5=>_0x53251e[_0x1242fb(0x1b2)](_0x3369d4=>Rectangle[_0x1242fb(0x1f7)](_0x2589a5,_0x3369d4)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col')}:_0x59f41f;},_0x2c36f1(0x281))},setRangeProtectionWithMoveRange={'m1':SetRangeProtectionMutation['id'],'m2':MoveRangeMutation['id'],'handler':__name((_0x45e91d,_0x109d8c)=>{const _0x18dc82=_0x2c36f1,_0x225153={'m1Prime':_0x45e91d,'m2Prime':_0x109d8c};if(_0x45e91d[_0x18dc82(0x19f)][_0x18dc82(0x29b)]!==_0x109d8c[_0x18dc82(0x19f)][_0x18dc82(0x29b)]||_0x45e91d[_0x18dc82(0x19f)][_0x18dc82(0x2a0)]!==_0x109d8c['params'][_0x18dc82(0x312)][_0x18dc82(0x2a0)])return _0x225153;const _0x4df2ba=_0x45e91d[_0x18dc82(0x19f)][_0x18dc82(0x267)]['ranges'],_0xc859d3=new ObjectMatrix(_0x109d8c[_0x18dc82(0x19f)][_0x18dc82(0x312)]['value'])[_0x18dc82(0x280)](),_0x4f3e38=new ObjectMatrix(_0x109d8c[_0x18dc82(0x19f)]['to'][_0x18dc82(0x300)])[_0x18dc82(0x280)](),_0x470a60=[_0xc859d3,_0x4f3e38];return _0x4df2ba[_0x18dc82(0x1b2)](_0x24cdf9=>_0x470a60[_0x18dc82(0x1b2)](_0x3e74d8=>Rectangle[_0x18dc82(0x1f7)](_0x24cdf9,_0x3e74d8)))?{'error':new Error(_0x18dc82(0x31c))}:_0x225153;},_0x2c36f1(0x281))},setRangeProtectionWithMoveRow={'m1':SetRangeProtectionMutation['id'],'m2':MoveRowsMutation['id'],'handler':__name((_0x28485f,_0x18511f)=>{const _0xdc87b8=_0x2c36f1,_0x50fa28={'m1Prime':_0x28485f,'m2Prime':_0x18511f};if(_0x28485f[_0xdc87b8(0x19f)][_0xdc87b8(0x29b)]!==_0x18511f[_0xdc87b8(0x19f)][_0xdc87b8(0x29b)]||_0x28485f[_0xdc87b8(0x19f)][_0xdc87b8(0x2a0)]!==_0x18511f['params'][_0xdc87b8(0x2a0)])return _0x50fa28;const _0x725534=_0x28485f[_0xdc87b8(0x19f)]['rule'][_0xdc87b8(0x265)],_0x542b5d=[_0x18511f[_0xdc87b8(0x19f)][_0xdc87b8(0x1f8)],_0x18511f[_0xdc87b8(0x19f)][_0xdc87b8(0x236)]];return _0x725534[_0xdc87b8(0x1b2)](_0x311b31=>_0x542b5d[_0xdc87b8(0x1b2)](_0x553c8c=>Rectangle['intersects'](_0x311b31,_0x553c8c)))?{'error':new Error(_0xdc87b8(0x2c7))}:_0x50fa28;},_0x2c36f1(0x281))},setRangeProtectionWithRemoveCol={'m1':SetRangeProtectionMutation['id'],'m2':RemoveColMutation['id'],'handler':__name((_0x1309ea,_0x56f569)=>{const _0x270a5f=_0x2c36f1,_0x2de819={'m1Prime':_0x1309ea,'m2Prime':_0x56f569};if(_0x1309ea[_0x270a5f(0x19f)][_0x270a5f(0x29b)]!==_0x56f569[_0x270a5f(0x19f)][_0x270a5f(0x29b)]||_0x1309ea[_0x270a5f(0x19f)][_0x270a5f(0x2a0)]!==_0x56f569[_0x270a5f(0x19f)][_0x270a5f(0x2a0)])return _0x2de819;const _0x16c94b=_0x1309ea[_0x270a5f(0x19f)][_0x270a5f(0x267)]['ranges'],_0x1902f8=_0x56f569[_0x270a5f(0x19f)][_0x270a5f(0x20d)];return _0x16c94b[_0x270a5f(0x1b2)](_0x10578e=>Rectangle[_0x270a5f(0x1f7)](_0x10578e,_0x1902f8))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col')}:_0x2de819;},_0x2c36f1(0x281))},setRangeProtectionWithRemoveDataValidation={'m1':SetRangeProtectionMutation['id'],'m2':RemoveDataValidationMutation['id'],'handler':__name((_0x3ed51c,_0x4a9ded)=>{const _0x4797fe=_0x2c36f1,_0x833a98={'m1Prime':_0x3ed51c,'m2Prime':_0x4a9ded};return _0x3ed51c[_0x4797fe(0x19f)][_0x4797fe(0x29b)]!==_0x4a9ded[_0x4797fe(0x19f)][_0x4797fe(0x29b)]||_0x3ed51c['params'][_0x4797fe(0x2a0)]!==_0x4a9ded[_0x4797fe(0x19f)]['subUnitId']?_0x833a98:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule')};},_0x2c36f1(0x281))},setRangeProtectionWithRemoveRow={'m1':SetRangeProtectionMutation['id'],'m2':RemoveRowMutation['id'],'handler':__name((_0x4d5b72,_0x2279a1)=>{const _0x548ece=_0x2c36f1,_0x1d8a42={'m1Prime':_0x4d5b72,'m2Prime':_0x2279a1};if(_0x4d5b72[_0x548ece(0x19f)][_0x548ece(0x29b)]!==_0x2279a1[_0x548ece(0x19f)][_0x548ece(0x29b)]||_0x4d5b72[_0x548ece(0x19f)][_0x548ece(0x2a0)]!==_0x2279a1[_0x548ece(0x19f)]['subUnitId'])return _0x1d8a42;const _0x5e18ca=_0x4d5b72[_0x548ece(0x19f)]['rule']['ranges'],_0x5c9b0e=_0x2279a1[_0x548ece(0x19f)][_0x548ece(0x20d)];return _0x5e18ca[_0x548ece(0x1b2)](_0x1b625d=>Rectangle['intersects'](_0x1b625d,_0x5c9b0e))?{'error':new Error(_0x548ece(0x2d6))}:_0x1d8a42;},'handler')},setRangeProtectionWithRemoveFilter={'m1':SetRangeProtectionMutation['id'],'m2':RemoveSheetsFilterMutation['id'],'handler':__name((_0x676b3c,_0x4ff1f3)=>{const _0x4b496f=_0x2c36f1,_0x241996={'m1Prime':_0x676b3c,'m2Prime':_0x4ff1f3};return _0x676b3c['params']['unitId']!==_0x4ff1f3[_0x4b496f(0x19f)][_0x4b496f(0x29b)]||_0x676b3c['params'][_0x4b496f(0x2a0)]!==_0x4ff1f3[_0x4b496f(0x19f)][_0x4b496f(0x2a0)]?_0x241996:{'error':new Error(_0x4b496f(0x309))};},'handler')},setRangeProtectionWithRemoveWorksheetMerge={'m1':SetRangeProtectionMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler':__name((_0x325a86,_0x3ea0cc)=>{const _0xe2829f=_0x2c36f1,_0x8e5288={'m1Prime':_0x325a86,'m2Prime':_0x3ea0cc};if(_0x325a86[_0xe2829f(0x19f)][_0xe2829f(0x29b)]!==_0x3ea0cc[_0xe2829f(0x19f)][_0xe2829f(0x29b)]||_0x325a86[_0xe2829f(0x19f)]['subUnitId']!==_0x3ea0cc[_0xe2829f(0x19f)][_0xe2829f(0x2a0)])return _0x8e5288;const _0x2669ce=_0x325a86[_0xe2829f(0x19f)][_0xe2829f(0x267)][_0xe2829f(0x265)],_0x28458c=_0x3ea0cc[_0xe2829f(0x19f)][_0xe2829f(0x265)];return _0x2669ce['some'](_0xa70dcb=>_0x28458c['some'](_0x24250e=>Rectangle['intersects'](_0xa70dcb,_0x24250e)))?{'error':new Error(_0xe2829f(0x2a4))}:_0x8e5288;},'handler')},setRangeProtectionWithSetConditionalFormattingRule={'m1':SetRangeProtectionMutation['id'],'m2':SetConditionalRuleMutation['id'],'handler':__name((_0x2a81e8,_0x2f3757)=>{const _0x523406=_0x2c36f1,_0x5c894f={'m1Prime':_0x2a81e8,'m2Prime':_0x2f3757};if(_0x2a81e8['params'][_0x523406(0x29b)]!==_0x2f3757[_0x523406(0x19f)]['unitId']||_0x2a81e8[_0x523406(0x19f)]['subUnitId']!==_0x2f3757[_0x523406(0x19f)]['subUnitId'])return _0x5c894f;const _0x319a09=_0x2a81e8[_0x523406(0x19f)]['rule'][_0x523406(0x265)],_0x147249=_0x2f3757[_0x523406(0x19f)][_0x523406(0x267)][_0x523406(0x265)];return _0x319a09['some'](_0x23bbfb=>_0x147249[_0x523406(0x1b2)](_0x184674=>Rectangle[_0x523406(0x1f7)](_0x23bbfb,_0x184674)))?{'error':new Error(_0x523406(0x220))}:_0x5c894f;},_0x2c36f1(0x281))},setRangeProtectionWithSetFrozen={'m1':SetRangeProtectionMutation['id'],'m2':SetFrozenMutation['id'],'handler':__name((_0x41a5ee,_0x54311f)=>{const _0x228d1b=_0x2c36f1,_0x154f34={'m1Prime':_0x41a5ee,'m2Prime':_0x54311f};if(_0x41a5ee['params'][_0x228d1b(0x29b)]!==_0x54311f[_0x228d1b(0x19f)][_0x228d1b(0x29b)]||_0x41a5ee[_0x228d1b(0x19f)][_0x228d1b(0x2a0)]!==_0x54311f['params'][_0x228d1b(0x2a0)])return _0x154f34;const _0x59fdd5=_0x41a5ee['params'][_0x228d1b(0x267)][_0x228d1b(0x265)],_0x3755aa=[{'startRow':_0x54311f['params']['startRow'],'endRow':_0x54311f['params'][_0x228d1b(0x215)],'startColumn':_0x54311f[_0x228d1b(0x19f)][_0x228d1b(0x308)],'endColumn':_0x54311f[_0x228d1b(0x19f)][_0x228d1b(0x308)]}];return _0x59fdd5[_0x228d1b(0x1b2)](_0x2a59c7=>_0x3755aa['some'](_0x5dadd6=>Rectangle[_0x228d1b(0x1f7)](_0x2a59c7,_0x5dadd6)))?{'error':new Error(_0x228d1b(0x1ff))}:_0x154f34;},_0x2c36f1(0x281))},setRangeProtectionWithSetNumfmt={'m1':SetRangeProtectionMutation['id'],'m2':SetNumfmtMutation['id'],'handler':__name((_0x2af55f,_0x589b1a)=>{const _0x270d2e=_0x2c36f1,_0xe9949a={'m1Prime':_0x2af55f,'m2Prime':_0x589b1a};return _0x2af55f['params'][_0x270d2e(0x29b)]!==_0x589b1a[_0x270d2e(0x19f)][_0x270d2e(0x29b)]||_0x2af55f[_0x270d2e(0x19f)]['subUnitId']!==_0x589b1a[_0x270d2e(0x19f)][_0x270d2e(0x2a0)]?_0xe9949a:{'error':new Error(_0x270d2e(0x15e))};},'handler')},setRangeProtectionWithSetRangeProtection={'m1':SetRangeProtectionMutation['id'],'m2':SetRangeProtectionMutation['id'],'handler':__name((_0xa1b9f5,_0x1039d1)=>{const _0x27ad16=_0x2c36f1,_0x5462b7={'m1Prime':_0xa1b9f5,'m2Prime':_0x1039d1};if(_0xa1b9f5[_0x27ad16(0x19f)][_0x27ad16(0x29b)]!==_0x1039d1[_0x27ad16(0x19f)][_0x27ad16(0x29b)]||_0xa1b9f5[_0x27ad16(0x19f)][_0x27ad16(0x2a0)]!==_0x1039d1[_0x27ad16(0x19f)][_0x27ad16(0x2a0)])return _0x5462b7;const _0x3dec2f=_0xa1b9f5['params'][_0x27ad16(0x267)][_0x27ad16(0x265)],_0x10b9b0=_0x1039d1['params'][_0x27ad16(0x267)][_0x27ad16(0x265)];return _0x3dec2f['some'](_0x1cbbd0=>_0x10b9b0[_0x27ad16(0x1b2)](_0x184f2b=>Rectangle['intersects'](_0x1cbbd0,_0x184f2b)))?{'error':new Error(_0x27ad16(0x2ba))}:_0x5462b7;},'handler')},setRangeProtectionWithSetRangeValue={'m1':SetRangeProtectionMutation['id'],'m2':SetRangeValuesMutation['id'],'handler':__name((_0x490486,_0x30aac0)=>{const _0x15edae=_0x2c36f1,_0x3337e2={'m1Prime':_0x490486,'m2Prime':_0x30aac0};if(_0x490486[_0x15edae(0x19f)][_0x15edae(0x29b)]!==_0x30aac0[_0x15edae(0x19f)][_0x15edae(0x29b)]||_0x490486[_0x15edae(0x19f)][_0x15edae(0x2a0)]!==_0x30aac0[_0x15edae(0x19f)][_0x15edae(0x2a0)])return _0x3337e2;const _0x2034ca=_0x490486['params'][_0x15edae(0x267)][_0x15edae(0x265)],_0x2b02f0=new ObjectMatrix(_0x30aac0[_0x15edae(0x19f)]['cellValue'])[_0x15edae(0x280)]();return _0x2034ca[_0x15edae(0x1b2)](_0x34078b=>Rectangle[_0x15edae(0x1f7)](_0x34078b,_0x2b02f0))?{'error':new Error(_0x15edae(0x2f6))}:_0x3337e2;},_0x2c36f1(0x281))},setRangeProtectionWithSetWorksheetColWidth={'m1':SetRangeProtectionMutation['id'],'m2':SetWorksheetColWidthMutation['id'],'handler':__name((_0x59be3d,_0x186cf0)=>{const _0x57457a=_0x2c36f1,_0x18b280={'m1Prime':_0x59be3d,'m2Prime':_0x186cf0};if(_0x59be3d['params']['unitId']!==_0x186cf0[_0x57457a(0x19f)]['unitId']||_0x59be3d[_0x57457a(0x19f)]['subUnitId']!==_0x186cf0[_0x57457a(0x19f)][_0x57457a(0x2a0)])return _0x18b280;const _0x2b74d3=_0x59be3d[_0x57457a(0x19f)]['rule']['ranges'],_0x35792b=_0x186cf0[_0x57457a(0x19f)][_0x57457a(0x265)];return _0x2b74d3[_0x57457a(0x1b2)](_0x5ccf6b=>_0x35792b['some'](_0x2b1c05=>Rectangle[_0x57457a(0x1f7)](_0x5ccf6b,_0x2b1c05)))?{'error':new Error(_0x57457a(0x252))}:_0x18b280;},_0x2c36f1(0x281))},setRangeProtectionWithUpdateComment={'m1':SetRangeProtectionMutation['id'],'m2':UpdateCommentMutation['id'],'handler':__name((_0x31399a,_0x8852cc)=>{const _0x2f213c=_0x2c36f1,_0x496b39={'m1Prime':_0x31399a,'m2Prime':_0x8852cc};return _0x31399a[_0x2f213c(0x19f)][_0x2f213c(0x29b)]!==_0x8852cc['params'][_0x2f213c(0x29b)]||_0x31399a['params'][_0x2f213c(0x2a0)]!==_0x8852cc[_0x2f213c(0x19f)]['subUnitId']?_0x496b39:{'error':new Error(_0x2f213c(0x1d8))};},_0x2c36f1(0x281))},setRangeProtectionWithUpdateDataValidation={'m1':SetRangeProtectionMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x266dce,_0x3c456d)=>{const _0x4ec32b=_0x2c36f1,_0x461e08={'m1Prime':_0x266dce,'m2Prime':_0x3c456d};return _0x266dce['params'][_0x4ec32b(0x29b)]!==_0x3c456d[_0x4ec32b(0x19f)][_0x4ec32b(0x29b)]||_0x266dce[_0x4ec32b(0x19f)][_0x4ec32b(0x2a0)]!==_0x3c456d[_0x4ec32b(0x19f)]['subUnitId']?_0x461e08:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule')};},'handler')},setRangeValueMutationWithAddMerge={'m1':SetRangeValuesMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x3ce565,_0x183cbc){const _0x1aac15=_0x2c36f1,_0xfcc1ec=addWorksheetMergeMutationWithSetRangeValues[_0x1aac15(0x281)](_0x183cbc,_0x3ce565);return isTransformMutationSuccess(_0xfcc1ec)?{'m1Prime':_0xfcc1ec[_0x1aac15(0x2ea)],'m2Prime':_0xfcc1ec[_0x1aac15(0x149)]}:_0xfcc1ec;}},setRangeValuesWithMoveRange={'m1':SetRangeValuesMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x3376e8,_0x58deca){const _0x90d4b4=_0x2c36f1,_0x1dd42e={'m1Prime':_0x3376e8,'m2Prime':_0x58deca};if(_0x3376e8['params'][_0x90d4b4(0x29b)]!==_0x58deca[_0x90d4b4(0x19f)][_0x90d4b4(0x29b)])return _0x1dd42e;const _0x577c6f=new ObjectMatrix(_0x3376e8[_0x90d4b4(0x19f)]['cellValue'])[_0x90d4b4(0x280)](),_0x3e0fa6=new ObjectMatrix(_0x58deca['params'][_0x90d4b4(0x312)][_0x90d4b4(0x300)])[_0x90d4b4(0x280)](),_0x1f0f6e=new ObjectMatrix(_0x58deca[_0x90d4b4(0x19f)]['to'][_0x90d4b4(0x300)])['getDataRange']();return _0x3376e8[_0x90d4b4(0x19f)][_0x90d4b4(0x2a0)]===_0x58deca['params']['from']['subUnitId']&&Rectangle['intersects'](_0x577c6f,_0x3e0fa6)||_0x3376e8[_0x90d4b4(0x19f)]['subUnitId']===_0x58deca[_0x90d4b4(0x19f)]['to'][_0x90d4b4(0x2a0)]&&Rectangle['intersects'](_0x577c6f,_0x1f0f6e)?{'error':new Error(_0x90d4b4(0x17b))}:_0x1dd42e;}},setRangeValuesMutationWithReorderRange={'m1':SetRangeValuesMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x647125,_0x3c5ad3){const _0x2017ae=_0x2c36f1;var _0xd250f,_0x1fc98f;const _0x12ef6e={'m1Prime':_0x647125,'m2Prime':_0x3c5ad3};if(_0x647125[_0x2017ae(0x19f)][_0x2017ae(0x29b)]!==_0x3c5ad3[_0x2017ae(0x19f)][_0x2017ae(0x29b)]||_0x647125[_0x2017ae(0x19f)]['subUnitId']!==_0x3c5ad3[_0x2017ae(0x19f)][_0x2017ae(0x2a0)])return _0x12ef6e;const _0x2e9535=Tools[_0x2017ae(0x1e0)](_0x647125),{cellValue:_0x56dbe6}=_0x2e9535['params'],_0x29f1da=new ObjectMatrix(_0x56dbe6),{range:_0x4b3bca}=_0x3c5ad3[_0x2017ae(0x19f)],_0x5bb506=new Map();for(let _0x5b4f2b=_0x4b3bca[_0x2017ae(0x308)];_0x5b4f2b<=_0x4b3bca[_0x2017ae(0x2b1)];_0x5b4f2b++)for(let _0x55a6f1=_0x4b3bca[_0x2017ae(0x215)];_0x55a6f1<=_0x4b3bca[_0x2017ae(0x2de)];_0x55a6f1++)if(((_0xd250f=_0x56dbe6==null?void 0x0:_0x56dbe6[_0x55a6f1])==null?void 0x0:_0xd250f[_0x5b4f2b])!==void 0x0){const _0x534596=(_0x1fc98f=_0x3c5ad3[_0x2017ae(0x19f)][_0x2017ae(0x18b)][_0x55a6f1])!=null?_0x1fc98f:_0x55a6f1;_0x534596!==_0x55a6f1&&(_0x5bb506[_0x2017ae(0x24b)](_0x534596)||_0x5bb506[_0x2017ae(0x22e)](_0x534596,new Map()),_0x5bb506[_0x2017ae(0x21a)](_0x534596)[_0x2017ae(0x22e)](_0x5b4f2b,_0x56dbe6[_0x55a6f1][_0x5b4f2b]),_0x29f1da[_0x2017ae(0x1f4)](_0x55a6f1,_0x5b4f2b));}return _0x5bb506[_0x2017ae(0x242)]((_0x577650,_0x284ea6)=>{const _0x1df387=_0x2017ae;_0x577650[_0x1df387(0x242)]((_0xd07a89,_0x1f9472)=>{const _0x880bd3=_0x1df387;_0x29f1da[_0x880bd3(0x2d0)](_0x284ea6,_0x1f9472,_0xd07a89);});}),{'m1Prime':_0x2e9535,'m2Prime':_0x3c5ad3};}},setRangeValuesMutationWithSelf={'m1':SetRangeValuesMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x226aba,_0x518924){const _0x3c2554=_0x2c36f1,_0x39be4f={'m1Prime':_0x226aba,'m2Prime':_0x518924};if(_0x226aba['params'][_0x3c2554(0x29b)]!==_0x518924['params'][_0x3c2554(0x29b)]||_0x226aba['params'][_0x3c2554(0x2a0)]!==_0x518924[_0x3c2554(0x19f)][_0x3c2554(0x2a0)])return _0x39be4f;const _0x4847f3=Tools[_0x3c2554(0x1e0)](_0x226aba),_0xbaa860=Tools['deepClone'](_0x518924),_0x54b08d=Tools[_0x3c2554(0x1e0)](_0x518924),_0x44d9fa=new ObjectMatrix(_0x4847f3['params'][_0x3c2554(0x2d2)]),_0x2a1adb=_0x44d9fa['getDataRange'](),_0x12db00=new ObjectMatrix(_0x518924[_0x3c2554(0x19f)][_0x3c2554(0x2d2)]),_0x26a0b7=new ObjectMatrix(),_0x54751c=_0x12db00[_0x3c2554(0x280)]();return Rectangle['intersects'](_0x2a1adb,_0x54751c)?(_0x44d9fa[_0x3c2554(0x2e5)]((_0xd2df53,_0x7af413,_0x584b47)=>{const _0x366716=_0x3c2554;var _0x513e12;const _0x4295f5=_0x12db00[_0x366716(0x212)](_0xd2df53,_0x7af413);_0x4295f5===null&&_0x44d9fa[_0x366716(0x1f4)](_0xd2df53,_0x7af413),_0x584b47&&_0x4295f5&&(typeof(_0x4295f5==null?void 0x0:_0x4295f5['s'])==_0x366716(0x1ba)&&(_0x4295f5['s']=Tools[_0x366716(0x1e0)]((_0x513e12=_0xbaa860['params'][_0x366716(0x2bf)])==null?void 0x0:_0x513e12[_0x4295f5['s']])||void 0x0),_0x26a0b7['setValue'](_0xd2df53,_0x7af413,_0x4295f5));}),_0x4847f3[_0x3c2554(0x19f)][_0x3c2554(0x2d2)]=_0x44d9fa[_0x3c2554(0x260)](),_0xbaa860[_0x3c2554(0x19f)][_0x3c2554(0x2d2)]=_0x26a0b7[_0x3c2554(0x260)](),{'m1Prime':[_0x4847f3,_0xbaa860],'m2Prime':_0x54b08d}):_0x39be4f;}},setRowDataMutationWithSelf={'m1':SetRowDataMutation['id'],'m2':SetRowDataMutation['id'],'handler'(_0x55c25c,_0x26e47){const _0x1ab290=_0x2c36f1,_0x58920e={'m1Prime':_0x55c25c,'m2Prime':_0x26e47};if(_0x55c25c[_0x1ab290(0x19f)][_0x1ab290(0x29b)]!==_0x26e47[_0x1ab290(0x19f)][_0x1ab290(0x29b)]||_0x55c25c[_0x1ab290(0x19f)]['subUnitId']!==_0x26e47[_0x1ab290(0x19f)]['subUnitId'])return _0x58920e;const _0xfbc669=_0x55c25c['params'][_0x1ab290(0x1a0)],_0x53b4d3=_0x26e47[_0x1ab290(0x19f)]['rowData'],_0x4fd1ef={},_0xfaf9a6=Tools[_0x1ab290(0x1e0)](_0x55c25c),_0x25a671=new Set([...Object[_0x1ab290(0x1df)](_0xfbc669)['map'](Number),...Object[_0x1ab290(0x1df)](_0x53b4d3)[_0x1ab290(0x270)](Number)]);for(const _0xb06faa of _0x25a671){const _0x5bd61e=_0xfbc669[_0xb06faa],_0x534f0d=_0x53b4d3[_0xb06faa];if(_0x5bd61e&&_0x534f0d){const _0x1c9034={..._0x5bd61e,..._0x534f0d};_0x4fd1ef[_0xb06faa]=_0x1c9034;}else _0x5bd61e?_0x4fd1ef[_0xb06faa]=_0x5bd61e:_0x534f0d&&(_0x4fd1ef[_0xb06faa]=_0x534f0d);}return _0xfaf9a6['params'][_0x1ab290(0x1a0)]=_0x4fd1ef,{'m1Prime':_0xfaf9a6,'m2Prime':_0x26e47};}},setSheetsFilterCriteriaWithMoveRange={'m1':SetSheetsFilterCriteriaMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x3c0002,_0x2be0f7){const _0x2b1990=_0x2c36f1,_0x587827={'m1Prime':_0x3c0002,'m2Prime':_0x2be0f7};if(_0x3c0002['params'][_0x2b1990(0x29b)]!==_0x2be0f7[_0x2b1990(0x19f)][_0x2b1990(0x29b)]||_0x3c0002[_0x2b1990(0x19f)]['subUnitId']!==_0x2be0f7[_0x2b1990(0x19f)][_0x2b1990(0x312)]['subUnitId']&&_0x3c0002[_0x2b1990(0x19f)][_0x2b1990(0x2a0)]!==_0x2be0f7[_0x2b1990(0x19f)]['to']['subUnitId'])return _0x587827;let _0x1d936e=null;return _0x3c0002[_0x2b1990(0x19f)]['subUnitId']===_0x2be0f7[_0x2b1990(0x19f)][_0x2b1990(0x312)][_0x2b1990(0x2a0)]&&new ObjectMatrix(_0x2be0f7[_0x2b1990(0x19f)][_0x2b1990(0x312)][_0x2b1990(0x300)])[_0x2b1990(0x2e5)]((_0x3565b1,_0x31bc16)=>{const _0x10d9c4=_0x2b1990;_0x31bc16===_0x3c0002[_0x10d9c4(0x19f)][_0x10d9c4(0x179)]&&(_0x1d936e=_0x2be0f7[_0x10d9c4(0x19f)]['from']['subUnitId']);}),_0x3c0002[_0x2b1990(0x19f)][_0x2b1990(0x2a0)]===_0x2be0f7[_0x2b1990(0x19f)]['to'][_0x2b1990(0x2a0)]&&new ObjectMatrix(_0x2be0f7['params']['to'][_0x2b1990(0x300)])[_0x2b1990(0x2e5)]((_0x3899d2,_0x2c841e)=>{const _0x15ccdc=_0x2b1990;_0x2c841e===_0x3c0002[_0x15ccdc(0x19f)][_0x15ccdc(0x179)]&&(_0x1d936e=_0x2be0f7[_0x15ccdc(0x19f)]['to'][_0x15ccdc(0x2a0)]);}),_0x1d936e?{'m1Prime':_0x3c0002,'m2Prime':[_0x2be0f7,{'id':ReCalcSheetsFilterMutation['id'],'params':{'unitId':_0x2be0f7[_0x2b1990(0x19f)][_0x2b1990(0x29b)],'subUnitId':_0x1d936e}}]}:_0x587827;}},setSheetsFilterCriteriaWithRemoveSheetsFilter={'m1':SetSheetsFilterCriteriaMutation['id'],'m2':RemoveSheetsFilterMutation['id'],'handler'(_0x1bfa3b,_0x3af763){const _0x30a575=_0x2c36f1,_0x186bc5={'m1Prime':_0x1bfa3b,'m2Prime':_0x3af763};return _0x1bfa3b[_0x30a575(0x19f)][_0x30a575(0x29b)]!==_0x3af763[_0x30a575(0x19f)][_0x30a575(0x29b)]||_0x1bfa3b[_0x30a575(0x19f)]['subUnitId']!==_0x3af763[_0x30a575(0x19f)][_0x30a575(0x2a0)]?_0x186bc5:{'m1Prime':[],'m2Prime':[_0x3af763]};}},setSheetsFilterCriteriaWithSetRangeValues={'m1':SetSheetsFilterCriteriaMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x1f9a50,_0x12bfdb){const _0x131e8=_0x2c36f1,_0x43df40={'m1Prime':_0x1f9a50,'m2Prime':_0x12bfdb};if(_0x1f9a50['params']['unitId']!==_0x12bfdb[_0x131e8(0x19f)][_0x131e8(0x29b)]||_0x1f9a50[_0x131e8(0x19f)][_0x131e8(0x2a0)]!==_0x12bfdb[_0x131e8(0x19f)]['subUnitId'])return _0x43df40;let _0x120162=!0x1;return new ObjectMatrix(_0x12bfdb['params'][_0x131e8(0x2d2)])['forValue']((_0xa54714,_0x1a19f8)=>{const _0x35eb18=_0x131e8;_0x1a19f8===_0x1f9a50['params'][_0x35eb18(0x179)]&&(_0x120162=!0x0);}),_0x120162?{'m1Prime':_0x1f9a50,'m2Prime':[_0x12bfdb,{'id':ReCalcSheetsFilterMutation['id'],'params':{'unitId':_0x12bfdb[_0x131e8(0x19f)][_0x131e8(0x29b)],'subUnitId':_0x12bfdb[_0x131e8(0x19f)][_0x131e8(0x2a0)]}}]}:_0x43df40;}},setSheetsFilterCriteriaWithSelf={'m1':SetSheetsFilterCriteriaMutation['id'],'m2':SetSheetsFilterCriteriaMutation['id'],'handler'(_0x3c5448,_0x315be6){const _0x3b0d22=_0x2c36f1,_0x339e1b={'m1Prime':_0x3c5448,'m2Prime':_0x315be6};return _0x3c5448[_0x3b0d22(0x19f)][_0x3b0d22(0x29b)]!==_0x315be6[_0x3b0d22(0x19f)]['unitId']||_0x3c5448[_0x3b0d22(0x19f)]['subUnitId']!==_0x315be6['params'][_0x3b0d22(0x2a0)]||_0x3c5448[_0x3b0d22(0x19f)][_0x3b0d22(0x179)]!==_0x315be6[_0x3b0d22(0x19f)][_0x3b0d22(0x179)]?_0x339e1b:{'m1Prime':[],'m2Prime':[_0x315be6]};}},setSheetsFilterRangeWithRemoveSheetsFilter={'m1':SetSheetsFilterRangeMutation['id'],'m2':RemoveSheetsFilterMutation['id'],'handler'(_0x274e0d,_0x742d2c){const _0x308260=_0x2c36f1,_0x2a2814={'m1Prime':_0x274e0d,'m2Prime':_0x742d2c};return _0x274e0d[_0x308260(0x19f)][_0x308260(0x29b)]!==_0x742d2c['params']['unitId']||_0x274e0d[_0x308260(0x19f)][_0x308260(0x2a0)]!==_0x742d2c['params']['subUnitId']?_0x2a2814:{'m1Prime':[],'m2Prime':[_0x742d2c]};}},setSheetsFilterRangeWithSelf={'m1':SetSheetsFilterRangeMutation['id'],'m2':SetSheetsFilterRangeMutation['id'],'handler'(_0x3ba0ba,_0xed6c8f){const _0x2692b0=_0x2c36f1,_0x520205={'m1Prime':_0x3ba0ba,'m2Prime':_0xed6c8f};return _0x3ba0ba[_0x2692b0(0x19f)]['unitId']!==_0xed6c8f[_0x2692b0(0x19f)][_0x2692b0(0x29b)]||_0x3ba0ba[_0x2692b0(0x19f)][_0x2692b0(0x2a0)]!==_0xed6c8f['params'][_0x2692b0(0x2a0)]?_0x520205:{'m1Prime':[],'m2Prime':[_0xed6c8f]};}},setTabColorMutationWithSelf={'m1':SetTabColorMutation['id'],'m2':SetTabColorMutation['id'],'handler'(_0x3fd876,_0xdbee7e){const _0x32fac3=_0x2c36f1;return _0x3fd876['params'][_0x32fac3(0x29b)]===_0xdbee7e[_0x32fac3(0x19f)]['unitId']&&_0x3fd876[_0x32fac3(0x19f)][_0x32fac3(0x2a0)]===_0xdbee7e['params'][_0x32fac3(0x2a0)]&&_0x3fd876[_0x32fac3(0x19f)]['color']!==_0xdbee7e[_0x32fac3(0x19f)][_0x32fac3(0x2fb)]?{'error':new Error(_0x32fac3(0x186))}:{'m1Prime':_0x3fd876,'m2Prime':_0xdbee7e};}},setWorksheetColWidthMutationWithSelf={'m1':SetWorksheetColWidthMutation['id'],'m2':SetWorksheetColWidthMutation['id'],'handler'(_0x235ccb,_0x1a311b){const _0x4f217a=_0x2c36f1,_0x57ee67={'m1Prime':_0x235ccb,'m2Prime':_0x1a311b};if(_0x235ccb['params'][_0x4f217a(0x29b)]!==_0x1a311b['params'][_0x4f217a(0x29b)]||_0x235ccb[_0x4f217a(0x19f)][_0x4f217a(0x2a0)]!==_0x1a311b[_0x4f217a(0x19f)]['subUnitId'])return _0x57ee67;const _0x6f419f=_0x235ccb[_0x4f217a(0x19f)][_0x4f217a(0x265)],_0x4d7766=[],_0x370a7d=Tools[_0x4f217a(0x1e0)](_0x235ccb),_0x1c03e6=_0x1a311b[_0x4f217a(0x19f)]['ranges'];_0x6f419f[_0x4f217a(0x242)](_0x19b800=>{const _0x212cf8=_0x4f217a,_0x378e99={'start':_0x19b800[_0x212cf8(0x308)],'end':_0x19b800[_0x212cf8(0x2b1)]},_0x43979a=_0x1c03e6[_0x212cf8(0x270)](_0x4139c7=>({'start':_0x4139c7[_0x212cf8(0x308)],'end':_0x4139c7[_0x212cf8(0x2b1)]})),_0x33d10a=lineSubtractLines(_0x378e99,_0x43979a)[_0x212cf8(0x270)](_0x46ad3a=>({..._0x19b800,'startColumn':_0x46ad3a[_0x212cf8(0x14f)],'endColumn':_0x46ad3a[_0x212cf8(0x19a)]}));_0x4d7766['push'](..._0x33d10a);}),_0x370a7d[_0x4f217a(0x19f)][_0x4f217a(0x265)]=_0x4d7766;const {colWidth:_0x427be1}=_0x370a7d['params'],{colWidth:_0x1086f0}=_0x1a311b['params'];return typeof _0x427be1!=_0x4f217a(0x2b6)&&(typeof _0x1086f0!=_0x4f217a(0x2b6)?Object[_0x4f217a(0x1df)](_0x1086f0)[_0x4f217a(0x270)](Number)['forEach'](_0x1faa98=>{_0x427be1[_0x1faa98]!=null&&delete _0x427be1[_0x1faa98];}):_0x1c03e6['forEach'](_0xe057a=>{const _0x4e948d=_0x4f217a;for(let _0x3327ea=_0xe057a[_0x4e948d(0x308)];_0x3327ea<=_0xe057a[_0x4e948d(0x2b1)];_0x3327ea++)delete _0x427be1[_0x3327ea];})),{'m1Prime':_0x370a7d,'m2Prime':_0x1a311b};}},setWorksheetNameMutationWithSelf={'m1':SetWorksheetNameMutation['id'],'m2':SetWorksheetNameMutation['id'],'handler'(_0x58c82c,_0x1db93e){const _0xac08dc=_0x2c36f1,_0x2532bd={'m1Prime':_0x58c82c,'m2Prime':_0x1db93e};return _0x58c82c[_0xac08dc(0x19f)][_0xac08dc(0x29b)]!==_0x1db93e['params'][_0xac08dc(0x29b)]||_0x58c82c[_0xac08dc(0x19f)][_0xac08dc(0x2a0)]!==_0x1db93e[_0xac08dc(0x19f)][_0xac08dc(0x2a0)]?_0x2532bd:{'error':new Error('Two\x20set-worksheet-name\x20mutations\x20have\x20conflict.')};}},setWorksheetRowAutoHeightMutationWithSelf={'m1':SetWorksheetRowAutoHeightMutation['id'],'m2':SetWorksheetRowAutoHeightMutation['id'],'handler'(_0x364103,_0x13885e){const _0x3d9039=_0x2c36f1,_0x1b0955={'m1Prime':_0x364103,'m2Prime':_0x13885e};if(_0x364103['params'][_0x3d9039(0x29b)]!==_0x13885e['params']['unitId']||_0x364103['params'][_0x3d9039(0x2a0)]!==_0x13885e[_0x3d9039(0x19f)][_0x3d9039(0x2a0)])return _0x1b0955;const _0x4966d2=_0x364103[_0x3d9039(0x19f)][_0x3d9039(0x307)],_0xed12f=[],_0x44035c=Tools[_0x3d9039(0x1e0)](_0x364103),_0x23f378=_0x13885e[_0x3d9039(0x19f)][_0x3d9039(0x307)];return _0x4966d2['forEach'](_0x7a09d9=>{const _0xa1d60c=_0x3d9039;_0x23f378[_0xa1d60c(0x1b4)](_0x551264=>_0x551264[_0xa1d60c(0x175)]===_0x7a09d9[_0xa1d60c(0x175)])||_0xed12f[_0xa1d60c(0x20c)](_0x7a09d9);}),_0x44035c[_0x3d9039(0x19f)][_0x3d9039(0x307)]=_0xed12f,{'m1Prime':_0x44035c,'m2Prime':_0x13885e};}},setWorksheetRowHeightMutationWithSelf={'m1':SetWorksheetRowHeightMutation['id'],'m2':SetWorksheetRowHeightMutation['id'],'handler'(_0xaa8627,_0x285e00){const _0x458bc3=_0x2c36f1,_0x47e767={'m1Prime':_0xaa8627,'m2Prime':_0x285e00};if(_0xaa8627[_0x458bc3(0x19f)][_0x458bc3(0x29b)]!==_0x285e00['params'][_0x458bc3(0x29b)]||_0xaa8627[_0x458bc3(0x19f)][_0x458bc3(0x2a0)]!==_0x285e00[_0x458bc3(0x19f)][_0x458bc3(0x2a0)])return _0x47e767;const _0x51fb95=_0xaa8627['params']['ranges'],_0x575419=[],_0x2bdd00=Tools[_0x458bc3(0x1e0)](_0xaa8627),_0xeef379=_0x285e00[_0x458bc3(0x19f)]['ranges'];_0x51fb95[_0x458bc3(0x242)](_0x2fcd93=>{const _0x484960=_0x458bc3,_0x5e57b0={'start':_0x2fcd93[_0x484960(0x215)],'end':_0x2fcd93[_0x484960(0x2de)]},_0x22f7c3=_0xeef379[_0x484960(0x270)](_0x4acdf2=>({'start':_0x4acdf2['startRow'],'end':_0x4acdf2[_0x484960(0x2de)]})),_0x18261f=lineSubtractLines(_0x5e57b0,_0x22f7c3)[_0x484960(0x270)](_0x286665=>({..._0x2fcd93,'startRow':_0x286665['start'],'endRow':_0x286665[_0x484960(0x19a)]}));_0x575419['push'](..._0x18261f);}),_0x2bdd00[_0x458bc3(0x19f)]['ranges']=_0x575419;const {rowHeight:_0x4200a5}=_0x2bdd00['params'],{rowHeight:_0x283b8a}=_0x285e00['params'];return typeof _0x4200a5!=_0x458bc3(0x2b6)&&(typeof _0x283b8a!='number'?Object[_0x458bc3(0x1df)](_0x283b8a)[_0x458bc3(0x270)](Number)[_0x458bc3(0x242)](_0x23519c=>{_0x4200a5[_0x23519c]!=null&&delete _0x4200a5[_0x23519c];}):_0xeef379[_0x458bc3(0x242)](_0x293517=>{const _0x5a6b70=_0x458bc3;for(let _0xd5fd9=_0x293517[_0x5a6b70(0x215)];_0xd5fd9<=_0x293517[_0x5a6b70(0x2de)];_0xd5fd9++)delete _0x4200a5[_0xd5fd9];})),{'m1Prime':_0x2bdd00,'m2Prime':_0x285e00};}},setWorksheetRowIsAutoHeightMutationWithSelf={'m1':SetWorksheetRowIsAutoHeightMutation['id'],'m2':SetWorksheetRowIsAutoHeightMutation['id'],'handler'(_0x435852,_0x3edf87){const _0x51d904=_0x2c36f1,_0x48bcb1={'m1Prime':_0x435852,'m2Prime':_0x3edf87};if(_0x435852[_0x51d904(0x19f)]['unitId']!==_0x3edf87[_0x51d904(0x19f)][_0x51d904(0x29b)]||_0x435852['params'][_0x51d904(0x2a0)]!==_0x3edf87['params']['subUnitId'])return _0x48bcb1;const _0x22733c=_0x435852[_0x51d904(0x19f)][_0x51d904(0x265)],_0x3788be=[],_0x3c468b=Tools['deepClone'](_0x435852),_0x3c3de0=_0x3edf87[_0x51d904(0x19f)][_0x51d904(0x265)];_0x22733c[_0x51d904(0x242)](_0x47ee7a=>{const _0x27c556=_0x51d904,_0x27e2f4={'start':_0x47ee7a['startRow'],'end':_0x47ee7a[_0x27c556(0x2de)]},_0x157e92=_0x3c3de0['map'](_0x3b2367=>({'start':_0x3b2367['startRow'],'end':_0x3b2367[_0x27c556(0x2de)]})),_0x35a889=lineSubtractLines(_0x27e2f4,_0x157e92)['map'](_0x453289=>({..._0x47ee7a,'startRow':_0x453289[_0x27c556(0x14f)],'endRow':_0x453289[_0x27c556(0x19a)]}));_0x3788be[_0x27c556(0x20c)](..._0x35a889);}),_0x3c468b[_0x51d904(0x19f)]['ranges']=_0x3788be;const {autoHeightInfo:_0x1f12fb}=_0x3c468b['params'],{autoHeightInfo:_0x2de7f8}=_0x3edf87['params'];return typeof _0x1f12fb!=_0x51d904(0x2b6)&&(typeof _0x2de7f8!=_0x51d904(0x2b6)?Object[_0x51d904(0x1df)](_0x2de7f8)[_0x51d904(0x270)](Number)[_0x51d904(0x242)](_0x1cec74=>{_0x1f12fb[_0x1cec74]!=null&&delete _0x1f12fb[_0x1cec74];}):_0x3c3de0[_0x51d904(0x242)](_0x3f2de0=>{const _0x2cd1f1=_0x51d904;for(let _0x1aee26=_0x3f2de0['startRow'];_0x1aee26<=_0x3f2de0[_0x2cd1f1(0x2de)];_0x1aee26++)delete _0x1f12fb[_0x1aee26];})),{'m1Prime':_0x3c468b,'m2Prime':_0x3edf87};}},updateCommentWithSelf={'m1':UpdateCommentMutation['id'],'m2':UpdateCommentMutation['id'],'handler':__name((_0x457699,_0x4a72b1)=>{const _0x3ecea8=_0x2c36f1,_0x2552b0=_0x457699[_0x3ecea8(0x19f)],_0x983abc=_0x4a72b1[_0x3ecea8(0x19f)];return _0x2552b0[_0x3ecea8(0x29b)]===_0x983abc[_0x3ecea8(0x29b)]&&_0x2552b0[_0x3ecea8(0x2a0)]===_0x983abc[_0x3ecea8(0x2a0)]&&_0x2552b0['payload']['commentId']===_0x983abc[_0x3ecea8(0x2fe)][_0x3ecea8(0x274)]?{'m1Prime':[],'m2Prime':_0x4a72b1}:{'m1Prime':_0x457699,'m2Prime':_0x4a72b1};},_0x2c36f1(0x281))},updateCommentRefWithSelf={'m1':UpdateCommentRefMutation['id'],'m2':UpdateCommentRefMutation['id'],'handler':__name((_0x3534aa,_0x22ad42)=>{const _0x5b843b=_0x2c36f1,_0x35a908=_0x3534aa[_0x5b843b(0x19f)],_0x695073=_0x22ad42[_0x5b843b(0x19f)];return _0x35a908[_0x5b843b(0x29b)]===_0x695073[_0x5b843b(0x29b)]&&_0x35a908[_0x5b843b(0x2a0)]===_0x695073[_0x5b843b(0x2a0)]&&_0x35a908[_0x5b843b(0x2fe)]['commentId']===_0x695073[_0x5b843b(0x2fe)][_0x5b843b(0x274)]?{'m1Prime':[],'m2Prime':_0x22ad42}:{'m1Prime':_0x3534aa,'m2Prime':_0x22ad42};},'handler')},updateDataValidationMutationWithAdd={'m1':UpdateDataValidationMutation['id'],'m2':AddDataValidationMutation['id'],'handler':__name((_0x1e846a,_0x32d1fb)=>{const _0x57cdee=_0x2c36f1,_0x3c3849={'m1Prime':_0x1e846a,'m2Prime':_0x32d1fb},_0x32ff00=_0x1e846a[_0x57cdee(0x19f)],_0x5ceccb=_0x32d1fb[_0x57cdee(0x19f)];if(_0x32ff00[_0x57cdee(0x29b)]!==_0x5ceccb[_0x57cdee(0x29b)]||_0x32ff00['subUnitId']!==_0x5ceccb[_0x57cdee(0x2a0)])return _0x3c3849;if(_0x1e846a[_0x57cdee(0x19f)][_0x57cdee(0x2fe)][_0x57cdee(0x1d2)]===UpdateRuleType[_0x57cdee(0x1ec)]){const {unitId:_0xf42bc5,subUnitId:_0x225e99}=_0x1e846a[_0x57cdee(0x19f)],_0x24dccd=Array[_0x57cdee(0x31b)](_0x32d1fb[_0x57cdee(0x19f)][_0x57cdee(0x267)])?_0x32d1fb[_0x57cdee(0x19f)][_0x57cdee(0x267)]:[_0x32d1fb[_0x57cdee(0x19f)][_0x57cdee(0x267)]],_0xcfb78d=[],_0x33bb66=new ObjectMatrix(),_0x315c65=_0x1e846a[_0x57cdee(0x19f)][_0x57cdee(0x2fe)][_0x57cdee(0x2fe)];_0x315c65[_0x57cdee(0x242)](_0x27c720=>{const _0x1948d5=_0x57cdee;Range[_0x1948d5(0x201)](_0x27c720,(_0x1f549a,_0x354673)=>{const _0x2d63a4=_0x1948d5;_0x33bb66[_0x2d63a4(0x2d0)](_0x1f549a,_0x354673,_0x1e846a['params']['ruleId']);});}),_0x24dccd[_0x57cdee(0x242)](_0x56ee08=>{const _0x1f417f=_0x57cdee;_0x56ee08[_0x1f417f(0x265)][_0x1f417f(0x242)](_0xb241ee=>{Range['foreach'](_0xb241ee,(_0x1908b2,_0x50de25)=>{const _0x13fcfd=_0x319d;_0x33bb66[_0x13fcfd(0x2d0)](_0x1908b2,_0x50de25,_0x56ee08[_0x13fcfd(0x2c8)]);});});});const _0xbae7e6=_0x1e846a[_0x57cdee(0x19f)]['ruleId'],_0x163923=queryObjectMatrix(_0x33bb66,_0x482881=>_0x482881===_0xbae7e6);return isRangesEqual(_0x163923,_0x315c65)||(_0x163923[_0x57cdee(0x21b)]?_0xcfb78d[_0x57cdee(0x20c)]({'id':UpdateDataValidationMutation['id'],'params':{'unitId':_0xf42bc5,'subUnitId':_0x225e99,'ruleId':_0xbae7e6,'payload':{'type':UpdateRuleType[_0x57cdee(0x1ec)],'payload':_0x163923}}}):_0xcfb78d['push']({'id':RemoveDataValidationMutation['id'],'params':{'unitId':_0xf42bc5,'subUnitId':_0x225e99,'ruleId':_0xbae7e6}})),{'m1Prime':_0xcfb78d['length']?_0xcfb78d:[_0x1e846a],'m2Prime':[..._0xcfb78d,_0x32d1fb]};}return _0x3c3849;},_0x2c36f1(0x281))},updateDataValidationMutationWithRemoveSelf={'m1':UpdateDataValidationMutation['id'],'m2':RemoveDataValidationMutation['id'],'handler':__name((_0x536c07,_0x591058)=>{const _0x49eb60=_0x2c36f1,_0x3a7c43={'m1Prime':_0x536c07,'m2Prime':_0x591058};if(_0x536c07[_0x49eb60(0x19f)]['unitId']!==_0x591058[_0x49eb60(0x19f)][_0x49eb60(0x29b)]||_0x536c07[_0x49eb60(0x19f)]['subUnitId']!==_0x591058[_0x49eb60(0x19f)]['subUnitId'])return _0x3a7c43;const _0x14b73e=_0x536c07['params'][_0x49eb60(0x2df)];return(Array['isArray'](_0x591058['params']['ruleId'])?_0x591058[_0x49eb60(0x19f)]['ruleId']:[_0x591058[_0x49eb60(0x19f)][_0x49eb60(0x2df)]])[_0x49eb60(0x29d)](_0x14b73e)>-0x1?{'m1Prime':[],'m2Prime':_0x591058}:_0x3a7c43;},'handler')},updateDataValidationMutationWithSelf={'m1':UpdateDataValidationMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x47e436,_0x2b97c4)=>{const _0x5d4b98=_0x2c36f1,_0x74f9e6={'m1Prime':_0x47e436,'m2Prime':_0x2b97c4},_0x28223f=_0x47e436[_0x5d4b98(0x19f)],_0x4bc72c=_0x2b97c4[_0x5d4b98(0x19f)];if(_0x28223f[_0x5d4b98(0x29b)]===_0x4bc72c[_0x5d4b98(0x29b)]&&_0x28223f[_0x5d4b98(0x2a0)]===_0x4bc72c[_0x5d4b98(0x2a0)]){const _0x5e66ed=Tools[_0x5d4b98(0x1e0)](_0x2b97c4);if(_0x4bc72c[_0x5d4b98(0x2df)]===_0x28223f[_0x5d4b98(0x2df)]&&_0x28223f[_0x5d4b98(0x2fe)][_0x5d4b98(0x1d2)]===_0x4bc72c[_0x5d4b98(0x2fe)][_0x5d4b98(0x1d2)])return _0x28223f[_0x5d4b98(0x2fe)][_0x5d4b98(0x1d2)]===UpdateRuleType[_0x5d4b98(0x1ec)]&&!isRangesEqual(_0x28223f[_0x5d4b98(0x2fe)][_0x5d4b98(0x2fe)],_0x4bc72c[_0x5d4b98(0x2fe)]['payload'])?{'error':new Error(_0x5d4b98(0x305))}:{'m1Prime':[],'m2Prime':_0x5e66ed};if(_0x28223f[_0x5d4b98(0x2fe)][_0x5d4b98(0x1d2)]===UpdateRuleType[_0x5d4b98(0x1ec)]&&_0x4bc72c[_0x5d4b98(0x2fe)][_0x5d4b98(0x1d2)]===UpdateRuleType[_0x5d4b98(0x1ec)]&&_0x4bc72c[_0x5d4b98(0x2df)]!==_0x28223f[_0x5d4b98(0x2df)]){let _0x53e4ef=__name(function(_0x5ca504,_0x10c66e){const _0x431de9=_0x5d4b98;_0x5ca504[_0x431de9(0x242)](_0x28f8fc=>{const _0xc39b14=_0x431de9;Range[_0xc39b14(0x201)](_0x28f8fc,(_0x122444,_0x5db1b4)=>{_0x22f931['setValue'](_0x122444,_0x5db1b4,_0x10c66e);});});},_0x5d4b98(0x317));const _0x22f931=new ObjectMatrix();_0x53e4ef(_0x28223f['payload'][_0x5d4b98(0x2fe)],_0x28223f[_0x5d4b98(0x2df)]),_0x53e4ef(_0x4bc72c[_0x5d4b98(0x2fe)][_0x5d4b98(0x2fe)],_0x4bc72c[_0x5d4b98(0x2df)]);const _0x1e514d=queryObjectMatrix(_0x22f931,_0x5887cf=>_0x5887cf===_0x28223f[_0x5d4b98(0x2df)]),_0x47c7ea=!isRangesEqual(_0x28223f[_0x5d4b98(0x2fe)][_0x5d4b98(0x2fe)],_0x1e514d)?_0x1e514d[_0x5d4b98(0x21b)]?[{'id':UpdateDataValidationMutation['id'],'params':{..._0x28223f,'payload':{'type':UpdateRuleType['RANGE'],'payload':_0x1e514d}}}]:[{'id':RemoveDataValidationMutation['id'],'params':{..._0x28223f,'payload':void 0x0}}]:[];return{'m1Prime':[_0x47e436],'m2Prime':[..._0x47c7ea,_0x2b97c4]};}}return _0x74f9e6;},'handler')},updateHyperLinkWithSelf={'m1':UpdateHyperLinkMutation['id'],'m2':UpdateHyperLinkMutation['id'],'handler':__name((_0xb6be93,_0x5504c8)=>{const _0xcc4015=_0x2c36f1,_0x2da737=_0xb6be93[_0xcc4015(0x19f)],_0x568747=_0x5504c8[_0xcc4015(0x19f)];return _0x2da737[_0xcc4015(0x29b)]===_0x568747[_0xcc4015(0x29b)]&&_0x2da737[_0xcc4015(0x2a0)]===_0x568747[_0xcc4015(0x2a0)]&&_0x2da737['id']===_0x568747['id']?{'m2Prime':_0x5504c8,'m1Prime':[]}:{'m1Prime':_0xb6be93,'m2Prime':_0x5504c8};},'handler')},updateHyperLinkRefWithSelf={'m1':UpdateHyperLinkRefMutation['id'],'m2':UpdateHyperLinkRefMutation['id'],'handler':__name((_0x1a28bc,_0x5c2278)=>{const _0x4730d3=_0x2c36f1,_0x2803ee=_0x1a28bc[_0x4730d3(0x19f)],_0x6c7c2f=_0x5c2278[_0x4730d3(0x19f)];return _0x2803ee[_0x4730d3(0x29b)]===_0x6c7c2f[_0x4730d3(0x29b)]&&_0x2803ee[_0x4730d3(0x2a0)]===_0x6c7c2f[_0x4730d3(0x2a0)]&&_0x2803ee['id']===_0x6c7c2f['id']?{'m2Prime':_0x5c2278,'m1Prime':[]}:{'m1Prime':_0x1a28bc,'m2Prime':_0x5c2278};},_0x2c36f1(0x281))},removeSheetMutationWithAddWorksheetMerge={'m1':RemoveSheetMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x560bf7,_0x1a558a){const _0x543d37=_0x2c36f1,_0x56894b=Tools[_0x543d37(0x1e0)](_0x1a558a);return _0x560bf7[_0x543d37(0x19f)][_0x543d37(0x2a0)]!==_0x1a558a[_0x543d37(0x19f)][_0x543d37(0x2a0)]||_0x560bf7[_0x543d37(0x19f)]['unitId']!==_0x1a558a[_0x543d37(0x19f)][_0x543d37(0x29b)]?{'m1Prime':_0x560bf7,'m2Prime':_0x56894b}:(_0x56894b['id']=EmptyMutation['id'],{'m1Prime':_0x560bf7,'m2Prime':_0x56894b});}},removeSheetMutationWithRemoveWorksheetMerge={'m1':RemoveSheetMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0x408f8b,_0x450aaf){const _0x235b3f=_0x2c36f1,_0x262a8c=Tools[_0x235b3f(0x1e0)](_0x450aaf);return _0x408f8b['params'][_0x235b3f(0x2a0)]!==_0x450aaf['params'][_0x235b3f(0x2a0)]||_0x408f8b[_0x235b3f(0x19f)][_0x235b3f(0x29b)]!==_0x450aaf[_0x235b3f(0x19f)]['unitId']?{'m1Prime':_0x408f8b,'m2Prime':_0x262a8c}:(_0x262a8c['id']=EmptyMutation['id'],{'m1Prime':_0x408f8b,'m2Prime':_0x262a8c});}},InsertSheetMutationWithSelf={'m1':InsertSheetMutation['id'],'m2':InsertSheetMutation['id'],'handler'(_0x1ce820,_0x226681){const _0x246bee=_0x2c36f1;if(_0x1ce820[_0x246bee(0x19f)][_0x246bee(0x20f)]['id']===_0x226681[_0x246bee(0x19f)][_0x246bee(0x20f)]['id'])return{'error':new Error('Two\x20mutation\x20have\x20the\x20same\x20worksheetId!')};const _0x29477e=Tools[_0x246bee(0x1e0)](_0x1ce820),_0x21937e=Tools[_0x246bee(0x1e0)](_0x226681);return _0x29477e['params'][_0x246bee(0x248)]<=_0x21937e['params']['index']?_0x21937e['params'][_0x246bee(0x248)]+=0x1:_0x29477e[_0x246bee(0x19f)][_0x246bee(0x248)]>_0x21937e['params'][_0x246bee(0x248)]&&(_0x29477e[_0x246bee(0x19f)][_0x246bee(0x248)]+=0x1),_0x1ce820['params'][_0x246bee(0x20f)]['name']===_0x226681[_0x246bee(0x19f)][_0x246bee(0x20f)][_0x246bee(0x150)]?{'error':new Error(_0x246bee(0x28b))}:{'m1Prime':_0x29477e,'m2Prime':_0x21937e};}},RemoveSheetMutationWithOthers={'m1':RemoveSheetMutation['id'],'m2':_0x2c36f1(0x318),'handler'(_0x4feda1,_0x76b3d9){const _0x36e74d=_0x2c36f1;var _0x583fa3;return _0x4feda1[_0x36e74d(0x19f)]['subUnitId']===((_0x583fa3=_0x76b3d9[_0x36e74d(0x19f)])==null?void 0x0:_0x583fa3[_0x36e74d(0x2a0)])&&_0x4feda1['id']!==_0x76b3d9['id']?{'error':new Error(_0x36e74d(0x26b))}:{'m1Prime':_0x4feda1,'m2Prime':_0x76b3d9};}},SetWorksheetOrderMutationWithSelf={'m1':SetWorksheetOrderMutation['id'],'m2':SetWorksheetOrderMutation['id'],'handler'(_0x26842b,_0x2faf62){const _0x51102a=_0x2c36f1,_0x4070ce=Tools[_0x51102a(0x1e0)](_0x26842b),_0x2d9a5e=Tools[_0x51102a(0x1e0)](_0x2faf62),_0x9a7b0a={'error':new Error('Two\x20SetWorksheetOrderMutation\x20have\x20conflicts!')};if(_0x26842b[_0x51102a(0x19f)][_0x51102a(0x316)]===_0x2faf62[_0x51102a(0x19f)][_0x51102a(0x316)])_0x4070ce['id']=EmptyMutation['id'],_0x2d9a5e[_0x51102a(0x19f)][_0x51102a(0x316)]=_0x26842b[_0x51102a(0x19f)][_0x51102a(0x2c1)];else{_0x26842b['params']['fromOrder']===_0x26842b[_0x51102a(0x19f)][_0x51102a(0x2c1)]&&(_0x4070ce['id']=EmptyMutation['id']),_0x2faf62['params'][_0x51102a(0x316)]===_0x2faf62[_0x51102a(0x19f)][_0x51102a(0x2c1)]&&(_0x2d9a5e['id']=EmptyMutation['id']);const _0x181534=[Math[_0x51102a(0x314)](_0x26842b[_0x51102a(0x19f)][_0x51102a(0x316)],_0x26842b[_0x51102a(0x19f)][_0x51102a(0x2c1)]),Math['max'](_0x26842b[_0x51102a(0x19f)][_0x51102a(0x316)],_0x26842b[_0x51102a(0x19f)]['toOrder'])],_0x46b6b0=[Math[_0x51102a(0x314)](_0x2faf62['params'][_0x51102a(0x316)],_0x2faf62[_0x51102a(0x19f)][_0x51102a(0x2c1)]),Math[_0x51102a(0x27f)](_0x2faf62[_0x51102a(0x19f)][_0x51102a(0x316)],_0x2faf62[_0x51102a(0x19f)][_0x51102a(0x2c1)])];if(_0x181534[0x0]<=_0x46b6b0[0x1]&&_0x181534[0x1]>=_0x46b6b0[0x0])return _0x9a7b0a;}return{'m1Prime':_0x4070ce,'m2Prime':_0x2d9a5e};}},InsetSheetMutationWithSetWorksheetOrder={'m1':InsertSheetMutation['id'],'m2':SetWorksheetOrderMutation['id'],'handler'(_0x2f93e9,_0xb8560e){const _0x573cc3=_0x2c36f1,_0x293c9c=Tools[_0x573cc3(0x1e0)](_0x2f93e9),_0x5295da=Tools[_0x573cc3(0x1e0)](_0xb8560e);return _0x2f93e9['params'][_0x573cc3(0x248)]<=_0xb8560e['params'][_0x573cc3(0x18b)]&&(_0x5295da[_0x573cc3(0x19f)][_0x573cc3(0x18b)]+=0x1),{'m1Prime':_0x293c9c,'m2Prime':_0x5295da};}},OthersWithRemoveSheetMutation={'m1':_0x2c36f1(0x318),'m2':RemoveSheetMutation['id'],'handler'(_0x34f117,_0x35e956){return{'m1Prime':_0x34f117,'m2Prime':_0x35e956};}},WorksheetAlgorithms=[InsertSheetMutationWithSelf,InsetSheetMutationWithSetWorksheetOrder,RemoveSheetMutationWithOthers,OthersWithRemoveSheetMutation,SetWorksheetOrderMutationWithSelf];var __defProp$5=Object['defineProperty'],__getOwnPropDesc$5=Object[_0x2c36f1(0x258)],__decorateClass$5=__name((_0x253111,_0x3e0dbd,_0x530f82,_0x52785f)=>{const _0x13c14c=_0x2c36f1;for(var _0x130228=_0x52785f>0x1?void 0x0:_0x52785f?__getOwnPropDesc$5(_0x3e0dbd,_0x530f82):_0x3e0dbd,_0x35aed7=_0x253111[_0x13c14c(0x21b)]-0x1,_0x1440a6;_0x35aed7>=0x0;_0x35aed7--)(_0x1440a6=_0x253111[_0x35aed7])&&(_0x130228=(_0x52785f?_0x1440a6(_0x3e0dbd,_0x530f82,_0x130228):_0x1440a6(_0x130228))||_0x130228);return _0x52785f&&_0x130228&&__defProp$5(_0x3e0dbd,_0x530f82,_0x130228),_0x130228;},_0x2c36f1(0x240)),__decorateParam$5=__name((_0x4b6b2e,_0x202625)=>(_0xf4715a,_0x17350e)=>_0x202625(_0xf4715a,_0x17350e,_0x4b6b2e),_0x2c36f1(0x23f)),_a;let SheetTransformController=(_a=class extends Disposable{constructor(_0x1301e4){const _0x4c3fc1=_0x2c36f1;super(),this[_0x4c3fc1(0x292)]=_0x1301e4,[...WorksheetAlgorithms,insertColMutationWithSelf,insertColMutationWithMoveCol,insertColMutationWithMoveRange,insertColMutationWithRemoveCol,insertColMutationWithSetRangeValues,insertColMutationWithSetColData,insertColMutationWithSetColHidden,insertColMutationWithSetColVisible,insertColMutationWithSetWorksheetColWidth,insertColMutationWithSetNumfmt,insertColMutationWithRemoveNumfmt,insertColMutationWithSetSelection,insertRowMutationWithSelf,insertRowMutationWithMoveRange,insertRowMutationWithMoveRow,insertRowMutationWithRemoveRow,insertRowMutationWithSetRangeValues,insertRowMutationWithSetWorksheetRowAutoHeight,insertRowMutationWithSetWorksheetRowHeight,insertRowMutationWithSetWorksheetRowIsAutoHeight,insertRowMutationWithSetRowData,insertRowMutationWithSetRowHidden,insertRowMutationWithSetRowVisible,insertRowMutationWithSetNumfmt,insertRowMutationWithRemoveNumfmt,insertRowMutationWithSetSelection,moveColMutationWithSelf,moveColMutationWithSetRangeValues,moveColMutationWithMoveRange,moveColMutationWithSetColData,moveColMutationWithSetColHidden,moveColMutationWithSetColVisible,moveColMutationWithSetWorksheetColWidth,moveColMutationWithSetNumfmt,moveColMutationWithSetSelection,moveColMutationWithRemoveNumfmt,moveRowMutationWithSelf,moveRowMutationWithSetRangeValues,moveRowMutationWithMoveRange,moveRowMutationWithSetWorksheetRowAutoHeight,moveRowMutationWithSetWorksheetRowHeight,moveRowMutationWithSetWorksheetRowIsAutoHeight,moveRowMutationWithSetRowData,moveRowMutationWithSetRowHidden,moveRowMutationWithSetRowVisible,moveRowMutationWithSetNumfmt,moveRowMutationWithRemoveNumfmt,moveRowMutationWithSetSelection,moveRangeMutationWithSelf,moveRangeMutationWithSetNumfmt,moveRangeMutationWithRemoveNumfmt,removeColMutationWithSelf,removeColMutationWithMoveCol,removeColMutationWithMoveRange,removeColMutationWithSetRangeValues,removeColMutationWithSetColData,removeColMutationWithSetColHidden,removeColMutationWithSetColVisible,removeColMutationWithSetWorksheetColWidth,removeColMutationWithSetNumfmt,removeColMutationWithRemoveNumfmt,removeColMutationWithSetSelection,removeRowMutationWithSelf,removeRowMutationWithMoveRow,removeRowMutationWithMoveRange,removeRowMutationWithSetRangeValues,removeRowMutationWithSetWorksheetRowAutoHeight,removeRowMutationWithSetWorksheetRowHeight,removeRowMutationWithSetWorksheetRowIsAutoHeight,removeRowMutationWithSetRowData,removeRowMutationWithSetRowHidden,removeRowMutationWithSetRowVisible,removeRowMutationWithSetNumfmt,removeRowMutationWithRemoveNumfmt,removeRowMutationWithSetSelection,setRangeValuesMutationWithSelf,setRangeValuesWithMoveRange,setWorksheetNameMutationWithSelf,setFrozenMutationWithSelf,setTabColorMutationWithSelf,setWorksheetColWidthMutationWithSelf,setWorksheetRowAutoHeightMutationWithSelf,setWorksheetRowHeightMutationWithSelf,setWorksheetRowIsAutoHeightMutationWithSelf,setRowDataMutationWithSelf,setColDataMutationWithSelf,setNumfmtMutationWithSelf,setNumfmtMutationWithRemoveNumfmt,removeNumfmtMutationWithSelf,removeNumfmtMutationWithSetNumfmt,addConditionalFormattingRuleMutationWithSelf,setConditionalFormattingRuleMutationWithSelf,moveConditionalFormattingRuleMutationWithSelf,deleteConditionalFormattingRuleMutationWithSelf,addDataValidationMutationWithSelf,updateDataValidationMutationWithSelf,removeDataValidationMutationWithSelf,moveColMutationWithAddDataValidation,moveRowMutationWithAddDataValidation,insertColMutationWithAddDataValidation,removeColMutationWithAddDataValidation,removeRowMutationWithAddDataValidation,moveColMutationWithUpdateDataValidation,moveRowMutationWithUpdateDataValidation,insertColMutationWithUpdateDataValidation,insertRowMutationWithUpdateDataValidation,removeColMutationWithUpdateDataValidation,removeRowMutationWithUpdateDataValidation,addDataValidationMutationWithUpdate,updateDataValidationMutationWithAdd,updateDataValidationMutationWithRemoveSelf,insertColMutationWithSetSheetsFilterCriteria,insertColMutationWithSetSheetsFilterRange,insertRowMutationWithSetSheetsFilterRange,moveColMutationWithSetSheetsFilterCriteria,moveColMutationWithSetSheetsFilterRange,moveRowMutationWithSetSheetsFilterRange,removeColMutationWithSetSheetsFilterCriteria,removeColMutationWithSetSheetsFilterRange,removeRowMutationWithSetSheetsFilterRange,setSheetsFilterCriteriaWithSelf,setSheetsFilterCriteriaWithRemoveSheetsFilter,setSheetsFilterCriteriaWithSetRangeValues,setSheetsFilterCriteriaWithMoveRange,setSheetsFilterRangeWithSelf,setSheetsFilterRangeWithRemoveSheetsFilter,addWorksheetMergeMutationWithSelf,addWorksheetMergeMutationWithInsertColMutation,insertColMutationWithAddMerge,addWorksheetMergeMutationWithInsertRowMutation,insertRowMutationWithAddMerge,addWorksheetMergeMutationWithMoveColMutation,moveColMutationWithAddMerge,addWorksheetMergeMutationWithMoveRowMutation,moveRowsMutationWithAddMerge,addWorksheetMergeMutationWithMoveRangeMutation,moveRangeMutationWithAddMerge,addWorksheetMergeMutationWithRemoveColMutation,removeColMutationWithAddMerge,addWorksheetMergeMutationWithRemoveRowMutation,removeRowMutationWithAddMerge,addWorksheetMergeMutationWithSetRangeValues,setRangeValueMutationWithAddMerge,addWorksheetMergeMutationWithRemoveWorksheetMergeMutation,removeSheetMutationWithAddWorksheetMerge,insertColMutationWithRemoveWorksheetMergeMutation,insertRowMutationWithRemoveWorksheetMergeMutation,moveColMutationWithRemoveWorksheetMerge,moveRowMutationWithRemoveWorksheetMerge,removeColMutationWithRemoveWorksheetMerge,removeRowMutationWithRemoveWorksheetMerge,removeSheetMutationWithRemoveWorksheetMerge,removeWorksheetMergeMutationWithAddMerge,removeWorksheetMergeMutationWithInsertRowMutation,removeWorksheetMergeMutationWithInsertColMutation,removeWorksheetMergeMutationWithMoveColMutation,removeWorksheetMergeMutationWithMoveRowMutation,removeWorksheetMergeMutationWithRemoveColMutation,removeWorksheetMergeMutationWithRemoveRowMutation,addWorksheetMergeMutationWithSetSelection,removeWorksheetMergeMutationWithSetSelection,addCommentMutationWithSelf,deleteCommentMutationWithAdd,deleteCommentMutationWithSelf,updateCommentRefWithSelf,updateCommentWithSelf,insertColWithAddComment,insertRowWithAddComment,moveColWithAddComment,moveRowWithAddComment,removeColWithAddComment,removeRowWithAddComment,insertColWithUpdateCommentRef,insertRowWithUpdateCommentRef,moveColsWithUpdateCommentRef,moveRowsWithUpdateCommentRef,removeColWithUpdateCommentRef,removeRowWithUpdateCommentRef,addHyperLinkWithSelf,removeHyperLinkWithSelf,updateHyperLinkWithSelf,updateHyperLinkRefWithSelf,addRangeProtectionWithAddComment,addRangeProtectionWithAddConditionRule,addRangeProtectionWithSelf,addRangeProtectionWithAddWorksheetMerge,addRangeProtectionWithAddWorksheetProtection,addRangeProtectionWithDeleteConditionFormattingRule,addRangeProtectionWithInsertCol,addRangeProtectionWithInsertRow,addRangeProtectionWithMoveCol,addRangeProtectionWithMoveRange,addRangeProtectionWithMoveRow,addRangeProtectionWithRemoveCol,addRangeProtectionWithRemoveDataValidation,addRangeProtectionWithRemoveNumfmt,addRangeProtectionWithRemoveFilter,addRangeProtectionWithRemoveWorksheetMerge,addRangeProtectionWithSetConditionalFormattingRule,addRangeProtectionWithSetFrozen,addRangeProtectionWithSetNumfmt,addRangeProtectionWithSetRangeProtection,addRangeProtectionWithSetRangeValue,addRangeProtectionWithSetWorksheetColWidth,addRangeProtectionWithUpdateComment,addRangeProtectionWithUpdateDataValidation,setRangeProtectionWithAddComment,setRangeProtectionWithAddConditionRule,setRangeProtectionWithAddWorksheetMerge,setRangeProtectionWithAddWorksheetProtection,setRangeProtectionWithDeleteConditionFormattingRule,setRangeProtectionWithInsertCol,setRangeProtectionWithInsertRow,setRangeProtectionWithMoveCol,setRangeProtectionWithMoveRange,setRangeProtectionWithMoveRow,setRangeProtectionWithRemoveCol,setRangeProtectionWithRemoveRow,setRangeProtectionWithRemoveDataValidation,setRangeProtectionWithRemoveFilter,setRangeProtectionWithRemoveWorksheetMerge,setRangeProtectionWithSetConditionalFormattingRule,setRangeProtectionWithSetFrozen,setRangeProtectionWithSetNumfmt,setRangeProtectionWithSetRangeProtection,setRangeProtectionWithSetRangeValue,setRangeProtectionWithSetWorksheetColWidth,setRangeProtectionWithUpdateComment,setRangeProtectionWithUpdateDataValidation,addWorksheetProtectionWithAddComment,addWorksheetProtectionWithAddConditionRule,addWorksheetProtectionWithAddRangeProtection,addWorksheetProtectionWithAddWorksheetMerge,addWorksheetProtectionWithSelf,addWorksheetProtectionWithChangeSheetOrder,addWorksheetProtectionWithDeleteConditionFormattingRule,addWorksheetProtectionWithInsertCol,addWorksheetProtectionWithInsertRow,addWorksheetProtectionWithMoveCol,addWorksheetProtectionWithMoveRow,addWorksheetProtectionWithMoveRange,addWorksheetProtectionWithRemoveCol,addWorksheetProtectionWithRemoveRow,addWorksheetProtectionWithRemoveDataValidation,addWorksheetProtectionWithRemoveNumfmt,addWorksheetProtectionWithRemoveWorksheetMerge,addWorksheetProtectionWithRemoveFilter,addWorksheetProtectionWithRemoveWorksheet,addWorksheetProtectionWithSetConditionalFormattingRule,addWorksheetProtectionWithSetFrozen,addWorksheetProtectionWithSetNumfmt,addWorksheetProtectionWithSetRangeProtection,addWorksheetProtectionWithSetWorksheetColWidth,addWorksheetProtectionWithSetWorksheetName,addWorksheetProtectionWithUpdateComment,addWorksheetProtectionWithUpdateDataValidation,insertRowMutationWithReorderRange,insertColMutationWithReorderRange,removeRowMutationWithReorderRange,removeColMutationWithReorderRange,moveRowMutationWithReorderRange,moveColMutationWithReorderRange,moveRangeMutationWithReorderRange,setRangeValuesMutationWithReorderRange,reorderRangeMutationWithSelf,setDrawingApplyMutationWithSelf,OthersWithRevertRevision,RevertRevisionMutationWithOthers][_0x4c3fc1(0x242)](_0x2b1227=>{const _0x50adde=_0x4c3fc1;this[_0x50adde(0x292)][_0x50adde(0x1a7)](_0x2b1227);});}},__name(_a,_0x2c36f1(0x30c)),_a);SheetTransformController=__decorateClass$5([__decorateParam$5(0x0,ITransformService)],SheetTransformController);function extractActionsBySegmentId(_0x2819cd,_0x3f7335){const _0x484621=_0x2c36f1;if(!Array[_0x484621(0x31b)](_0x2819cd))return;const _0x350281=_0x2819cd[_0x484621(0x29d)]('body')>-0x1?_0x2819cd:_0x2819cd[_0x484621(0x1b4)](_0x5b6318=>Array['isArray'](_0x5b6318)&&_0x5b6318[_0x484621(0x29d)]('body')>-0x1);if(!Array[_0x484621(0x31b)](_0x350281))return;const _0x17fc1d=_0x350281[_0x484621(0x29d)](_0x484621(0x1e4));if(!(_0x17fc1d===-0x1||(_0x17fc1d===0x0?'':_0x350281[_0x17fc1d-0x1])!==_0x3f7335))return _0x350281[_0x484621(0x1da)](_0x17fc1d);}__name(extractActionsBySegmentId,_0x2c36f1(0x1ca));function transformTextRanges(_0x36beae,_0x54b411,_0x24756e=_0x2c36f1(0x250)){const _0x495f41=_0x2c36f1;if(_0x54b411['length']===0x0)return[];const {segmentId:_0x37fea6}=_0x54b411[0x0];if(_0x37fea6==null)return _0x54b411;const _0x5a1fea=extractActionsBySegmentId(_0x36beae,_0x37fea6);if(_0x5a1fea==null)return _0x54b411;const _0x39ed78=[];for(const _0x5f01ff of _0x54b411){const _0x252ab5=JSONX[_0x495f41(0x31a)](_0x5a1fea,_0x5f01ff[_0x495f41(0x1fe)],_0x24756e),_0x478591=JSONX['transformPosition'](_0x5a1fea,_0x5f01ff[_0x495f41(0x205)],_0x24756e),_0x4ed006={..._0x5f01ff,'startOffset':_0x252ab5,'endOffset':_0x478591,'collapsed':_0x252ab5===_0x478591};_0x39ed78[_0x495f41(0x20c)](_0x4ed006);}return _0x39ed78;}__name(transformTextRanges,_0x2c36f1(0x1b0));const RichTextEditingMutationWithSelf={'m1':RichTextEditingMutation['id'],'m2':RichTextEditingMutation['id'],'handler'(_0x151ab3,_0x26ba54){const _0x1298dc=_0x2c36f1;if(_0x151ab3['params'][_0x1298dc(0x29b)]!==_0x26ba54[_0x1298dc(0x19f)]['unitId'])return{'error':new Error(_0x1298dc(0x232))};const _0x13eb45=Tools[_0x1298dc(0x1e0)](_0x151ab3),_0x5b1434=Tools[_0x1298dc(0x1e0)](_0x26ba54);return{'m1Prime':{..._0x13eb45,'params':{..._0x13eb45[_0x1298dc(0x19f)],'actions':JSONX[_0x1298dc(0x1e3)](_0x13eb45[_0x1298dc(0x19f)][_0x1298dc(0x14a)],_0x5b1434['params'][_0x1298dc(0x14a)],'left'),'textRanges':_0x13eb45[_0x1298dc(0x19f)][_0x1298dc(0x244)]?transformTextRanges(_0x5b1434[_0x1298dc(0x19f)][_0x1298dc(0x14a)],_0x13eb45[_0x1298dc(0x19f)][_0x1298dc(0x244)],_0x1298dc(0x250)):null}},'m2Prime':{..._0x5b1434,'params':{..._0x5b1434['params'],'actions':JSONX[_0x1298dc(0x1e3)](_0x5b1434[_0x1298dc(0x19f)][_0x1298dc(0x14a)],_0x13eb45[_0x1298dc(0x19f)]['actions'],'right'),'textRanges':_0x5b1434[_0x1298dc(0x19f)]['textRanges']?transformTextRanges(_0x13eb45[_0x1298dc(0x19f)][_0x1298dc(0x14a)],_0x5b1434['params']['textRanges'],_0x1298dc(0x250)):null}}};}},DocAlgorithms=[RichTextEditingMutationWithSelf];var __defProp$4=Object['defineProperty'],__getOwnPropDesc$4=Object[_0x2c36f1(0x258)],__decorateClass$4=__name((_0x289106,_0x9cb578,_0x5f0361,_0x24d3b0)=>{for(var _0x14ad06=_0x24d3b0>0x1?void 0x0:_0x24d3b0?__getOwnPropDesc$4(_0x9cb578,_0x5f0361):_0x9cb578,_0x127229=_0x289106['length']-0x1,_0x49c4e0;_0x127229>=0x0;_0x127229--)(_0x49c4e0=_0x289106[_0x127229])&&(_0x14ad06=(_0x24d3b0?_0x49c4e0(_0x9cb578,_0x5f0361,_0x14ad06):_0x49c4e0(_0x14ad06))||_0x14ad06);return _0x24d3b0&&_0x14ad06&&__defProp$4(_0x9cb578,_0x5f0361,_0x14ad06),_0x14ad06;},_0x2c36f1(0x1bd)),__decorateParam$4=__name((_0x5578bb,_0x5171e9)=>(_0x2a6c14,_0x437bb7)=>_0x5171e9(_0x2a6c14,_0x437bb7,_0x5578bb),_0x2c36f1(0x237)),_a2;let DocTransformController=(_a2=class extends Disposable{constructor(_0x3cca33){const _0x416caf=_0x2c36f1;super(),this[_0x416caf(0x292)]=_0x3cca33,[...DocAlgorithms][_0x416caf(0x242)](_0x44a4d4=>{const _0x520155=_0x416caf;this[_0x520155(0x292)]['registerTransformAlgorithm'](_0x44a4d4);});}},__name(_a2,'DocTransformController'),_a2);DocTransformController=__decorateClass$4([__decorateParam$4(0x0,ITransformService)],DocTransformController);function parseProtocolChangeset(_0x367d5d){const _0x1d380a=_0x2c36f1;return{..._0x367d5d,'mutations':_0x367d5d['mutations'][_0x1d380a(0x270)](parseProtocolMutation)};}__name(parseProtocolChangeset,_0x2c36f1(0x163));function parseProtocolCommand(_0x4abdd0){const _0x530c3d=_0x2c36f1;return _0x4abdd0['map'](_0x554411=>({'id':_0x554411['id'],'params':JSON['parse'](_0x554411[_0x530c3d(0x261)])}));}__name(parseProtocolCommand,_0x2c36f1(0x15b));function parseChangesetToProtocol(_0x13f0cb){const _0x22d70c=_0x2c36f1;return{..._0x13f0cb,'mutations':_0x13f0cb['mutations'][_0x22d70c(0x270)](parseMutationToProtocol)};}__name(parseChangesetToProtocol,_0x2c36f1(0x1d7));function parseProtocolMutation(_0x5f59a){const _0x5d06ba=_0x2c36f1;return{'id':_0x5f59a['id'],'params':JSON[_0x5d06ba(0x25f)](_0x5f59a['data'])};}function _0x319d(_0x1aeb8c,_0x35ab15){const _0x3de02b=_0x3de0();return _0x319d=function(_0x319dfb,_0x3f9900){_0x319dfb=_0x319dfb-0x142;let _0x37eb6f=_0x3de02b[_0x319dfb];return _0x37eb6f;},_0x319d(_0x1aeb8c,_0x35ab15);}__name(parseProtocolMutation,'parseProtocolMutation');function parseMutationToProtocol(_0x3d53a3){const _0x4e6437=_0x2c36f1;return{'id':_0x3d53a3['id'],'data':JSON[_0x4e6437(0x1ee)](_0x3d53a3[_0x4e6437(0x19f)])};}__name(parseMutationToProtocol,'parseMutationToProtocol');var CollaborationEvent=(_0x4786d5=>(_0x4786d5[_0x2c36f1(0x2ec)]='fetch_missing',_0x4786d5[_0x2c36f1(0x22b)]=_0x2c36f1(0x29f),_0x4786d5[_0x2c36f1(0x16a)]=_0x2c36f1(0x1fb),_0x4786d5[_0x2c36f1(0x246)]=_0x2c36f1(0x25e),_0x4786d5[_0x2c36f1(0x146)]=_0x2c36f1(0x2a2),_0x4786d5['CHANGESET_SHOULD_RETRY']=_0x2c36f1(0x2b5),_0x4786d5['NEW_CHANGESETS']='new_changesets',_0x4786d5[_0x2c36f1(0x289)]=_0x2c36f1(0x284),_0x4786d5[_0x2c36f1(0x298)]=_0x2c36f1(0x183),_0x4786d5[_0x2c36f1(0x1b9)]=_0x2c36f1(0x2c9),_0x4786d5[_0x2c36f1(0x2a7)]='unit_delete',_0x4786d5[_0x2c36f1(0x2cd)]=_0x2c36f1(0x228),_0x4786d5[_0x2c36f1(0x23d)]=_0x2c36f1(0x21f),_0x4786d5[_0x2c36f1(0x25b)]=_0x2c36f1(0x2af),_0x4786d5[_0x2c36f1(0x157)]=_0x2c36f1(0x20e),_0x4786d5['LIVESHARE_TERMINATE']=_0x2c36f1(0x319),_0x4786d5[_0x2c36f1(0x1a5)]=_0x2c36f1(0x2fa),_0x4786d5[_0x2c36f1(0x18d)]=_0x2c36f1(0x224),_0x4786d5['COMMENT_UPDATE']=_0x2c36f1(0x1c2),_0x4786d5['UPDATE_PERMISSION_OBJ']=_0x2c36f1(0x152),_0x4786d5[_0x2c36f1(0x2f0)]='should_close_conn',_0x4786d5[_0x2c36f1(0x26c)]=_0x2c36f1(0x1a3),_0x4786d5))(CollaborationEvent||{});const COLLABORATION_PLUGIN_CONFIG_KEY=_0x2c36f1(0x30d),defaultPluginConfig={};var __defProp$3=Object[_0x2c36f1(0x28f)],__getOwnPropDesc$3=Object[_0x2c36f1(0x258)],__decorateClass$3=__name((_0x1dc097,_0x51f805,_0x402f56,_0x5ca731)=>{const _0x52f4ba=_0x2c36f1;for(var _0x2aee12=_0x5ca731>0x1?void 0x0:_0x5ca731?__getOwnPropDesc$3(_0x51f805,_0x402f56):_0x51f805,_0x281b33=_0x1dc097[_0x52f4ba(0x21b)]-0x1,_0xd51a56;_0x281b33>=0x0;_0x281b33--)(_0xd51a56=_0x1dc097[_0x281b33])&&(_0x2aee12=(_0x5ca731?_0xd51a56(_0x51f805,_0x402f56,_0x2aee12):_0xd51a56(_0x2aee12))||_0x2aee12);return _0x5ca731&&_0x2aee12&&__defProp$3(_0x51f805,_0x402f56,_0x2aee12),_0x2aee12;},_0x2c36f1(0x1e2)),__decorateParam$3=__name((_0x482dc4,_0x184a66)=>(_0x561bfd,_0xf7becc)=>_0x184a66(_0x561bfd,_0xf7becc,_0x482dc4),_0x2c36f1(0x1fa)),_a3;let RevisionController=(_a3=class extends Disposable{constructor(_0x1371c3){const _0x21aee6=_0x2c36f1;super(),this[_0x21aee6(0x202)]=_0x1371c3,[RevertRevisionMutation][_0x21aee6(0x242)](_0xfb2402=>this[_0x21aee6(0x202)][_0x21aee6(0x310)](_0xfb2402));}},__name(_a3,'RevisionController'),_a3);RevisionController=__decorateClass$3([__decorateParam$3(0x0,ICommandService)],RevisionController);const transformRefStyleFromCells=__name(_0x54dcad=>{const _0x43c518=_0x2c36f1,_0x250295={};if(!_0x54dcad)return{'cellValue':_0x54dcad,'styleRefMap':void 0x0};const _0x47dbca=[];return{'cellValue':new ObjectMatrix(Tools['deepClone'](_0x54dcad))[_0x43c518(0x2e5)]((_0x121311,_0x4abeb4,_0x3350a1)=>{const _0x5ab6af=_0x43c518,_0x4a24be=_0x3350a1&&_0x3350a1['s'];if(_0x4a24be&&typeof _0x4a24be===_0x5ab6af(0x28e)){const _0x525af1=JSON['stringify'](_0x4a24be),_0x5aab1d=_0x47dbca[_0x5ab6af(0x206)](_0xddc55c=>_0xddc55c===_0x525af1);if(_0x5aab1d>-0x1)_0x3350a1['s']=''+_0x5aab1d;else{const _0x1cf425=_0x47dbca[_0x5ab6af(0x20c)](_0x525af1)-0x1;_0x250295[_0x1cf425]=_0x4a24be,_0x3350a1['s']=''+_0x1cf425;}}})[_0x43c518(0x260)](),'styleRefMap':_0x250295};},'transformRefStyleFromCells'),transformCellsFromRefStyle=__name((_0x539e53,_0x584db7)=>!_0x539e53||!_0x584db7?_0x539e53:new ObjectMatrix(Tools[_0x2c36f1(0x1e0)](_0x539e53))[_0x2c36f1(0x2e5)]((_0x499a61,_0xce3d33,_0x32d6a1)=>{const _0x4e5f41=_0x32d6a1&&_0x32d6a1['s'];if(_0x4e5f41&&typeof _0x4e5f41==='string'){const _0x2c6e5d=_0x584db7[_0x4e5f41];_0x2c6e5d&&(_0x32d6a1['s']=_0x2c6e5d);}})[_0x2c36f1(0x260)](),_0x2c36f1(0x2cb)),COMPRESS_MUTATION_APPLY=createInterceptorKey(_0x2c36f1(0x204)),COMPRESS_MUTATION_SEND=createInterceptorKey('COMPRESS_MUTATION_SEND'),_CompressMutationService=class _CompressMutationService{constructor(){const _0x5601f9=_0x2c36f1;__publicField(this,_0x5601f9(0x2bd),new InterceptorManager({'COMPRESS_MUTATION_APPLY':COMPRESS_MUTATION_APPLY,'COMPRESS_MUTATION_SEND':COMPRESS_MUTATION_SEND})),this[_0x5601f9(0x259)]();}[_0x2c36f1(0x259)](){const _0x420576=_0x2c36f1;this[_0x420576(0x2bd)]['intercept'](this[_0x420576(0x2bd)][_0x420576(0x19d)]()[_0x420576(0x204)],{'priority':-0x1,'handler':__name(_0x26fc1f=>_0x26fc1f,_0x420576(0x281))}),this['interceptor'][_0x420576(0x2ab)](this[_0x420576(0x2bd)]['getInterceptPoints']()['COMPRESS_MUTATION_SEND'],{'priority':-0x1,'handler':__name(_0x3f648a=>_0x3f648a,_0x420576(0x281))}),this[_0x420576(0x2f9)]();}[_0x2c36f1(0x2f9)](){const _0x2c7921=_0x2c36f1;this['interceptor']['intercept'](this[_0x2c7921(0x2bd)]['getInterceptPoints']()[_0x2c7921(0x204)],{'handler':__name((_0x277be1,_0x582fbd,_0x329cf8)=>{const _0x513426=_0x2c7921;if(!_0x277be1)return _0x329cf8(_0x277be1);const _0x52e287=_0x277be1[_0x513426(0x270)](_0x488c46=>{const _0x4f7b3d=_0x513426;if(_0x488c46['id']===SetRangeValuesMutation['id']){const _0x421c8b=_0x488c46[_0x4f7b3d(0x19f)];if(!_0x421c8b[_0x4f7b3d(0x2bf)])return _0x488c46;const _0x43994e=transformCellsFromRefStyle(_0x421c8b[_0x4f7b3d(0x2d2)],_0x421c8b[_0x4f7b3d(0x2bf)]);return{..._0x488c46,'params':{..._0x421c8b,'cellValue':_0x43994e}};}return _0x488c46;});return _0x329cf8(_0x52e287);},_0x2c7921(0x281))}),this[_0x2c7921(0x2bd)][_0x2c7921(0x2ab)](this[_0x2c7921(0x2bd)]['getInterceptPoints']()[_0x2c7921(0x235)],{'handler':__name((_0x5169cd,_0x222f8e,_0x5cee5e)=>{const _0x3ad5d3=_0x2c7921;if(!_0x5169cd)return _0x5cee5e(_0x5169cd);const _0x3f60af=_0x5169cd[_0x3ad5d3(0x270)](_0xd2e0de=>{const _0x3ab295=_0x3ad5d3;if(_0xd2e0de['id']===SetRangeValuesMutation['id']){const _0x26d204=_0xd2e0de[_0x3ab295(0x19f)];return _0x26d204[_0x3ab295(0x2bf)]?_0xd2e0de:{..._0xd2e0de,'params':{..._0x26d204,...transformRefStyleFromCells(_0x26d204[_0x3ab295(0x2d2)])}};}return _0xd2e0de;});return _0x5cee5e(_0x3f60af);},_0x2c7921(0x281))});}};__name(_CompressMutationService,'CompressMutationService');let CompressMutationService=_CompressMutationService;var __defProp$2=Object[_0x2c36f1(0x28f)],__getOwnPropDesc$2=Object['getOwnPropertyDescriptor'],__decorateClass$2=__name((_0x4c9712,_0x2f9882,_0x21da6d,_0x356a94)=>{const _0x16894e=_0x2c36f1;for(var _0x2cacd6=_0x356a94>0x1?void 0x0:_0x356a94?__getOwnPropDesc$2(_0x2f9882,_0x21da6d):_0x2f9882,_0x1f4722=_0x4c9712[_0x16894e(0x21b)]-0x1,_0x33f35f;_0x1f4722>=0x0;_0x1f4722--)(_0x33f35f=_0x4c9712[_0x1f4722])&&(_0x2cacd6=(_0x356a94?_0x33f35f(_0x2f9882,_0x21da6d,_0x2cacd6):_0x33f35f(_0x2cacd6))||_0x2cacd6);return _0x356a94&&_0x2cacd6&&__defProp$2(_0x2f9882,_0x21da6d,_0x2cacd6),_0x2cacd6;},_0x2c36f1(0x1a9)),__decorateParam$2=__name((_0x528564,_0x22b0de)=>(_0x636276,_0x389f57)=>_0x22b0de(_0x636276,_0x389f57,_0x528564),'__decorateParam$2');const SINGLE_SNAPSHOT_MUTATIONS=new Set([InsertSheetMutation['id'],RemoveSheetMutation['id'],AddRangeProtectionMutation['id'],AddWorksheetProtectionMutation['id'],SetWorksheetProtectionMutation['id']]),SINGLE_HISTORY_MUTATIONS=new Set([InsertSheetMutation['id'],RemoveSheetMutation['id'],RevertRevisionMutation['id'],SetFrozenMutation['id']]);var _a4;let RevisionService=(_a4=class{constructor(_0x50531c){this['_univerInstanceService']=_0x50531c;}[_0x2c36f1(0x1dc)](_0x2287b1){const _0x1d6865=_0x2c36f1,_0x2159e7=this[_0x1d6865(0x2bb)][_0x1d6865(0x30b)](_0x2287b1);if(!_0x2159e7)throw new Error(_0x1d6865(0x303)+_0x2287b1+'.');return _0x2159e7[_0x1d6865(0x1ea)]();}[_0x2c36f1(0x22c)](_0x5922ad){const _0x5bd707=_0x2c36f1,_0x456b6a=this[_0x5bd707(0x2bb)]['getUnit'](_0x5922ad);if(!_0x456b6a)throw new Error('[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitID:\x20'+_0x5922ad+'.');return _0x456b6a[_0x5bd707(0x27b)](),_0x456b6a[_0x5bd707(0x1ea)]();}[_0x2c36f1(0x172)](_0x5f58d3,_0x31967b){const _0x456da6=_0x2c36f1,_0x2f8891=this[_0x456da6(0x2bb)][_0x456da6(0x30b)](_0x5f58d3);_0x2f8891&&_0x2f8891[_0x456da6(0x2f4)](_0x31967b);}},__name(_a4,_0x2c36f1(0x1d4)),_a4);RevisionService=__decorateClass$2([__decorateParam$2(0x0,IUniverInstanceService)],RevisionService);var ErrorCode=(_0x4f6bdb=>(_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x229)]=0x0]=_0x2c36f1(0x229),_0x4f6bdb[_0x4f6bdb['OK']=0x1]='OK',_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x1f2)]=0x2]=_0x2c36f1(0x1f2),_0x4f6bdb[_0x4f6bdb['PERMISSION_DENIED']=0x3]='PERMISSION_DENIED',_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x275)]=0x4]='NOT_FOUND',_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x269)]=0x5]=_0x2c36f1(0x269),_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x322)]=0x6]=_0x2c36f1(0x322),_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x2f2)]=0x7]=_0x2c36f1(0x2f2),_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x2b8)]=0x8]=_0x2c36f1(0x2b8),_0x4f6bdb[_0x4f6bdb['COMPLETION_FINISHED']=0x9]=_0x2c36f1(0x18a),_0x4f6bdb[_0x4f6bdb['CHANGESET_REVISION_CONFILICT']=0x1389]=_0x2c36f1(0x2d1),_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x18c)]=0x1771]='SNAPSHOT_INVALID_SNAPSHOT',_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x2b4)]=0x1772]='SNAPSHOT_HAS_BEEN_REMOVED',_0x4f6bdb[_0x4f6bdb['ENSURE_SNAPSHOT_EXECUTION']=0x1773]='ENSURE_SNAPSHOT_EXECUTION',_0x4f6bdb[_0x4f6bdb['APPLY_REJECT']=0x1b59]='APPLY_REJECT',_0x4f6bdb[_0x4f6bdb['APPLY_NON_SEQUENTIAL_REVISION']=0x1b5a]='APPLY_NON_SEQUENTIAL_REVISION',_0x4f6bdb[_0x4f6bdb['APPLY_REVISION_CONFILICT']=0x1b5b]='APPLY_REVISION_CONFILICT',_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x162)]=0x1b5c]=_0x2c36f1(0x162),_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x25a)]=0x1b5d]=_0x2c36f1(0x25a),_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x21e)]=0x1f41]=_0x2c36f1(0x21e),_0x4f6bdb[_0x4f6bdb['LICENSE_MAX_UNITS_EXCEEDED']=0x2329]='LICENSE_MAX_UNITS_EXCEEDED',_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x1e5)]=0x232a]=_0x2c36f1(0x1e5),_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x2cf)]=0x232b]='LICENSE_IMPORT_SIZE_EXCEEDED',_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x1d3)]=0x232c]=_0x2c36f1(0x1d3),_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x293)]=0x232d]='LICENSE_DISTRO_REJECTED',_0x4f6bdb[_0x4f6bdb['YUUMI_UNABLE_LOAD_URL']=0x2711]='YUUMI_UNABLE_LOAD_URL',_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x239)]=0x2712]=_0x2c36f1(0x239),_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x203)]=0x2713]=_0x2c36f1(0x203),_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x189)]=0x2714]=_0x2c36f1(0x189),_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x1b3)]=0x2af9]='PY_RUNTIME_SCRIPT_ERROR',_0x4f6bdb[_0x4f6bdb[_0x2c36f1(0x263)]=-0x1]='UNRECOGNIZED',_0x4f6bdb))(ErrorCode||{}),UniverType=(_0x136cfc=>(_0x136cfc[_0x136cfc[_0x2c36f1(0x321)]=0x0]=_0x2c36f1(0x321),_0x136cfc[_0x136cfc['UNIVER_DOC']=0x1]=_0x2c36f1(0x1d9),_0x136cfc[_0x136cfc[_0x2c36f1(0x271)]=0x2]=_0x2c36f1(0x271),_0x136cfc[_0x136cfc[_0x2c36f1(0x161)]=0x3]=_0x2c36f1(0x161),_0x136cfc[_0x136cfc['UNIVER_PROJECT']=0x4]=_0x2c36f1(0x1ae),_0x136cfc[_0x136cfc[_0x2c36f1(0x263)]=-0x1]='UNRECOGNIZED',_0x136cfc))(UniverType||{});function isError(_0x439077){const _0x561cb1=_0x2c36f1;return!!(_0x439077&&_0x439077[_0x561cb1(0x299)]&&_0x439077[_0x561cb1(0x299)]!==ErrorCode['OK']&&_0x439077[_0x561cb1(0x299)]!=='OK');}__name(isError,'isError');const byteToHex=[];for(let i=0x0;i<0x100;++i)byteToHex['push']((i+0x100)[_0x2c36f1(0x1f0)](0x10)[_0x2c36f1(0x1da)](0x1));function unsafeStringify(_0x10095a,_0xa5a3b2=0x0){const _0x492010=_0x2c36f1;return(byteToHex[_0x10095a[_0xa5a3b2+0x0]]+byteToHex[_0x10095a[_0xa5a3b2+0x1]]+byteToHex[_0x10095a[_0xa5a3b2+0x2]]+byteToHex[_0x10095a[_0xa5a3b2+0x3]]+'-'+byteToHex[_0x10095a[_0xa5a3b2+0x4]]+byteToHex[_0x10095a[_0xa5a3b2+0x5]]+'-'+byteToHex[_0x10095a[_0xa5a3b2+0x6]]+byteToHex[_0x10095a[_0xa5a3b2+0x7]]+'-'+byteToHex[_0x10095a[_0xa5a3b2+0x8]]+byteToHex[_0x10095a[_0xa5a3b2+0x9]]+'-'+byteToHex[_0x10095a[_0xa5a3b2+0xa]]+byteToHex[_0x10095a[_0xa5a3b2+0xb]]+byteToHex[_0x10095a[_0xa5a3b2+0xc]]+byteToHex[_0x10095a[_0xa5a3b2+0xd]]+byteToHex[_0x10095a[_0xa5a3b2+0xe]]+byteToHex[_0x10095a[_0xa5a3b2+0xf]])[_0x492010(0x30a)]();}__name(unsafeStringify,_0x2c36f1(0x1a1));let getRandomValues;const rnds8=new Uint8Array(0x10);function rng(){const _0x58ffc0=_0x2c36f1;if(!getRandomValues){if(typeof crypto>'u'||!crypto[_0x58ffc0(0x1f6)])throw new Error(_0x58ffc0(0x21c));getRandomValues=crypto['getRandomValues'][_0x58ffc0(0x2d5)](crypto);}return getRandomValues(rnds8);}__name(rng,'rng');const randomUUID=typeof crypto<'u'&&crypto[_0x2c36f1(0x184)]&&crypto['randomUUID'][_0x2c36f1(0x2d5)](crypto),native={'randomUUID':randomUUID};function v4(_0x492821,_0xe9fa97,_0x5279a8){const _0x20cf0f=_0x2c36f1;if(native['randomUUID']&&!_0x492821)return native[_0x20cf0f(0x184)]();_0x492821=_0x492821||{};const _0x48ba96=_0x492821[_0x20cf0f(0x211)]||(_0x492821[_0x20cf0f(0x153)]||rng)();return _0x48ba96[0x6]=_0x48ba96[0x6]&0xf|0x40,_0x48ba96[0x8]=_0x48ba96[0x8]&0x3f|0x80,unsafeStringify(_0x48ba96);}__name(v4,'v4');const map={[UniverInstanceType[_0x2c36f1(0x1d9)]]:UniverType[_0x2c36f1(0x1d9)],[UniverInstanceType[_0x2c36f1(0x271)]]:UniverType[_0x2c36f1(0x271)],[UniverInstanceType[_0x2c36f1(0x161)]]:UniverType['UNIVER_SLIDE'],[UniverInstanceType[_0x2c36f1(0x321)]]:UniverType['UNIVER_UNKNOWN'],[UniverInstanceType[_0x2c36f1(0x1ae)]]:UniverType[_0x2c36f1(0x321)],[UniverInstanceType[_0x2c36f1(0x263)]]:UniverType[_0x2c36f1(0x263)]};function mapDocumentTypeToUniverType(_0x5b702a){const _0x3e7834=_0x2c36f1;var _0x259648;return(_0x259648=map[_0x5b702a])!=null?_0x259648:UniverType[_0x3e7834(0x321)];}__name(mapDocumentTypeToUniverType,'mapDocumentTypeToUniverType');function b64EncodeUnicode(_0x1d97c2){const _0x217a57=_0x2c36f1;return btoa(encodeURIComponent(_0x1d97c2)[_0x217a57(0x15d)](/%([0-9A-F]{2})/g,(_0x214f77,_0x1499f9)=>String[_0x217a57(0x1bb)](Number[_0x217a57(0x180)](_0x1499f9,0x10))));}__name(b64EncodeUnicode,_0x2c36f1(0x155));const decoder=new TextDecoder();function b64DecodeUnicode(_0x4e17b8){const _0x56b44a=_0x2c36f1,_0x3d840d=atob(_0x4e17b8),_0x5eb25d=_0x3d840d['length'];let _0x207b39=new Uint8Array(_0x5eb25d);for(let _0x3823b8=0x0;_0x3823b8<_0x5eb25d;_0x3823b8++)_0x207b39[_0x3823b8]=_0x3d840d[_0x56b44a(0x26e)](_0x3823b8);const _0x501f85=decoder[_0x56b44a(0x187)](_0x207b39);return _0x207b39=null,_0x501f85;}__name(b64DecodeUnicode,_0x2c36f1(0x2f8));const textEncoder=new TextEncoder(),textDecoder=new TextDecoder();function encodeWorksheetOtherMetas(_0x17c038){const _0x3a605f=_0x2c36f1,_0x5c780e=Tools['deepClone'](_0x17c038);return delete _0x5c780e['id'],delete _0x5c780e[_0x3a605f(0x150)],delete _0x5c780e['rowCount'],delete _0x5c780e[_0x3a605f(0x209)],delete _0x5c780e[_0x3a605f(0x2b7)],textEncoder[_0x3a605f(0x23c)](JSON[_0x3a605f(0x1ee)](_0x5c780e));}__name(encodeWorksheetOtherMetas,_0x2c36f1(0x23e));function encodeWorkbookOtherMetas(_0x1a5fb3){const _0x46ed79=_0x2c36f1,_0x4ede8f=Tools[_0x46ed79(0x1e0)](_0x1a5fb3);return delete _0x4ede8f['id'],delete _0x4ede8f[_0x46ed79(0x23b)],delete _0x4ede8f[_0x46ed79(0x150)],delete _0x4ede8f[_0x46ed79(0x25d)],delete _0x4ede8f[_0x46ed79(0x145)],textEncoder[_0x46ed79(0x23c)](JSON['stringify'](_0x4ede8f));}__name(encodeWorkbookOtherMetas,_0x2c36f1(0x31e));function encodeDocOriginalMeta(_0x22a35e){const _0x55983f=_0x2c36f1,_0x39f336=Tools['deepClone'](_0x22a35e);return delete _0x39f336['id'],delete _0x39f336[_0x55983f(0x23b)],delete _0x39f336[_0x55983f(0x291)],delete _0x39f336[_0x55983f(0x218)],textEncoder[_0x55983f(0x23c)](JSON[_0x55983f(0x1ee)](_0x39f336));}__name(encodeDocOriginalMeta,'encodeDocOriginalMeta');function decodeWorksheetOtherMetas(_0x473e08){const _0x2d3ea0=_0x2c36f1;return JSON[_0x2d3ea0(0x25f)](typeof _0x473e08==_0x2d3ea0(0x1ba)?b64DecodeUnicode(_0x473e08):textDecoder['decode'](_0x473e08));}__name(decodeWorksheetOtherMetas,_0x2c36f1(0x26d));function decodePartOfCellData(_0x1997eb){const _0x13e2ba=_0x2c36f1;return _0x1997eb instanceof Uint8Array?JSON['parse'](textDecoder[_0x13e2ba(0x187)](_0x1997eb)):_0x1997eb;}__name(decodePartOfCellData,'decodePartOfCellData');function decodeDocOriginalMeta(_0x299e10){const _0xb085b1=_0x2c36f1;return JSON[_0xb085b1(0x25f)](typeof _0x299e10=='string'?b64DecodeUnicode(_0x299e10):textDecoder[_0xb085b1(0x187)](_0x299e10));}__name(decodeDocOriginalMeta,_0x2c36f1(0x2a6));const FRAGMENT_ROW_COUNT=0x100*0x14;function splitCellDataToBlocks(_0x584cd8,_0xe338b){const _0x407c22=_0x2c36f1,_0x43b7d=new ObjectMatrix(_0x584cd8),_0x1f2285=_0x43b7d['getLength'](),_0x56bc8d=[];let _0x3892a8=0x0;for(;_0x3892a8<_0x1f2285;){const _0x23fd5c=Math[_0x407c22(0x314)](_0x3892a8+FRAGMENT_ROW_COUNT,_0x1f2285-0x1),_0x23b82a=_0x43b7d[_0x407c22(0x22d)](_0x3892a8,Math[_0x407c22(0x314)](_0x3892a8+FRAGMENT_ROW_COUNT,_0x1f2285-0x1),0x0,_0xe338b),_0xe5661d=serializeCellDataSlice(_0x23b82a);_0x56bc8d[_0x407c22(0x20c)]({'id':Tools['generateRandomId'](0x13,_0x407c22(0x1dd)),'startRow':_0x3892a8,'endRow':_0x23fd5c,'data':_0xe5661d}),_0x3892a8+=FRAGMENT_ROW_COUNT;}return _0x56bc8d;}__name(splitCellDataToBlocks,_0x2c36f1(0x14c));function serializeCellDataSlice(_0x3c935b){const _0x107117=_0x2c36f1,_0x1f910d=_0x3c935b['getData']();return textEncoder['encode'](JSON[_0x107117(0x1ee)](_0x1f910d));}__name(serializeCellDataSlice,_0x2c36f1(0x2ca));async function generateTempDocumentSnapshot(_0x2ee3a1,_0x235a86,_0x113ada,_0x505d25){const _0x363911=_0x2c36f1;var _0x58b279;const _0x268fef={'unitID':_0x235a86['id'],'rev':_0x505d25,'creator':'','name':(_0x58b279=_0x235a86[_0x363911(0x291)])!=null?_0x58b279:'','resources':_0x235a86[_0x363911(0x218)]||[],'originalMeta':encodeDocOriginalMeta(_0x235a86)};return{'snapshot':{'unitID':_0x113ada,'rev':_0x268fef[_0x363911(0x23b)],'type':UniverType[_0x363911(0x1d9)],'workbook':void 0x0,'doc':_0x268fef}};}__name(generateTempDocumentSnapshot,_0x2c36f1(0x194));async function generateTemporarySnap(_0x4202cd,_0xf8a413,_0x40b8af,_0x5934ef,_0x5d508b){const _0x2cb879=_0x2c36f1,_0x14d51d={},_0x4eac8f={};if(!await Promise[_0x2cb879(0x16d)](Object[_0x2cb879(0x31f)](_0xf8a413[_0x2cb879(0x145)])[_0x2cb879(0x270)](async([_0x46da46,_0x39f11a])=>{const _0x325e87=_0x2cb879,_0x2bccbe={'id':_0x39f11a['id'],'type':SheetTypes[_0x325e87(0x26f)],'name':_0x39f11a[_0x325e87(0x150)],'rowCount':_0x39f11a[_0x325e87(0x1b7)],'columnCount':_0x39f11a[_0x325e87(0x209)],'originalMeta':encodeWorksheetOtherMetas(_0x39f11a)};if(_0x4eac8f[_0x46da46]=_0x2bccbe,_0x39f11a['cellData']){const _0x183652=splitCellDataToBlocks(_0x39f11a[_0x325e87(0x2b7)],_0x39f11a[_0x325e87(0x209)]),_0x122fd6=await Promise['all'](_0x183652['map'](_0x3511b0=>_0x5d508b[_0x325e87(0x177)](_0x4202cd,{'unitID':_0x40b8af,'type':UniverType[_0x325e87(0x271)],'block':_0x3511b0})));if(_0x122fd6[_0x325e87(0x1b2)](_0x26176f=>{const _0x2e15f8=_0x325e87;var _0x5bf76e;return((_0x5bf76e=_0x26176f[_0x2e15f8(0x31d)])==null?void 0x0:_0x5bf76e[_0x2e15f8(0x299)])!==ErrorCode['OK'];}))return!0x1;_0x14d51d[_0x46da46]={'sheetID':_0x46da46,'blocks':_0x122fd6[_0x325e87(0x270)](_0x421919=>_0x421919[_0x325e87(0x1f5)])};}return!0x0;})))throw new Error(_0x2cb879(0x17d));const _0x3dfe3e=encodeWorkbookOtherMetas(_0xf8a413),_0x5b3208={'unitID':_0xf8a413['id'],'rev':_0x5934ef,'creator':'','name':_0xf8a413[_0x2cb879(0x150)],'sheetOrder':_0xf8a413[_0x2cb879(0x25d)],'sheets':_0x4eac8f,'blockMeta':_0x14d51d,'resources':_0xf8a413[_0x2cb879(0x218)]||[],'originalMeta':_0x3dfe3e};return{'snapshot':{'unitID':_0x40b8af,'rev':_0x5b3208[_0x2cb879(0x23b)],'type':UniverType[_0x2cb879(0x271)],'workbook':_0x5b3208,'doc':void 0x0}};}__name(generateTemporarySnap,_0x2c36f1(0x1fd));async function transformWorkbookDataToSnapshot(_0x181d6e,_0xd2f5fe,_0x177bc6,_0x496a11,_0x3ea906){const _0x2ce034=_0x2c36f1;var _0x116b86,_0x312357;const _0x3ada0d={},_0x15d68b={};if(!await Promise[_0x2ce034(0x16d)](Object[_0x2ce034(0x31f)](_0xd2f5fe[_0x2ce034(0x145)])[_0x2ce034(0x270)](async([_0x1efbe8,_0x40aab2])=>{const _0x1499d6=_0x2ce034,_0x80f2b0={'id':_0x40aab2['id'],'type':SheetTypes[_0x1499d6(0x26f)],'name':_0x40aab2[_0x1499d6(0x150)],'rowCount':_0x40aab2[_0x1499d6(0x1b7)],'columnCount':_0x40aab2['columnCount'],'originalMeta':encodeWorksheetOtherMetas(_0x40aab2)};if(_0x15d68b[_0x1efbe8]=_0x80f2b0,_0x40aab2[_0x1499d6(0x2b7)]){const _0x1e19c7=splitCellDataToBlocks(_0x40aab2[_0x1499d6(0x2b7)],_0x40aab2[_0x1499d6(0x209)]),_0x25d8c9=await Promise[_0x1499d6(0x16d)](_0x1e19c7['map'](_0x3e317b=>_0x3ea906['saveSheetBlock'](_0x181d6e,{'unitID':_0x177bc6,'type':UniverType[_0x1499d6(0x271)],'block':_0x3e317b})));if(_0x25d8c9[_0x1499d6(0x1b2)](_0x27d9b0=>{const _0x19f0ee=_0x1499d6;var _0x52c82a;return((_0x52c82a=_0x27d9b0[_0x19f0ee(0x31d)])==null?void 0x0:_0x52c82a[_0x19f0ee(0x299)])!==ErrorCode['OK'];}))return!0x1;_0x3ada0d[_0x1efbe8]={'sheetID':_0x1efbe8,'blocks':_0x25d8c9['map'](_0x3da6cb=>_0x3da6cb[_0x1499d6(0x1f5)])};}return!0x0;})))throw new Error('[transformWorkbookDataToSnapshot()]:\x20Failed\x20to\x20save\x20sheet\x20blocks.');const _0x5b229a=encodeWorkbookOtherMetas(_0xd2f5fe),_0x2ed4fa={'unitID':_0xd2f5fe['id'],'rev':_0x496a11,'creator':'','name':_0xd2f5fe['name'],'sheetOrder':_0xd2f5fe[_0x2ce034(0x25d)],'sheets':_0x15d68b,'blockMeta':_0x3ada0d,'resources':_0xd2f5fe[_0x2ce034(0x218)]||[],'originalMeta':_0x5b229a},_0x24de82={'unitID':_0x177bc6,'rev':_0x2ed4fa[_0x2ce034(0x23b)],'type':UniverType[_0x2ce034(0x271)],'workbook':_0x2ed4fa,'doc':void 0x0},_0x3eb5fc=await _0x3ea906[_0x2ce034(0x1cf)](_0x181d6e,{'unitID':_0x177bc6,'type':UniverType['UNIVER_SHEET'],'snapshot':_0x24de82});if(isError(_0x3eb5fc['error']))throw new Error(_0x2ce034(0x168)+((_0x116b86=_0x3eb5fc[_0x2ce034(0x31d)])==null?void 0x0:_0x116b86[_0x2ce034(0x299)])+':'+((_0x312357=_0x3eb5fc[_0x2ce034(0x31d)])==null?void 0x0:_0x312357[_0x2ce034(0x2b9)]));return{'snapshot':_0x24de82};}__name(transformWorkbookDataToSnapshot,_0x2c36f1(0x1db));function transformSnapshotToWorkbookData(_0x4d7fbb,_0x1a0714,_0x19fe01){const _0x4784b4=_0x2c36f1,_0x271aef=_0x4d7fbb['workbook'];if(!_0x271aef)throw new Error('');const _0x17d77d={};Object[_0x4784b4(0x31f)](_0x271aef[_0x4784b4(0x145)])['forEach'](([_0x3a92f3,_0x1e1809])=>{const _0x52f3c6=_0x4784b4,_0x229fa9=decodeWorksheetOtherMetas(_0x1e1809[_0x52f3c6(0x19b)]);_0x17d77d[_0x3a92f3]={'id':_0x1e1809['id'],'name':_0x1e1809[_0x52f3c6(0x150)],'rowCount':_0x1e1809[_0x52f3c6(0x1b7)],'columnCount':_0x1e1809[_0x52f3c6(0x209)],..._0x229fa9};});const _0x2147a9=new Map();_0x1a0714[_0x4784b4(0x242)](_0xd58e09=>{const _0x216348=_0x4784b4;_0x2147a9[_0x216348(0x22e)](_0xd58e09['id'],_0xd58e09);}),_0x271aef[_0x4784b4(0x22a)]&&Object[_0x4784b4(0x31f)](_0x271aef[_0x4784b4(0x22a)])[_0x4784b4(0x242)](([_0x485ba8,_0x1d7355])=>{const _0x3eaf24=_0x4784b4;var _0x3d1db6;const _0x58c166=_0x17d77d[_0x485ba8];_0x58c166[_0x3eaf24(0x2b7)]={};const _0xd23667=[];(_0x3d1db6=_0x1d7355['blocks'])==null||_0x3d1db6[_0x3eaf24(0x242)](_0x5a80ae=>{const _0x2c3892=_0x3eaf24,_0x3c4e1f=_0x2147a9[_0x2c3892(0x21a)](_0x5a80ae);if(_0x3c4e1f)_0xd23667[_0x2c3892(0x20c)](_0x3c4e1f);else throw new Error('');}),_0xd23667[_0x3eaf24(0x242)](_0x2d699e=>{const _0x4cc141=_0x3eaf24,_0xaa2c88=decodePartOfCellData(_0x2d699e[_0x4cc141(0x261)]);Object[_0x4cc141(0x31f)](_0xaa2c88)['forEach'](([_0x32de26,_0x33fa3a])=>{const _0x3ad2f9=_0x4cc141,_0x3eb8cd=_0x58c166[_0x3ad2f9(0x2b7)][+_0x32de26]={};Object[_0x3ad2f9(0x31f)](_0x33fa3a)[_0x3ad2f9(0x242)](([_0x346612,_0x29e81d])=>{_0x3eb8cd[+_0x346612]=_0x29e81d;});});});});const _0x14b98d=decodeWorksheetOtherMetas(_0x271aef['originalMeta']);return{'id':_0x4d7fbb[_0x4784b4(0x2ad)]||_0x271aef['unitID'],'rev':_0x4d7fbb[_0x4784b4(0x23b)]||_0x271aef[_0x4784b4(0x23b)],'name':_0x271aef[_0x4784b4(0x150)],'sheetOrder':_0x271aef[_0x4784b4(0x25d)],'appVersion':'','locale':LocaleType[_0x4784b4(0x1cb)],'sheets':_0x17d77d,'styles':{},'resources':_0x271aef[_0x4784b4(0x218)]||[],..._0x14b98d};}__name(transformSnapshotToWorkbookData,_0x2c36f1(0x16c));function transformSnapshotToDocumentData(_0x37299a){const _0x145b38=_0x2c36f1,_0x242325=_0x37299a['doc'];if(_0x242325==null)throw new Error(_0x145b38(0x256));const {unitID:_0x2fc0e0,rev:_0x22c206,name:_0x2b8596,originalMeta:_0xdacd39,resources:resources=[]}=_0x242325,{body:_0x9e1f2e,documentStyle:documentStyle={},settings:settings={},drawings:drawings={},drawingsOrder:drawingsOrder=[],tableSource:tableSource={},headers:headers={},footers:footers={},lists:lists={}}=decodeDocOriginalMeta(_0xdacd39);return{'id':_0x2fc0e0,'rev':_0x22c206,'locale':LocaleType[_0x145b38(0x1cb)],'title':_0x2b8596,'body':_0x9e1f2e,'documentStyle':documentStyle,'settings':settings,'drawings':drawings,'drawingsOrder':drawingsOrder,'resources':resources,'tableSource':tableSource,'headers':headers,'footers':footers,'lists':lists};}__name(transformSnapshotToDocumentData,_0x2c36f1(0x166));async function transformDocumentDataToSnapshot(_0x46c2b0,_0x280fd6,_0x5b2152,_0x3ba49d,_0x5dd9b8){const _0x1ce815=_0x2c36f1;var _0x5aa52a,_0xb3f32c,_0x54d53a;const _0x1f2d83={'unitID':_0x280fd6['id'],'rev':_0x3ba49d,'creator':'','name':(_0x5aa52a=_0x280fd6['title'])!=null?_0x5aa52a:'','resources':_0x280fd6['resources']||[],'originalMeta':encodeDocOriginalMeta(_0x280fd6)},_0xf2ad55={'unitID':_0x5b2152,'rev':_0x1f2d83[_0x1ce815(0x23b)],'type':UniverType[_0x1ce815(0x1d9)],'workbook':void 0x0,'doc':_0x1f2d83},_0x202a70=await _0x5dd9b8[_0x1ce815(0x1cf)](_0x46c2b0,{'unitID':_0x5b2152,'type':UniverType[_0x1ce815(0x1d9)],'snapshot':_0xf2ad55});if(isError(_0x202a70[_0x1ce815(0x31d)]))throw new Error('transformDocumentDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20'+((_0xb3f32c=_0x202a70[_0x1ce815(0x31d)])==null?void 0x0:_0xb3f32c[_0x1ce815(0x299)])+':'+((_0x54d53a=_0x202a70['error'])==null?void 0x0:_0x54d53a[_0x1ce815(0x2b9)]));return{'snapshot':_0xf2ad55};}__name(transformDocumentDataToSnapshot,_0x2c36f1(0x1d5));async function getSheetBlocksFromSnapshot(_0x551a89,_0x3d3c54){const _0x223dd2=_0x2c36f1,_0x18db0f=_0x551a89[_0x223dd2(0x1aa)];if(!_0x18db0f)throw new Error(_0x223dd2(0x294));const _0x2cb4e3=[],_0x3df9ca=[];return Object['entries'](_0x18db0f[_0x223dd2(0x22a)])[_0x223dd2(0x242)](([_0xe7cd05,_0x25958b])=>{const _0x6f6f8c=_0x223dd2,_0x2ed373=_0x25958b[_0x6f6f8c(0x21d)][_0x6f6f8c(0x270)](async _0x1971fb=>{const _0x309de5=_0x6f6f8c,_0x989016={'unitID':_0x18db0f[_0x309de5(0x2ad)],'type':UniverType[_0x309de5(0x271)],'blockID':_0x1971fb},{block:_0x56db20}=await _0x3d3c54[_0x309de5(0x231)]({},_0x989016);if(_0x56db20)_0x2cb4e3[_0x309de5(0x20c)](_0x56db20);else throw new Error(_0x309de5(0x27c));});_0x3df9ca[_0x6f6f8c(0x20c)](..._0x2ed373);}),await Promise[_0x223dd2(0x16d)](_0x3df9ca),_0x2cb4e3;}__name(getSheetBlocksFromSnapshot,'getSheetBlocksFromSnapshot');var __defProp$1=Object['defineProperty'],__getOwnPropDesc$1=Object[_0x2c36f1(0x258)],__decorateClass$1=__name((_0x54e0f0,_0x24f4be,_0x70f4c1,_0x1f0fdb)=>{const _0x5931fb=_0x2c36f1;for(var _0x5d59d3=_0x1f0fdb>0x1?void 0x0:_0x1f0fdb?__getOwnPropDesc$1(_0x24f4be,_0x70f4c1):_0x24f4be,_0x404c14=_0x54e0f0[_0x5931fb(0x21b)]-0x1,_0xe438e;_0x404c14>=0x0;_0x404c14--)(_0xe438e=_0x54e0f0[_0x404c14])&&(_0x5d59d3=(_0x1f0fdb?_0xe438e(_0x24f4be,_0x70f4c1,_0x5d59d3):_0xe438e(_0x5d59d3))||_0x5d59d3);return _0x1f0fdb&&_0x5d59d3&&__defProp$1(_0x24f4be,_0x70f4c1,_0x5d59d3),_0x5d59d3;},_0x2c36f1(0x213)),__decorateParam$1=__name((_0x439bb5,_0x6eb84)=>(_0x24d0af,_0xdc5695)=>_0x6eb84(_0x24d0af,_0xdc5695,_0x439bb5),_0x2c36f1(0x1d1));const ISnapshotServerService=createIdentifier('univer.snapshot-server-service');var _a5;let SnapshotService=(_a5=class{constructor(_0x2d4792,_0x10b4db,_0x1d3a66,_0x5d5658,_0x344344,_0xc253a0,_0x5426c0){const _0x36e614=_0x2c36f1;this[_0x36e614(0x1cd)]=_0x2d4792,this[_0x36e614(0x2bb)]=_0x10b4db,this[_0x36e614(0x221)]=_0x1d3a66,this[_0x36e614(0x202)]=_0x5d5658,this[_0x36e614(0x304)]=_0x344344,this['_compressMutationService']=_0xc253a0,this[_0x36e614(0x276)]=_0x5426c0;}async[_0x2c36f1(0x225)](_0x5a0d14,_0x7e0c22,_0x423af9={'metadata':{'x-feature-id':v4()}}){const _0x18798a=_0x2c36f1;var _0x327b5e;if(this['_univerInstanceService']['getUnit'](_0x5a0d14,UniverInstanceType[_0x18798a(0x271)]))throw new Error(_0x18798a(0x234)+_0x5a0d14+'.');const {snapshot:_0x310fe9,changesets:_0x408d32,error:_0xd7b405}=await this['_snapshotServerService'][_0x18798a(0x2c4)](_0x423af9,{'unitID':_0x5a0d14,'type':UniverType[_0x18798a(0x271)],'revision':_0x7e0c22});if(isError(_0xd7b405)||!_0x310fe9||!_0x310fe9[_0x18798a(0x1aa)])throw new Error(_0x18798a(0x188));const _0x3d251a=(_0x327b5e=_0x408d32==null?void 0x0:_0x408d32[_0x18798a(0x21b)])!=null?_0x327b5e:0x0;if(_0x7e0c22!==0x0&&_0x310fe9['rev']+_0x3d251a!==_0x7e0c22)throw new Error('[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!');const {workbook:_0x35c217}=_0x310fe9,_0x4eb781=_0x35c217[_0x18798a(0x22a)]?Object[_0x18798a(0x31f)](_0x35c217[_0x18798a(0x22a)])[_0x18798a(0x270)](([_0x44d0b7,_0x5d28dc])=>{const _0x1af87a=_0x18798a;var _0x27a3e5,_0x268f46;return(_0x268f46=(_0x27a3e5=_0x5d28dc[_0x1af87a(0x21d)])==null?void 0x0:_0x27a3e5[_0x1af87a(0x270)](_0x3f11be=>_0x3f11be))!=null?_0x268f46:[];})[_0x18798a(0x1fc)]():[],_0x1517f4=(await Promise[_0x18798a(0x16d)](_0x4eb781[_0x18798a(0x270)](_0x3d7f32=>this[_0x18798a(0x221)][_0x18798a(0x170)](_0x423af9,{'unitID':_0x5a0d14,'type':UniverType[_0x18798a(0x271)],'blockID':_0x3d7f32})[_0x18798a(0x277)](_0x2bd0a4=>_0x2bd0a4[_0x18798a(0x219)]))))[_0x18798a(0x2e3)](_0x28ffbc=>!!_0x28ffbc),_0x209314=transformSnapshotToWorkbookData(_0x310fe9,_0x1517f4),_0x20d40a=this[_0x18798a(0x2bb)]['createUnit'](UniverInstanceType[_0x18798a(0x271)],_0x209314),_0x2dd401=this[_0x18798a(0x24f)]['interceptor'][_0x18798a(0x247)](this['_compressMutationService'][_0x18798a(0x2bd)][_0x18798a(0x19d)]()['COMPRESS_MUTATION_APPLY']);return _0x408d32==null||_0x408d32[_0x18798a(0x242)](_0xec39ce=>{const _0x3e9a43=_0x18798a,_0x3fcc18=_0xec39ce[_0x3e9a43(0x2fd)][_0x3e9a43(0x270)](_0x6b56e3=>({'id':_0x6b56e3['id'],'params':JSON['parse'](_0x6b56e3[_0x3e9a43(0x261)])}));({..._0xec39ce,'mutations':_0x2dd401(_0x3fcc18,null)||_0x3fcc18}[_0x3e9a43(0x2fd)]['forEach'](_0x512fe8=>this[_0x3e9a43(0x202)][_0x3e9a43(0x16e)](_0x512fe8['id'],_0x512fe8['params'],{'fromChangeset':!0x0})),this[_0x3e9a43(0x1cd)][_0x3e9a43(0x22c)](_0x5a0d14));}),_0x20d40a;}async[_0x2c36f1(0x15c)](_0x22d1d1,_0x22f863,_0x4e82db={'metadata':{'x-feature-id':v4()}}){const _0x49cd60=_0x2c36f1;var _0x29ed71;const {snapshot:_0x88c0ba,changesets:_0x43449f,error:_0xb517d8}=await this[_0x49cd60(0x221)][_0x49cd60(0x2c4)](_0x4e82db,{'unitID':_0x22d1d1,'type':UniverType[_0x49cd60(0x1d9)],'revision':_0x22f863});if(isError(_0xb517d8)||!_0x88c0ba||!_0x88c0ba['doc'])throw new Error('[SnapshotService]:\x20request\x20snapshot\x20error!');const _0x24fd77=(_0x29ed71=_0x43449f==null?void 0x0:_0x43449f['length'])!=null?_0x29ed71:0x0;if(_0x22f863!==0x0&&_0x88c0ba[_0x49cd60(0x23b)]+_0x24fd77!==_0x22f863)throw new Error(_0x49cd60(0x243));const _0x2af435=transformSnapshotToDocumentData(_0x88c0ba),_0x3ad0f0=this[_0x49cd60(0x2bb)][_0x49cd60(0x2ae)](UniverInstanceType[_0x49cd60(0x1d9)],_0x2af435);return _0x43449f==null||_0x43449f[_0x49cd60(0x242)](_0x59c1fb=>{const _0x4f01f9=_0x49cd60;_0x59c1fb[_0x4f01f9(0x2fd)][_0x4f01f9(0x270)](_0x255eaa=>({'id':_0x255eaa['id'],'params':JSON[_0x4f01f9(0x25f)](_0x255eaa[_0x4f01f9(0x261)])}))[_0x4f01f9(0x242)](_0x58ff5d=>this['_commandService'][_0x4f01f9(0x16e)](_0x58ff5d['id'],_0x58ff5d[_0x4f01f9(0x19f)],{'fromChangeset':!0x0})),this[_0x4f01f9(0x1cd)][_0x4f01f9(0x22c)](_0x22d1d1);}),_0x3ad0f0;}['save'](_0x3eb538,_0x5ee78a){const _0x4b8174=_0x2c36f1,_0x1cb146={..._0x5ee78a['getSnapshot']()};_0x5ee78a[_0x4b8174(0x24e)]()[_0x4b8174(0x242)](_0x168705=>{const _0x39e9a7=_0x4b8174;_0x1cb146['sheets'][_0x168705[_0x39e9a7(0x14e)]()]=Tools['deepClone'](_0x168705['getSnapshot']());});const _0x3153a9=this['_resourceManagerService'][_0x4b8174(0x2da)](_0x5ee78a[_0x4b8174(0x1c4)](),UniverInstanceType[_0x4b8174(0x271)]);return _0x1cb146['resources']=_0x3153a9,_0x1cb146;}[_0x2c36f1(0x238)](_0x334b4c,_0x5d5ad4){const _0x38441a=_0x2c36f1,_0x475586={..._0x5d5ad4[_0x38441a(0x191)]()},_0x4d2de1=this[_0x38441a(0x276)][_0x38441a(0x2da)](_0x5d5ad4[_0x38441a(0x1c4)](),UniverInstanceType[_0x38441a(0x1d9)]);return _0x475586[_0x38441a(0x218)]=_0x4d2de1,_0x475586;}},__name(_a5,_0x2c36f1(0x169)),_a5);SnapshotService=__decorateClass$1([__decorateParam$1(0x0,Inject(RevisionService)),__decorateParam$1(0x1,IUniverInstanceService),__decorateParam$1(0x2,ISnapshotServerService),__decorateParam$1(0x3,ICommandService),__decorateParam$1(0x4,Inject(Injector)),__decorateParam$1(0x5,Inject(CompressMutationService)),__decorateParam$1(0x6,Inject(IResourceManagerService))],SnapshotService);var __defProp2=Object[_0x2c36f1(0x28f)],__getOwnPropDesc=Object['getOwnPropertyDescriptor'],__defNormalProp2=__name((_0x176573,_0xf8817b,_0x2072cc)=>_0xf8817b in _0x176573?__defProp2(_0x176573,_0xf8817b,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x2072cc}):_0x176573[_0xf8817b]=_0x2072cc,_0x2c36f1(0x1e8)),__decorateClass=__name((_0xbc94c7,_0x4c7607,_0x20cf55,_0x5d3339)=>{const _0x26c3f6=_0x2c36f1;for(var _0x568f0d=_0x5d3339>0x1?void 0x0:_0x5d3339?__getOwnPropDesc(_0x4c7607,_0x20cf55):_0x4c7607,_0x61fe2=_0xbc94c7[_0x26c3f6(0x21b)]-0x1,_0x3b84eb;_0x61fe2>=0x0;_0x61fe2--)(_0x3b84eb=_0xbc94c7[_0x61fe2])&&(_0x568f0d=(_0x5d3339?_0x3b84eb(_0x4c7607,_0x20cf55,_0x568f0d):_0x3b84eb(_0x568f0d))||_0x568f0d);return _0x5d3339&&_0x568f0d&&__defProp2(_0x4c7607,_0x20cf55,_0x568f0d),_0x568f0d;},_0x2c36f1(0x295)),__decorateParam=__name((_0x1442d3,_0x36f5f6)=>(_0x84914c,_0x53c11e)=>_0x36f5f6(_0x84914c,_0x53c11e,_0x1442d3),'__decorateParam'),__publicField2=__name((_0x4e0f4f,_0x2b20eb,_0x52f9e5)=>__defNormalProp2(_0x4e0f4f,_0x2b20eb+'',_0x52f9e5),_0x2c36f1(0x227));const PLUGIN_NAME=_0x2c36f1(0x1b6);var _a6;let UniverCollaborationPlugin=(_a6=class extends Plugin{constructor(_0x19232c=defaultPluginConfig,_0xb87a2,_0xddc2d9){const _0x5e3176=_0x2c36f1;super(),this[_0x5e3176(0x279)]=_0x19232c,this[_0x5e3176(0x304)]=_0xb87a2,this[_0x5e3176(0x185)]=_0xddc2d9;const {..._0x2c9228}=merge({},defaultPluginConfig,this[_0x5e3176(0x279)]);this[_0x5e3176(0x185)][_0x5e3176(0x249)](COLLABORATION_PLUGIN_CONFIG_KEY,_0x2c9228);}['onStarting'](){const _0x1c2c93=_0x2c36f1;[[RevisionService],[RevisionController],[SheetTransformController],[DocTransformController],[SnapshotService],[ITransformService,{'useClass':TransformService}],[CompressMutationService]][_0x1c2c93(0x242)](_0x3cb7b7=>this[_0x1c2c93(0x304)][_0x1c2c93(0x1b5)](_0x3cb7b7)),this[_0x1c2c93(0x304)][_0x1c2c93(0x21a)](DocTransformController),this[_0x1c2c93(0x304)][_0x1c2c93(0x21a)](RevisionController),this[_0x1c2c93(0x304)][_0x1c2c93(0x21a)](SheetTransformController);}},__name(_a6,_0x2c36f1(0x297)),_a6);__publicField2(UniverCollaborationPlugin,'pluginName',PLUGIN_NAME),UniverCollaborationPlugin=__decorateClass([DependentOn(UniverLicensePlugin),__decorateParam(0x1,Inject(Injector)),__decorateParam(0x2,IConfigService)],UniverCollaborationPlugin);const IHistoryIoService=createIdentifier(_0x2c36f1(0x1ad)),CreateUnitMutation={'id':'univer.mutation.create-unit','type':CommandType['MUTATION'],'handler':__name(()=>!0x0,_0x2c36f1(0x281))};export{CollaborationEvent,CompressMutationService,CreateUnitMutation,DocTransformController,IHistoryIoService,ISnapshotServerService,ITransformService,RevertRevisionMutation,RevisionService,SINGLE_HISTORY_MUTATIONS,SINGLE_SNAPSHOT_MUTATIONS,SheetTransformController,SnapshotService,TransformService,UniverCollaborationPlugin,b64DecodeUnicode,b64EncodeUnicode,generateTempDocumentSnapshot,generateTemporarySnap,getSheetBlocksFromSnapshot,isTransformChangesetsFailure,isTransformChangesetsSuccess,isTransformMutationFailure,isTransformMutationSuccess,isTransformMutationsFailure,isTransformMutationsSuccess,isTransformMutationsWithChangesetFailure,isTransformMutationsWithChangesetSuccess,mapDocumentTypeToUniverType,parseChangesetToProtocol,parseMutationToProtocol,parseProtocolChangeset,parseProtocolCommand,parseProtocolMutation,textDecoder,textEncoder,transformDocumentDataToSnapshot,transformSnapshotToDocumentData,transformSnapshotToWorkbookData,transformWorkbookDataToSnapshot};
1
+ const _0x3177e2=_0x44db;(function(_0x241484,_0x4542dd){const _0x2a3ddd=_0x44db,_0x31b214=_0x241484();while(!![]){try{const _0x5c176f=-parseInt(_0x2a3ddd(0x152))/0x1*(-parseInt(_0x2a3ddd(0x212))/0x2)+-parseInt(_0x2a3ddd(0x17a))/0x3*(-parseInt(_0x2a3ddd(0x17d))/0x4)+-parseInt(_0x2a3ddd(0x1fe))/0x5*(-parseInt(_0x2a3ddd(0x151))/0x6)+-parseInt(_0x2a3ddd(0x178))/0x7+parseInt(_0x2a3ddd(0x166))/0x8*(parseInt(_0x2a3ddd(0xdf))/0x9)+-parseInt(_0x2a3ddd(0x214))/0xa+-parseInt(_0x2a3ddd(0x106))/0xb;if(_0x5c176f===_0x4542dd)break;else _0x31b214['push'](_0x31b214['shift']());}catch(_0xf2a89a){_0x31b214['push'](_0x31b214['shift']());}}}(_0x1cee,0x7a41e));var __defProp=Object[_0x3177e2(0x28f)],__defNormalProp=(_0x18d7ea,_0x2a3d2c,_0x3ff364)=>_0x2a3d2c in _0x18d7ea?__defProp(_0x18d7ea,_0x2a3d2c,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x3ff364}):_0x18d7ea[_0x2a3d2c]=_0x3ff364,__name=(_0x2e8688,_0xad6e5a)=>__defProp(_0x2e8688,_0x3177e2(0x177),{'value':_0xad6e5a,'configurable':!0x0}),__publicField=(_0x199d6b,_0x37a44f,_0x535257)=>__defNormalProp(_0x199d6b,typeof _0x37a44f!=_0x3177e2(0x1c3)?_0x37a44f+'':_0x37a44f,_0x535257);import{createIdentifier,Disposable,Tools,ObjectMatrix,Range,queryObjectMatrix,isRangesEqual,Rectangle,RANGE_TYPE,isFormulaString,insertMatrixArray,moveMatrixArray,spliceArray,CommandType,JSON1,JSONX,ICommandService,createInterceptorKey,InterceptorManager,IUniverInstanceService,UniverInstanceType,SheetTypes,LocaleType,Inject,Injector,IResourceManagerService,DependentOn,Plugin,merge,IConfigService}from'@univerjs/core';import{AddCommentMutation,DeleteCommentMutation,UpdateCommentMutation,UpdateCommentRefMutation}from'@univerjs/thread-comment';import{AddConditionalRuleMutation,MoveConditionalRuleMutation,DeleteConditionalRuleMutation,SetConditionalRuleMutation}from'@univerjs/sheets-conditional-formatting';import{AddDataValidationMutation,RemoveDataValidationMutation,UpdateRuleType,UpdateDataValidationMutation}from'@univerjs/data-validation';import{AddHyperLinkMutation,RemoveHyperLinkMutation,UpdateHyperLinkMutation,UpdateHyperLinkRefMutation}from'@univerjs/sheets-hyper-link';import{AddRangeProtectionMutation,AddWorksheetMergeMutation,AddWorksheetProtectionMutation,InsertColMutation,InsertRowMutation,MoveColsMutation,MoveRangeMutation,MoveRowsMutation,RemoveColMutation,RemoveNumfmtMutation,RemoveWorksheetMergeMutation,SetFrozenMutation,SetNumfmtMutation,SetRangeProtectionMutation,SetRangeValuesMutation,SetWorksheetColWidthMutation,EmptyMutation,RemoveRowMutation,SetSelectionsOperation,SetWorksheetOrderMutation,RemoveSheetMutation,SetWorksheetNameMutation,InsertColCommand,handleDefaultRangeChangeWithEffectRefCommands,RangeMergeUtil,handleBaseInsertRange,handleBaseRemoveRange,MoveColsCommand,handleCommonDefaultRangeChangeWithEffectRefCommands,ReorderRangeMutation,SetColDataMutation,SetColHiddenMutation,SetColVisibleMutation,InsertRowCommand,rotateRange,SetRowDataMutation,SetRowHiddenMutation,SetRowVisibleMutation,SetWorksheetRowAutoHeightMutation,SetWorksheetRowHeightMutation,SetWorksheetRowIsAutoHeightMutation,handleBaseMoveRowsCols,MoveRowsCommand,RemoveColCommand,RemoveRowCommand,SetTabColorMutation,InsertSheetMutation,SetWorksheetProtectionMutation}from'@univerjs/sheets';import{RemoveSheetsFilterMutation,SetSheetsFilterCriteriaMutation,SetSheetsFilterRangeMutation,ReCalcSheetsFilterMutation}from'@univerjs/sheets-filter';import{singleReferenceToGrid,serializeRange,LexerTreeBuilder,sequenceNodeType,deserializeRangeWithSheetWithCache,serializeRangeToRefString,ErrorType,generateStringWithSequence}from'@univerjs/engine-formula';import{SetDrawingApplyMutation,DrawingApplyType}from'@univerjs/sheets-drawing';import{RichTextEditingMutation}from'@univerjs/docs';import{UniverLicensePlugin}from'@univerjs-pro/license';function isTransformMutationFailure(_0x5acd9c){const _0x2115ae=_0x3177e2;return!!_0x5acd9c[_0x2115ae(0x1c4)];}__name(isTransformMutationFailure,_0x3177e2(0x2bf));function isTransformMutationSuccess(_0x8cf1d){return!isTransformMutationFailure(_0x8cf1d);}__name(isTransformMutationSuccess,'isTransformMutationSuccess');function isInclineTransformMutationsFailure(_0x1d0eb7){const _0x3a208d=_0x3177e2;return!!_0x1d0eb7[_0x3a208d(0x1c4)];}__name(isInclineTransformMutationsFailure,'isInclineTransformMutationsFailure');function isTransformMutationsFailure(_0x315cd2){return!!_0x315cd2['error'];}__name(isTransformMutationsFailure,'isTransformMutationsFailure');function isTransformMutationsSuccess(_0x4b1fed){return!isTransformMutationsFailure(_0x4b1fed);}__name(isTransformMutationsSuccess,_0x3177e2(0x2a1));function isTransformChangesetsFailure(_0x5b6779){const _0x536eda=_0x3177e2;return!!_0x5b6779[_0x536eda(0x1c4)];}__name(isTransformChangesetsFailure,_0x3177e2(0x16d));function isTransformChangesetsSuccess(_0x5958ef){return!isTransformChangesetsFailure(_0x5958ef);}__name(isTransformChangesetsSuccess,_0x3177e2(0x21f));function isTransformMutationsWithChangesetFailure(_0x277748){const _0x8687b6=_0x3177e2;return!!_0x277748[_0x8687b6(0x1c4)];}__name(isTransformMutationsWithChangesetFailure,_0x3177e2(0x2b1));function isTransformMutationsWithChangesetSuccess(_0x136c94){return!isTransformMutationsWithChangesetFailure(_0x136c94);}__name(isTransformMutationsWithChangesetSuccess,_0x3177e2(0x170));const ITransformService=createIdentifier(_0x3177e2(0x210)),_TransformService=class _TransformService extends Disposable{constructor(){const _0x3a408c=_0x3177e2;super(...arguments),__publicField(this,_0x3a408c(0x2a5),new Map());}[_0x3177e2(0x226)](){const _0x419ecf=_0x3177e2;this[_0x419ecf(0x2a5)]['clear']();}[_0x3177e2(0x20d)](_0x54850a){const _0x19056e=_0x3177e2,{m1:_0x1092b5,m2:m2=_0x19056e(0x2b0)}=_0x54850a;this[_0x19056e(0x2a5)]['has'](_0x1092b5)||this['_transformMap']['set'](_0x1092b5,new Map());const _0x41d6de=this[_0x19056e(0x2a5)]['get'](_0x1092b5);if(_0x41d6de[_0x19056e(0x257)](m2))throw new Error('[TransformService]\x20Transform\x20algorithm\x20for\x20'+_0x1092b5+'\x20and\x20'+m2+'\x20already\x20exists.');_0x41d6de['set'](m2,_0x54850a);}[_0x3177e2(0x1b5)](_0x3be25c,_0xc52f61,_0x229c65){const _0x215dd1=_0x3177e2;var _0x2182fc,_0x40121e,_0x26feeb,_0x4746c9,_0x944a43,_0x54471e;const _0x3e14f2=this[_0x215dd1(0x2a5)],_0x1af62b=((_0x2182fc=_0x3e14f2[_0x215dd1(0x1a4)](_0x3be25c['id']))==null?void 0x0:_0x2182fc[_0x215dd1(0x1a4)](_0xc52f61['id']))||((_0x40121e=_0x3e14f2[_0x215dd1(0x1a4)](_0x3be25c['id']))==null?void 0x0:_0x40121e[_0x215dd1(0x1a4)](_0x215dd1(0x2b0)))||((_0x26feeb=_0x3e14f2[_0x215dd1(0x1a4)](_0x215dd1(0x2b0)))==null?void 0x0:_0x26feeb['get'](_0xc52f61['id']));if(_0x1af62b)return _0x229c65?_0x1af62b['handler'](_0x3be25c,_0xc52f61,_0x229c65):_0x1af62b['handler'](_0x3be25c,_0xc52f61);const _0x4a7c95=((_0x4746c9=_0x3e14f2['get'](_0xc52f61['id']))==null?void 0x0:_0x4746c9[_0x215dd1(0x1a4)](_0x3be25c['id']))||((_0x944a43=_0x3e14f2[_0x215dd1(0x1a4)](_0xc52f61['id']))==null?void 0x0:_0x944a43[_0x215dd1(0x1a4)](_0x215dd1(0x2b0)))||((_0x54471e=_0x3e14f2[_0x215dd1(0x1a4)](_0x215dd1(0x2b0)))==null?void 0x0:_0x54471e[_0x215dd1(0x1a4)](_0x3be25c['id']));if(_0x4a7c95){const _0x289a34=_0x229c65?_0x4a7c95['handler'](_0xc52f61,_0x3be25c,_0x229c65):_0x4a7c95[_0x215dd1(0x21c)](_0xc52f61,_0x3be25c);return isTransformMutationSuccess(_0x289a34)?_0x229c65?{'m2Prime':_0x289a34[_0x215dd1(0x1de)]}:{'m2Prime':_0x289a34[_0x215dd1(0x1de)],'m1Prime':_0x289a34['m2Prime']}:_0x289a34;}return{'m1Prime':_0x3be25c,'m2Prime':_0xc52f61};}[_0x3177e2(0x128)](_0x37bf5c,_0x697d27,_0x3b46db){const _0x5e9d75=_0x3177e2,_0x486215=this[_0x5e9d75(0x265)](_0x37bf5c,_0x697d27);if(isInclineTransformMutationsFailure(_0x486215))return _0x486215;if(_0x3b46db)return{'m2Prime':_0x486215};const _0x79de40=this[_0x5e9d75(0x24c)](_0x37bf5c,_0x697d27);return isInclineTransformMutationsFailure(_0x79de40)?_0x79de40:{'m1Prime':_0x79de40,'m2Prime':_0x486215};}[_0x3177e2(0x265)](_0x566304,_0x2f5a27){const _0x36c7ac=_0x3177e2,_0x584d85=_0x566304['length'];let _0x1d64e1;for(_0x1d64e1=0x0;_0x1d64e1<_0x584d85;_0x1d64e1++){let _0x33cfa3=[_0x566304[_0x1d64e1]],_0x595106=[];for(let _0x4c54e6=0x0,_0xd93269=_0x2f5a27[_0x36c7ac(0x13d)];_0x4c54e6<_0xd93269;_0x4c54e6++){const _0x59277c=_0x2f5a27[_0x4c54e6];let _0x178d7d;if(_0x33cfa3[_0x36c7ac(0x13d)]===0x0)_0x178d7d=[_0x59277c],_0x33cfa3=[];else{if(_0x33cfa3['length']===0x1){const _0x4b149b=this[_0x36c7ac(0x1b5)](_0x33cfa3[0x0],_0x59277c);if(isTransformMutationFailure(_0x4b149b))return _0x4b149b;if(_0x178d7d=makeArray(_0x4b149b[_0x36c7ac(0x17b)]),!_0x4b149b['m1Prime'])throw new Error('Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.');_0x33cfa3=makeArray(_0x4b149b['m1Prime']);}else{const _0x43f784=this[_0x36c7ac(0x265)](_0x33cfa3,[_0x59277c]);if(_0x43f784['error'])return _0x43f784;if(_0x178d7d=_0x43f784,_0x4c54e6<_0xd93269-0x1){const _0x57a45e=this[_0x36c7ac(0x24c)](_0x33cfa3,[_0x59277c]);if(_0x57a45e[_0x36c7ac(0x1c4)])return _0x57a45e;_0x33cfa3=_0x57a45e;}}}_0x595106=_0x595106[_0x36c7ac(0x243)](_0x178d7d);}_0x2f5a27=_0x595106;}return _0x2f5a27;}[_0x3177e2(0x24c)](_0x31bd9d,_0x202ef4){const _0x2b79e9=_0x3177e2,_0x1b385c=_0x202ef4[_0x2b79e9(0x13d)];let _0x1f2d4d;for(_0x1f2d4d=0x0;_0x1f2d4d<_0x1b385c;_0x1f2d4d++){let _0x4b5793=[_0x202ef4[_0x1f2d4d]],_0x5c76c9=[];for(let _0x1316bf=0x0,_0x484657=_0x31bd9d[_0x2b79e9(0x13d)];_0x1316bf<_0x484657;_0x1316bf++){const _0x56a2aa=_0x31bd9d[_0x1316bf];let _0x562f2c;if(_0x4b5793[_0x2b79e9(0x13d)]===0x0)_0x562f2c=[_0x56a2aa],_0x4b5793=[];else{if(_0x4b5793[_0x2b79e9(0x13d)]===0x1){const _0x3faa8a=this[_0x2b79e9(0x1b5)](_0x56a2aa,_0x4b5793[0x0]);if(isTransformMutationFailure(_0x3faa8a))return _0x3faa8a;if(!_0x3faa8a[_0x2b79e9(0x1de)])throw new Error(_0x2b79e9(0x14e));_0x562f2c=makeArray(_0x3faa8a[_0x2b79e9(0x1de)]),_0x4b5793=makeArray(_0x3faa8a[_0x2b79e9(0x17b)]);}else{const _0x586e4a=this[_0x2b79e9(0x24c)]([_0x56a2aa],_0x4b5793);if(_0x586e4a[_0x2b79e9(0x1c4)])return _0x586e4a;if(_0x562f2c=_0x586e4a,_0x1316bf<_0x484657-0x1){const _0x6117a5=this['_rightInclineTransformMutations']([_0x56a2aa],_0x4b5793);if(_0x6117a5[_0x2b79e9(0x1c4)])return _0x6117a5;_0x4b5793=_0x6117a5;}}}_0x5c76c9=_0x5c76c9[_0x2b79e9(0x243)](_0x562f2c);}_0x31bd9d=_0x5c76c9;}return _0x31bd9d;}[_0x3177e2(0x163)](_0x38c078,_0x31483d,_0x2c899c){const _0x3039aa=_0x3177e2;if(!checkChangesetsAligned(_0x38c078,_0x31483d))throw new Error(_0x3039aa(0x22c)+_0x31483d[0x0][_0x3039aa(0x1ba)]+_0x3039aa(0x277)+_0x38c078[0x0][_0x3039aa(0x140)]+'.');const _0x54bebd=_0x38c078[_0x3039aa(0x13d)],_0x1e0afd=_0x31483d[_0x3039aa(0x13d)],_0x2a53d2=makeMatrixArray(_0x54bebd,_0x1e0afd+0x1),_0x339f20=makeMatrixArray(_0x54bebd+0x1,_0x1e0afd);_0x38c078['forEach']((_0x403c6e,_0x329b1d)=>_0x2a53d2[_0x329b1d][0x0]=_0x403c6e),_0x31483d[_0x3039aa(0x2b6)]((_0x456442,_0x1740ec)=>_0x339f20[0x0][_0x1740ec]=_0x456442);try{for(let _0x1399af=0x0;_0x1399af<_0x1e0afd;_0x1399af++)for(let _0xc812c3=0x0;_0xc812c3<_0x54bebd;_0xc812c3++){const _0x286207=_0x339f20[_0xc812c3][_0x1399af],_0x2f3f70=_0x2a53d2[_0xc812c3][_0x1399af];if(!_0x286207||!_0x2f3f70)throw new Error(_0x3039aa(0x2c0));const _0x2c59f8=this['transformMutations'](_0x2f3f70[_0x3039aa(0x15e)],_0x286207[_0x3039aa(0x15e)]);if(isTransformMutationsFailure(_0x2c59f8))return{'error':_0x2c59f8[_0x3039aa(0x1c4)]};_0x339f20[_0xc812c3+0x1][_0x1399af]={..._0x286207,'mutations':_0x2c59f8[_0x3039aa(0x17b)]},_0x2a53d2[_0xc812c3][_0x1399af+0x1]={..._0x2f3f70,'mutations':_0x2c59f8[_0x3039aa(0x1de)]};}return _0x2c899c?{'c2Prime':_0x339f20[_0x54bebd]}:{'c1Prime':_0x2a53d2[_0x3039aa(0x164)](_0x555999=>_0x555999[_0x1e0afd])['flat'](),'c2Prime':_0x339f20[_0x54bebd]};}catch(_0x1a6742){throw console[_0x3039aa(0x1c4)](_0x1a6742),_0x1a6742;}}['transformMutationsWithChangeset'](_0x325caf,_0x1252e0){const _0x55269b=_0x3177e2,_0x4b8d38=_0x325caf[_0x55269b(0x15e)],_0x4e6ddf=this[_0x55269b(0x128)](_0x4b8d38,_0x1252e0);return isTransformMutationsFailure(_0x4e6ddf)?{'error':_0x4e6ddf['error']}:{'m2Prime':_0x4e6ddf[_0x55269b(0x17b)],'c1Prime':{..._0x325caf,'mutations':_0x4e6ddf[_0x55269b(0x1de)]}};}};__name(_TransformService,_0x3177e2(0x117));let TransformService=_TransformService;function checkChangesetsAligned(_0x2c7027,_0x2255be){const _0x1bf4a1=_0x3177e2;return _0x2c7027[0x0]['revision']-0x1===_0x2255be[0x0][_0x1bf4a1(0x1ba)];}__name(checkChangesetsAligned,_0x3177e2(0x25a));function makeMatrixArray(_0x3a76df,_0x37f614){const _0x26ba5f=_0x3177e2;return new Array(_0x3a76df)[_0x26ba5f(0x223)](void 0x0)[_0x26ba5f(0x164)](()=>new Array(_0x37f614));}__name(makeMatrixArray,_0x3177e2(0x141));function makeArray(_0x536b98){return Array['isArray'](_0x536b98)?_0x536b98:[_0x536b98];}__name(makeArray,'makeArray');const addCommentMutationWithSelf={'m1':AddCommentMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x4a13ff,_0x4b4062)=>{const _0x1d260f=_0x3177e2,_0x3f071b=_0x4a13ff['params'],_0x5f25fc=_0x4b4062[_0x1d260f(0x1d2)],_0x21b854={'m1Prime':_0x4a13ff,'m2Prime':_0x4b4062};if(_0x3f071b[_0x1d260f(0x1f1)]!==_0x5f25fc[_0x1d260f(0x1f1)]||_0x3f071b[_0x1d260f(0x15c)]!==_0x5f25fc[_0x1d260f(0x15c)]||_0x3f071b[_0x1d260f(0x1e2)]['ref']!==_0x5f25fc[_0x1d260f(0x1e2)][_0x1d260f(0x1ed)])return _0x21b854;if(!_0x3f071b[_0x1d260f(0x1e2)][_0x1d260f(0x28b)]&&!_0x5f25fc[_0x1d260f(0x1e2)][_0x1d260f(0x28b)]){const _0x2c9e6b=Tools['deepClone'](_0x4b4062);return _0x2c9e6b['params'][_0x1d260f(0x1e2)][_0x1d260f(0x28b)]=_0x4a13ff[_0x1d260f(0x1d2)][_0x1d260f(0x1e2)]['id'],{'m1Prime':[{'id':DeleteCommentMutation['id'],'params':{'unitId':_0x3f071b[_0x1d260f(0x1f1)],'subUnitId':_0x5f25fc[_0x1d260f(0x15c)],'commentId':_0x5f25fc[_0x1d260f(0x1e2)]['id']}},_0x4a13ff,_0x2c9e6b],'m2Prime':[_0x2c9e6b]};}return _0x21b854;},_0x3177e2(0x21c))},addConditionalFormattingRuleMutationWithSelf={'m1':AddConditionalRuleMutation['id'],'m2':AddConditionalRuleMutation['id'],'handler'(_0x97e86,_0x1b2d5b){const _0x27cbfd=_0x3177e2;if(_0x97e86[_0x27cbfd(0x1d2)][_0x27cbfd(0x1f1)]!==_0x1b2d5b[_0x27cbfd(0x1d2)]['unitId']||_0x97e86[_0x27cbfd(0x1d2)][_0x27cbfd(0x15c)]!==_0x1b2d5b[_0x27cbfd(0x1d2)][_0x27cbfd(0x15c)])return{'m1Prime':_0x97e86,'m2Prime':_0x1b2d5b};const {unitId:_0x26299f,subUnitId:_0x612455}=_0x97e86[_0x27cbfd(0x1d2)],_0xb97e4c=Tools[_0x27cbfd(0x1bb)](_0x97e86),_0x2b3ac7=Tools[_0x27cbfd(0x1bb)](_0x1b2d5b),_0x387ce4=[_0xb97e4c],_0x2ed6ff={'unitId':_0x26299f,'subUnitId':_0x612455,'start':{'id':_0x2b3ac7['params'][_0x27cbfd(0x27d)][_0x27cbfd(0xf3)],'type':_0x27cbfd(0x292)},'end':{'id':_0x2b3ac7[_0x27cbfd(0x1d2)][_0x27cbfd(0x27d)]['cfId'],'type':_0x27cbfd(0x194)}};return _0x387ce4['push']({'id':MoveConditionalRuleMutation['id'],'params':_0x2ed6ff}),{'m1Prime':_0x387ce4,'m2Prime':_0x2b3ac7};}};function applyAddMutationTransform(_0x33bbf9,_0x140111,_0x104cd,_0x4b14fd){const _0x4af45c=_0x3177e2,_0x9f4110=new ObjectMatrix();_0x104cd[_0x4af45c(0x2b6)](_0x3f043f=>{const _0x215c9c=_0x4af45c;_0x3f043f[_0x215c9c(0x206)][_0x215c9c(0x2b6)](_0x2365a2=>{const _0x246eb7=_0x215c9c;Range[_0x246eb7(0x1f6)](_0x2365a2,(_0x4ba13b,_0xafc0bc)=>{const _0x2b268b=_0x246eb7;_0x9f4110[_0x2b268b(0x108)](_0x4ba13b,_0xafc0bc,_0x3f043f[_0x2b268b(0x173)]);});});}),_0x4b14fd[_0x4af45c(0x2b6)](_0x1ce677=>{const _0x3e12b5=_0x4af45c;_0x1ce677[_0x3e12b5(0x206)][_0x3e12b5(0x2b6)](_0x505671=>{const _0x58a882=_0x3e12b5;Range[_0x58a882(0x1f6)](_0x505671,(_0x58529b,_0x6e3d09)=>{const _0x555058=_0x58a882;_0x9f4110['setValue'](_0x58529b,_0x6e3d09,_0x1ce677[_0x555058(0x173)]);});});});const _0x40a097=[];return _0x104cd[_0x4af45c(0x2b6)](_0x5663ec=>{const _0xcd30e4=_0x4af45c,_0x2f5054=queryObjectMatrix(_0x9f4110,_0x2424a7=>_0x2424a7===_0x5663ec[_0xcd30e4(0x173)]);if(_0x2f5054['length']){if(!isRangesEqual(_0x2f5054,_0x5663ec[_0xcd30e4(0x206)])){const _0x52f6f0={'ruleId':_0x5663ec['uid'],'unitId':_0x33bbf9,'subUnitId':_0x140111,'payload':{'type':UpdateRuleType[_0xcd30e4(0x20f)],'payload':_0x2f5054}};_0x40a097['push']({'id':UpdateDataValidationMutation['id'],'params':_0x52f6f0});}}else{const _0x51dd3a={'ruleId':_0x5663ec[_0xcd30e4(0x173)],'unitId':_0x33bbf9,'subUnitId':_0x140111};_0x40a097[_0xcd30e4(0x2a4)]({'id':RemoveDataValidationMutation['id'],'params':_0x51dd3a});}}),_0x40a097;}__name(applyAddMutationTransform,'applyAddMutationTransform');function mergeAddMutation(_0x42eb14,_0x634a18){const _0x59804b=_0x3177e2,_0x1c2f55=Tools[_0x59804b(0x1bb)](Array[_0x59804b(0x1b0)](_0x42eb14[_0x59804b(0x1d2)]['rule'])?_0x42eb14[_0x59804b(0x1d2)][_0x59804b(0x27d)]:[_0x42eb14[_0x59804b(0x1d2)][_0x59804b(0x27d)]]);return _0x634a18[_0x59804b(0x2b6)](_0x15f7c4=>{const _0x275b07=_0x59804b;if(_0x15f7c4['id']===UpdateDataValidationMutation['id']){const _0x216f94=_0x15f7c4,_0x202aa1=_0x1c2f55[_0x275b07(0x1f8)](_0xb31994=>_0xb31994[_0x275b07(0x173)]===_0x216f94['params'][_0x275b07(0x2b8)]);_0x202aa1[_0x275b07(0x206)]=_0x216f94['params']['payload'][_0x275b07(0x184)];}else{if(_0x15f7c4['id']===RemoveDataValidationMutation['id']){const _0x294eef=_0x1c2f55[_0x275b07(0xfc)](_0x3b8ce2=>_0x3b8ce2[_0x275b07(0x173)]===_0x15f7c4[_0x275b07(0x1d2)][_0x275b07(0x2b8)]);_0x1c2f55[_0x294eef]=null;}}}),_0x1c2f55[_0x59804b(0x2b7)](Boolean)[_0x59804b(0x13d)]?[{..._0x42eb14,'params':{..._0x42eb14['params'],'rule':_0x1c2f55['filter'](Boolean)}}]:[];}__name(mergeAddMutation,_0x3177e2(0x1a6));const addDataValidationMutationWithSelf={'m1':AddDataValidationMutation['id'],'m2':AddDataValidationMutation['id'],'handler':__name((_0x5bfd58,_0x1111f9)=>{const _0x52727f=_0x3177e2,_0x352add={'m1Prime':_0x5bfd58,'m2Prime':_0x1111f9},_0x50c895=_0x5bfd58[_0x52727f(0x1d2)],_0x97efcf=_0x1111f9[_0x52727f(0x1d2)];if(_0x50c895['unitId']!==_0x97efcf[_0x52727f(0x1f1)]||_0x50c895[_0x52727f(0x15c)]!==_0x97efcf[_0x52727f(0x15c)])return _0x352add;const _0x2007a0=Tools['deepClone'](_0x5bfd58),_0x5c0720=Tools['deepClone'](_0x1111f9),_0x5bbd92=_0x50c895['unitId'],_0x57c978=_0x97efcf[_0x52727f(0x15c)],_0x163771=_0x2007a0[_0x52727f(0x1d2)][_0x52727f(0x27d)],_0x30be9c=_0x5c0720[_0x52727f(0x1d2)][_0x52727f(0x27d)];if(Array[_0x52727f(0x1b0)](_0x163771)&&Array['isArray'](_0x30be9c))return{'m1Prime':[],'m2Prime':[]};if(Array[_0x52727f(0x1b0)](_0x163771)){_0x2007a0[_0x52727f(0x1d2)][_0x52727f(0xef)]=0x0;const _0x32520c=applyAddMutationTransform(_0x5bbd92,_0x57c978,_0x163771,[_0x30be9c]);return{'m1Prime':mergeAddMutation(_0x2007a0,_0x32520c),'m2Prime':[..._0x32520c,_0x5c0720]};}if(Array['isArray'](_0x30be9c)){const _0x2a10f0=applyAddMutationTransform(_0x5bbd92,_0x57c978,_0x30be9c,[_0x163771]);return _0x5c0720['params'][_0x52727f(0xef)]=0x0,{'m1Prime':mergeAddMutation(_0x2007a0,_0x2a10f0),'m2Prime':[..._0x2a10f0,_0x5c0720]};}const _0xd417b9=applyAddMutationTransform(_0x5bbd92,_0x57c978,[_0x163771],[_0x30be9c]);return _0x5c0720[_0x52727f(0x1d2)][_0x52727f(0xef)]=-0x1,{'m1Prime':mergeAddMutation(_0x2007a0,_0xd417b9),'m2Prime':[..._0xd417b9,_0x5c0720]};},_0x3177e2(0x21c))},addDataValidationMutationWithUpdate={'m1':AddDataValidationMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x25b553,_0x101137)=>{const _0x3074f9=_0x3177e2,_0x4402b4={'m1Prime':_0x25b553,'m2Prime':_0x101137},_0x29cd5b=_0x25b553[_0x3074f9(0x1d2)],_0x20a637=_0x101137[_0x3074f9(0x1d2)];if(_0x29cd5b[_0x3074f9(0x1f1)]!==_0x20a637['unitId']||_0x29cd5b[_0x3074f9(0x15c)]!==_0x20a637['subUnitId'])return _0x4402b4;if(_0x101137['params'][_0x3074f9(0x184)][_0x3074f9(0x264)]===UpdateRuleType[_0x3074f9(0x20f)]){const {unitId:_0x3d65b8,subUnitId:_0x3e3020}=_0x25b553[_0x3074f9(0x1d2)],_0x43320c=Array[_0x3074f9(0x1b0)](_0x25b553[_0x3074f9(0x1d2)]['rule'])?_0x25b553[_0x3074f9(0x1d2)][_0x3074f9(0x27d)]:[_0x25b553['params']['rule']],_0x44c62f=[],_0x84a4a=new ObjectMatrix();return _0x43320c[_0x3074f9(0x2b6)](_0x1ed2c0=>{const _0x4b5fd3=_0x3074f9;_0x1ed2c0[_0x4b5fd3(0x206)]['forEach'](_0xa80928=>{const _0x4a9160=_0x4b5fd3;Range[_0x4a9160(0x1f6)](_0xa80928,(_0x5c5f91,_0x297d30)=>{const _0x4d349f=_0x4a9160;_0x84a4a[_0x4d349f(0x108)](_0x5c5f91,_0x297d30,_0x1ed2c0[_0x4d349f(0x173)]);});});}),_0x101137[_0x3074f9(0x1d2)][_0x3074f9(0x184)]['payload'][_0x3074f9(0x2b6)](_0x59b69b=>{const _0x408273=_0x3074f9;Range[_0x408273(0x1f6)](_0x59b69b,(_0x491d48,_0x4318c9)=>{const _0x291203=_0x408273;_0x84a4a[_0x291203(0x108)](_0x491d48,_0x4318c9,_0x101137['params']['ruleId']);});}),_0x43320c[_0x3074f9(0x2b6)](_0x324607=>{const _0x41f9b2=_0x3074f9,_0x525052=queryObjectMatrix(_0x84a4a,_0x470b0b=>_0x470b0b===_0x324607[_0x41f9b2(0x173)]);isRangesEqual(_0x525052,_0x324607[_0x41f9b2(0x206)])||(_0x525052['length']?_0x44c62f[_0x41f9b2(0x2a4)]({'id':UpdateDataValidationMutation['id'],'params':{'unitId':_0x3d65b8,'subUnitId':_0x3e3020,'ruleId':_0x324607['uid'],'payload':{'type':UpdateRuleType['RANGE'],'payload':_0x525052}}}):_0x44c62f['push']({'id':RemoveDataValidationMutation['id'],'params':{'unitId':_0x3d65b8,'subUnitId':_0x3e3020,'ruleId':_0x324607[_0x41f9b2(0x173)]}}));}),{'m1Prime':mergeAddMutation(_0x25b553,_0x44c62f),'m2Prime':[..._0x44c62f,_0x101137]};}return _0x4402b4;},_0x3177e2(0x21c))},addHyperLinkWithSelf={'m1':AddHyperLinkMutation['id'],'m2':AddHyperLinkMutation['id'],'handler':__name((_0x4cf19f,_0x4c8f9a)=>{const _0xbe3444=_0x3177e2,_0x2cb4d8=_0x4cf19f['params'],_0xbd9fcf=_0x4c8f9a['params'];return _0x2cb4d8[_0xbe3444(0x1f1)]===_0xbd9fcf[_0xbe3444(0x1f1)]&&_0x2cb4d8['subUnitId']===_0xbd9fcf[_0xbe3444(0x15c)]&&_0x2cb4d8[_0xbe3444(0x2b9)][_0xbe3444(0x138)]===_0xbd9fcf[_0xbe3444(0x2b9)]['row']&&_0x2cb4d8['link'][_0xbe3444(0x28e)]===_0xbd9fcf['link'][_0xbe3444(0x28e)]?{'m2Prime':_0x4c8f9a,'m1Prime':[]}:{'m1Prime':_0x4cf19f,'m2Prime':_0x4c8f9a};},_0x3177e2(0x21c))},addRangeProtectionWithAddComment={'m1':AddRangeProtectionMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x1e71b2,_0x547aba)=>{const _0x1dc353=_0x3177e2,_0x2a11c9={'m1Prime':_0x1e71b2,'m2Prime':_0x547aba};return _0x1e71b2[_0x1dc353(0x1d2)]['unitId']!==_0x547aba[_0x1dc353(0x1d2)]['unitId']||_0x1e71b2[_0x1dc353(0x1d2)][_0x1dc353(0x15c)]!==_0x547aba[_0x1dc353(0x1d2)][_0x1dc353(0x15c)]?_0x2a11c9:{'error':new Error(_0x1dc353(0x17f))};},_0x3177e2(0x21c))},addRangeProtectionWithAddConditionRule={'m1':AddRangeProtectionMutation['id'],'m2':AddConditionalRuleMutation['id'],'handler':__name((_0x202f98,_0x9953b9)=>{const _0x2742ba=_0x3177e2,_0x24064a={'m1Prime':_0x202f98,'m2Prime':_0x9953b9};if(_0x202f98['params'][_0x2742ba(0x1f1)]!==_0x9953b9[_0x2742ba(0x1d2)]['unitId']||_0x202f98[_0x2742ba(0x1d2)][_0x2742ba(0x15c)]!==_0x9953b9[_0x2742ba(0x1d2)]['subUnitId'])return _0x24064a;const _0x3722ef=_0x202f98['params'][_0x2742ba(0x192)][_0x2742ba(0x164)](_0xc81c9d=>_0xc81c9d[_0x2742ba(0x206)])[_0x2742ba(0x2ba)](),_0xdf1b9c=_0x9953b9[_0x2742ba(0x1d2)][_0x2742ba(0x27d)][_0x2742ba(0x206)];return _0x3722ef[_0x2742ba(0x1ec)](_0x23a00b=>_0xdf1b9c[_0x2742ba(0x1ec)](_0x509dae=>Rectangle[_0x2742ba(0x153)](_0x23a00b,_0x509dae)))?{'error':new Error(_0x2742ba(0x13a))}:_0x24064a;},_0x3177e2(0x21c))},addRangeProtectionWithSelf={'m1':AddRangeProtectionMutation['id'],'m2':AddRangeProtectionMutation['id'],'handler':__name((_0x171ff9,_0x41e316)=>{const _0x42e611=_0x3177e2,_0x20d777={'m1Prime':_0x171ff9,'m2Prime':_0x41e316};if(_0x171ff9['params'][_0x42e611(0x1f1)]!==_0x41e316[_0x42e611(0x1d2)][_0x42e611(0x1f1)]||_0x171ff9[_0x42e611(0x1d2)]['subUnitId']!==_0x41e316[_0x42e611(0x1d2)][_0x42e611(0x15c)])return _0x20d777;const _0x45b732=_0x171ff9[_0x42e611(0x1d2)][_0x42e611(0x192)][_0x42e611(0x164)](_0x179a59=>_0x179a59[_0x42e611(0x206)])[_0x42e611(0x2ba)](),_0x4e9cd5=_0x41e316[_0x42e611(0x1d2)][_0x42e611(0x192)][_0x42e611(0x164)](_0x3ddf5=>_0x3ddf5['ranges'])[_0x42e611(0x2ba)]();return _0x45b732['some'](_0x4c271d=>_0x4e9cd5[_0x42e611(0x1ec)](_0x456901=>Rectangle[_0x42e611(0x153)](_0x4c271d,_0x456901)))?{'error':new Error(_0x42e611(0x2a6))}:_0x20d777;},_0x3177e2(0x21c))},addRangeProtectionWithAddWorksheetMerge={'m1':AddRangeProtectionMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler':__name((_0x5e5c7a,_0x52b06f)=>{const _0x1d7bc5=_0x3177e2,_0x4020b7={'m1Prime':_0x5e5c7a,'m2Prime':_0x52b06f};if(_0x5e5c7a[_0x1d7bc5(0x1d2)][_0x1d7bc5(0x1f1)]!==_0x52b06f[_0x1d7bc5(0x1d2)][_0x1d7bc5(0x1f1)]||_0x5e5c7a[_0x1d7bc5(0x1d2)][_0x1d7bc5(0x15c)]!==_0x52b06f['params'][_0x1d7bc5(0x15c)])return _0x4020b7;const _0x1c52b1=_0x5e5c7a[_0x1d7bc5(0x1d2)][_0x1d7bc5(0x192)][_0x1d7bc5(0x164)](_0x417b1c=>_0x417b1c[_0x1d7bc5(0x206)])['flat'](),_0x18d0f7=_0x52b06f[_0x1d7bc5(0x1d2)][_0x1d7bc5(0x206)];return _0x1c52b1[_0x1d7bc5(0x1ec)](_0x141d9d=>_0x18d0f7[_0x1d7bc5(0x1ec)](_0x1e3759=>Rectangle[_0x1d7bc5(0x153)](_0x141d9d,_0x1e3759)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge')}:_0x4020b7;},'handler')},addRangeProtectionWithAddWorksheetProtection={'m1':AddRangeProtectionMutation['id'],'m2':AddWorksheetProtectionMutation['id'],'handler':__name((_0x245ea2,_0x4f8d82)=>{const _0x48ae7c=_0x3177e2,_0x342811={'m1Prime':_0x245ea2,'m2Prime':_0x4f8d82};return _0x245ea2[_0x48ae7c(0x1d2)][_0x48ae7c(0x1f1)]!==_0x4f8d82['params'][_0x48ae7c(0x1f1)]||_0x245ea2[_0x48ae7c(0x1d2)]['subUnitId']!==_0x4f8d82['params'][_0x48ae7c(0x27d)][_0x48ae7c(0x15c)]?_0x342811:{'error':new Error(_0x48ae7c(0x221))};},'handler')},addRangeProtectionWithDeleteConditionFormattingRule={'m1':AddRangeProtectionMutation['id'],'m2':DeleteConditionalRuleMutation['id'],'handler':__name((_0x1bfad4,_0x1c37ed)=>{const _0x32b42d=_0x3177e2,_0x1268f2={'m1Prime':_0x1bfad4,'m2Prime':_0x1c37ed};return _0x1bfad4[_0x32b42d(0x1d2)][_0x32b42d(0x1f1)]!==_0x1c37ed[_0x32b42d(0x1d2)][_0x32b42d(0x1f1)]||_0x1bfad4[_0x32b42d(0x1d2)][_0x32b42d(0x15c)]!==_0x1c37ed[_0x32b42d(0x1d2)][_0x32b42d(0x15c)]?_0x1268f2:{'error':new Error(_0x32b42d(0x113))};},_0x3177e2(0x21c))},addRangeProtectionWithInsertCol={'m1':AddRangeProtectionMutation['id'],'m2':InsertColMutation['id'],'handler':__name((_0x87cd28,_0x1ac1ae)=>{const _0x577074=_0x3177e2,_0x2ad455={'m1Prime':_0x87cd28,'m2Prime':_0x1ac1ae};if(_0x87cd28[_0x577074(0x1d2)][_0x577074(0x1f1)]!==_0x1ac1ae[_0x577074(0x1d2)][_0x577074(0x1f1)]||_0x87cd28[_0x577074(0x1d2)]['subUnitId']!==_0x1ac1ae[_0x577074(0x1d2)][_0x577074(0x15c)])return _0x2ad455;const _0x540f60=_0x87cd28[_0x577074(0x1d2)][_0x577074(0x192)][_0x577074(0x164)](_0x3a9d1e=>_0x3a9d1e[_0x577074(0x206)])['flat'](),_0x332899=_0x1ac1ae[_0x577074(0x1d2)][_0x577074(0x219)];return _0x540f60[_0x577074(0x1ec)](_0x416b4f=>Rectangle['intersects'](_0x416b4f,_0x332899))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col')}:_0x2ad455;},'handler')},addRangeProtectionWithInsertRow={'m1':AddRangeProtectionMutation['id'],'m2':InsertRowMutation['id'],'handler':__name((_0x10f148,_0x9c3935)=>{const _0x4033bb=_0x3177e2,_0xeebf4f={'m1Prime':_0x10f148,'m2Prime':_0x9c3935};if(_0x10f148[_0x4033bb(0x1d2)]['unitId']!==_0x9c3935[_0x4033bb(0x1d2)]['unitId']||_0x10f148[_0x4033bb(0x1d2)]['subUnitId']!==_0x9c3935[_0x4033bb(0x1d2)][_0x4033bb(0x15c)])return _0xeebf4f;const _0x33c006=_0x10f148[_0x4033bb(0x1d2)][_0x4033bb(0x192)][_0x4033bb(0x164)](_0x89c598=>_0x89c598[_0x4033bb(0x206)])[_0x4033bb(0x2ba)](),_0x1a881b=_0x9c3935['params'][_0x4033bb(0x219)];return _0x33c006['some'](_0xc695c0=>Rectangle['intersects'](_0xc695c0,_0x1a881b))?{'error':new Error(_0x4033bb(0x25e))}:_0xeebf4f;},'handler')},addRangeProtectionWithMoveCol={'m1':AddRangeProtectionMutation['id'],'m2':MoveColsMutation['id'],'handler':__name((_0x2a42f4,_0x316300)=>{const _0xcf0acb=_0x3177e2,_0xff352e={'m1Prime':_0x2a42f4,'m2Prime':_0x316300};if(_0x2a42f4[_0xcf0acb(0x1d2)][_0xcf0acb(0x1f1)]!==_0x316300[_0xcf0acb(0x1d2)][_0xcf0acb(0x1f1)]||_0x2a42f4[_0xcf0acb(0x1d2)][_0xcf0acb(0x15c)]!==_0x316300[_0xcf0acb(0x1d2)]['subUnitId'])return _0xff352e;const _0x52e3c9=_0x2a42f4[_0xcf0acb(0x1d2)][_0xcf0acb(0x192)][_0xcf0acb(0x164)](_0x1c97c6=>_0x1c97c6[_0xcf0acb(0x206)])[_0xcf0acb(0x2ba)](),_0x25c744=[_0x316300[_0xcf0acb(0x1d2)][_0xcf0acb(0x1a2)],_0x316300['params']['targetRange']];return _0x52e3c9[_0xcf0acb(0x1ec)](_0xc9b1f9=>_0x25c744[_0xcf0acb(0x1ec)](_0x25a3b6=>Rectangle['intersects'](_0xc9b1f9,_0x25a3b6)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col')}:_0xff352e;},'handler')},addRangeProtectionWithMoveRange={'m1':AddRangeProtectionMutation['id'],'m2':MoveRangeMutation['id'],'handler':__name((_0x243b6a,_0x3dc137)=>{const _0x15eb08=_0x3177e2,_0x534f90={'m1Prime':_0x243b6a,'m2Prime':_0x3dc137};if(_0x243b6a[_0x15eb08(0x1d2)][_0x15eb08(0x1f1)]!==_0x3dc137['params'][_0x15eb08(0x1f1)]||_0x243b6a[_0x15eb08(0x1d2)][_0x15eb08(0x15c)]!==_0x3dc137['params'][_0x15eb08(0x1df)]['subUnitId'])return _0x534f90;const _0x2fc369=_0x243b6a['params']['rules'][_0x15eb08(0x164)](_0x2c3edb=>_0x2c3edb[_0x15eb08(0x206)])[_0x15eb08(0x2ba)](),_0x3b3794=new ObjectMatrix(_0x3dc137[_0x15eb08(0x1d2)]['from'][_0x15eb08(0x238)])[_0x15eb08(0x122)](),_0x391ae5=new ObjectMatrix(_0x3dc137[_0x15eb08(0x1d2)]['to'][_0x15eb08(0x238)])[_0x15eb08(0x122)](),_0x1120e7=[_0x3b3794,_0x391ae5];return _0x2fc369['some'](_0x42486d=>_0x1120e7['some'](_0xa8100f=>Rectangle[_0x15eb08(0x153)](_0x42486d,_0xa8100f)))?{'error':new Error(_0x15eb08(0x291))}:_0x534f90;},_0x3177e2(0x21c))},addRangeProtectionWithMoveRow={'m1':AddRangeProtectionMutation['id'],'m2':MoveRowsMutation['id'],'handler':__name((_0x42a6e5,_0x24a38d)=>{const _0x24850a=_0x3177e2,_0x1ad5ad={'m1Prime':_0x42a6e5,'m2Prime':_0x24a38d};if(_0x42a6e5[_0x24850a(0x1d2)]['unitId']!==_0x24a38d[_0x24850a(0x1d2)][_0x24850a(0x1f1)]||_0x42a6e5['params'][_0x24850a(0x15c)]!==_0x24a38d['params'][_0x24850a(0x15c)])return _0x1ad5ad;const _0x459989=_0x42a6e5[_0x24850a(0x1d2)][_0x24850a(0x192)][_0x24850a(0x164)](_0xf5e9b3=>_0xf5e9b3[_0x24850a(0x206)])[_0x24850a(0x2ba)](),_0x3ca136=[_0x24a38d['params'][_0x24850a(0x1a2)],_0x24a38d[_0x24850a(0x1d2)]['targetRange']];return _0x459989[_0x24850a(0x1ec)](_0x1f1c85=>_0x3ca136[_0x24850a(0x1ec)](_0x2183aa=>Rectangle[_0x24850a(0x153)](_0x1f1c85,_0x2183aa)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row')}:_0x1ad5ad;},_0x3177e2(0x21c))},addRangeProtectionWithRemoveCol={'m1':AddRangeProtectionMutation['id'],'m2':RemoveColMutation['id'],'handler':__name((_0x2cc585,_0x3e5fdd)=>{const _0x1e5aee=_0x3177e2,_0x395270={'m1Prime':_0x2cc585,'m2Prime':_0x3e5fdd};if(_0x2cc585[_0x1e5aee(0x1d2)][_0x1e5aee(0x1f1)]!==_0x3e5fdd[_0x1e5aee(0x1d2)]['unitId']||_0x2cc585[_0x1e5aee(0x1d2)]['subUnitId']!==_0x3e5fdd[_0x1e5aee(0x1d2)][_0x1e5aee(0x15c)])return _0x395270;const _0x434fda=_0x2cc585[_0x1e5aee(0x1d2)][_0x1e5aee(0x192)][_0x1e5aee(0x164)](_0xefc527=>_0xefc527[_0x1e5aee(0x206)])[_0x1e5aee(0x2ba)](),_0x23a6d4=_0x3e5fdd[_0x1e5aee(0x1d2)][_0x1e5aee(0x219)];return _0x434fda[_0x1e5aee(0x1ec)](_0x5996ba=>Rectangle[_0x1e5aee(0x153)](_0x5996ba,_0x23a6d4))?{'error':new Error(_0x1e5aee(0x22b))}:_0x395270;},_0x3177e2(0x21c))},addRangeProtectionWithRemoveDataValidation={'m1':AddRangeProtectionMutation['id'],'m2':RemoveDataValidationMutation['id'],'handler':__name((_0x3eb4c3,_0x4702fe)=>{const _0x19f1eb=_0x3177e2,_0x29adab={'m1Prime':_0x3eb4c3,'m2Prime':_0x4702fe};return _0x3eb4c3[_0x19f1eb(0x1d2)][_0x19f1eb(0x1f1)]!==_0x4702fe['params']['unitId']||_0x3eb4c3[_0x19f1eb(0x1d2)]['subUnitId']!==_0x4702fe['params'][_0x19f1eb(0x15c)]?_0x29adab:{'error':new Error(_0x19f1eb(0x17c))};},'handler')},addRangeProtectionWithRemoveNumfmt={'m1':AddRangeProtectionMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler':__name((_0x4b64de,_0x72bd72)=>{const _0xb57a0d=_0x3177e2,_0x788d8d={'m1Prime':_0x4b64de,'m2Prime':_0x72bd72};if(_0x4b64de[_0xb57a0d(0x1d2)][_0xb57a0d(0x1f1)]!==_0x72bd72[_0xb57a0d(0x1d2)][_0xb57a0d(0x1f1)]||_0x4b64de[_0xb57a0d(0x1d2)]['subUnitId']!==_0x72bd72[_0xb57a0d(0x1d2)][_0xb57a0d(0x15c)])return _0x788d8d;const _0xa2ad8f=_0x4b64de[_0xb57a0d(0x1d2)][_0xb57a0d(0x192)][_0xb57a0d(0x164)](_0x286804=>_0x286804[_0xb57a0d(0x206)])[_0xb57a0d(0x2ba)](),_0x2e074c=_0x72bd72[_0xb57a0d(0x1d2)]['ranges'];return _0xa2ad8f['some'](_0x1ac50a=>_0x2e074c[_0xb57a0d(0x1ec)](_0x2e4147=>Rectangle[_0xb57a0d(0x153)](_0x1ac50a,_0x2e4147)))?{'error':new Error(_0xb57a0d(0x18e))}:_0x788d8d;},_0x3177e2(0x21c))},addRangeProtectionWithRemoveFilter={'m1':AddRangeProtectionMutation['id'],'m2':RemoveSheetsFilterMutation['id'],'handler':__name((_0xcac8e,_0x5b9314)=>{const _0x5e7f12=_0x3177e2,_0x23c11b={'m1Prime':_0xcac8e,'m2Prime':_0x5b9314};return _0xcac8e[_0x5e7f12(0x1d2)]['unitId']!==_0x5b9314[_0x5e7f12(0x1d2)]['unitId']||_0xcac8e[_0x5e7f12(0x1d2)][_0x5e7f12(0x15c)]!==_0x5b9314[_0x5e7f12(0x1d2)][_0x5e7f12(0x15c)]?_0x23c11b:{'error':new Error(_0x5e7f12(0x21d))};},_0x3177e2(0x21c))},addRangeProtectionWithRemoveWorksheetMerge={'m1':AddRangeProtectionMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler':__name((_0x1bb765,_0x461d83)=>{const _0x9cdffe=_0x3177e2,_0x2e6dce={'m1Prime':_0x1bb765,'m2Prime':_0x461d83};if(_0x1bb765['params'][_0x9cdffe(0x1f1)]!==_0x461d83[_0x9cdffe(0x1d2)][_0x9cdffe(0x1f1)]||_0x1bb765[_0x9cdffe(0x1d2)][_0x9cdffe(0x15c)]!==_0x461d83[_0x9cdffe(0x1d2)][_0x9cdffe(0x15c)])return _0x2e6dce;const _0x5d7c35=_0x1bb765[_0x9cdffe(0x1d2)]['rules'][_0x9cdffe(0x164)](_0x598cf8=>_0x598cf8[_0x9cdffe(0x206)])[_0x9cdffe(0x2ba)](),_0x483ed5=_0x461d83['params']['ranges'];return _0x5d7c35[_0x9cdffe(0x1ec)](_0x2fa387=>_0x483ed5['some'](_0x42ee0c=>Rectangle[_0x9cdffe(0x153)](_0x2fa387,_0x42ee0c)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge')}:_0x2e6dce;},_0x3177e2(0x21c))},addRangeProtectionWithSetConditionalFormattingRule={'m1':AddRangeProtectionMutation['id'],'m2':SetConditionalRuleMutation['id'],'handler':__name((_0x5e202d,_0x5251ec)=>{const _0x462d7c=_0x3177e2,_0x12c295={'m1Prime':_0x5e202d,'m2Prime':_0x5251ec};if(_0x5e202d[_0x462d7c(0x1d2)]['unitId']!==_0x5251ec['params'][_0x462d7c(0x1f1)]||_0x5e202d[_0x462d7c(0x1d2)][_0x462d7c(0x15c)]!==_0x5251ec[_0x462d7c(0x1d2)][_0x462d7c(0x15c)])return _0x12c295;const _0x50a088=_0x5e202d[_0x462d7c(0x1d2)][_0x462d7c(0x192)]['map'](_0x5b38ed=>_0x5b38ed[_0x462d7c(0x206)])[_0x462d7c(0x2ba)](),_0x26a8f1=_0x5251ec[_0x462d7c(0x1d2)][_0x462d7c(0x27d)]['ranges'];return _0x50a088['some'](_0x303a25=>_0x26a8f1[_0x462d7c(0x1ec)](_0x3738fe=>Rectangle[_0x462d7c(0x153)](_0x303a25,_0x3738fe)))?{'error':new Error(_0x462d7c(0x124))}:_0x12c295;},_0x3177e2(0x21c))},addRangeProtectionWithSetFrozen={'m1':AddRangeProtectionMutation['id'],'m2':SetFrozenMutation['id'],'handler':__name((_0x11104b,_0x4df825)=>{const _0x313675=_0x3177e2,_0x31ddd2={'m1Prime':_0x11104b,'m2Prime':_0x4df825};if(_0x11104b[_0x313675(0x1d2)][_0x313675(0x1f1)]!==_0x4df825[_0x313675(0x1d2)][_0x313675(0x1f1)]||_0x11104b[_0x313675(0x1d2)][_0x313675(0x15c)]!==_0x4df825[_0x313675(0x1d2)][_0x313675(0x15c)])return _0x31ddd2;const _0x37befe=_0x11104b['params'][_0x313675(0x192)][_0x313675(0x164)](_0x595845=>_0x595845[_0x313675(0x206)])['flat'](),_0x46fbe6=[{'startRow':_0x4df825['params'][_0x313675(0x103)],'endRow':_0x4df825['params'][_0x313675(0x103)],'startColumn':_0x4df825[_0x313675(0x1d2)][_0x313675(0x26b)],'endColumn':_0x4df825[_0x313675(0x1d2)][_0x313675(0x26b)]}];return _0x37befe['some'](_0x928dc7=>_0x46fbe6[_0x313675(0x1ec)](_0x27b5c0=>Rectangle['intersects'](_0x928dc7,_0x27b5c0)))?{'error':new Error(_0x313675(0x148))}:_0x31ddd2;},_0x3177e2(0x21c))},addRangeProtectionWithSetNumfmt={'m1':AddRangeProtectionMutation['id'],'m2':SetNumfmtMutation['id'],'handler':__name((_0x64a0ba,_0x404a3c)=>{const _0x5e5d93=_0x3177e2,_0x2d4a5e={'m1Prime':_0x64a0ba,'m2Prime':_0x404a3c};return _0x64a0ba[_0x5e5d93(0x1d2)][_0x5e5d93(0x1f1)]!==_0x404a3c['params'][_0x5e5d93(0x1f1)]||_0x64a0ba['params'][_0x5e5d93(0x15c)]!==_0x404a3c[_0x5e5d93(0x1d2)][_0x5e5d93(0x15c)]?_0x2d4a5e:{'error':new Error(_0x5e5d93(0x295))};},_0x3177e2(0x21c))},addRangeProtectionWithSetRangeProtection={'m1':AddRangeProtectionMutation['id'],'m2':SetRangeProtectionMutation['id'],'handler':__name((_0x36d7f1,_0x53de44)=>{const _0x155912=_0x3177e2,_0x3af89f={'m1Prime':_0x36d7f1,'m2Prime':_0x53de44};if(_0x36d7f1[_0x155912(0x1d2)][_0x155912(0x1f1)]!==_0x53de44[_0x155912(0x1d2)][_0x155912(0x1f1)]||_0x36d7f1['params'][_0x155912(0x15c)]!==_0x53de44[_0x155912(0x1d2)][_0x155912(0x15c)])return _0x3af89f;const _0x5cadbc=_0x36d7f1[_0x155912(0x1d2)]['rules']['map'](_0xe0772b=>_0xe0772b['ranges'])['flat'](),_0x578789=_0x53de44[_0x155912(0x1d2)][_0x155912(0x27d)][_0x155912(0x206)];return _0x5cadbc[_0x155912(0x1ec)](_0x35986f=>_0x578789[_0x155912(0x1ec)](_0x70ee24=>Rectangle[_0x155912(0x153)](_0x35986f,_0x70ee24)))?{'error':new Error(_0x155912(0x110))}:_0x3af89f;},_0x3177e2(0x21c))},addRangeProtectionWithSetRangeValue={'m1':AddRangeProtectionMutation['id'],'m2':SetRangeValuesMutation['id'],'handler':__name((_0x3a83c7,_0x182b8b)=>{const _0x7d6970=_0x3177e2,_0x398ffa={'m1Prime':_0x3a83c7,'m2Prime':_0x182b8b};if(_0x3a83c7[_0x7d6970(0x1d2)][_0x7d6970(0x1f1)]!==_0x182b8b['params']['unitId']||_0x3a83c7[_0x7d6970(0x1d2)][_0x7d6970(0x15c)]!==_0x182b8b[_0x7d6970(0x1d2)]['subUnitId'])return _0x398ffa;const _0x3f0ce9=_0x3a83c7[_0x7d6970(0x1d2)]['rules']['map'](_0x33115b=>_0x33115b[_0x7d6970(0x206)])[_0x7d6970(0x2ba)](),_0x5a777d=new ObjectMatrix(_0x182b8b['params'][_0x7d6970(0x162)])['getDataRange']();return _0x3f0ce9[_0x7d6970(0x1ec)](_0x5ea68f=>Rectangle[_0x7d6970(0x153)](_0x5ea68f,_0x5a777d))?{'error':new Error(_0x7d6970(0x218))}:_0x398ffa;},'handler')},addRangeProtectionWithSetWorksheetColWidth={'m1':AddRangeProtectionMutation['id'],'m2':SetWorksheetColWidthMutation['id'],'handler':__name((_0x4ffb29,_0x330c40)=>{const _0x29e8f4=_0x3177e2,_0x5093dd={'m1Prime':_0x4ffb29,'m2Prime':_0x330c40};if(_0x4ffb29['params'][_0x29e8f4(0x1f1)]!==_0x330c40[_0x29e8f4(0x1d2)][_0x29e8f4(0x1f1)]||_0x4ffb29[_0x29e8f4(0x1d2)][_0x29e8f4(0x15c)]!==_0x330c40[_0x29e8f4(0x1d2)]['subUnitId'])return _0x5093dd;const _0x5dcbd9=_0x4ffb29['params'][_0x29e8f4(0x192)][_0x29e8f4(0x164)](_0x596903=>_0x596903[_0x29e8f4(0x206)])[_0x29e8f4(0x2ba)](),_0x5641e4=_0x330c40[_0x29e8f4(0x1d2)][_0x29e8f4(0x206)];return _0x5dcbd9['some'](_0x14e4bb=>_0x5641e4[_0x29e8f4(0x1ec)](_0x46a9b2=>Rectangle[_0x29e8f4(0x153)](_0x14e4bb,_0x46a9b2)))?{'error':new Error(_0x29e8f4(0x1b8))}:_0x5093dd;},_0x3177e2(0x21c))},addRangeProtectionWithUpdateComment={'m1':AddRangeProtectionMutation['id'],'m2':UpdateCommentMutation['id'],'handler':__name((_0x1c6350,_0x27fdb8)=>{const _0x1fa1ba=_0x3177e2,_0x36d79f={'m1Prime':_0x1c6350,'m2Prime':_0x27fdb8};return _0x1c6350[_0x1fa1ba(0x1d2)][_0x1fa1ba(0x1f1)]!==_0x27fdb8[_0x1fa1ba(0x1d2)][_0x1fa1ba(0x1f1)]||_0x1c6350[_0x1fa1ba(0x1d2)][_0x1fa1ba(0x15c)]!==_0x27fdb8['params'][_0x1fa1ba(0x15c)]?_0x36d79f:{'error':new Error(_0x1fa1ba(0x198))};},_0x3177e2(0x21c))},addRangeProtectionWithUpdateDataValidation={'m1':AddRangeProtectionMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x4ffde9,_0x1283dc)=>{const _0x3a626c=_0x3177e2,_0x522342={'m1Prime':_0x4ffde9,'m2Prime':_0x1283dc};return _0x4ffde9['params'][_0x3a626c(0x1f1)]!==_0x1283dc[_0x3a626c(0x1d2)][_0x3a626c(0x1f1)]||_0x4ffde9[_0x3a626c(0x1d2)][_0x3a626c(0x15c)]!==_0x1283dc[_0x3a626c(0x1d2)][_0x3a626c(0x15c)]?_0x522342:{'error':new Error(_0x3a626c(0x29f))};},_0x3177e2(0x21c))},addWorksheetMergeMutationWithSelf={'m1':AddWorksheetMergeMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x486212,_0x242ff0){const _0x2489f4=_0x3177e2,_0x4abc50=Tools[_0x2489f4(0x1bb)](_0x486212),_0x25c84b=Tools['deepClone'](_0x242ff0);if(_0x486212[_0x2489f4(0x1d2)][_0x2489f4(0x1f1)]!==_0x242ff0[_0x2489f4(0x1d2)][_0x2489f4(0x1f1)]||_0x486212[_0x2489f4(0x1d2)]['subUnitId']!==_0x242ff0[_0x2489f4(0x1d2)]['subUnitId'])return{'m1Prime':_0x4abc50,'m2Prime':_0x25c84b};const _0x303ed1=_0x4abc50[_0x2489f4(0x1d2)][_0x2489f4(0x206)],_0x5480d0=_0x25c84b[_0x2489f4(0x1d2)]['ranges'],_0x5a0db9=[_0x25c84b],_0x10cff7=new Set();for(let _0x13c733=0x0;_0x13c733<_0x303ed1[_0x2489f4(0x13d)];_0x13c733++)for(let _0x4e4e66=0x0;_0x4e4e66<_0x5480d0[_0x2489f4(0x13d)];_0x4e4e66++)if(Rectangle[_0x2489f4(0x153)](_0x303ed1[_0x13c733],_0x5480d0[_0x4e4e66])){_0x10cff7[_0x2489f4(0xf6)](_0x303ed1[_0x13c733]),_0x303ed1['splice'](_0x13c733,0x1),_0x13c733--;break;}return _0x10cff7[_0x2489f4(0x237)]>0x0&&_0x5a0db9[_0x2489f4(0x1f5)]({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x486212[_0x2489f4(0x1d2)]['unitId'],'subUnitId':_0x486212['params'][_0x2489f4(0x15c)],'ranges':Array['from'](_0x10cff7)}}),_0x303ed1[_0x2489f4(0x13d)]===0x0&&(_0x4abc50['id']=EmptyMutation['id']),{'m1Prime':_0x4abc50,'m2Prime':_0x5a0db9[_0x2489f4(0x13d)]>0x1?_0x5a0db9:_0x25c84b};}},addWorksheetMergeMutationWithInsertColMutation={'m1':AddWorksheetMergeMutation['id'],'m2':InsertColMutation['id'],'handler'(_0x26edab,_0x109c06){const _0xb563b9=_0x3177e2,_0x94bce4=Tools[_0xb563b9(0x1bb)](_0x26edab),_0x2d5029=Tools[_0xb563b9(0x1bb)](_0x109c06);if(_0x26edab[_0xb563b9(0x1d2)][_0xb563b9(0x1f1)]!==_0x109c06[_0xb563b9(0x1d2)][_0xb563b9(0x1f1)]||_0x26edab[_0xb563b9(0x1d2)]['subUnitId']!==_0x109c06[_0xb563b9(0x1d2)][_0xb563b9(0x15c)])return{'m1Prime':_0x94bce4,'m2Prime':_0x2d5029};const _0x134dd9=_0x26edab[_0xb563b9(0x1d2)][_0xb563b9(0x1f1)],_0x5bcfb5=_0x26edab['params'][_0xb563b9(0x15c)],_0x118be0=[_0x2d5029],_0x4baa4e=[],_0x513b15=[];return _0x94bce4[_0xb563b9(0x1d2)][_0xb563b9(0x206)][_0xb563b9(0x2b6)](_0x39aa6e=>{const _0x418099=_0xb563b9,_0x35a791=_0x109c06[_0x418099(0x1d2)][_0x418099(0x219)],_0x1a7d4e=_0x35a791['endColumn']-_0x35a791[_0x418099(0x26b)]+0x1;_0x35a791[_0x418099(0x26b)]<=_0x39aa6e[_0x418099(0x26b)]?(_0x4baa4e['push']({..._0x39aa6e}),_0x513b15[_0x418099(0x2a4)]({..._0x39aa6e,'startColumn':_0x39aa6e[_0x418099(0x26b)]+_0x1a7d4e,'endColumn':_0x39aa6e[_0x418099(0x2a3)]+_0x1a7d4e}),_0x39aa6e['startColumn']=_0x39aa6e[_0x418099(0x26b)]+_0x1a7d4e,_0x39aa6e[_0x418099(0x2a3)]=_0x39aa6e[_0x418099(0x2a3)]+_0x1a7d4e):_0x35a791[_0x418099(0x26b)]>_0x39aa6e[_0x418099(0x26b)]&&_0x35a791[_0x418099(0x26b)]<=_0x39aa6e[_0x418099(0x2a3)]&&(_0x4baa4e['push']({..._0x39aa6e}),_0x513b15[_0x418099(0x2a4)]({..._0x39aa6e,'endColumn':_0x39aa6e['endColumn']+_0x1a7d4e}),_0x39aa6e[_0x418099(0x2a3)]=_0x39aa6e['endColumn']+_0x1a7d4e);}),_0x4baa4e['length']>0x0&&_0x118be0['unshift']({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x134dd9,'subUnitId':_0x5bcfb5,'ranges':_0x4baa4e}}),_0x513b15[_0xb563b9(0x13d)]>0x0&&_0x118be0[_0xb563b9(0x2a4)]({'id':AddWorksheetMergeMutation['id'],'params':{'unitId':_0x134dd9,'subUnitId':_0x5bcfb5,'ranges':_0x513b15}}),{'m1Prime':_0x94bce4,'m2Prime':_0x118be0[_0xb563b9(0x13d)]>0x1?_0x118be0:_0x118be0[0x0]};}},addWorksheetMergeMutationWithInsertRowMutation={'m1':AddWorksheetMergeMutation['id'],'m2':InsertRowMutation['id'],'handler'(_0x429238,_0x4e50a1){const _0x3d686e=_0x3177e2,_0x24f412=Tools[_0x3d686e(0x1bb)](_0x429238),_0x351be3=Tools[_0x3d686e(0x1bb)](_0x4e50a1);if(_0x429238[_0x3d686e(0x1d2)][_0x3d686e(0x1f1)]!==_0x4e50a1[_0x3d686e(0x1d2)][_0x3d686e(0x1f1)]||_0x429238[_0x3d686e(0x1d2)][_0x3d686e(0x15c)]!==_0x4e50a1['params'][_0x3d686e(0x15c)])return{'m1Prime':_0x24f412,'m2Prime':_0x351be3};const _0x4a9fb0=_0x429238['params']['unitId'],_0x271294=_0x429238[_0x3d686e(0x1d2)][_0x3d686e(0x15c)],_0x5af87e=[_0x351be3],_0x44819f=[],_0x4151f8=[];return _0x24f412[_0x3d686e(0x1d2)][_0x3d686e(0x206)][_0x3d686e(0x2b6)](_0x442792=>{const _0x4cbe84=_0x3d686e,_0x1aa69d=_0x4e50a1['params'][_0x4cbe84(0x219)],_0x982a02=_0x1aa69d[_0x4cbe84(0x239)]-_0x1aa69d['startRow']+0x1;_0x1aa69d[_0x4cbe84(0x103)]<=_0x442792[_0x4cbe84(0x103)]?(_0x44819f[_0x4cbe84(0x2a4)]({..._0x442792}),_0x4151f8[_0x4cbe84(0x2a4)]({..._0x442792,'startRow':_0x442792[_0x4cbe84(0x103)]+_0x982a02,'endRow':_0x442792[_0x4cbe84(0x239)]+_0x982a02}),_0x442792['startRow']=_0x442792['startRow']+_0x982a02,_0x442792['endRow']=_0x442792['endRow']+_0x982a02):_0x1aa69d[_0x4cbe84(0x103)]>_0x442792['startRow']&&_0x1aa69d['startRow']<=_0x442792['endRow']&&(_0x44819f[_0x4cbe84(0x2a4)]({..._0x442792}),_0x4151f8[_0x4cbe84(0x2a4)]({..._0x442792,'endRow':_0x442792[_0x4cbe84(0x239)]+_0x982a02}),_0x442792[_0x4cbe84(0x239)]=_0x442792['endRow']+_0x982a02);}),_0x44819f[_0x3d686e(0x13d)]>0x0&&_0x5af87e['unshift']({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x4a9fb0,'subUnitId':_0x271294,'ranges':_0x44819f}}),_0x4151f8['length']>0x0&&_0x5af87e[_0x3d686e(0x2a4)]({'id':AddWorksheetMergeMutation['id'],'params':{'unitId':_0x4a9fb0,'subUnitId':_0x271294,'ranges':_0x4151f8}}),{'m1Prime':_0x24f412,'m2Prime':_0x5af87e['length']>0x1?_0x5af87e:_0x5af87e[0x0]};}},addWorksheetMergeMutationWithMoveColMutation={'m1':AddWorksheetMergeMutation['id'],'m2':MoveColsMutation['id'],'handler'(_0x49274a,_0x26030e){const _0x12254f=_0x3177e2,_0x2765b9=Tools[_0x12254f(0x1bb)](_0x49274a),_0x478f23=Tools[_0x12254f(0x1bb)](_0x26030e);if(_0x49274a[_0x12254f(0x1d2)][_0x12254f(0x1f1)]!==_0x26030e[_0x12254f(0x1d2)][_0x12254f(0x1f1)]||_0x49274a['params'][_0x12254f(0x15c)]!==_0x26030e[_0x12254f(0x1d2)]['subUnitId'])return{'m1Prime':_0x2765b9,'m2Prime':_0x478f23};const _0x12c37d=[],_0x5168ff=[],_0x3b1999=[_0x478f23];for(let _0x5da531=0x0;_0x5da531<_0x2765b9[_0x12254f(0x1d2)][_0x12254f(0x206)][_0x12254f(0x13d)];_0x5da531++){const _0x471ef1=_0x2765b9['params']['ranges'][_0x5da531],{sourceRange:_0x38ae50,targetRange:_0x12373b}=_0x26030e['params'];Rectangle[_0x12254f(0x153)](_0x471ef1,_0x38ae50)||Rectangle[_0x12254f(0x153)](_0x471ef1,_0x12373b)?(_0x12c37d[_0x12254f(0x2a4)]({..._0x471ef1}),_0x2765b9[_0x12254f(0x1d2)][_0x12254f(0x206)][_0x12254f(0xe6)](_0x5da531,0x1),_0x5da531--):_0x38ae50[_0x12254f(0x26b)]<_0x471ef1[_0x12254f(0x26b)]&&_0x12373b[_0x12254f(0x26b)]>_0x471ef1[_0x12254f(0x2a3)]?(_0x12c37d['push']({..._0x471ef1}),_0x5168ff[_0x12254f(0x2a4)]({..._0x471ef1,'startColumn':_0x471ef1[_0x12254f(0x26b)]-(_0x38ae50['endColumn']-_0x38ae50[_0x12254f(0x26b)]+0x1),'endColumn':_0x471ef1[_0x12254f(0x2a3)]-(_0x38ae50[_0x12254f(0x2a3)]-_0x38ae50[_0x12254f(0x26b)]+0x1)}),_0x471ef1[_0x12254f(0x26b)]=_0x471ef1[_0x12254f(0x26b)]-(_0x38ae50[_0x12254f(0x2a3)]-_0x38ae50['startColumn']+0x1),_0x471ef1[_0x12254f(0x2a3)]=_0x471ef1[_0x12254f(0x2a3)]-(_0x38ae50['endColumn']-_0x38ae50['startColumn']+0x1)):_0x38ae50[_0x12254f(0x26b)]>_0x471ef1[_0x12254f(0x2a3)]&&_0x12373b[_0x12254f(0x2a3)]<_0x471ef1[_0x12254f(0x26b)]&&(_0x12c37d[_0x12254f(0x2a4)]({..._0x471ef1}),_0x5168ff['push']({..._0x471ef1,'startColumn':_0x471ef1[_0x12254f(0x26b)]+(_0x38ae50['endColumn']-_0x38ae50[_0x12254f(0x26b)]+0x1),'endColumn':_0x471ef1[_0x12254f(0x2a3)]+(_0x38ae50[_0x12254f(0x2a3)]-_0x38ae50[_0x12254f(0x26b)]+0x1)}),_0x471ef1[_0x12254f(0x26b)]=_0x471ef1[_0x12254f(0x26b)]+(_0x38ae50['endColumn']-_0x38ae50[_0x12254f(0x26b)]+0x1),_0x471ef1[_0x12254f(0x2a3)]=_0x471ef1[_0x12254f(0x2a3)]+(_0x38ae50[_0x12254f(0x2a3)]-_0x38ae50[_0x12254f(0x26b)]+0x1));}return _0x12c37d[_0x12254f(0x13d)]>0x0&&_0x3b1999[_0x12254f(0x1f5)]({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x49274a[_0x12254f(0x1d2)][_0x12254f(0x1f1)],'subUnitId':_0x49274a[_0x12254f(0x1d2)][_0x12254f(0x15c)],'ranges':_0x12c37d}}),_0x5168ff[_0x12254f(0x13d)]>0x0&&_0x3b1999['push']({'id':AddWorksheetMergeMutation['id'],'params':{'unitId':_0x49274a[_0x12254f(0x1d2)]['unitId'],'subUnitId':_0x49274a['params']['subUnitId'],'ranges':_0x5168ff}}),_0x2765b9[_0x12254f(0x1d2)][_0x12254f(0x206)][_0x12254f(0x13d)]===0x0&&(_0x2765b9['id']=EmptyMutation['id']),{'m1Prime':_0x2765b9,'m2Prime':_0x3b1999[_0x12254f(0x13d)]>0x1?_0x3b1999:_0x3b1999[0x0]};}},addWorksheetMergeMutationWithMoveRangeMutation={'m1':AddWorksheetMergeMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x3c7f04,_0x5f0a6b){const _0x157c6d=_0x3177e2,_0x1526db=Tools[_0x157c6d(0x1bb)](_0x3c7f04),_0x48ca58=Tools[_0x157c6d(0x1bb)](_0x5f0a6b);if(_0x3c7f04[_0x157c6d(0x1d2)][_0x157c6d(0x1f1)]!==_0x5f0a6b[_0x157c6d(0x1d2)][_0x157c6d(0x1f1)])return{'m1Prime':_0x1526db,'m2Prime':_0x48ca58};const _0x9be2dc=[],_0x993e3a=[_0x48ca58],_0x243a56=new ObjectMatrix(_0x5f0a6b[_0x157c6d(0x1d2)][_0x157c6d(0x1df)][_0x157c6d(0x238)])[_0x157c6d(0x122)](),_0xd01351=new ObjectMatrix(_0x5f0a6b[_0x157c6d(0x1d2)]['to'][_0x157c6d(0x238)])[_0x157c6d(0x122)]();for(let _0x1dfb03=0x0;_0x1dfb03<_0x1526db[_0x157c6d(0x1d2)][_0x157c6d(0x206)][_0x157c6d(0x13d)];_0x1dfb03++){const _0x3d4534=_0x1526db[_0x157c6d(0x1d2)][_0x157c6d(0x206)][_0x1dfb03];(Rectangle[_0x157c6d(0x153)](_0x243a56,_0x3d4534)||Rectangle[_0x157c6d(0x153)](_0xd01351,_0x3d4534))&&(_0x9be2dc[_0x157c6d(0x2a4)](_0x3d4534),_0x1526db[_0x157c6d(0x1d2)][_0x157c6d(0x206)][_0x157c6d(0xe6)](_0x1dfb03,0x1),_0x1dfb03--);}return _0x9be2dc[_0x157c6d(0x13d)]>0x0&&_0x993e3a[_0x157c6d(0x1f5)]({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x3c7f04['params'][_0x157c6d(0x1f1)],'subUnitId':_0x3c7f04[_0x157c6d(0x1d2)][_0x157c6d(0x15c)],'ranges':_0x9be2dc}}),_0x1526db[_0x157c6d(0x1d2)]['ranges'][_0x157c6d(0x13d)]===0x0&&(_0x1526db['id']=EmptyMutation['id']),{'m1Prime':_0x1526db,'m2Prime':_0x993e3a[_0x157c6d(0x13d)]>0x1?_0x993e3a:_0x993e3a[0x0]};}},addWorksheetMergeMutationWithMoveRowMutation={'m1':AddWorksheetMergeMutation['id'],'m2':MoveRowsMutation['id'],'handler'(_0x1ff3b5,_0x469cd8){const _0x12af34=_0x3177e2,_0x410fde=Tools[_0x12af34(0x1bb)](_0x1ff3b5),_0x3d9f30=Tools['deepClone'](_0x469cd8);if(_0x1ff3b5[_0x12af34(0x1d2)][_0x12af34(0x1f1)]!==_0x469cd8[_0x12af34(0x1d2)][_0x12af34(0x1f1)]||_0x1ff3b5[_0x12af34(0x1d2)][_0x12af34(0x15c)]!==_0x469cd8['params'][_0x12af34(0x15c)])return{'m1Prime':_0x410fde,'m2Prime':_0x3d9f30};const _0x14a8fc=[],_0x15215d=[],_0x1f75dc=[_0x3d9f30];for(let _0x2a4bb6=0x0;_0x2a4bb6<_0x410fde[_0x12af34(0x1d2)][_0x12af34(0x206)]['length'];_0x2a4bb6++){const _0x514120=_0x410fde['params'][_0x12af34(0x206)][_0x2a4bb6],{sourceRange:_0x39595b,targetRange:_0x3a17f2}=_0x469cd8[_0x12af34(0x1d2)];Rectangle[_0x12af34(0x153)](_0x514120,_0x39595b)||Rectangle[_0x12af34(0x153)](_0x514120,_0x3a17f2)?(_0x14a8fc[_0x12af34(0x2a4)]({..._0x514120}),_0x410fde[_0x12af34(0x1d2)]['ranges']['splice'](_0x2a4bb6,0x1),_0x2a4bb6--):_0x39595b[_0x12af34(0x103)]<_0x514120['startRow']&&_0x3a17f2['startRow']>_0x514120[_0x12af34(0x239)]?(_0x14a8fc[_0x12af34(0x2a4)]({..._0x514120}),_0x15215d[_0x12af34(0x2a4)]({..._0x514120,'startRow':_0x514120[_0x12af34(0x103)]-(_0x39595b[_0x12af34(0x239)]-_0x39595b['startRow']+0x1),'endRow':_0x514120[_0x12af34(0x239)]-(_0x39595b['endRow']-_0x39595b[_0x12af34(0x103)]+0x1)}),_0x514120[_0x12af34(0x103)]=_0x514120[_0x12af34(0x103)]-(_0x39595b[_0x12af34(0x239)]-_0x39595b[_0x12af34(0x103)]+0x1),_0x514120['endRow']=_0x514120[_0x12af34(0x239)]-(_0x39595b[_0x12af34(0x239)]-_0x39595b[_0x12af34(0x103)]+0x1)):_0x39595b[_0x12af34(0x103)]>_0x514120[_0x12af34(0x239)]&&_0x3a17f2[_0x12af34(0x239)]<_0x514120[_0x12af34(0x103)]&&(_0x14a8fc[_0x12af34(0x2a4)]({..._0x514120}),_0x15215d['push']({..._0x514120,'startRow':_0x514120[_0x12af34(0x103)]+(_0x39595b[_0x12af34(0x239)]-_0x39595b['startRow']+0x1),'endRow':_0x514120[_0x12af34(0x239)]+(_0x39595b['endRow']-_0x39595b['startRow']+0x1)}),_0x514120[_0x12af34(0x103)]=_0x514120['startRow']+(_0x39595b[_0x12af34(0x239)]-_0x39595b[_0x12af34(0x103)]+0x1),_0x514120[_0x12af34(0x239)]=_0x514120[_0x12af34(0x239)]+(_0x39595b['endRow']-_0x39595b['startRow']+0x1));}return _0x14a8fc['length']>0x0&&_0x1f75dc[_0x12af34(0x1f5)]({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x1ff3b5[_0x12af34(0x1d2)][_0x12af34(0x1f1)],'subUnitId':_0x1ff3b5[_0x12af34(0x1d2)][_0x12af34(0x15c)],'ranges':_0x14a8fc}}),_0x15215d[_0x12af34(0x13d)]>0x0&&_0x1f75dc[_0x12af34(0x2a4)]({'id':AddWorksheetMergeMutation['id'],'params':{'unitId':_0x1ff3b5['params'][_0x12af34(0x1f1)],'subUnitId':_0x1ff3b5['params'][_0x12af34(0x15c)],'ranges':_0x15215d}}),_0x410fde[_0x12af34(0x1d2)]['ranges'][_0x12af34(0x13d)]===0x0&&(_0x410fde['id']=EmptyMutation['id']),{'m1Prime':_0x410fde,'m2Prime':_0x1f75dc[_0x12af34(0x13d)]>0x1?_0x1f75dc:_0x1f75dc[0x0]};}};function isMergeCell(_0x292528){const _0x7aac47=_0x3177e2;return _0x292528['startColumn']>_0x292528['endColumn']||_0x292528[_0x7aac47(0x103)]>_0x292528[_0x7aac47(0x239)]?!0x1:!(_0x292528['startRow']===_0x292528[_0x7aac47(0x239)]&&_0x292528[_0x7aac47(0x26b)]===_0x292528['endColumn']);}__name(isMergeCell,'isMergeCell');const addWorksheetMergeMutationWithRemoveColMutation={'m1':AddWorksheetMergeMutation['id'],'m2':RemoveColMutation['id'],'handler'(_0x192a0b,_0x1d7ad0){const _0x636972=_0x3177e2,_0x2f92be=Tools[_0x636972(0x1bb)](_0x192a0b),_0x23e8b7=Tools[_0x636972(0x1bb)](_0x1d7ad0);if(_0x192a0b[_0x636972(0x1d2)][_0x636972(0x1f1)]!==_0x1d7ad0[_0x636972(0x1d2)][_0x636972(0x1f1)]||_0x192a0b[_0x636972(0x1d2)][_0x636972(0x15c)]!==_0x1d7ad0['params'][_0x636972(0x15c)])return{'m1Prime':_0x2f92be,'m2Prime':_0x23e8b7};const _0x1a034f=_0x192a0b[_0x636972(0x1d2)]['unitId'],_0x23af76=_0x192a0b[_0x636972(0x1d2)][_0x636972(0x15c)],_0x3705a2=[_0x23e8b7],_0x297381=[],_0x4ba6de=[];for(let _0x23cdcd=0x0;_0x23cdcd<_0x2f92be[_0x636972(0x1d2)][_0x636972(0x206)][_0x636972(0x13d)];_0x23cdcd++){const _0x9d87db=_0x2f92be[_0x636972(0x1d2)][_0x636972(0x206)][_0x23cdcd],_0x1aa786=_0x1d7ad0['params']['range'],_0x35d5fb=_0x1aa786[_0x636972(0x2a3)]-_0x1aa786['startColumn']+0x1;if(_0x1aa786[_0x636972(0x26b)]<_0x9d87db['startColumn']&&_0x1aa786[_0x636972(0x2a3)]<_0x9d87db[_0x636972(0x26b)])_0x297381[_0x636972(0x2a4)]({..._0x9d87db}),_0x4ba6de[_0x636972(0x2a4)]({..._0x9d87db,'startColumn':_0x9d87db['startColumn']-_0x35d5fb,'endColumn':_0x9d87db['endColumn']-_0x35d5fb}),_0x9d87db[_0x636972(0x26b)]=_0x9d87db[_0x636972(0x26b)]-_0x35d5fb,_0x9d87db['endColumn']=_0x9d87db[_0x636972(0x2a3)]-_0x35d5fb;else{if(_0x1aa786[_0x636972(0x26b)]<_0x9d87db['startColumn']&&_0x1aa786[_0x636972(0x2a3)]>=_0x9d87db[_0x636972(0x26b)]&&_0x1aa786['endColumn']<=_0x9d87db['endColumn']){_0x297381[_0x636972(0x2a4)]({..._0x9d87db});const _0x7104d0={..._0x9d87db,'startColumn':_0x1aa786[_0x636972(0x26b)],'endColumn':_0x9d87db['endColumn']-_0x35d5fb};isMergeCell(_0x7104d0)&&_0x1aa786[_0x636972(0x2a3)]<_0x9d87db[_0x636972(0x2a3)]?(_0x1aa786['endColumn']<_0x9d87db[_0x636972(0x2a3)]&&_0x4ba6de['push'](_0x7104d0),_0x9d87db[_0x636972(0x26b)]=_0x1aa786[_0x636972(0x26b)],_0x9d87db['endColumn']=_0x9d87db[_0x636972(0x2a3)]-_0x35d5fb):(_0x2f92be[_0x636972(0x1d2)]['ranges']['splice'](_0x23cdcd,0x1),_0x23cdcd--);}else{if(_0x1aa786[_0x636972(0x26b)]>_0x9d87db[_0x636972(0x26b)]&&_0x1aa786[_0x636972(0x2a3)]<_0x9d87db[_0x636972(0x2a3)]){_0x297381[_0x636972(0x2a4)]({..._0x9d87db});const _0x35ec7a={..._0x9d87db,'endColumn':_0x9d87db['endColumn']-_0x35d5fb};isMergeCell(_0x35ec7a)?(_0x4ba6de[_0x636972(0x2a4)](_0x35ec7a),_0x9d87db[_0x636972(0x2a3)]=_0x9d87db['endColumn']-_0x35d5fb):(_0x2f92be['params'][_0x636972(0x206)]['splice'](_0x23cdcd,0x1),_0x23cdcd--);}else{if(_0x1aa786['startColumn']>=_0x9d87db[_0x636972(0x26b)]&&_0x1aa786[_0x636972(0x26b)]<=_0x9d87db[_0x636972(0x2a3)]&&_0x1aa786[_0x636972(0x2a3)]>_0x9d87db[_0x636972(0x2a3)]){_0x297381[_0x636972(0x2a4)]({..._0x9d87db});const _0x49992={..._0x9d87db,'endColumn':_0x1aa786[_0x636972(0x26b)]-0x1};isMergeCell(_0x49992)&&_0x1aa786[_0x636972(0x26b)]>_0x9d87db[_0x636972(0x26b)]?(_0x4ba6de[_0x636972(0x2a4)](_0x49992),_0x9d87db[_0x636972(0x2a3)]=_0x1aa786['startColumn']-0x1):(_0x2f92be[_0x636972(0x1d2)][_0x636972(0x206)][_0x636972(0xe6)](_0x23cdcd,0x1),_0x23cdcd--);}else _0x1aa786[_0x636972(0x26b)]>_0x9d87db[_0x636972(0x2a3)]||_0x1aa786[_0x636972(0x26b)]<=_0x9d87db[_0x636972(0x26b)]&&_0x1aa786['endColumn']>=_0x9d87db[_0x636972(0x2a3)]&&(_0x297381['push']({..._0x9d87db}),_0x2f92be[_0x636972(0x1d2)][_0x636972(0x206)]['splice'](_0x23cdcd,0x1),_0x23cdcd--);}}}}return _0x297381[_0x636972(0x13d)]>0x0&&_0x3705a2[_0x636972(0x1f5)]({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x1a034f,'subUnitId':_0x23af76,'ranges':_0x297381}}),_0x4ba6de[_0x636972(0x13d)]>0x0&&_0x3705a2[_0x636972(0x2a4)]({'id':AddWorksheetMergeMutation['id'],'params':{'unitId':_0x1a034f,'subUnitId':_0x23af76,'ranges':_0x4ba6de}}),_0x2f92be[_0x636972(0x1d2)][_0x636972(0x206)]['length']===0x0&&(_0x2f92be['id']=EmptyMutation['id']),{'m1Prime':_0x2f92be,'m2Prime':_0x3705a2[_0x636972(0x13d)]>0x1?_0x3705a2:_0x3705a2[0x0]};}},addWorksheetMergeMutationWithRemoveRowMutation={'m1':AddWorksheetMergeMutation['id'],'m2':RemoveRowMutation['id'],'handler'(_0x2701f4,_0xf0cb1b){const _0x4f9dfa=_0x3177e2,_0x2cc2df=Tools[_0x4f9dfa(0x1bb)](_0x2701f4),_0x56a141=Tools[_0x4f9dfa(0x1bb)](_0xf0cb1b);if(_0x2701f4[_0x4f9dfa(0x1d2)][_0x4f9dfa(0x1f1)]!==_0xf0cb1b[_0x4f9dfa(0x1d2)][_0x4f9dfa(0x1f1)]||_0x2701f4[_0x4f9dfa(0x1d2)]['subUnitId']!==_0xf0cb1b[_0x4f9dfa(0x1d2)][_0x4f9dfa(0x15c)])return{'m1Prime':_0x2cc2df,'m2Prime':_0x56a141};const _0x58d996=_0x2701f4[_0x4f9dfa(0x1d2)]['unitId'],_0x6ff91=_0x2701f4['params'][_0x4f9dfa(0x15c)],_0x5bd551=[_0x56a141],_0x4bcb0b=[],_0x2e7340=[];for(let _0x18e0f3=0x0;_0x18e0f3<_0x2cc2df[_0x4f9dfa(0x1d2)][_0x4f9dfa(0x206)]['length'];_0x18e0f3++){const _0x1fcc83=_0x2cc2df['params'][_0x4f9dfa(0x206)][_0x18e0f3],_0x5b9464=_0xf0cb1b[_0x4f9dfa(0x1d2)]['range'],_0x10deba=_0x5b9464[_0x4f9dfa(0x239)]-_0x5b9464[_0x4f9dfa(0x103)]+0x1;if(_0x5b9464['startRow']<_0x1fcc83['startRow']&&_0x5b9464[_0x4f9dfa(0x239)]<_0x1fcc83[_0x4f9dfa(0x103)])_0x4bcb0b[_0x4f9dfa(0x2a4)]({..._0x1fcc83}),_0x2e7340[_0x4f9dfa(0x2a4)]({..._0x1fcc83,'startRow':_0x1fcc83[_0x4f9dfa(0x103)]-_0x10deba,'endRow':_0x1fcc83[_0x4f9dfa(0x239)]-_0x10deba}),_0x1fcc83['startRow']=_0x1fcc83[_0x4f9dfa(0x103)]-_0x10deba,_0x1fcc83['endRow']=_0x1fcc83[_0x4f9dfa(0x239)]-_0x10deba;else{if(_0x5b9464[_0x4f9dfa(0x103)]<_0x1fcc83[_0x4f9dfa(0x103)]&&_0x5b9464[_0x4f9dfa(0x239)]>=_0x1fcc83[_0x4f9dfa(0x103)]&&_0x5b9464[_0x4f9dfa(0x239)]<=_0x1fcc83[_0x4f9dfa(0x239)]){_0x4bcb0b['push']({..._0x1fcc83});const _0x5a9bbb={..._0x1fcc83,'startRow':_0x5b9464[_0x4f9dfa(0x103)],'endRow':_0x1fcc83[_0x4f9dfa(0x239)]-_0x10deba};isMergeCell(_0x5a9bbb)&&_0x5b9464['endRow']<_0x1fcc83[_0x4f9dfa(0x239)]?(_0x5b9464[_0x4f9dfa(0x239)]<_0x1fcc83[_0x4f9dfa(0x239)]&&_0x2e7340['push'](_0x5a9bbb),_0x1fcc83[_0x4f9dfa(0x103)]=_0x5b9464['startRow'],_0x1fcc83[_0x4f9dfa(0x239)]=_0x1fcc83['endRow']-_0x10deba):(_0x2cc2df[_0x4f9dfa(0x1d2)][_0x4f9dfa(0x206)][_0x4f9dfa(0xe6)](_0x18e0f3,0x1),_0x18e0f3--);}else{if(_0x5b9464['startRow']>_0x1fcc83['startRow']&&_0x5b9464[_0x4f9dfa(0x239)]<_0x1fcc83[_0x4f9dfa(0x239)]){_0x4bcb0b['push']({..._0x1fcc83});const _0x5693da={..._0x1fcc83,'endRow':_0x1fcc83['endRow']-_0x10deba};isMergeCell(_0x5693da)?(_0x2e7340[_0x4f9dfa(0x2a4)](_0x5693da),_0x1fcc83['endRow']=_0x1fcc83[_0x4f9dfa(0x239)]-_0x10deba):(_0x2cc2df['params']['ranges'][_0x4f9dfa(0xe6)](_0x18e0f3,0x1),_0x18e0f3--);}else{if(_0x5b9464[_0x4f9dfa(0x103)]>=_0x1fcc83['startRow']&&_0x5b9464['startRow']<=_0x1fcc83[_0x4f9dfa(0x239)]&&_0x5b9464[_0x4f9dfa(0x239)]>_0x1fcc83['endRow']){_0x4bcb0b[_0x4f9dfa(0x2a4)]({..._0x1fcc83});const _0x1d236e={..._0x1fcc83,'endRow':_0x5b9464[_0x4f9dfa(0x103)]-0x1};isMergeCell(_0x1d236e)&&_0x5b9464['startRow']>_0x1fcc83['startRow']?(_0x2e7340[_0x4f9dfa(0x2a4)](_0x1d236e),_0x1fcc83['endRow']=_0x5b9464[_0x4f9dfa(0x103)]-0x1):(_0x2cc2df[_0x4f9dfa(0x1d2)]['ranges'][_0x4f9dfa(0xe6)](_0x18e0f3,0x1),_0x18e0f3--);}else _0x5b9464['startRow']>_0x1fcc83[_0x4f9dfa(0x239)]||_0x5b9464[_0x4f9dfa(0x103)]<=_0x1fcc83[_0x4f9dfa(0x103)]&&_0x5b9464[_0x4f9dfa(0x239)]>=_0x1fcc83[_0x4f9dfa(0x239)]&&(_0x4bcb0b['push']({..._0x1fcc83}),_0x2cc2df[_0x4f9dfa(0x1d2)][_0x4f9dfa(0x206)][_0x4f9dfa(0xe6)](_0x18e0f3,0x1),_0x18e0f3--);}}}}return _0x4bcb0b[_0x4f9dfa(0x13d)]>0x0&&_0x5bd551['unshift']({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x58d996,'subUnitId':_0x6ff91,'ranges':_0x4bcb0b}}),_0x2e7340['length']>0x0&&_0x5bd551[_0x4f9dfa(0x2a4)]({'id':AddWorksheetMergeMutation['id'],'params':{'unitId':_0x58d996,'subUnitId':_0x6ff91,'ranges':_0x2e7340}}),_0x2cc2df[_0x4f9dfa(0x1d2)][_0x4f9dfa(0x206)]['length']===0x0&&(_0x2cc2df['id']=EmptyMutation['id']),{'m1Prime':_0x2cc2df,'m2Prime':_0x5bd551[_0x4f9dfa(0x13d)]>0x1?_0x5bd551:_0x5bd551[0x0]};}},addWorksheetMergeMutationWithRemoveWorksheetMergeMutation={'m1':AddWorksheetMergeMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0x8ae664,_0x57d250){const _0x4786cc=_0x3177e2,_0x4efb15=Tools[_0x4786cc(0x1bb)](_0x8ae664),_0x1ba0a1=Tools[_0x4786cc(0x1bb)](_0x57d250);if(_0x8ae664[_0x4786cc(0x1d2)][_0x4786cc(0x1f1)]!==_0x57d250[_0x4786cc(0x1d2)]['unitId']||_0x8ae664[_0x4786cc(0x1d2)][_0x4786cc(0x15c)]!==_0x57d250[_0x4786cc(0x1d2)]['subUnitId'])return{'m1Prime':_0x4efb15,'m2Prime':_0x1ba0a1};const _0x5d4114=[..._0x1ba0a1['params'][_0x4786cc(0x206)]];for(let _0x4c7030=0x0;_0x4c7030<_0x4efb15['params'][_0x4786cc(0x206)]['length'];_0x4c7030++){let _0x40026a=!0x1;for(let _0x4f3ba1=0x0;_0x4f3ba1<_0x1ba0a1[_0x4786cc(0x1d2)][_0x4786cc(0x206)]['length'];_0x4f3ba1++){const _0x3cc012=_0x4efb15['params'][_0x4786cc(0x206)][_0x4c7030],_0x5673c6=_0x1ba0a1['params'][_0x4786cc(0x206)][_0x4f3ba1];if(Rectangle[_0x4786cc(0x153)](_0x3cc012,_0x5673c6)){_0x40026a=!0x0;break;}}_0x40026a&&(_0x5d4114[_0x4786cc(0x2a4)](_0x4efb15[_0x4786cc(0x1d2)][_0x4786cc(0x206)][_0x4c7030]),_0x4efb15['params']['ranges'][_0x4786cc(0xe6)](_0x4c7030,0x1),_0x4c7030--);}return _0x1ba0a1[_0x4786cc(0x1d2)][_0x4786cc(0x206)]=_0x5d4114,_0x4efb15['params'][_0x4786cc(0x206)][_0x4786cc(0x13d)]===0x0&&(_0x4efb15['id']=EmptyMutation['id']),{'m1Prime':_0x4efb15,'m2Prime':_0x1ba0a1};}},addWorksheetMergeMutationWithSetRangeValues={'m1':AddWorksheetMergeMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x3d928e,_0x47cf44){const _0x48d295=_0x3177e2,_0x3986e2=Tools[_0x48d295(0x1bb)](_0x3d928e),_0x3ce162=Tools[_0x48d295(0x1bb)](_0x47cf44);if(_0x3d928e['params'][_0x48d295(0x1f1)]!==_0x47cf44[_0x48d295(0x1d2)][_0x48d295(0x1f1)]||_0x3d928e[_0x48d295(0x1d2)]['subUnitId']!==_0x47cf44['params'][_0x48d295(0x15c)])return{'m1Prime':_0x3986e2,'m2Prime':_0x3ce162};const _0x1a3cbb=[_0x3986e2],_0x40d040=[_0x3ce162],_0x4efc09=new ObjectMatrix(Tools[_0x48d295(0x1bb)](_0x47cf44[_0x48d295(0x1d2)]['cellValue'])),_0x1f66ef=new Set(),_0x1033ee={};for(let _0x12cc33=0x0;_0x12cc33<_0x3986e2['params'][_0x48d295(0x206)][_0x48d295(0x13d)];_0x12cc33++){const _0x70bf59=_0x3986e2[_0x48d295(0x1d2)][_0x48d295(0x206)][_0x12cc33],{startRow:_0x5f22f3,startColumn:_0x8f3f81,endRow:_0x316ca2,endColumn:_0x5b0798}=_0x70bf59;let _0x4ad2ab=!0x1;_0x4efc09['forValue']((_0x2c0c23,_0x35eb83,_0x121d73)=>{const _0x14dd8d=_0x48d295;if(_0x2c0c23>=_0x5f22f3&&_0x2c0c23<=_0x316ca2&&_0x35eb83>=_0x8f3f81&&_0x35eb83<=_0x5b0798){const _0x384040=_0x4efc09[_0x14dd8d(0x144)](_0x2c0c23,_0x35eb83),_0x3671e7=_0x384040===null?{'v':null,'s':null,'t':null,'si':null,'p':null,'f':null}:_0x384040;_0x3671e7&&(_0x1033ee[_0x2c0c23]||(_0x1033ee[_0x2c0c23]={}),_0x1033ee[_0x2c0c23][_0x35eb83]={},(_0x121d73==null?void 0x0:_0x121d73['v'])!==void 0x0&&(_0x1033ee[_0x2c0c23][_0x35eb83]['v']=null,delete _0x3671e7['v']),(_0x121d73==null?void 0x0:_0x121d73['f'])!==void 0x0&&(_0x1033ee[_0x2c0c23][_0x35eb83]['f']=null,delete _0x3671e7['f']),(_0x121d73==null?void 0x0:_0x121d73['t'])!==void 0x0&&(_0x1033ee[_0x2c0c23][_0x35eb83]['t']=null,delete _0x3671e7['t']),(_0x121d73==null?void 0x0:_0x121d73['si'])!==void 0x0&&(_0x1033ee[_0x2c0c23][_0x35eb83]['si']=null,delete _0x3671e7['si']),(_0x121d73==null?void 0x0:_0x121d73['p'])!==void 0x0&&(_0x1033ee[_0x2c0c23][_0x35eb83]['p']=null,delete _0x3671e7['p']),(_0x121d73==null?void 0x0:_0x121d73['s'])!==void 0x0&&(_0x1033ee[_0x2c0c23][_0x35eb83]['s']=null,delete _0x3671e7['s']),_0x4efc09[_0x14dd8d(0x108)](_0x2c0c23,_0x35eb83,_0x3671e7),_0x4ad2ab=!0x0);}}),_0x4ad2ab&&(_0x1f66ef['add']({..._0x70bf59}),_0x3986e2[_0x48d295(0x1d2)][_0x48d295(0x206)][_0x48d295(0xe6)](_0x12cc33,0x1),_0x12cc33--);}return _0x3ce162[_0x48d295(0x1d2)][_0x48d295(0x162)]=_0x4efc09[_0x48d295(0x1d8)](),_0x1f66ef[_0x48d295(0x237)]>0x0&&_0x40d040['unshift']({'id':RemoveWorksheetMergeMutation['id'],'params':{'unitId':_0x3d928e[_0x48d295(0x1d2)][_0x48d295(0x1f1)],'subUnitId':_0x3d928e[_0x48d295(0x1d2)][_0x48d295(0x15c)],'ranges':Array['from'](_0x1f66ef)}}),_0x3986e2['params'][_0x48d295(0x206)]['length']===0x0&&(_0x3986e2['id']=EmptyMutation['id']),Object[_0x48d295(0xfb)](_0x1033ee)[_0x48d295(0x13d)]>0x0&&_0x1a3cbb[_0x48d295(0x1f5)]({'id':SetRangeValuesMutation['id'],'params':{'unitId':_0x3d928e[_0x48d295(0x1d2)][_0x48d295(0x1f1)],'subUnitId':_0x3d928e['params'][_0x48d295(0x15c)],'cellValue':_0x1033ee}}),{'m1Prime':_0x1a3cbb['length']>0x1?_0x1a3cbb:_0x1a3cbb[0x0],'m2Prime':_0x40d040[_0x48d295(0x13d)]>0x1?_0x40d040:_0x40d040[0x0]};}},addWorksheetMergeMutationWithSetSelection={'m1':AddWorksheetMergeMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0x303ba7,_0xb3c08d){const _0x158a59=_0x3177e2,_0x1a041b={'m1Prime':[],'m2Prime':[]};if(_0x303ba7[_0x158a59(0x1d2)][_0x158a59(0x1f1)]!==_0xb3c08d[_0x158a59(0x1d2)][_0x158a59(0x1f1)]||_0x303ba7[_0x158a59(0x1d2)][_0x158a59(0x15c)]!==_0xb3c08d[_0x158a59(0x1d2)][_0x158a59(0x15c)])return _0x1a041b;const _0x223ccc=Tools[_0x158a59(0x1bb)](_0xb3c08d),_0x5913ce=_0x223ccc['params'][_0x158a59(0x207)];_0x5913ce[_0x158a59(0x2b6)]((_0x33c661,_0x3d8ce0)=>{const _0x16b07d=_0x158a59,{range:_0x2118ee,primary:_0x540fd4}=_0x33c661;_0x303ba7[_0x16b07d(0x1d2)][_0x16b07d(0x206)]['forEach'](_0x575d2b=>{const _0x8eb785=_0x16b07d;Rectangle[_0x8eb785(0x153)](_0x575d2b,_0x2118ee)&&(_0x2118ee[_0x8eb785(0x103)]=Math['min'](_0x575d2b[_0x8eb785(0x103)],_0x2118ee['startRow']),_0x2118ee[_0x8eb785(0x26b)]=Math[_0x8eb785(0x10b)](_0x575d2b[_0x8eb785(0x26b)],_0x2118ee['startColumn']),_0x2118ee[_0x8eb785(0x239)]=Math[_0x8eb785(0x1bd)](_0x575d2b[_0x8eb785(0x239)],_0x2118ee['endRow']),_0x2118ee['endColumn']=Math[_0x8eb785(0x1bd)](_0x575d2b[_0x8eb785(0x2a3)],_0x2118ee['endColumn'])),_0x540fd4&&Rectangle[_0x8eb785(0x153)](_0x575d2b,_0x540fd4)&&_0x3d8ce0===_0x5913ce[_0x8eb785(0x13d)]-0x1&&(_0x540fd4[_0x8eb785(0x26b)]===_0x575d2b[_0x8eb785(0x26b)]&&_0x540fd4[_0x8eb785(0x103)]&&_0x575d2b[_0x8eb785(0x103)]&&(_0x540fd4['isMergedMainCell']=!0x0),_0x540fd4['startRow']=Math[_0x8eb785(0x10b)](_0x575d2b['startRow'],_0x540fd4[_0x8eb785(0x103)]),_0x540fd4[_0x8eb785(0x26b)]=Math[_0x8eb785(0x10b)](_0x575d2b[_0x8eb785(0x26b)],_0x540fd4[_0x8eb785(0x26b)]),_0x540fd4[_0x8eb785(0x239)]=Math['max'](_0x575d2b[_0x8eb785(0x239)],_0x540fd4[_0x8eb785(0x239)]),_0x540fd4['endColumn']=Math[_0x8eb785(0x1bd)](_0x575d2b['endColumn'],_0x540fd4['endColumn']),_0x540fd4[_0x8eb785(0x268)]=!0x0);});}),_0x5913ce[_0x158a59(0x23b)]((_0x32ba03,_0x2e234a)=>{const _0x5845de=_0x158a59,_0x56b5f2=_0x32ba03['range'],_0x17d0e0=_0x2e234a[_0x5845de(0x219)];return _0x56b5f2['startRow']===_0x17d0e0['startRow']?_0x56b5f2[_0x5845de(0x26b)]-_0x17d0e0['startColumn']:_0x56b5f2['startRow']-_0x17d0e0[_0x5845de(0x103)];});const _0x1bc612=[];let _0x1300e2=null;for(const _0x3062d2 of _0x5913ce)_0x1300e2===null||!Rectangle[_0x158a59(0x153)](_0x1300e2[_0x158a59(0x219)],_0x3062d2[_0x158a59(0x219)])?(_0x1bc612[_0x158a59(0x2a4)](_0x3062d2),_0x1300e2=_0x3062d2):(_0x1300e2[_0x158a59(0x219)]['startRow']=Math[_0x158a59(0x10b)](_0x1300e2[_0x158a59(0x219)][_0x158a59(0x103)],_0x3062d2[_0x158a59(0x219)][_0x158a59(0x103)]),_0x1300e2['range'][_0x158a59(0x26b)]=Math[_0x158a59(0x10b)](_0x1300e2[_0x158a59(0x219)][_0x158a59(0x26b)],_0x3062d2[_0x158a59(0x219)][_0x158a59(0x26b)]),_0x1300e2['range'][_0x158a59(0x239)]=Math['max'](_0x1300e2[_0x158a59(0x219)]['endRow'],_0x3062d2[_0x158a59(0x219)][_0x158a59(0x239)]),_0x1300e2[_0x158a59(0x219)][_0x158a59(0x2a3)]=Math[_0x158a59(0x1bd)](_0x1300e2[_0x158a59(0x219)][_0x158a59(0x2a3)],_0x3062d2['range'][_0x158a59(0x2a3)]),_0x3062d2['primary']&&(_0x1300e2[_0x158a59(0x1e7)]=_0x3062d2['primary']));return _0x223ccc[_0x158a59(0x1d2)][_0x158a59(0x207)]=_0x1bc612,_0x1a041b[_0x158a59(0x17b)]['push'](_0x223ccc),_0x1a041b;}},addWorksheetProtectionWithAddComment={'m1':AddWorksheetProtectionMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x1fca5d,_0x362d55)=>{const _0x11e3ff=_0x3177e2,_0x5496b4={'m1Prime':_0x1fca5d,'m2Prime':_0x362d55};return _0x1fca5d['params'][_0x11e3ff(0x1f1)]!==_0x362d55['params'][_0x11e3ff(0x1f1)]||_0x1fca5d['params']['subUnitId']!==_0x362d55['params']['subUnitId']?_0x5496b4:{'error':new Error(_0x11e3ff(0x12a))};},_0x3177e2(0x21c))},addWorksheetProtectionWithAddConditionRule={'m1':AddWorksheetProtectionMutation['id'],'m2':AddConditionalRuleMutation['id'],'handler':__name((_0x49309a,_0x34ac93)=>{const _0x2d3e25=_0x3177e2,_0x1eda87={'m1Prime':_0x49309a,'m2Prime':_0x34ac93};return _0x49309a['params'][_0x2d3e25(0x1f1)]!==_0x34ac93[_0x2d3e25(0x1d2)][_0x2d3e25(0x1f1)]||_0x49309a[_0x2d3e25(0x1d2)][_0x2d3e25(0x15c)]!==_0x34ac93['params']['subUnitId']?_0x1eda87:{'error':new Error(_0x2d3e25(0x191))};},_0x3177e2(0x21c))},addWorksheetProtectionWithAddRangeProtection={'m1':AddWorksheetProtectionMutation['id'],'m2':AddRangeProtectionMutation['id'],'handler':__name((_0x288dc7,_0x1bc77a)=>{const _0x27aac1=_0x3177e2,_0x2d8290={'m1Prime':_0x288dc7,'m2Prime':_0x1bc77a};return _0x288dc7[_0x27aac1(0x1d2)]['unitId']!==_0x1bc77a['params'][_0x27aac1(0x1f1)]||_0x288dc7[_0x27aac1(0x1d2)][_0x27aac1(0x15c)]!==_0x1bc77a[_0x27aac1(0x1d2)][_0x27aac1(0x15c)]?_0x2d8290:{'error':new Error(_0x27aac1(0x24b))};},_0x3177e2(0x21c))},addWorksheetProtectionWithAddWorksheetMerge={'m1':AddWorksheetProtectionMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler':__name((_0x3f6531,_0x58e167)=>{const _0x3b0ff9=_0x3177e2,_0x400789={'m1Prime':_0x3f6531,'m2Prime':_0x58e167};return _0x3f6531[_0x3b0ff9(0x1d2)][_0x3b0ff9(0x1f1)]!==_0x58e167[_0x3b0ff9(0x1d2)][_0x3b0ff9(0x1f1)]||_0x3f6531[_0x3b0ff9(0x1d2)][_0x3b0ff9(0x15c)]!==_0x58e167['params'][_0x3b0ff9(0x15c)]?_0x400789:{'error':new Error(_0x3b0ff9(0x1e1))};},'handler')},addWorksheetProtectionWithSelf={'m1':AddWorksheetProtectionMutation['id'],'m2':AddWorksheetProtectionMutation['id'],'handler':__name((_0x1a3c2a,_0x486cb5)=>{const _0x45aede=_0x3177e2,_0x27d409={'m1Prime':_0x1a3c2a,'m2Prime':_0x486cb5};return _0x1a3c2a[_0x45aede(0x1d2)][_0x45aede(0x1f1)]!==_0x486cb5[_0x45aede(0x1d2)][_0x45aede(0x1f1)]||_0x1a3c2a[_0x45aede(0x1d2)]['subUnitId']!==_0x486cb5[_0x45aede(0x1d2)][_0x45aede(0x27d)][_0x45aede(0x15c)]?_0x27d409:{'error':new Error(_0x45aede(0x143))};},_0x3177e2(0x21c))},addWorksheetProtectionWithChangeSheetOrder={'m1':AddWorksheetProtectionMutation['id'],'m2':SetWorksheetOrderMutation['id'],'handler':__name((_0x35afc4,_0x5e9f08)=>{const _0x6f09d6=_0x3177e2,_0x3529c4={'m1Prime':_0x35afc4,'m2Prime':_0x5e9f08};return _0x35afc4[_0x6f09d6(0x1d2)]['unitId']!==_0x5e9f08[_0x6f09d6(0x1d2)][_0x6f09d6(0x1f1)]||_0x35afc4[_0x6f09d6(0x1d2)][_0x6f09d6(0x15c)]!==_0x5e9f08[_0x6f09d6(0x1d2)]['subUnitId']?_0x3529c4:{'error':new Error(_0x6f09d6(0x20b))};},_0x3177e2(0x21c))},addWorksheetProtectionWithDeleteConditionFormattingRule={'m1':AddWorksheetProtectionMutation['id'],'m2':DeleteConditionalRuleMutation['id'],'handler':__name((_0x53a52d,_0x575379)=>{const _0x17d777=_0x3177e2,_0x3aaec0={'m1Prime':_0x53a52d,'m2Prime':_0x575379};return _0x53a52d['params']['unitId']!==_0x575379['params']['unitId']||_0x53a52d[_0x17d777(0x1d2)]['subUnitId']!==_0x575379[_0x17d777(0x1d2)][_0x17d777(0x15c)]?_0x3aaec0:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule')};},_0x3177e2(0x21c))},addWorksheetProtectionWithInsertCol={'m1':AddWorksheetProtectionMutation['id'],'m2':InsertColMutation['id'],'handler':__name((_0x430af1,_0x5dc15c)=>{const _0x3ce116=_0x3177e2,_0x396331={'m1Prime':_0x430af1,'m2Prime':_0x5dc15c};return _0x430af1[_0x3ce116(0x1d2)][_0x3ce116(0x1f1)]!==_0x5dc15c['params'][_0x3ce116(0x1f1)]||_0x430af1[_0x3ce116(0x1d2)][_0x3ce116(0x15c)]!==_0x5dc15c[_0x3ce116(0x1d2)]['subUnitId']?_0x396331:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20col')};},_0x3177e2(0x21c))},addWorksheetProtectionWithInsertRow={'m1':AddWorksheetProtectionMutation['id'],'m2':InsertRowMutation['id'],'handler':__name((_0x3994e4,_0x4ee529)=>{const _0x5e408b=_0x3177e2,_0x244db3={'m1Prime':_0x3994e4,'m2Prime':_0x4ee529};return _0x3994e4[_0x5e408b(0x1d2)]['unitId']!==_0x4ee529[_0x5e408b(0x1d2)][_0x5e408b(0x1f1)]||_0x3994e4[_0x5e408b(0x1d2)][_0x5e408b(0x15c)]!==_0x4ee529[_0x5e408b(0x1d2)][_0x5e408b(0x15c)]?_0x244db3:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20row')};},_0x3177e2(0x21c))},addWorksheetProtectionWithMoveCol={'m1':AddWorksheetProtectionMutation['id'],'m2':MoveColsMutation['id'],'handler':__name((_0x483c58,_0x28c149)=>{const _0x54f2db=_0x3177e2,_0x2428a8={'m1Prime':_0x483c58,'m2Prime':_0x28c149};return _0x483c58[_0x54f2db(0x1d2)][_0x54f2db(0x1f1)]!==_0x28c149['params'][_0x54f2db(0x1f1)]||_0x483c58[_0x54f2db(0x1d2)]['subUnitId']!==_0x28c149[_0x54f2db(0x1d2)][_0x54f2db(0x15c)]?_0x2428a8:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20col')};},'handler')},addWorksheetProtectionWithMoveRange={'m1':AddWorksheetProtectionMutation['id'],'m2':MoveRangeMutation['id'],'handler':__name((_0x284062,_0x688f81)=>{const _0x7754f1=_0x3177e2,_0x3b09e1={'m1Prime':_0x284062,'m2Prime':_0x688f81};return _0x284062[_0x7754f1(0x1d2)]['unitId']!==_0x688f81[_0x7754f1(0x1d2)][_0x7754f1(0x1f1)]||_0x284062[_0x7754f1(0x1d2)]['subUnitId']!==_0x688f81[_0x7754f1(0x1d2)][_0x7754f1(0x1df)]['subUnitId']?_0x3b09e1:{'error':new Error(_0x7754f1(0x288))};},'handler')},addWorksheetProtectionWithMoveRow={'m1':AddWorksheetProtectionMutation['id'],'m2':MoveRowsMutation['id'],'handler':__name((_0x550968,_0x21f475)=>{const _0x1afec2=_0x3177e2,_0x3db695={'m1Prime':_0x550968,'m2Prime':_0x21f475};return _0x550968[_0x1afec2(0x1d2)]['unitId']!==_0x21f475[_0x1afec2(0x1d2)][_0x1afec2(0x1f1)]||_0x550968['params'][_0x1afec2(0x15c)]!==_0x21f475[_0x1afec2(0x1d2)]['subUnitId']?_0x3db695:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20row')};},_0x3177e2(0x21c))},addWorksheetProtectionWithRemoveCol={'m1':AddWorksheetProtectionMutation['id'],'m2':RemoveColMutation['id'],'handler':__name((_0x5f127f,_0x449bd8)=>{const _0x57181e=_0x3177e2,_0x372490={'m1Prime':_0x5f127f,'m2Prime':_0x449bd8};return _0x5f127f[_0x57181e(0x1d2)][_0x57181e(0x1f1)]!==_0x449bd8[_0x57181e(0x1d2)][_0x57181e(0x1f1)]||_0x5f127f[_0x57181e(0x1d2)][_0x57181e(0x15c)]!==_0x449bd8[_0x57181e(0x1d2)][_0x57181e(0x15c)]?_0x372490:{'error':new Error(_0x57181e(0x255))};},'handler')},addWorksheetProtectionWithRemoveDataValidation={'m1':AddWorksheetProtectionMutation['id'],'m2':RemoveDataValidationMutation['id'],'handler':__name((_0x4efef0,_0x2d7b4e)=>{const _0x4690a8=_0x3177e2,_0x2ab5f5={'m1Prime':_0x4efef0,'m2Prime':_0x2d7b4e};return _0x4efef0[_0x4690a8(0x1d2)][_0x4690a8(0x1f1)]!==_0x2d7b4e[_0x4690a8(0x1d2)]['unitId']||_0x4efef0[_0x4690a8(0x1d2)][_0x4690a8(0x15c)]!==_0x2d7b4e[_0x4690a8(0x1d2)][_0x4690a8(0x15c)]?_0x2ab5f5:{'error':new Error(_0x4690a8(0x160))};},'handler')},addWorksheetProtectionWithRemoveNumfmt={'m1':AddWorksheetProtectionMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler':__name((_0x35f912,_0x1798a6)=>{const _0xe122cc=_0x3177e2,_0x563ab4={'m1Prime':_0x35f912,'m2Prime':_0x1798a6};return _0x35f912[_0xe122cc(0x1d2)][_0xe122cc(0x1f1)]!==_0x1798a6['params'][_0xe122cc(0x1f1)]||_0x35f912[_0xe122cc(0x1d2)][_0xe122cc(0x15c)]!==_0x1798a6['params'][_0xe122cc(0x15c)]?_0x563ab4:{'error':new Error(_0xe122cc(0x245))};},_0x3177e2(0x21c))},addWorksheetProtectionWithRemoveRow={'m1':AddWorksheetProtectionMutation['id'],'m2':RemoveRowMutation['id'],'handler':__name((_0x52b505,_0x32ba7e)=>{const _0x17f208=_0x3177e2,_0x5b56cc={'m1Prime':_0x52b505,'m2Prime':_0x32ba7e};return _0x52b505[_0x17f208(0x1d2)][_0x17f208(0x1f1)]!==_0x32ba7e['params'][_0x17f208(0x1f1)]||_0x52b505[_0x17f208(0x1d2)][_0x17f208(0x15c)]!==_0x32ba7e[_0x17f208(0x1d2)][_0x17f208(0x15c)]?_0x5b56cc:{'error':new Error(_0x17f208(0x231))};},_0x3177e2(0x21c))},addWorksheetProtectionWithRemoveFilter={'m1':AddWorksheetProtectionMutation['id'],'m2':RemoveSheetsFilterMutation['id'],'handler':__name((_0x4e994b,_0x437031)=>{const _0x4bfb6b=_0x3177e2,_0x490fb9={'m1Prime':_0x4e994b,'m2Prime':_0x437031};return _0x4e994b[_0x4bfb6b(0x1d2)][_0x4bfb6b(0x1f1)]!==_0x437031[_0x4bfb6b(0x1d2)]['unitId']||_0x4e994b[_0x4bfb6b(0x1d2)][_0x4bfb6b(0x15c)]!==_0x437031[_0x4bfb6b(0x1d2)][_0x4bfb6b(0x15c)]?_0x490fb9:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20filter')};},_0x3177e2(0x21c))},addWorksheetProtectionWithRemoveWorksheet={'m1':AddWorksheetProtectionMutation['id'],'m2':RemoveSheetMutation['id'],'handler':__name((_0x2224b1,_0x5085f5)=>{const _0x1c129e=_0x3177e2,_0x5f3c0d={'m1Prime':_0x2224b1,'m2Prime':_0x5085f5};return _0x2224b1[_0x1c129e(0x1d2)]['unitId']!==_0x5085f5['params'][_0x1c129e(0x1f1)]||_0x2224b1[_0x1c129e(0x1d2)][_0x1c129e(0x15c)]!==_0x5085f5[_0x1c129e(0x1d2)]['subUnitId']?_0x5f3c0d:{'error':new Error(_0x1c129e(0x19f))};},_0x3177e2(0x21c))},addWorksheetProtectionWithRemoveWorksheetMerge={'m1':AddWorksheetProtectionMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler':__name((_0x3358c2,_0x19fb9d)=>{const _0x38a42c=_0x3177e2,_0x5d7cc3={'m1Prime':_0x3358c2,'m2Prime':_0x19fb9d};return _0x3358c2[_0x38a42c(0x1d2)][_0x38a42c(0x1f1)]!==_0x19fb9d[_0x38a42c(0x1d2)][_0x38a42c(0x1f1)]||_0x3358c2[_0x38a42c(0x1d2)][_0x38a42c(0x15c)]!==_0x19fb9d['params'][_0x38a42c(0x15c)]?_0x5d7cc3:{'error':new Error(_0x38a42c(0x266))};},_0x3177e2(0x21c))},addWorksheetProtectionWithSetConditionalFormattingRule={'m1':AddWorksheetProtectionMutation['id'],'m2':SetConditionalRuleMutation['id'],'handler':__name((_0x2a18d9,_0x3c125b)=>{const _0x498dab=_0x3177e2,_0x4074bb={'m1Prime':_0x2a18d9,'m2Prime':_0x3c125b};return _0x2a18d9['params'][_0x498dab(0x1f1)]!==_0x3c125b['params'][_0x498dab(0x1f1)]||_0x2a18d9[_0x498dab(0x1d2)][_0x498dab(0x15c)]!==_0x3c125b[_0x498dab(0x1d2)][_0x498dab(0x15c)]?_0x4074bb:{'error':new Error(_0x498dab(0x1c2))};},_0x3177e2(0x21c))},addWorksheetProtectionWithSetFrozen={'m1':AddWorksheetProtectionMutation['id'],'m2':SetFrozenMutation['id'],'handler':__name((_0x2284d6,_0x519af0)=>{const _0x44a80f=_0x3177e2,_0xbbf7de={'m1Prime':_0x2284d6,'m2Prime':_0x519af0};return _0x2284d6[_0x44a80f(0x1d2)]['unitId']!==_0x519af0[_0x44a80f(0x1d2)][_0x44a80f(0x1f1)]||_0x2284d6[_0x44a80f(0x1d2)][_0x44a80f(0x15c)]!==_0x519af0[_0x44a80f(0x1d2)]['subUnitId']?_0xbbf7de:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20frozen')};},_0x3177e2(0x21c))},addWorksheetProtectionWithSetNumfmt={'m1':AddWorksheetProtectionMutation['id'],'m2':SetNumfmtMutation['id'],'handler':__name((_0x37a6b9,_0x2992da)=>{const _0x56696b=_0x3177e2,_0x1bffdf={'m1Prime':_0x37a6b9,'m2Prime':_0x2992da};return _0x37a6b9[_0x56696b(0x1d2)][_0x56696b(0x1f1)]!==_0x2992da[_0x56696b(0x1d2)][_0x56696b(0x1f1)]||_0x37a6b9[_0x56696b(0x1d2)][_0x56696b(0x15c)]!==_0x2992da['params'][_0x56696b(0x15c)]?_0x1bffdf:{'error':new Error(_0x56696b(0x16b))};},_0x3177e2(0x21c))},addWorksheetProtectionWithSetRangeProtection={'m1':AddWorksheetProtectionMutation['id'],'m2':SetRangeProtectionMutation['id'],'handler':__name((_0x265b09,_0x20d9e0)=>{const _0x48db7c=_0x3177e2,_0x54a0f2={'m1Prime':_0x265b09,'m2Prime':_0x20d9e0};return _0x265b09['params'][_0x48db7c(0x1f1)]!==_0x20d9e0['params']['unitId']||_0x265b09['params'][_0x48db7c(0x15c)]!==_0x20d9e0[_0x48db7c(0x1d2)][_0x48db7c(0x15c)]?_0x54a0f2:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection')};},_0x3177e2(0x21c))},addWorksheetProtectionWithSetWorksheetColWidth={'m1':AddWorksheetProtectionMutation['id'],'m2':SetWorksheetColWidthMutation['id'],'handler':__name((_0x1b4ab4,_0x17e4ab)=>{const _0x3117f7=_0x3177e2,_0x50eb04={'m1Prime':_0x1b4ab4,'m2Prime':_0x17e4ab};return _0x1b4ab4[_0x3117f7(0x1d2)][_0x3117f7(0x1f1)]!==_0x17e4ab['params']['unitId']||_0x1b4ab4[_0x3117f7(0x1d2)][_0x3117f7(0x15c)]!==_0x17e4ab[_0x3117f7(0x1d2)]['subUnitId']?_0x50eb04:{'error':new Error(_0x3117f7(0xec))};},_0x3177e2(0x21c))},addWorksheetProtectionWithSetWorksheetName={'m1':AddWorksheetProtectionMutation['id'],'m2':SetWorksheetNameMutation['id'],'handler':__name((_0x115b4a,_0x7a1d6e)=>{const _0xf28b63=_0x3177e2,_0x5e7359={'m1Prime':_0x115b4a,'m2Prime':_0x7a1d6e};return _0x115b4a[_0xf28b63(0x1d2)][_0xf28b63(0x1f1)]!==_0x7a1d6e[_0xf28b63(0x1d2)][_0xf28b63(0x1f1)]||_0x115b4a['params'][_0xf28b63(0x15c)]!==_0x7a1d6e[_0xf28b63(0x1d2)][_0xf28b63(0x15c)]?_0x5e7359:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20name')};},_0x3177e2(0x21c))},addWorksheetProtectionWithUpdateComment={'m1':AddWorksheetProtectionMutation['id'],'m2':UpdateCommentMutation['id'],'handler':__name((_0x52c02c,_0x5a9616)=>{const _0x1f094e=_0x3177e2,_0x38079b={'m1Prime':_0x52c02c,'m2Prime':_0x5a9616};return _0x52c02c[_0x1f094e(0x1d2)][_0x1f094e(0x1f1)]!==_0x5a9616[_0x1f094e(0x1d2)]['unitId']||_0x52c02c[_0x1f094e(0x1d2)][_0x1f094e(0x15c)]!==_0x5a9616[_0x1f094e(0x1d2)][_0x1f094e(0x15c)]?_0x38079b:{'error':new Error(_0x1f094e(0x1dc))};},_0x3177e2(0x21c))},addWorksheetProtectionWithUpdateDataValidation={'m1':AddWorksheetProtectionMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x3198fc,_0x49d6ac)=>{const _0xed8169=_0x3177e2,_0x5253ea={'m1Prime':_0x3198fc,'m2Prime':_0x49d6ac};return _0x3198fc[_0xed8169(0x1d2)]['unitId']!==_0x49d6ac[_0xed8169(0x1d2)]['unitId']||_0x3198fc[_0xed8169(0x1d2)][_0xed8169(0x15c)]!==_0x49d6ac[_0xed8169(0x1d2)][_0xed8169(0x15c)]?_0x5253ea:{'error':new Error(_0xed8169(0x244))};},_0x3177e2(0x21c))},deleteCommentMutationWithAdd={'m1':DeleteCommentMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x465ea7,_0x2a4cbd)=>{const _0x3e85c9=_0x3177e2,_0x358122=_0x465ea7[_0x3e85c9(0x1d2)],_0x1f1d8b=_0x2a4cbd[_0x3e85c9(0x1d2)];return _0x358122[_0x3e85c9(0x1f1)]===_0x1f1d8b[_0x3e85c9(0x1f1)]&&_0x358122['subUnitId']===_0x1f1d8b[_0x3e85c9(0x15c)]&&_0x358122['commentId']===_0x1f1d8b[_0x3e85c9(0x1e2)][_0x3e85c9(0x28b)]?{'m1Prime':_0x465ea7,'m2Prime':[]}:{'m1Prime':_0x465ea7,'m2Prime':_0x2a4cbd};},_0x3177e2(0x21c))},deleteCommentMutationWithSelf={'m1':DeleteCommentMutation['id'],'m2':DeleteCommentMutation['id'],'handler':__name((_0x3bf47e,_0x4be6e5)=>{const _0x53c958=_0x3177e2,_0x43468b=_0x3bf47e[_0x53c958(0x1d2)],_0x3be005=_0x4be6e5[_0x53c958(0x1d2)],_0x4f3b5a={'m1Prime':_0x3bf47e,'m2Prime':_0x4be6e5};return _0x43468b[_0x53c958(0x1f1)]!==_0x3be005['unitId']||_0x43468b[_0x53c958(0x15c)]!==_0x3be005[_0x53c958(0x15c)]||_0x43468b[_0x53c958(0x202)]!==_0x3be005[_0x53c958(0x202)]?_0x4f3b5a:{'m1Prime':[],'m2Prime':[]};},'handler')},deleteConditionalFormattingRuleMutationWithSelf={'m1':DeleteConditionalRuleMutation['id'],'m2':DeleteConditionalRuleMutation['id'],'handler'(_0x2f56fc,_0x51c9b4){return{'m1Prime':_0x2f56fc,'m2Prime':_0x51c9b4};}},transformAddCommentWithRefRange=__name((_0x18fc6e,_0xd956b5)=>{const _0x395718=_0x3177e2,_0x597a19=singleReferenceToGrid(_0x18fc6e['params'][_0x395718(0x1e2)][_0x395718(0x1ed)]),_0x5ae408={'startColumn':_0x597a19[_0x395718(0x28e)],'endColumn':_0x597a19[_0x395718(0x28e)],'startRow':_0x597a19[_0x395718(0x138)],'endRow':_0x597a19[_0x395718(0x138)]},_0x3a7b5a=handleDefaultRangeChangeWithEffectRefCommands(_0x5ae408,_0xd956b5);if(!_0x3a7b5a)return[{'id':DeleteCommentMutation['id'],'params':{..._0x18fc6e['params'],'comment':void 0x0,'commentId':_0x18fc6e[_0x395718(0x1d2)][_0x395718(0x1e2)]['id']}}];const _0x47898a=serializeRange(_0x3a7b5a);return _0x47898a===_0x18fc6e[_0x395718(0x1d2)][_0x395718(0x1e2)][_0x395718(0x1ed)]?[]:[{'id':UpdateCommentRefMutation['id'],'params':{..._0x18fc6e[_0x395718(0x1d2)],'comment':void 0x0,'payload':{'ref':_0x47898a,'commentId':_0x18fc6e['params'][_0x395718(0x1e2)]['id']}}}];},_0x3177e2(0x14c)),insertColWithAddComment={'m1':InsertColMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x46b07c,_0x4490d5)=>{const _0x11a41c=_0x3177e2,_0x4e92c1={'m1Prime':_0x46b07c,'m2Prime':_0x4490d5};if(_0x46b07c[_0x11a41c(0x1d2)][_0x11a41c(0x1f1)]!==_0x4490d5[_0x11a41c(0x1d2)]['unitId']||_0x46b07c['params'][_0x11a41c(0x15c)]!==_0x4490d5[_0x11a41c(0x1d2)][_0x11a41c(0x15c)])return _0x4e92c1;const _0x1f8bfd={'id':InsertColCommand['id'],'params':{'unitId':_0x46b07c['params'][_0x11a41c(0x1f1)],'subUnitId':_0x46b07c[_0x11a41c(0x1d2)][_0x11a41c(0x15c)],'range':_0x46b07c[_0x11a41c(0x1d2)]['range']}},_0x2cc08f=transformAddCommentWithRefRange(_0x4490d5,_0x1f8bfd);return{'m1Prime':[_0x46b07c,..._0x2cc08f],'m2Prime':[_0x4490d5,..._0x2cc08f]};},_0x3177e2(0x21c))};function toColumn(_0x5b4eaa){const _0x47b747=_0x3177e2;return{..._0x5b4eaa,'rangeType':RANGE_TYPE[_0x47b747(0x14d)]};}__name(toColumn,_0x3177e2(0x190));function moveRows(_0x5f11d4,_0x304171,_0x53e6ba,_0x1d4a1d){const _0xf1fe5e=_0x3177e2;if(_0x1d4a1d<0x0){for(let _0x5dad12=_0x304171;_0x5dad12<_0x304171+_0x53e6ba;_0x5dad12++)if(_0x5f11d4['hasOwnProperty'](_0x5dad12)){_0x5f11d4[_0xf1fe5e(0x139)](_0x5dad12+_0x1d4a1d)||(_0x5f11d4[_0x5dad12+_0x1d4a1d]={});const _0x53ac2e=_0x5f11d4[_0x5dad12],_0xc25f4a=Object[_0xf1fe5e(0xfb)](_0x53ac2e)['map'](Number)[_0xf1fe5e(0x23b)]((_0x11a148,_0x1c154a)=>_0x11a148-_0x1c154a);for(const _0x43da62 of _0xc25f4a)_0x5f11d4[_0x5dad12+_0x1d4a1d][_0x43da62]=_0x53ac2e[_0x43da62];delete _0x5f11d4[_0x5dad12];}else delete _0x5f11d4[_0x5dad12+_0x1d4a1d];}else{for(let _0x30d2b0=_0x304171+_0x53e6ba-0x1;_0x30d2b0>=_0x304171;_0x30d2b0--)if(_0x5f11d4[_0xf1fe5e(0x139)](_0x30d2b0)){_0x5f11d4[_0xf1fe5e(0x139)](_0x30d2b0+_0x1d4a1d)||(_0x5f11d4[_0x30d2b0+_0x1d4a1d]={});const _0x2efb39=_0x5f11d4[_0x30d2b0],_0x2169c9=Object[_0xf1fe5e(0xfb)](_0x2efb39)[_0xf1fe5e(0x164)](Number)[_0xf1fe5e(0x23b)]((_0x558e7b,_0x1fa9e2)=>_0x558e7b-_0x1fa9e2);for(const _0x5d2297 of _0x2169c9)_0x5f11d4[_0x30d2b0+_0x1d4a1d][_0x5d2297]=_0x2efb39[_0x5d2297];delete _0x5f11d4[_0x30d2b0];}else delete _0x5f11d4[_0x30d2b0+_0x1d4a1d];}}__name(moveRows,_0x3177e2(0x17e));function moveColumns(_0x438abf,_0x45c80e,_0x58048d,_0x536e14){const _0x5d8a86=_0x3177e2,_0x495f4b=Object[_0x5d8a86(0xfb)](_0x438abf)[_0x5d8a86(0x164)](Number)[_0x5d8a86(0x23b)]((_0x4dcbe6,_0x127a89)=>_0x4dcbe6-_0x127a89);if(_0x536e14<0x0)for(const _0x299f3e of _0x495f4b){const _0x156b3d=_0x438abf[_0x299f3e];for(let _0x26e816=_0x45c80e;_0x26e816<_0x45c80e+_0x58048d;_0x26e816++)_0x156b3d[_0x5d8a86(0x139)](_0x26e816)?(_0x156b3d[_0x26e816+_0x536e14]=_0x156b3d[_0x26e816],delete _0x156b3d[_0x26e816]):delete _0x156b3d[_0x26e816+_0x536e14];}else for(const _0x2b30e0 of _0x495f4b){const _0xc15ac=_0x438abf[_0x2b30e0];for(let _0x224190=_0x45c80e+_0x58048d-0x1;_0x224190>=_0x45c80e;_0x224190--)_0xc15ac[_0x5d8a86(0x139)](_0x224190)?(_0xc15ac[_0x224190+_0x536e14]=_0xc15ac[_0x224190],delete _0xc15ac[_0x224190]):delete _0xc15ac[_0x224190+_0x536e14];}}__name(moveColumns,_0x3177e2(0x29b));function RangeSubtractRanges(_0x290986,_0x315a35){const _0x3453be=_0x3177e2;return new RangeMergeUtil()[_0x3453be(0xf6)](_0x290986)[_0x3453be(0x2aa)](..._0x315a35)[_0x3453be(0x2b5)]();}__name(RangeSubtractRanges,_0x3177e2(0x200));function processFormulaString(_0x3b08c4,_0x5e6625,_0x32cc03,_0x36501f){const _0x417dd6=_0x3177e2,_0x10e554=new LexerTreeBuilder()[_0x417dd6(0x1fd)](_0x32cc03);if(_0x10e554==null)return _0x32cc03;const _0x26467f=[];for(let _0x4a4fca=0x0,_0x37bae1=_0x10e554['length'];_0x4a4fca<_0x37bae1;_0x4a4fca++){const _0x388911=_0x10e554[_0x4a4fca];if(typeof _0x388911==_0x417dd6(0x22e)||_0x388911['nodeType']!==sequenceNodeType[_0x417dd6(0x14f)]){_0x26467f[_0x417dd6(0x2a4)](_0x388911);continue;}const {token:_0x2b73ab}=_0x388911,_0x1f6767=deserializeRangeWithSheetWithCache(_0x2b73ab),{range:_0x3f6270,sheetName:_0x499df3,unitId:_0x50d3f0}=_0x1f6767;if((_0x3b08c4===_0x50d3f0||_0x50d3f0==='')&&(_0x5e6625===_0x499df3||_0x499df3==='')){const _0x242f20=_0x36501f(_0x3f6270),_0x2f1c86=_0x242f20?serializeRangeToRefString({'range':_0x242f20,'sheetName':_0x499df3,'unitId':_0x50d3f0}):ErrorType['ERROR'];_0x26467f[_0x417dd6(0x2a4)]({..._0x388911,'token':_0x2f1c86});}else _0x26467f[_0x417dd6(0x2a4)](_0x388911);}return'='+generateStringWithSequence(_0x26467f);}__name(processFormulaString,_0x3177e2(0x2bb));function intersect(_0xcbb277,_0x4b55bd){const _0x239912=_0x3177e2;return _0xcbb277[_0x239912(0xe2)]<=_0x4b55bd[_0x239912(0x12c)]&&_0xcbb277[_0x239912(0x12c)]>=_0x4b55bd['start'];}__name(intersect,_0x3177e2(0x1ac));function contain(_0x1a479e,_0x17e26f){const _0x41c3cd=_0x3177e2;return _0x1a479e['start']<=_0x17e26f[_0x41c3cd(0xe2)]&&_0x1a479e[_0x41c3cd(0x12c)]>=_0x17e26f[_0x41c3cd(0x12c)];}__name(contain,_0x3177e2(0x132));function lineSubtractLines(_0x4520e9,_0x218bf2){const _0x5b7019=_0x3177e2;let _0x37cd25=[_0x4520e9];for(const _0x2c1044 of _0x218bf2){const _0x3eac03=[];for(const _0x4dbfa0 of _0x37cd25)_0x3eac03[_0x5b7019(0x2a4)](...lineSubtractLine(_0x4dbfa0,_0x2c1044));_0x37cd25=_0x3eac03;}return _0x37cd25;}__name(lineSubtractLines,'lineSubtractLines');function lineSubtractLine(_0x572004,_0xc2489a){const _0x223c9e=_0x3177e2,_0x3851da=[];if(contain(_0xc2489a,_0x572004))return _0x3851da;if(contain(_0x572004,_0xc2489a)){const _0x3603df=_0x572004[_0x223c9e(0xe2)],_0x35882e=_0xc2489a[_0x223c9e(0xe2)]-0x1,_0x24ba2c=_0xc2489a[_0x223c9e(0x12c)]+0x1,_0x48f980=_0x572004['end'];return _0x3603df<=_0x35882e&&_0x3851da[_0x223c9e(0x2a4)]({'start':_0x3603df,'end':_0x35882e}),_0x24ba2c<=_0x48f980&&_0x3851da['push']({'start':_0x24ba2c,'end':_0x48f980}),_0x3851da;}return intersect(_0x572004,_0xc2489a)?(_0x572004[_0x223c9e(0xe2)]<_0xc2489a[_0x223c9e(0xe2)]&&_0x3851da['push']({'start':_0x572004[_0x223c9e(0xe2)],'end':_0xc2489a[_0x223c9e(0xe2)]-0x1}),_0x572004[_0x223c9e(0x12c)]>_0xc2489a['end']&&_0x3851da[_0x223c9e(0x2a4)]({'start':_0xc2489a[_0x223c9e(0x12c)]+0x1,'end':_0x572004[_0x223c9e(0x12c)]}),_0x3851da):[_0x572004];}__name(lineSubtractLine,_0x3177e2(0x19b));function handleInsert(_0x4b6a24,_0x44b5bb){const _0x195529=_0x3177e2,_0x2aa779={'startColumn':_0x4b6a24[_0x195529(0xe2)],'endColumn':_0x4b6a24[_0x195529(0x12c)],'startRow':0x0,'endRow':0x1,'rangeType':RANGE_TYPE['COLUMN']},_0x581b4f={'startColumn':_0x44b5bb['start'],'endColumn':_0x44b5bb['end'],'startRow':0x0,'endRow':0x1,'rangeType':RANGE_TYPE[_0x195529(0x14d)]},_0x2563ce=handleBaseInsertRange(_0x2aa779,_0x581b4f);return{'start':_0x44b5bb['start']+_0x2563ce['step'],'end':_0x44b5bb['end']+_0x2563ce[_0x195529(0x120)]+_0x2563ce['length']};}__name(handleInsert,_0x3177e2(0x2b3));function handleRemove(_0x20beed,_0x4c9ba8){const _0x5aff34=_0x3177e2,_0xca2cad={'startColumn':_0x20beed[_0x5aff34(0xe2)],'endColumn':_0x20beed[_0x5aff34(0x12c)],'startRow':0x0,'endRow':0x1,'rangeType':RANGE_TYPE['COLUMN']},_0x492984={'startColumn':_0x4c9ba8[_0x5aff34(0xe2)],'endColumn':_0x4c9ba8[_0x5aff34(0x12c)],'startRow':0x0,'endRow':0x1,'rangeType':RANGE_TYPE[_0x5aff34(0x14d)]},_0x30c439=handleBaseRemoveRange(_0xca2cad,_0x492984);return _0x30c439===null?null:{'start':_0x4c9ba8[_0x5aff34(0xe2)]+_0x30c439[_0x5aff34(0x120)],'end':_0x4c9ba8[_0x5aff34(0x12c)]+_0x30c439['step']+_0x30c439[_0x5aff34(0x13d)]};}__name(handleRemove,_0x3177e2(0x126));function transformAddDataValidationWithRefRange(_0x2ba933,_0x11f5e4){const _0x555312=_0x3177e2,{unitId:_0xb92d9c,subUnitId:_0x4463ad}=_0x2ba933['params'],_0x497ef2=__name(_0x43ec90=>processFormulaString(_0xb92d9c,_0x4463ad,_0x43ec90,_0x1a1b44=>handleDefaultRangeChangeWithEffectRefCommands(_0x1a1b44,_0x11f5e4)),_0x555312(0x2bd)),_0x3ede1c=[],_0x238a49=__name(_0x2eebfa=>{const _0x2a7e67=_0x555312;var _0x2e6919,_0x336a3d;const _0x1222de=_0x2eebfa[_0x2a7e67(0x173)],_0x4263d4=_0x2eebfa[_0x2a7e67(0x206)][_0x2a7e67(0x164)](_0x4dcc7d=>handleCommonDefaultRangeChangeWithEffectRefCommands(_0x4dcc7d,_0x11f5e4)),_0x4580cd=(_0x2e6919=_0x2eebfa['formula1'])!=null?_0x2e6919:'',_0x3a1bc7=(_0x336a3d=_0x2eebfa[_0x2a7e67(0x159)])!=null?_0x336a3d:'';let _0x461fdd=_0x4580cd,_0x46b37f=_0x3a1bc7;isFormulaString(_0x4580cd)&&(_0x461fdd=_0x497ef2(_0x4580cd)),isFormulaString(_0x3a1bc7)&&(_0x46b37f=_0x497ef2(_0x3a1bc7)),(_0x461fdd!==_0x4580cd||_0x46b37f!==_0x3a1bc7)&&_0x3ede1c['push']({'id':UpdateDataValidationMutation['id'],'params':{'unitId':_0xb92d9c,'subUnitId':_0x4463ad,'ruleId':_0x1222de,'payload':{'type':UpdateRuleType['SETTING'],'payload':{'type':_0x2eebfa[_0x2a7e67(0x264)],'formula1':_0x461fdd,'formula2':_0x46b37f}}}});const _0x1c04df=_0x4263d4['flat']()[_0x2a7e67(0x2b7)](Boolean);isRangesEqual(_0x2eebfa[_0x2a7e67(0x206)],_0x1c04df)||_0x3ede1c[_0x2a7e67(0x2a4)]({'id':UpdateDataValidationMutation['id'],'params':{'unitId':_0xb92d9c,'subUnitId':_0x4463ad,'ruleId':_0x1222de,'payload':{'type':UpdateRuleType[_0x2a7e67(0x20f)],'payload':_0x1c04df}}});},_0x555312(0x262));return Array[_0x555312(0x1b0)](_0x2ba933[_0x555312(0x1d2)][_0x555312(0x27d)])?_0x2ba933[_0x555312(0x1d2)]['rule'][_0x555312(0x2b6)](_0x2b149b=>_0x238a49(_0x2b149b)):_0x238a49(_0x2ba933[_0x555312(0x1d2)][_0x555312(0x27d)]),_0x3ede1c;}__name(transformAddDataValidationWithRefRange,_0x3177e2(0x150));const moveColMutationWithAddDataValidation={'m1':MoveColsMutation['id'],'m2':AddDataValidationMutation['id'],'handler'(_0x268ea9,_0x2c8670){const _0x482a01=_0x3177e2,_0x1cb639={'m1Prime':_0x268ea9,'m2Prime':_0x2c8670};if(_0x268ea9[_0x482a01(0x1d2)]['unitId']!==_0x2c8670[_0x482a01(0x1d2)][_0x482a01(0x1f1)]||_0x268ea9['params'][_0x482a01(0x15c)]!==_0x2c8670['params'][_0x482a01(0x15c)])return _0x1cb639;const _0x191aa6={'id':MoveColsCommand['id'],'params':{'fromRange':_0x268ea9[_0x482a01(0x1d2)][_0x482a01(0x1a2)],'toRange':_0x268ea9[_0x482a01(0x1d2)]['targetRange']}},_0x29a670=transformAddDataValidationWithRefRange(_0x2c8670,_0x191aa6);return{'m1Prime':[_0x268ea9,..._0x29a670],'m2Prime':[_0x2c8670,..._0x29a670]};}},insertColMutationWithAddDataValidation={'m1':InsertColMutation['id'],'m2':AddDataValidationMutation['id'],'handler'(_0x3a0648,_0x251efe){const _0x3c51aa=_0x3177e2,_0x2d856b={'m1Prime':_0x3a0648,'m2Prime':_0x251efe};if(_0x3a0648[_0x3c51aa(0x1d2)]['unitId']!==_0x251efe[_0x3c51aa(0x1d2)]['unitId']||_0x3a0648[_0x3c51aa(0x1d2)][_0x3c51aa(0x15c)]!==_0x251efe[_0x3c51aa(0x1d2)][_0x3c51aa(0x15c)])return _0x2d856b;const _0x45b31a={'id':InsertColCommand['id'],'params':{'unitId':_0x3a0648[_0x3c51aa(0x1d2)][_0x3c51aa(0x1f1)],'subUnitId':_0x3a0648[_0x3c51aa(0x1d2)][_0x3c51aa(0x15c)],'range':_0x3a0648[_0x3c51aa(0x1d2)]['range']}},_0x4c0239=transformAddDataValidationWithRefRange(_0x251efe,_0x45b31a);return{'m1Prime':[_0x3a0648,..._0x4c0239],'m2Prime':[_0x251efe,..._0x4c0239]};}},insertColMutationWithAddMerge={'m1':InsertColMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x3e6acc,_0x3fef1d){const _0x37f08f=_0x3177e2,_0x539731=addWorksheetMergeMutationWithInsertColMutation[_0x37f08f(0x21c)](_0x3fef1d,_0x3e6acc);return isTransformMutationSuccess(_0x539731)?{'m1Prime':_0x539731[_0x37f08f(0x17b)],'m2Prime':_0x539731[_0x37f08f(0x1de)]}:_0x539731;}},insertColMutationWithSelf={'m1':InsertColMutation['id'],'m2':InsertColMutation['id'],'handler'(_0x3bb947,_0x3e61a3){const _0x984d8a=_0x3177e2,_0x288622={'m1Prime':_0x3bb947,'m2Prime':_0x3e61a3};if(_0x3bb947[_0x984d8a(0x1d2)][_0x984d8a(0x1f1)]!==_0x3e61a3[_0x984d8a(0x1d2)][_0x984d8a(0x1f1)]||_0x3bb947[_0x984d8a(0x1d2)][_0x984d8a(0x15c)]!==_0x3e61a3[_0x984d8a(0x1d2)][_0x984d8a(0x15c)])return _0x288622;const _0x4fa194=Tools['deepClone'](_0x3bb947),_0x11eb12=Tools['deepClone'](_0x3e61a3),_0x7969af=handleBaseInsertRange(toColumn(_0x3bb947['params'][_0x984d8a(0x219)]),toColumn(_0x3e61a3[_0x984d8a(0x1d2)][_0x984d8a(0x219)]));if(_0x7969af?(_0x11eb12['params'][_0x984d8a(0x219)][_0x984d8a(0x26b)]+=_0x7969af[_0x984d8a(0x120)],_0x11eb12[_0x984d8a(0x1d2)][_0x984d8a(0x219)][_0x984d8a(0x2a3)]+=_0x7969af['step']+(_0x7969af[_0x984d8a(0x13d)]||0x0)):_0x11eb12['id']=EmptyMutation['id'],_0x3bb947[_0x984d8a(0x1d2)][_0x984d8a(0x219)]['startColumn']!==_0x3e61a3['params'][_0x984d8a(0x219)][_0x984d8a(0x26b)]){const _0x499415=handleBaseInsertRange(toColumn(_0x3e61a3[_0x984d8a(0x1d2)][_0x984d8a(0x219)]),toColumn(_0x3bb947[_0x984d8a(0x1d2)][_0x984d8a(0x219)]));_0x499415?(_0x4fa194[_0x984d8a(0x1d2)][_0x984d8a(0x219)][_0x984d8a(0x26b)]+=_0x499415['step'],_0x4fa194[_0x984d8a(0x1d2)]['range'][_0x984d8a(0x2a3)]+=_0x499415[_0x984d8a(0x120)]+(_0x499415[_0x984d8a(0x13d)]||0x0)):_0x4fa194['id']=EmptyMutation['id'];}return{'m1Prime':_0x4fa194,'m2Prime':_0x11eb12};}},insertColMutationWithMoveCol={'m1':InsertColMutation['id'],'m2':MoveColsMutation['id'],'handler'(_0x279b0d,_0x52209a){const _0x4f7e7c=_0x3177e2,_0x557d51={'m1Prime':_0x279b0d,'m2Prime':_0x52209a};if(_0x279b0d[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x1f1)]!==_0x52209a['params'][_0x4f7e7c(0x1f1)]||_0x279b0d['params'][_0x4f7e7c(0x15c)]!==_0x52209a[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x15c)])return _0x557d51;const _0x13c744=Tools[_0x4f7e7c(0x1bb)](_0x279b0d),_0x5789a9=Tools[_0x4f7e7c(0x1bb)](_0x52209a),_0x5d3255=_0x52209a['params'][_0x4f7e7c(0x1a2)],_0x4386b3=_0x52209a['params']['targetRange'];if(_0x279b0d[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x219)][_0x4f7e7c(0x26b)]>_0x5d3255['startColumn']&&_0x279b0d[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x219)]['startColumn']<=_0x5d3255[_0x4f7e7c(0x2a3)]||_0x279b0d[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x219)]['startColumn']>_0x4386b3[_0x4f7e7c(0x26b)]&&_0x279b0d[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x219)][_0x4f7e7c(0x26b)]<=_0x4386b3[_0x4f7e7c(0x2a3)])return{'error':new Error(_0x4f7e7c(0x1e0))};const _0x1d6e5d=handleBaseInsertRange(toColumn(_0x279b0d[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x219)]),toColumn(_0x5d3255)),_0x343e68=handleBaseInsertRange(toColumn(_0x279b0d[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x219)]),toColumn(_0x4386b3));if(_0x5789a9['params']['sourceRange']['startColumn']+=_0x1d6e5d[_0x4f7e7c(0x120)],_0x5789a9[_0x4f7e7c(0x1d2)]['sourceRange']['endColumn']+=_0x1d6e5d[_0x4f7e7c(0x120)]+(_0x1d6e5d[_0x4f7e7c(0x13d)]||0x0),_0x5789a9[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x119)][_0x4f7e7c(0x26b)]+=_0x343e68[_0x4f7e7c(0x120)],_0x5789a9[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x119)][_0x4f7e7c(0x2a3)]+=_0x343e68[_0x4f7e7c(0x120)]+(_0x343e68[_0x4f7e7c(0x13d)]||0x0),_0x5d3255[_0x4f7e7c(0x26b)]>=_0x279b0d[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x219)][_0x4f7e7c(0x26b)]&&_0x4386b3[_0x4f7e7c(0x26b)]<_0x279b0d[_0x4f7e7c(0x1d2)]['range'][_0x4f7e7c(0x26b)]){const _0x554995=_0x4386b3[_0x4f7e7c(0x2a3)]-_0x4386b3[_0x4f7e7c(0x26b)]+0x1;_0x13c744[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x219)]['startColumn']+=_0x554995,_0x13c744[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x219)][_0x4f7e7c(0x2a3)]+=_0x554995;}else{if(_0x5d3255['endColumn']<_0x279b0d[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x219)][_0x4f7e7c(0x26b)]&&_0x4386b3[_0x4f7e7c(0x26b)]>=_0x279b0d[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x219)]['startColumn']){const _0x5b0405=_0x5d3255['endColumn']-_0x5d3255[_0x4f7e7c(0x26b)]+0x1;_0x13c744['params'][_0x4f7e7c(0x219)][_0x4f7e7c(0x26b)]-=_0x5b0405,_0x13c744[_0x4f7e7c(0x1d2)][_0x4f7e7c(0x219)]['endColumn']-=_0x5b0405;}}return{'m1Prime':_0x13c744,'m2Prime':_0x5789a9};}},insertColMutationWithMoveRange={'m1':InsertColMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0xa6ea94,_0x45418d){const _0x444243=_0x3177e2,_0x50b40f={'m1Prime':_0xa6ea94,'m2Prime':_0x45418d};if(_0xa6ea94[_0x444243(0x1d2)]['unitId']!==_0x45418d['params'][_0x444243(0x1f1)]||_0xa6ea94[_0x444243(0x1d2)][_0x444243(0x15c)]!==_0x45418d[_0x444243(0x1d2)][_0x444243(0x1df)][_0x444243(0x15c)]&&_0xa6ea94[_0x444243(0x1d2)][_0x444243(0x15c)]!==_0x45418d['params']['to'][_0x444243(0x15c)])return _0x50b40f;const _0xae9a5a=Tools[_0x444243(0x1bb)](_0xa6ea94),_0x32d077=Tools[_0x444243(0x1bb)](_0x45418d);if(_0xa6ea94[_0x444243(0x1d2)][_0x444243(0x15c)]===_0x45418d[_0x444243(0x1d2)]['from']['subUnitId']){const _0x528af1=new ObjectMatrix(_0x32d077['params'][_0x444243(0x1df)][_0x444243(0x238)])['getDataRange'](),{startColumn:_0x48778d,endColumn:_0xe764b3}=_0x528af1,{startColumn:_0x556fc4,endColumn:_0x21f777}=_0xa6ea94['params'][_0x444243(0x219)],{step:_0x497bd1,length:_0x2df902}=handleBaseInsertRange(_0xa6ea94[_0x444243(0x1d2)]['range'],_0x528af1);_0x497bd1>0x0&&_0x2df902===0x0&&moveColumns(_0x32d077[_0x444243(0x1d2)][_0x444243(0x1df)]['value'],_0x48778d,_0xe764b3-_0x48778d+0x1,_0x497bd1),_0x497bd1===0x0&&_0x2df902>0x0&&moveColumns(_0x32d077[_0x444243(0x1d2)][_0x444243(0x1df)][_0x444243(0x238)],_0x556fc4,_0xe764b3-_0x556fc4+0x1,_0x21f777-_0x556fc4+0x1);}if(_0xa6ea94[_0x444243(0x1d2)][_0x444243(0x15c)]===_0x45418d[_0x444243(0x1d2)]['to'][_0x444243(0x15c)]){const _0x2af7d1=new ObjectMatrix(_0x32d077['params']['to']['value'])['getDataRange'](),{startColumn:_0xce882e,endColumn:_0x3b3f15}=_0x2af7d1,{startColumn:_0x543bdb,endColumn:_0x4c0aae}=_0xa6ea94[_0x444243(0x1d2)]['range'],{step:_0x230d98,length:_0x5a613c}=handleBaseInsertRange(_0xa6ea94[_0x444243(0x1d2)][_0x444243(0x219)],_0x2af7d1);_0x230d98>0x0&&_0x5a613c===0x0&&moveColumns(_0x32d077[_0x444243(0x1d2)]['to'][_0x444243(0x238)],_0xce882e,_0x3b3f15-_0xce882e+0x1,_0x230d98),_0x230d98===0x0&&_0x5a613c>0x0&&moveColumns(_0x32d077[_0x444243(0x1d2)]['to'][_0x444243(0x238)],_0x543bdb,_0x3b3f15-_0x543bdb+0x1,_0x4c0aae-_0x543bdb+0x1);}return{'m1Prime':_0xae9a5a,'m2Prime':_0x32d077};}},insertColMutationWithRemoveCol={'m1':InsertColMutation['id'],'m2':RemoveColMutation['id'],'handler'(_0x2d483b,_0x5b89cc){const _0x40ccd1=_0x3177e2,_0xdc9526={'m1Prime':_0x2d483b,'m2Prime':_0x5b89cc};if(_0x2d483b[_0x40ccd1(0x1d2)][_0x40ccd1(0x1f1)]!==_0x5b89cc['params'][_0x40ccd1(0x1f1)]||_0x2d483b[_0x40ccd1(0x1d2)][_0x40ccd1(0x15c)]!==_0x5b89cc[_0x40ccd1(0x1d2)][_0x40ccd1(0x15c)])return _0xdc9526;const _0x218cd4=Tools[_0x40ccd1(0x1bb)](_0x2d483b),_0x1b2fbc=Tools[_0x40ccd1(0x1bb)](_0x5b89cc);if(_0x2d483b[_0x40ccd1(0x1d2)][_0x40ccd1(0x219)][_0x40ccd1(0x26b)]<=_0x5b89cc[_0x40ccd1(0x1d2)][_0x40ccd1(0x219)][_0x40ccd1(0x2a3)]&&_0x2d483b['params'][_0x40ccd1(0x219)]['startColumn']>_0x5b89cc['params'][_0x40ccd1(0x219)][_0x40ccd1(0x26b)])return{'error':new Error(_0x40ccd1(0x1ab))};const _0x71153e=handleBaseInsertRange(toColumn(_0x2d483b[_0x40ccd1(0x1d2)]['range']),toColumn(_0x5b89cc['params'][_0x40ccd1(0x219)]));_0x71153e?(_0x1b2fbc[_0x40ccd1(0x1d2)][_0x40ccd1(0x219)]['startColumn']+=_0x71153e[_0x40ccd1(0x120)],_0x1b2fbc[_0x40ccd1(0x1d2)][_0x40ccd1(0x219)][_0x40ccd1(0x2a3)]+=_0x71153e['step']+(_0x71153e[_0x40ccd1(0x13d)]||0x0)):_0x1b2fbc['id']=EmptyMutation['id'];const _0x44c512=handleBaseRemoveRange(toColumn(_0x5b89cc['params']['range']),toColumn(_0x2d483b['params'][_0x40ccd1(0x219)]));return _0x44c512&&(_0x218cd4[_0x40ccd1(0x1d2)][_0x40ccd1(0x219)]['startColumn']+=_0x44c512[_0x40ccd1(0x120)],_0x218cd4[_0x40ccd1(0x1d2)][_0x40ccd1(0x219)][_0x40ccd1(0x2a3)]+=_0x44c512[_0x40ccd1(0x120)]+(_0x44c512['length']||0x0)),{'m1Prime':_0x218cd4,'m2Prime':_0x1b2fbc};}},insertColMutationWithRemoveNumfmt={'m1':InsertColMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x383ecf,_0x39beff){const _0x1bb561=_0x3177e2,_0x160fea={'m1Prime':_0x383ecf,'m2Prime':_0x39beff};if(_0x383ecf[_0x1bb561(0x1d2)][_0x1bb561(0x1f1)]!==_0x39beff[_0x1bb561(0x1d2)][_0x1bb561(0x1f1)]||_0x383ecf[_0x1bb561(0x1d2)][_0x1bb561(0x15c)]!==_0x39beff[_0x1bb561(0x1d2)]['subUnitId'])return _0x160fea;const _0x2af33d=Tools[_0x1bb561(0x1bb)](_0x383ecf),_0x30a065=Tools[_0x1bb561(0x1bb)](_0x39beff),{ranges:_0x1eabfd}=_0x30a065[_0x1bb561(0x1d2)];return _0x1eabfd[_0x1bb561(0x1ec)](_0x5e35d1=>{const _0x524074=_0x1bb561,_0x5e6166=handleBaseInsertRange(toColumn(_0x383ecf[_0x524074(0x1d2)][_0x524074(0x219)]),toColumn(_0x5e35d1));return _0x5e6166[_0x524074(0x13d)]!==0x0?!0x0:(_0x5e35d1[_0x524074(0x26b)]+=_0x5e6166[_0x524074(0x120)],_0x5e35d1[_0x524074(0x2a3)]+=_0x5e6166['step'],!0x1);})?{'error':new Error(_0x1bb561(0x19e))}:{'m1Prime':_0x2af33d,'m2Prime':_0x30a065};}},insertColMutationWithRemoveWorksheetMergeMutation={'m1':InsertColMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0x25692e,_0x4d701f){const _0x13d188=_0x3177e2,_0x3b94ce=Tools['deepClone'](_0x25692e),_0x5456c5=Tools[_0x13d188(0x1bb)](_0x4d701f);if(_0x25692e['params']['unitId']!==_0x4d701f['params']['unitId']||_0x25692e[_0x13d188(0x1d2)][_0x13d188(0x15c)]!==_0x4d701f[_0x13d188(0x1d2)]['subUnitId'])return{'m1Prime':_0x3b94ce,'m2Prime':_0x5456c5};const _0x518817=_0x5456c5[_0x13d188(0x1d2)][_0x13d188(0x206)][_0x13d188(0x164)](_0x4706fc=>{const _0x1f5744=_0x13d188,_0x18d505=_0x3b94ce['params']['range'],_0x1b6e1c=_0x18d505[_0x1f5744(0x2a3)]-_0x18d505[_0x1f5744(0x26b)]+0x1;return _0x18d505[_0x1f5744(0x26b)]<=_0x4706fc[_0x1f5744(0x26b)]?{..._0x4706fc,'startColumn':_0x4706fc[_0x1f5744(0x26b)]+_0x1b6e1c,'endColumn':_0x4706fc[_0x1f5744(0x2a3)]+_0x1b6e1c}:_0x18d505[_0x1f5744(0x26b)]>_0x4706fc['startColumn']&&_0x18d505[_0x1f5744(0x26b)]<=_0x4706fc[_0x1f5744(0x2a3)]?{..._0x4706fc,'endColumn':_0x4706fc[_0x1f5744(0x2a3)]+_0x1b6e1c}:{..._0x4706fc};});return _0x5456c5[_0x13d188(0x1d2)]['ranges']=_0x518817,{'m1Prime':_0x3b94ce,'m2Prime':_0x5456c5};}},insertColMutationWithReorderRange={'m1':InsertColMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x3cd919,_0x16de6e){const _0x1cba70=_0x3177e2,_0x2d7c91={'m1Prime':_0x3cd919,'m2Prime':_0x16de6e};if(_0x3cd919[_0x1cba70(0x1d2)]['unitId']!==_0x16de6e[_0x1cba70(0x1d2)][_0x1cba70(0x1f1)]||_0x3cd919[_0x1cba70(0x1d2)][_0x1cba70(0x15c)]!==_0x16de6e[_0x1cba70(0x1d2)][_0x1cba70(0x15c)])return _0x2d7c91;const _0x5dbc66=Tools[_0x1cba70(0x1bb)](_0x16de6e),_0x13ed9d=handleBaseInsertRange(toColumn(_0x3cd919[_0x1cba70(0x1d2)][_0x1cba70(0x219)]),toColumn(_0x16de6e[_0x1cba70(0x1d2)][_0x1cba70(0x219)]));return _0x5dbc66[_0x1cba70(0x1d2)][_0x1cba70(0x219)][_0x1cba70(0x26b)]+=_0x13ed9d['step'],_0x5dbc66[_0x1cba70(0x1d2)][_0x1cba70(0x219)]['endColumn']+=_0x13ed9d['step']+(_0x13ed9d[_0x1cba70(0x13d)]||0x0),{'m1Prime':_0x3cd919,'m2Prime':_0x5dbc66};}},insertColMutationWithSetColData={'m1':InsertColMutation['id'],'m2':SetColDataMutation['id'],'handler'(_0x26f40e,_0xde451c){const _0x4d7f3f=_0x3177e2,_0x18d772={'m1Prime':_0x26f40e,'m2Prime':_0xde451c};if(_0x26f40e[_0x4d7f3f(0x1d2)]['unitId']!==_0xde451c['params']['unitId']||_0x26f40e['params']['subUnitId']!==_0xde451c['params'][_0x4d7f3f(0x15c)])return _0x18d772;const _0x506bed=Tools['deepClone'](_0x26f40e),_0x383650=Tools[_0x4d7f3f(0x1bb)](_0xde451c),{columnData:_0x480197}=_0x383650[_0x4d7f3f(0x1d2)];for(let _0x338bd3=_0x26f40e[_0x4d7f3f(0x1d2)]['range'][_0x4d7f3f(0x26b)];_0x338bd3<=_0x26f40e[_0x4d7f3f(0x1d2)][_0x4d7f3f(0x219)][_0x4d7f3f(0x2a3)];_0x338bd3++)insertMatrixArray(_0x338bd3,void 0x0,_0x480197);return{'m1Prime':_0x506bed,'m2Prime':_0x383650};}},insertColMutationWithSetColHidden={'m1':InsertColMutation['id'],'m2':SetColHiddenMutation['id'],'handler'(_0x551b9f,_0x96b3c3){const _0x320d94=_0x3177e2,_0x3e492b={'m1Prime':_0x551b9f,'m2Prime':_0x96b3c3};if(_0x551b9f[_0x320d94(0x1d2)][_0x320d94(0x1f1)]!==_0x96b3c3[_0x320d94(0x1d2)][_0x320d94(0x1f1)]||_0x551b9f[_0x320d94(0x1d2)][_0x320d94(0x15c)]!==_0x96b3c3[_0x320d94(0x1d2)][_0x320d94(0x15c)])return _0x3e492b;const _0xceb7f0=Tools[_0x320d94(0x1bb)](_0x551b9f),_0x11bb29=Tools[_0x320d94(0x1bb)](_0x96b3c3),{ranges:_0x3788e7}=_0x11bb29['params'];return _0x3788e7[_0x320d94(0x1ec)](_0x1e0629=>{const _0x1b32d9=_0x320d94,_0x4a61f0=handleBaseInsertRange(toColumn(_0x551b9f[_0x1b32d9(0x1d2)]['range']),_0x1e0629);return _0x4a61f0[_0x1b32d9(0x13d)]!==0x0?!0x0:(_0x1e0629['startColumn']+=_0x4a61f0[_0x1b32d9(0x120)],_0x1e0629['endColumn']+=_0x4a61f0['step'],!0x1);})?{'error':new Error(_0x320d94(0x1cb))}:{'m1Prime':_0xceb7f0,'m2Prime':_0x11bb29};}},insertColMutationWithSetColVisible={'m1':InsertColMutation['id'],'m2':SetColVisibleMutation['id'],'handler'(_0x31272a,_0x580ccb){const _0x31b9ea=_0x3177e2,_0x21a3bf={'m1Prime':_0x31272a,'m2Prime':_0x580ccb};if(_0x31272a[_0x31b9ea(0x1d2)][_0x31b9ea(0x1f1)]!==_0x580ccb[_0x31b9ea(0x1d2)][_0x31b9ea(0x1f1)]||_0x31272a[_0x31b9ea(0x1d2)][_0x31b9ea(0x15c)]!==_0x580ccb[_0x31b9ea(0x1d2)][_0x31b9ea(0x15c)])return _0x21a3bf;const _0x5e3254=Tools[_0x31b9ea(0x1bb)](_0x31272a),_0x7fe5df=Tools['deepClone'](_0x580ccb),{ranges:_0x1125f2}=_0x7fe5df[_0x31b9ea(0x1d2)];return _0x1125f2['some'](_0x5cd58a=>{const _0x4f8e20=_0x31b9ea,_0x2b0893=handleBaseInsertRange(toColumn(_0x31272a[_0x4f8e20(0x1d2)][_0x4f8e20(0x219)]),_0x5cd58a);return _0x2b0893[_0x4f8e20(0x13d)]!==0x0?!0x0:(_0x5cd58a['startColumn']+=_0x2b0893[_0x4f8e20(0x120)],_0x5cd58a[_0x4f8e20(0x2a3)]+=_0x2b0893['step'],!0x1);})?{'error':new Error(_0x31b9ea(0x10f))}:{'m1Prime':_0x5e3254,'m2Prime':_0x7fe5df};}},insertColMutationWithSetNumfmt={'m1':InsertColMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x4ae745,_0x3aa259){const _0x22b4c8=_0x3177e2,_0x366a5c={'m1Prime':_0x4ae745,'m2Prime':_0x3aa259};if(_0x4ae745[_0x22b4c8(0x1d2)]['unitId']!==_0x3aa259[_0x22b4c8(0x1d2)][_0x22b4c8(0x1f1)]||_0x4ae745[_0x22b4c8(0x1d2)][_0x22b4c8(0x15c)]!==_0x3aa259[_0x22b4c8(0x1d2)]['subUnitId'])return _0x366a5c;const _0x14bde2=[Tools[_0x22b4c8(0x1bb)](_0x4ae745)],_0x5c2707=Tools['deepClone'](_0x3aa259),{values:_0x3a50ba}=_0x5c2707[_0x22b4c8(0x1d2)],_0x1556fe=[];let _0x42e3c8=!0x1;for(const _0x191f99 in _0x3a50ba){const _0x48cf14=_0x3a50ba[_0x191f99];if(_0x1556fe[_0x22b4c8(0x2a4)](..._0x48cf14['ranges']),_0x48cf14[_0x22b4c8(0x206)]['some'](_0x3452f2=>{const _0x5c6229=_0x22b4c8,_0x45019f=handleBaseInsertRange(toColumn(_0x4ae745['params'][_0x5c6229(0x219)]),toColumn(_0x3452f2));return _0x45019f[_0x5c6229(0x13d)]!==0x0?!0x0:(_0x45019f[_0x5c6229(0x120)]!==0x0&&(_0x42e3c8=!0x0),_0x3452f2['startColumn']+=_0x45019f[_0x5c6229(0x120)],_0x3452f2[_0x5c6229(0x2a3)]+=_0x45019f[_0x5c6229(0x120)],!0x1);}))return{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x42e3c8){const _0x5c2083={'id':RemoveNumfmtMutation['id'],'params':{'unitId':_0x3aa259[_0x22b4c8(0x1d2)][_0x22b4c8(0x1f1)],'subUnitId':_0x3aa259[_0x22b4c8(0x1d2)][_0x22b4c8(0x15c)],'ranges':_0x1556fe}};_0x14bde2[_0x22b4c8(0x2a4)](_0x5c2083,_0x5c2707);}return{'m1Prime':_0x14bde2,'m2Prime':_0x5c2707};}},insertColMutationWithSetRangeValues={'m1':InsertColMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x27fda2,_0x8405dd){const _0x3cb1e0=_0x3177e2,_0x1d69ca={'m1Prime':_0x27fda2,'m2Prime':_0x8405dd};if(_0x27fda2[_0x3cb1e0(0x1d2)][_0x3cb1e0(0x1f1)]!==_0x8405dd[_0x3cb1e0(0x1d2)]['unitId']||_0x27fda2[_0x3cb1e0(0x1d2)][_0x3cb1e0(0x15c)]!==_0x8405dd['params']['subUnitId'])return _0x1d69ca;const _0x567f98=[Tools[_0x3cb1e0(0x1bb)](_0x27fda2)],_0x5bf142=Tools[_0x3cb1e0(0x1bb)](_0x8405dd),_0x2fdcd1=new ObjectMatrix(_0x5bf142['params']['cellValue']),_0x29f956=_0x2fdcd1['getDataRange'](),_0x454702=_0x27fda2[_0x3cb1e0(0x1d2)]['range'],_0x37e22b=_0x454702[_0x3cb1e0(0x2a3)]-_0x454702[_0x3cb1e0(0x26b)]+0x1;if(_0x5bf142[_0x3cb1e0(0x1d2)][_0x3cb1e0(0x162)]&&_0x454702[_0x3cb1e0(0x26b)]<=_0x29f956[_0x3cb1e0(0x2a3)]){const _0x43ae37=Math['max'](_0x29f956[_0x3cb1e0(0x26b)],_0x454702[_0x3cb1e0(0x26b)]);moveColumns(_0x5bf142[_0x3cb1e0(0x1d2)][_0x3cb1e0(0x162)],_0x43ae37,_0x29f956[_0x3cb1e0(0x2a3)]-_0x43ae37+0x1,_0x37e22b);}const _0x4e4294=new ObjectMatrix();let _0x3f463d=!0x1;if(_0x2fdcd1[_0x3cb1e0(0x283)]((_0x5982a5,_0x15e4c5,_0x23743c)=>{const _0xaeb10f=_0x3cb1e0;if(_0x23743c&&_0x23743c['f']){const _0x1ca67a=_0x23743c['f'];let _0x41e349=!0x1;const _0x436f95=processFormulaString(_0x27fda2[_0xaeb10f(0x1d2)][_0xaeb10f(0x1f1)],_0x27fda2[_0xaeb10f(0x1d2)][_0xaeb10f(0x15c)],_0x1ca67a,_0x20e2aa=>{const _0x4bb7a0=_0xaeb10f,_0x2b9cda=handleBaseInsertRange(toColumn(_0x27fda2[_0x4bb7a0(0x1d2)][_0x4bb7a0(0x219)]),toColumn(_0x20e2aa));return(_0x2b9cda[_0x4bb7a0(0x120)]!==0x0||_0x2b9cda['length']!==0x0)&&(_0x41e349=!0x0,_0x20e2aa[_0x4bb7a0(0x26b)]+=_0x2b9cda[_0x4bb7a0(0x120)],_0x20e2aa[_0x4bb7a0(0x2a3)]+=_0x2b9cda['step']+_0x2b9cda[_0x4bb7a0(0x13d)]),_0x20e2aa;});_0x41e349&&(_0x3f463d=!0x0,_0x23743c['f']=_0x436f95,_0x4e4294[_0xaeb10f(0x108)](_0x5982a5,_0x15e4c5,{..._0x23743c}));}}),_0x3f463d){const _0x4471ea={'id':SetRangeValuesMutation['id'],'params':{'unitId':_0x8405dd[_0x3cb1e0(0x1d2)][_0x3cb1e0(0x1f1)],'subUnitId':_0x8405dd['params']['subUnitId'],'cellValue':_0x4e4294[_0x3cb1e0(0x1d8)]()}};_0x567f98['push'](_0x4471ea);}return{'m1Prime':_0x567f98,'m2Prime':_0x5bf142};}},insertColMutationWithSetSelection={'m1':InsertColMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0x4bae27,_0x41c4b2){const _0x5b6e13=_0x3177e2,_0x41a215={'m1Prime':[],'m2Prime':[]};if(_0x4bae27[_0x5b6e13(0x1d2)][_0x5b6e13(0x1f1)]!==_0x41c4b2[_0x5b6e13(0x1d2)][_0x5b6e13(0x1f1)]||_0x4bae27['params'][_0x5b6e13(0x15c)]!==_0x41c4b2[_0x5b6e13(0x1d2)][_0x5b6e13(0x15c)])return _0x41a215;const _0x3ebc91=Tools[_0x5b6e13(0x1bb)](_0x41c4b2);let _0x385d63=!0x1;return _0x3ebc91['params'][_0x5b6e13(0x207)]['forEach'](_0x279796=>{const _0x532d90=_0x5b6e13,{range:_0x40df05,primary:_0x24f8bb}=_0x279796,_0x39641b=handleBaseInsertRange(toColumn(_0x4bae27[_0x532d90(0x1d2)][_0x532d90(0x219)]),toColumn(_0x40df05));if(_0x39641b['length']||_0x39641b['step']){if(_0x40df05[_0x532d90(0x26b)]+=_0x39641b[_0x532d90(0x120)],_0x40df05['endColumn']+=_0x39641b[_0x532d90(0x120)]+(_0x39641b[_0x532d90(0x13d)]||0x0),_0x24f8bb){const _0x3f2750=handleBaseInsertRange(toColumn(_0x4bae27['params']['range']),toColumn(_0x24f8bb));(_0x3f2750[_0x532d90(0x13d)]||_0x3f2750[_0x532d90(0x120)])&&(_0x24f8bb[_0x532d90(0x26b)]+=_0x3f2750[_0x532d90(0x120)],_0x24f8bb[_0x532d90(0x2a3)]+=_0x3f2750[_0x532d90(0x120)],_0x24f8bb['actualColumn']+=_0x3f2750['step']);}_0x385d63=!0x0;}}),_0x385d63&&_0x41a215['m2Prime'][_0x5b6e13(0x2a4)](_0x3ebc91),_0x41a215;}},insertColMutationWithSetSheetsFilterCriteria={'m1':InsertColMutation['id'],'m2':SetSheetsFilterCriteriaMutation['id'],'handler'(_0x5794f9,_0x8aac27){const _0x304e39=_0x3177e2,_0x1fe2a9={'m1Prime':_0x5794f9,'m2Prime':_0x8aac27};if(_0x5794f9[_0x304e39(0x1d2)][_0x304e39(0x1f1)]!==_0x8aac27[_0x304e39(0x1d2)][_0x304e39(0x1f1)]||_0x5794f9[_0x304e39(0x1d2)][_0x304e39(0x15c)]!==_0x8aac27[_0x304e39(0x1d2)][_0x304e39(0x15c)])return _0x1fe2a9;const _0x2ccd4e=Tools[_0x304e39(0x1bb)](_0x5794f9),_0x4ca1c5=Tools[_0x304e39(0x1bb)](_0x8aac27),_0x3ab466=handleInsert({'start':_0x5794f9[_0x304e39(0x1d2)][_0x304e39(0x219)][_0x304e39(0x26b)],'end':_0x5794f9[_0x304e39(0x1d2)]['range'][_0x304e39(0x2a3)]},{'start':_0x8aac27['params'][_0x304e39(0xf8)],'end':_0x8aac27[_0x304e39(0x1d2)][_0x304e39(0xf8)]});if(_0x4ca1c5['params'][_0x304e39(0xf8)]===_0x3ab466[_0x304e39(0xe2)])return _0x1fe2a9;_0x4ca1c5[_0x304e39(0x1d2)][_0x304e39(0xf8)]=_0x3ab466[_0x304e39(0xe2)],_0x4ca1c5[_0x304e39(0x1d2)][_0x304e39(0x1a7)]&&(_0x4ca1c5[_0x304e39(0x1d2)]['criteria'][_0x304e39(0x1d4)]=_0x3ab466[_0x304e39(0xe2)]);const _0x5ae03b=Tools[_0x304e39(0x1bb)](_0x8aac27);return _0x5ae03b[_0x304e39(0x1d2)][_0x304e39(0x1a7)]=null,{'m1Prime':[_0x5ae03b,_0x4ca1c5,_0x2ccd4e],'m2Prime':[_0x4ca1c5]};}},insertColMutationWithSetSheetsFilterRange={'m1':InsertColMutation['id'],'m2':SetSheetsFilterRangeMutation['id'],'handler'(_0x587fe3,_0x369a29){const _0x27d8fe=_0x3177e2,_0x46f8b6={'m1Prime':_0x587fe3,'m2Prime':_0x369a29};if(_0x587fe3[_0x27d8fe(0x1d2)]['unitId']!==_0x369a29[_0x27d8fe(0x1d2)]['unitId']||_0x587fe3[_0x27d8fe(0x1d2)]['subUnitId']!==_0x369a29[_0x27d8fe(0x1d2)]['subUnitId'])return _0x46f8b6;const _0x1eda4c=Tools[_0x27d8fe(0x1bb)](_0x587fe3),_0x12ab1d=Tools['deepClone'](_0x369a29),_0x17efad=handleInsert({'start':_0x587fe3[_0x27d8fe(0x1d2)][_0x27d8fe(0x219)]['startColumn'],'end':_0x587fe3[_0x27d8fe(0x1d2)][_0x27d8fe(0x219)][_0x27d8fe(0x2a3)]},{'start':_0x369a29['params']['range'][_0x27d8fe(0x26b)],'end':_0x369a29['params']['range'][_0x27d8fe(0x2a3)]});return _0x12ab1d['params']['range'][_0x27d8fe(0x26b)]===_0x17efad[_0x27d8fe(0xe2)]&&_0x12ab1d[_0x27d8fe(0x1d2)][_0x27d8fe(0x219)][_0x27d8fe(0x2a3)]===_0x17efad['end']?_0x46f8b6:(_0x12ab1d[_0x27d8fe(0x1d2)][_0x27d8fe(0x219)][_0x27d8fe(0x26b)]=_0x17efad[_0x27d8fe(0xe2)],_0x12ab1d[_0x27d8fe(0x1d2)]['range'][_0x27d8fe(0x2a3)]=_0x17efad[_0x27d8fe(0x12c)],{'m1Prime':[_0x12ab1d,_0x1eda4c],'m2Prime':[_0x12ab1d]});}},insertColMutationWithSetWorksheetColWidth={'m1':InsertColMutation['id'],'m2':SetWorksheetColWidthMutation['id'],'handler'(_0x41f37d,_0x2dfd73){const _0x503374=_0x3177e2,_0x4ce381={'m1Prime':_0x41f37d,'m2Prime':_0x2dfd73};if(_0x41f37d[_0x503374(0x1d2)][_0x503374(0x1f1)]!==_0x2dfd73[_0x503374(0x1d2)][_0x503374(0x1f1)]||_0x41f37d[_0x503374(0x1d2)][_0x503374(0x15c)]!==_0x2dfd73[_0x503374(0x1d2)][_0x503374(0x15c)])return _0x4ce381;const _0xb3dfd8=Tools['deepClone'](_0x41f37d),_0x41ed90=Tools[_0x503374(0x1bb)](_0x2dfd73),{ranges:_0x6339b1,colWidth:_0x1d0025}=_0x41ed90['params'];if(_0x6339b1[_0x503374(0x1ec)](_0x394b81=>{const _0x16bf6c=_0x503374,_0x291fbb=handleBaseInsertRange(toColumn(_0x41f37d[_0x16bf6c(0x1d2)][_0x16bf6c(0x219)]),_0x394b81);return _0x291fbb[_0x16bf6c(0x13d)]!==0x0?!0x0:(_0x394b81[_0x16bf6c(0x26b)]+=_0x291fbb[_0x16bf6c(0x120)],_0x394b81[_0x16bf6c(0x2a3)]+=_0x291fbb[_0x16bf6c(0x120)],!0x1);}))return{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')};if(typeof _0x1d0025!=_0x503374(0x203)){for(let _0x9ce850=_0x41f37d[_0x503374(0x1d2)]['range'][_0x503374(0x26b)];_0x9ce850<=_0x41f37d[_0x503374(0x1d2)]['range'][_0x503374(0x2a3)];_0x9ce850++)insertMatrixArray(_0x9ce850,void 0x0,_0x1d0025);}return{'m1Prime':_0xb3dfd8,'m2Prime':_0x41ed90};}},transformUpdateCommentRefWithRefRange=__name((_0x1c633a,_0x41f48a)=>{const _0x493610=_0x3177e2,_0x119e14=singleReferenceToGrid(_0x1c633a[_0x493610(0x1d2)]['payload']['ref']),_0x4a997f={'startColumn':_0x119e14['column'],'endColumn':_0x119e14['column'],'startRow':_0x119e14['row'],'endRow':_0x119e14[_0x493610(0x138)]},_0x41c4c9=handleDefaultRangeChangeWithEffectRefCommands(_0x4a997f,_0x41f48a);if(!_0x41c4c9)return[{'id':DeleteCommentMutation['id'],'params':{..._0x1c633a['params'],'comment':void 0x0,'commentId':_0x1c633a['params'][_0x493610(0x184)][_0x493610(0x202)]}}];const _0x4f5838=serializeRange(_0x41c4c9);return _0x4f5838===_0x1c633a[_0x493610(0x1d2)][_0x493610(0x184)][_0x493610(0x1ed)]?[]:[{'id':UpdateCommentRefMutation['id'],'params':{..._0x1c633a[_0x493610(0x1d2)],'comment':void 0x0,'payload':{'ref':_0x4f5838,'commentId':_0x1c633a[_0x493610(0x1d2)][_0x493610(0x184)][_0x493610(0x202)]}}}];},'transformUpdateCommentRefWithRefRange'),insertColWithUpdateCommentRef={'m1':InsertColMutation['id'],'m2':UpdateCommentRefMutation['id'],'handler':__name((_0x26852f,_0x475edc)=>{const _0x265e62=_0x3177e2,_0x1b7689={'m1Prime':_0x26852f,'m2Prime':_0x475edc};if(_0x26852f[_0x265e62(0x1d2)][_0x265e62(0x1f1)]!==_0x475edc['params']['unitId']||_0x26852f[_0x265e62(0x1d2)]['subUnitId']!==_0x475edc[_0x265e62(0x1d2)][_0x265e62(0x15c)])return _0x1b7689;const _0x5a0a52={'id':InsertColCommand['id'],'params':{'unitId':_0x26852f[_0x265e62(0x1d2)]['unitId'],'subUnitId':_0x26852f[_0x265e62(0x1d2)][_0x265e62(0x15c)],'range':_0x26852f['params']['range']}},_0x11a09d=transformUpdateCommentRefWithRefRange(_0x475edc,_0x5a0a52);return{'m1Prime':[_0x26852f,..._0x11a09d],'m2Prime':[_0x475edc,..._0x11a09d]};},_0x3177e2(0x21c))};function transformUpdateDataValidationWithRefRange(_0x7abdc0,_0x40860b){const _0x3b510c=_0x3177e2;var _0x3350c4,_0x2fb226;const {payload:_0x3c6d01,unitId:_0x223acf,subUnitId:_0x150bb0,ruleId:_0x3b9cae}=_0x7abdc0['params'];switch(_0x3c6d01[_0x3b510c(0x264)]){case UpdateRuleType[_0x3b510c(0x20f)]:{const _0x3f51e6=_0x3c6d01[_0x3b510c(0x184)][_0x3b510c(0x164)](_0x37d3ab=>handleCommonDefaultRangeChangeWithEffectRefCommands(_0x37d3ab,_0x40860b))['filter'](Boolean)['flat']();if(!isRangesEqual(_0x3f51e6,_0x3c6d01[_0x3b510c(0x184)]))return[{'id':UpdateDataValidationMutation['id'],'params':{'unitId':_0x223acf,'subUnitId':_0x150bb0,'ruleId':_0x3b9cae,'payload':{'type':UpdateRuleType[_0x3b510c(0x20f)],'payload':_0x3f51e6}}}];break;}case UpdateRuleType[_0x3b510c(0x1ea)]:{const _0x558c74=__name(_0x608e73=>processFormulaString(_0x223acf,_0x150bb0,_0x608e73,_0x2a6d23=>handleDefaultRangeChangeWithEffectRefCommands(_0x2a6d23,_0x40860b)),_0x3b510c(0x2bd)),_0x552620=(_0x3350c4=_0x3c6d01[_0x3b510c(0x184)][_0x3b510c(0x1ae)])!=null?_0x3350c4:'',_0x383d1d=(_0x2fb226=_0x3c6d01[_0x3b510c(0x184)][_0x3b510c(0x159)])!=null?_0x2fb226:'';let _0x386b94=_0x552620,_0x30b67a=_0x383d1d;if(isFormulaString(_0x552620)&&(_0x386b94=_0x558c74(_0x552620)),isFormulaString(_0x383d1d)&&(_0x30b67a=_0x558c74(_0x383d1d)),_0x386b94!==_0x552620||_0x30b67a!==_0x383d1d)return[{'id':UpdateDataValidationMutation['id'],'params':{'unitId':_0x223acf,'subUnitId':_0x150bb0,'ruleId':_0x3b9cae,'payload':{'type':UpdateRuleType['SETTING'],'payload':{'type':_0x3c6d01['payload'][_0x3b510c(0x264)],'formula1':_0x386b94,'formula2':_0x30b67a}}}}];break;}}return[];}__name(transformUpdateDataValidationWithRefRange,_0x3177e2(0x20e));const moveColMutationWithUpdateDataValidation={'m1':MoveColsMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x1bc891,_0x4fb45d)=>{const _0x17819a=_0x3177e2,_0x338365={'m1Prime':_0x1bc891,'m2Prime':_0x4fb45d};if(_0x1bc891['params'][_0x17819a(0x1f1)]!==_0x4fb45d['params'][_0x17819a(0x1f1)]||_0x4fb45d[_0x17819a(0x1d2)][_0x17819a(0x15c)]!==_0x1bc891[_0x17819a(0x1d2)][_0x17819a(0x15c)])return _0x338365;const _0x1354ac={'id':MoveColsCommand['id'],'params':{'fromRange':_0x1bc891[_0x17819a(0x1d2)][_0x17819a(0x1a2)],'toRange':_0x1bc891[_0x17819a(0x1d2)][_0x17819a(0x119)]}},_0x52516c=transformUpdateDataValidationWithRefRange(_0x4fb45d,_0x1354ac);return{'m1Prime':[_0x1bc891,..._0x52516c],'m2Prime':[_0x4fb45d,..._0x52516c]};},_0x3177e2(0x21c))},insertColMutationWithUpdateDataValidation={'m1':InsertColMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x23fa7a,_0x49edd7)=>{const _0x15072e=_0x3177e2,_0x4743fb={'m1Prime':_0x23fa7a,'m2Prime':_0x49edd7};if(_0x23fa7a[_0x15072e(0x1d2)]['unitId']!==_0x49edd7[_0x15072e(0x1d2)]['unitId']||_0x49edd7[_0x15072e(0x1d2)][_0x15072e(0x15c)]!==_0x23fa7a[_0x15072e(0x1d2)][_0x15072e(0x15c)])return _0x4743fb;const _0x3b8a58={'id':InsertColCommand['id'],'params':{'unitId':_0x23fa7a[_0x15072e(0x1d2)][_0x15072e(0x1f1)],'subUnitId':_0x23fa7a['params']['subUnitId'],'range':_0x23fa7a[_0x15072e(0x1d2)]['range']}},_0x5867d6=transformUpdateDataValidationWithRefRange(_0x49edd7,_0x3b8a58);return{'m1Prime':[_0x23fa7a,..._0x5867d6],'m2Prime':[_0x49edd7,..._0x5867d6]};},_0x3177e2(0x21c))},insertRowWithAddComment={'m1':InsertRowMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x42a2b4,_0x114ff6)=>{const _0x4ad498=_0x3177e2,_0x52a3c6={'m1Prime':_0x42a2b4,'m2Prime':_0x114ff6};if(_0x42a2b4[_0x4ad498(0x1d2)][_0x4ad498(0x1f1)]!==_0x114ff6[_0x4ad498(0x1d2)][_0x4ad498(0x1f1)]||_0x42a2b4['params'][_0x4ad498(0x15c)]!==_0x114ff6[_0x4ad498(0x1d2)][_0x4ad498(0x15c)])return _0x52a3c6;const _0x420ea9={'id':InsertRowCommand['id'],'params':{'unitId':_0x42a2b4[_0x4ad498(0x1d2)][_0x4ad498(0x1f1)],'subUnitId':_0x42a2b4[_0x4ad498(0x1d2)][_0x4ad498(0x15c)],'range':_0x42a2b4[_0x4ad498(0x1d2)]['range']}},_0x57f00a=transformAddCommentWithRefRange(_0x114ff6,_0x420ea9);return{'m1Prime':[_0x42a2b4,..._0x57f00a],'m2Prime':[_0x114ff6,..._0x57f00a]};},'handler')},insertRowMutationWithAddMerge={'m1':InsertRowMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x273f6c,_0x433f15){const _0x160eae=_0x3177e2,_0x364ab2=addWorksheetMergeMutationWithInsertRowMutation[_0x160eae(0x21c)](_0x433f15,_0x273f6c);return isTransformMutationSuccess(_0x364ab2)?{'m1Prime':_0x364ab2[_0x160eae(0x17b)],'m2Prime':_0x364ab2[_0x160eae(0x1de)]}:_0x364ab2;}},insertRowMutationWithSelf={'m1':InsertRowMutation['id'],'m2':InsertRowMutation['id'],'handler'(_0x177e6d,_0x2cd508){const _0xf9beac=_0x3177e2,_0xf5c273={'m1Prime':_0x177e6d,'m2Prime':_0x2cd508};if(_0x177e6d['params'][_0xf9beac(0x1f1)]!==_0x2cd508[_0xf9beac(0x1d2)][_0xf9beac(0x1f1)]||_0x177e6d['params']['subUnitId']!==_0x2cd508[_0xf9beac(0x1d2)][_0xf9beac(0x15c)])return _0xf5c273;const _0x234705=Tools['deepClone'](_0x177e6d),_0x214175=Tools[_0xf9beac(0x1bb)](_0x2cd508),_0x50987b=handleBaseInsertRange(toColumn(rotateRange(_0x177e6d[_0xf9beac(0x1d2)][_0xf9beac(0x219)])),toColumn(rotateRange(_0x2cd508[_0xf9beac(0x1d2)][_0xf9beac(0x219)])));if(_0x50987b?(_0x214175[_0xf9beac(0x1d2)]['range']['startRow']+=_0x50987b[_0xf9beac(0x120)],_0x214175[_0xf9beac(0x1d2)][_0xf9beac(0x219)]['endRow']+=_0x50987b['step']+(_0x50987b[_0xf9beac(0x13d)]||0x0)):_0x214175['id']=EmptyMutation['id'],_0x177e6d[_0xf9beac(0x1d2)][_0xf9beac(0x219)]['startRow']!==_0x2cd508[_0xf9beac(0x1d2)][_0xf9beac(0x219)][_0xf9beac(0x103)]){const _0x504f47=handleBaseInsertRange(toColumn(rotateRange(_0x2cd508['params'][_0xf9beac(0x219)])),toColumn(rotateRange(_0x177e6d[_0xf9beac(0x1d2)][_0xf9beac(0x219)])));_0x504f47?(_0x234705[_0xf9beac(0x1d2)]['range'][_0xf9beac(0x103)]+=_0x504f47[_0xf9beac(0x120)],_0x234705[_0xf9beac(0x1d2)][_0xf9beac(0x219)][_0xf9beac(0x239)]+=_0x504f47['step']+(_0x504f47[_0xf9beac(0x13d)]||0x0)):_0x234705['id']=EmptyMutation['id'];}return{'m1Prime':_0x234705,'m2Prime':_0x214175};}},insertRowMutationWithMoveRange={'m1':InsertRowMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x553e84,_0xcf801b){const _0xca1906=_0x3177e2,_0x313fe7={'m1Prime':_0x553e84,'m2Prime':_0xcf801b};if(_0x553e84[_0xca1906(0x1d2)]['unitId']!==_0xcf801b[_0xca1906(0x1d2)]['unitId']||_0x553e84[_0xca1906(0x1d2)][_0xca1906(0x15c)]!==_0xcf801b[_0xca1906(0x1d2)]['from'][_0xca1906(0x15c)]&&_0x553e84[_0xca1906(0x1d2)][_0xca1906(0x15c)]!==_0xcf801b[_0xca1906(0x1d2)]['to'][_0xca1906(0x15c)])return _0x313fe7;const _0x535eca=Tools[_0xca1906(0x1bb)](_0x553e84),_0x2c34c5=Tools[_0xca1906(0x1bb)](_0xcf801b);if(_0x553e84[_0xca1906(0x1d2)][_0xca1906(0x15c)]===_0xcf801b['params'][_0xca1906(0x1df)][_0xca1906(0x15c)]){const _0x3e5a05=new ObjectMatrix(_0x2c34c5[_0xca1906(0x1d2)][_0xca1906(0x1df)][_0xca1906(0x238)])['getDataRange'](),{startRow:_0x3a3dff,endRow:_0x1035f7}=_0x3e5a05,{startRow:_0x4fa732,endRow:_0x14ae0a}=_0x553e84['params']['range'],{step:_0xca1098,length:_0xe9dbfb}=handleBaseInsertRange(rotateRange(_0x553e84['params'][_0xca1906(0x219)]),rotateRange(_0x3e5a05));_0xca1098>0x0&&_0xe9dbfb===0x0&&moveRows(_0x2c34c5[_0xca1906(0x1d2)][_0xca1906(0x1df)][_0xca1906(0x238)],_0x3a3dff,_0x1035f7-_0x3a3dff+0x1,_0xca1098),_0xca1098===0x0&&_0xe9dbfb>0x0&&moveRows(_0x2c34c5['params'][_0xca1906(0x1df)][_0xca1906(0x238)],_0x4fa732,_0x1035f7-_0x4fa732+0x1,_0x14ae0a-_0x4fa732+0x1);}if(_0x553e84['params'][_0xca1906(0x15c)]===_0xcf801b[_0xca1906(0x1d2)]['to'][_0xca1906(0x15c)]){const _0x2aa614=new ObjectMatrix(_0xcf801b[_0xca1906(0x1d2)]['to'][_0xca1906(0x238)])[_0xca1906(0x122)](),{startRow:_0x4457c9,endRow:_0x31df99}=_0x2aa614,{startRow:_0x3acc0e,endRow:_0x3a5918}=_0x553e84[_0xca1906(0x1d2)]['range'],{step:_0x5136ea,length:_0x1dfb42}=handleBaseInsertRange(rotateRange(_0x553e84[_0xca1906(0x1d2)][_0xca1906(0x219)]),rotateRange(_0x2aa614));_0x5136ea>0x0&&_0x1dfb42===0x0&&moveRows(_0x2c34c5[_0xca1906(0x1d2)]['to'][_0xca1906(0x238)],_0x4457c9,_0x31df99-_0x4457c9+0x1,_0x5136ea),_0x5136ea===0x0&&_0x1dfb42>0x0&&moveRows(_0x2c34c5[_0xca1906(0x1d2)]['to'][_0xca1906(0x238)],_0x3acc0e,_0x31df99-_0x3acc0e+0x1,_0x3a5918-_0x3acc0e+0x1);}return{'m1Prime':_0x535eca,'m2Prime':_0x2c34c5};}},insertRowMutationWithMoveRow={'m1':InsertRowMutation['id'],'m2':MoveRowsMutation['id'],'handler'(_0x45bc8d,_0xfb8594){const _0x169c22=_0x3177e2,_0x54a0c3={'m1Prime':_0x45bc8d,'m2Prime':_0xfb8594};if(_0x45bc8d[_0x169c22(0x1d2)][_0x169c22(0x1f1)]!==_0xfb8594[_0x169c22(0x1d2)]['unitId']||_0x45bc8d['params']['subUnitId']!==_0xfb8594[_0x169c22(0x1d2)][_0x169c22(0x15c)])return _0x54a0c3;const _0xf32394=Tools['deepClone'](_0x45bc8d),_0x592870=Tools[_0x169c22(0x1bb)](_0xfb8594),_0x28797d=_0xfb8594[_0x169c22(0x1d2)][_0x169c22(0x1a2)],_0x527211=_0xfb8594['params']['targetRange'];if(_0x45bc8d['params'][_0x169c22(0x219)][_0x169c22(0x103)]>_0x28797d[_0x169c22(0x103)]&&_0x45bc8d[_0x169c22(0x1d2)][_0x169c22(0x219)][_0x169c22(0x103)]<=_0x28797d['endRow']||_0x45bc8d[_0x169c22(0x1d2)][_0x169c22(0x219)]['startRow']>_0x527211[_0x169c22(0x103)]&&_0x45bc8d[_0x169c22(0x1d2)][_0x169c22(0x219)]['startRow']<=_0x527211[_0x169c22(0x239)])return{'error':new Error(_0x169c22(0x1e0))};const _0x525edb=handleBaseInsertRange(toColumn(rotateRange(_0x45bc8d['params'][_0x169c22(0x219)])),toColumn(rotateRange(_0x28797d))),_0x597f5f=handleBaseInsertRange(toColumn(rotateRange(_0x45bc8d[_0x169c22(0x1d2)][_0x169c22(0x219)])),toColumn(rotateRange(_0x527211)));if(_0x592870[_0x169c22(0x1d2)]['sourceRange']['startRow']+=_0x525edb['step'],_0x592870[_0x169c22(0x1d2)][_0x169c22(0x1a2)][_0x169c22(0x239)]+=_0x525edb['step']+(_0x525edb['length']||0x0),_0x592870[_0x169c22(0x1d2)][_0x169c22(0x119)]['startRow']+=_0x597f5f['step'],_0x592870[_0x169c22(0x1d2)][_0x169c22(0x119)]['endRow']+=_0x597f5f[_0x169c22(0x120)]+(_0x597f5f[_0x169c22(0x13d)]||0x0),_0x28797d[_0x169c22(0x103)]>=_0x45bc8d[_0x169c22(0x1d2)][_0x169c22(0x219)][_0x169c22(0x103)]&&_0x527211['startRow']<_0x45bc8d[_0x169c22(0x1d2)][_0x169c22(0x219)][_0x169c22(0x103)]){const _0xa0d4da=_0x527211[_0x169c22(0x239)]-_0x527211[_0x169c22(0x103)]+0x1;_0xf32394[_0x169c22(0x1d2)][_0x169c22(0x219)][_0x169c22(0x103)]+=_0xa0d4da,_0xf32394[_0x169c22(0x1d2)][_0x169c22(0x219)][_0x169c22(0x239)]+=_0xa0d4da;}else{if(_0x28797d[_0x169c22(0x239)]<_0x45bc8d['params']['range'][_0x169c22(0x103)]&&_0x527211[_0x169c22(0x103)]>=_0x45bc8d[_0x169c22(0x1d2)][_0x169c22(0x219)]['startRow']){const _0x1cbb49=_0x28797d['endRow']-_0x28797d[_0x169c22(0x103)]+0x1;_0xf32394['params'][_0x169c22(0x219)]['startRow']-=_0x1cbb49,_0xf32394['params'][_0x169c22(0x219)][_0x169c22(0x239)]-=_0x1cbb49;}}return{'m1Prime':_0xf32394,'m2Prime':_0x592870};}},insertRowMutationWithRemoveNumfmt={'m1':InsertRowMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x1cbd05,_0xcf627a){const _0xa1dd4b=_0x3177e2,_0x4fede3={'m1Prime':_0x1cbd05,'m2Prime':_0xcf627a};if(_0x1cbd05[_0xa1dd4b(0x1d2)][_0xa1dd4b(0x1f1)]!==_0xcf627a['params']['unitId']||_0x1cbd05[_0xa1dd4b(0x1d2)][_0xa1dd4b(0x15c)]!==_0xcf627a[_0xa1dd4b(0x1d2)][_0xa1dd4b(0x15c)])return _0x4fede3;const _0x4b2b00=Tools['deepClone'](_0x1cbd05),_0x538473=Tools[_0xa1dd4b(0x1bb)](_0xcf627a),{ranges:_0x2ce219}=_0x538473[_0xa1dd4b(0x1d2)];return _0x2ce219[_0xa1dd4b(0x1ec)](_0x2c8e8d=>{const _0x4af48f=_0xa1dd4b,_0x35e832=handleBaseInsertRange(toColumn(rotateRange(_0x1cbd05[_0x4af48f(0x1d2)][_0x4af48f(0x219)])),toColumn(rotateRange(_0x2c8e8d)));return _0x35e832[_0x4af48f(0x13d)]!==0x0?!0x0:(_0x2c8e8d['startRow']+=_0x35e832[_0x4af48f(0x120)],_0x2c8e8d[_0x4af48f(0x239)]+=_0x35e832['step'],!0x1);})?{'error':new Error(_0xa1dd4b(0x213))}:{'m1Prime':_0x4b2b00,'m2Prime':_0x538473};}},insertRowMutationWithRemoveRow={'m1':InsertRowMutation['id'],'m2':RemoveRowMutation['id'],'handler'(_0x3d1256,_0x487ff0){const _0x3e9807=_0x3177e2,_0x3324b7={'m1Prime':_0x3d1256,'m2Prime':_0x487ff0};if(_0x3d1256[_0x3e9807(0x1d2)][_0x3e9807(0x1f1)]!==_0x487ff0[_0x3e9807(0x1d2)]['unitId']||_0x3d1256[_0x3e9807(0x1d2)][_0x3e9807(0x15c)]!==_0x487ff0[_0x3e9807(0x1d2)][_0x3e9807(0x15c)])return _0x3324b7;const _0x281d53=Tools['deepClone'](_0x3d1256),_0x253109=Tools[_0x3e9807(0x1bb)](_0x487ff0);if(_0x3d1256[_0x3e9807(0x1d2)][_0x3e9807(0x219)][_0x3e9807(0x103)]<=_0x487ff0['params']['range'][_0x3e9807(0x239)]&&_0x3d1256[_0x3e9807(0x1d2)]['range'][_0x3e9807(0x103)]>_0x487ff0['params']['range'][_0x3e9807(0x103)])return{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20remove\x20row')};const _0x7a1ed1=handleBaseInsertRange(toColumn(rotateRange(_0x3d1256[_0x3e9807(0x1d2)][_0x3e9807(0x219)])),toColumn(rotateRange(_0x487ff0[_0x3e9807(0x1d2)][_0x3e9807(0x219)])));_0x7a1ed1?(_0x253109[_0x3e9807(0x1d2)][_0x3e9807(0x219)]['startRow']+=_0x7a1ed1[_0x3e9807(0x120)],_0x253109[_0x3e9807(0x1d2)][_0x3e9807(0x219)][_0x3e9807(0x239)]+=_0x7a1ed1['step']+(_0x7a1ed1[_0x3e9807(0x13d)]||0x0)):_0x253109['id']=EmptyMutation['id'];const _0x351d1c=handleBaseRemoveRange(toColumn(rotateRange(_0x487ff0[_0x3e9807(0x1d2)][_0x3e9807(0x219)])),toColumn(rotateRange(_0x3d1256[_0x3e9807(0x1d2)][_0x3e9807(0x219)])));return _0x351d1c&&(_0x281d53['params'][_0x3e9807(0x219)]['startRow']+=_0x351d1c[_0x3e9807(0x120)],_0x281d53['params'][_0x3e9807(0x219)][_0x3e9807(0x239)]+=_0x351d1c['step']+(_0x351d1c['length']||0x0)),{'m1Prime':_0x281d53,'m2Prime':_0x253109};}},insertRowMutationWithRemoveWorksheetMergeMutation={'m1':InsertRowMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0x2fa7dc,_0x122559){const _0x23326f=_0x3177e2,_0x5b0201=Tools[_0x23326f(0x1bb)](_0x2fa7dc),_0x4ea055=Tools[_0x23326f(0x1bb)](_0x122559);if(_0x2fa7dc[_0x23326f(0x1d2)][_0x23326f(0x1f1)]!==_0x122559[_0x23326f(0x1d2)][_0x23326f(0x1f1)]||_0x2fa7dc[_0x23326f(0x1d2)][_0x23326f(0x15c)]!==_0x122559[_0x23326f(0x1d2)]['subUnitId'])return{'m1Prime':_0x5b0201,'m2Prime':_0x4ea055};const _0x474d5d=_0x4ea055['params']['ranges'][_0x23326f(0x164)](_0x56ab35=>{const _0xb472d=_0x23326f,_0x282581=_0x5b0201[_0xb472d(0x1d2)][_0xb472d(0x219)],_0xb66d04=_0x282581[_0xb472d(0x239)]-_0x282581[_0xb472d(0x103)]+0x1;return _0x282581[_0xb472d(0x103)]<=_0x56ab35[_0xb472d(0x103)]?{..._0x56ab35,'startRow':_0x56ab35[_0xb472d(0x103)]+_0xb66d04,'endRow':_0x56ab35[_0xb472d(0x239)]+_0xb66d04}:_0x282581['startRow']>_0x56ab35[_0xb472d(0x103)]&&_0x282581[_0xb472d(0x103)]<=_0x56ab35[_0xb472d(0x239)]?{..._0x56ab35,'endRow':_0x56ab35[_0xb472d(0x239)]+_0xb66d04}:{..._0x56ab35};});return _0x4ea055['params'][_0x23326f(0x206)]=_0x474d5d,{'m1Prime':_0x5b0201,'m2Prime':_0x4ea055};}},insertRowMutationWithReorderRange={'m1':InsertRowMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x3f358b,_0x85fef2){const _0xda2473=_0x3177e2,_0x181d9f={'m1Prime':_0x3f358b,'m2Prime':_0x85fef2};if(_0x3f358b[_0xda2473(0x1d2)][_0xda2473(0x1f1)]!==_0x85fef2['params'][_0xda2473(0x1f1)]||_0x3f358b[_0xda2473(0x1d2)][_0xda2473(0x15c)]!==_0x85fef2[_0xda2473(0x1d2)]['subUnitId'])return _0x181d9f;const _0x232d46=Tools[_0xda2473(0x1bb)](_0x85fef2),_0x1b7d28=handleBaseInsertRange(toColumn(rotateRange(_0x3f358b['params'][_0xda2473(0x219)])),toColumn(rotateRange(_0x85fef2[_0xda2473(0x1d2)][_0xda2473(0x219)])));_0x232d46[_0xda2473(0x1d2)]['range'][_0xda2473(0x103)]+=_0x1b7d28[_0xda2473(0x120)],_0x232d46[_0xda2473(0x1d2)][_0xda2473(0x219)][_0xda2473(0x239)]+=_0x1b7d28[_0xda2473(0x120)]+(_0x1b7d28['length']||0x0);const _0x1f1a23=_0x3f358b[_0xda2473(0x1d2)][_0xda2473(0x219)][_0xda2473(0x103)],_0x1055cd=_0x3f358b[_0xda2473(0x1d2)]['range']['endRow']-_0x3f358b[_0xda2473(0x1d2)][_0xda2473(0x219)][_0xda2473(0x103)]+0x1,_0x17714c={};for(const _0x35e434 in _0x85fef2['params'][_0xda2473(0x1a1)]){let _0x1c9439=Number(_0x35e434),_0x16a563=_0x85fef2[_0xda2473(0x1d2)][_0xda2473(0x1a1)][_0x35e434];_0x1c9439=orderMap$1(_0x1f1a23,_0x1055cd,_0x1c9439),_0x16a563=orderMap$1(_0x1f1a23,_0x1055cd,_0x16a563),_0x17714c[_0x1c9439]=_0x16a563;}return _0x232d46[_0xda2473(0x1d2)][_0xda2473(0x1a1)]=_0x17714c,{'m1Prime':_0x3f358b,'m2Prime':_0x232d46};}},orderMap$1=__name((_0xb9bf78,_0x5374e8,_0xd73cb2)=>_0xd73cb2>=_0xb9bf78?_0xd73cb2+_0x5374e8:_0xd73cb2,_0x3177e2(0x10d)),insertRowMutationWithSetNumfmt={'m1':InsertRowMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x26d191,_0x59b18a){const _0x419d48=_0x3177e2,_0x6b40cb={'m1Prime':_0x26d191,'m2Prime':_0x59b18a};if(_0x26d191[_0x419d48(0x1d2)][_0x419d48(0x1f1)]!==_0x59b18a[_0x419d48(0x1d2)][_0x419d48(0x1f1)]||_0x26d191[_0x419d48(0x1d2)][_0x419d48(0x15c)]!==_0x59b18a[_0x419d48(0x1d2)]['subUnitId'])return _0x6b40cb;const _0x495a31=[Tools[_0x419d48(0x1bb)](_0x26d191)],_0x514533=Tools[_0x419d48(0x1bb)](_0x59b18a),{values:_0x4a64fc}=_0x514533[_0x419d48(0x1d2)],_0x663e23=[];let _0x3aca73=!0x1;for(const _0x19acaf in _0x4a64fc){const _0x596784=_0x4a64fc[_0x19acaf];if(_0x663e23[_0x419d48(0x2a4)](..._0x596784[_0x419d48(0x206)]),_0x596784[_0x419d48(0x206)][_0x419d48(0x1ec)](_0x248bde=>{const _0x373ba3=_0x419d48,_0x2ace22=handleBaseInsertRange(toColumn(rotateRange(_0x26d191['params']['range'])),rotateRange(toColumn(_0x248bde)));return _0x2ace22[_0x373ba3(0x13d)]!==0x0?!0x0:(_0x2ace22['step']!==0x0&&(_0x3aca73=!0x0),_0x248bde[_0x373ba3(0x103)]+=_0x2ace22[_0x373ba3(0x120)],_0x248bde[_0x373ba3(0x239)]+=_0x2ace22[_0x373ba3(0x120)],!0x1);}))return{'error':new Error(_0x419d48(0x23c))};}if(_0x3aca73){const _0x4dfbfa={'id':RemoveNumfmtMutation['id'],'params':{'unitId':_0x59b18a['params'][_0x419d48(0x1f1)],'subUnitId':_0x59b18a[_0x419d48(0x1d2)][_0x419d48(0x15c)],'ranges':_0x663e23}};_0x495a31[_0x419d48(0x2a4)](_0x4dfbfa,_0x514533);}return{'m1Prime':_0x495a31,'m2Prime':_0x514533};}},insertRowMutationWithSetRangeValues={'m1':InsertRowMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0xf62ffc,_0x12db8a){const _0x2aeb02=_0x3177e2,_0x243f0b={'m1Prime':_0xf62ffc,'m2Prime':_0x12db8a};if(_0xf62ffc[_0x2aeb02(0x1d2)][_0x2aeb02(0x1f1)]!==_0x12db8a[_0x2aeb02(0x1d2)][_0x2aeb02(0x1f1)]||_0xf62ffc[_0x2aeb02(0x1d2)][_0x2aeb02(0x15c)]!==_0x12db8a[_0x2aeb02(0x1d2)][_0x2aeb02(0x15c)])return _0x243f0b;const _0x430f39=[Tools['deepClone'](_0xf62ffc)],_0x2a529d=Tools['deepClone'](_0x12db8a),_0x112c79=new ObjectMatrix(_0x2a529d[_0x2aeb02(0x1d2)][_0x2aeb02(0x162)]),_0x23a188=_0x112c79[_0x2aeb02(0x122)](),_0x551924=_0xf62ffc['params'][_0x2aeb02(0x219)],_0x595b68=_0x551924[_0x2aeb02(0x239)]-_0x551924[_0x2aeb02(0x103)]+0x1;if(_0x2a529d[_0x2aeb02(0x1d2)][_0x2aeb02(0x162)]&&_0x551924[_0x2aeb02(0x103)]<=_0x23a188[_0x2aeb02(0x239)]){const _0x341850=Math[_0x2aeb02(0x1bd)](_0x23a188[_0x2aeb02(0x103)],_0x551924[_0x2aeb02(0x103)]);moveRows(_0x2a529d['params'][_0x2aeb02(0x162)],_0x341850,_0x23a188[_0x2aeb02(0x239)]-_0x341850+0x1,_0x595b68);}const _0x4afc6a=new ObjectMatrix();let _0x178e72=!0x1;if(_0x112c79[_0x2aeb02(0x283)]((_0xde1527,_0xe6f7cf,_0x52a926)=>{const _0x28d6d4=_0x2aeb02;if(_0x52a926&&_0x52a926['f']){const _0x2920f8=_0x52a926['f'];let _0x13b793=!0x1;const _0x2d536e=processFormulaString(_0xf62ffc[_0x28d6d4(0x1d2)][_0x28d6d4(0x1f1)],_0xf62ffc['params'][_0x28d6d4(0x15c)],_0x2920f8,_0x7da563=>{const _0x26d3ad=_0x28d6d4,_0x4bffd9=handleBaseInsertRange(toColumn(rotateRange(_0xf62ffc[_0x26d3ad(0x1d2)][_0x26d3ad(0x219)])),toColumn(rotateRange(_0x7da563)));return(_0x4bffd9[_0x26d3ad(0x120)]!==0x0||_0x4bffd9[_0x26d3ad(0x13d)]!==0x0)&&(_0x13b793=!0x0,_0x7da563[_0x26d3ad(0x103)]+=_0x4bffd9['step'],_0x7da563[_0x26d3ad(0x239)]+=_0x4bffd9[_0x26d3ad(0x120)]+_0x4bffd9[_0x26d3ad(0x13d)]),_0x7da563;});_0x13b793&&(_0x178e72=!0x0,_0x52a926['f']=_0x2d536e,_0x4afc6a[_0x28d6d4(0x108)](_0xde1527,_0xe6f7cf,{..._0x52a926}));}}),_0x178e72){const _0x20bab2={'id':SetRangeValuesMutation['id'],'params':{'unitId':_0x12db8a[_0x2aeb02(0x1d2)]['unitId'],'subUnitId':_0x12db8a['params'][_0x2aeb02(0x15c)],'cellValue':_0x4afc6a['getMatrix']()}};_0x430f39[_0x2aeb02(0x2a4)](_0x20bab2);}return{'m1Prime':_0x430f39,'m2Prime':_0x2a529d};}},insertRowMutationWithSetRowData={'m1':InsertRowMutation['id'],'m2':SetRowDataMutation['id'],'handler'(_0x4b6722,_0x5f2705){const _0x44913e=_0x3177e2,_0x4d7e9f={'m1Prime':_0x4b6722,'m2Prime':_0x5f2705};if(_0x4b6722[_0x44913e(0x1d2)][_0x44913e(0x1f1)]!==_0x5f2705[_0x44913e(0x1d2)][_0x44913e(0x1f1)]||_0x4b6722[_0x44913e(0x1d2)][_0x44913e(0x15c)]!==_0x5f2705[_0x44913e(0x1d2)][_0x44913e(0x15c)])return _0x4d7e9f;const _0x394f30=Tools[_0x44913e(0x1bb)](_0x4b6722),_0x481de8=Tools[_0x44913e(0x1bb)](_0x5f2705),{rowData:_0x25ffdf}=_0x481de8['params'];for(let _0x106e74=_0x4b6722[_0x44913e(0x1d2)][_0x44913e(0x219)]['startRow'];_0x106e74<=_0x4b6722[_0x44913e(0x1d2)]['range']['endRow'];_0x106e74++)insertMatrixArray(_0x106e74,void 0x0,_0x25ffdf);return{'m1Prime':_0x394f30,'m2Prime':_0x481de8};}},insertRowMutationWithSetRowHidden={'m1':InsertRowMutation['id'],'m2':SetRowHiddenMutation['id'],'handler'(_0x3fb4f3,_0x23f054){const _0x1d43da=_0x3177e2,_0x580b0f={'m1Prime':_0x3fb4f3,'m2Prime':_0x23f054};if(_0x3fb4f3[_0x1d43da(0x1d2)][_0x1d43da(0x1f1)]!==_0x23f054[_0x1d43da(0x1d2)][_0x1d43da(0x1f1)]||_0x3fb4f3[_0x1d43da(0x1d2)]['subUnitId']!==_0x23f054['params'][_0x1d43da(0x15c)])return _0x580b0f;const _0x43c69d=Tools[_0x1d43da(0x1bb)](_0x3fb4f3),_0x2beadd=Tools['deepClone'](_0x23f054),{ranges:_0x3d5ff1}=_0x2beadd['params'];return _0x3d5ff1['some'](_0x349922=>{const _0x46eb7d=_0x1d43da,_0x287952=handleBaseInsertRange(toColumn(rotateRange(_0x3fb4f3[_0x46eb7d(0x1d2)]['range'])),toColumn(rotateRange(_0x349922)));return _0x287952[_0x46eb7d(0x13d)]!==0x0?!0x0:(_0x349922[_0x46eb7d(0x103)]+=_0x287952['step'],_0x349922[_0x46eb7d(0x239)]+=_0x287952[_0x46eb7d(0x120)],!0x1);})?{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden')}:{'m1Prime':_0x43c69d,'m2Prime':_0x2beadd};}},insertRowMutationWithSetRowVisible={'m1':InsertRowMutation['id'],'m2':SetRowVisibleMutation['id'],'handler'(_0x2337e2,_0x45aebc){const _0x5e09e5=_0x3177e2,_0x4057f1={'m1Prime':_0x2337e2,'m2Prime':_0x45aebc};if(_0x2337e2[_0x5e09e5(0x1d2)][_0x5e09e5(0x1f1)]!==_0x45aebc[_0x5e09e5(0x1d2)][_0x5e09e5(0x1f1)]||_0x2337e2[_0x5e09e5(0x1d2)]['subUnitId']!==_0x45aebc[_0x5e09e5(0x1d2)][_0x5e09e5(0x15c)])return _0x4057f1;const _0x31e37d=Tools[_0x5e09e5(0x1bb)](_0x2337e2),_0x4af6ca=Tools[_0x5e09e5(0x1bb)](_0x45aebc),{ranges:_0x4ee71c}=_0x4af6ca[_0x5e09e5(0x1d2)];return _0x4ee71c[_0x5e09e5(0x1ec)](_0x4b4037=>{const _0xa17c7b=_0x5e09e5,_0x4af1e1=handleBaseInsertRange(toColumn(rotateRange(_0x2337e2[_0xa17c7b(0x1d2)][_0xa17c7b(0x219)])),toColumn(rotateRange(_0x4b4037)));return _0x4af1e1[_0xa17c7b(0x13d)]!==0x0?!0x0:(_0x4b4037[_0xa17c7b(0x103)]+=_0x4af1e1[_0xa17c7b(0x120)],_0x4b4037[_0xa17c7b(0x239)]+=_0x4af1e1[_0xa17c7b(0x120)],!0x1);})?{'error':new Error(_0x5e09e5(0x10a))}:{'m1Prime':_0x31e37d,'m2Prime':_0x4af6ca};}},insertRowMutationWithSetSelection={'m1':InsertRowMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0x2ef75d,_0x42979c){const _0x2e46e2=_0x3177e2,_0x27585e={'m1Prime':[],'m2Prime':[]};if(_0x2ef75d[_0x2e46e2(0x1d2)][_0x2e46e2(0x1f1)]!==_0x42979c[_0x2e46e2(0x1d2)][_0x2e46e2(0x1f1)]||_0x2ef75d[_0x2e46e2(0x1d2)]['subUnitId']!==_0x42979c[_0x2e46e2(0x1d2)]['subUnitId'])return _0x27585e;const _0x12e786=Tools[_0x2e46e2(0x1bb)](_0x42979c);let _0x4c76ab=!0x1;return _0x12e786[_0x2e46e2(0x1d2)][_0x2e46e2(0x207)][_0x2e46e2(0x2b6)](_0x1e63e5=>{const _0x4043ff=_0x2e46e2,{range:_0x29f708,primary:_0x41aacf}=_0x1e63e5,_0x29986f=handleBaseInsertRange(toColumn(rotateRange(_0x2ef75d[_0x4043ff(0x1d2)][_0x4043ff(0x219)])),toColumn(rotateRange(_0x29f708)));if(_0x29986f[_0x4043ff(0x13d)]||_0x29986f[_0x4043ff(0x120)]){if(_0x29f708[_0x4043ff(0x103)]+=_0x29986f[_0x4043ff(0x120)],_0x29f708[_0x4043ff(0x239)]+=_0x29986f[_0x4043ff(0x120)]+(_0x29986f[_0x4043ff(0x13d)]||0x0),_0x41aacf){const _0x4822a9=handleBaseInsertRange(toColumn(rotateRange(_0x2ef75d[_0x4043ff(0x1d2)][_0x4043ff(0x219)])),toColumn(rotateRange(_0x41aacf)));(_0x4822a9[_0x4043ff(0x13d)]||_0x4822a9[_0x4043ff(0x120)])&&(_0x41aacf['startRow']+=_0x4822a9[_0x4043ff(0x120)],_0x41aacf[_0x4043ff(0x239)]+=_0x4822a9[_0x4043ff(0x120)],_0x41aacf[_0x4043ff(0x256)]+=_0x4822a9[_0x4043ff(0x120)]);}_0x4c76ab=!0x0;}}),_0x4c76ab&&_0x27585e[_0x2e46e2(0x17b)]['push'](_0x12e786),_0x27585e;}},insertRowMutationWithSetSheetsFilterRange={'m1':InsertRowMutation['id'],'m2':SetSheetsFilterRangeMutation['id'],'handler'(_0x525d3a,_0x33acb5){const _0x574c99=_0x3177e2,_0x229284={'m1Prime':[_0x525d3a],'m2Prime':[_0x33acb5]};if(_0x525d3a[_0x574c99(0x1d2)][_0x574c99(0x1f1)]!==_0x33acb5['params'][_0x574c99(0x1f1)]||_0x525d3a[_0x574c99(0x1d2)]['subUnitId']!==_0x33acb5[_0x574c99(0x1d2)][_0x574c99(0x15c)])return _0x229284;const _0x23158a=Tools[_0x574c99(0x1bb)](_0x525d3a),_0x34f29a=Tools[_0x574c99(0x1bb)](_0x33acb5),_0x2ff43d=handleInsert({'start':_0x525d3a[_0x574c99(0x1d2)][_0x574c99(0x219)][_0x574c99(0x103)],'end':_0x525d3a[_0x574c99(0x1d2)]['range']['endRow']},{'start':_0x33acb5[_0x574c99(0x1d2)]['range'][_0x574c99(0x103)],'end':_0x33acb5['params'][_0x574c99(0x219)][_0x574c99(0x239)]});return _0x34f29a[_0x574c99(0x1d2)][_0x574c99(0x219)]['startRow']===_0x2ff43d[_0x574c99(0xe2)]&&_0x34f29a[_0x574c99(0x1d2)][_0x574c99(0x219)]['endRow']===_0x2ff43d['end']?_0x229284:(_0x34f29a[_0x574c99(0x1d2)][_0x574c99(0x219)]['startRow']=_0x2ff43d[_0x574c99(0xe2)],_0x34f29a['params'][_0x574c99(0x219)][_0x574c99(0x239)]=_0x2ff43d[_0x574c99(0x12c)],{'m1Prime':[_0x34f29a,_0x23158a],'m2Prime':[_0x34f29a]});}},insertRowMutationWithSetWorksheetRowAutoHeight={'m1':InsertRowMutation['id'],'m2':SetWorksheetRowAutoHeightMutation['id'],'handler'(_0x1eee40,_0x197228){const _0x2d7191=_0x3177e2,_0x3ab860={'m1Prime':_0x1eee40,'m2Prime':_0x197228};if(_0x1eee40[_0x2d7191(0x1d2)]['unitId']!==_0x197228['params'][_0x2d7191(0x1f1)]||_0x1eee40[_0x2d7191(0x1d2)][_0x2d7191(0x15c)]!==_0x197228[_0x2d7191(0x1d2)][_0x2d7191(0x15c)])return _0x3ab860;const _0x222088=Tools[_0x2d7191(0x1bb)](_0x1eee40),_0x18bcad=Tools[_0x2d7191(0x1bb)](_0x197228),{rowsAutoHeightInfo:_0x115749}=_0x18bcad[_0x2d7191(0x1d2)];return _0x115749[_0x2d7191(0x1ec)](_0x579233=>{const _0x2a8288=_0x2d7191,_0x1026f0={'startRow':_0x579233[_0x2a8288(0x138)],'endRow':_0x579233[_0x2a8288(0x138)],'startColumn':0x0,'endColumn':0x0},_0x52b161=handleBaseInsertRange(toColumn(rotateRange(_0x1eee40[_0x2a8288(0x1d2)][_0x2a8288(0x219)])),rotateRange(_0x1026f0));return _0x52b161[_0x2a8288(0x13d)]!==0x0?!0x0:(_0x579233[_0x2a8288(0x138)]+=_0x52b161[_0x2a8288(0x120)],!0x1);})?{'error':new Error(_0x2d7191(0xea))}:{'m1Prime':_0x222088,'m2Prime':_0x18bcad};}},insertRowMutationWithSetWorksheetRowHeight={'m1':InsertRowMutation['id'],'m2':SetWorksheetRowHeightMutation['id'],'handler'(_0x3c997b,_0x3a9684){const _0x2531e3=_0x3177e2,_0x451872={'m1Prime':_0x3c997b,'m2Prime':_0x3a9684};if(_0x3c997b['params'][_0x2531e3(0x1f1)]!==_0x3a9684[_0x2531e3(0x1d2)][_0x2531e3(0x1f1)]||_0x3c997b[_0x2531e3(0x1d2)][_0x2531e3(0x15c)]!==_0x3a9684[_0x2531e3(0x1d2)][_0x2531e3(0x15c)])return _0x451872;const _0x21147e=Tools[_0x2531e3(0x1bb)](_0x3c997b),_0x30a97f=Tools[_0x2531e3(0x1bb)](_0x3a9684),{ranges:_0x11c4f4,rowHeight:_0x176cb8}=_0x30a97f[_0x2531e3(0x1d2)];if(_0x11c4f4['some'](_0x59bb81=>{const _0x37ac99=_0x2531e3,_0x3e9e32=handleBaseInsertRange(toColumn(rotateRange(_0x3c997b['params'][_0x37ac99(0x219)])),rotateRange(_0x59bb81));return _0x3e9e32[_0x37ac99(0x13d)]!==0x0?!0x0:(_0x59bb81[_0x37ac99(0x103)]+=_0x3e9e32[_0x37ac99(0x120)],_0x59bb81[_0x37ac99(0x239)]+=_0x3e9e32[_0x37ac99(0x120)],!0x1);}))return{'error':new Error(_0x2531e3(0x270))};if(typeof _0x176cb8!=_0x2531e3(0x203)){for(let _0xf5a824=_0x3c997b[_0x2531e3(0x1d2)][_0x2531e3(0x219)][_0x2531e3(0x103)];_0xf5a824<=_0x3c997b[_0x2531e3(0x1d2)][_0x2531e3(0x219)][_0x2531e3(0x239)];_0xf5a824++)insertMatrixArray(_0xf5a824,void 0x0,_0x176cb8);}return{'m1Prime':_0x21147e,'m2Prime':_0x30a97f};}},insertRowMutationWithSetWorksheetRowIsAutoHeight={'m1':InsertRowMutation['id'],'m2':SetWorksheetRowIsAutoHeightMutation['id'],'handler'(_0x32174e,_0x23bc26){const _0x14fc9f=_0x3177e2,_0xdc4495={'m1Prime':_0x32174e,'m2Prime':_0x23bc26};if(_0x32174e['params']['unitId']!==_0x23bc26[_0x14fc9f(0x1d2)][_0x14fc9f(0x1f1)]||_0x32174e[_0x14fc9f(0x1d2)]['subUnitId']!==_0x23bc26[_0x14fc9f(0x1d2)][_0x14fc9f(0x15c)])return _0xdc4495;const _0x2165a5=Tools[_0x14fc9f(0x1bb)](_0x32174e),_0x55dae2=Tools[_0x14fc9f(0x1bb)](_0x23bc26),{ranges:_0x4e6922,autoHeightInfo:_0x530581}=_0x55dae2[_0x14fc9f(0x1d2)];if(_0x4e6922[_0x14fc9f(0x1ec)](_0x31f76e=>{const _0xfbd2ba=_0x14fc9f,_0x479439=handleBaseInsertRange(toColumn(rotateRange(_0x32174e[_0xfbd2ba(0x1d2)][_0xfbd2ba(0x219)])),rotateRange(_0x31f76e));return _0x479439['length']!==0x0?!0x0:(_0x31f76e[_0xfbd2ba(0x103)]+=_0x479439[_0xfbd2ba(0x120)],_0x31f76e[_0xfbd2ba(0x239)]+=_0x479439[_0xfbd2ba(0x120)],!0x1);}))return{'error':new Error(_0x14fc9f(0x1b3))};if(typeof _0x530581!='number'){for(let _0xc00df5=_0x32174e['params'][_0x14fc9f(0x219)][_0x14fc9f(0x103)];_0xc00df5<=_0x32174e[_0x14fc9f(0x1d2)][_0x14fc9f(0x219)][_0x14fc9f(0x239)];_0xc00df5++)insertMatrixArray(_0xc00df5,void 0x0,_0x530581);}return{'m1Prime':_0x2165a5,'m2Prime':_0x55dae2};}},insertRowWithUpdateCommentRef={'m1':InsertRowMutation['id'],'m2':UpdateCommentRefMutation['id'],'handler':__name((_0x2ee6c4,_0x568e26)=>{const _0x491f33=_0x3177e2,_0x38f7b6={'m1Prime':_0x2ee6c4,'m2Prime':_0x568e26};if(_0x2ee6c4['params'][_0x491f33(0x1f1)]!==_0x568e26[_0x491f33(0x1d2)][_0x491f33(0x1f1)]||_0x2ee6c4['params']['subUnitId']!==_0x568e26[_0x491f33(0x1d2)][_0x491f33(0x15c)])return _0x38f7b6;const _0x1936cf={'id':InsertRowCommand['id'],'params':{'unitId':_0x2ee6c4[_0x491f33(0x1d2)][_0x491f33(0x1f1)],'subUnitId':_0x2ee6c4['params'][_0x491f33(0x15c)],'range':_0x2ee6c4[_0x491f33(0x1d2)]['range']}},_0x67732e=transformUpdateCommentRefWithRefRange(_0x568e26,_0x1936cf);return{'m1Prime':[_0x2ee6c4,..._0x67732e],'m2Prime':[_0x568e26,..._0x67732e]};},_0x3177e2(0x21c))},insertRowMutationWithUpdateDataValidation={'m1':InsertRowMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x16c5fe,_0x2b13ab)=>{const _0x4e0073=_0x3177e2,_0x493106={'m1Prime':_0x16c5fe,'m2Prime':_0x2b13ab};if(_0x16c5fe[_0x4e0073(0x1d2)][_0x4e0073(0x1f1)]!==_0x2b13ab[_0x4e0073(0x1d2)][_0x4e0073(0x1f1)]||_0x2b13ab[_0x4e0073(0x1d2)][_0x4e0073(0x15c)]!==_0x16c5fe[_0x4e0073(0x1d2)]['subUnitId'])return _0x493106;const _0x51911b={'id':InsertRowCommand['id'],'params':{'unitId':_0x16c5fe['params']['unitId'],'subUnitId':_0x16c5fe[_0x4e0073(0x1d2)][_0x4e0073(0x15c)],'range':_0x16c5fe[_0x4e0073(0x1d2)][_0x4e0073(0x219)]}},_0x25641d=transformUpdateDataValidationWithRefRange(_0x2b13ab,_0x51911b);return{'m1Prime':[_0x16c5fe,..._0x25641d],'m2Prime':[_0x2b13ab,..._0x25641d]};},_0x3177e2(0x21c))},moveColWithAddComment={'m1':MoveColsMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x3dc0b1,_0x1c50d4)=>{const _0x4c7240=_0x3177e2,_0x8399a={'m1Prime':_0x3dc0b1,'m2Prime':_0x1c50d4};if(_0x3dc0b1[_0x4c7240(0x1d2)]['unitId']!==_0x1c50d4[_0x4c7240(0x1d2)][_0x4c7240(0x1f1)]||_0x3dc0b1['params']['subUnitId']!==_0x1c50d4[_0x4c7240(0x1d2)]['subUnitId'])return _0x8399a;const _0x2b704f={'id':MoveColsCommand['id'],'params':{'unitId':_0x3dc0b1[_0x4c7240(0x1d2)][_0x4c7240(0x1f1)],'subUnitId':_0x3dc0b1[_0x4c7240(0x1d2)][_0x4c7240(0x15c)],'fromRange':_0x3dc0b1['params'][_0x4c7240(0x1a2)],'toRange':_0x3dc0b1[_0x4c7240(0x1d2)]['targetRange']}},_0x43e2f7=transformAddCommentWithRefRange(_0x1c50d4,_0x2b704f);return{'m1Prime':[_0x3dc0b1,..._0x43e2f7],'m2Prime':[_0x1c50d4,..._0x43e2f7]};},_0x3177e2(0x21c))},moveColMutationWithAddMerge={'m1':MoveColsMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x39c008,_0x45f941){const _0x2871a6=_0x3177e2,_0x3bd308=addWorksheetMergeMutationWithMoveColMutation[_0x2871a6(0x21c)](_0x45f941,_0x39c008);return isTransformMutationSuccess(_0x3bd308)?{'m1Prime':_0x3bd308[_0x2871a6(0x17b)],'m2Prime':_0x3bd308['m1Prime']}:_0x3bd308;}},moveColMutationWithSelf={'m1':MoveColsMutation['id'],'m2':MoveColsMutation['id'],'handler'(_0x2b6794,_0x1c0df9){const _0x2923b0=_0x3177e2,_0x4e2c94={'m1Prime':_0x2b6794,'m2Prime':_0x1c0df9};if(_0x2b6794[_0x2923b0(0x1d2)][_0x2923b0(0x1f1)]!==_0x1c0df9[_0x2923b0(0x1d2)][_0x2923b0(0x1f1)]||_0x2b6794[_0x2923b0(0x1d2)][_0x2923b0(0x15c)]!==_0x1c0df9[_0x2923b0(0x1d2)][_0x2923b0(0x15c)])return _0x4e2c94;const _0x3bff14=Tools['deepClone'](_0x2b6794),_0x3f8628=Tools[_0x2923b0(0x1bb)](_0x1c0df9),_0x732313=_0x1c0df9[_0x2923b0(0x1d2)][_0x2923b0(0x1a2)],_0x3034e4=_0x1c0df9['params'][_0x2923b0(0x119)],_0x4da5c5=_0x2b6794['params'][_0x2923b0(0x1a2)],_0x43fd86=_0x2b6794['params'][_0x2923b0(0x119)];if(_0x4da5c5['endColumn']>=_0x732313[_0x2923b0(0x26b)]&&_0x4da5c5[_0x2923b0(0x26b)]<=_0x732313[_0x2923b0(0x2a3)])return{'error':new Error(_0x2923b0(0x169))};const _0x398f23=handleBaseMoveRowsCols({'start':_0x4da5c5[_0x2923b0(0x26b)],'end':_0x4da5c5[_0x2923b0(0x2a3)]},{'start':_0x43fd86[_0x2923b0(0x26b)],'end':_0x43fd86[_0x2923b0(0x2a3)]},{'start':_0x732313[_0x2923b0(0x26b)],'end':_0x732313[_0x2923b0(0x2a3)]}),_0x4b4275=handleBaseMoveRowsCols({'start':_0x4da5c5[_0x2923b0(0x26b)],'end':_0x4da5c5[_0x2923b0(0x2a3)]},{'start':_0x43fd86[_0x2923b0(0x26b)],'end':_0x43fd86['endColumn']},{'start':_0x3034e4[_0x2923b0(0x26b)],'end':_0x3034e4['endColumn']});_0x398f23&&_0x4b4275?(_0x3f8628[_0x2923b0(0x1d2)][_0x2923b0(0x1a2)][_0x2923b0(0x26b)]+=_0x398f23[_0x2923b0(0x120)],_0x3f8628[_0x2923b0(0x1d2)]['sourceRange'][_0x2923b0(0x2a3)]+=_0x398f23[_0x2923b0(0x120)]+(_0x398f23[_0x2923b0(0x13d)]||0x0),_0x3f8628[_0x2923b0(0x1d2)][_0x2923b0(0x119)][_0x2923b0(0x26b)]+=_0x4b4275[_0x2923b0(0x120)],_0x3f8628[_0x2923b0(0x1d2)][_0x2923b0(0x119)]['endColumn']+=_0x4b4275['step']+(_0x4b4275[_0x2923b0(0x13d)]||0x0)):_0x3f8628['id']=EmptyMutation['id'];const _0x4dba92=handleBaseMoveRowsCols({'start':_0x732313[_0x2923b0(0x26b)],'end':_0x732313[_0x2923b0(0x2a3)]},{'start':_0x3034e4['startColumn'],'end':_0x3034e4[_0x2923b0(0x2a3)]},{'start':_0x4da5c5[_0x2923b0(0x26b)],'end':_0x4da5c5['endColumn']}),_0x3b08fb=handleBaseMoveRowsCols({'start':_0x732313[_0x2923b0(0x26b)],'end':_0x732313['endColumn']},{'start':_0x3034e4[_0x2923b0(0x26b)],'end':_0x3034e4[_0x2923b0(0x2a3)]},{'start':_0x43fd86[_0x2923b0(0x26b)],'end':_0x43fd86[_0x2923b0(0x2a3)]});return _0x4dba92&&_0x3b08fb?(_0x3bff14[_0x2923b0(0x1d2)]['sourceRange'][_0x2923b0(0x26b)]+=_0x4dba92['step'],_0x3bff14[_0x2923b0(0x1d2)][_0x2923b0(0x1a2)]['endColumn']+=_0x4dba92[_0x2923b0(0x120)]+(_0x4dba92[_0x2923b0(0x13d)]||0x0),_0x3bff14[_0x2923b0(0x1d2)][_0x2923b0(0x119)][_0x2923b0(0x26b)]+=_0x3b08fb[_0x2923b0(0x120)],_0x3bff14[_0x2923b0(0x1d2)][_0x2923b0(0x119)][_0x2923b0(0x2a3)]+=_0x3b08fb['step']+(_0x3b08fb['length']||0x0)):_0x3bff14['id']=EmptyMutation['id'],{'m1Prime':_0x3bff14,'m2Prime':_0x3f8628};}},moveColMutationWithMoveRange={'m1':MoveColsMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x2ed03f,_0x12a0aa){const _0x39832b=_0x3177e2,_0x467b14={'m1Prime':_0x2ed03f,'m2Prime':_0x12a0aa};if(_0x2ed03f[_0x39832b(0x1d2)][_0x39832b(0x1f1)]!==_0x12a0aa[_0x39832b(0x1d2)][_0x39832b(0x1f1)]||_0x2ed03f[_0x39832b(0x1d2)][_0x39832b(0x15c)]!==_0x12a0aa[_0x39832b(0x1d2)]['from']['subUnitId']&&_0x2ed03f[_0x39832b(0x1d2)][_0x39832b(0x15c)]!==_0x12a0aa[_0x39832b(0x1d2)]['to'][_0x39832b(0x15c)])return _0x467b14;const _0x5534f8=Tools['deepClone'](_0x2ed03f),_0xa77f3b=Tools[_0x39832b(0x1bb)](_0x12a0aa),_0x3dbd0a=_0x2ed03f['params'][_0x39832b(0x1a2)],_0x21393a=_0x2ed03f['params'][_0x39832b(0x119)];if(_0x2ed03f[_0x39832b(0x1d2)][_0x39832b(0x15c)]===_0x12a0aa[_0x39832b(0x1d2)][_0x39832b(0x1df)][_0x39832b(0x15c)]){const _0x582b68=new ObjectMatrix(_0xa77f3b[_0x39832b(0x1d2)][_0x39832b(0x1df)][_0x39832b(0x238)]),_0x2afec9=_0x582b68[_0x39832b(0x122)]();if(intersect({'start':_0x3dbd0a[_0x39832b(0x26b)],'end':_0x3dbd0a['endColumn']},{'start':_0x2afec9[_0x39832b(0x26b)],'end':_0x2afec9[_0x39832b(0x2a3)]})||intersect({'start':_0x21393a['startColumn'],'end':_0x21393a[_0x39832b(0x2a3)]},{'start':_0x2afec9['startColumn'],'end':_0x2afec9[_0x39832b(0x2a3)]}))return{'error':new Error(_0x39832b(0x1aa))};const _0x3cef7d=handleBaseMoveRowsCols({'start':_0x3dbd0a[_0x39832b(0x26b)],'end':_0x3dbd0a[_0x39832b(0x2a3)]},{'start':_0x21393a[_0x39832b(0x26b)],'end':_0x21393a[_0x39832b(0x2a3)]},{'start':_0x2afec9[_0x39832b(0x26b)],'end':_0x2afec9[_0x39832b(0x2a3)]});if(_0x3cef7d[_0x39832b(0x13d)]!==0x0)return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20move\x20range')};_0x3cef7d['step']!==0x0&&_0x582b68['moveColumns'](_0x3dbd0a[_0x39832b(0x26b)],_0x3dbd0a[_0x39832b(0x2a3)]-_0x3dbd0a[_0x39832b(0x26b)]+0x1,_0x21393a[_0x39832b(0x26b)]),_0xa77f3b[_0x39832b(0x1d2)][_0x39832b(0x1df)][_0x39832b(0x238)]=_0x582b68[_0x39832b(0x1d8)]();}if(_0x2ed03f[_0x39832b(0x1d2)]['subUnitId']===_0x12a0aa['params']['to'][_0x39832b(0x15c)]){const _0x3a59be=new ObjectMatrix(_0xa77f3b['params']['to'][_0x39832b(0x238)]),_0x246b06=_0x3a59be['getDataRange']();if(intersect({'start':_0x3dbd0a[_0x39832b(0x26b)],'end':_0x3dbd0a['endColumn']},{'start':_0x246b06[_0x39832b(0x26b)],'end':_0x246b06['endColumn']})||intersect({'start':_0x21393a['startColumn'],'end':_0x21393a['endColumn']},{'start':_0x246b06[_0x39832b(0x26b)],'end':_0x246b06[_0x39832b(0x2a3)]}))return{'error':new Error(_0x39832b(0x1aa))};const _0x2b351c=handleBaseMoveRowsCols({'start':_0x3dbd0a[_0x39832b(0x26b)],'end':_0x3dbd0a['endColumn']},{'start':_0x21393a[_0x39832b(0x26b)],'end':_0x21393a[_0x39832b(0x2a3)]},{'start':_0x246b06[_0x39832b(0x26b)],'end':_0x246b06['endColumn']});if(_0x2b351c[_0x39832b(0x13d)]!==0x0)return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20move\x20range')};_0x2b351c['step']!==0x0&&_0x3a59be[_0x39832b(0x29b)](_0x3dbd0a['startColumn'],_0x3dbd0a[_0x39832b(0x2a3)]-_0x3dbd0a[_0x39832b(0x26b)]+0x1,_0x21393a[_0x39832b(0x26b)]),_0xa77f3b[_0x39832b(0x1d2)]['to'][_0x39832b(0x238)]=_0x3a59be[_0x39832b(0x1d8)]();}return{'m1Prime':_0x5534f8,'m2Prime':_0xa77f3b};}},moveColMutationWithRemoveNumfmt={'m1':MoveColsMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x27408c,_0xe69a09){const _0x520c5f=_0x3177e2,_0x3204bf={'m1Prime':_0x27408c,'m2Prime':_0xe69a09};if(_0x27408c[_0x520c5f(0x1d2)][_0x520c5f(0x1f1)]!==_0xe69a09['params'][_0x520c5f(0x1f1)]||_0x27408c[_0x520c5f(0x1d2)][_0x520c5f(0x15c)]!==_0xe69a09[_0x520c5f(0x1d2)][_0x520c5f(0x15c)])return _0x3204bf;const _0x55c258=Tools[_0x520c5f(0x1bb)](_0x27408c),_0x65fc01=Tools['deepClone'](_0xe69a09),{sourceRange:_0x33ae44,targetRange:_0x2f3345}=_0x27408c[_0x520c5f(0x1d2)],_0x40bff6={'start':_0x33ae44[_0x520c5f(0x26b)],'end':_0x33ae44[_0x520c5f(0x2a3)]},_0x5d8baf={'start':_0x2f3345[_0x520c5f(0x26b)],'end':_0x2f3345[_0x520c5f(0x2a3)]};return _0x65fc01[_0x520c5f(0x1d2)][_0x520c5f(0x206)][_0x520c5f(0x1ec)](_0x5c3abd=>{const _0x3afc20=_0x520c5f,_0x19e786={'start':_0x5c3abd[_0x3afc20(0x26b)],'end':_0x5c3abd[_0x3afc20(0x2a3)]},_0x9082cd=intersect(_0x40bff6,_0x19e786),_0x1f6586=intersect(_0x5d8baf,_0x19e786);if(_0x9082cd||_0x1f6586)return!0x0;const _0x463dd9=handleBaseMoveRowsCols(_0x40bff6,_0x5d8baf,_0x19e786);return _0x463dd9['length']!==0x0?!0x0:(_0x5c3abd[_0x3afc20(0x26b)]+=_0x463dd9[_0x3afc20(0x120)],_0x5c3abd[_0x3afc20(0x2a3)]+=_0x463dd9[_0x3afc20(0x120)],!0x1);})?{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x55c258,'m2Prime':_0x65fc01};}},moveColMutationWithRemoveWorksheetMerge={'m1':MoveColsMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0x2a649b,_0x10e582){const _0x50add1=_0x3177e2,_0x7ee619=Tools[_0x50add1(0x1bb)](_0x2a649b),_0x493fb9=Tools[_0x50add1(0x1bb)](_0x10e582);if(_0x2a649b[_0x50add1(0x1d2)][_0x50add1(0x1f1)]!==_0x10e582[_0x50add1(0x1d2)][_0x50add1(0x1f1)]||_0x2a649b[_0x50add1(0x1d2)][_0x50add1(0x15c)]!==_0x10e582['params'][_0x50add1(0x15c)])return{'m1Prime':_0x7ee619,'m2Prime':_0x493fb9};const _0x4ee7ab=_0x493fb9[_0x50add1(0x1d2)][_0x50add1(0x206)][_0x50add1(0x1c6)]((_0x2f1eda,_0x463fa5)=>{const _0x5dbfbe=_0x50add1,{sourceRange:_0x29f8b6,targetRange:_0x5023c5}=_0x2a649b[_0x5dbfbe(0x1d2)],_0x5369cd={..._0x463fa5};return _0x29f8b6['endColumn']<_0x5369cd[_0x5dbfbe(0x26b)]&&_0x5023c5[_0x5dbfbe(0x26b)]>_0x5369cd['endColumn']?(_0x5369cd[_0x5dbfbe(0x26b)]-=_0x29f8b6[_0x5dbfbe(0x2a3)]-_0x29f8b6[_0x5dbfbe(0x26b)]+0x1,_0x5369cd[_0x5dbfbe(0x2a3)]-=_0x29f8b6[_0x5dbfbe(0x2a3)]-_0x29f8b6[_0x5dbfbe(0x26b)]+0x1,isMergeCell(_0x5369cd)&&_0x2f1eda[_0x5dbfbe(0x2a4)](_0x5369cd)):_0x29f8b6['startColumn']>_0x5369cd[_0x5dbfbe(0x2a3)]&&_0x5023c5[_0x5dbfbe(0x2a3)]<_0x5369cd[_0x5dbfbe(0x26b)]?(_0x5369cd[_0x5dbfbe(0x26b)]+=_0x29f8b6[_0x5dbfbe(0x2a3)]-_0x29f8b6[_0x5dbfbe(0x26b)]+0x1,_0x5369cd[_0x5dbfbe(0x2a3)]+=_0x29f8b6[_0x5dbfbe(0x2a3)]-_0x29f8b6[_0x5dbfbe(0x26b)]+0x1,isMergeCell(_0x5369cd)&&_0x2f1eda[_0x5dbfbe(0x2a4)](_0x5369cd)):Rectangle['intersects'](_0x5369cd,_0x29f8b6)||Rectangle['intersects'](_0x5369cd,_0x5023c5)||_0x2f1eda[_0x5dbfbe(0x2a4)](_0x5369cd),_0x2f1eda;},[]);return _0x493fb9['params'][_0x50add1(0x206)]=_0x4ee7ab,_0x493fb9[_0x50add1(0x1d2)][_0x50add1(0x206)][_0x50add1(0x13d)]===0x0&&(_0x493fb9['id']=EmptyMutation['id']),{'m1Prime':_0x7ee619,'m2Prime':_0x493fb9};}},moveColMutationWithReorderRange={'m1':MoveColsMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x548c77,_0x12108e){const _0x32fda4=_0x3177e2,_0x4287e2={'m1Prime':_0x548c77,'m2Prime':_0x12108e};if(_0x548c77[_0x32fda4(0x1d2)][_0x32fda4(0x1f1)]!==_0x12108e[_0x32fda4(0x1d2)]['unitId']||_0x548c77[_0x32fda4(0x1d2)][_0x32fda4(0x15c)]!==_0x12108e[_0x32fda4(0x1d2)][_0x32fda4(0x15c)])return _0x4287e2;const _0x2a2b5b=_0x548c77['params'][_0x32fda4(0x1a2)][_0x32fda4(0x26b)],_0x4b380e=_0x548c77['params'][_0x32fda4(0x1a2)][_0x32fda4(0x2a3)],_0x141f43=_0x548c77[_0x32fda4(0x1d2)][_0x32fda4(0x119)]['startColumn'],_0x4026ce=_0x548c77['params']['targetRange'][_0x32fda4(0x2a3)],_0x1ce4bb=_0x12108e[_0x32fda4(0x1d2)][_0x32fda4(0x219)]['startColumn'],_0x9a6418=_0x12108e[_0x32fda4(0x1d2)]['range'][_0x32fda4(0x2a3)];if(_0x2a2b5b<=_0x9a6418&&_0x4b380e>=_0x1ce4bb||_0x141f43<=_0x9a6418&&_0x4026ce>=_0x1ce4bb)return{'error':new Error(_0x32fda4(0x240))};const _0x31d488=handleBaseMoveRowsCols({'start':_0x2a2b5b,'end':_0x4b380e},{'start':_0x141f43,'end':_0x4026ce},{'start':_0x1ce4bb,'end':_0x9a6418}),_0x198f13=Tools[_0x32fda4(0x1bb)](_0x12108e);return _0x198f13[_0x32fda4(0x1d2)][_0x32fda4(0x219)]['startColumn']+=_0x31d488[_0x32fda4(0x120)],_0x198f13['params'][_0x32fda4(0x219)][_0x32fda4(0x2a3)]+=_0x31d488[_0x32fda4(0x120)]+(_0x31d488[_0x32fda4(0x13d)]||0x0),{'m1Prime':_0x548c77,'m2Prime':_0x198f13};}},moveColMutationWithSetColData={'m1':MoveColsMutation['id'],'m2':SetColDataMutation['id'],'handler'(_0x35ccba,_0x4be729){const _0x10cc63=_0x3177e2,_0xd14eda={'m1Prime':_0x35ccba,'m2Prime':_0x4be729};if(_0x35ccba[_0x10cc63(0x1d2)][_0x10cc63(0x1f1)]!==_0x4be729['params']['unitId']||_0x35ccba['params'][_0x10cc63(0x15c)]!==_0x4be729[_0x10cc63(0x1d2)][_0x10cc63(0x15c)])return _0xd14eda;const _0x5ad987=Tools['deepClone'](_0x35ccba),_0x1f3f63=Tools[_0x10cc63(0x1bb)](_0x4be729),{columnData:_0x2474c8}=_0x1f3f63[_0x10cc63(0x1d2)],{sourceRange:_0x5841dd,targetRange:_0x1e06fa}=_0x35ccba['params'];return moveMatrixArray(_0x5841dd[_0x10cc63(0x26b)],_0x5841dd[_0x10cc63(0x2a3)]-_0x5841dd[_0x10cc63(0x26b)]+0x1,_0x1e06fa[_0x10cc63(0x26b)],_0x2474c8),{'m1Prime':_0x5ad987,'m2Prime':_0x1f3f63};}},moveColMutationWithSetColHidden={'m1':MoveColsMutation['id'],'m2':SetColHiddenMutation['id'],'handler'(_0x2fabbe,_0x32baec){const _0x39f443=_0x3177e2,_0x2f422a={'m1Prime':_0x2fabbe,'m2Prime':_0x32baec};if(_0x2fabbe['params']['unitId']!==_0x32baec['params'][_0x39f443(0x1f1)]||_0x2fabbe[_0x39f443(0x1d2)][_0x39f443(0x15c)]!==_0x32baec[_0x39f443(0x1d2)][_0x39f443(0x15c)])return _0x2f422a;const _0x4594a9=Tools[_0x39f443(0x1bb)](_0x2fabbe),_0x3ae93c=Tools['deepClone'](_0x32baec),{ranges:_0x40297b}=_0x3ae93c['params'],{sourceRange:_0x520566,targetRange:_0x1d07e1}=_0x2fabbe['params'],_0x327c7f={'start':_0x520566[_0x39f443(0x26b)],'end':_0x520566[_0x39f443(0x2a3)]},_0x5dd714={'start':_0x1d07e1[_0x39f443(0x26b)],'end':_0x1d07e1[_0x39f443(0x2a3)]};return _0x40297b[_0x39f443(0x1ec)](_0x267349=>{const _0x50cefc=_0x39f443,_0x1e143f={'start':_0x267349[_0x50cefc(0x26b)],'end':_0x267349['endColumn']},_0x2974b3=intersect(_0x327c7f,_0x1e143f),_0x23ca5e=intersect(_0x5dd714,_0x1e143f);if(_0x2974b3||_0x23ca5e)return!0x0;const _0xe5eaf6=handleBaseMoveRowsCols(_0x327c7f,_0x5dd714,_0x1e143f);return _0xe5eaf6['length']!==0x0?!0x0:(_0x267349[_0x50cefc(0x26b)]+=_0xe5eaf6[_0x50cefc(0x120)],_0x267349['endColumn']+=_0xe5eaf6['step'],!0x1);})?{'error':new Error(_0x39f443(0x15b))}:{'m1Prime':_0x4594a9,'m2Prime':_0x3ae93c};}},moveColMutationWithSetColVisible={'m1':MoveColsMutation['id'],'m2':SetColVisibleMutation['id'],'handler'(_0x2d1a42,_0x4fada3){const _0x15226c=_0x3177e2,_0x12471a={'m1Prime':_0x2d1a42,'m2Prime':_0x4fada3};if(_0x2d1a42['params']['unitId']!==_0x4fada3[_0x15226c(0x1d2)]['unitId']||_0x2d1a42[_0x15226c(0x1d2)][_0x15226c(0x15c)]!==_0x4fada3[_0x15226c(0x1d2)][_0x15226c(0x15c)])return _0x12471a;const _0x403d91=Tools[_0x15226c(0x1bb)](_0x2d1a42),_0x395cde=Tools['deepClone'](_0x4fada3),{ranges:_0x47d728}=_0x395cde['params'],{sourceRange:_0x2b8495,targetRange:_0x2bb1cf}=_0x2d1a42[_0x15226c(0x1d2)],_0x5d67b3={'start':_0x2b8495[_0x15226c(0x26b)],'end':_0x2b8495[_0x15226c(0x2a3)]},_0xa8e653={'start':_0x2bb1cf[_0x15226c(0x26b)],'end':_0x2bb1cf['endColumn']};return _0x47d728[_0x15226c(0x1ec)](_0x2c4934=>{const _0xfb5f69=_0x15226c,_0x5f49c0={'start':_0x2c4934[_0xfb5f69(0x26b)],'end':_0x2c4934['endColumn']},_0x10a8f4=intersect(_0x5d67b3,_0x5f49c0),_0x56462e=intersect(_0xa8e653,_0x5f49c0);if(_0x10a8f4||_0x56462e)return!0x0;const _0x2b9669=handleBaseMoveRowsCols(_0x5d67b3,_0xa8e653,_0x5f49c0);return _0x2b9669[_0xfb5f69(0x13d)]!==0x0?!0x0:(_0x2c4934[_0xfb5f69(0x26b)]+=_0x2b9669[_0xfb5f69(0x120)],_0x2c4934[_0xfb5f69(0x2a3)]+=_0x2b9669[_0xfb5f69(0x120)],!0x1);})?{'error':new Error(_0x15226c(0x1ff))}:{'m1Prime':_0x403d91,'m2Prime':_0x395cde};}},moveColMutationWithSetNumfmt={'m1':MoveColsMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x3a0438,_0x150669){const _0xf50e3c=_0x3177e2,_0x29b5f6={'m1Prime':_0x3a0438,'m2Prime':_0x150669};if(_0x3a0438[_0xf50e3c(0x1d2)][_0xf50e3c(0x1f1)]!==_0x150669[_0xf50e3c(0x1d2)][_0xf50e3c(0x1f1)]||_0x3a0438[_0xf50e3c(0x1d2)]['subUnitId']!==_0x150669['params'][_0xf50e3c(0x15c)])return _0x29b5f6;const _0xb5f157=[Tools[_0xf50e3c(0x1bb)](_0x3a0438)],_0x3c40a1=Tools[_0xf50e3c(0x1bb)](_0x150669),{sourceRange:_0x596a5b,targetRange:_0x5d0caf}=_0x3a0438['params'],_0x2fd8de={'start':_0x596a5b['startColumn'],'end':_0x596a5b[_0xf50e3c(0x2a3)]},_0x5deedd={'start':_0x5d0caf['startColumn'],'end':_0x5d0caf['endColumn']},{values:_0x35f707}=_0x3c40a1[_0xf50e3c(0x1d2)],_0x544b19=[];let _0x4eb9f9=!0x1;for(const _0xb1d9b1 in _0x35f707){const _0x523e1d=_0x35f707[_0xb1d9b1];if(_0x544b19[_0xf50e3c(0x2a4)](..._0x523e1d[_0xf50e3c(0x206)]),_0x523e1d[_0xf50e3c(0x206)][_0xf50e3c(0x1ec)](_0x28a427=>{const _0x41cf61=_0xf50e3c,_0x4e345={'start':_0x28a427[_0x41cf61(0x26b)],'end':_0x28a427[_0x41cf61(0x2a3)]},_0x4ccb41=intersect(_0x2fd8de,_0x4e345),_0xc6e650=intersect(_0x5deedd,_0x4e345);if(_0x4ccb41||_0xc6e650)return!0x0;const _0x93db6a=handleBaseMoveRowsCols(_0x2fd8de,_0x5deedd,_0x4e345);return _0x93db6a['length']!==0x0?!0x0:(_0x93db6a[_0x41cf61(0x120)]!==0x0&&(_0x4eb9f9=!0x0),_0x28a427[_0x41cf61(0x26b)]+=_0x93db6a[_0x41cf61(0x120)],_0x28a427['endColumn']+=_0x93db6a[_0x41cf61(0x120)],!0x1);}))return{'error':new Error(_0xf50e3c(0x1a5))};}if(_0x4eb9f9){const _0x576f64={'id':RemoveNumfmtMutation['id'],'params':{'unitId':_0x150669[_0xf50e3c(0x1d2)][_0xf50e3c(0x1f1)],'subUnitId':_0x150669[_0xf50e3c(0x1d2)][_0xf50e3c(0x15c)],'ranges':_0x544b19}};_0xb5f157['push'](_0x576f64,_0x3c40a1);}return{'m1Prime':_0xb5f157,'m2Prime':_0x3c40a1};}},moveColMutationWithSetRangeValues={'m1':MoveColsMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x5a16df,_0x54d3e7){const _0x58f1f9=_0x3177e2,_0x447406={'m1Prime':_0x5a16df,'m2Prime':_0x54d3e7};if(_0x5a16df['params'][_0x58f1f9(0x1f1)]!==_0x54d3e7[_0x58f1f9(0x1d2)]['unitId']||_0x5a16df[_0x58f1f9(0x1d2)]['subUnitId']!==_0x54d3e7['params'][_0x58f1f9(0x15c)])return _0x447406;const _0x3486f0=[Tools['deepClone'](_0x5a16df)],_0x53aea0=Tools[_0x58f1f9(0x1bb)](_0x54d3e7),_0x17b9d9=new ObjectMatrix(_0x53aea0[_0x58f1f9(0x1d2)][_0x58f1f9(0x162)]),{sourceRange:_0x3d2741,targetRange:_0x102528}=_0x5a16df[_0x58f1f9(0x1d2)],_0x200d98=_0x3d2741[_0x58f1f9(0x26b)],_0xb3e4d4=_0x3d2741[_0x58f1f9(0x2a3)]-_0x3d2741['startColumn']+0x1,_0x5e858f=_0x102528[_0x58f1f9(0x26b)];_0x17b9d9['moveColumns'](_0x200d98,_0xb3e4d4,_0x5e858f);const _0x3f4582=new ObjectMatrix();let _0x49985d=!0x1;if(_0x17b9d9[_0x58f1f9(0x283)]((_0x5286a2,_0x4dfcfb,_0x2920de)=>{const _0x280648=_0x58f1f9;if(_0x2920de&&_0x2920de['f']){const _0x594722=_0x2920de['f'];let _0x484664=!0x1;const _0x3c0c98=processFormulaString(_0x5a16df[_0x280648(0x1d2)][_0x280648(0x1f1)],_0x5a16df[_0x280648(0x1d2)]['subUnitId'],_0x594722,_0x152a4d=>{const _0xdd1c2e=_0x280648,_0x1a5832=handleBaseMoveRowsCols({'start':_0x5a16df[_0xdd1c2e(0x1d2)]['sourceRange']['startColumn'],'end':_0x5a16df['params'][_0xdd1c2e(0x1a2)][_0xdd1c2e(0x2a3)]},{'start':_0x5a16df[_0xdd1c2e(0x1d2)][_0xdd1c2e(0x119)][_0xdd1c2e(0x26b)],'end':_0x5a16df[_0xdd1c2e(0x1d2)]['targetRange']['endColumn']},{'start':_0x152a4d['startColumn'],'end':_0x152a4d['endColumn']});return(_0x1a5832[_0xdd1c2e(0x120)]!==0x0||_0x1a5832[_0xdd1c2e(0x13d)]!==0x0)&&(_0x484664=!0x0,_0x152a4d['startColumn']+=_0x1a5832[_0xdd1c2e(0x120)],_0x152a4d['endColumn']+=_0x1a5832[_0xdd1c2e(0x120)]+_0x1a5832[_0xdd1c2e(0x13d)]),_0x152a4d;});_0x484664&&(_0x49985d=!0x0,_0x2920de['f']=_0x3c0c98,_0x3f4582['setValue'](_0x5286a2,_0x4dfcfb,{..._0x2920de}));}}),_0x49985d){const _0x2d22a3={'id':SetRangeValuesMutation['id'],'params':{'unitId':_0x54d3e7[_0x58f1f9(0x1d2)]['unitId'],'subUnitId':_0x54d3e7['params'][_0x58f1f9(0x15c)],'cellValue':_0x3f4582[_0x58f1f9(0x1d8)]()}};_0x3486f0[_0x58f1f9(0x2a4)](_0x2d22a3);}return _0x53aea0[_0x58f1f9(0x1d2)][_0x58f1f9(0x162)]=_0x17b9d9[_0x58f1f9(0x1d8)](),{'m1Prime':_0x3486f0,'m2Prime':_0x53aea0};}},moveColMutationWithSetSelection={'m1':MoveColsMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0xe1dfd5,_0x4e6ab3){const _0x155a65=_0x3177e2,_0x1bb0f0={'m1Prime':[],'m2Prime':[]};if(_0xe1dfd5[_0x155a65(0x1d2)][_0x155a65(0x1f1)]!==_0x4e6ab3['params'][_0x155a65(0x1f1)]||_0xe1dfd5[_0x155a65(0x1d2)][_0x155a65(0x15c)]!==_0x4e6ab3[_0x155a65(0x1d2)][_0x155a65(0x15c)])return _0x1bb0f0;const _0x9de02a=Tools['deepClone'](_0x4e6ab3);let _0x364489=!0x1;return _0x9de02a[_0x155a65(0x1d2)][_0x155a65(0x207)][_0x155a65(0x2b6)](_0xec6bf5=>{const _0xa9ede9=_0x155a65,{range:_0x78f95,primary:_0x2174d9}=_0xec6bf5,_0x5c2975=handleBaseMoveRowsCols({'start':_0xe1dfd5[_0xa9ede9(0x1d2)]['sourceRange'][_0xa9ede9(0x26b)],'end':_0xe1dfd5[_0xa9ede9(0x1d2)][_0xa9ede9(0x1a2)][_0xa9ede9(0x2a3)]},{'start':_0xe1dfd5['params'][_0xa9ede9(0x119)][_0xa9ede9(0x26b)],'end':_0xe1dfd5[_0xa9ede9(0x1d2)][_0xa9ede9(0x119)][_0xa9ede9(0x2a3)]},{'start':_0x78f95['startColumn'],'end':_0x78f95['endColumn']});if(_0x5c2975[_0xa9ede9(0x13d)]||_0x5c2975[_0xa9ede9(0x120)]){if(_0x78f95[_0xa9ede9(0x26b)]+=_0x5c2975['step'],_0x78f95[_0xa9ede9(0x2a3)]+=_0x5c2975[_0xa9ede9(0x120)]+(_0x5c2975[_0xa9ede9(0x13d)]||0x0),_0x2174d9){const _0x48c73b=handleBaseMoveRowsCols({'start':_0xe1dfd5[_0xa9ede9(0x1d2)]['sourceRange']['startColumn'],'end':_0xe1dfd5[_0xa9ede9(0x1d2)][_0xa9ede9(0x1a2)][_0xa9ede9(0x2a3)]},{'start':_0xe1dfd5[_0xa9ede9(0x1d2)][_0xa9ede9(0x119)][_0xa9ede9(0x26b)],'end':_0xe1dfd5[_0xa9ede9(0x1d2)]['targetRange'][_0xa9ede9(0x2a3)]},{'start':_0x2174d9[_0xa9ede9(0x26b)],'end':_0x2174d9['endColumn']});(_0x48c73b[_0xa9ede9(0x13d)]||_0x48c73b['step'])&&(_0x2174d9[_0xa9ede9(0x26b)]+=_0x48c73b['step'],_0x2174d9[_0xa9ede9(0x2a3)]+=_0x48c73b[_0xa9ede9(0x120)],_0x2174d9['actualColumn']+=_0x48c73b[_0xa9ede9(0x120)]);}_0x364489=!0x0;}}),_0x364489&&_0x1bb0f0[_0x155a65(0x17b)]['push'](_0x9de02a),_0x1bb0f0;}},moveColMutationWithSetSheetsFilterCriteria={'m1':MoveColsMutation['id'],'m2':SetSheetsFilterCriteriaMutation['id'],'handler'(_0x19e6e1,_0x37e334){const _0x1732da=_0x3177e2,_0x4412e3={'m1Prime':_0x19e6e1,'m2Prime':_0x37e334};if(_0x19e6e1[_0x1732da(0x1d2)][_0x1732da(0x1f1)]!==_0x37e334[_0x1732da(0x1d2)][_0x1732da(0x1f1)]||_0x19e6e1[_0x1732da(0x1d2)][_0x1732da(0x15c)]!==_0x37e334['params'][_0x1732da(0x15c)])return _0x4412e3;const _0x3d6eeb=Tools[_0x1732da(0x1bb)](_0x19e6e1),_0x1c42b8=Tools['deepClone'](_0x37e334),_0x372cf2=handleBaseMoveRowsCols({'start':_0x19e6e1[_0x1732da(0x1d2)][_0x1732da(0x1a2)]['startColumn'],'end':_0x19e6e1[_0x1732da(0x1d2)][_0x1732da(0x1a2)]['endColumn']},{'start':_0x19e6e1[_0x1732da(0x1d2)][_0x1732da(0x119)][_0x1732da(0x26b)],'end':_0x19e6e1[_0x1732da(0x1d2)][_0x1732da(0x119)][_0x1732da(0x2a3)]},{'start':_0x37e334['params'][_0x1732da(0xf8)],'end':_0x37e334[_0x1732da(0x1d2)][_0x1732da(0xf8)]});if(_0x372cf2['step']===0x0)return _0x4412e3;_0x1c42b8[_0x1732da(0x1d2)][_0x1732da(0xf8)]+=_0x372cf2['step'],_0x1c42b8[_0x1732da(0x1d2)][_0x1732da(0x1a7)]&&(_0x1c42b8[_0x1732da(0x1d2)][_0x1732da(0x1a7)][_0x1732da(0x1d4)]+=_0x372cf2['step']);const _0x2921de=Tools[_0x1732da(0x1bb)](_0x37e334);return _0x2921de[_0x1732da(0x1d2)]['criteria']=null,{'m1Prime':[_0x2921de,_0x1c42b8,_0x3d6eeb],'m2Prime':[_0x1c42b8]};}},moveColMutationWithSetSheetsFilterRange={'m1':MoveColsMutation['id'],'m2':SetSheetsFilterRangeMutation['id'],'handler'(_0x395e3b,_0x148302){const _0x121164=_0x3177e2,_0x123e0e={'m1Prime':[_0x395e3b],'m2Prime':[_0x148302]};if(_0x395e3b[_0x121164(0x1d2)][_0x121164(0x1f1)]!==_0x148302[_0x121164(0x1d2)][_0x121164(0x1f1)]||_0x395e3b[_0x121164(0x1d2)][_0x121164(0x15c)]!==_0x148302[_0x121164(0x1d2)]['subUnitId'])return _0x123e0e;const _0x29e5a5=Tools[_0x121164(0x1bb)](_0x395e3b),_0x145c6b=Tools[_0x121164(0x1bb)](_0x148302),_0xdc525c=handleBaseMoveRowsCols({'start':_0x395e3b[_0x121164(0x1d2)][_0x121164(0x1a2)][_0x121164(0x26b)],'end':_0x395e3b[_0x121164(0x1d2)]['sourceRange'][_0x121164(0x2a3)]},{'start':_0x395e3b[_0x121164(0x1d2)]['targetRange'][_0x121164(0x26b)],'end':_0x395e3b[_0x121164(0x1d2)][_0x121164(0x119)]['endColumn']},{'start':_0x148302[_0x121164(0x1d2)][_0x121164(0x219)][_0x121164(0x26b)],'end':_0x148302[_0x121164(0x1d2)][_0x121164(0x219)][_0x121164(0x2a3)]});return _0x145c6b[_0x121164(0x1d2)][_0x121164(0x219)]['startColumn']+=_0xdc525c[_0x121164(0x120)],_0x145c6b[_0x121164(0x1d2)]['range'][_0x121164(0x2a3)]+=_0xdc525c['step']+_0xdc525c[_0x121164(0x13d)],{'m1Prime':[_0x145c6b,_0x29e5a5],'m2Prime':[_0x145c6b]};}},moveColMutationWithSetWorksheetColWidth={'m1':MoveColsMutation['id'],'m2':SetWorksheetColWidthMutation['id'],'handler'(_0xe99526,_0x21d96e){const _0x514f4d=_0x3177e2,_0x3b0f43={'m1Prime':_0xe99526,'m2Prime':_0x21d96e};if(_0xe99526['params'][_0x514f4d(0x1f1)]!==_0x21d96e[_0x514f4d(0x1d2)][_0x514f4d(0x1f1)]||_0xe99526[_0x514f4d(0x1d2)]['subUnitId']!==_0x21d96e[_0x514f4d(0x1d2)][_0x514f4d(0x15c)])return _0x3b0f43;const _0x1cbf52=Tools[_0x514f4d(0x1bb)](_0xe99526),_0x179653=Tools['deepClone'](_0x21d96e),{ranges:_0x2e7cc0,colWidth:_0x38a6ed}=_0x179653[_0x514f4d(0x1d2)],{sourceRange:_0x49005b,targetRange:_0x118611}=_0xe99526[_0x514f4d(0x1d2)],_0xd9b4fb={'start':_0x49005b[_0x514f4d(0x26b)],'end':_0x49005b[_0x514f4d(0x2a3)]},_0xd5e7e1={'start':_0x118611['startColumn'],'end':_0x118611[_0x514f4d(0x2a3)]};return _0x2e7cc0[_0x514f4d(0x1ec)](_0x35b949=>{const _0x894e03=_0x514f4d,_0x56b6ae={'start':_0x35b949[_0x894e03(0x26b)],'end':_0x35b949[_0x894e03(0x2a3)]},_0x3fd5c0=handleBaseMoveRowsCols(_0xd9b4fb,_0xd5e7e1,_0x56b6ae);return _0x3fd5c0['length']!==0x0?!0x0:(_0x35b949[_0x894e03(0x26b)]+=_0x3fd5c0['step'],_0x35b949[_0x894e03(0x2a3)]+=_0x3fd5c0['step'],!0x1);})?{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')}:(typeof _0x38a6ed!=_0x514f4d(0x203)&&moveMatrixArray(_0x49005b[_0x514f4d(0x26b)],_0x49005b[_0x514f4d(0x2a3)]-_0x49005b['startColumn']+0x1,_0x118611['startColumn'],_0x38a6ed),{'m1Prime':_0x1cbf52,'m2Prime':_0x179653});}},moveColsWithUpdateCommentRef={'m1':MoveColsMutation['id'],'m2':UpdateCommentRefMutation['id'],'handler':__name((_0x317534,_0x5926ff)=>{const _0x36897c=_0x3177e2,_0x3ccfac={'m1Prime':_0x317534,'m2Prime':_0x5926ff};if(_0x317534['params'][_0x36897c(0x1f1)]!==_0x5926ff[_0x36897c(0x1d2)][_0x36897c(0x1f1)]||_0x317534['params']['subUnitId']!==_0x5926ff['params'][_0x36897c(0x15c)])return _0x3ccfac;const _0x198f98={'id':MoveColsCommand['id'],'params':{'unitId':_0x317534[_0x36897c(0x1d2)][_0x36897c(0x1f1)],'subUnitId':_0x317534[_0x36897c(0x1d2)]['subUnitId'],'fromRange':_0x317534['params'][_0x36897c(0x1a2)],'toRange':_0x317534[_0x36897c(0x1d2)][_0x36897c(0x119)]}},_0x5d662e=transformUpdateCommentRefWithRefRange(_0x5926ff,_0x198f98);return{'m1Prime':[_0x317534,..._0x5d662e],'m2Prime':[_0x5926ff,..._0x5d662e]};},'handler')},moveConditionalFormattingRuleMutationWithSelf={'m1':MoveConditionalRuleMutation['id'],'m2':MoveConditionalRuleMutation['id'],'handler'(_0x4cc20e,_0x34e6c3){const _0x3ce5be=_0x3177e2;return _0x4cc20e[_0x3ce5be(0x1d2)][_0x3ce5be(0x1f1)]!==_0x34e6c3[_0x3ce5be(0x1d2)][_0x3ce5be(0x1f1)]||_0x4cc20e['params'][_0x3ce5be(0x15c)]!==_0x34e6c3[_0x3ce5be(0x1d2)][_0x3ce5be(0x15c)]?{'m1Prime':_0x4cc20e,'m2Prime':_0x34e6c3}:{'error':new Error(_0x3ce5be(0xe1))};}},moveRangeMutationWithAddMerge={'m1':MoveRangeMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x44ed75,_0x50543c){const _0x13aa1e=_0x3177e2,_0x192def=addWorksheetMergeMutationWithMoveRangeMutation[_0x13aa1e(0x21c)](_0x50543c,_0x44ed75);return isTransformMutationSuccess(_0x192def)?{'m1Prime':_0x192def['m2Prime'],'m2Prime':_0x192def[_0x13aa1e(0x1de)]}:_0x192def;}},moveRangeMutationWithSelf={'m1':MoveRangeMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x5e3aba,_0x1c7c69){const _0x49304f=_0x3177e2,_0x53947f={'m1Prime':_0x5e3aba,'m2Prime':_0x1c7c69};if(_0x5e3aba[_0x49304f(0x1d2)]['unitId']!==_0x1c7c69[_0x49304f(0x1d2)][_0x49304f(0x1f1)])return _0x53947f;const _0x53bf2d=new ObjectMatrix(_0x5e3aba[_0x49304f(0x1d2)][_0x49304f(0x1df)][_0x49304f(0x238)])[_0x49304f(0x122)](),_0x339dbd=new ObjectMatrix(_0x1c7c69[_0x49304f(0x1d2)]['from']['value'])[_0x49304f(0x122)](),_0x173797=new ObjectMatrix(_0x5e3aba[_0x49304f(0x1d2)]['to'][_0x49304f(0x238)])[_0x49304f(0x122)](),_0x58690c=new ObjectMatrix(_0x1c7c69[_0x49304f(0x1d2)]['to'][_0x49304f(0x238)])[_0x49304f(0x122)]();return _0x5e3aba[_0x49304f(0x1d2)][_0x49304f(0x1df)][_0x49304f(0x15c)]===_0x1c7c69[_0x49304f(0x1d2)][_0x49304f(0x1df)]['subUnitId']&&Rectangle[_0x49304f(0x153)](_0x53bf2d,_0x339dbd)||_0x5e3aba[_0x49304f(0x1d2)]['to']['subUnitId']===_0x1c7c69[_0x49304f(0x1d2)]['to'][_0x49304f(0x15c)]&&Rectangle[_0x49304f(0x153)](_0x173797,_0x58690c)||_0x5e3aba[_0x49304f(0x1d2)][_0x49304f(0x1df)][_0x49304f(0x15c)]===_0x1c7c69['params']['to'][_0x49304f(0x15c)]&&Rectangle[_0x49304f(0x153)](_0x53bf2d,_0x58690c)||_0x5e3aba['params']['to'][_0x49304f(0x15c)]===_0x1c7c69[_0x49304f(0x1d2)][_0x49304f(0x1df)]['subUnitId']&&Rectangle[_0x49304f(0x153)](_0x173797,_0x339dbd)?{'error':new Error('Two\x20move-range\x20mutations\x20have\x20an\x20overlapping\x20range.')}:_0x53947f;}},moveRangeMutationWithRemoveNumfmt={'m1':MoveRangeMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x3f079d,_0x565e0c){const _0x15597c=_0x3177e2,_0x12c3e4={'m1Prime':_0x3f079d,'m2Prime':_0x565e0c};if(_0x3f079d[_0x15597c(0x1d2)][_0x15597c(0x1f1)]!==_0x565e0c[_0x15597c(0x1d2)][_0x15597c(0x1f1)]||_0x3f079d[_0x15597c(0x1d2)][_0x15597c(0x1df)][_0x15597c(0x15c)]!==_0x565e0c['params'][_0x15597c(0x15c)]&&_0x3f079d['params']['to']['subUnitId']!==_0x565e0c[_0x15597c(0x1d2)][_0x15597c(0x15c)])return _0x12c3e4;const _0x190529=new ObjectMatrix(_0x3f079d[_0x15597c(0x1d2)][_0x15597c(0x1df)][_0x15597c(0x238)])[_0x15597c(0x122)](),_0x2dc5ac=new ObjectMatrix(_0x3f079d[_0x15597c(0x1d2)]['to']['value'])[_0x15597c(0x122)]();return _0x3f079d[_0x15597c(0x1d2)]['from'][_0x15597c(0x15c)]===_0x565e0c[_0x15597c(0x1d2)][_0x15597c(0x15c)]&&_0x565e0c['params']['ranges']['some'](_0x292f79=>Rectangle[_0x15597c(0x153)](_0x292f79,_0x190529))?{'error':new Error(_0x15597c(0x290))}:_0x3f079d[_0x15597c(0x1d2)]['to']['subUnitId']===_0x565e0c[_0x15597c(0x1d2)][_0x15597c(0x15c)]&&_0x565e0c[_0x15597c(0x1d2)][_0x15597c(0x206)][_0x15597c(0x1ec)](_0x55a8bf=>Rectangle[_0x15597c(0x153)](_0x55a8bf,_0x2dc5ac))?{'error':new Error(_0x15597c(0x290))}:_0x12c3e4;}},moveRangeMutationWithReorderRange={'m1':MoveRangeMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x4dbbf8,_0x5cda18){const _0x2cf0d6=_0x3177e2,_0x38b417={'m1Prime':_0x4dbbf8,'m2Prime':_0x5cda18};if(_0x4dbbf8[_0x2cf0d6(0x1d2)]['unitId']!==_0x5cda18['params']['unitId']||_0x4dbbf8[_0x2cf0d6(0x1d2)]['from']['subUnitId']!==_0x5cda18[_0x2cf0d6(0x1d2)][_0x2cf0d6(0x15c)]&&_0x4dbbf8[_0x2cf0d6(0x1d2)]['to']['subUnitId']!==_0x5cda18['params'][_0x2cf0d6(0x15c)])return _0x38b417;if(_0x4dbbf8[_0x2cf0d6(0x1d2)][_0x2cf0d6(0x1df)][_0x2cf0d6(0x15c)]===_0x5cda18['params']['subUnitId']){const _0x118e54=new ObjectMatrix(_0x4dbbf8[_0x2cf0d6(0x1d2)][_0x2cf0d6(0x1df)][_0x2cf0d6(0x238)])[_0x2cf0d6(0x122)]();if(Rectangle['intersects'](_0x118e54,_0x5cda18[_0x2cf0d6(0x1d2)]['range']))return{'error':new Error(_0x2cf0d6(0x240))};}if(_0x4dbbf8[_0x2cf0d6(0x1d2)]['to'][_0x2cf0d6(0x15c)]===_0x5cda18[_0x2cf0d6(0x1d2)][_0x2cf0d6(0x15c)]){const _0x1a098d=new ObjectMatrix(_0x4dbbf8[_0x2cf0d6(0x1d2)]['to']['value'])[_0x2cf0d6(0x122)]();if(Rectangle['intersects'](_0x1a098d,_0x5cda18[_0x2cf0d6(0x1d2)][_0x2cf0d6(0x219)]))return{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20reorder\x20range')};}return _0x38b417;}},moveRangeMutationWithSetNumfmt={'m1':MoveRangeMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x33e18f,_0x501e3e){const _0x24cd3c=_0x3177e2,_0x47ab9a={'m1Prime':_0x33e18f,'m2Prime':_0x501e3e};if(_0x33e18f[_0x24cd3c(0x1d2)]['unitId']!==_0x501e3e['params']['unitId']||_0x33e18f[_0x24cd3c(0x1d2)][_0x24cd3c(0x1df)][_0x24cd3c(0x15c)]!==_0x501e3e[_0x24cd3c(0x1d2)][_0x24cd3c(0x15c)]&&_0x33e18f[_0x24cd3c(0x1d2)]['to'][_0x24cd3c(0x15c)]!==_0x501e3e['params'][_0x24cd3c(0x15c)])return _0x47ab9a;const _0x1f1644=new ObjectMatrix(_0x33e18f[_0x24cd3c(0x1d2)]['from'][_0x24cd3c(0x238)])[_0x24cd3c(0x122)](),_0x1a5762=new ObjectMatrix(_0x33e18f['params']['to'][_0x24cd3c(0x238)])[_0x24cd3c(0x122)]();if(_0x33e18f[_0x24cd3c(0x1d2)][_0x24cd3c(0x1df)]['subUnitId']===_0x501e3e[_0x24cd3c(0x1d2)][_0x24cd3c(0x15c)]){const {values:_0x1cf898}=_0x501e3e['params'];for(const _0x30716d in _0x1cf898)if(_0x1cf898[_0x30716d]['ranges'][_0x24cd3c(0x1ec)](_0x4dfae4=>Rectangle['intersects'](_0x4dfae4,_0x1f1644)))return{'error':new Error(_0x24cd3c(0x290))};}if(_0x33e18f[_0x24cd3c(0x1d2)]['to']['subUnitId']===_0x501e3e[_0x24cd3c(0x1d2)]['subUnitId']){const {values:_0x4e2139}=_0x501e3e[_0x24cd3c(0x1d2)];for(const _0x26f5e8 in _0x4e2139)if(_0x4e2139[_0x26f5e8][_0x24cd3c(0x206)][_0x24cd3c(0x1ec)](_0x5b40c2=>Rectangle[_0x24cd3c(0x153)](_0x5b40c2,_0x1a5762)))return{'error':new Error(_0x24cd3c(0x290))};}return _0x47ab9a;}},moveRowWithAddComment={'m1':MoveRowsMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x6f4c5e,_0x2c7a2b)=>{const _0x5e7b9b=_0x3177e2,_0x5094a0={'m1Prime':_0x6f4c5e,'m2Prime':_0x2c7a2b};if(_0x6f4c5e['params'][_0x5e7b9b(0x1f1)]!==_0x2c7a2b['params'][_0x5e7b9b(0x1f1)]||_0x6f4c5e[_0x5e7b9b(0x1d2)][_0x5e7b9b(0x15c)]!==_0x2c7a2b['params'][_0x5e7b9b(0x15c)])return _0x5094a0;const _0x173909={'id':MoveRowsCommand['id'],'params':{'unitId':_0x6f4c5e[_0x5e7b9b(0x1d2)][_0x5e7b9b(0x1f1)],'subUnitId':_0x6f4c5e['params']['subUnitId'],'fromRange':_0x6f4c5e['params']['sourceRange'],'toRange':_0x6f4c5e['params'][_0x5e7b9b(0x119)]}},_0xa78758=transformAddCommentWithRefRange(_0x2c7a2b,_0x173909);return{'m1Prime':[_0x6f4c5e,..._0xa78758],'m2Prime':[_0x2c7a2b,..._0xa78758]};},_0x3177e2(0x21c))},moveRowMutationWithAddDataValidation={'m1':MoveRowsMutation['id'],'m2':AddDataValidationMutation['id'],'handler'(_0x37d108,_0x11b64a){const _0x5d2241=_0x3177e2,_0xaf5219={'m1Prime':_0x37d108,'m2Prime':_0x11b64a};if(_0x37d108['params'][_0x5d2241(0x1f1)]!==_0x11b64a[_0x5d2241(0x1d2)][_0x5d2241(0x1f1)]||_0x37d108[_0x5d2241(0x1d2)][_0x5d2241(0x15c)]!==_0x11b64a[_0x5d2241(0x1d2)][_0x5d2241(0x15c)])return _0xaf5219;const _0x4fd6b9={'id':MoveRowsCommand['id'],'params':{'fromRange':_0x37d108[_0x5d2241(0x1d2)]['sourceRange'],'toRange':_0x37d108[_0x5d2241(0x1d2)][_0x5d2241(0x119)]}},_0x3d3be6=transformAddDataValidationWithRefRange(_0x11b64a,_0x4fd6b9);return{'m1Prime':[_0x37d108,..._0x3d3be6],'m2Prime':[_0x11b64a,..._0x3d3be6]};}},moveRowsMutationWithAddMerge={'m1':MoveRowsMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0xbd6074,_0x1e6349){const _0x4e5e69=_0x3177e2,_0x38483d=addWorksheetMergeMutationWithMoveRowMutation[_0x4e5e69(0x21c)](_0x1e6349,_0xbd6074);return isTransformMutationSuccess(_0x38483d)?{'m1Prime':_0x38483d['m2Prime'],'m2Prime':_0x38483d[_0x4e5e69(0x1de)]}:_0x38483d;}},moveRowMutationWithMoveRange={'m1':MoveRowsMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x15e5ff,_0x42a14e){const _0x34d5e4=_0x3177e2,_0x30ea5e={'m1Prime':_0x15e5ff,'m2Prime':_0x42a14e};if(_0x15e5ff[_0x34d5e4(0x1d2)]['unitId']!==_0x42a14e['params'][_0x34d5e4(0x1f1)]||_0x15e5ff[_0x34d5e4(0x1d2)][_0x34d5e4(0x15c)]!==_0x42a14e['params'][_0x34d5e4(0x1df)][_0x34d5e4(0x15c)]&&_0x15e5ff[_0x34d5e4(0x1d2)]['subUnitId']!==_0x42a14e['params']['to'][_0x34d5e4(0x15c)])return _0x30ea5e;const _0x17eff2=Tools[_0x34d5e4(0x1bb)](_0x15e5ff),_0x3c4871=Tools['deepClone'](_0x42a14e),_0x5250e7=_0x15e5ff[_0x34d5e4(0x1d2)][_0x34d5e4(0x1a2)],_0x2db53a=_0x15e5ff[_0x34d5e4(0x1d2)][_0x34d5e4(0x119)];if(_0x15e5ff[_0x34d5e4(0x1d2)][_0x34d5e4(0x15c)]===_0x42a14e[_0x34d5e4(0x1d2)][_0x34d5e4(0x1df)][_0x34d5e4(0x15c)]){const _0x562d90=new ObjectMatrix(_0x3c4871[_0x34d5e4(0x1d2)][_0x34d5e4(0x1df)][_0x34d5e4(0x238)]),_0x49c88e=_0x562d90['getDataRange']();if(intersect({'start':_0x5250e7[_0x34d5e4(0x103)],'end':_0x5250e7[_0x34d5e4(0x239)]},{'start':_0x49c88e[_0x34d5e4(0x103)],'end':_0x49c88e[_0x34d5e4(0x239)]})||intersect({'start':_0x2db53a[_0x34d5e4(0x103)],'end':_0x2db53a[_0x34d5e4(0x239)]},{'start':_0x49c88e[_0x34d5e4(0x103)],'end':_0x49c88e['endRow']}))return{'error':new Error(_0x34d5e4(0x175))};const _0x597759=handleBaseMoveRowsCols({'start':_0x5250e7[_0x34d5e4(0x103)],'end':_0x5250e7[_0x34d5e4(0x239)]},{'start':_0x2db53a[_0x34d5e4(0x103)],'end':_0x2db53a[_0x34d5e4(0x239)]},{'start':_0x49c88e[_0x34d5e4(0x103)],'end':_0x49c88e[_0x34d5e4(0x239)]});if(_0x597759[_0x34d5e4(0x13d)]!==0x0)return{'error':new Error(_0x34d5e4(0x175))};_0x597759[_0x34d5e4(0x120)]!==0x0&&_0x562d90['moveRows'](_0x5250e7[_0x34d5e4(0x103)],_0x5250e7[_0x34d5e4(0x239)]-_0x5250e7[_0x34d5e4(0x103)]+0x1,_0x2db53a[_0x34d5e4(0x103)]),_0x3c4871[_0x34d5e4(0x1d2)][_0x34d5e4(0x1df)]['value']=_0x562d90[_0x34d5e4(0x1d8)]();}if(_0x15e5ff['params'][_0x34d5e4(0x15c)]===_0x42a14e['params']['to'][_0x34d5e4(0x15c)]){const _0x5361b3=new ObjectMatrix(_0x3c4871[_0x34d5e4(0x1d2)]['to'][_0x34d5e4(0x238)]),_0x4819e6=_0x5361b3['getDataRange']();if(intersect({'start':_0x5250e7['startRow'],'end':_0x5250e7[_0x34d5e4(0x239)]},{'start':_0x4819e6[_0x34d5e4(0x103)],'end':_0x4819e6[_0x34d5e4(0x239)]})||intersect({'start':_0x2db53a['startRow'],'end':_0x2db53a[_0x34d5e4(0x239)]},{'start':_0x4819e6[_0x34d5e4(0x103)],'end':_0x4819e6['endRow']}))return{'error':new Error(_0x34d5e4(0x175))};const _0x3d7bf6=handleBaseMoveRowsCols({'start':_0x5250e7[_0x34d5e4(0x103)],'end':_0x5250e7['endRow']},{'start':_0x2db53a[_0x34d5e4(0x103)],'end':_0x2db53a[_0x34d5e4(0x239)]},{'start':_0x4819e6[_0x34d5e4(0x103)],'end':_0x4819e6[_0x34d5e4(0x239)]});if(_0x3d7bf6[_0x34d5e4(0x13d)]!==0x0)return{'error':new Error(_0x34d5e4(0x175))};_0x3d7bf6[_0x34d5e4(0x120)]!==0x0&&_0x5361b3[_0x34d5e4(0x17e)](_0x5250e7[_0x34d5e4(0x103)],_0x5250e7[_0x34d5e4(0x239)]-_0x5250e7[_0x34d5e4(0x103)]+0x1,_0x2db53a['startRow']),_0x3c4871[_0x34d5e4(0x1d2)]['to'][_0x34d5e4(0x238)]=_0x5361b3['getMatrix']();}return{'m1Prime':_0x17eff2,'m2Prime':_0x3c4871};}},moveRowMutationWithSelf={'m1':MoveRowsMutation['id'],'m2':MoveRowsMutation['id'],'handler'(_0x331eb4,_0x134094){const _0x4e4598=_0x3177e2,_0x35d03d={'m1Prime':_0x331eb4,'m2Prime':_0x134094};if(_0x331eb4['params']['unitId']!==_0x134094[_0x4e4598(0x1d2)][_0x4e4598(0x1f1)]||_0x331eb4[_0x4e4598(0x1d2)][_0x4e4598(0x15c)]!==_0x134094[_0x4e4598(0x1d2)][_0x4e4598(0x15c)])return _0x35d03d;const _0x4b45d9=Tools[_0x4e4598(0x1bb)](_0x331eb4),_0x483cf3=Tools[_0x4e4598(0x1bb)](_0x134094),_0x4b92cc=_0x134094[_0x4e4598(0x1d2)][_0x4e4598(0x1a2)],_0x3f40c1=_0x134094[_0x4e4598(0x1d2)][_0x4e4598(0x119)],_0x4922b5=_0x331eb4[_0x4e4598(0x1d2)][_0x4e4598(0x1a2)],_0x43bc4f=_0x331eb4[_0x4e4598(0x1d2)][_0x4e4598(0x119)];if(_0x4922b5['endRow']>=_0x4b92cc[_0x4e4598(0x103)]&&_0x4922b5[_0x4e4598(0x103)]<=_0x4b92cc[_0x4e4598(0x239)])return{'error':new Error(_0x4e4598(0x2ab))};const _0xbe6a5=handleBaseMoveRowsCols({'start':_0x4922b5[_0x4e4598(0x103)],'end':_0x4922b5['endRow']},{'start':_0x43bc4f[_0x4e4598(0x103)],'end':_0x43bc4f[_0x4e4598(0x239)]},{'start':_0x4b92cc[_0x4e4598(0x103)],'end':_0x4b92cc[_0x4e4598(0x239)]}),_0x5d7dce=handleBaseMoveRowsCols({'start':_0x4922b5['startRow'],'end':_0x4922b5['endRow']},{'start':_0x43bc4f[_0x4e4598(0x103)],'end':_0x43bc4f[_0x4e4598(0x239)]},{'start':_0x3f40c1[_0x4e4598(0x103)],'end':_0x3f40c1[_0x4e4598(0x239)]});_0xbe6a5&&_0x5d7dce?(_0x483cf3['params']['sourceRange'][_0x4e4598(0x103)]+=_0xbe6a5['step'],_0x483cf3[_0x4e4598(0x1d2)][_0x4e4598(0x1a2)][_0x4e4598(0x239)]+=_0xbe6a5[_0x4e4598(0x120)]+(_0xbe6a5['length']||0x0),_0x483cf3['params'][_0x4e4598(0x119)][_0x4e4598(0x103)]+=_0x5d7dce['step'],_0x483cf3[_0x4e4598(0x1d2)][_0x4e4598(0x119)][_0x4e4598(0x239)]+=_0x5d7dce['step']+(_0x5d7dce[_0x4e4598(0x13d)]||0x0)):_0x483cf3['id']=EmptyMutation['id'];const _0x442092=handleBaseMoveRowsCols({'start':_0x4b92cc[_0x4e4598(0x103)],'end':_0x4b92cc[_0x4e4598(0x239)]},{'start':_0x3f40c1[_0x4e4598(0x103)],'end':_0x3f40c1['endRow']},{'start':_0x4922b5[_0x4e4598(0x103)],'end':_0x4922b5[_0x4e4598(0x239)]}),_0x208f2c=handleBaseMoveRowsCols({'start':_0x4b92cc[_0x4e4598(0x103)],'end':_0x4b92cc[_0x4e4598(0x239)]},{'start':_0x3f40c1[_0x4e4598(0x103)],'end':_0x3f40c1[_0x4e4598(0x239)]},{'start':_0x43bc4f['startRow'],'end':_0x43bc4f[_0x4e4598(0x239)]});return _0x442092&&_0x208f2c?(_0x4b45d9[_0x4e4598(0x1d2)][_0x4e4598(0x1a2)][_0x4e4598(0x103)]+=_0x442092[_0x4e4598(0x120)],_0x4b45d9['params'][_0x4e4598(0x1a2)][_0x4e4598(0x239)]+=_0x442092[_0x4e4598(0x120)]+(_0x442092[_0x4e4598(0x13d)]||0x0),_0x4b45d9[_0x4e4598(0x1d2)]['targetRange']['startRow']+=_0x208f2c[_0x4e4598(0x120)],_0x4b45d9[_0x4e4598(0x1d2)][_0x4e4598(0x119)]['endRow']+=_0x208f2c[_0x4e4598(0x120)]+(_0x208f2c['length']||0x0)):_0x4b45d9['id']=EmptyMutation['id'],{'m1Prime':_0x4b45d9,'m2Prime':_0x483cf3};}},moveRowMutationWithRemoveNumfmt={'m1':MoveRowsMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x87344a,_0x4ceb16){const _0x1cbe55=_0x3177e2,_0x1f148c={'m1Prime':_0x87344a,'m2Prime':_0x4ceb16};if(_0x87344a[_0x1cbe55(0x1d2)][_0x1cbe55(0x1f1)]!==_0x4ceb16[_0x1cbe55(0x1d2)][_0x1cbe55(0x1f1)]||_0x87344a[_0x1cbe55(0x1d2)][_0x1cbe55(0x15c)]!==_0x4ceb16[_0x1cbe55(0x1d2)][_0x1cbe55(0x15c)])return _0x1f148c;const _0xb3c318=Tools[_0x1cbe55(0x1bb)](_0x87344a),_0x5de7fa=Tools[_0x1cbe55(0x1bb)](_0x4ceb16),{sourceRange:_0xbacceb,targetRange:_0x553e19}=_0x87344a[_0x1cbe55(0x1d2)],_0x7ee8a9={'start':_0xbacceb[_0x1cbe55(0x103)],'end':_0xbacceb[_0x1cbe55(0x239)]},_0x18b0cf={'start':_0x553e19['startRow'],'end':_0x553e19[_0x1cbe55(0x239)]};return _0x5de7fa[_0x1cbe55(0x1d2)]['ranges']['some'](_0x1a257e=>{const _0x20c1ed=_0x1cbe55,_0x1dd49c={'start':_0x1a257e[_0x20c1ed(0x103)],'end':_0x1a257e['endRow']},_0x1ecda3=intersect(_0x7ee8a9,_0x1dd49c),_0x42815d=intersect(_0x18b0cf,_0x1dd49c);if(_0x1ecda3||_0x42815d)return!0x0;const _0x2e5fce=handleBaseMoveRowsCols(_0x7ee8a9,_0x18b0cf,_0x1dd49c);return _0x2e5fce[_0x20c1ed(0x13d)]!==0x0?!0x0:(_0x1a257e['startRow']+=_0x2e5fce[_0x20c1ed(0x120)],_0x1a257e[_0x20c1ed(0x239)]+=_0x2e5fce[_0x20c1ed(0x120)],!0x1);})?{'error':new Error(_0x1cbe55(0x1cf))}:{'m1Prime':_0xb3c318,'m2Prime':_0x5de7fa};}},moveRowMutationWithRemoveWorksheetMerge={'m1':MoveRowsMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0xb7ff98,_0x34259a){const _0x35c69d=_0x3177e2,_0x491186=Tools[_0x35c69d(0x1bb)](_0xb7ff98),_0x32c39b=Tools['deepClone'](_0x34259a);if(_0xb7ff98[_0x35c69d(0x1d2)][_0x35c69d(0x1f1)]!==_0x34259a['params'][_0x35c69d(0x1f1)]||_0xb7ff98['params']['subUnitId']!==_0x34259a[_0x35c69d(0x1d2)][_0x35c69d(0x15c)])return{'m1Prime':_0x491186,'m2Prime':_0x32c39b};const _0x213189=_0x32c39b[_0x35c69d(0x1d2)][_0x35c69d(0x206)][_0x35c69d(0x1c6)]((_0x30cef8,_0x2846f2)=>{const _0x16b163=_0x35c69d,{sourceRange:_0x52fc57,targetRange:_0x25f2aa}=_0xb7ff98[_0x16b163(0x1d2)],_0x4396d1={..._0x2846f2};return _0x52fc57[_0x16b163(0x239)]<_0x4396d1[_0x16b163(0x103)]&&_0x25f2aa[_0x16b163(0x103)]>_0x4396d1['endRow']?(_0x4396d1[_0x16b163(0x103)]-=_0x52fc57[_0x16b163(0x239)]-_0x52fc57['startRow']+0x1,_0x4396d1[_0x16b163(0x239)]-=_0x52fc57[_0x16b163(0x239)]-_0x52fc57[_0x16b163(0x103)]+0x1,isMergeCell(_0x4396d1)&&_0x30cef8[_0x16b163(0x2a4)](_0x4396d1)):_0x52fc57[_0x16b163(0x103)]>_0x4396d1['endRow']&&_0x25f2aa[_0x16b163(0x239)]<_0x4396d1['startRow']?(_0x4396d1[_0x16b163(0x103)]+=_0x52fc57[_0x16b163(0x239)]-_0x52fc57[_0x16b163(0x103)]+0x1,_0x4396d1[_0x16b163(0x239)]+=_0x52fc57['endRow']-_0x52fc57[_0x16b163(0x103)]+0x1,isMergeCell(_0x4396d1)&&_0x30cef8[_0x16b163(0x2a4)](_0x4396d1)):Rectangle['intersects'](_0x4396d1,_0x52fc57)||Rectangle[_0x16b163(0x153)](_0x4396d1,_0x25f2aa)||_0x30cef8[_0x16b163(0x2a4)](_0x4396d1),_0x30cef8;},[]);return _0x32c39b['params'][_0x35c69d(0x206)]=_0x213189,_0x32c39b[_0x35c69d(0x1d2)][_0x35c69d(0x206)][_0x35c69d(0x13d)]===0x0&&(_0x32c39b['id']=EmptyMutation['id']),{'m1Prime':_0x491186,'m2Prime':_0x32c39b};}},moveRowMutationWithReorderRange={'m1':MoveRowsMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x3d1c48,_0x1153d7){const _0xcefde1=_0x3177e2;var _0x40ad77;const _0x31e9a3={'m1Prime':_0x3d1c48,'m2Prime':_0x1153d7};if(_0x3d1c48[_0xcefde1(0x1d2)]['unitId']!==_0x1153d7[_0xcefde1(0x1d2)][_0xcefde1(0x1f1)]||_0x3d1c48['params'][_0xcefde1(0x15c)]!==_0x1153d7[_0xcefde1(0x1d2)]['subUnitId'])return _0x31e9a3;const _0xaac9d9=orderMapGenerator(_0x3d1c48[_0xcefde1(0x1d2)][_0xcefde1(0x1a2)],_0x3d1c48[_0xcefde1(0x1d2)][_0xcefde1(0x119)]),_0x4b4201=Tools[_0xcefde1(0x1bb)](_0x1153d7),{range:_0x126811}=_0x4b4201[_0xcefde1(0x1d2)],_0x447909=Array[_0xcefde1(0x1df)]({'length':_0x126811[_0xcefde1(0x239)]-_0x126811[_0xcefde1(0x103)]+0x1},(_0x2a9214,_0x72573e)=>_0x72573e+_0x126811[_0xcefde1(0x103)]),_0x6ddcd4={},_0x12212a={},_0x1b3f13=Math['min'](_0x3d1c48[_0xcefde1(0x1d2)][_0xcefde1(0x1a2)][_0xcefde1(0x103)],_0x3d1c48[_0xcefde1(0x1d2)][_0xcefde1(0x119)][_0xcefde1(0x103)],..._0x447909),_0x34af30=Math['max'](_0x3d1c48['params'][_0xcefde1(0x1a2)][_0xcefde1(0x239)],_0x3d1c48[_0xcefde1(0x1d2)][_0xcefde1(0x119)][_0xcefde1(0x239)],..._0x447909);for(let _0x4a2493=_0x1b3f13;_0x4a2493<=_0x34af30;_0x4a2493++){const _0xe8c635=_0x4a2493,_0x1df1bb=(_0x40ad77=_0x1153d7[_0xcefde1(0x1d2)]['order'][_0x4a2493])!=null?_0x40ad77:_0xe8c635,_0x45abeb=_0xaac9d9(_0x1df1bb);_0xe8c635!==_0x45abeb&&(_0x6ddcd4[_0xe8c635]=_0x45abeb),_0x1df1bb!==_0x45abeb&&(_0x12212a[_0x1df1bb]=_0x45abeb);}_0x4b4201['params'][_0xcefde1(0x1a1)]=_0x6ddcd4;const _0x317f48=Object[_0xcefde1(0xfb)](_0x6ddcd4)['map'](Number);_0x126811['startRow']=Math[_0xcefde1(0x10b)](..._0x317f48),_0x126811[_0xcefde1(0x239)]=Math[_0xcefde1(0x1bd)](..._0x317f48);const _0x4599d8=[_0x3d1c48],_0x1c42a9=Object[_0xcefde1(0xfb)](_0x12212a)['map'](Number);return _0x1c42a9[_0xcefde1(0x13d)]>0x0&&_0x4599d8[_0xcefde1(0x1f5)]({'id':ReorderRangeMutation['id'],'params':{'unitId':_0x3d1c48[_0xcefde1(0x1d2)]['unitId'],'subUnitId':_0x3d1c48['params']['subUnitId'],'range':{'startColumn':_0x1153d7[_0xcefde1(0x1d2)]['range'][_0xcefde1(0x26b)],'endColumn':_0x1153d7[_0xcefde1(0x1d2)][_0xcefde1(0x219)]['endColumn'],'startRow':Math['min'](..._0x1c42a9),'endRow':Math['max'](..._0x1c42a9)},'order':_0x12212a}}),{'m1Prime':_0x4599d8,'m2Prime':_0x4b4201};}},orderMapGenerator=__name((_0x1e184f,_0x4a63a1)=>{const _0x4e4711=_0x3177e2,_0x229e92=_0x1e184f[_0x4e4711(0x239)]-_0x1e184f[_0x4e4711(0x103)]+0x1,_0x543dc1=_0x1e184f['startRow'],_0x29b157=_0x4a63a1[_0x4e4711(0x103)];return _0x57ebbe=>{const _0x3c04f2=_0x4e4711;if(_0x543dc1<=_0x29b157){const _0x5f5545=_0x4a63a1[_0x3c04f2(0x103)]-_0x1e184f[_0x3c04f2(0x239)]-0x1;if(_0x57ebbe>=_0x1e184f[_0x3c04f2(0x103)]&&_0x57ebbe<=_0x1e184f['endRow'])return _0x57ebbe+_0x5f5545;if(_0x57ebbe>_0x1e184f[_0x3c04f2(0x239)]&&_0x57ebbe<_0x4a63a1[_0x3c04f2(0x103)])return _0x57ebbe-_0x229e92;}if(_0x543dc1>_0x29b157){const _0x306759=_0x1e184f[_0x3c04f2(0x103)]-_0x4a63a1['startRow'];if(_0x57ebbe>=_0x4a63a1[_0x3c04f2(0x103)]&&_0x57ebbe<_0x1e184f[_0x3c04f2(0x103)])return _0x57ebbe+_0x229e92;if(_0x57ebbe>=_0x1e184f[_0x3c04f2(0x103)]&&_0x57ebbe<=_0x1e184f[_0x3c04f2(0x239)])return _0x57ebbe-_0x306759;}return _0x57ebbe;};},_0x3177e2(0x19a)),moveRowMutationWithSetNumfmt={'m1':MoveRowsMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x3dceb2,_0x881f93){const _0x1e1573=_0x3177e2,_0x14fd7c={'m1Prime':_0x3dceb2,'m2Prime':_0x881f93};if(_0x3dceb2['params']['unitId']!==_0x881f93[_0x1e1573(0x1d2)][_0x1e1573(0x1f1)]||_0x3dceb2[_0x1e1573(0x1d2)]['subUnitId']!==_0x881f93[_0x1e1573(0x1d2)]['subUnitId'])return _0x14fd7c;const _0x4de26f=[Tools[_0x1e1573(0x1bb)](_0x3dceb2)],_0x612eb=Tools['deepClone'](_0x881f93),{sourceRange:_0x212140,targetRange:_0x30fe2d}=_0x3dceb2['params'],_0x549f4e={'start':_0x212140['startRow'],'end':_0x212140[_0x1e1573(0x239)]},_0x5728b3={'start':_0x30fe2d[_0x1e1573(0x103)],'end':_0x30fe2d[_0x1e1573(0x239)]},{values:_0x47c94c}=_0x612eb['params'],_0x387e19=[];let _0x4dd65e=!0x1;for(const _0x54a8ef in _0x47c94c){const _0x262697=_0x47c94c[_0x54a8ef];if(_0x387e19[_0x1e1573(0x2a4)](..._0x262697[_0x1e1573(0x206)]),_0x262697[_0x1e1573(0x206)][_0x1e1573(0x1ec)](_0x4d8857=>{const _0x425b20=_0x1e1573,_0x583a63={'start':_0x4d8857[_0x425b20(0x103)],'end':_0x4d8857['endRow']},_0x1d5ada=intersect(_0x549f4e,_0x583a63),_0x45e6a3=intersect(_0x5728b3,_0x583a63);if(_0x1d5ada||_0x45e6a3)return!0x0;const _0x52ea4e=handleBaseMoveRowsCols(_0x549f4e,_0x5728b3,_0x583a63);return _0x52ea4e[_0x425b20(0x13d)]!==0x0?!0x0:(_0x52ea4e[_0x425b20(0x120)]!==0x0&&(_0x4dd65e=!0x0),_0x4d8857[_0x425b20(0x103)]+=_0x52ea4e['step'],_0x4d8857[_0x425b20(0x239)]+=_0x52ea4e[_0x425b20(0x120)],!0x1);}))return{'error':new Error(_0x1e1573(0x21e))};}if(_0x4dd65e){const _0x3b40e4={'id':RemoveNumfmtMutation['id'],'params':{'unitId':_0x881f93[_0x1e1573(0x1d2)]['unitId'],'subUnitId':_0x881f93[_0x1e1573(0x1d2)]['subUnitId'],'ranges':_0x387e19}};_0x4de26f[_0x1e1573(0x2a4)](_0x3b40e4,_0x612eb);}return{'m1Prime':_0x4de26f,'m2Prime':_0x612eb};}},moveRowMutationWithSetRangeValues={'m1':MoveRowsMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x56373d,_0xc3a784){const _0x2ed510=_0x3177e2,_0x41c5a2={'m1Prime':_0x56373d,'m2Prime':_0xc3a784};if(_0x56373d['params']['unitId']!==_0xc3a784['params'][_0x2ed510(0x1f1)]||_0x56373d[_0x2ed510(0x1d2)][_0x2ed510(0x15c)]!==_0xc3a784['params'][_0x2ed510(0x15c)])return _0x41c5a2;const _0x4c96db=[Tools['deepClone'](_0x56373d)],_0x2f2c10=Tools[_0x2ed510(0x1bb)](_0xc3a784),_0x57dd68=new ObjectMatrix(_0x2f2c10['params']['cellValue']),{sourceRange:_0x4f7566,targetRange:_0x4818be}=_0x56373d[_0x2ed510(0x1d2)],_0x22db61=_0x4f7566['startRow'],_0x3a6bd7=_0x4f7566['endRow']-_0x4f7566['startRow']+0x1,_0x32bd6c=_0x4818be[_0x2ed510(0x103)];_0x57dd68[_0x2ed510(0x17e)](_0x22db61,_0x3a6bd7,_0x32bd6c);const _0x2d3dca=new ObjectMatrix();let _0x24dcdd=!0x1;if(_0x57dd68[_0x2ed510(0x283)]((_0x5008a6,_0x1a08f7,_0x2ae87a)=>{const _0x523428=_0x2ed510;if(_0x2ae87a&&_0x2ae87a['f']){const _0x5d4e6e=_0x2ae87a['f'];let _0x197986=!0x1;const _0x2a87f0=processFormulaString(_0x56373d[_0x523428(0x1d2)]['unitId'],_0x56373d['params'][_0x523428(0x15c)],_0x5d4e6e,_0x5cf776=>{const _0x2b266e=_0x523428,_0x2ca9db=handleBaseMoveRowsCols({'start':_0x56373d[_0x2b266e(0x1d2)]['sourceRange']['startRow'],'end':_0x56373d[_0x2b266e(0x1d2)][_0x2b266e(0x1a2)][_0x2b266e(0x239)]},{'start':_0x56373d['params']['targetRange']['startRow'],'end':_0x56373d['params']['targetRange']['endRow']},{'start':_0x5cf776[_0x2b266e(0x103)],'end':_0x5cf776[_0x2b266e(0x239)]});return(_0x2ca9db[_0x2b266e(0x120)]!==0x0||_0x2ca9db['length']!==0x0)&&(_0x197986=!0x0,_0x5cf776[_0x2b266e(0x103)]+=_0x2ca9db['step'],_0x5cf776[_0x2b266e(0x239)]+=_0x2ca9db[_0x2b266e(0x120)]+_0x2ca9db['length']),_0x5cf776;});_0x197986&&(_0x24dcdd=!0x0,_0x2ae87a['f']=_0x2a87f0,_0x2d3dca[_0x523428(0x108)](_0x5008a6,_0x1a08f7,{..._0x2ae87a}));}}),_0x24dcdd){const _0x1e9621={'id':SetRangeValuesMutation['id'],'params':{'unitId':_0xc3a784['params'][_0x2ed510(0x1f1)],'subUnitId':_0xc3a784[_0x2ed510(0x1d2)][_0x2ed510(0x15c)],'cellValue':_0x2d3dca[_0x2ed510(0x1d8)]()}};_0x4c96db['push'](_0x1e9621);}return _0x2f2c10['params'][_0x2ed510(0x162)]=_0x57dd68['getMatrix'](),{'m1Prime':_0x4c96db,'m2Prime':_0x2f2c10};}},moveRowMutationWithSetRowData={'m1':MoveRowsMutation['id'],'m2':SetRowDataMutation['id'],'handler'(_0x4c92c5,_0x84131a){const _0x36c45e=_0x3177e2,_0x4c7297={'m1Prime':_0x4c92c5,'m2Prime':_0x84131a};if(_0x4c92c5['params'][_0x36c45e(0x1f1)]!==_0x84131a['params'][_0x36c45e(0x1f1)]||_0x4c92c5[_0x36c45e(0x1d2)][_0x36c45e(0x15c)]!==_0x84131a[_0x36c45e(0x1d2)]['subUnitId'])return _0x4c7297;const _0x59aa65=Tools[_0x36c45e(0x1bb)](_0x4c92c5),_0x29b40f=Tools[_0x36c45e(0x1bb)](_0x84131a),{rowData:_0x2bfd03}=_0x29b40f[_0x36c45e(0x1d2)],{sourceRange:_0x3033c4,targetRange:_0x2bf3fe}=_0x4c92c5[_0x36c45e(0x1d2)];return moveMatrixArray(_0x3033c4[_0x36c45e(0x103)],_0x3033c4[_0x36c45e(0x239)]-_0x3033c4[_0x36c45e(0x103)]+0x1,_0x2bf3fe[_0x36c45e(0x103)],_0x2bfd03),{'m1Prime':_0x59aa65,'m2Prime':_0x29b40f};}},moveRowMutationWithSetRowHidden={'m1':MoveRowsMutation['id'],'m2':SetRowHiddenMutation['id'],'handler'(_0x18c953,_0x285b49){const _0x52a84d=_0x3177e2,_0x24ed34={'m1Prime':_0x18c953,'m2Prime':_0x285b49};if(_0x18c953['params'][_0x52a84d(0x1f1)]!==_0x285b49['params'][_0x52a84d(0x1f1)]||_0x18c953[_0x52a84d(0x1d2)][_0x52a84d(0x15c)]!==_0x285b49[_0x52a84d(0x1d2)][_0x52a84d(0x15c)])return _0x24ed34;const _0x1bbbeb=Tools[_0x52a84d(0x1bb)](_0x18c953),_0x17b5a6=Tools[_0x52a84d(0x1bb)](_0x285b49),{ranges:_0x5f2e41}=_0x17b5a6['params'],{sourceRange:_0x14cad3,targetRange:_0x333595}=_0x18c953['params'],_0x339160={'start':_0x14cad3['startRow'],'end':_0x14cad3[_0x52a84d(0x239)]},_0x443c87={'start':_0x333595[_0x52a84d(0x103)],'end':_0x333595[_0x52a84d(0x239)]};return _0x5f2e41['some'](_0x20d41a=>{const _0x55fd9b=_0x52a84d,_0x4a322e={'start':_0x20d41a[_0x55fd9b(0x103)],'end':_0x20d41a[_0x55fd9b(0x239)]},_0x3428f7=intersect(_0x339160,_0x4a322e),_0x58fd13=intersect(_0x443c87,_0x4a322e);if(_0x3428f7||_0x58fd13)return!0x0;const _0x2a0a5e=handleBaseMoveRowsCols(_0x339160,_0x443c87,_0x4a322e);return _0x2a0a5e[_0x55fd9b(0x13d)]!==0x0?!0x0:(_0x20d41a['startRow']+=_0x2a0a5e[_0x55fd9b(0x120)],_0x20d41a[_0x55fd9b(0x239)]+=_0x2a0a5e[_0x55fd9b(0x120)],!0x1);})?{'error':new Error(_0x52a84d(0xff))}:{'m1Prime':_0x1bbbeb,'m2Prime':_0x17b5a6};}},moveRowMutationWithSetRowVisible={'m1':MoveRowsMutation['id'],'m2':SetRowVisibleMutation['id'],'handler'(_0x26a5e3,_0x52cc15){const _0x1b1b2e=_0x3177e2,_0x4b685e={'m1Prime':_0x26a5e3,'m2Prime':_0x52cc15};if(_0x26a5e3[_0x1b1b2e(0x1d2)][_0x1b1b2e(0x1f1)]!==_0x52cc15[_0x1b1b2e(0x1d2)]['unitId']||_0x26a5e3[_0x1b1b2e(0x1d2)][_0x1b1b2e(0x15c)]!==_0x52cc15[_0x1b1b2e(0x1d2)]['subUnitId'])return _0x4b685e;const _0x16c03b=Tools['deepClone'](_0x26a5e3),_0x5cfd7d=Tools[_0x1b1b2e(0x1bb)](_0x52cc15),{ranges:_0x48d484}=_0x5cfd7d[_0x1b1b2e(0x1d2)],{sourceRange:_0x280094,targetRange:_0xbebd5d}=_0x26a5e3[_0x1b1b2e(0x1d2)],_0x3d602d={'start':_0x280094[_0x1b1b2e(0x103)],'end':_0x280094[_0x1b1b2e(0x239)]},_0x176df1={'start':_0xbebd5d[_0x1b1b2e(0x103)],'end':_0xbebd5d[_0x1b1b2e(0x239)]};return _0x48d484['some'](_0x64503a=>{const _0x2d66da=_0x1b1b2e,_0x3aa9c1={'start':_0x64503a[_0x2d66da(0x103)],'end':_0x64503a[_0x2d66da(0x239)]},_0x16936c=intersect(_0x3d602d,_0x3aa9c1),_0x96256f=intersect(_0x176df1,_0x3aa9c1);if(_0x16936c||_0x96256f)return!0x0;const _0xcdde=handleBaseMoveRowsCols(_0x3d602d,_0x176df1,_0x3aa9c1);return _0xcdde['length']!==0x0?!0x0:(_0x64503a[_0x2d66da(0x103)]+=_0xcdde[_0x2d66da(0x120)],_0x64503a[_0x2d66da(0x239)]+=_0xcdde[_0x2d66da(0x120)],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible')}:{'m1Prime':_0x16c03b,'m2Prime':_0x5cfd7d};}},moveRowMutationWithSetSelection={'m1':MoveRowsMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0x3286d2,_0x109cc2){const _0x55edc9=_0x3177e2,_0x5d77d7={'m1Prime':[],'m2Prime':[]};if(_0x3286d2['params'][_0x55edc9(0x1f1)]!==_0x109cc2[_0x55edc9(0x1d2)][_0x55edc9(0x1f1)]||_0x3286d2[_0x55edc9(0x1d2)][_0x55edc9(0x15c)]!==_0x109cc2[_0x55edc9(0x1d2)][_0x55edc9(0x15c)])return _0x5d77d7;const _0x3e41d5=Tools[_0x55edc9(0x1bb)](_0x109cc2);let _0x127e5a=!0x1;return _0x3e41d5[_0x55edc9(0x1d2)][_0x55edc9(0x207)]['forEach'](_0x9bc425=>{const _0x117b8b=_0x55edc9,{range:_0x30915e,primary:_0x408106}=_0x9bc425,_0x583ae5=handleBaseMoveRowsCols({'start':_0x3286d2[_0x117b8b(0x1d2)][_0x117b8b(0x1a2)]['startRow'],'end':_0x3286d2[_0x117b8b(0x1d2)][_0x117b8b(0x1a2)]['endRow']},{'start':_0x3286d2[_0x117b8b(0x1d2)]['targetRange']['startRow'],'end':_0x3286d2[_0x117b8b(0x1d2)][_0x117b8b(0x119)][_0x117b8b(0x239)]},{'start':_0x30915e['startRow'],'end':_0x30915e[_0x117b8b(0x239)]});if(_0x583ae5[_0x117b8b(0x13d)]||_0x583ae5['step']){if(_0x30915e[_0x117b8b(0x103)]+=_0x583ae5[_0x117b8b(0x120)],_0x30915e[_0x117b8b(0x239)]+=_0x583ae5[_0x117b8b(0x120)]+(_0x583ae5[_0x117b8b(0x13d)]||0x0),_0x408106){const _0xe18f30=handleBaseMoveRowsCols({'start':_0x3286d2[_0x117b8b(0x1d2)][_0x117b8b(0x1a2)][_0x117b8b(0x103)],'end':_0x3286d2['params'][_0x117b8b(0x1a2)][_0x117b8b(0x239)]},{'start':_0x3286d2[_0x117b8b(0x1d2)][_0x117b8b(0x119)]['startRow'],'end':_0x3286d2[_0x117b8b(0x1d2)]['targetRange'][_0x117b8b(0x239)]},{'start':_0x408106[_0x117b8b(0x103)],'end':_0x408106[_0x117b8b(0x239)]});(_0xe18f30[_0x117b8b(0x13d)]||_0xe18f30[_0x117b8b(0x120)])&&(_0x408106['startRow']+=_0xe18f30[_0x117b8b(0x120)],_0x408106[_0x117b8b(0x239)]+=_0xe18f30[_0x117b8b(0x120)],_0x408106['actualRow']+=_0xe18f30[_0x117b8b(0x120)]);}_0x127e5a=!0x0;}}),_0x127e5a&&_0x5d77d7[_0x55edc9(0x17b)][_0x55edc9(0x2a4)](_0x3e41d5),_0x5d77d7;}},moveRowMutationWithSetSheetsFilterRange={'m1':MoveRowsMutation['id'],'m2':SetSheetsFilterRangeMutation['id'],'handler'(_0x21cd31,_0x5cfde0){const _0xb3d895=_0x3177e2,_0x304375={'m1Prime':[_0x21cd31],'m2Prime':[_0x5cfde0]};if(_0x21cd31[_0xb3d895(0x1d2)][_0xb3d895(0x1f1)]!==_0x5cfde0[_0xb3d895(0x1d2)]['unitId']||_0x21cd31[_0xb3d895(0x1d2)][_0xb3d895(0x15c)]!==_0x5cfde0[_0xb3d895(0x1d2)][_0xb3d895(0x15c)])return _0x304375;const _0x452598=Tools[_0xb3d895(0x1bb)](_0x21cd31),_0x2f7aee=Tools['deepClone'](_0x5cfde0),_0x36ff40=handleBaseMoveRowsCols({'start':_0x21cd31[_0xb3d895(0x1d2)][_0xb3d895(0x1a2)]['startRow'],'end':_0x21cd31[_0xb3d895(0x1d2)]['sourceRange']['endRow']},{'start':_0x21cd31['params'][_0xb3d895(0x119)][_0xb3d895(0x103)],'end':_0x21cd31[_0xb3d895(0x1d2)][_0xb3d895(0x119)][_0xb3d895(0x239)]},{'start':_0x5cfde0['params'][_0xb3d895(0x219)]['startRow'],'end':_0x5cfde0[_0xb3d895(0x1d2)][_0xb3d895(0x219)][_0xb3d895(0x239)]});return _0x2f7aee[_0xb3d895(0x1d2)][_0xb3d895(0x219)]['startRow']+=_0x36ff40[_0xb3d895(0x120)],_0x2f7aee[_0xb3d895(0x1d2)][_0xb3d895(0x219)]['endRow']+=_0x36ff40['step']+_0x36ff40[_0xb3d895(0x13d)],{'m1Prime':[_0x2f7aee,_0x452598],'m2Prime':[_0x2f7aee]};}},moveRowMutationWithSetWorksheetRowAutoHeight={'m1':MoveRowsMutation['id'],'m2':SetWorksheetRowAutoHeightMutation['id'],'handler'(_0x409ced,_0x3eb4a9){const _0x336b6d=_0x3177e2,_0x5d8ec1={'m1Prime':_0x409ced,'m2Prime':_0x3eb4a9};if(_0x409ced[_0x336b6d(0x1d2)][_0x336b6d(0x1f1)]!==_0x3eb4a9['params'][_0x336b6d(0x1f1)]||_0x409ced['params'][_0x336b6d(0x15c)]!==_0x3eb4a9[_0x336b6d(0x1d2)]['subUnitId'])return _0x5d8ec1;const _0x5440d9=Tools['deepClone'](_0x409ced),_0x1c6a85=Tools[_0x336b6d(0x1bb)](_0x3eb4a9),{rowsAutoHeightInfo:_0x599f56}=_0x1c6a85[_0x336b6d(0x1d2)],{sourceRange:_0x12cb5b,targetRange:_0x43bd0a}=_0x409ced[_0x336b6d(0x1d2)],_0x261c6b={'start':_0x12cb5b[_0x336b6d(0x103)],'end':_0x12cb5b[_0x336b6d(0x239)]},_0x2b9e2c={'start':_0x43bd0a[_0x336b6d(0x103)],'end':_0x43bd0a['endRow']};return _0x599f56[_0x336b6d(0x1ec)](_0x3cb3f0=>{const _0x4720f2=_0x336b6d,_0x360463={'start':_0x3cb3f0[_0x4720f2(0x138)],'end':_0x3cb3f0[_0x4720f2(0x138)]},_0x5a4646=handleBaseMoveRowsCols(_0x261c6b,_0x2b9e2c,_0x360463);return _0x5a4646['length']!==0x0?!0x0:(_0x3cb3f0[_0x4720f2(0x138)]+=_0x5a4646[_0x4720f2(0x120)],!0x1);})?{'error':new Error(_0x336b6d(0x121))}:{'m1Prime':_0x5440d9,'m2Prime':_0x1c6a85};}},moveRowMutationWithSetWorksheetRowHeight={'m1':MoveRowsMutation['id'],'m2':SetWorksheetRowHeightMutation['id'],'handler'(_0x22259b,_0x5192ac){const _0x6d83ae=_0x3177e2,_0x3430ca={'m1Prime':_0x22259b,'m2Prime':_0x5192ac};if(_0x22259b[_0x6d83ae(0x1d2)][_0x6d83ae(0x1f1)]!==_0x5192ac[_0x6d83ae(0x1d2)][_0x6d83ae(0x1f1)]||_0x22259b[_0x6d83ae(0x1d2)][_0x6d83ae(0x15c)]!==_0x5192ac[_0x6d83ae(0x1d2)][_0x6d83ae(0x15c)])return _0x3430ca;const _0x203758=Tools[_0x6d83ae(0x1bb)](_0x22259b),_0x3a87fc=Tools[_0x6d83ae(0x1bb)](_0x5192ac),{ranges:_0x1e2d73,rowHeight:_0x5ef066}=_0x3a87fc[_0x6d83ae(0x1d2)],{sourceRange:_0x48802f,targetRange:_0x4645ba}=_0x22259b[_0x6d83ae(0x1d2)],_0x15fa99={'start':_0x48802f[_0x6d83ae(0x103)],'end':_0x48802f[_0x6d83ae(0x239)]},_0x4b3fe3={'start':_0x4645ba[_0x6d83ae(0x103)],'end':_0x4645ba['endRow']};return _0x1e2d73[_0x6d83ae(0x1ec)](_0x2e486d=>{const _0x3a58b3=_0x6d83ae,_0x24893a={'start':_0x2e486d['startRow'],'end':_0x2e486d[_0x3a58b3(0x239)]},_0x11e0d1=handleBaseMoveRowsCols(_0x15fa99,_0x4b3fe3,_0x24893a);return _0x11e0d1[_0x3a58b3(0x13d)]!==0x0?!0x0:(_0x2e486d[_0x3a58b3(0x103)]+=_0x11e0d1[_0x3a58b3(0x120)],_0x2e486d['endRow']+=_0x11e0d1[_0x3a58b3(0x120)],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height')}:(typeof _0x5ef066!='number'&&moveMatrixArray(_0x48802f[_0x6d83ae(0x103)],_0x48802f[_0x6d83ae(0x239)]-_0x48802f[_0x6d83ae(0x103)]+0x1,_0x4645ba['startRow'],_0x5ef066),{'m1Prime':_0x203758,'m2Prime':_0x3a87fc});}},moveRowMutationWithSetWorksheetRowIsAutoHeight={'m1':MoveRowsMutation['id'],'m2':SetWorksheetRowIsAutoHeightMutation['id'],'handler'(_0x6a69e1,_0xf577ad){const _0x2a6ade=_0x3177e2,_0x5f2fb6={'m1Prime':_0x6a69e1,'m2Prime':_0xf577ad};if(_0x6a69e1[_0x2a6ade(0x1d2)]['unitId']!==_0xf577ad['params']['unitId']||_0x6a69e1[_0x2a6ade(0x1d2)]['subUnitId']!==_0xf577ad['params'][_0x2a6ade(0x15c)])return _0x5f2fb6;const _0x496dc4=Tools[_0x2a6ade(0x1bb)](_0x6a69e1),_0x26a6ed=Tools['deepClone'](_0xf577ad),{ranges:_0x561022,autoHeightInfo:_0x17407e}=_0x26a6ed[_0x2a6ade(0x1d2)],{sourceRange:_0x2888a0,targetRange:_0x1506c5}=_0x6a69e1['params'],_0x3b4669={'start':_0x2888a0[_0x2a6ade(0x103)],'end':_0x2888a0[_0x2a6ade(0x239)]},_0x52b0c8={'start':_0x1506c5[_0x2a6ade(0x103)],'end':_0x1506c5['endRow']};return _0x561022[_0x2a6ade(0x1ec)](_0x31c03f=>{const _0x556e77=_0x2a6ade,_0x337a2e={'start':_0x31c03f[_0x556e77(0x103)],'end':_0x31c03f[_0x556e77(0x239)]},_0x2be4e7=handleBaseMoveRowsCols(_0x3b4669,_0x52b0c8,_0x337a2e);return _0x2be4e7[_0x556e77(0x13d)]!==0x0?!0x0:(_0x31c03f[_0x556e77(0x103)]+=_0x2be4e7[_0x556e77(0x120)],_0x31c03f[_0x556e77(0x239)]+=_0x2be4e7[_0x556e77(0x120)],!0x1);})?{'error':new Error(_0x2a6ade(0x123))}:(typeof _0x17407e!='number'&&moveMatrixArray(_0x2888a0['startRow'],_0x2888a0['endRow']-_0x2888a0['startRow']+0x1,_0x1506c5['startRow'],_0x17407e),{'m1Prime':_0x496dc4,'m2Prime':_0x26a6ed});}},moveRowsWithUpdateCommentRef={'m1':MoveRowsMutation['id'],'m2':UpdateCommentRefMutation['id'],'handler':__name((_0x2a0f27,_0x271220)=>{const _0x250733=_0x3177e2,_0x1626d6={'m1Prime':_0x2a0f27,'m2Prime':_0x271220};if(_0x2a0f27[_0x250733(0x1d2)]['unitId']!==_0x271220[_0x250733(0x1d2)]['unitId']||_0x2a0f27[_0x250733(0x1d2)][_0x250733(0x15c)]!==_0x271220[_0x250733(0x1d2)][_0x250733(0x15c)])return _0x1626d6;const _0x11404a={'id':MoveRowsCommand['id'],'params':{'unitId':_0x2a0f27[_0x250733(0x1d2)][_0x250733(0x1f1)],'subUnitId':_0x2a0f27[_0x250733(0x1d2)][_0x250733(0x15c)],'fromRange':_0x2a0f27[_0x250733(0x1d2)][_0x250733(0x1a2)],'toRange':_0x2a0f27[_0x250733(0x1d2)][_0x250733(0x119)]}},_0x5709fb=transformUpdateCommentRefWithRefRange(_0x271220,_0x11404a);return{'m1Prime':[_0x2a0f27,..._0x5709fb],'m2Prime':[_0x271220,..._0x5709fb]};},_0x3177e2(0x21c))},moveRowMutationWithUpdateDataValidation={'m1':MoveRowsMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x2e7cf5,_0x49fedf)=>{const _0x1f2512=_0x3177e2,_0x428347={'m1Prime':_0x2e7cf5,'m2Prime':_0x49fedf};if(_0x2e7cf5['params']['unitId']!==_0x49fedf[_0x1f2512(0x1d2)]['unitId']||_0x49fedf['params']['subUnitId']!==_0x2e7cf5[_0x1f2512(0x1d2)]['subUnitId'])return _0x428347;const _0x515e88={'id':MoveRowsCommand['id'],'params':{'fromRange':_0x2e7cf5[_0x1f2512(0x1d2)][_0x1f2512(0x1a2)],'toRange':_0x2e7cf5[_0x1f2512(0x1d2)][_0x1f2512(0x119)]}},_0x589c2=transformUpdateDataValidationWithRefRange(_0x49fedf,_0x515e88);return{'m1Prime':[_0x2e7cf5,..._0x589c2],'m2Prime':[_0x49fedf,..._0x589c2]};},_0x3177e2(0x21c))},removeColWithAddComment={'m1':RemoveColMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x2c8dd7,_0x3849b7)=>{const _0x1adf8c=_0x3177e2,_0x3803a8={'m1Prime':_0x2c8dd7,'m2Prime':_0x3849b7};if(_0x2c8dd7[_0x1adf8c(0x1d2)][_0x1adf8c(0x1f1)]!==_0x3849b7[_0x1adf8c(0x1d2)][_0x1adf8c(0x1f1)]||_0x2c8dd7['params'][_0x1adf8c(0x15c)]!==_0x3849b7['params'][_0x1adf8c(0x15c)])return _0x3803a8;const _0x441540={'id':RemoveColCommand['id'],'params':{'unitId':_0x2c8dd7[_0x1adf8c(0x1d2)]['unitId'],'subUnitId':_0x2c8dd7[_0x1adf8c(0x1d2)][_0x1adf8c(0x15c)],'range':_0x2c8dd7[_0x1adf8c(0x1d2)]['range']}},_0x15c45a=transformAddCommentWithRefRange(_0x3849b7,_0x441540);return{'m1Prime':[_0x2c8dd7,..._0x15c45a],'m2Prime':[_0x3849b7,..._0x15c45a]};},_0x3177e2(0x21c))},removeColMutationWithAddDataValidation={'m1':RemoveColMutation['id'],'m2':AddDataValidationMutation['id'],'handler'(_0x35df5e,_0x38cebc){const _0x54d0a7=_0x3177e2,_0x36eab0={'m1Prime':_0x35df5e,'m2Prime':_0x38cebc};if(_0x35df5e[_0x54d0a7(0x1d2)][_0x54d0a7(0x1f1)]!==_0x38cebc['params']['unitId']||_0x35df5e['params'][_0x54d0a7(0x15c)]!==_0x38cebc[_0x54d0a7(0x1d2)][_0x54d0a7(0x15c)])return _0x36eab0;const _0x280416={'id':RemoveColCommand['id'],'params':{'range':_0x35df5e['params'][_0x54d0a7(0x219)]}},_0x53f443=transformAddDataValidationWithRefRange(_0x38cebc,_0x280416);return{'m1Prime':[_0x35df5e,..._0x53f443],'m2Prime':[_0x38cebc,..._0x53f443]};}},removeColMutationWithAddMerge={'m1':RemoveColMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x217797,_0x8c7d5c){const _0x1e36b0=_0x3177e2,_0x394697=addWorksheetMergeMutationWithRemoveColMutation[_0x1e36b0(0x21c)](_0x8c7d5c,_0x217797);return isTransformMutationSuccess(_0x394697)?{'m1Prime':_0x394697[_0x1e36b0(0x17b)],'m2Prime':_0x394697[_0x1e36b0(0x1de)]}:_0x394697;}},removeColMutationWithMoveCol={'m1':RemoveColMutation['id'],'m2':MoveColsMutation['id'],'handler'(_0x31874e,_0x51e3e3){const _0x1aff2f=_0x3177e2,_0x45eb5a={'m1Prime':_0x31874e,'m2Prime':_0x51e3e3};if(_0x31874e[_0x1aff2f(0x1d2)]['unitId']!==_0x51e3e3[_0x1aff2f(0x1d2)][_0x1aff2f(0x1f1)]||_0x31874e[_0x1aff2f(0x1d2)][_0x1aff2f(0x15c)]!==_0x51e3e3[_0x1aff2f(0x1d2)][_0x1aff2f(0x15c)])return _0x45eb5a;const _0x729d82=Tools[_0x1aff2f(0x1bb)](_0x31874e),_0x1f1ed9=Tools[_0x1aff2f(0x1bb)](_0x51e3e3);if(_0x31874e['params']['range'][_0x1aff2f(0x26b)]<=_0x51e3e3[_0x1aff2f(0x1d2)][_0x1aff2f(0x1a2)][_0x1aff2f(0x2a3)]&&_0x31874e[_0x1aff2f(0x1d2)][_0x1aff2f(0x219)][_0x1aff2f(0x2a3)]>=_0x51e3e3['params'][_0x1aff2f(0x1a2)][_0x1aff2f(0x26b)]||_0x31874e[_0x1aff2f(0x1d2)][_0x1aff2f(0x219)][_0x1aff2f(0x26b)]<=_0x51e3e3[_0x1aff2f(0x1d2)][_0x1aff2f(0x119)]['endColumn']&&_0x31874e[_0x1aff2f(0x1d2)][_0x1aff2f(0x219)][_0x1aff2f(0x2a3)]>=_0x51e3e3[_0x1aff2f(0x1d2)][_0x1aff2f(0x119)][_0x1aff2f(0x26b)])return{'error':new Error('remove\x20col\x20is\x20conflict\x20with\x20move\x20col')};const _0xf945fb=handleBaseRemoveRange(toColumn(_0x31874e[_0x1aff2f(0x1d2)][_0x1aff2f(0x219)]),toColumn(_0x51e3e3[_0x1aff2f(0x1d2)][_0x1aff2f(0x1a2)])),_0xe9406b=handleBaseRemoveRange(toColumn(_0x31874e['params'][_0x1aff2f(0x219)]),toColumn(_0x51e3e3[_0x1aff2f(0x1d2)][_0x1aff2f(0x119)]));_0xf945fb&&_0xe9406b?(_0x1f1ed9['params'][_0x1aff2f(0x1a2)][_0x1aff2f(0x26b)]+=_0xf945fb[_0x1aff2f(0x120)],_0x1f1ed9['params']['sourceRange']['endColumn']+=_0xf945fb[_0x1aff2f(0x120)]+(_0xf945fb[_0x1aff2f(0x13d)]||0x0),_0x1f1ed9[_0x1aff2f(0x1d2)]['targetRange'][_0x1aff2f(0x26b)]+=_0xe9406b['step'],_0x1f1ed9[_0x1aff2f(0x1d2)]['targetRange'][_0x1aff2f(0x2a3)]+=_0xe9406b[_0x1aff2f(0x120)]+(_0xe9406b[_0x1aff2f(0x13d)]||0x0)):_0x1f1ed9['id']=EmptyMutation['id'];const _0x37bdfd=handleBaseMoveRowsCols({'start':_0x51e3e3[_0x1aff2f(0x1d2)]['sourceRange'][_0x1aff2f(0x26b)],'end':_0x51e3e3[_0x1aff2f(0x1d2)][_0x1aff2f(0x1a2)][_0x1aff2f(0x2a3)]},{'start':_0x51e3e3[_0x1aff2f(0x1d2)][_0x1aff2f(0x119)][_0x1aff2f(0x26b)],'end':_0x51e3e3[_0x1aff2f(0x1d2)]['targetRange']['endColumn']},{'start':_0x31874e[_0x1aff2f(0x1d2)]['range'][_0x1aff2f(0x26b)],'end':_0x31874e[_0x1aff2f(0x1d2)][_0x1aff2f(0x219)]['endColumn']});if(_0x37bdfd){const {step:_0x259d33,length:_0x497b26}=_0x37bdfd;_0x729d82[_0x1aff2f(0x1d2)]['range'][_0x1aff2f(0x26b)]+=_0x259d33,_0x729d82[_0x1aff2f(0x1d2)]['range']['endColumn']+=_0x259d33+(_0x497b26||0x0);}else _0x729d82['params']['range'][_0x1aff2f(0x26b)]=0x0,_0x729d82['params'][_0x1aff2f(0x219)][_0x1aff2f(0x2a3)]=-0x1;return{'m1Prime':_0x729d82,'m2Prime':_0x1f1ed9};}},removeColMutationWithMoveRange={'m1':RemoveColMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x1d9d9f,_0x1f7fcb){const _0x27a815=_0x3177e2,_0x471339={'m1Prime':_0x1d9d9f,'m2Prime':_0x1f7fcb};if(_0x1d9d9f[_0x27a815(0x1d2)]['unitId']!==_0x1f7fcb[_0x27a815(0x1d2)][_0x27a815(0x1f1)]||_0x1d9d9f[_0x27a815(0x1d2)][_0x27a815(0x15c)]!==_0x1f7fcb[_0x27a815(0x1d2)]['from'][_0x27a815(0x15c)]&&_0x1d9d9f[_0x27a815(0x1d2)][_0x27a815(0x15c)]!==_0x1f7fcb[_0x27a815(0x1d2)]['to'][_0x27a815(0x15c)])return _0x471339;const _0x48611f=Tools[_0x27a815(0x1bb)](_0x1d9d9f),_0x375f1b=Tools[_0x27a815(0x1bb)](_0x1f7fcb),{startColumn:_0x4c6ddb,endColumn:_0x28f7fc}=_0x1d9d9f['params']['range'];if(_0x1d9d9f['params']['subUnitId']===_0x1f7fcb['params']['from'][_0x27a815(0x15c)]){const _0x3ec051=new ObjectMatrix(_0x375f1b[_0x27a815(0x1d2)][_0x27a815(0x1df)]['value']),_0x299d58=_0x3ec051['getDataRange'](),{startColumn:_0x597ecd,endColumn:_0x34f628}=_0x299d58;if(_0x597ecd<=_0x28f7fc&&_0x34f628>=_0x4c6ddb)return{'error':new Error(_0x27a815(0x217))};_0x28f7fc<_0x597ecd&&_0x3ec051[_0x27a815(0xe3)](_0x4c6ddb,_0x28f7fc-_0x4c6ddb+0x1),_0x375f1b[_0x27a815(0x1d2)][_0x27a815(0x1df)][_0x27a815(0x238)]=_0x3ec051[_0x27a815(0x1d8)]();}if(_0x1d9d9f['params']['subUnitId']===_0x1f7fcb[_0x27a815(0x1d2)]['to']['subUnitId']){const _0x4c4ee7=new ObjectMatrix(_0x375f1b[_0x27a815(0x1d2)]['to'][_0x27a815(0x238)]),_0x4d8e45=_0x4c4ee7['getDataRange'](),{startColumn:_0x1ecf27,endColumn:_0x5937c1}=_0x4d8e45;if(_0x1ecf27<=_0x28f7fc&&_0x5937c1>=_0x4c6ddb)return{'error':new Error('Remove-cols\x20has\x20conflicts\x20with\x20move-range')};_0x28f7fc<_0x1ecf27&&_0x4c4ee7[_0x27a815(0xe3)](_0x4c6ddb,_0x28f7fc-_0x4c6ddb+0x1),_0x375f1b[_0x27a815(0x1d2)]['to']['value']=_0x4c4ee7[_0x27a815(0x1d8)]();}return{'m1Prime':_0x48611f,'m2Prime':_0x375f1b};}},removeColMutationWithSelf={'m1':RemoveColMutation['id'],'m2':RemoveColMutation['id'],'handler'(_0x53466b,_0x49b7c4){const _0x2b03cd=_0x3177e2,_0x3b9919={'m1Prime':_0x53466b,'m2Prime':_0x49b7c4};if(_0x53466b[_0x2b03cd(0x1d2)][_0x2b03cd(0x1f1)]!==_0x49b7c4[_0x2b03cd(0x1d2)][_0x2b03cd(0x1f1)]||_0x53466b[_0x2b03cd(0x1d2)][_0x2b03cd(0x15c)]!==_0x49b7c4['params'][_0x2b03cd(0x15c)])return _0x3b9919;const _0x23d85f=Tools[_0x2b03cd(0x1bb)](_0x53466b),_0x412b53=Tools[_0x2b03cd(0x1bb)](_0x49b7c4),_0x1764ba=handleBaseRemoveRange(_0x53466b['params'][_0x2b03cd(0x219)],_0x49b7c4[_0x2b03cd(0x1d2)][_0x2b03cd(0x219)]);if(_0x1764ba){const {step:_0x40362a,length:_0x4304e5}=_0x1764ba;_0x412b53['params']['range']['startColumn']+=_0x40362a,_0x412b53['params']['range'][_0x2b03cd(0x2a3)]+=_0x40362a+(_0x4304e5||0x0);}else _0x412b53['id']=EmptyMutation['id'];const _0x5a133b=handleBaseRemoveRange(_0x49b7c4['params']['range'],_0x53466b[_0x2b03cd(0x1d2)][_0x2b03cd(0x219)]);if(_0x5a133b){const {step:_0x3c56a9,length:_0x514c39}=_0x5a133b;_0x23d85f[_0x2b03cd(0x1d2)]['range'][_0x2b03cd(0x26b)]+=_0x3c56a9,_0x23d85f[_0x2b03cd(0x1d2)][_0x2b03cd(0x219)][_0x2b03cd(0x2a3)]+=_0x3c56a9+(_0x514c39||0x0);}else _0x23d85f['id']=EmptyMutation['id'];return{'m1Prime':_0x23d85f,'m2Prime':_0x412b53};}},removeColMutationWithRemoveNumfmt={'m1':RemoveColMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x6cf67b,_0x400950){const _0x3e5a38=_0x3177e2,_0x253b5a={'m1Prime':_0x6cf67b,'m2Prime':_0x400950};if(_0x6cf67b['params']['unitId']!==_0x400950[_0x3e5a38(0x1d2)][_0x3e5a38(0x1f1)]||_0x6cf67b['params'][_0x3e5a38(0x15c)]!==_0x400950[_0x3e5a38(0x1d2)][_0x3e5a38(0x15c)])return _0x253b5a;const _0x187c1c=Tools[_0x3e5a38(0x1bb)](_0x6cf67b),_0x997dff=Tools[_0x3e5a38(0x1bb)](_0x400950),{ranges:_0x2b2816}=_0x997dff[_0x3e5a38(0x1d2)];return _0x2b2816[_0x3e5a38(0x1ec)](_0x1aa00e=>{const _0x46fbb5=_0x3e5a38,_0xebd25=handleBaseRemoveRange(toColumn(_0x6cf67b[_0x46fbb5(0x1d2)][_0x46fbb5(0x219)]),toColumn(_0x1aa00e));return _0xebd25===null||_0xebd25[_0x46fbb5(0x13d)]!==0x0?!0x0:(_0x1aa00e[_0x46fbb5(0x26b)]+=_0xebd25[_0x46fbb5(0x120)],_0x1aa00e[_0x46fbb5(0x2a3)]+=_0xebd25['step'],!0x1);})?{'error':new Error('remove\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x187c1c,'m2Prime':_0x997dff};}},removeColMutationWithRemoveWorksheetMerge={'m1':RemoveColMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0x54cfac,_0x452d3a){const _0x595cdc=_0x3177e2,_0x2680f6=Tools[_0x595cdc(0x1bb)](_0x54cfac),_0x49578b=Tools['deepClone'](_0x452d3a);if(_0x54cfac[_0x595cdc(0x1d2)][_0x595cdc(0x1f1)]!==_0x452d3a[_0x595cdc(0x1d2)]['unitId']||_0x54cfac[_0x595cdc(0x1d2)][_0x595cdc(0x15c)]!==_0x452d3a[_0x595cdc(0x1d2)]['subUnitId'])return{'m1Prime':_0x2680f6,'m2Prime':_0x49578b};const _0x10ddee=_0x49578b[_0x595cdc(0x1d2)]['ranges'][_0x595cdc(0x1c6)]((_0x3f5e56,_0x483d9a)=>{const _0x5601db=_0x595cdc,_0x4d632a=_0x2680f6[_0x5601db(0x1d2)]['range'],_0x591bba=_0x4d632a[_0x5601db(0x2a3)]-_0x4d632a[_0x5601db(0x26b)]+0x1;let _0x4535bc={..._0x483d9a};return _0x4d632a[_0x5601db(0x26b)]>_0x483d9a[_0x5601db(0x2a3)]?_0x4535bc={..._0x483d9a}:_0x4d632a[_0x5601db(0x26b)]>=_0x483d9a[_0x5601db(0x26b)]&&_0x4d632a[_0x5601db(0x26b)]<=_0x483d9a[_0x5601db(0x2a3)]&&_0x4d632a['endColumn']>_0x483d9a[_0x5601db(0x2a3)]?(_0x4535bc[_0x5601db(0x2a3)]=_0x4d632a[_0x5601db(0x26b)]-0x1,_0x4d632a[_0x5601db(0x26b)]===_0x483d9a['startColumn']&&(_0x4535bc=null)):_0x4d632a[_0x5601db(0x26b)]>_0x483d9a[_0x5601db(0x26b)]&&_0x4d632a[_0x5601db(0x2a3)]<_0x483d9a[_0x5601db(0x2a3)]?_0x4535bc['endColumn']=_0x483d9a[_0x5601db(0x2a3)]-_0x591bba:_0x4d632a[_0x5601db(0x26b)]<_0x483d9a[_0x5601db(0x26b)]&&_0x4d632a[_0x5601db(0x2a3)]>=_0x483d9a['startColumn']&&_0x4d632a[_0x5601db(0x2a3)]<=_0x483d9a[_0x5601db(0x2a3)]?(_0x4535bc[_0x5601db(0x26b)]=_0x4d632a[_0x5601db(0x26b)],_0x4535bc[_0x5601db(0x2a3)]=_0x483d9a[_0x5601db(0x2a3)]-_0x591bba,_0x4d632a[_0x5601db(0x2a3)]===_0x483d9a['endColumn']&&(_0x4535bc=null)):_0x4d632a[_0x5601db(0x26b)]<=_0x483d9a[_0x5601db(0x26b)]&&_0x4d632a[_0x5601db(0x2a3)]>=_0x483d9a[_0x5601db(0x2a3)]?_0x4535bc=null:_0x4d632a[_0x5601db(0x2a3)]<_0x483d9a[_0x5601db(0x26b)]&&(_0x4535bc[_0x5601db(0x26b)]=_0x483d9a[_0x5601db(0x26b)]-_0x591bba,_0x4535bc[_0x5601db(0x2a3)]=_0x483d9a['endColumn']-_0x591bba),_0x4535bc&&!(_0x4535bc['startRow']===_0x4535bc[_0x5601db(0x239)]&&_0x4535bc[_0x5601db(0x26b)]===_0x4535bc[_0x5601db(0x2a3)])&&_0x3f5e56[_0x5601db(0x2a4)](_0x4535bc),_0x3f5e56;},[]);return _0x49578b[_0x595cdc(0x1d2)][_0x595cdc(0x206)]=_0x10ddee,{'m1Prime':_0x2680f6,'m2Prime':_0x49578b};}},removeColMutationWithReorderRange={'m1':RemoveColMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x488c34,_0x151620){const _0x43a196=_0x3177e2,_0x2e12ba={'m1Prime':_0x488c34,'m2Prime':_0x151620};if(_0x488c34[_0x43a196(0x1d2)]['unitId']!==_0x151620[_0x43a196(0x1d2)][_0x43a196(0x1f1)]||_0x488c34['params'][_0x43a196(0x15c)]!==_0x151620[_0x43a196(0x1d2)]['subUnitId'])return _0x2e12ba;const _0x54da2c=handleBaseRemoveRange(toColumn(_0x488c34[_0x43a196(0x1d2)][_0x43a196(0x219)]),toColumn(_0x151620[_0x43a196(0x1d2)][_0x43a196(0x219)]));if(!_0x54da2c)return{'m1Prime':_0x488c34,'m2Prime':[]};const _0x47e3db=Tools[_0x43a196(0x1bb)](_0x151620);return _0x47e3db['params'][_0x43a196(0x219)]['startColumn']+=_0x54da2c[_0x43a196(0x120)],_0x47e3db[_0x43a196(0x1d2)][_0x43a196(0x219)]['endColumn']+=_0x54da2c['step']+(_0x54da2c[_0x43a196(0x13d)]||0x0),{'m1Prime':_0x488c34,'m2Prime':_0x47e3db};}},removeColMutationWithSetColData={'m1':RemoveColMutation['id'],'m2':SetColDataMutation['id'],'handler'(_0x4f3d65,_0xefc4ad){const _0x881ba5=_0x3177e2,_0x7047a={'m1Prime':_0x4f3d65,'m2Prime':_0xefc4ad};if(_0x4f3d65[_0x881ba5(0x1d2)][_0x881ba5(0x1f1)]!==_0xefc4ad[_0x881ba5(0x1d2)][_0x881ba5(0x1f1)]||_0x4f3d65[_0x881ba5(0x1d2)]['subUnitId']!==_0xefc4ad[_0x881ba5(0x1d2)]['subUnitId'])return _0x7047a;const _0x1301a2=Tools[_0x881ba5(0x1bb)](_0x4f3d65),_0x301fb8=Tools[_0x881ba5(0x1bb)](_0xefc4ad),{columnData:_0x52d094}=_0x301fb8[_0x881ba5(0x1d2)];return spliceArray(_0x4f3d65[_0x881ba5(0x1d2)][_0x881ba5(0x219)][_0x881ba5(0x26b)],_0x4f3d65[_0x881ba5(0x1d2)][_0x881ba5(0x219)][_0x881ba5(0x2a3)]-_0x4f3d65[_0x881ba5(0x1d2)]['range']['startColumn']+0x1,_0x52d094),{'m1Prime':_0x1301a2,'m2Prime':_0x301fb8};}},removeColMutationWithSetColHidden={'m1':RemoveColMutation['id'],'m2':SetColHiddenMutation['id'],'handler'(_0x3ede2f,_0x142c7b){const _0x4566c0=_0x3177e2,_0x28e934={'m1Prime':_0x3ede2f,'m2Prime':_0x142c7b};if(_0x3ede2f[_0x4566c0(0x1d2)]['unitId']!==_0x142c7b['params']['unitId']||_0x3ede2f['params'][_0x4566c0(0x15c)]!==_0x142c7b['params'][_0x4566c0(0x15c)])return _0x28e934;const _0x35dece=Tools[_0x4566c0(0x1bb)](_0x3ede2f),_0xf4bda8=Tools[_0x4566c0(0x1bb)](_0x142c7b),{ranges:_0x3ffb0a}=_0xf4bda8[_0x4566c0(0x1d2)];return _0x3ffb0a[_0x4566c0(0x2b6)](_0x195543=>{const _0x2b1c9a=_0x4566c0,_0x19def7=handleBaseRemoveRange(toColumn(_0x3ede2f[_0x2b1c9a(0x1d2)][_0x2b1c9a(0x219)]),_0x195543);_0x19def7==null?_0xf4bda8['id']=EmptyMutation['id']:(_0x195543['startColumn']+=_0x19def7[_0x2b1c9a(0x120)],_0x195543[_0x2b1c9a(0x2a3)]+=_0x19def7[_0x2b1c9a(0x120)]+_0x19def7[_0x2b1c9a(0x13d)]);}),{'m1Prime':_0x35dece,'m2Prime':_0xf4bda8};}},removeColMutationWithSetColVisible={'m1':RemoveColMutation['id'],'m2':SetColVisibleMutation['id'],'handler'(_0x30f7d6,_0x15f0b4){const _0x5fa312=_0x3177e2,_0x4ed8c5={'m1Prime':_0x30f7d6,'m2Prime':_0x15f0b4};if(_0x30f7d6[_0x5fa312(0x1d2)][_0x5fa312(0x1f1)]!==_0x15f0b4['params']['unitId']||_0x30f7d6[_0x5fa312(0x1d2)]['subUnitId']!==_0x15f0b4[_0x5fa312(0x1d2)][_0x5fa312(0x15c)])return _0x4ed8c5;const _0x2283de=Tools[_0x5fa312(0x1bb)](_0x30f7d6),_0x7b3fd6=Tools[_0x5fa312(0x1bb)](_0x15f0b4),{ranges:_0x1682ac}=_0x7b3fd6[_0x5fa312(0x1d2)];return _0x1682ac['forEach'](_0x193385=>{const _0x3ef302=_0x5fa312,_0x11d9c0=handleBaseRemoveRange(toColumn(_0x30f7d6['params'][_0x3ef302(0x219)]),_0x193385);_0x11d9c0==null?_0x7b3fd6['id']=EmptyMutation['id']:(_0x193385[_0x3ef302(0x26b)]+=_0x11d9c0[_0x3ef302(0x120)],_0x193385[_0x3ef302(0x2a3)]+=_0x11d9c0[_0x3ef302(0x120)]+_0x11d9c0[_0x3ef302(0x13d)]);}),{'m1Prime':_0x2283de,'m2Prime':_0x7b3fd6};}},removeColMutationWithSetNumfmt={'m1':RemoveColMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x44e6a2,_0x154fdd){const _0x23671c=_0x3177e2,_0x461eb9={'m1Prime':_0x44e6a2,'m2Prime':_0x154fdd};if(_0x44e6a2[_0x23671c(0x1d2)][_0x23671c(0x1f1)]!==_0x154fdd[_0x23671c(0x1d2)]['unitId']||_0x44e6a2['params']['subUnitId']!==_0x154fdd[_0x23671c(0x1d2)][_0x23671c(0x15c)])return _0x461eb9;const _0x46a415=[Tools[_0x23671c(0x1bb)](_0x44e6a2)],_0x5ddcd9=Tools['deepClone'](_0x154fdd),{values:_0x2a14e6}=_0x5ddcd9['params'],_0x4409e1=[];let _0x2a5194=!0x1;for(const _0x247eab in _0x2a14e6){const _0x548535=_0x2a14e6[_0x247eab];if(_0x4409e1[_0x23671c(0x2a4)](..._0x548535['ranges']),_0x548535['ranges']['some'](_0x492362=>{const _0x2a6640=_0x23671c,_0x33acba=handleBaseRemoveRange(toColumn(_0x44e6a2[_0x2a6640(0x1d2)][_0x2a6640(0x219)]),toColumn(_0x492362));return _0x33acba==null||_0x33acba[_0x2a6640(0x13d)]!==0x0?!0x0:(_0x33acba['step']!==0x0&&(_0x2a5194=!0x0),_0x492362[_0x2a6640(0x26b)]+=_0x33acba[_0x2a6640(0x120)],_0x492362[_0x2a6640(0x2a3)]+=_0x33acba[_0x2a6640(0x120)],!0x1);}))return{'error':new Error(_0x23671c(0x181))};}if(_0x2a5194){const _0x331f37={'id':RemoveNumfmtMutation['id'],'params':{'unitId':_0x154fdd['params']['unitId'],'subUnitId':_0x154fdd[_0x23671c(0x1d2)][_0x23671c(0x15c)],'ranges':_0x4409e1}};_0x46a415['push'](_0x331f37,_0x5ddcd9);}return{'m1Prime':_0x46a415,'m2Prime':_0x5ddcd9};}},removeColMutationWithSetRangeValues={'m1':RemoveColMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x5c9424,_0x292941){const _0x183dbd=_0x3177e2,_0x513291={'m1Prime':_0x5c9424,'m2Prime':_0x292941};if(_0x5c9424[_0x183dbd(0x1d2)][_0x183dbd(0x1f1)]!==_0x292941[_0x183dbd(0x1d2)][_0x183dbd(0x1f1)]||_0x5c9424[_0x183dbd(0x1d2)][_0x183dbd(0x15c)]!==_0x292941[_0x183dbd(0x1d2)]['subUnitId'])return _0x513291;const _0x576ec6=[Tools[_0x183dbd(0x1bb)](_0x5c9424)],_0x4099a6=Tools[_0x183dbd(0x1bb)](_0x292941),_0x101f6e=new ObjectMatrix(_0x4099a6['params'][_0x183dbd(0x162)]),_0x2c8fd2=_0x101f6e[_0x183dbd(0x122)](),_0x59c423=_0x5c9424[_0x183dbd(0x1d2)][_0x183dbd(0x219)],_0x12e1db=_0x59c423['endColumn']-_0x59c423[_0x183dbd(0x26b)]+0x1;if(_0x4099a6['params'][_0x183dbd(0x162)]&&_0x59c423['endColumn']<_0x2c8fd2[_0x183dbd(0x26b)])moveColumns(_0x4099a6[_0x183dbd(0x1d2)][_0x183dbd(0x162)],_0x2c8fd2[_0x183dbd(0x26b)],_0x2c8fd2[_0x183dbd(0x2a3)]-_0x2c8fd2[_0x183dbd(0x26b)]+0x1,-_0x12e1db);else{if(_0x59c423[_0x183dbd(0x26b)]<=_0x2c8fd2[_0x183dbd(0x2a3)])return{'error':new Error(_0x183dbd(0x27c))};}const _0x313e1d=new ObjectMatrix();let _0x178a95=!0x1,_0x237b53=!0x1;if(_0x101f6e[_0x183dbd(0x283)]((_0x59a221,_0x3e3f7d,_0x2f9740)=>{const _0x38f323=_0x183dbd;if(_0x2f9740&&_0x2f9740['f']){const _0x2179b6=_0x2f9740['f'];let _0x3fe2f=!0x1;const _0x23e551=processFormulaString(_0x5c9424[_0x38f323(0x1d2)][_0x38f323(0x1f1)],_0x5c9424[_0x38f323(0x1d2)][_0x38f323(0x15c)],_0x2179b6,_0x4534f0=>{const _0x1d13b5=_0x38f323,_0x5d3e47=handleBaseRemoveRange(toColumn(_0x5c9424[_0x1d13b5(0x1d2)]['range']),toColumn(_0x4534f0));return _0x5d3e47===null?(_0x178a95=!0x0,_0x4534f0):((_0x5d3e47[_0x1d13b5(0x120)]!==0x0||_0x5d3e47[_0x1d13b5(0x13d)]!==0x0)&&(_0x3fe2f=!0x0,_0x4534f0[_0x1d13b5(0x26b)]+=_0x5d3e47[_0x1d13b5(0x120)],_0x4534f0[_0x1d13b5(0x2a3)]+=_0x5d3e47[_0x1d13b5(0x120)]+_0x5d3e47[_0x1d13b5(0x13d)]),_0x4534f0);});_0x3fe2f&&(_0x237b53=!0x0,_0x2f9740['f']=_0x23e551,_0x313e1d[_0x38f323(0x108)](_0x59a221,_0x3e3f7d,{..._0x2f9740}));}}),_0x178a95)return{'error':new Error(_0x183dbd(0x186))};if(_0x237b53){const _0x12485a={'id':SetRangeValuesMutation['id'],'params':{'unitId':_0x292941[_0x183dbd(0x1d2)]['unitId'],'subUnitId':_0x292941['params'][_0x183dbd(0x15c)],'cellValue':_0x313e1d['getMatrix']()}};_0x576ec6[_0x183dbd(0x2a4)](_0x12485a);}return{'m1Prime':_0x576ec6,'m2Prime':_0x4099a6};}},removeColMutationWithSetSelection={'m1':RemoveColMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0x5a2bde,_0x5b9e61){const _0x91b3d3=_0x3177e2,_0xda462={'m1Prime':[],'m2Prime':[]};if(_0x5a2bde[_0x91b3d3(0x1d2)]['unitId']!==_0x5b9e61[_0x91b3d3(0x1d2)][_0x91b3d3(0x1f1)]||_0x5a2bde[_0x91b3d3(0x1d2)][_0x91b3d3(0x15c)]!==_0x5b9e61[_0x91b3d3(0x1d2)]['subUnitId'])return _0xda462;const _0x4c5970=Tools[_0x91b3d3(0x1bb)](_0x5b9e61);let _0x3cc020=!0x1;return _0x4c5970['params']['selections'][_0x91b3d3(0x2b6)](_0x2ff04a=>{const _0x5129df=_0x91b3d3,{range:_0x16411e,primary:_0x449348}=_0x2ff04a,_0x7c68f5=handleBaseRemoveRange(toColumn(_0x5a2bde[_0x5129df(0x1d2)][_0x5129df(0x219)]),toColumn(_0x16411e));if(_0x7c68f5!=null&&(_0x7c68f5[_0x5129df(0x13d)]||_0x7c68f5[_0x5129df(0x120)])){if(_0x16411e[_0x5129df(0x26b)]+=_0x7c68f5[_0x5129df(0x120)],_0x16411e['endColumn']+=_0x7c68f5[_0x5129df(0x120)]+(_0x7c68f5[_0x5129df(0x13d)]||0x0),_0x449348){const _0x21bbc0=handleBaseRemoveRange(toColumn(_0x5a2bde[_0x5129df(0x1d2)][_0x5129df(0x219)]),toColumn(_0x449348));if(_0x21bbc0==null){_0x449348[_0x5129df(0x26b)]=_0x16411e[_0x5129df(0x26b)],_0x449348[_0x5129df(0x2a3)]=_0x16411e[_0x5129df(0x26b)],_0x449348[_0x5129df(0x258)]=_0x16411e[_0x5129df(0x26b)];return;}(_0x21bbc0[_0x5129df(0x13d)]||_0x21bbc0[_0x5129df(0x120)])&&(_0x449348[_0x5129df(0x26b)]+=_0x21bbc0['step'],_0x449348[_0x5129df(0x2a3)]+=_0x21bbc0[_0x5129df(0x120)],_0x449348[_0x5129df(0x258)]+=_0x21bbc0['step']);}_0x3cc020=!0x0;}}),_0x3cc020&&_0xda462[_0x91b3d3(0x17b)][_0x91b3d3(0x2a4)](_0x4c5970),_0xda462;}},removeColMutationWithSetSheetsFilterCriteria={'m1':RemoveColMutation['id'],'m2':SetSheetsFilterCriteriaMutation['id'],'handler'(_0x3088c2,_0x6522e5){const _0x12c829=_0x3177e2,_0x323c1f={'m1Prime':_0x3088c2,'m2Prime':_0x6522e5};if(_0x3088c2[_0x12c829(0x1d2)][_0x12c829(0x1f1)]!==_0x6522e5[_0x12c829(0x1d2)][_0x12c829(0x1f1)]||_0x3088c2[_0x12c829(0x1d2)]['subUnitId']!==_0x6522e5[_0x12c829(0x1d2)][_0x12c829(0x15c)])return _0x323c1f;const _0x1b473d=Tools['deepClone'](_0x3088c2),_0x18d374=Tools['deepClone'](_0x6522e5),_0x2b949f=handleRemove({'start':_0x3088c2[_0x12c829(0x1d2)]['range']['startColumn'],'end':_0x3088c2[_0x12c829(0x1d2)]['range'][_0x12c829(0x2a3)]},{'start':_0x6522e5[_0x12c829(0x1d2)][_0x12c829(0xf8)],'end':_0x6522e5[_0x12c829(0x1d2)]['col']}),_0x5682f9=Tools[_0x12c829(0x1bb)](_0x6522e5);return _0x5682f9[_0x12c829(0x1d2)][_0x12c829(0x1a7)]=null,_0x2b949f===null?{'m1Prime':[_0x1b473d,_0x5682f9],'m2Prime':[]}:_0x18d374[_0x12c829(0x1d2)][_0x12c829(0xf8)]===_0x2b949f[_0x12c829(0xe2)]?_0x323c1f:(_0x18d374['params'][_0x12c829(0xf8)]=_0x2b949f[_0x12c829(0xe2)],_0x18d374[_0x12c829(0x1d2)][_0x12c829(0x1a7)]&&(_0x18d374[_0x12c829(0x1d2)][_0x12c829(0x1a7)][_0x12c829(0x1d4)]=_0x2b949f[_0x12c829(0xe2)]),{'m1Prime':[_0x5682f9,_0x18d374,_0x1b473d],'m2Prime':[_0x18d374]});}},removeColMutationWithSetSheetsFilterRange={'m1':RemoveColMutation['id'],'m2':SetSheetsFilterRangeMutation['id'],'handler'(_0x16fc23,_0x586c78){const _0x4c0228=_0x3177e2,_0xbadb87={'m1Prime':[_0x16fc23],'m2Prime':[_0x586c78]};if(_0x16fc23[_0x4c0228(0x1d2)][_0x4c0228(0x1f1)]!==_0x586c78[_0x4c0228(0x1d2)][_0x4c0228(0x1f1)]||_0x16fc23['params'][_0x4c0228(0x15c)]!==_0x586c78[_0x4c0228(0x1d2)][_0x4c0228(0x15c)])return _0xbadb87;const _0x4a0034=Tools[_0x4c0228(0x1bb)](_0x16fc23),_0x2f0269=Tools[_0x4c0228(0x1bb)](_0x586c78),_0x19488b=handleRemove({'start':_0x16fc23[_0x4c0228(0x1d2)]['range']['startColumn'],'end':_0x16fc23[_0x4c0228(0x1d2)][_0x4c0228(0x219)][_0x4c0228(0x2a3)]},{'start':_0x586c78['params']['range'][_0x4c0228(0x26b)],'end':_0x586c78[_0x4c0228(0x1d2)][_0x4c0228(0x219)]['endColumn']});return _0x19488b===null?{'m1Prime':[_0x4a0034,{'id':RemoveSheetsFilterMutation['id'],'params':{'unitId':_0x586c78[_0x4c0228(0x1d2)]['unitId'],'subUnitId':_0x586c78[_0x4c0228(0x1d2)][_0x4c0228(0x1f1)]}}],'m2Prime':[]}:(_0x2f0269[_0x4c0228(0x1d2)][_0x4c0228(0x219)][_0x4c0228(0x26b)]=_0x19488b[_0x4c0228(0xe2)],_0x2f0269[_0x4c0228(0x1d2)][_0x4c0228(0x219)][_0x4c0228(0x2a3)]=_0x19488b[_0x4c0228(0x12c)],{'m1Prime':[_0x2f0269,_0x4a0034],'m2Prime':[_0x2f0269]});}},removeColMutationWithSetWorksheetColWidth={'m1':RemoveColMutation['id'],'m2':SetWorksheetColWidthMutation['id'],'handler'(_0x535663,_0x3469d6){const _0x548d5d=_0x3177e2,_0x16c639={'m1Prime':_0x535663,'m2Prime':_0x3469d6};if(_0x535663[_0x548d5d(0x1d2)][_0x548d5d(0x1f1)]!==_0x3469d6[_0x548d5d(0x1d2)]['unitId']||_0x535663[_0x548d5d(0x1d2)][_0x548d5d(0x15c)]!==_0x3469d6[_0x548d5d(0x1d2)]['subUnitId'])return _0x16c639;const _0x434e1c=Tools[_0x548d5d(0x1bb)](_0x535663),_0x5ed28a=Tools['deepClone'](_0x3469d6),{ranges:_0x3695c0,colWidth:_0x2b4eb1}=_0x5ed28a[_0x548d5d(0x1d2)];return _0x3695c0[_0x548d5d(0x2b6)](_0x4d63f2=>{const _0x34ca62=_0x548d5d,_0x3546e=handleBaseRemoveRange(toColumn(_0x535663['params'][_0x34ca62(0x219)]),_0x4d63f2);_0x3546e==null?_0x5ed28a['id']=EmptyMutation['id']:(_0x4d63f2[_0x34ca62(0x26b)]+=_0x3546e[_0x34ca62(0x120)],_0x4d63f2['endColumn']+=_0x3546e[_0x34ca62(0x120)]+_0x3546e[_0x34ca62(0x13d)]);}),typeof _0x2b4eb1!=_0x548d5d(0x203)&&spliceArray(_0x535663[_0x548d5d(0x1d2)][_0x548d5d(0x219)]['startColumn'],_0x535663['params']['range']['endColumn']-_0x535663[_0x548d5d(0x1d2)][_0x548d5d(0x219)][_0x548d5d(0x26b)]+0x1,_0x2b4eb1),{'m1Prime':_0x434e1c,'m2Prime':_0x5ed28a};}},removeColWithUpdateCommentRef={'m1':RemoveColMutation['id'],'m2':UpdateCommentRefMutation['id'],'handler':__name((_0x284550,_0x49a509)=>{const _0x4dcb76=_0x3177e2,_0x3b3e2c={'m1Prime':_0x284550,'m2Prime':_0x49a509};if(_0x284550['params'][_0x4dcb76(0x1f1)]!==_0x49a509['params']['unitId']||_0x284550['params'][_0x4dcb76(0x15c)]!==_0x49a509[_0x4dcb76(0x1d2)][_0x4dcb76(0x15c)])return _0x3b3e2c;const _0x2446dd={'id':RemoveColCommand['id'],'params':{'unitId':_0x284550[_0x4dcb76(0x1d2)][_0x4dcb76(0x1f1)],'subUnitId':_0x284550[_0x4dcb76(0x1d2)]['subUnitId'],'range':_0x284550[_0x4dcb76(0x1d2)][_0x4dcb76(0x219)]}},_0x44726f=transformUpdateCommentRefWithRefRange(_0x49a509,_0x2446dd);return{'m1Prime':[_0x284550,..._0x44726f],'m2Prime':[_0x49a509,..._0x44726f]};},'handler')},removeColMutationWithUpdateDataValidation={'m1':RemoveColMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x447392,_0x3f8ae5)=>{const _0x1c6f10=_0x3177e2,_0x1be258={'m1Prime':_0x447392,'m2Prime':_0x3f8ae5};if(_0x447392[_0x1c6f10(0x1d2)][_0x1c6f10(0x1f1)]!==_0x3f8ae5['params'][_0x1c6f10(0x1f1)]||_0x3f8ae5[_0x1c6f10(0x1d2)][_0x1c6f10(0x15c)]!==_0x447392[_0x1c6f10(0x1d2)][_0x1c6f10(0x15c)])return _0x1be258;const _0x5143f9={'id':RemoveColCommand['id'],'params':{'range':_0x447392['params'][_0x1c6f10(0x219)]}},_0x5bcbed=transformUpdateDataValidationWithRefRange(_0x3f8ae5,_0x5143f9);return{'m1Prime':[_0x447392,..._0x5bcbed],'m2Prime':[_0x3f8ae5,..._0x5bcbed]};},_0x3177e2(0x21c))},removeDataValidationMutationWithSelf={'m1':RemoveDataValidationMutation['id'],'m2':RemoveDataValidationMutation['id'],'handler':__name((_0x5a0555,_0x1d56a7)=>{const _0x4a18a8=_0x3177e2,_0x5f0dba={'m1Prime':_0x5a0555,'m2Prime':_0x1d56a7};return _0x5a0555['params'][_0x4a18a8(0x1f1)]===_0x1d56a7[_0x4a18a8(0x1d2)][_0x4a18a8(0x1f1)]&&_0x5a0555['params']['subUnitId']===_0x1d56a7[_0x4a18a8(0x1d2)][_0x4a18a8(0x15c)]&&_0x5a0555[_0x4a18a8(0x1d2)][_0x4a18a8(0x2b8)]===_0x1d56a7[_0x4a18a8(0x1d2)][_0x4a18a8(0x2b8)]?{'m1Prime':[],'m2Prime':[]}:_0x5f0dba;},_0x3177e2(0x21c))},removeHyperLinkWithSelf={'m1':RemoveHyperLinkMutation['id'],'m2':RemoveHyperLinkMutation['id'],'handler':__name((_0xe2afba,_0x516260)=>{const _0x4d6718=_0x3177e2,_0x457387=_0xe2afba[_0x4d6718(0x1d2)],_0x156536=_0x516260[_0x4d6718(0x1d2)];return _0x457387['unitId']===_0x156536[_0x4d6718(0x1f1)]&&_0x457387[_0x4d6718(0x15c)]===_0x156536[_0x4d6718(0x15c)]&&_0x457387['id']===_0x156536['id']?{'m2Prime':[],'m1Prime':[]}:{'m1Prime':_0xe2afba,'m2Prime':_0x516260};},_0x3177e2(0x21c))},removeNumfmtMutationWithSelf={'m1':RemoveNumfmtMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x372047,_0x3360c7){const _0x2052e2=_0x3177e2;if(_0x372047[_0x2052e2(0x1d2)]['unitId']!==_0x3360c7['params'][_0x2052e2(0x1f1)]||_0x372047[_0x2052e2(0x1d2)][_0x2052e2(0x15c)]!==_0x3360c7['params'][_0x2052e2(0x15c)])return{'m1Prime':_0x372047,'m2Prime':_0x3360c7};const _0x3eca0e=Tools['deepClone'](_0x372047),_0x273cf0=Tools[_0x2052e2(0x1bb)](_0x3360c7),_0x4e3bf5=[],_0x55dc8a=_0x273cf0[_0x2052e2(0x1d2)][_0x2052e2(0x206)];return _0x3eca0e[_0x2052e2(0x1d2)][_0x2052e2(0x206)][_0x2052e2(0x2b6)](_0x441790=>{const _0x29dfe1=RangeSubtractRanges(_0x441790,_0x55dc8a);_0x29dfe1['length']>0x0&&_0x4e3bf5['push'](..._0x29dfe1);}),_0x3eca0e[_0x2052e2(0x1d2)][_0x2052e2(0x206)]=_0x4e3bf5,{'m1Prime':_0x372047,'m2Prime':_0x3360c7};}},removeNumfmtMutationWithSetNumfmt={'m1':RemoveNumfmtMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x2d7ae9,_0x321350){const _0x35276a=_0x3177e2;if(_0x2d7ae9[_0x35276a(0x1d2)][_0x35276a(0x1f1)]!==_0x321350[_0x35276a(0x1d2)][_0x35276a(0x1f1)]||_0x2d7ae9[_0x35276a(0x1d2)][_0x35276a(0x15c)]!==_0x321350['params']['subUnitId'])return{'m1Prime':_0x2d7ae9,'m2Prime':_0x321350};const _0x1abfd7=Tools['deepClone'](_0x2d7ae9),_0x3ec4c6=Tools['deepClone'](_0x321350),_0x2e706c=[],_0x17e6e0=Object[_0x35276a(0x2a8)](_0x3ec4c6[_0x35276a(0x1d2)]['values'])['map'](_0x212e18=>_0x212e18[_0x35276a(0x206)])[_0x35276a(0x2ba)]();return _0x1abfd7['params'][_0x35276a(0x206)][_0x35276a(0x2b6)](_0x2323f2=>{const _0x383d29=_0x35276a,_0x2e0969=RangeSubtractRanges(_0x2323f2,_0x17e6e0);_0x2e0969[_0x383d29(0x13d)]>0x0&&_0x2e706c['push'](..._0x2e0969);}),_0x1abfd7[_0x35276a(0x1d2)][_0x35276a(0x206)]=_0x2e706c,{'m1Prime':_0x1abfd7,'m2Prime':_0x3ec4c6};}},removeRowWithAddComment={'m1':RemoveRowMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x1c2f54,_0x574b21)=>{const _0x1aefaa=_0x3177e2,_0x426f95={'m1Prime':_0x1c2f54,'m2Prime':_0x574b21};if(_0x1c2f54['params']['unitId']!==_0x574b21[_0x1aefaa(0x1d2)]['unitId']||_0x1c2f54[_0x1aefaa(0x1d2)][_0x1aefaa(0x15c)]!==_0x574b21[_0x1aefaa(0x1d2)]['subUnitId'])return _0x426f95;const _0x39a069={'id':RemoveRowCommand['id'],'params':{'unitId':_0x1c2f54[_0x1aefaa(0x1d2)][_0x1aefaa(0x1f1)],'subUnitId':_0x1c2f54[_0x1aefaa(0x1d2)][_0x1aefaa(0x15c)],'range':_0x1c2f54[_0x1aefaa(0x1d2)][_0x1aefaa(0x219)]}},_0x33c08c=transformAddCommentWithRefRange(_0x574b21,_0x39a069);return{'m1Prime':[_0x1c2f54,..._0x33c08c],'m2Prime':[_0x574b21,..._0x33c08c]};},_0x3177e2(0x21c))},removeRowMutationWithAddDataValidation={'m1':RemoveRowMutation['id'],'m2':AddDataValidationMutation['id'],'handler'(_0x38ab6b,_0x519595){const _0x206893=_0x3177e2,_0x482392={'m1Prime':_0x38ab6b,'m2Prime':_0x519595};if(_0x38ab6b[_0x206893(0x1d2)][_0x206893(0x1f1)]!==_0x519595['params'][_0x206893(0x1f1)]||_0x38ab6b[_0x206893(0x1d2)][_0x206893(0x15c)]!==_0x519595['params'][_0x206893(0x15c)])return _0x482392;const _0x4aa090={'id':RemoveRowCommand['id'],'params':{'range':_0x38ab6b[_0x206893(0x1d2)]['range']}},_0x16f174=transformAddDataValidationWithRefRange(_0x519595,_0x4aa090);return{'m1Prime':[_0x38ab6b,..._0x16f174],'m2Prime':[_0x519595,..._0x16f174]};}},removeRowMutationWithAddMerge={'m1':RemoveRowMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x554fea,_0x44c41c){const _0x3b77af=_0x3177e2,_0x2685cb=addWorksheetMergeMutationWithRemoveRowMutation[_0x3b77af(0x21c)](_0x44c41c,_0x554fea);return isTransformMutationSuccess(_0x2685cb)?{'m1Prime':_0x2685cb[_0x3b77af(0x17b)],'m2Prime':_0x2685cb[_0x3b77af(0x1de)]}:_0x2685cb;}},removeRowMutationWithMoveRange={'m1':RemoveRowMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x2999a9,_0x5545e6){const _0xecbe8b=_0x3177e2,_0x1fb552={'m1Prime':_0x2999a9,'m2Prime':_0x5545e6};if(_0x2999a9[_0xecbe8b(0x1d2)][_0xecbe8b(0x1f1)]!==_0x5545e6[_0xecbe8b(0x1d2)][_0xecbe8b(0x1f1)]||_0x2999a9[_0xecbe8b(0x1d2)][_0xecbe8b(0x15c)]!==_0x5545e6[_0xecbe8b(0x1d2)][_0xecbe8b(0x1df)][_0xecbe8b(0x15c)]&&_0x2999a9['params'][_0xecbe8b(0x15c)]!==_0x5545e6[_0xecbe8b(0x1d2)]['to'][_0xecbe8b(0x15c)])return _0x1fb552;const _0x4c623d=Tools['deepClone'](_0x2999a9),_0x475f7e=Tools[_0xecbe8b(0x1bb)](_0x5545e6),{startRow:_0x2e6170,endRow:_0x3156eb}=_0x2999a9[_0xecbe8b(0x1d2)]['range'];if(_0x2999a9[_0xecbe8b(0x1d2)][_0xecbe8b(0x15c)]===_0x5545e6['params'][_0xecbe8b(0x1df)][_0xecbe8b(0x15c)]){const _0x3693f4=new ObjectMatrix(_0x475f7e[_0xecbe8b(0x1d2)][_0xecbe8b(0x1df)][_0xecbe8b(0x238)]),_0x235ba0=_0x3693f4[_0xecbe8b(0x122)](),{startRow:_0x52c66b,endRow:_0x2531fb}=_0x235ba0;if(_0x52c66b<=_0x3156eb&&_0x2531fb>=_0x2e6170)return{'error':new Error('Remove-cols\x20has\x20conflicts\x20with\x20move-range')};_0x3156eb<_0x52c66b&&_0x3693f4['removeRows'](_0x2e6170,_0x3156eb-_0x2e6170+0x1),_0x475f7e[_0xecbe8b(0x1d2)][_0xecbe8b(0x1df)][_0xecbe8b(0x238)]=_0x3693f4[_0xecbe8b(0x1d8)]();}if(_0x2999a9[_0xecbe8b(0x1d2)][_0xecbe8b(0x15c)]===_0x5545e6[_0xecbe8b(0x1d2)]['to']['subUnitId']){const _0x5d3d82=new ObjectMatrix(_0x475f7e['params']['to'][_0xecbe8b(0x238)]),_0x13bd72=_0x5d3d82[_0xecbe8b(0x122)](),{startRow:_0x28da2d,endRow:_0x5bdec0}=_0x13bd72;if(_0x28da2d<=_0x3156eb&&_0x5bdec0>=_0x2e6170)return{'error':new Error('Remove-cols\x20has\x20conflicts\x20with\x20move-range')};_0x3156eb<_0x28da2d&&_0x5d3d82[_0xecbe8b(0x279)](_0x2e6170,_0x3156eb-_0x2e6170+0x1),_0x475f7e[_0xecbe8b(0x1d2)]['to'][_0xecbe8b(0x238)]=_0x5d3d82[_0xecbe8b(0x1d8)]();}return{'m1Prime':_0x4c623d,'m2Prime':_0x475f7e};}},removeRowMutationWithMoveRow={'m1':RemoveRowMutation['id'],'m2':MoveRowsMutation['id'],'handler'(_0x835381,_0x337646){const _0x34b9c9=_0x3177e2,_0x32dee4={'m1Prime':_0x835381,'m2Prime':_0x337646};if(_0x835381[_0x34b9c9(0x1d2)][_0x34b9c9(0x1f1)]!==_0x337646[_0x34b9c9(0x1d2)][_0x34b9c9(0x1f1)]||_0x835381['params'][_0x34b9c9(0x15c)]!==_0x337646[_0x34b9c9(0x1d2)]['subUnitId'])return _0x32dee4;const _0x5a3ca8=Tools[_0x34b9c9(0x1bb)](_0x835381),_0x27a2d0=Tools[_0x34b9c9(0x1bb)](_0x337646);if(_0x835381[_0x34b9c9(0x1d2)][_0x34b9c9(0x219)]['startRow']<=_0x337646[_0x34b9c9(0x1d2)]['sourceRange'][_0x34b9c9(0x239)]&&_0x835381[_0x34b9c9(0x1d2)][_0x34b9c9(0x219)][_0x34b9c9(0x239)]>=_0x337646['params']['sourceRange'][_0x34b9c9(0x103)]||_0x835381[_0x34b9c9(0x1d2)][_0x34b9c9(0x219)][_0x34b9c9(0x103)]<=_0x337646[_0x34b9c9(0x1d2)][_0x34b9c9(0x119)][_0x34b9c9(0x239)]&&_0x835381[_0x34b9c9(0x1d2)][_0x34b9c9(0x219)][_0x34b9c9(0x239)]>=_0x337646[_0x34b9c9(0x1d2)][_0x34b9c9(0x119)][_0x34b9c9(0x103)])return{'error':new Error('remove\x20row\x20is\x20conflict\x20with\x20move\x20row')};const _0x4db2b9=handleBaseRemoveRange(toColumn(rotateRange(_0x835381[_0x34b9c9(0x1d2)][_0x34b9c9(0x219)])),toColumn(rotateRange(_0x337646[_0x34b9c9(0x1d2)][_0x34b9c9(0x1a2)]))),_0x5f016e=handleBaseRemoveRange(toColumn(rotateRange(_0x835381['params']['range'])),toColumn(rotateRange(_0x337646['params'][_0x34b9c9(0x119)])));_0x4db2b9&&_0x5f016e?(_0x27a2d0[_0x34b9c9(0x1d2)][_0x34b9c9(0x1a2)][_0x34b9c9(0x103)]+=_0x4db2b9['step'],_0x27a2d0[_0x34b9c9(0x1d2)][_0x34b9c9(0x1a2)]['endRow']+=_0x4db2b9[_0x34b9c9(0x120)]+(_0x4db2b9['length']||0x0),_0x27a2d0[_0x34b9c9(0x1d2)][_0x34b9c9(0x119)][_0x34b9c9(0x103)]+=_0x5f016e[_0x34b9c9(0x120)],_0x27a2d0['params'][_0x34b9c9(0x119)][_0x34b9c9(0x239)]+=_0x5f016e[_0x34b9c9(0x120)]+(_0x5f016e[_0x34b9c9(0x13d)]||0x0)):_0x27a2d0['id']=EmptyMutation['id'];const _0x3f217e=handleBaseMoveRowsCols({'start':_0x337646[_0x34b9c9(0x1d2)][_0x34b9c9(0x1a2)]['startRow'],'end':_0x337646[_0x34b9c9(0x1d2)][_0x34b9c9(0x1a2)][_0x34b9c9(0x239)]},{'start':_0x337646[_0x34b9c9(0x1d2)][_0x34b9c9(0x119)]['startRow'],'end':_0x337646['params'][_0x34b9c9(0x119)][_0x34b9c9(0x239)]},{'start':_0x835381['params'][_0x34b9c9(0x219)][_0x34b9c9(0x103)],'end':_0x835381['params']['range'][_0x34b9c9(0x239)]});if(_0x3f217e){const {step:_0x13ff33,length:_0x58816f}=_0x3f217e;_0x5a3ca8[_0x34b9c9(0x1d2)][_0x34b9c9(0x219)][_0x34b9c9(0x103)]+=_0x13ff33,_0x5a3ca8[_0x34b9c9(0x1d2)][_0x34b9c9(0x219)]['endRow']+=_0x13ff33+(_0x58816f||0x0);}else _0x5a3ca8['id']=EmptyMutation['id'];return{'m1Prime':_0x5a3ca8,'m2Prime':_0x27a2d0};}},removeRowMutationWithRemoveNumfmt={'m1':RemoveRowMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x37c266,_0x967fda){const _0x1a3398=_0x3177e2,_0x252a9e={'m1Prime':_0x37c266,'m2Prime':_0x967fda};if(_0x37c266[_0x1a3398(0x1d2)][_0x1a3398(0x1f1)]!==_0x967fda[_0x1a3398(0x1d2)][_0x1a3398(0x1f1)]||_0x37c266[_0x1a3398(0x1d2)]['subUnitId']!==_0x967fda[_0x1a3398(0x1d2)][_0x1a3398(0x15c)])return _0x252a9e;const _0x546f7a=Tools[_0x1a3398(0x1bb)](_0x37c266),_0x1673a4=Tools[_0x1a3398(0x1bb)](_0x967fda),{ranges:_0x19f3b6}=_0x1673a4['params'];return _0x19f3b6[_0x1a3398(0x1ec)](_0x3d9b3a=>{const _0x17edff=_0x1a3398,_0x1aa2ac=handleBaseRemoveRange(toColumn(rotateRange(_0x37c266[_0x17edff(0x1d2)]['range'])),toColumn(rotateRange(_0x3d9b3a)));return _0x1aa2ac===null||_0x1aa2ac[_0x17edff(0x13d)]!==0x0?!0x0:(_0x3d9b3a[_0x17edff(0x103)]+=_0x1aa2ac[_0x17edff(0x120)],_0x3d9b3a[_0x17edff(0x239)]+=_0x1aa2ac[_0x17edff(0x120)],!0x1);})?{'error':new Error(_0x1a3398(0x112))}:{'m1Prime':_0x546f7a,'m2Prime':_0x1673a4};}},removeRowMutationWithSelf={'m1':RemoveRowMutation['id'],'m2':RemoveRowMutation['id'],'handler'(_0xf63e39,_0x373676){const _0x39664a=_0x3177e2,_0xae383e={'m1Prime':_0xf63e39,'m2Prime':_0x373676};if(_0xf63e39['params'][_0x39664a(0x1f1)]!==_0x373676[_0x39664a(0x1d2)][_0x39664a(0x1f1)]||_0xf63e39[_0x39664a(0x1d2)]['subUnitId']!==_0x373676['params'][_0x39664a(0x15c)])return _0xae383e;const _0x5044a9=Tools[_0x39664a(0x1bb)](_0xf63e39),_0xd1299c=Tools['deepClone'](_0x373676),_0x4ca1c4=handleBaseRemoveRange(toColumn(rotateRange(_0xf63e39[_0x39664a(0x1d2)]['range'])),toColumn(rotateRange(_0x373676[_0x39664a(0x1d2)]['range'])));if(_0x4ca1c4){const {step:_0x4b13d4,length:_0x56b47e}=_0x4ca1c4;_0xd1299c[_0x39664a(0x1d2)][_0x39664a(0x219)][_0x39664a(0x103)]+=_0x4b13d4,_0xd1299c[_0x39664a(0x1d2)][_0x39664a(0x219)][_0x39664a(0x239)]+=_0x4b13d4+(_0x56b47e||0x0);}else _0xd1299c['id']=EmptyMutation['id'];const _0xb86ab5=handleBaseRemoveRange(toColumn(rotateRange(_0x373676[_0x39664a(0x1d2)][_0x39664a(0x219)])),toColumn(rotateRange(_0xf63e39[_0x39664a(0x1d2)]['range'])));if(_0xb86ab5){const {step:_0x2c1752,length:_0x688a40}=_0xb86ab5;_0x5044a9['params'][_0x39664a(0x219)][_0x39664a(0x103)]+=_0x2c1752,_0x5044a9[_0x39664a(0x1d2)]['range']['endRow']+=_0x2c1752+(_0x688a40||0x0);}else _0x5044a9['id']=EmptyMutation['id'];return{'m1Prime':_0x5044a9,'m2Prime':_0xd1299c};}},removeRowMutationWithRemoveWorksheetMerge={'m1':RemoveRowMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0x4de970,_0x2b30cf){const _0x566242=_0x3177e2,_0x2795ee=Tools[_0x566242(0x1bb)](_0x4de970),_0x1bf48c=Tools[_0x566242(0x1bb)](_0x2b30cf);if(_0x4de970[_0x566242(0x1d2)][_0x566242(0x1f1)]!==_0x2b30cf['params'][_0x566242(0x1f1)]||_0x4de970['params'][_0x566242(0x15c)]!==_0x2b30cf[_0x566242(0x1d2)]['subUnitId'])return{'m1Prime':_0x2795ee,'m2Prime':_0x1bf48c};const _0x14c8e6=_0x1bf48c[_0x566242(0x1d2)]['ranges'][_0x566242(0x1c6)]((_0x74f653,_0x13b0e2)=>{const _0x52c830=_0x566242,_0x2c166f=_0x2795ee[_0x52c830(0x1d2)][_0x52c830(0x219)],_0x4dd3e3=_0x2c166f[_0x52c830(0x239)]-_0x2c166f[_0x52c830(0x103)]+0x1;let _0x27df62={..._0x13b0e2};return _0x2c166f[_0x52c830(0x103)]>_0x13b0e2[_0x52c830(0x239)]?_0x27df62={..._0x13b0e2}:_0x2c166f[_0x52c830(0x103)]>=_0x13b0e2[_0x52c830(0x103)]&&_0x2c166f[_0x52c830(0x103)]<=_0x13b0e2['endRow']&&_0x2c166f[_0x52c830(0x239)]>_0x13b0e2[_0x52c830(0x239)]?(_0x27df62[_0x52c830(0x239)]=_0x2c166f[_0x52c830(0x103)]-0x1,_0x2c166f[_0x52c830(0x103)]===_0x13b0e2['startRow']&&(_0x27df62=null)):_0x2c166f[_0x52c830(0x103)]>_0x13b0e2[_0x52c830(0x103)]&&_0x2c166f['endRow']<_0x13b0e2[_0x52c830(0x239)]?_0x27df62[_0x52c830(0x239)]=_0x13b0e2[_0x52c830(0x239)]-_0x4dd3e3:_0x2c166f[_0x52c830(0x103)]<_0x13b0e2[_0x52c830(0x103)]&&_0x2c166f[_0x52c830(0x239)]>=_0x13b0e2['startRow']&&_0x2c166f['endRow']<=_0x13b0e2[_0x52c830(0x239)]?(_0x27df62[_0x52c830(0x103)]=_0x2c166f[_0x52c830(0x103)],_0x27df62[_0x52c830(0x239)]=_0x13b0e2[_0x52c830(0x239)]-_0x4dd3e3,_0x2c166f[_0x52c830(0x239)]===_0x13b0e2[_0x52c830(0x239)]&&(_0x27df62=null)):_0x2c166f[_0x52c830(0x103)]<=_0x13b0e2['startRow']&&_0x2c166f['endRow']>=_0x13b0e2[_0x52c830(0x239)]?_0x27df62=null:_0x2c166f['endRow']<_0x13b0e2[_0x52c830(0x103)]&&(_0x27df62['startRow']=_0x13b0e2['startRow']-_0x4dd3e3,_0x27df62[_0x52c830(0x239)]=_0x13b0e2[_0x52c830(0x239)]-_0x4dd3e3),_0x27df62&&!(_0x27df62[_0x52c830(0x103)]===_0x27df62[_0x52c830(0x239)]&&_0x27df62['startColumn']===_0x27df62[_0x52c830(0x2a3)])&&_0x74f653['push'](_0x27df62),_0x74f653;},[]);return _0x1bf48c[_0x566242(0x1d2)][_0x566242(0x206)]=_0x14c8e6,{'m1Prime':_0x2795ee,'m2Prime':_0x1bf48c};}},removeRowMutationWithReorderRange={'m1':RemoveRowMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x1d8dc7,_0x3a4b8b){const _0x4d268c=_0x3177e2,_0xb1fd9={'m1Prime':_0x1d8dc7,'m2Prime':_0x3a4b8b};if(_0x1d8dc7['params'][_0x4d268c(0x1f1)]!==_0x3a4b8b[_0x4d268c(0x1d2)][_0x4d268c(0x1f1)]||_0x1d8dc7['params'][_0x4d268c(0x15c)]!==_0x3a4b8b['params'][_0x4d268c(0x15c)])return _0xb1fd9;const _0x137acd=Tools[_0x4d268c(0x1bb)](_0x3a4b8b),_0x443c07=Tools[_0x4d268c(0x1bb)](_0x1d8dc7),_0x173278=handleBaseRemoveRange(toColumn(rotateRange(_0x1d8dc7[_0x4d268c(0x1d2)]['range'])),toColumn(rotateRange(_0x3a4b8b[_0x4d268c(0x1d2)]['range'])));if(!_0x173278)return{'m1Prime':_0x1d8dc7,'m2Prime':[]};if(_0x173278[_0x4d268c(0x13d)]===0x0&&_0x173278[_0x4d268c(0x120)]===0x0)return{'m1Prime':_0x1d8dc7,'m2Prime':_0x3a4b8b};const {startRow:_0x47e30b,endRow:_0x561406}=_0x1d8dc7[_0x4d268c(0x1d2)]['range'];_0x137acd[_0x4d268c(0x1d2)]['range']['startRow']+=_0x173278[_0x4d268c(0x120)],_0x137acd[_0x4d268c(0x1d2)][_0x4d268c(0x219)][_0x4d268c(0x239)]+=_0x173278[_0x4d268c(0x120)]+(_0x173278[_0x4d268c(0x13d)]||0x0);const _0x1370a6=Object[_0x4d268c(0xfb)](_0x3a4b8b[_0x4d268c(0x1d2)][_0x4d268c(0x1a1)])[_0x4d268c(0x164)](_0x2be2bf=>orderMap(_0x47e30b,_0x561406,Number(_0x2be2bf)))[_0x4d268c(0x2b7)](_0x428da1=>_0x428da1!==null),_0x1471bd={};for(const _0x20d0d6 in _0x3a4b8b['params'][_0x4d268c(0x1a1)]){let _0x48c07e=_0x3a4b8b[_0x4d268c(0x1d2)]['order'][_0x20d0d6];_0x48c07e=orderMap(_0x47e30b,_0x561406,_0x48c07e),_0x48c07e!==null&&(_0x1471bd[_0x1370a6[_0x4d268c(0x25d)]()]=_0x48c07e);}_0x137acd[_0x4d268c(0x1d2)][_0x4d268c(0x1a1)]=_0x1471bd;const _0x51372c=reorderRemoveRows(_0x3a4b8b[_0x4d268c(0x1d2)][_0x4d268c(0x1a1)],{'start':_0x1d8dc7[_0x4d268c(0x1d2)]['range'][_0x4d268c(0x103)],'end':_0x1d8dc7[_0x4d268c(0x1d2)][_0x4d268c(0x219)]['endRow']}),_0x168d57=[_0x443c07];return _0x51372c&&_0x168d57['unshift']({'id':ReorderRangeMutation['id'],'params':{..._0x1d8dc7[_0x4d268c(0x1d2)],'order':_0x51372c[_0x4d268c(0x1a1)],'range':{..._0x3a4b8b[_0x4d268c(0x1d2)][_0x4d268c(0x219)],..._0x51372c[_0x4d268c(0x219)]}}}),{'m1Prime':_0x168d57,'m2Prime':_0x137acd};}},reorderRemoveRows=__name((_0x2746f3,_0x515995)=>{const _0x47c252=_0x3177e2,_0x3944e9=Object['keys'](_0x2746f3)[_0x47c252(0x164)](Number)[_0x47c252(0x23b)]((_0xef9d36,_0x360de1)=>_0xef9d36-_0x360de1);if(_0x3944e9[_0x47c252(0x13d)]===0x0)return null;const _0x1d4822=_0x3944e9[0x0],_0x184673=_0x3944e9[_0x3944e9[_0x47c252(0x13d)]-0x1];if(_0x1d4822>_0x515995['end']||_0x184673<_0x515995[_0x47c252(0xe2)])return null;const _0x4e5af5=_0x3944e9[_0x47c252(0x2b7)](_0x4c1f75=>_0x2746f3[_0x4c1f75]>=_0x515995['start']&&_0x2746f3[_0x4c1f75]<=_0x515995['end']);if(_0x4e5af5['length']===0x0)return null;const _0x417071=_0x4e5af5[_0x47c252(0x164)](_0x3c354a=>_0x2746f3[_0x3c354a]),_0x3b487b={},_0x13cb41=Math[_0x47c252(0x10b)](_0x4e5af5[0x0],_0x515995[_0x47c252(0xe2)]),_0x152000=Math['max'](_0x4e5af5[_0x4e5af5[_0x47c252(0x13d)]-0x1],_0x515995['end']),_0x5f15e3=Array[_0x47c252(0x1df)]({'length':_0x152000-_0x13cb41+0x1},(_0x37d610,_0x1c5428)=>_0x1c5428+_0x13cb41)[_0x47c252(0x2b7)](_0x42e0ae=>!_0x4e5af5[_0x47c252(0x1b1)](_0x42e0ae));return Array[_0x47c252(0x1df)]({'length':_0x152000-_0x13cb41+0x1},(_0x107746,_0x1a5524)=>_0x1a5524+_0x13cb41)['filter'](_0x3ec24d=>!_0x417071[_0x47c252(0x1b1)](_0x3ec24d))['forEach']((_0x551da3,_0x7f7a16)=>{_0x3b487b[_0x551da3]=_0x5f15e3[_0x7f7a16];}),_0x417071['forEach']((_0x441a22,_0x1511e5)=>{_0x3b487b[_0x441a22]=_0x4e5af5[_0x1511e5];}),{'range':{'startRow':_0x13cb41,'endRow':_0x152000},'order':_0x3b487b};},_0x3177e2(0x13e)),orderMap=__name((_0x28ff5f,_0x2c9da0,_0x2fcdd6)=>_0x2fcdd6>=_0x28ff5f&&_0x2fcdd6<=_0x2c9da0?null:_0x2fcdd6>_0x2c9da0?_0x2fcdd6-(_0x2c9da0-_0x28ff5f+0x1):_0x2fcdd6,_0x3177e2(0x133)),removeRowMutationWithSetNumfmt={'m1':RemoveRowMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x5b214c,_0x1d9be7){const _0x3b3cef=_0x3177e2,_0x3c4821={'m1Prime':_0x5b214c,'m2Prime':_0x1d9be7};if(_0x5b214c[_0x3b3cef(0x1d2)][_0x3b3cef(0x1f1)]!==_0x1d9be7[_0x3b3cef(0x1d2)]['unitId']||_0x5b214c[_0x3b3cef(0x1d2)][_0x3b3cef(0x15c)]!==_0x1d9be7[_0x3b3cef(0x1d2)][_0x3b3cef(0x15c)])return _0x3c4821;const _0x846310=[Tools[_0x3b3cef(0x1bb)](_0x5b214c)],_0x3c9232=Tools[_0x3b3cef(0x1bb)](_0x1d9be7),{values:_0x88aea2}=_0x3c9232[_0x3b3cef(0x1d2)],_0x5d5894=[];let _0x503eef=!0x1;for(const _0x99860e in _0x88aea2){const _0x252d76=_0x88aea2[_0x99860e];if(_0x5d5894[_0x3b3cef(0x2a4)](..._0x252d76['ranges']),_0x252d76[_0x3b3cef(0x206)][_0x3b3cef(0x1ec)](_0x1d0e0f=>{const _0x538198=_0x3b3cef,_0x46efbc=handleBaseRemoveRange(toColumn(rotateRange(_0x5b214c[_0x538198(0x1d2)][_0x538198(0x219)])),toColumn(rotateRange(_0x1d0e0f)));return _0x46efbc==null||_0x46efbc[_0x538198(0x13d)]!==0x0?!0x0:(_0x46efbc[_0x538198(0x120)]!==0x0&&(_0x503eef=!0x0),_0x1d0e0f['startRow']+=_0x46efbc[_0x538198(0x120)],_0x1d0e0f['endRow']+=_0x46efbc[_0x538198(0x120)],!0x1);}))return{'error':new Error(_0x3b3cef(0x10e))};}if(_0x503eef){const _0xd9b734={'id':RemoveNumfmtMutation['id'],'params':{'unitId':_0x1d9be7[_0x3b3cef(0x1d2)][_0x3b3cef(0x1f1)],'subUnitId':_0x1d9be7[_0x3b3cef(0x1d2)][_0x3b3cef(0x15c)],'ranges':_0x5d5894}};_0x846310['push'](_0xd9b734,_0x3c9232);}return{'m1Prime':_0x846310,'m2Prime':_0x3c9232};}},removeRowMutationWithSetRangeValues={'m1':RemoveRowMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x1cc5ad,_0x13e202){const _0x45ddd7=_0x3177e2,_0x2f9287={'m1Prime':_0x1cc5ad,'m2Prime':_0x13e202};if(_0x1cc5ad[_0x45ddd7(0x1d2)][_0x45ddd7(0x1f1)]!==_0x13e202[_0x45ddd7(0x1d2)][_0x45ddd7(0x1f1)]||_0x1cc5ad[_0x45ddd7(0x1d2)]['subUnitId']!==_0x13e202['params'][_0x45ddd7(0x15c)])return _0x2f9287;const _0x41238d=[Tools[_0x45ddd7(0x1bb)](_0x1cc5ad)],_0x417b1d=Tools[_0x45ddd7(0x1bb)](_0x13e202),_0x3cff17=new ObjectMatrix(_0x417b1d['params'][_0x45ddd7(0x162)]),_0x5d47b1=_0x3cff17['getDataRange'](),_0x1f062d=_0x1cc5ad[_0x45ddd7(0x1d2)][_0x45ddd7(0x219)],_0x545628=_0x1f062d[_0x45ddd7(0x239)]-_0x1f062d['startRow']+0x1;if(_0x417b1d[_0x45ddd7(0x1d2)]['cellValue']&&_0x1f062d[_0x45ddd7(0x239)]<_0x5d47b1[_0x45ddd7(0x103)])moveRows(_0x417b1d[_0x45ddd7(0x1d2)][_0x45ddd7(0x162)],_0x5d47b1[_0x45ddd7(0x103)],_0x5d47b1[_0x45ddd7(0x239)]-_0x5d47b1[_0x45ddd7(0x103)]+0x1,-_0x545628);else{if(_0x1f062d[_0x45ddd7(0x103)]<=_0x5d47b1['endRow'])return{'error':new Error(_0x45ddd7(0xe7))};}const _0x375f8b=new ObjectMatrix();let _0x27fb13=!0x1,_0x5403a5=!0x1;if(_0x3cff17[_0x45ddd7(0x283)]((_0x20f621,_0x225389,_0x2e4cbe)=>{const _0x13cd34=_0x45ddd7;if(_0x2e4cbe&&_0x2e4cbe['f']){const _0x145981=_0x2e4cbe['f'];let _0x59fc7e=!0x1;const _0x37528e=processFormulaString(_0x1cc5ad['params']['unitId'],_0x1cc5ad['params'][_0x13cd34(0x15c)],_0x145981,_0xc44a0c=>{const _0x16506e=_0x13cd34,_0x3e91d1=handleBaseRemoveRange(toColumn(rotateRange(_0x1cc5ad[_0x16506e(0x1d2)][_0x16506e(0x219)])),toColumn(rotateRange(_0xc44a0c)));return _0x3e91d1===null?(_0x27fb13=!0x0,_0xc44a0c):((_0x3e91d1[_0x16506e(0x120)]!==0x0||_0x3e91d1['length']!==0x0)&&(_0x59fc7e=!0x0,_0xc44a0c['startRow']+=_0x3e91d1[_0x16506e(0x120)],_0xc44a0c[_0x16506e(0x239)]+=_0x3e91d1[_0x16506e(0x120)]+_0x3e91d1['length']),_0xc44a0c);});_0x59fc7e&&(_0x5403a5=!0x0,_0x2e4cbe['f']=_0x37528e,_0x375f8b[_0x13cd34(0x108)](_0x20f621,_0x225389,{..._0x2e4cbe}));}}),_0x27fb13)return{'error':new Error(_0x45ddd7(0x224))};if(_0x5403a5){const _0x4952c5={'id':SetRangeValuesMutation['id'],'params':{'unitId':_0x13e202[_0x45ddd7(0x1d2)][_0x45ddd7(0x1f1)],'subUnitId':_0x13e202[_0x45ddd7(0x1d2)]['subUnitId'],'cellValue':_0x375f8b[_0x45ddd7(0x1d8)]()}};_0x41238d[_0x45ddd7(0x2a4)](_0x4952c5);}return{'m1Prime':_0x41238d,'m2Prime':_0x417b1d};}},removeRowMutationWithSetRowData={'m1':RemoveRowMutation['id'],'m2':SetRowDataMutation['id'],'handler'(_0x1f0502,_0x5456ea){const _0x361850=_0x3177e2,_0x516439={'m1Prime':_0x1f0502,'m2Prime':_0x5456ea};if(_0x1f0502[_0x361850(0x1d2)][_0x361850(0x1f1)]!==_0x5456ea[_0x361850(0x1d2)]['unitId']||_0x1f0502[_0x361850(0x1d2)][_0x361850(0x15c)]!==_0x5456ea[_0x361850(0x1d2)]['subUnitId'])return _0x516439;const _0xb8be93=Tools[_0x361850(0x1bb)](_0x1f0502),_0x3da5c9=Tools['deepClone'](_0x5456ea),{rowData:_0x16e835}=_0x3da5c9[_0x361850(0x1d2)];return spliceArray(_0x1f0502[_0x361850(0x1d2)][_0x361850(0x219)][_0x361850(0x103)],_0x1f0502['params'][_0x361850(0x219)][_0x361850(0x239)]-_0x1f0502[_0x361850(0x1d2)]['range'][_0x361850(0x103)]+0x1,_0x16e835),{'m1Prime':_0xb8be93,'m2Prime':_0x3da5c9};}},removeRowMutationWithSetRowHidden={'m1':RemoveRowMutation['id'],'m2':SetRowHiddenMutation['id'],'handler'(_0x4548ad,_0x4d9aee){const _0x14bd86=_0x3177e2,_0x55f8bf={'m1Prime':_0x4548ad,'m2Prime':_0x4d9aee};if(_0x4548ad['params'][_0x14bd86(0x1f1)]!==_0x4d9aee[_0x14bd86(0x1d2)]['unitId']||_0x4548ad[_0x14bd86(0x1d2)]['subUnitId']!==_0x4d9aee[_0x14bd86(0x1d2)][_0x14bd86(0x15c)])return _0x55f8bf;const _0x3c9709=Tools[_0x14bd86(0x1bb)](_0x4548ad),_0x1ad821=Tools['deepClone'](_0x4d9aee),{ranges:_0x34fbce}=_0x1ad821[_0x14bd86(0x1d2)];return _0x34fbce[_0x14bd86(0x2b6)](_0x5e2b82=>{const _0x5e5977=_0x14bd86,_0x3013a4=handleBaseRemoveRange(toColumn(rotateRange(_0x4548ad['params'][_0x5e5977(0x219)])),toColumn(rotateRange(_0x5e2b82)));_0x3013a4==null?_0x1ad821['id']=EmptyMutation['id']:(_0x5e2b82[_0x5e5977(0x103)]+=_0x3013a4[_0x5e5977(0x120)],_0x5e2b82[_0x5e5977(0x239)]+=_0x3013a4[_0x5e5977(0x120)]+_0x3013a4[_0x5e5977(0x13d)]);}),{'m1Prime':_0x3c9709,'m2Prime':_0x1ad821};}},removeRowMutationWithSetRowVisible={'m1':RemoveRowMutation['id'],'m2':SetRowVisibleMutation['id'],'handler'(_0x13294b,_0x484919){const _0x2044f2=_0x3177e2,_0x574ade={'m1Prime':_0x13294b,'m2Prime':_0x484919};if(_0x13294b[_0x2044f2(0x1d2)][_0x2044f2(0x1f1)]!==_0x484919[_0x2044f2(0x1d2)]['unitId']||_0x13294b['params'][_0x2044f2(0x15c)]!==_0x484919[_0x2044f2(0x1d2)]['subUnitId'])return _0x574ade;const _0xc6e552=Tools['deepClone'](_0x13294b),_0x13f855=Tools[_0x2044f2(0x1bb)](_0x484919),{ranges:_0x16f5ac}=_0x13f855['params'];return _0x16f5ac[_0x2044f2(0x2b6)](_0x59d1d2=>{const _0x56f011=_0x2044f2,_0x55ed99=handleBaseRemoveRange(toColumn(rotateRange(_0x13294b[_0x56f011(0x1d2)][_0x56f011(0x219)])),toColumn(rotateRange(_0x59d1d2)));_0x55ed99==null?_0x13f855['id']=EmptyMutation['id']:(_0x59d1d2[_0x56f011(0x103)]+=_0x55ed99['step'],_0x59d1d2[_0x56f011(0x239)]+=_0x55ed99[_0x56f011(0x120)]+_0x55ed99[_0x56f011(0x13d)]);}),{'m1Prime':_0xc6e552,'m2Prime':_0x13f855};}},removeRowMutationWithSetSelection={'m1':RemoveRowMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0x4b345f,_0x49ae18){const _0x5a85c2=_0x3177e2,_0x66eb86={'m1Prime':[],'m2Prime':[]};if(_0x4b345f[_0x5a85c2(0x1d2)][_0x5a85c2(0x1f1)]!==_0x49ae18[_0x5a85c2(0x1d2)]['unitId']||_0x4b345f[_0x5a85c2(0x1d2)][_0x5a85c2(0x15c)]!==_0x49ae18[_0x5a85c2(0x1d2)][_0x5a85c2(0x15c)])return _0x66eb86;const _0x148058=Tools[_0x5a85c2(0x1bb)](_0x49ae18);let _0x1a529e=!0x1;return _0x148058[_0x5a85c2(0x1d2)][_0x5a85c2(0x207)][_0x5a85c2(0x2b6)](_0x1df728=>{const _0x10f163=_0x5a85c2,{range:_0x510082,primary:_0x2c7aa2}=_0x1df728,_0x407a5f=handleBaseRemoveRange(toColumn(rotateRange(_0x4b345f['params'][_0x10f163(0x219)])),toColumn(rotateRange(_0x510082)));if(_0x407a5f!=null&&(_0x407a5f[_0x10f163(0x13d)]||_0x407a5f[_0x10f163(0x120)])){if(_0x510082[_0x10f163(0x103)]+=_0x407a5f[_0x10f163(0x120)],_0x510082[_0x10f163(0x239)]+=_0x407a5f[_0x10f163(0x120)]+(_0x407a5f[_0x10f163(0x13d)]||0x0),_0x2c7aa2){const _0x5d041a=handleBaseRemoveRange(toColumn(rotateRange(_0x4b345f[_0x10f163(0x1d2)]['range'])),toColumn(rotateRange(_0x2c7aa2)));if(_0x5d041a==null){_0x2c7aa2[_0x10f163(0x103)]=_0x510082[_0x10f163(0x103)],_0x2c7aa2['endRow']=_0x510082[_0x10f163(0x103)],_0x2c7aa2[_0x10f163(0x256)]=_0x510082['startRow'];return;}(_0x5d041a[_0x10f163(0x13d)]||_0x5d041a[_0x10f163(0x120)])&&(_0x2c7aa2[_0x10f163(0x103)]+=_0x5d041a[_0x10f163(0x120)],_0x2c7aa2[_0x10f163(0x239)]+=_0x5d041a[_0x10f163(0x120)],_0x2c7aa2[_0x10f163(0x256)]+=_0x5d041a['step']);}_0x1a529e=!0x0;}}),_0x1a529e&&_0x66eb86['m2Prime'][_0x5a85c2(0x2a4)](_0x148058),_0x66eb86;}},removeRowMutationWithSetSheetsFilterRange={'m1':RemoveRowMutation['id'],'m2':SetSheetsFilterRangeMutation['id'],'handler'(_0x2eb841,_0x146019){const _0x32c9ba=_0x3177e2,_0xc06d53={'m1Prime':[_0x2eb841],'m2Prime':[_0x146019]};if(_0x2eb841['params']['unitId']!==_0x146019[_0x32c9ba(0x1d2)][_0x32c9ba(0x1f1)]||_0x2eb841[_0x32c9ba(0x1d2)][_0x32c9ba(0x15c)]!==_0x146019[_0x32c9ba(0x1d2)]['subUnitId'])return _0xc06d53;const _0x1e3e75=Tools[_0x32c9ba(0x1bb)](_0x2eb841),_0x48a062=Tools[_0x32c9ba(0x1bb)](_0x146019),_0x27c951=handleRemove({'start':_0x2eb841[_0x32c9ba(0x1d2)][_0x32c9ba(0x219)][_0x32c9ba(0x103)],'end':_0x2eb841[_0x32c9ba(0x1d2)]['range'][_0x32c9ba(0x239)]},{'start':_0x146019[_0x32c9ba(0x1d2)]['range']['startRow'],'end':_0x146019[_0x32c9ba(0x1d2)][_0x32c9ba(0x219)][_0x32c9ba(0x239)]});return _0x27c951===null?{'m1Prime':[_0x1e3e75,{'id':RemoveSheetsFilterMutation['id'],'params':{'unitId':_0x146019[_0x32c9ba(0x1d2)][_0x32c9ba(0x1f1)],'subUnitId':_0x146019[_0x32c9ba(0x1d2)][_0x32c9ba(0x1f1)]}}],'m2Prime':[]}:(_0x48a062[_0x32c9ba(0x1d2)]['range']['startRow']=_0x27c951[_0x32c9ba(0xe2)],_0x48a062[_0x32c9ba(0x1d2)][_0x32c9ba(0x219)]['endRow']=_0x27c951[_0x32c9ba(0x12c)],{'m1Prime':[_0x48a062,_0x1e3e75],'m2Prime':[_0x48a062]});}},removeRowMutationWithSetWorksheetRowAutoHeight={'m1':RemoveRowMutation['id'],'m2':SetWorksheetRowAutoHeightMutation['id'],'handler'(_0xa0d597,_0x65928e){const _0x2cbf4d=_0x3177e2,_0x57926a={'m1Prime':_0xa0d597,'m2Prime':_0x65928e};if(_0xa0d597[_0x2cbf4d(0x1d2)][_0x2cbf4d(0x1f1)]!==_0x65928e['params'][_0x2cbf4d(0x1f1)]||_0xa0d597['params'][_0x2cbf4d(0x15c)]!==_0x65928e[_0x2cbf4d(0x1d2)][_0x2cbf4d(0x15c)])return _0x57926a;const _0x203450=Tools[_0x2cbf4d(0x1bb)](_0xa0d597),_0x3e867f=Tools[_0x2cbf4d(0x1bb)](_0x65928e),{rowsAutoHeightInfo:_0x12d90e}=_0x3e867f[_0x2cbf4d(0x1d2)];for(let _0x41b5a1=_0x12d90e[_0x2cbf4d(0x13d)]-0x1;_0x41b5a1>=0x0;_0x41b5a1--){const _0x1de8c1=_0x12d90e[_0x41b5a1],_0xca2941={'startRow':_0x1de8c1[_0x2cbf4d(0x138)],'endRow':_0x1de8c1[_0x2cbf4d(0x138)],'startColumn':0x0,'endColumn':0x0},_0x438f0c=handleBaseRemoveRange(toColumn(rotateRange(_0xa0d597[_0x2cbf4d(0x1d2)][_0x2cbf4d(0x219)])),rotateRange(_0xca2941));_0x438f0c==null?_0x12d90e[_0x2cbf4d(0xe6)](_0x41b5a1,0x1):_0x1de8c1[_0x2cbf4d(0x138)]+=_0x438f0c[_0x2cbf4d(0x120)];}return{'m1Prime':_0x203450,'m2Prime':_0x3e867f};}},removeRowMutationWithSetWorksheetRowHeight={'m1':RemoveRowMutation['id'],'m2':SetWorksheetRowHeightMutation['id'],'handler'(_0x24a49c,_0x2adff9){const _0x18ab15=_0x3177e2,_0x5398dd={'m1Prime':_0x24a49c,'m2Prime':_0x2adff9};if(_0x24a49c['params']['unitId']!==_0x2adff9[_0x18ab15(0x1d2)][_0x18ab15(0x1f1)]||_0x24a49c[_0x18ab15(0x1d2)]['subUnitId']!==_0x2adff9['params'][_0x18ab15(0x15c)])return _0x5398dd;const _0x229417=Tools['deepClone'](_0x24a49c),_0x478d0e=Tools[_0x18ab15(0x1bb)](_0x2adff9),{ranges:_0x2a2155,rowHeight:_0x105535}=_0x478d0e[_0x18ab15(0x1d2)];return _0x2a2155[_0x18ab15(0x2b6)](_0xf68e51=>{const _0x4ab917=_0x18ab15,_0x4f0fa7=handleBaseRemoveRange(toColumn(rotateRange(_0x24a49c['params'][_0x4ab917(0x219)])),rotateRange(_0xf68e51));_0x4f0fa7==null?_0x478d0e['id']=EmptyMutation['id']:(_0xf68e51[_0x4ab917(0x103)]+=_0x4f0fa7[_0x4ab917(0x120)],_0xf68e51[_0x4ab917(0x239)]+=_0x4f0fa7[_0x4ab917(0x120)]+_0x4f0fa7[_0x4ab917(0x13d)]);}),typeof _0x105535!=_0x18ab15(0x203)&&spliceArray(_0x24a49c[_0x18ab15(0x1d2)]['range']['startRow'],_0x24a49c[_0x18ab15(0x1d2)]['range'][_0x18ab15(0x239)]-_0x24a49c['params']['range'][_0x18ab15(0x103)]+0x1,_0x105535),{'m1Prime':_0x229417,'m2Prime':_0x478d0e};}},removeRowMutationWithSetWorksheetRowIsAutoHeight={'m1':RemoveRowMutation['id'],'m2':SetWorksheetRowIsAutoHeightMutation['id'],'handler'(_0x54894d,_0x31a99c){const _0xbb5fbd=_0x3177e2,_0x17ea1b={'m1Prime':_0x54894d,'m2Prime':_0x31a99c};if(_0x54894d[_0xbb5fbd(0x1d2)]['unitId']!==_0x31a99c[_0xbb5fbd(0x1d2)][_0xbb5fbd(0x1f1)]||_0x54894d[_0xbb5fbd(0x1d2)][_0xbb5fbd(0x15c)]!==_0x31a99c['params'][_0xbb5fbd(0x15c)])return _0x17ea1b;const _0xf395e6=Tools['deepClone'](_0x54894d),_0x24ef31=Tools[_0xbb5fbd(0x1bb)](_0x31a99c),{ranges:_0x584f94,autoHeightInfo:_0xd96c68}=_0x24ef31[_0xbb5fbd(0x1d2)];return _0x584f94[_0xbb5fbd(0x2b6)](_0x5359d7=>{const _0x4c933c=_0xbb5fbd,_0x2c6b22=handleBaseRemoveRange(toColumn(rotateRange(_0x54894d[_0x4c933c(0x1d2)][_0x4c933c(0x219)])),rotateRange(_0x5359d7));_0x2c6b22==null?_0x24ef31['id']=EmptyMutation['id']:(_0x5359d7[_0x4c933c(0x103)]+=_0x2c6b22['step'],_0x5359d7[_0x4c933c(0x239)]+=_0x2c6b22[_0x4c933c(0x120)]+_0x2c6b22[_0x4c933c(0x13d)]);}),typeof _0xd96c68!=_0xbb5fbd(0x203)&&spliceArray(_0x54894d[_0xbb5fbd(0x1d2)][_0xbb5fbd(0x219)]['startRow'],_0x54894d[_0xbb5fbd(0x1d2)][_0xbb5fbd(0x219)]['endRow']-_0x54894d[_0xbb5fbd(0x1d2)][_0xbb5fbd(0x219)][_0xbb5fbd(0x103)]+0x1,_0xd96c68),{'m1Prime':_0xf395e6,'m2Prime':_0x24ef31};}},removeRowWithUpdateCommentRef={'m1':RemoveRowMutation['id'],'m2':UpdateCommentRefMutation['id'],'handler':__name((_0xb167bf,_0x3a217d)=>{const _0x15dea9=_0x3177e2,_0x46d959={'m1Prime':_0xb167bf,'m2Prime':_0x3a217d};if(_0xb167bf['params'][_0x15dea9(0x1f1)]!==_0x3a217d['params'][_0x15dea9(0x1f1)]||_0xb167bf[_0x15dea9(0x1d2)][_0x15dea9(0x15c)]!==_0x3a217d[_0x15dea9(0x1d2)][_0x15dea9(0x15c)])return _0x46d959;const _0x43f84a={'id':RemoveRowCommand['id'],'params':{'unitId':_0xb167bf[_0x15dea9(0x1d2)][_0x15dea9(0x1f1)],'subUnitId':_0xb167bf[_0x15dea9(0x1d2)]['subUnitId'],'range':_0xb167bf[_0x15dea9(0x1d2)][_0x15dea9(0x219)]}},_0x44ba0a=transformUpdateCommentRefWithRefRange(_0x3a217d,_0x43f84a);return{'m1Prime':[_0xb167bf,..._0x44ba0a],'m2Prime':[_0x3a217d,..._0x44ba0a]};},_0x3177e2(0x21c))},removeRowMutationWithUpdateDataValidation={'m1':RemoveRowMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x3e228c,_0x8e6796)=>{const _0x2c11a9=_0x3177e2,_0x5d5511={'m1Prime':_0x3e228c,'m2Prime':_0x8e6796};if(_0x3e228c[_0x2c11a9(0x1d2)][_0x2c11a9(0x1f1)]!==_0x8e6796[_0x2c11a9(0x1d2)][_0x2c11a9(0x1f1)]||_0x8e6796[_0x2c11a9(0x1d2)][_0x2c11a9(0x15c)]!==_0x3e228c[_0x2c11a9(0x1d2)][_0x2c11a9(0x15c)])return _0x5d5511;const _0x3edc47={'id':RemoveRowCommand['id'],'params':{'range':_0x3e228c[_0x2c11a9(0x1d2)][_0x2c11a9(0x219)]}},_0x16e2a9=transformUpdateDataValidationWithRefRange(_0x8e6796,_0x3edc47);return{'m1Prime':[_0x3e228c,..._0x16e2a9],'m2Prime':[_0x8e6796,..._0x16e2a9]};},'handler')},removeWorksheetMergeMutationWithAddMerge={'m1':RemoveWorksheetMergeMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x2b6e3e,_0x43ee0b){const _0x56174d=_0x3177e2,_0x4611f2=Tools['deepClone'](_0x2b6e3e),_0x1389f7=Tools[_0x56174d(0x1bb)](_0x43ee0b);if(_0x2b6e3e[_0x56174d(0x1d2)]['unitId']!==_0x43ee0b[_0x56174d(0x1d2)][_0x56174d(0x1f1)]||_0x2b6e3e[_0x56174d(0x1d2)][_0x56174d(0x15c)]!==_0x43ee0b[_0x56174d(0x1d2)]['subUnitId'])return{'m1Prime':_0x4611f2,'m2Prime':_0x1389f7};for(let _0x2dcf02=0x0;_0x2dcf02<_0x4611f2['params']['ranges']['length'];_0x2dcf02++){let _0x57b003=!0x1;for(let _0x523de3=0x0;_0x523de3<_0x1389f7[_0x56174d(0x1d2)][_0x56174d(0x206)][_0x56174d(0x13d)];_0x523de3++){const _0x3d1db7=_0x4611f2[_0x56174d(0x1d2)][_0x56174d(0x206)][_0x2dcf02],_0xe98f97=_0x1389f7[_0x56174d(0x1d2)][_0x56174d(0x206)][_0x523de3];if(Rectangle[_0x56174d(0x153)](_0x3d1db7,_0xe98f97)){_0x57b003=!0x0;break;}}_0x57b003&&(_0x4611f2[_0x56174d(0x1d2)][_0x56174d(0x206)][_0x56174d(0xe6)](_0x2dcf02,0x1),_0x2dcf02--);}return _0x4611f2[_0x56174d(0x1d2)][_0x56174d(0x206)][_0x56174d(0x13d)]===0x0&&(_0x4611f2['id']=EmptyMutation['id']),{'m1Prime':_0x4611f2,'m2Prime':_0x1389f7};}},removeWorksheetMergeMutationWithInsertColMutation={'m1':RemoveWorksheetMergeMutation['id'],'m2':InsertColMutation['id'],'handler'(_0x31c96e,_0xeb6252){const _0x4e3b98=_0x3177e2,_0x97ef1c=Tools[_0x4e3b98(0x1bb)](_0x31c96e),_0x446422=Tools[_0x4e3b98(0x1bb)](_0xeb6252);if(_0x31c96e[_0x4e3b98(0x1d2)]['unitId']!==_0xeb6252[_0x4e3b98(0x1d2)]['unitId']||_0x31c96e[_0x4e3b98(0x1d2)][_0x4e3b98(0x15c)]!==_0xeb6252[_0x4e3b98(0x1d2)][_0x4e3b98(0x15c)])return{'m1Prime':_0x97ef1c,'m2Prime':_0x446422};const _0x44068f=_0x97ef1c['params'][_0x4e3b98(0x206)]['map'](_0x304e93=>{const _0x3de143=_0x4e3b98,_0x217831=_0x446422['params']['range'],_0x1e9fa3=_0x217831[_0x3de143(0x2a3)]-_0x217831[_0x3de143(0x26b)]+0x1;return _0x217831[_0x3de143(0x26b)]<=_0x304e93['startColumn']?{..._0x304e93,'startColumn':_0x304e93['startColumn']+_0x1e9fa3,'endColumn':_0x304e93['endColumn']+_0x1e9fa3}:_0x217831['startColumn']>_0x304e93['startColumn']&&_0x217831['startColumn']<=_0x304e93[_0x3de143(0x2a3)]?{..._0x304e93,'endColumn':_0x304e93[_0x3de143(0x2a3)]+_0x1e9fa3}:{..._0x304e93};});return _0x97ef1c[_0x4e3b98(0x1d2)][_0x4e3b98(0x206)]=_0x44068f,{'m1Prime':_0x97ef1c,'m2Prime':_0x446422};}},removeWorksheetMergeMutationWithInsertRowMutation={'m1':RemoveWorksheetMergeMutation['id'],'m2':InsertRowMutation['id'],'handler'(_0x46aede,_0x560e95){const _0x4bec11=_0x3177e2,_0x3cc449=Tools['deepClone'](_0x46aede),_0x2817a7=Tools[_0x4bec11(0x1bb)](_0x560e95);if(_0x46aede[_0x4bec11(0x1d2)][_0x4bec11(0x1f1)]!==_0x560e95['params'][_0x4bec11(0x1f1)]||_0x46aede[_0x4bec11(0x1d2)][_0x4bec11(0x15c)]!==_0x560e95[_0x4bec11(0x1d2)][_0x4bec11(0x15c)])return{'m1Prime':_0x3cc449,'m2Prime':_0x2817a7};const _0x742ac6=_0x3cc449[_0x4bec11(0x1d2)]['ranges'][_0x4bec11(0x164)](_0x1d552e=>{const _0x2b0458=_0x4bec11,_0x3459db=_0x2817a7['params'][_0x2b0458(0x219)],_0x2f7e38=_0x3459db['endRow']-_0x3459db[_0x2b0458(0x103)]+0x1;return _0x3459db[_0x2b0458(0x103)]<=_0x1d552e['startRow']?{..._0x1d552e,'startRow':_0x1d552e[_0x2b0458(0x103)]+_0x2f7e38,'endRow':_0x1d552e[_0x2b0458(0x239)]+_0x2f7e38}:_0x3459db[_0x2b0458(0x103)]>_0x1d552e[_0x2b0458(0x103)]&&_0x3459db[_0x2b0458(0x103)]<=_0x1d552e[_0x2b0458(0x239)]?{..._0x1d552e,'endRow':_0x1d552e[_0x2b0458(0x239)]+_0x2f7e38}:{..._0x1d552e};});return _0x3cc449[_0x4bec11(0x1d2)][_0x4bec11(0x206)]=_0x742ac6,{'m1Prime':_0x3cc449,'m2Prime':_0x2817a7};}},removeWorksheetMergeMutationWithMoveColMutation={'m1':RemoveWorksheetMergeMutation['id'],'m2':MoveColsMutation['id'],'handler'(_0x5d7890,_0x2be72b){const _0x51e4c4=_0x3177e2,_0xdbd833=Tools['deepClone'](_0x5d7890),_0x37eb90=Tools['deepClone'](_0x2be72b);if(_0x5d7890[_0x51e4c4(0x1d2)][_0x51e4c4(0x1f1)]!==_0x2be72b['params'][_0x51e4c4(0x1f1)]||_0x5d7890[_0x51e4c4(0x1d2)]['subUnitId']!==_0x2be72b[_0x51e4c4(0x1d2)][_0x51e4c4(0x15c)])return{'m1Prime':_0xdbd833,'m2Prime':_0x37eb90};const _0x45c487=_0xdbd833[_0x51e4c4(0x1d2)]['ranges'][_0x51e4c4(0x1c6)]((_0x504f1a,_0x206542)=>{const _0x7e75fc=_0x51e4c4,{sourceRange:_0xb64c8d,targetRange:_0x2f77c3}=_0x2be72b[_0x7e75fc(0x1d2)],_0x2940e1={..._0x206542};return _0xb64c8d['endColumn']<_0x2940e1['startColumn']&&_0x2f77c3[_0x7e75fc(0x26b)]>_0x2940e1[_0x7e75fc(0x2a3)]?(_0x2940e1[_0x7e75fc(0x26b)]-=_0xb64c8d['endColumn']-_0xb64c8d[_0x7e75fc(0x26b)]+0x1,_0x2940e1[_0x7e75fc(0x2a3)]-=_0xb64c8d[_0x7e75fc(0x2a3)]-_0xb64c8d[_0x7e75fc(0x26b)]+0x1,isMergeCell(_0x2940e1)&&_0x504f1a[_0x7e75fc(0x2a4)](_0x2940e1)):_0xb64c8d[_0x7e75fc(0x26b)]>_0x2940e1[_0x7e75fc(0x2a3)]&&_0x2f77c3[_0x7e75fc(0x2a3)]<_0x2940e1[_0x7e75fc(0x26b)]?(_0x2940e1[_0x7e75fc(0x26b)]+=_0xb64c8d[_0x7e75fc(0x2a3)]-_0xb64c8d[_0x7e75fc(0x26b)]+0x1,_0x2940e1[_0x7e75fc(0x2a3)]+=_0xb64c8d[_0x7e75fc(0x2a3)]-_0xb64c8d[_0x7e75fc(0x26b)]+0x1,isMergeCell(_0x2940e1)&&_0x504f1a['push'](_0x2940e1)):Rectangle[_0x7e75fc(0x153)](_0x2940e1,_0xb64c8d)||Rectangle[_0x7e75fc(0x153)](_0x2940e1,_0x2f77c3)||_0x504f1a[_0x7e75fc(0x2a4)](_0x2940e1),_0x504f1a;},[]);return _0xdbd833['params'][_0x51e4c4(0x206)]=_0x45c487,_0xdbd833[_0x51e4c4(0x1d2)][_0x51e4c4(0x206)]['length']===0x0&&(_0xdbd833['id']=EmptyMutation['id']),{'m1Prime':_0xdbd833,'m2Prime':_0x37eb90};}},removeWorksheetMergeMutationWithMoveRowMutation={'m1':RemoveWorksheetMergeMutation['id'],'m2':MoveRowsMutation['id'],'handler'(_0x119199,_0x242f76){const _0x2db4f7=_0x3177e2,_0x19d92b=Tools['deepClone'](_0x119199),_0x107a53=Tools[_0x2db4f7(0x1bb)](_0x242f76);if(_0x119199['params']['unitId']!==_0x242f76['params'][_0x2db4f7(0x1f1)]||_0x119199[_0x2db4f7(0x1d2)]['subUnitId']!==_0x242f76[_0x2db4f7(0x1d2)][_0x2db4f7(0x15c)])return{'m1Prime':_0x19d92b,'m2Prime':_0x107a53};const _0xb8a178=_0x19d92b['params'][_0x2db4f7(0x206)][_0x2db4f7(0x1c6)]((_0x59b149,_0x5b524e)=>{const _0x2a45ae=_0x2db4f7,{sourceRange:_0x5ae23b,targetRange:_0x56675f}=_0x242f76[_0x2a45ae(0x1d2)],_0x69ce4b={..._0x5b524e};return _0x5ae23b[_0x2a45ae(0x239)]<_0x69ce4b[_0x2a45ae(0x103)]&&_0x56675f[_0x2a45ae(0x103)]>_0x69ce4b['endRow']?(_0x69ce4b[_0x2a45ae(0x103)]-=_0x5ae23b[_0x2a45ae(0x239)]-_0x5ae23b[_0x2a45ae(0x103)]+0x1,_0x69ce4b[_0x2a45ae(0x239)]-=_0x5ae23b['endRow']-_0x5ae23b[_0x2a45ae(0x103)]+0x1,isMergeCell(_0x69ce4b)&&_0x59b149[_0x2a45ae(0x2a4)](_0x69ce4b)):_0x5ae23b[_0x2a45ae(0x103)]>_0x69ce4b[_0x2a45ae(0x239)]&&_0x56675f[_0x2a45ae(0x239)]<_0x69ce4b[_0x2a45ae(0x103)]?(_0x69ce4b['startRow']+=_0x5ae23b[_0x2a45ae(0x239)]-_0x5ae23b[_0x2a45ae(0x103)]+0x1,_0x69ce4b['endRow']+=_0x5ae23b[_0x2a45ae(0x239)]-_0x5ae23b[_0x2a45ae(0x103)]+0x1,isMergeCell(_0x69ce4b)&&_0x59b149[_0x2a45ae(0x2a4)](_0x69ce4b)):Rectangle[_0x2a45ae(0x153)](_0x69ce4b,_0x5ae23b)||Rectangle['intersects'](_0x69ce4b,_0x56675f)||_0x59b149[_0x2a45ae(0x2a4)](_0x69ce4b),_0x59b149;},[]);return _0x19d92b[_0x2db4f7(0x1d2)]['ranges']=_0xb8a178,_0x19d92b['params'][_0x2db4f7(0x206)][_0x2db4f7(0x13d)]===0x0&&(_0x19d92b['id']=EmptyMutation['id']),{'m1Prime':_0x19d92b,'m2Prime':_0x107a53};}},removeWorksheetMergeMutationWithRemoveColMutation={'m1':RemoveWorksheetMergeMutation['id'],'m2':RemoveColMutation['id'],'handler'(_0x285049,_0x20662a){const _0x3fcc3c=_0x3177e2,_0x47b2c0=Tools[_0x3fcc3c(0x1bb)](_0x285049),_0x5b616c=Tools[_0x3fcc3c(0x1bb)](_0x20662a);if(_0x285049['params']['unitId']!==_0x20662a[_0x3fcc3c(0x1d2)]['unitId']||_0x285049[_0x3fcc3c(0x1d2)][_0x3fcc3c(0x15c)]!==_0x20662a[_0x3fcc3c(0x1d2)]['subUnitId'])return{'m1Prime':_0x47b2c0,'m2Prime':_0x5b616c};const _0x2b0107=_0x47b2c0[_0x3fcc3c(0x1d2)][_0x3fcc3c(0x206)][_0x3fcc3c(0x1c6)]((_0x3c27a4,_0x2f39d2)=>{const _0x434b17=_0x3fcc3c,_0x3d096f=_0x5b616c[_0x434b17(0x1d2)]['range'],_0x140993=_0x3d096f[_0x434b17(0x2a3)]-_0x3d096f[_0x434b17(0x26b)]+0x1;let _0x79ebc1={..._0x2f39d2};return _0x3d096f['startColumn']>_0x2f39d2['endColumn']?_0x79ebc1={..._0x2f39d2}:_0x3d096f[_0x434b17(0x26b)]>=_0x2f39d2[_0x434b17(0x26b)]&&_0x3d096f[_0x434b17(0x26b)]<=_0x2f39d2[_0x434b17(0x2a3)]&&_0x3d096f[_0x434b17(0x2a3)]>_0x2f39d2['endColumn']?(_0x79ebc1[_0x434b17(0x2a3)]=_0x3d096f[_0x434b17(0x26b)]-0x1,_0x3d096f['startColumn']===_0x2f39d2[_0x434b17(0x26b)]&&(_0x79ebc1=null)):_0x3d096f[_0x434b17(0x26b)]>_0x2f39d2[_0x434b17(0x26b)]&&_0x3d096f['endColumn']<_0x2f39d2[_0x434b17(0x2a3)]?_0x79ebc1[_0x434b17(0x2a3)]=_0x2f39d2[_0x434b17(0x2a3)]-_0x140993:_0x3d096f[_0x434b17(0x26b)]<_0x2f39d2[_0x434b17(0x26b)]&&_0x3d096f['endColumn']>=_0x2f39d2[_0x434b17(0x26b)]&&_0x3d096f[_0x434b17(0x2a3)]<=_0x2f39d2['endColumn']?(_0x79ebc1[_0x434b17(0x26b)]=_0x3d096f[_0x434b17(0x26b)],_0x79ebc1[_0x434b17(0x2a3)]=_0x2f39d2[_0x434b17(0x2a3)]-_0x140993,_0x3d096f[_0x434b17(0x2a3)]===_0x2f39d2[_0x434b17(0x2a3)]&&(_0x79ebc1=null)):_0x3d096f[_0x434b17(0x26b)]<=_0x2f39d2[_0x434b17(0x26b)]&&_0x3d096f[_0x434b17(0x2a3)]>=_0x2f39d2[_0x434b17(0x2a3)]?_0x79ebc1=null:_0x3d096f[_0x434b17(0x2a3)]<_0x2f39d2[_0x434b17(0x26b)]&&(_0x79ebc1['startColumn']=_0x2f39d2[_0x434b17(0x26b)]-_0x140993,_0x79ebc1['endColumn']=_0x2f39d2['endColumn']-_0x140993),_0x79ebc1&&!(_0x79ebc1[_0x434b17(0x103)]===_0x79ebc1[_0x434b17(0x239)]&&_0x79ebc1[_0x434b17(0x26b)]===_0x79ebc1[_0x434b17(0x2a3)])&&_0x3c27a4['push'](_0x79ebc1),_0x3c27a4;},[]);return _0x47b2c0['params'][_0x3fcc3c(0x206)]=_0x2b0107,_0x47b2c0['params'][_0x3fcc3c(0x206)][_0x3fcc3c(0x13d)]===0x0&&(_0x47b2c0['id']=EmptyMutation['id']),{'m1Prime':_0x47b2c0,'m2Prime':_0x5b616c};}},removeWorksheetMergeMutationWithRemoveRowMutation={'m1':RemoveWorksheetMergeMutation['id'],'m2':RemoveRowMutation['id'],'handler'(_0x1bfa43,_0x166c3e){const _0x3232f2=_0x3177e2,_0x4da546=Tools[_0x3232f2(0x1bb)](_0x1bfa43),_0x2389a2=Tools[_0x3232f2(0x1bb)](_0x166c3e);if(_0x1bfa43[_0x3232f2(0x1d2)]['unitId']!==_0x166c3e['params'][_0x3232f2(0x1f1)]||_0x1bfa43['params'][_0x3232f2(0x15c)]!==_0x166c3e['params'][_0x3232f2(0x15c)])return{'m1Prime':_0x4da546,'m2Prime':_0x2389a2};const _0x14bdcf=_0x4da546[_0x3232f2(0x1d2)][_0x3232f2(0x206)]['reduce']((_0x3eca99,_0x55dc45)=>{const _0x2ff987=_0x3232f2,_0x2e8327=_0x2389a2[_0x2ff987(0x1d2)][_0x2ff987(0x219)],_0x3f08b4=_0x2e8327[_0x2ff987(0x239)]-_0x2e8327[_0x2ff987(0x103)]+0x1;let _0x4e5cab={..._0x55dc45};return _0x2e8327[_0x2ff987(0x103)]>_0x55dc45[_0x2ff987(0x239)]?_0x4e5cab={..._0x55dc45}:_0x2e8327['startRow']>=_0x55dc45[_0x2ff987(0x103)]&&_0x2e8327[_0x2ff987(0x103)]<=_0x55dc45[_0x2ff987(0x239)]&&_0x2e8327['endRow']>_0x55dc45[_0x2ff987(0x239)]?(_0x4e5cab[_0x2ff987(0x239)]=_0x2e8327[_0x2ff987(0x103)]-0x1,_0x2e8327[_0x2ff987(0x103)]===_0x55dc45[_0x2ff987(0x103)]&&(_0x4e5cab=null)):_0x2e8327['startRow']>_0x55dc45['startRow']&&_0x2e8327['endRow']<_0x55dc45[_0x2ff987(0x239)]?_0x4e5cab[_0x2ff987(0x239)]=_0x55dc45[_0x2ff987(0x239)]-_0x3f08b4:_0x2e8327['startRow']<_0x55dc45[_0x2ff987(0x103)]&&_0x2e8327['endRow']>=_0x55dc45[_0x2ff987(0x103)]&&_0x2e8327[_0x2ff987(0x239)]<=_0x55dc45['endRow']?(_0x4e5cab[_0x2ff987(0x103)]=_0x2e8327[_0x2ff987(0x103)],_0x4e5cab[_0x2ff987(0x239)]=_0x55dc45['endRow']-_0x3f08b4,_0x2e8327[_0x2ff987(0x239)]===_0x55dc45[_0x2ff987(0x239)]&&(_0x4e5cab=null)):_0x2e8327[_0x2ff987(0x103)]<=_0x55dc45[_0x2ff987(0x103)]&&_0x2e8327[_0x2ff987(0x239)]>=_0x55dc45['endRow']?_0x4e5cab=null:_0x2e8327[_0x2ff987(0x239)]<_0x55dc45[_0x2ff987(0x103)]&&(_0x4e5cab[_0x2ff987(0x103)]=_0x55dc45['startRow']-_0x3f08b4,_0x4e5cab['endRow']=_0x55dc45[_0x2ff987(0x239)]-_0x3f08b4),_0x4e5cab&&!(_0x4e5cab[_0x2ff987(0x103)]===_0x4e5cab['endRow']&&_0x4e5cab['startColumn']===_0x4e5cab['endColumn'])&&_0x3eca99['push'](_0x4e5cab),_0x3eca99;},[]);return _0x4da546['params'][_0x3232f2(0x206)]=_0x14bdcf,_0x4da546[_0x3232f2(0x1d2)][_0x3232f2(0x206)][_0x3232f2(0x13d)]===0x0&&(_0x4da546['id']=EmptyMutation['id']),{'m1Prime':_0x4da546,'m2Prime':_0x2389a2};}},removeWorksheetMergeMutationWithSetSelection={'m1':RemoveWorksheetMergeMutation['id'],'m2':SetSelectionsOperation['id'],'handler'(_0x398769,_0x386c6e){const _0x25a508=_0x3177e2,_0x11f360={'m1Prime':[],'m2Prime':[]};if(_0x398769[_0x25a508(0x1d2)]['unitId']!==_0x386c6e[_0x25a508(0x1d2)][_0x25a508(0x1f1)]||_0x398769[_0x25a508(0x1d2)][_0x25a508(0x15c)]!==_0x386c6e[_0x25a508(0x1d2)][_0x25a508(0x15c)])return _0x11f360;const _0xc52730=Tools[_0x25a508(0x1bb)](_0x386c6e),_0x3f4eb0=_0xc52730['params']['selections'],_0x3c7426=_0x3f4eb0[_0x3f4eb0[_0x25a508(0x13d)]-0x1]['primary'];return _0x398769[_0x25a508(0x1d2)][_0x25a508(0x206)][_0x25a508(0x2b6)](_0x548e50=>{const _0x40ec7e=_0x25a508;_0x3c7426&&Rectangle[_0x40ec7e(0x153)](_0x548e50,_0x3c7426)&&(_0x3c7426[_0x40ec7e(0x268)]=!0x1,_0x3c7426[_0x40ec7e(0x227)]=!0x1,_0x3c7426[_0x40ec7e(0x103)]=_0x548e50[_0x40ec7e(0x103)],_0x3c7426[_0x40ec7e(0x26b)]=_0x548e50[_0x40ec7e(0x26b)],_0x3c7426[_0x40ec7e(0x239)]=_0x548e50[_0x40ec7e(0x103)],_0x3c7426[_0x40ec7e(0x2a3)]=_0x548e50[_0x40ec7e(0x26b)],_0x3c7426[_0x40ec7e(0x258)]=_0x548e50[_0x40ec7e(0x26b)],_0x3c7426['actualRow']=_0x548e50[_0x40ec7e(0x103)]);}),_0x11f360[_0x25a508(0x17b)]['push'](_0xc52730),_0x11f360;}},ReorderRangeUndoMutationFactory=__name(_0x5767e0=>{const _0x17dc4b=_0x3177e2,{order:_0x1eadec}=_0x5767e0,_0x37cbc3={};return Object[_0x17dc4b(0xfb)](_0x1eadec)[_0x17dc4b(0x2b6)](_0x57c67f=>{_0x37cbc3[_0x1eadec[Number(_0x57c67f)]]=Number(_0x57c67f);}),{..._0x5767e0,'order':_0x37cbc3};},_0x3177e2(0x26e)),mergeOrder=__name((_0x12a13d,_0x53b9cd)=>{const _0x4dd41f=_0x3177e2,_0x32780e={};return Array['from'](new Set(Object[_0x4dd41f(0xfb)](_0x12a13d)[_0x4dd41f(0x243)](Object[_0x4dd41f(0xfb)](_0x53b9cd))[_0x4dd41f(0x164)](Number)))[_0x4dd41f(0x2b6)](_0x1299c0=>{let _0x15f2cb;_0x1299c0 in _0x53b9cd?(_0x15f2cb=_0x53b9cd[_0x1299c0],_0x15f2cb in _0x12a13d&&(_0x15f2cb=_0x12a13d[_0x15f2cb])):_0x15f2cb=_0x12a13d[_0x1299c0],_0x32780e[_0x1299c0]=_0x15f2cb;}),_0x32780e;},_0x3177e2(0x2bc)),reorderRangeMutationWithSelf={'m1':ReorderRangeMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x489feb,_0x49a9c0){const _0x2414f0=_0x3177e2,_0x30aa12={'m1Prime':_0x489feb,'m2Prime':_0x49a9c0};if(_0x489feb[_0x2414f0(0x1d2)][_0x2414f0(0x1f1)]!==_0x49a9c0[_0x2414f0(0x1d2)][_0x2414f0(0x1f1)])return _0x30aa12;const {range:_0x17bf6f}=_0x489feb['params'],{range:_0x5876e6}=_0x49a9c0[_0x2414f0(0x1d2)];if(_0x5876e6['startColumn']===_0x17bf6f[_0x2414f0(0x26b)]&&_0x5876e6[_0x2414f0(0x2a3)]===_0x17bf6f['endColumn']&&_0x5876e6[_0x2414f0(0x103)]<=_0x17bf6f['startRow']&&_0x5876e6[_0x2414f0(0x239)]>=_0x17bf6f[_0x2414f0(0x239)]){const _0x528584=ReorderRangeUndoMutationFactory(_0x489feb['params'])[_0x2414f0(0x1a1)],_0x31efce={'id':ReorderRangeMutation['id'],'params':{..._0x49a9c0[_0x2414f0(0x1d2)],'range':_0x5876e6,'order':mergeOrder(_0x528584,_0x49a9c0[_0x2414f0(0x1d2)]['order'])}};return{'m1Prime':[],'m2Prime':_0x31efce};}return Rectangle[_0x2414f0(0x153)](_0x17bf6f,_0x5876e6)?{'error':new Error(_0x2414f0(0x1f4))}:_0x30aa12;}},RevertRevisionMutation={'id':_0x3177e2(0xf5),'type':CommandType[_0x3177e2(0x12d)],'handler':__name(()=>!0x0,_0x3177e2(0x21c))},RevertRevisionMutationWithOthers={'m1':RevertRevisionMutation['id'],'m2':_0x3177e2(0x2b0),'handler'(_0x230a8e,_0x1921ab){return{'error':new Error('RevertRevisionMutation\x20conflicts\x20with\x20other\x20mutations!')};}},OthersWithRevertRevision={'m1':_0x3177e2(0x2b0),'m2':RevertRevisionMutation['id'],'handler'(_0x2633d1,_0xfffa57){const _0x3c250a=_0x3177e2;return _0x2633d1[_0x3c250a(0x1d2)]['unitId']===_0xfffa57[_0x3c250a(0x1d2)][_0x3c250a(0x1f1)]?{'m1Prime':[],'m2Prime':_0xfffa57}:{'m1Prime':_0x2633d1,'m2Prime':_0xfffa57};}},setColDataMutationWithSelf={'m1':SetColDataMutation['id'],'m2':SetColDataMutation['id'],'handler'(_0x37fb06,_0x1887b5){const _0x291b8c=_0x3177e2,_0x1a6736={'m1Prime':_0x37fb06,'m2Prime':_0x1887b5};if(_0x37fb06[_0x291b8c(0x1d2)][_0x291b8c(0x1f1)]!==_0x1887b5[_0x291b8c(0x1d2)][_0x291b8c(0x1f1)]||_0x37fb06['params']['subUnitId']!==_0x1887b5[_0x291b8c(0x1d2)]['subUnitId'])return _0x1a6736;const _0x2de24b=_0x37fb06['params'][_0x291b8c(0x149)],_0x577fe0=_0x1887b5[_0x291b8c(0x1d2)]['columnData'],_0xaffa93={},_0xc16460=Tools[_0x291b8c(0x1bb)](_0x37fb06),_0x5425cb=new Set([...Object[_0x291b8c(0xfb)](_0x2de24b)['map'](Number),...Object[_0x291b8c(0xfb)](_0x577fe0)[_0x291b8c(0x164)](Number)]);for(const _0x173d37 of _0x5425cb){const _0x1b33f7=_0x2de24b[_0x173d37],_0x8cee56=_0x577fe0[_0x173d37];if(_0x1b33f7&&_0x8cee56){const _0x1cc9ed={..._0x1b33f7,..._0x8cee56};_0xaffa93[_0x173d37]=_0x1cc9ed;}else _0x1b33f7?_0xaffa93[_0x173d37]=_0x1b33f7:_0x8cee56&&(_0xaffa93[_0x173d37]=_0x8cee56);}return _0xc16460[_0x291b8c(0x1d2)][_0x291b8c(0x149)]=_0xaffa93,{'m1Prime':_0xc16460,'m2Prime':_0x1887b5};}},setConditionalFormattingRuleMutationWithSelf={'m1':SetConditionalRuleMutation['id'],'m2':SetConditionalRuleMutation['id'],'handler'(_0x3a97cd,_0x376d0e){const _0x56bb70=_0x3177e2;if(_0x3a97cd['params'][_0x56bb70(0x1f1)]!==_0x376d0e[_0x56bb70(0x1d2)]['unitId']||_0x3a97cd['params'][_0x56bb70(0x15c)]!==_0x376d0e[_0x56bb70(0x1d2)][_0x56bb70(0x15c)])return{'m1Prime':_0x3a97cd,'m2Prime':_0x376d0e};const _0x5d2835=_0x3a97cd[_0x56bb70(0x1d2)][_0x56bb70(0xf3)]||_0x3a97cd[_0x56bb70(0x1d2)][_0x56bb70(0x27d)][_0x56bb70(0xf3)],_0x450d7f=_0x376d0e[_0x56bb70(0x1d2)]['cfId']||_0x376d0e[_0x56bb70(0x1d2)][_0x56bb70(0x27d)][_0x56bb70(0xf3)];if(_0x5d2835!==_0x450d7f)return{'m1Prime':_0x3a97cd,'m2Prime':_0x376d0e};const _0x5cfbd9=Tools[_0x56bb70(0x1bb)](_0x376d0e);return{'m1Prime':[],'m2Prime':_0x5cfbd9};}};function drawingObjectsIntersect(_0x5b81a2,_0x44b12c){const _0x529d8e=_0x3177e2,_0x33ba60=_0x5b81a2[_0x529d8e(0x1c6)]((_0x2bcc6a,_0x4bd601)=>(_0x2bcc6a['set'](_0x4bd601[_0x529d8e(0x28d)],!0x0),_0x2bcc6a),new Map());return _0x44b12c[_0x529d8e(0x1ec)](_0x22dee7=>_0x33ba60[_0x529d8e(0x1a4)](_0x22dee7[_0x529d8e(0x28d)])!==void 0x0);}__name(drawingObjectsIntersect,_0x3177e2(0x216));function drawingOrderObjectsIntersect(_0xbc631b,_0x3e20ac){const _0x48d2f4=_0x3177e2,_0x287368=_0xbc631b[_0x48d2f4(0x1dd)];return _0x3e20ac[_0x48d2f4(0x1dd)]['some'](_0x3e79fb=>_0x287368[_0x48d2f4(0x273)](_0x3e79fb)!==-0x1);}__name(drawingOrderObjectsIntersect,_0x3177e2(0x24e));const {UPDATE,REMOVE,ARRANGE}=DrawingApplyType,setDrawingApplyMutationWithSelf={'m1':SetDrawingApplyMutation['id'],'m2':SetDrawingApplyMutation['id'],'handler'(_0x489e9a,_0x26c0bc){const _0x5b7132=_0x3177e2,_0x1c9cb1=_0x489e9a[_0x5b7132(0x1d2)],_0x590091=_0x26c0bc[_0x5b7132(0x1d2)];if(_0x1c9cb1['unitId']!==_0x590091[_0x5b7132(0x1f1)]||_0x1c9cb1[_0x5b7132(0x15c)]!==_0x590091[_0x5b7132(0x15c)])return{'m1Prime':_0x489e9a,'m2Prime':_0x26c0bc};const _0x4c325a=_0x1c9cb1['type'],_0x2bab08=_0x590091[_0x5b7132(0x264)];if(_0x4c325a===REMOVE&&_0x2bab08===UPDATE&&drawingObjectsIntersect(_0x1c9cb1['objects'],_0x590091[_0x5b7132(0x107)]))return{'m1Prime':Tools['deepClone'](_0x489e9a),'m2Prime':[]};if(_0x4c325a===ARRANGE&&_0x2bab08===ARRANGE&&drawingOrderObjectsIntersect(_0x1c9cb1[_0x5b7132(0x107)],_0x590091[_0x5b7132(0x107)])){const _0x2f7a1e=Tools['deepClone'](_0x489e9a),_0xa56328=Tools[_0x5b7132(0x1bb)](_0x26c0bc);return{'m1Prime':{..._0x2f7a1e,'params':{..._0x2f7a1e[_0x5b7132(0x1d2)],'op':JSON1['type'][_0x5b7132(0x1c9)](_0x2f7a1e[_0x5b7132(0x1d2)]['op'],_0xa56328[_0x5b7132(0x1d2)]['op'],_0x5b7132(0x275))}},'m2Prime':{..._0xa56328,'params':{..._0xa56328[_0x5b7132(0x1d2)],'op':JSON1[_0x5b7132(0x264)]['transform'](_0xa56328[_0x5b7132(0x1d2)]['op'],_0x2f7a1e[_0x5b7132(0x1d2)]['op'],_0x5b7132(0x274))}}};}return{'m1Prime':_0x489e9a,'m2Prime':_0x26c0bc};}},setFrozenMutationWithSelf={'m1':SetFrozenMutation['id'],'m2':SetFrozenMutation['id'],'handler'(_0x21b4f4,_0x114704){const _0x178bd9=_0x3177e2,_0x1b8ce3={'m1Prime':_0x21b4f4,'m2Prime':_0x114704};return _0x21b4f4[_0x178bd9(0x1d2)][_0x178bd9(0x1f1)]!==_0x114704[_0x178bd9(0x1d2)][_0x178bd9(0x1f1)]||_0x21b4f4[_0x178bd9(0x1d2)][_0x178bd9(0x15c)]!==_0x114704[_0x178bd9(0x1d2)][_0x178bd9(0x15c)]?_0x1b8ce3:{'error':new Error(_0x178bd9(0x183))};}},setNumfmtMutationWithRemoveNumfmt={'m1':SetNumfmtMutation['id'],'m2':RemoveNumfmtMutation['id'],'handler'(_0x475cef,_0x484755){const _0x2aa80a=_0x3177e2;if(_0x475cef['params'][_0x2aa80a(0x1f1)]!==_0x484755[_0x2aa80a(0x1d2)][_0x2aa80a(0x1f1)]||_0x475cef[_0x2aa80a(0x1d2)][_0x2aa80a(0x15c)]!==_0x484755[_0x2aa80a(0x1d2)][_0x2aa80a(0x15c)])return{'m1Prime':_0x475cef,'m2Prime':_0x484755};const _0x1add7f=Tools[_0x2aa80a(0x1bb)](_0x475cef),_0x59a975=Tools[_0x2aa80a(0x1bb)](_0x484755),_0x3692da=_0x1add7f[_0x2aa80a(0x1d2)][_0x2aa80a(0x2a8)],_0x138bd6=_0x59a975['params'][_0x2aa80a(0x206)];for(const _0x28bace in _0x3692da){const _0x508ed9=_0x3692da[_0x28bace][_0x2aa80a(0x206)],_0x4b140a=[];_0x508ed9[_0x2aa80a(0x2b6)](_0x638b3b=>{const _0x5ed53d=_0x2aa80a,_0x13c026=RangeSubtractRanges(_0x638b3b,_0x138bd6);_0x13c026[_0x5ed53d(0x13d)]>0x0&&_0x4b140a[_0x5ed53d(0x2a4)](..._0x13c026);}),_0x3692da[_0x28bace][_0x2aa80a(0x206)]=_0x4b140a;}return{'m1Prime':_0x1add7f,'m2Prime':_0x59a975};}},setNumfmtMutationWithSelf={'m1':SetNumfmtMutation['id'],'m2':SetNumfmtMutation['id'],'handler'(_0x5a2cad,_0x184510){const _0x13404a=_0x3177e2;if(_0x5a2cad[_0x13404a(0x1d2)][_0x13404a(0x1f1)]!==_0x184510[_0x13404a(0x1d2)]['unitId']||_0x5a2cad[_0x13404a(0x1d2)]['subUnitId']!==_0x184510['params'][_0x13404a(0x15c)])return{'m1Prime':_0x5a2cad,'m2Prime':_0x184510};const _0x647c74=Tools[_0x13404a(0x1bb)](_0x5a2cad),_0x574b84=Tools[_0x13404a(0x1bb)](_0x184510),_0x30d9e2=_0x647c74['params'][_0x13404a(0x2a8)],_0x2c9342=Object[_0x13404a(0x2a8)](_0x574b84[_0x13404a(0x1d2)][_0x13404a(0x2a8)])[_0x13404a(0x164)](_0x197c5a=>_0x197c5a['ranges'])[_0x13404a(0x2ba)]();for(const _0x1234ed in _0x30d9e2){const _0x33465d=_0x30d9e2[_0x1234ed][_0x13404a(0x206)],_0x2d936a=[];_0x33465d[_0x13404a(0x2b6)](_0x1ef041=>{const _0x588fdb=_0x13404a,_0x342f59=RangeSubtractRanges(_0x1ef041,_0x2c9342);_0x342f59[_0x588fdb(0x13d)]>0x0&&_0x2d936a['push'](..._0x342f59);}),_0x30d9e2[_0x1234ed][_0x13404a(0x206)]=_0x2d936a;}return{'m1Prime':_0x647c74,'m2Prime':_0x574b84};}},setRangeProtectionWithAddComment={'m1':SetRangeProtectionMutation['id'],'m2':AddCommentMutation['id'],'handler':__name((_0x4d324a,_0x14bc73)=>{const _0x3049ae=_0x3177e2,_0x5dbaca={'m1Prime':_0x4d324a,'m2Prime':_0x14bc73};return _0x4d324a[_0x3049ae(0x1d2)]['unitId']!==_0x14bc73['params'][_0x3049ae(0x1f1)]||_0x4d324a['params']['subUnitId']!==_0x14bc73['params'][_0x3049ae(0x15c)]?_0x5dbaca:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment')};},_0x3177e2(0x21c))},setRangeProtectionWithAddConditionRule={'m1':SetRangeProtectionMutation['id'],'m2':AddConditionalRuleMutation['id'],'handler':__name((_0x2df30a,_0x13eab6)=>{const _0x412369=_0x3177e2,_0x5a61a9={'m1Prime':_0x2df30a,'m2Prime':_0x13eab6};if(_0x2df30a[_0x412369(0x1d2)][_0x412369(0x1f1)]!==_0x13eab6['params'][_0x412369(0x1f1)]||_0x2df30a[_0x412369(0x1d2)][_0x412369(0x15c)]!==_0x13eab6['params'][_0x412369(0x15c)])return _0x5a61a9;const _0x334cee=_0x2df30a['params'][_0x412369(0x27d)][_0x412369(0x206)],_0x255975=_0x13eab6[_0x412369(0x1d2)][_0x412369(0x27d)][_0x412369(0x206)];return _0x334cee[_0x412369(0x1ec)](_0x4aff2d=>_0x255975[_0x412369(0x1ec)](_0x53230f=>Rectangle[_0x412369(0x153)](_0x4aff2d,_0x53230f)))?{'error':new Error(_0x412369(0x22d))}:_0x5a61a9;},_0x3177e2(0x21c))},setRangeProtectionWithAddWorksheetMerge={'m1':SetRangeProtectionMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler':__name((_0xe0e13b,_0x16dcca)=>{const _0x559ef8=_0x3177e2,_0x2958f2={'m1Prime':_0xe0e13b,'m2Prime':_0x16dcca};if(_0xe0e13b[_0x559ef8(0x1d2)][_0x559ef8(0x1f1)]!==_0x16dcca[_0x559ef8(0x1d2)][_0x559ef8(0x1f1)]||_0xe0e13b[_0x559ef8(0x1d2)][_0x559ef8(0x15c)]!==_0x16dcca[_0x559ef8(0x1d2)][_0x559ef8(0x15c)])return _0x2958f2;const _0x14363d=_0xe0e13b['params']['rule']['ranges'],_0x10bed7=_0x16dcca['params']['ranges'];return _0x14363d['some'](_0x178a96=>_0x10bed7[_0x559ef8(0x1ec)](_0x316ecb=>Rectangle['intersects'](_0x178a96,_0x316ecb)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge')}:_0x2958f2;},_0x3177e2(0x21c))},setRangeProtectionWithAddWorksheetProtection={'m1':SetRangeProtectionMutation['id'],'m2':AddWorksheetProtectionMutation['id'],'handler':__name((_0x39ec37,_0x4043b6)=>{const _0x280ac9=_0x3177e2,_0x4b6515={'m1Prime':_0x39ec37,'m2Prime':_0x4043b6};return _0x39ec37[_0x280ac9(0x1d2)][_0x280ac9(0x1f1)]!==_0x4043b6[_0x280ac9(0x1d2)][_0x280ac9(0x1f1)]||_0x39ec37['params']['subUnitId']!==_0x4043b6[_0x280ac9(0x1d2)]['rule'][_0x280ac9(0x15c)]?_0x4b6515:{'error':new Error(_0x280ac9(0x1f7))};},_0x3177e2(0x21c))},setRangeProtectionWithDeleteConditionFormattingRule={'m1':SetRangeProtectionMutation['id'],'m2':DeleteConditionalRuleMutation['id'],'handler':__name((_0xbfd8b0,_0xb2c36d)=>{const _0x192825=_0x3177e2,_0x51f3c7={'m1Prime':_0xbfd8b0,'m2Prime':_0xb2c36d};return _0xbfd8b0[_0x192825(0x1d2)][_0x192825(0x1f1)]!==_0xb2c36d[_0x192825(0x1d2)][_0x192825(0x1f1)]||_0xbfd8b0['params'][_0x192825(0x15c)]!==_0xb2c36d[_0x192825(0x1d2)][_0x192825(0x15c)]?_0x51f3c7:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule')};},'handler')},setRangeProtectionWithInsertCol={'m1':SetRangeProtectionMutation['id'],'m2':InsertColMutation['id'],'handler':__name((_0x19307d,_0x19c27b)=>{const _0x2583a8=_0x3177e2,_0x47a84f={'m1Prime':_0x19307d,'m2Prime':_0x19c27b};if(_0x19307d[_0x2583a8(0x1d2)][_0x2583a8(0x1f1)]!==_0x19c27b[_0x2583a8(0x1d2)][_0x2583a8(0x1f1)]||_0x19307d[_0x2583a8(0x1d2)]['subUnitId']!==_0x19c27b[_0x2583a8(0x1d2)][_0x2583a8(0x15c)])return _0x47a84f;const _0x3a1192=_0x19307d['params'][_0x2583a8(0x27d)][_0x2583a8(0x206)],_0x3df475=_0x19c27b['params'][_0x2583a8(0x219)];return _0x3a1192[_0x2583a8(0x1ec)](_0x109378=>Rectangle[_0x2583a8(0x153)](_0x109378,_0x3df475))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col')}:_0x47a84f;},_0x3177e2(0x21c))},setRangeProtectionWithInsertRow={'m1':SetRangeProtectionMutation['id'],'m2':InsertRowMutation['id'],'handler':__name((_0xf7acc2,_0x4694a3)=>{const _0x10f16e=_0x3177e2,_0x1b3e9b={'m1Prime':_0xf7acc2,'m2Prime':_0x4694a3};if(_0xf7acc2['params'][_0x10f16e(0x1f1)]!==_0x4694a3[_0x10f16e(0x1d2)][_0x10f16e(0x1f1)]||_0xf7acc2[_0x10f16e(0x1d2)][_0x10f16e(0x15c)]!==_0x4694a3[_0x10f16e(0x1d2)][_0x10f16e(0x15c)])return _0x1b3e9b;const _0xeb700d=_0xf7acc2[_0x10f16e(0x1d2)][_0x10f16e(0x27d)][_0x10f16e(0x206)],_0x3ef1e8=_0x4694a3[_0x10f16e(0x1d2)]['range'];return _0xeb700d['some'](_0x594663=>Rectangle[_0x10f16e(0x153)](_0x594663,_0x3ef1e8))?{'error':new Error(_0x10f16e(0x1ad))}:_0x1b3e9b;},_0x3177e2(0x21c))},setRangeProtectionWithMoveCol={'m1':SetRangeProtectionMutation['id'],'m2':MoveColsMutation['id'],'handler':__name((_0xf728cd,_0x5c9e3c)=>{const _0x1c668a=_0x3177e2,_0x47d844={'m1Prime':_0xf728cd,'m2Prime':_0x5c9e3c};if(_0xf728cd[_0x1c668a(0x1d2)][_0x1c668a(0x1f1)]!==_0x5c9e3c[_0x1c668a(0x1d2)]['unitId']||_0xf728cd[_0x1c668a(0x1d2)][_0x1c668a(0x15c)]!==_0x5c9e3c[_0x1c668a(0x1d2)][_0x1c668a(0x15c)])return _0x47d844;const _0x4e99e1=_0xf728cd[_0x1c668a(0x1d2)][_0x1c668a(0x27d)][_0x1c668a(0x206)],_0x286ae9=[_0x5c9e3c['params'][_0x1c668a(0x1a2)],_0x5c9e3c[_0x1c668a(0x1d2)][_0x1c668a(0x119)]];return _0x4e99e1[_0x1c668a(0x1ec)](_0x1e99e1=>_0x286ae9[_0x1c668a(0x1ec)](_0xe8bf72=>Rectangle[_0x1c668a(0x153)](_0x1e99e1,_0xe8bf72)))?{'error':new Error(_0x1c668a(0x233))}:_0x47d844;},_0x3177e2(0x21c))},setRangeProtectionWithMoveRange={'m1':SetRangeProtectionMutation['id'],'m2':MoveRangeMutation['id'],'handler':__name((_0x5e41a3,_0x47e12e)=>{const _0x32aa35=_0x3177e2,_0x5827db={'m1Prime':_0x5e41a3,'m2Prime':_0x47e12e};if(_0x5e41a3[_0x32aa35(0x1d2)]['unitId']!==_0x47e12e['params'][_0x32aa35(0x1f1)]||_0x5e41a3['params'][_0x32aa35(0x15c)]!==_0x47e12e[_0x32aa35(0x1d2)]['from'][_0x32aa35(0x15c)])return _0x5827db;const _0x1d0960=_0x5e41a3['params'][_0x32aa35(0x27d)][_0x32aa35(0x206)],_0x45e883=new ObjectMatrix(_0x47e12e[_0x32aa35(0x1d2)][_0x32aa35(0x1df)][_0x32aa35(0x238)])[_0x32aa35(0x122)](),_0x181fc4=new ObjectMatrix(_0x47e12e[_0x32aa35(0x1d2)]['to'][_0x32aa35(0x238)])[_0x32aa35(0x122)](),_0x5ad883=[_0x45e883,_0x181fc4];return _0x1d0960[_0x32aa35(0x1ec)](_0x19f9d8=>_0x5ad883[_0x32aa35(0x1ec)](_0x2a60a6=>Rectangle['intersects'](_0x19f9d8,_0x2a60a6)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range')}:_0x5827db;},_0x3177e2(0x21c))},setRangeProtectionWithMoveRow={'m1':SetRangeProtectionMutation['id'],'m2':MoveRowsMutation['id'],'handler':__name((_0x338be6,_0x328156)=>{const _0x4fa0e1=_0x3177e2,_0x4a9bad={'m1Prime':_0x338be6,'m2Prime':_0x328156};if(_0x338be6[_0x4fa0e1(0x1d2)]['unitId']!==_0x328156[_0x4fa0e1(0x1d2)][_0x4fa0e1(0x1f1)]||_0x338be6[_0x4fa0e1(0x1d2)][_0x4fa0e1(0x15c)]!==_0x328156[_0x4fa0e1(0x1d2)][_0x4fa0e1(0x15c)])return _0x4a9bad;const _0x436038=_0x338be6['params'][_0x4fa0e1(0x27d)]['ranges'],_0x1c73b8=[_0x328156['params'][_0x4fa0e1(0x1a2)],_0x328156[_0x4fa0e1(0x1d2)][_0x4fa0e1(0x119)]];return _0x436038[_0x4fa0e1(0x1ec)](_0x294971=>_0x1c73b8[_0x4fa0e1(0x1ec)](_0x2ba3ff=>Rectangle[_0x4fa0e1(0x153)](_0x294971,_0x2ba3ff)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row')}:_0x4a9bad;},'handler')},setRangeProtectionWithRemoveCol={'m1':SetRangeProtectionMutation['id'],'m2':RemoveColMutation['id'],'handler':__name((_0xaa244,_0x4b3e4d)=>{const _0x5e310b=_0x3177e2,_0x2f6241={'m1Prime':_0xaa244,'m2Prime':_0x4b3e4d};if(_0xaa244[_0x5e310b(0x1d2)][_0x5e310b(0x1f1)]!==_0x4b3e4d[_0x5e310b(0x1d2)][_0x5e310b(0x1f1)]||_0xaa244['params'][_0x5e310b(0x15c)]!==_0x4b3e4d['params'][_0x5e310b(0x15c)])return _0x2f6241;const _0x562396=_0xaa244[_0x5e310b(0x1d2)]['rule'][_0x5e310b(0x206)],_0x3fa511=_0x4b3e4d['params'][_0x5e310b(0x219)];return _0x562396[_0x5e310b(0x1ec)](_0x5ca5ef=>Rectangle[_0x5e310b(0x153)](_0x5ca5ef,_0x3fa511))?{'error':new Error(_0x5e310b(0x1d5))}:_0x2f6241;},_0x3177e2(0x21c))},setRangeProtectionWithRemoveDataValidation={'m1':SetRangeProtectionMutation['id'],'m2':RemoveDataValidationMutation['id'],'handler':__name((_0x3bf35c,_0x301bf1)=>{const _0xf9e43b=_0x3177e2,_0x4372eb={'m1Prime':_0x3bf35c,'m2Prime':_0x301bf1};return _0x3bf35c['params'][_0xf9e43b(0x1f1)]!==_0x301bf1['params'][_0xf9e43b(0x1f1)]||_0x3bf35c[_0xf9e43b(0x1d2)][_0xf9e43b(0x15c)]!==_0x301bf1[_0xf9e43b(0x1d2)]['subUnitId']?_0x4372eb:{'error':new Error(_0xf9e43b(0x100))};},'handler')},setRangeProtectionWithRemoveRow={'m1':SetRangeProtectionMutation['id'],'m2':RemoveRowMutation['id'],'handler':__name((_0x485b3e,_0x4a8551)=>{const _0x298c1d=_0x3177e2,_0x297e3f={'m1Prime':_0x485b3e,'m2Prime':_0x4a8551};if(_0x485b3e[_0x298c1d(0x1d2)][_0x298c1d(0x1f1)]!==_0x4a8551[_0x298c1d(0x1d2)]['unitId']||_0x485b3e[_0x298c1d(0x1d2)][_0x298c1d(0x15c)]!==_0x4a8551[_0x298c1d(0x1d2)][_0x298c1d(0x15c)])return _0x297e3f;const _0x311165=_0x485b3e[_0x298c1d(0x1d2)][_0x298c1d(0x27d)][_0x298c1d(0x206)],_0x2eb37c=_0x4a8551[_0x298c1d(0x1d2)][_0x298c1d(0x219)];return _0x311165[_0x298c1d(0x1ec)](_0xf0eb3d=>Rectangle[_0x298c1d(0x153)](_0xf0eb3d,_0x2eb37c))?{'error':new Error(_0x298c1d(0x154))}:_0x297e3f;},_0x3177e2(0x21c))},setRangeProtectionWithRemoveFilter={'m1':SetRangeProtectionMutation['id'],'m2':RemoveSheetsFilterMutation['id'],'handler':__name((_0xd5506,_0x3dd46c)=>{const _0xcf9cb3=_0x3177e2,_0x3e857a={'m1Prime':_0xd5506,'m2Prime':_0x3dd46c};return _0xd5506['params'][_0xcf9cb3(0x1f1)]!==_0x3dd46c[_0xcf9cb3(0x1d2)][_0xcf9cb3(0x1f1)]||_0xd5506['params']['subUnitId']!==_0x3dd46c['params']['subUnitId']?_0x3e857a:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter')};},_0x3177e2(0x21c))},setRangeProtectionWithRemoveWorksheetMerge={'m1':SetRangeProtectionMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler':__name((_0x3cf731,_0x4bff89)=>{const _0x5d73cd=_0x3177e2,_0x576352={'m1Prime':_0x3cf731,'m2Prime':_0x4bff89};if(_0x3cf731[_0x5d73cd(0x1d2)][_0x5d73cd(0x1f1)]!==_0x4bff89['params']['unitId']||_0x3cf731[_0x5d73cd(0x1d2)][_0x5d73cd(0x15c)]!==_0x4bff89[_0x5d73cd(0x1d2)][_0x5d73cd(0x15c)])return _0x576352;const _0xcb4a01=_0x3cf731[_0x5d73cd(0x1d2)][_0x5d73cd(0x27d)][_0x5d73cd(0x206)],_0x34409c=_0x4bff89[_0x5d73cd(0x1d2)]['ranges'];return _0xcb4a01[_0x5d73cd(0x1ec)](_0x1aca19=>_0x34409c[_0x5d73cd(0x1ec)](_0x1d1045=>Rectangle[_0x5d73cd(0x153)](_0x1aca19,_0x1d1045)))?{'error':new Error(_0x5d73cd(0x155))}:_0x576352;},'handler')},setRangeProtectionWithSetConditionalFormattingRule={'m1':SetRangeProtectionMutation['id'],'m2':SetConditionalRuleMutation['id'],'handler':__name((_0x21de60,_0x1355f0)=>{const _0x2714e8=_0x3177e2,_0x1456c7={'m1Prime':_0x21de60,'m2Prime':_0x1355f0};if(_0x21de60[_0x2714e8(0x1d2)][_0x2714e8(0x1f1)]!==_0x1355f0['params']['unitId']||_0x21de60[_0x2714e8(0x1d2)][_0x2714e8(0x15c)]!==_0x1355f0[_0x2714e8(0x1d2)][_0x2714e8(0x15c)])return _0x1456c7;const _0x38c3ce=_0x21de60[_0x2714e8(0x1d2)][_0x2714e8(0x27d)][_0x2714e8(0x206)],_0x4fae3f=_0x1355f0[_0x2714e8(0x1d2)][_0x2714e8(0x27d)]['ranges'];return _0x38c3ce[_0x2714e8(0x1ec)](_0x62db81=>_0x4fae3f['some'](_0x4ed891=>Rectangle[_0x2714e8(0x153)](_0x62db81,_0x4ed891)))?{'error':new Error(_0x2714e8(0x167))}:_0x1456c7;},_0x3177e2(0x21c))},setRangeProtectionWithSetFrozen={'m1':SetRangeProtectionMutation['id'],'m2':SetFrozenMutation['id'],'handler':__name((_0xf75a85,_0x25e730)=>{const _0x25082a=_0x3177e2,_0x3dbbf1={'m1Prime':_0xf75a85,'m2Prime':_0x25e730};if(_0xf75a85[_0x25082a(0x1d2)][_0x25082a(0x1f1)]!==_0x25e730[_0x25082a(0x1d2)][_0x25082a(0x1f1)]||_0xf75a85[_0x25082a(0x1d2)]['subUnitId']!==_0x25e730[_0x25082a(0x1d2)][_0x25082a(0x15c)])return _0x3dbbf1;const _0x43ca12=_0xf75a85[_0x25082a(0x1d2)]['rule'][_0x25082a(0x206)],_0x5e4dca=[{'startRow':_0x25e730['params']['startRow'],'endRow':_0x25e730[_0x25082a(0x1d2)][_0x25082a(0x103)],'startColumn':_0x25e730[_0x25082a(0x1d2)][_0x25082a(0x26b)],'endColumn':_0x25e730['params'][_0x25082a(0x26b)]}];return _0x43ca12['some'](_0x359aa2=>_0x5e4dca['some'](_0x464241=>Rectangle[_0x25082a(0x153)](_0x359aa2,_0x464241)))?{'error':new Error(_0x25082a(0x101))}:_0x3dbbf1;},_0x3177e2(0x21c))},setRangeProtectionWithSetNumfmt={'m1':SetRangeProtectionMutation['id'],'m2':SetNumfmtMutation['id'],'handler':__name((_0x2e4459,_0x198b12)=>{const _0x31294f=_0x3177e2,_0x4603f6={'m1Prime':_0x2e4459,'m2Prime':_0x198b12};return _0x2e4459['params'][_0x31294f(0x1f1)]!==_0x198b12[_0x31294f(0x1d2)][_0x31294f(0x1f1)]||_0x2e4459[_0x31294f(0x1d2)][_0x31294f(0x15c)]!==_0x198b12['params'][_0x31294f(0x15c)]?_0x4603f6:{'error':new Error(_0x31294f(0x225))};},'handler')},setRangeProtectionWithSetRangeProtection={'m1':SetRangeProtectionMutation['id'],'m2':SetRangeProtectionMutation['id'],'handler':__name((_0xb273c1,_0x18acca)=>{const _0x49ede1=_0x3177e2,_0x20ba56={'m1Prime':_0xb273c1,'m2Prime':_0x18acca};if(_0xb273c1['params']['unitId']!==_0x18acca[_0x49ede1(0x1d2)][_0x49ede1(0x1f1)]||_0xb273c1[_0x49ede1(0x1d2)][_0x49ede1(0x15c)]!==_0x18acca['params']['subUnitId'])return _0x20ba56;const _0x366e36=_0xb273c1['params'][_0x49ede1(0x27d)][_0x49ede1(0x206)],_0x5e7fe5=_0x18acca[_0x49ede1(0x1d2)][_0x49ede1(0x27d)]['ranges'];return _0x366e36[_0x49ede1(0x1ec)](_0x5dfbcd=>_0x5e7fe5[_0x49ede1(0x1ec)](_0x2cbb9b=>Rectangle['intersects'](_0x5dfbcd,_0x2cbb9b)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection')}:_0x20ba56;},_0x3177e2(0x21c))},setRangeProtectionWithSetRangeValue={'m1':SetRangeProtectionMutation['id'],'m2':SetRangeValuesMutation['id'],'handler':__name((_0x35f7aa,_0x4ae112)=>{const _0x1b63c6=_0x3177e2,_0x314b0d={'m1Prime':_0x35f7aa,'m2Prime':_0x4ae112};if(_0x35f7aa[_0x1b63c6(0x1d2)][_0x1b63c6(0x1f1)]!==_0x4ae112[_0x1b63c6(0x1d2)][_0x1b63c6(0x1f1)]||_0x35f7aa[_0x1b63c6(0x1d2)][_0x1b63c6(0x15c)]!==_0x4ae112['params'][_0x1b63c6(0x15c)])return _0x314b0d;const _0x29d2ec=_0x35f7aa['params'][_0x1b63c6(0x27d)]['ranges'],_0x1dba1b=new ObjectMatrix(_0x4ae112['params']['cellValue'])[_0x1b63c6(0x122)]();return _0x29d2ec[_0x1b63c6(0x1ec)](_0x526c34=>Rectangle[_0x1b63c6(0x153)](_0x526c34,_0x1dba1b))?{'error':new Error(_0x1b63c6(0x1bf))}:_0x314b0d;},_0x3177e2(0x21c))},setRangeProtectionWithSetWorksheetColWidth={'m1':SetRangeProtectionMutation['id'],'m2':SetWorksheetColWidthMutation['id'],'handler':__name((_0x12dcff,_0x50e80c)=>{const _0x4156a4=_0x3177e2,_0x4931fc={'m1Prime':_0x12dcff,'m2Prime':_0x50e80c};if(_0x12dcff['params']['unitId']!==_0x50e80c[_0x4156a4(0x1d2)][_0x4156a4(0x1f1)]||_0x12dcff[_0x4156a4(0x1d2)][_0x4156a4(0x15c)]!==_0x50e80c[_0x4156a4(0x1d2)][_0x4156a4(0x15c)])return _0x4931fc;const _0x58120d=_0x12dcff['params'][_0x4156a4(0x27d)][_0x4156a4(0x206)],_0x2a9760=_0x50e80c['params']['ranges'];return _0x58120d['some'](_0x5aa314=>_0x2a9760[_0x4156a4(0x1ec)](_0x1d7427=>Rectangle['intersects'](_0x5aa314,_0x1d7427)))?{'error':new Error(_0x4156a4(0x168))}:_0x4931fc;},_0x3177e2(0x21c))},setRangeProtectionWithUpdateComment={'m1':SetRangeProtectionMutation['id'],'m2':UpdateCommentMutation['id'],'handler':__name((_0x1e67f4,_0x1e279a)=>{const _0x5a91dc=_0x3177e2,_0x7000a6={'m1Prime':_0x1e67f4,'m2Prime':_0x1e279a};return _0x1e67f4[_0x5a91dc(0x1d2)]['unitId']!==_0x1e279a[_0x5a91dc(0x1d2)][_0x5a91dc(0x1f1)]||_0x1e67f4[_0x5a91dc(0x1d2)][_0x5a91dc(0x15c)]!==_0x1e279a[_0x5a91dc(0x1d2)][_0x5a91dc(0x15c)]?_0x7000a6:{'error':new Error(_0x5a91dc(0x11e))};},_0x3177e2(0x21c))},setRangeProtectionWithUpdateDataValidation={'m1':SetRangeProtectionMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x162723,_0x1fdd90)=>{const _0x572937=_0x3177e2,_0x5ba4f0={'m1Prime':_0x162723,'m2Prime':_0x1fdd90};return _0x162723[_0x572937(0x1d2)][_0x572937(0x1f1)]!==_0x1fdd90[_0x572937(0x1d2)][_0x572937(0x1f1)]||_0x162723['params']['subUnitId']!==_0x1fdd90['params'][_0x572937(0x15c)]?_0x5ba4f0:{'error':new Error(_0x572937(0x261))};},_0x3177e2(0x21c))},setRangeValueMutationWithAddMerge={'m1':SetRangeValuesMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x2f1dc6,_0x1d0f72){const _0x4e1091=_0x3177e2,_0x29c9e6=addWorksheetMergeMutationWithSetRangeValues['handler'](_0x1d0f72,_0x2f1dc6);return isTransformMutationSuccess(_0x29c9e6)?{'m1Prime':_0x29c9e6[_0x4e1091(0x17b)],'m2Prime':_0x29c9e6['m1Prime']}:_0x29c9e6;}},setRangeValuesWithMoveRange={'m1':SetRangeValuesMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x5cdcbf,_0xb91d95){const _0x208aad=_0x3177e2,_0x533418={'m1Prime':_0x5cdcbf,'m2Prime':_0xb91d95};if(_0x5cdcbf[_0x208aad(0x1d2)][_0x208aad(0x1f1)]!==_0xb91d95[_0x208aad(0x1d2)]['unitId'])return _0x533418;const _0x450cdf=new ObjectMatrix(_0x5cdcbf[_0x208aad(0x1d2)][_0x208aad(0x162)])[_0x208aad(0x122)](),_0x369c0c=new ObjectMatrix(_0xb91d95[_0x208aad(0x1d2)][_0x208aad(0x1df)]['value'])[_0x208aad(0x122)](),_0x28341b=new ObjectMatrix(_0xb91d95[_0x208aad(0x1d2)]['to'][_0x208aad(0x238)])[_0x208aad(0x122)]();return _0x5cdcbf[_0x208aad(0x1d2)][_0x208aad(0x15c)]===_0xb91d95[_0x208aad(0x1d2)][_0x208aad(0x1df)]['subUnitId']&&Rectangle['intersects'](_0x450cdf,_0x369c0c)||_0x5cdcbf[_0x208aad(0x1d2)]['subUnitId']===_0xb91d95[_0x208aad(0x1d2)]['to']['subUnitId']&&Rectangle[_0x208aad(0x153)](_0x450cdf,_0x28341b)?{'error':new Error(_0x208aad(0x298))}:_0x533418;}},setRangeValuesMutationWithReorderRange={'m1':SetRangeValuesMutation['id'],'m2':ReorderRangeMutation['id'],'handler'(_0x4b32e2,_0x1e2bf6){const _0x1ad618=_0x3177e2;var _0x591ea9,_0xfe9cfe;const _0x50c83b={'m1Prime':_0x4b32e2,'m2Prime':_0x1e2bf6};if(_0x4b32e2[_0x1ad618(0x1d2)][_0x1ad618(0x1f1)]!==_0x1e2bf6[_0x1ad618(0x1d2)][_0x1ad618(0x1f1)]||_0x4b32e2[_0x1ad618(0x1d2)][_0x1ad618(0x15c)]!==_0x1e2bf6[_0x1ad618(0x1d2)][_0x1ad618(0x15c)])return _0x50c83b;const _0x257590=Tools[_0x1ad618(0x1bb)](_0x4b32e2),{cellValue:_0x4fbc3b}=_0x257590['params'],_0x104958=new ObjectMatrix(_0x4fbc3b),{range:_0x2cdfde}=_0x1e2bf6[_0x1ad618(0x1d2)],_0x5250b9=new Map();for(let _0x447f5f=_0x2cdfde['startColumn'];_0x447f5f<=_0x2cdfde[_0x1ad618(0x2a3)];_0x447f5f++)for(let _0x5af1c9=_0x2cdfde[_0x1ad618(0x103)];_0x5af1c9<=_0x2cdfde[_0x1ad618(0x239)];_0x5af1c9++)if(((_0x591ea9=_0x4fbc3b==null?void 0x0:_0x4fbc3b[_0x5af1c9])==null?void 0x0:_0x591ea9[_0x447f5f])!==void 0x0){const _0x13db2f=(_0xfe9cfe=_0x1e2bf6[_0x1ad618(0x1d2)][_0x1ad618(0x1a1)][_0x5af1c9])!=null?_0xfe9cfe:_0x5af1c9;_0x13db2f!==_0x5af1c9&&(_0x5250b9[_0x1ad618(0x257)](_0x13db2f)||_0x5250b9[_0x1ad618(0x29e)](_0x13db2f,new Map()),_0x5250b9['get'](_0x13db2f)[_0x1ad618(0x29e)](_0x447f5f,_0x4fbc3b[_0x5af1c9][_0x447f5f]),_0x104958[_0x1ad618(0x26c)](_0x5af1c9,_0x447f5f));}return _0x5250b9[_0x1ad618(0x2b6)]((_0x10233d,_0x696f7e)=>{_0x10233d['forEach']((_0x492610,_0x5d1612)=>{const _0x411f99=_0x44db;_0x104958[_0x411f99(0x108)](_0x696f7e,_0x5d1612,_0x492610);});}),{'m1Prime':_0x257590,'m2Prime':_0x1e2bf6};}},setRangeValuesMutationWithSelf={'m1':SetRangeValuesMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x49bd00,_0x333e5a){const _0xfbc35d=_0x3177e2,_0x5f022e={'m1Prime':_0x49bd00,'m2Prime':_0x333e5a};if(_0x49bd00[_0xfbc35d(0x1d2)][_0xfbc35d(0x1f1)]!==_0x333e5a[_0xfbc35d(0x1d2)][_0xfbc35d(0x1f1)]||_0x49bd00[_0xfbc35d(0x1d2)][_0xfbc35d(0x15c)]!==_0x333e5a['params'][_0xfbc35d(0x15c)])return _0x5f022e;const _0x45a239=Tools[_0xfbc35d(0x1bb)](_0x49bd00),_0x3d121b=Tools[_0xfbc35d(0x1bb)](_0x333e5a),_0x190cb9=Tools['deepClone'](_0x333e5a),_0x323a0f=new ObjectMatrix(_0x45a239[_0xfbc35d(0x1d2)][_0xfbc35d(0x162)]),_0x5bc4fc=_0x323a0f[_0xfbc35d(0x122)](),_0x3dc5e0=new ObjectMatrix(_0x333e5a[_0xfbc35d(0x1d2)]['cellValue']),_0x389bc7=new ObjectMatrix(),_0x55f85e=_0x3dc5e0[_0xfbc35d(0x122)]();return Rectangle[_0xfbc35d(0x153)](_0x5bc4fc,_0x55f85e)?(_0x323a0f[_0xfbc35d(0x283)]((_0x126394,_0xe1b1ae,_0x2e6a66)=>{const _0x4ce9fe=_0xfbc35d;var _0x21968d;const _0x127ad3=_0x3dc5e0[_0x4ce9fe(0x144)](_0x126394,_0xe1b1ae);_0x127ad3===null&&_0x323a0f[_0x4ce9fe(0x26c)](_0x126394,_0xe1b1ae),_0x2e6a66&&_0x127ad3&&(typeof(_0x127ad3==null?void 0x0:_0x127ad3['s'])==_0x4ce9fe(0x22e)&&(_0x127ad3['s']=Tools[_0x4ce9fe(0x1bb)]((_0x21968d=_0x3d121b[_0x4ce9fe(0x1d2)][_0x4ce9fe(0x253)])==null?void 0x0:_0x21968d[_0x127ad3['s']])||void 0x0),_0x389bc7[_0x4ce9fe(0x108)](_0x126394,_0xe1b1ae,_0x127ad3));}),_0x45a239[_0xfbc35d(0x1d2)][_0xfbc35d(0x162)]=_0x323a0f[_0xfbc35d(0x1d8)](),_0x3d121b[_0xfbc35d(0x1d2)][_0xfbc35d(0x162)]=_0x389bc7[_0xfbc35d(0x1d8)](),{'m1Prime':[_0x45a239,_0x3d121b],'m2Prime':_0x190cb9}):_0x5f022e;}},setRowDataMutationWithSelf={'m1':SetRowDataMutation['id'],'m2':SetRowDataMutation['id'],'handler'(_0x540d17,_0x527e08){const _0x329981=_0x3177e2,_0x4d9e6f={'m1Prime':_0x540d17,'m2Prime':_0x527e08};if(_0x540d17[_0x329981(0x1d2)][_0x329981(0x1f1)]!==_0x527e08[_0x329981(0x1d2)][_0x329981(0x1f1)]||_0x540d17['params'][_0x329981(0x15c)]!==_0x527e08[_0x329981(0x1d2)][_0x329981(0x15c)])return _0x4d9e6f;const _0x1fa565=_0x540d17[_0x329981(0x1d2)][_0x329981(0x174)],_0x37b8ca=_0x527e08['params'][_0x329981(0x174)],_0x1e1d03={},_0x3a341a=Tools[_0x329981(0x1bb)](_0x540d17),_0x5bd232=new Set([...Object['keys'](_0x1fa565)['map'](Number),...Object[_0x329981(0xfb)](_0x37b8ca)[_0x329981(0x164)](Number)]);for(const _0x1be908 of _0x5bd232){const _0x304d9a=_0x1fa565[_0x1be908],_0x236115=_0x37b8ca[_0x1be908];if(_0x304d9a&&_0x236115){const _0x2e5cc4={..._0x304d9a,..._0x236115};_0x1e1d03[_0x1be908]=_0x2e5cc4;}else _0x304d9a?_0x1e1d03[_0x1be908]=_0x304d9a:_0x236115&&(_0x1e1d03[_0x1be908]=_0x236115);}return _0x3a341a[_0x329981(0x1d2)]['rowData']=_0x1e1d03,{'m1Prime':_0x3a341a,'m2Prime':_0x527e08};}},setSheetsFilterCriteriaWithMoveRange={'m1':SetSheetsFilterCriteriaMutation['id'],'m2':MoveRangeMutation['id'],'handler'(_0x54c5b0,_0x32e530){const _0x8a683f=_0x3177e2,_0x471f26={'m1Prime':_0x54c5b0,'m2Prime':_0x32e530};if(_0x54c5b0[_0x8a683f(0x1d2)][_0x8a683f(0x1f1)]!==_0x32e530[_0x8a683f(0x1d2)]['unitId']||_0x54c5b0[_0x8a683f(0x1d2)]['subUnitId']!==_0x32e530[_0x8a683f(0x1d2)][_0x8a683f(0x1df)]['subUnitId']&&_0x54c5b0['params'][_0x8a683f(0x15c)]!==_0x32e530[_0x8a683f(0x1d2)]['to']['subUnitId'])return _0x471f26;let _0x52a2c1=null;return _0x54c5b0[_0x8a683f(0x1d2)][_0x8a683f(0x15c)]===_0x32e530[_0x8a683f(0x1d2)][_0x8a683f(0x1df)][_0x8a683f(0x15c)]&&new ObjectMatrix(_0x32e530[_0x8a683f(0x1d2)][_0x8a683f(0x1df)][_0x8a683f(0x238)])[_0x8a683f(0x283)]((_0x536c05,_0x1d7273)=>{const _0x2fefff=_0x8a683f;_0x1d7273===_0x54c5b0[_0x2fefff(0x1d2)]['col']&&(_0x52a2c1=_0x32e530[_0x2fefff(0x1d2)][_0x2fefff(0x1df)][_0x2fefff(0x15c)]);}),_0x54c5b0[_0x8a683f(0x1d2)][_0x8a683f(0x15c)]===_0x32e530[_0x8a683f(0x1d2)]['to'][_0x8a683f(0x15c)]&&new ObjectMatrix(_0x32e530[_0x8a683f(0x1d2)]['to'][_0x8a683f(0x238)])[_0x8a683f(0x283)]((_0x4d7148,_0x2bc5c5)=>{const _0x215225=_0x8a683f;_0x2bc5c5===_0x54c5b0[_0x215225(0x1d2)][_0x215225(0xf8)]&&(_0x52a2c1=_0x32e530[_0x215225(0x1d2)]['to']['subUnitId']);}),_0x52a2c1?{'m1Prime':_0x54c5b0,'m2Prime':[_0x32e530,{'id':ReCalcSheetsFilterMutation['id'],'params':{'unitId':_0x32e530[_0x8a683f(0x1d2)][_0x8a683f(0x1f1)],'subUnitId':_0x52a2c1}}]}:_0x471f26;}},setSheetsFilterCriteriaWithRemoveSheetsFilter={'m1':SetSheetsFilterCriteriaMutation['id'],'m2':RemoveSheetsFilterMutation['id'],'handler'(_0x24ca38,_0x3ed9ec){const _0x36ddda=_0x3177e2,_0x10f905={'m1Prime':_0x24ca38,'m2Prime':_0x3ed9ec};return _0x24ca38['params']['unitId']!==_0x3ed9ec[_0x36ddda(0x1d2)][_0x36ddda(0x1f1)]||_0x24ca38[_0x36ddda(0x1d2)][_0x36ddda(0x15c)]!==_0x3ed9ec[_0x36ddda(0x1d2)][_0x36ddda(0x15c)]?_0x10f905:{'m1Prime':[],'m2Prime':[_0x3ed9ec]};}},setSheetsFilterCriteriaWithSetRangeValues={'m1':SetSheetsFilterCriteriaMutation['id'],'m2':SetRangeValuesMutation['id'],'handler'(_0x179079,_0x426b0c){const _0x54c858=_0x3177e2,_0x54e79b={'m1Prime':_0x179079,'m2Prime':_0x426b0c};if(_0x179079[_0x54c858(0x1d2)][_0x54c858(0x1f1)]!==_0x426b0c['params'][_0x54c858(0x1f1)]||_0x179079[_0x54c858(0x1d2)][_0x54c858(0x15c)]!==_0x426b0c[_0x54c858(0x1d2)][_0x54c858(0x15c)])return _0x54e79b;let _0x3b680a=!0x1;return new ObjectMatrix(_0x426b0c['params']['cellValue'])[_0x54c858(0x283)]((_0x29d0c2,_0x17f607)=>{const _0xcea124=_0x54c858;_0x17f607===_0x179079[_0xcea124(0x1d2)][_0xcea124(0xf8)]&&(_0x3b680a=!0x0);}),_0x3b680a?{'m1Prime':_0x179079,'m2Prime':[_0x426b0c,{'id':ReCalcSheetsFilterMutation['id'],'params':{'unitId':_0x426b0c[_0x54c858(0x1d2)][_0x54c858(0x1f1)],'subUnitId':_0x426b0c['params'][_0x54c858(0x15c)]}}]}:_0x54e79b;}},setSheetsFilterCriteriaWithSelf={'m1':SetSheetsFilterCriteriaMutation['id'],'m2':SetSheetsFilterCriteriaMutation['id'],'handler'(_0xd84cc1,_0xcd5ccf){const _0x59436f=_0x3177e2,_0x17281d={'m1Prime':_0xd84cc1,'m2Prime':_0xcd5ccf};return _0xd84cc1[_0x59436f(0x1d2)][_0x59436f(0x1f1)]!==_0xcd5ccf[_0x59436f(0x1d2)][_0x59436f(0x1f1)]||_0xd84cc1['params'][_0x59436f(0x15c)]!==_0xcd5ccf[_0x59436f(0x1d2)][_0x59436f(0x15c)]||_0xd84cc1[_0x59436f(0x1d2)][_0x59436f(0xf8)]!==_0xcd5ccf[_0x59436f(0x1d2)][_0x59436f(0xf8)]?_0x17281d:{'m1Prime':[],'m2Prime':[_0xcd5ccf]};}},setSheetsFilterRangeWithRemoveSheetsFilter={'m1':SetSheetsFilterRangeMutation['id'],'m2':RemoveSheetsFilterMutation['id'],'handler'(_0x13a05d,_0x3eb0f7){const _0x5f059f=_0x3177e2,_0x5ed284={'m1Prime':_0x13a05d,'m2Prime':_0x3eb0f7};return _0x13a05d[_0x5f059f(0x1d2)][_0x5f059f(0x1f1)]!==_0x3eb0f7['params'][_0x5f059f(0x1f1)]||_0x13a05d[_0x5f059f(0x1d2)][_0x5f059f(0x15c)]!==_0x3eb0f7[_0x5f059f(0x1d2)][_0x5f059f(0x15c)]?_0x5ed284:{'m1Prime':[],'m2Prime':[_0x3eb0f7]};}},setSheetsFilterRangeWithSelf={'m1':SetSheetsFilterRangeMutation['id'],'m2':SetSheetsFilterRangeMutation['id'],'handler'(_0x716c84,_0x20e879){const _0x43e568=_0x3177e2,_0x194c83={'m1Prime':_0x716c84,'m2Prime':_0x20e879};return _0x716c84['params'][_0x43e568(0x1f1)]!==_0x20e879[_0x43e568(0x1d2)]['unitId']||_0x716c84[_0x43e568(0x1d2)]['subUnitId']!==_0x20e879[_0x43e568(0x1d2)]['subUnitId']?_0x194c83:{'m1Prime':[],'m2Prime':[_0x20e879]};}},setTabColorMutationWithSelf={'m1':SetTabColorMutation['id'],'m2':SetTabColorMutation['id'],'handler'(_0x33c76e,_0x2577d1){const _0x304a4c=_0x3177e2;return _0x33c76e[_0x304a4c(0x1d2)][_0x304a4c(0x1f1)]===_0x2577d1[_0x304a4c(0x1d2)][_0x304a4c(0x1f1)]&&_0x33c76e[_0x304a4c(0x1d2)][_0x304a4c(0x15c)]===_0x2577d1[_0x304a4c(0x1d2)][_0x304a4c(0x15c)]&&_0x33c76e[_0x304a4c(0x1d2)][_0x304a4c(0x1cc)]!==_0x2577d1[_0x304a4c(0x1d2)]['color']?{'error':new Error(_0x304a4c(0x195))}:{'m1Prime':_0x33c76e,'m2Prime':_0x2577d1};}},setWorksheetColWidthMutationWithSelf={'m1':SetWorksheetColWidthMutation['id'],'m2':SetWorksheetColWidthMutation['id'],'handler'(_0x5c949f,_0x1d52a2){const _0x530fad=_0x3177e2,_0x2e4aef={'m1Prime':_0x5c949f,'m2Prime':_0x1d52a2};if(_0x5c949f['params'][_0x530fad(0x1f1)]!==_0x1d52a2[_0x530fad(0x1d2)][_0x530fad(0x1f1)]||_0x5c949f['params'][_0x530fad(0x15c)]!==_0x1d52a2[_0x530fad(0x1d2)][_0x530fad(0x15c)])return _0x2e4aef;const _0x35253b=_0x5c949f[_0x530fad(0x1d2)][_0x530fad(0x206)],_0x52193d=[],_0x2330ed=Tools['deepClone'](_0x5c949f),_0x3fad69=_0x1d52a2['params']['ranges'];_0x35253b[_0x530fad(0x2b6)](_0x534c0f=>{const _0x336d5d=_0x530fad,_0x24758c={'start':_0x534c0f['startColumn'],'end':_0x534c0f[_0x336d5d(0x2a3)]},_0x1a9f9b=_0x3fad69[_0x336d5d(0x164)](_0x439181=>({'start':_0x439181['startColumn'],'end':_0x439181[_0x336d5d(0x2a3)]})),_0x2539aa=lineSubtractLines(_0x24758c,_0x1a9f9b)['map'](_0x732e08=>({..._0x534c0f,'startColumn':_0x732e08[_0x336d5d(0xe2)],'endColumn':_0x732e08['end']}));_0x52193d[_0x336d5d(0x2a4)](..._0x2539aa);}),_0x2330ed[_0x530fad(0x1d2)][_0x530fad(0x206)]=_0x52193d;const {colWidth:_0x53ae3f}=_0x2330ed[_0x530fad(0x1d2)],{colWidth:_0x2d9b9c}=_0x1d52a2['params'];return typeof _0x53ae3f!=_0x530fad(0x203)&&(typeof _0x2d9b9c!='number'?Object[_0x530fad(0xfb)](_0x2d9b9c)[_0x530fad(0x164)](Number)[_0x530fad(0x2b6)](_0x367b1f=>{_0x53ae3f[_0x367b1f]!=null&&delete _0x53ae3f[_0x367b1f];}):_0x3fad69[_0x530fad(0x2b6)](_0x2e00ed=>{const _0x4f50c0=_0x530fad;for(let _0xe71b69=_0x2e00ed['startColumn'];_0xe71b69<=_0x2e00ed[_0x4f50c0(0x2a3)];_0xe71b69++)delete _0x53ae3f[_0xe71b69];})),{'m1Prime':_0x2330ed,'m2Prime':_0x1d52a2};}},setWorksheetNameMutationWithSelf={'m1':SetWorksheetNameMutation['id'],'m2':SetWorksheetNameMutation['id'],'handler'(_0x2c6435,_0x579db2){const _0x436852=_0x3177e2,_0x1a8dee={'m1Prime':_0x2c6435,'m2Prime':_0x579db2};return _0x2c6435['params'][_0x436852(0x1f1)]!==_0x579db2[_0x436852(0x1d2)]['unitId']||_0x2c6435[_0x436852(0x1d2)][_0x436852(0x15c)]!==_0x579db2[_0x436852(0x1d2)][_0x436852(0x15c)]?_0x1a8dee:{'error':new Error(_0x436852(0x11d))};}},setWorksheetRowAutoHeightMutationWithSelf={'m1':SetWorksheetRowAutoHeightMutation['id'],'m2':SetWorksheetRowAutoHeightMutation['id'],'handler'(_0x49db6f,_0x55d9ca){const _0x4a3840=_0x3177e2,_0x2333b7={'m1Prime':_0x49db6f,'m2Prime':_0x55d9ca};if(_0x49db6f[_0x4a3840(0x1d2)][_0x4a3840(0x1f1)]!==_0x55d9ca[_0x4a3840(0x1d2)][_0x4a3840(0x1f1)]||_0x49db6f[_0x4a3840(0x1d2)][_0x4a3840(0x15c)]!==_0x55d9ca[_0x4a3840(0x1d2)][_0x4a3840(0x15c)])return _0x2333b7;const _0x3e7bfb=_0x49db6f[_0x4a3840(0x1d2)][_0x4a3840(0x15d)],_0x1a0e35=[],_0xf4caf6=Tools[_0x4a3840(0x1bb)](_0x49db6f),_0x16e53e=_0x55d9ca[_0x4a3840(0x1d2)][_0x4a3840(0x15d)];return _0x3e7bfb[_0x4a3840(0x2b6)](_0xa33b50=>{const _0x59cffe=_0x4a3840;_0x16e53e[_0x59cffe(0x1f8)](_0xff0809=>_0xff0809['row']===_0xa33b50[_0x59cffe(0x138)])||_0x1a0e35[_0x59cffe(0x2a4)](_0xa33b50);}),_0xf4caf6[_0x4a3840(0x1d2)][_0x4a3840(0x15d)]=_0x1a0e35,{'m1Prime':_0xf4caf6,'m2Prime':_0x55d9ca};}},setWorksheetRowHeightMutationWithSelf={'m1':SetWorksheetRowHeightMutation['id'],'m2':SetWorksheetRowHeightMutation['id'],'handler'(_0x9b0215,_0x584f2f){const _0x51c33b=_0x3177e2,_0x24e091={'m1Prime':_0x9b0215,'m2Prime':_0x584f2f};if(_0x9b0215[_0x51c33b(0x1d2)]['unitId']!==_0x584f2f[_0x51c33b(0x1d2)][_0x51c33b(0x1f1)]||_0x9b0215[_0x51c33b(0x1d2)][_0x51c33b(0x15c)]!==_0x584f2f[_0x51c33b(0x1d2)][_0x51c33b(0x15c)])return _0x24e091;const _0xbad852=_0x9b0215[_0x51c33b(0x1d2)]['ranges'],_0x594ec4=[],_0x52bfc5=Tools['deepClone'](_0x9b0215),_0x2b0610=_0x584f2f[_0x51c33b(0x1d2)][_0x51c33b(0x206)];_0xbad852['forEach'](_0x437811=>{const _0x46cf24=_0x51c33b,_0x41d65f={'start':_0x437811[_0x46cf24(0x103)],'end':_0x437811[_0x46cf24(0x239)]},_0x317a1f=_0x2b0610[_0x46cf24(0x164)](_0x15b46a=>({'start':_0x15b46a[_0x46cf24(0x103)],'end':_0x15b46a[_0x46cf24(0x239)]})),_0xd11858=lineSubtractLines(_0x41d65f,_0x317a1f)[_0x46cf24(0x164)](_0x46beb2=>({..._0x437811,'startRow':_0x46beb2['start'],'endRow':_0x46beb2[_0x46cf24(0x12c)]}));_0x594ec4[_0x46cf24(0x2a4)](..._0xd11858);}),_0x52bfc5[_0x51c33b(0x1d2)]['ranges']=_0x594ec4;const {rowHeight:_0x10d3f5}=_0x52bfc5['params'],{rowHeight:_0x1da2de}=_0x584f2f[_0x51c33b(0x1d2)];return typeof _0x10d3f5!='number'&&(typeof _0x1da2de!=_0x51c33b(0x203)?Object['keys'](_0x1da2de)[_0x51c33b(0x164)](Number)[_0x51c33b(0x2b6)](_0x2e24cf=>{_0x10d3f5[_0x2e24cf]!=null&&delete _0x10d3f5[_0x2e24cf];}):_0x2b0610['forEach'](_0x2bc4b1=>{const _0x55a9fd=_0x51c33b;for(let _0x283e59=_0x2bc4b1[_0x55a9fd(0x103)];_0x283e59<=_0x2bc4b1[_0x55a9fd(0x239)];_0x283e59++)delete _0x10d3f5[_0x283e59];})),{'m1Prime':_0x52bfc5,'m2Prime':_0x584f2f};}},setWorksheetRowIsAutoHeightMutationWithSelf={'m1':SetWorksheetRowIsAutoHeightMutation['id'],'m2':SetWorksheetRowIsAutoHeightMutation['id'],'handler'(_0x3d33d7,_0x97264a){const _0x41093b=_0x3177e2,_0x2e6ead={'m1Prime':_0x3d33d7,'m2Prime':_0x97264a};if(_0x3d33d7[_0x41093b(0x1d2)]['unitId']!==_0x97264a[_0x41093b(0x1d2)][_0x41093b(0x1f1)]||_0x3d33d7[_0x41093b(0x1d2)][_0x41093b(0x15c)]!==_0x97264a['params'][_0x41093b(0x15c)])return _0x2e6ead;const _0x2b6b8b=_0x3d33d7[_0x41093b(0x1d2)][_0x41093b(0x206)],_0x5a03ed=[],_0x4c8cf1=Tools['deepClone'](_0x3d33d7),_0x44093e=_0x97264a[_0x41093b(0x1d2)][_0x41093b(0x206)];_0x2b6b8b[_0x41093b(0x2b6)](_0x243e3d=>{const _0x2e0421=_0x41093b,_0x4064b0={'start':_0x243e3d[_0x2e0421(0x103)],'end':_0x243e3d[_0x2e0421(0x239)]},_0x40c38d=_0x44093e[_0x2e0421(0x164)](_0x27e352=>({'start':_0x27e352['startRow'],'end':_0x27e352[_0x2e0421(0x239)]})),_0x2cf055=lineSubtractLines(_0x4064b0,_0x40c38d)[_0x2e0421(0x164)](_0x37878a=>({..._0x243e3d,'startRow':_0x37878a[_0x2e0421(0xe2)],'endRow':_0x37878a[_0x2e0421(0x12c)]}));_0x5a03ed[_0x2e0421(0x2a4)](..._0x2cf055);}),_0x4c8cf1[_0x41093b(0x1d2)][_0x41093b(0x206)]=_0x5a03ed;const {autoHeightInfo:_0x346324}=_0x4c8cf1[_0x41093b(0x1d2)],{autoHeightInfo:_0x1fd008}=_0x97264a[_0x41093b(0x1d2)];return typeof _0x346324!=_0x41093b(0x203)&&(typeof _0x1fd008!=_0x41093b(0x203)?Object[_0x41093b(0xfb)](_0x1fd008)[_0x41093b(0x164)](Number)[_0x41093b(0x2b6)](_0x43a1bf=>{_0x346324[_0x43a1bf]!=null&&delete _0x346324[_0x43a1bf];}):_0x44093e[_0x41093b(0x2b6)](_0x2c3432=>{const _0x507274=_0x41093b;for(let _0x322892=_0x2c3432[_0x507274(0x103)];_0x322892<=_0x2c3432[_0x507274(0x239)];_0x322892++)delete _0x346324[_0x322892];})),{'m1Prime':_0x4c8cf1,'m2Prime':_0x97264a};}},updateCommentWithSelf={'m1':UpdateCommentMutation['id'],'m2':UpdateCommentMutation['id'],'handler':__name((_0x2c02d1,_0x1a6f28)=>{const _0x1fc4dc=_0x3177e2,_0x90b364=_0x2c02d1[_0x1fc4dc(0x1d2)],_0x2ea614=_0x1a6f28[_0x1fc4dc(0x1d2)];return _0x90b364['unitId']===_0x2ea614['unitId']&&_0x90b364[_0x1fc4dc(0x15c)]===_0x2ea614[_0x1fc4dc(0x15c)]&&_0x90b364[_0x1fc4dc(0x184)][_0x1fc4dc(0x202)]===_0x2ea614['payload'][_0x1fc4dc(0x202)]?{'m1Prime':[],'m2Prime':_0x1a6f28}:{'m1Prime':_0x2c02d1,'m2Prime':_0x1a6f28};},'handler')},updateCommentRefWithSelf={'m1':UpdateCommentRefMutation['id'],'m2':UpdateCommentRefMutation['id'],'handler':__name((_0x4b3e2b,_0x4f699a)=>{const _0x51abc9=_0x3177e2,_0x1c8768=_0x4b3e2b['params'],_0x2cdf8f=_0x4f699a[_0x51abc9(0x1d2)];return _0x1c8768[_0x51abc9(0x1f1)]===_0x2cdf8f[_0x51abc9(0x1f1)]&&_0x1c8768[_0x51abc9(0x15c)]===_0x2cdf8f[_0x51abc9(0x15c)]&&_0x1c8768[_0x51abc9(0x184)][_0x51abc9(0x202)]===_0x2cdf8f[_0x51abc9(0x184)][_0x51abc9(0x202)]?{'m1Prime':[],'m2Prime':_0x4f699a}:{'m1Prime':_0x4b3e2b,'m2Prime':_0x4f699a};},_0x3177e2(0x21c))},updateDataValidationMutationWithAdd={'m1':UpdateDataValidationMutation['id'],'m2':AddDataValidationMutation['id'],'handler':__name((_0x3a6a44,_0xe0ce31)=>{const _0x574632=_0x3177e2,_0x2403d8={'m1Prime':_0x3a6a44,'m2Prime':_0xe0ce31},_0x137c7b=_0x3a6a44[_0x574632(0x1d2)],_0xdb479b=_0xe0ce31['params'];if(_0x137c7b[_0x574632(0x1f1)]!==_0xdb479b['unitId']||_0x137c7b[_0x574632(0x15c)]!==_0xdb479b[_0x574632(0x15c)])return _0x2403d8;if(_0x3a6a44[_0x574632(0x1d2)][_0x574632(0x184)][_0x574632(0x264)]===UpdateRuleType['RANGE']){const {unitId:_0x58fc89,subUnitId:_0x38c04a}=_0x3a6a44[_0x574632(0x1d2)],_0x2e621d=Array['isArray'](_0xe0ce31[_0x574632(0x1d2)][_0x574632(0x27d)])?_0xe0ce31[_0x574632(0x1d2)][_0x574632(0x27d)]:[_0xe0ce31['params'][_0x574632(0x27d)]],_0x335927=[],_0x72bb4b=new ObjectMatrix(),_0x3a5c37=_0x3a6a44[_0x574632(0x1d2)][_0x574632(0x184)][_0x574632(0x184)];_0x3a5c37[_0x574632(0x2b6)](_0x41f7a6=>{const _0x2a6bf7=_0x574632;Range[_0x2a6bf7(0x1f6)](_0x41f7a6,(_0x5c3158,_0x4c76fd)=>{const _0x58d867=_0x2a6bf7;_0x72bb4b['setValue'](_0x5c3158,_0x4c76fd,_0x3a6a44[_0x58d867(0x1d2)][_0x58d867(0x2b8)]);});}),_0x2e621d[_0x574632(0x2b6)](_0x274c61=>{const _0x2ce12c=_0x574632;_0x274c61[_0x2ce12c(0x206)][_0x2ce12c(0x2b6)](_0x2c315d=>{const _0x4b4aa6=_0x2ce12c;Range[_0x4b4aa6(0x1f6)](_0x2c315d,(_0x42181e,_0x22e670)=>{const _0xf59351=_0x4b4aa6;_0x72bb4b['setValue'](_0x42181e,_0x22e670,_0x274c61[_0xf59351(0x173)]);});});});const _0x1983ad=_0x3a6a44[_0x574632(0x1d2)][_0x574632(0x2b8)],_0x4dc99b=queryObjectMatrix(_0x72bb4b,_0x35dda2=>_0x35dda2===_0x1983ad);return isRangesEqual(_0x4dc99b,_0x3a5c37)||(_0x4dc99b[_0x574632(0x13d)]?_0x335927[_0x574632(0x2a4)]({'id':UpdateDataValidationMutation['id'],'params':{'unitId':_0x58fc89,'subUnitId':_0x38c04a,'ruleId':_0x1983ad,'payload':{'type':UpdateRuleType[_0x574632(0x20f)],'payload':_0x4dc99b}}}):_0x335927['push']({'id':RemoveDataValidationMutation['id'],'params':{'unitId':_0x58fc89,'subUnitId':_0x38c04a,'ruleId':_0x1983ad}})),{'m1Prime':_0x335927[_0x574632(0x13d)]?_0x335927:[_0x3a6a44],'m2Prime':[..._0x335927,_0xe0ce31]};}return _0x2403d8;},'handler')},updateDataValidationMutationWithRemoveSelf={'m1':UpdateDataValidationMutation['id'],'m2':RemoveDataValidationMutation['id'],'handler':__name((_0x10088f,_0x366d3b)=>{const _0xfe6983=_0x3177e2,_0x50dfbd={'m1Prime':_0x10088f,'m2Prime':_0x366d3b};if(_0x10088f[_0xfe6983(0x1d2)][_0xfe6983(0x1f1)]!==_0x366d3b[_0xfe6983(0x1d2)][_0xfe6983(0x1f1)]||_0x10088f['params'][_0xfe6983(0x15c)]!==_0x366d3b[_0xfe6983(0x1d2)]['subUnitId'])return _0x50dfbd;const _0x534714=_0x10088f[_0xfe6983(0x1d2)][_0xfe6983(0x2b8)];return(Array[_0xfe6983(0x1b0)](_0x366d3b[_0xfe6983(0x1d2)][_0xfe6983(0x2b8)])?_0x366d3b[_0xfe6983(0x1d2)][_0xfe6983(0x2b8)]:[_0x366d3b[_0xfe6983(0x1d2)]['ruleId']])['indexOf'](_0x534714)>-0x1?{'m1Prime':[],'m2Prime':_0x366d3b}:_0x50dfbd;},'handler')},updateDataValidationMutationWithSelf={'m1':UpdateDataValidationMutation['id'],'m2':UpdateDataValidationMutation['id'],'handler':__name((_0x54ac79,_0x1c8a3f)=>{const _0x196f84=_0x3177e2,_0x174759={'m1Prime':_0x54ac79,'m2Prime':_0x1c8a3f},_0x207f16=_0x54ac79[_0x196f84(0x1d2)],_0xb142f7=_0x1c8a3f[_0x196f84(0x1d2)];if(_0x207f16[_0x196f84(0x1f1)]===_0xb142f7[_0x196f84(0x1f1)]&&_0x207f16[_0x196f84(0x15c)]===_0xb142f7[_0x196f84(0x15c)]){const _0x1eece3=Tools[_0x196f84(0x1bb)](_0x1c8a3f);if(_0xb142f7[_0x196f84(0x2b8)]===_0x207f16[_0x196f84(0x2b8)]&&_0x207f16['payload'][_0x196f84(0x264)]===_0xb142f7[_0x196f84(0x184)]['type'])return _0x207f16[_0x196f84(0x184)][_0x196f84(0x264)]===UpdateRuleType[_0x196f84(0x20f)]&&!isRangesEqual(_0x207f16[_0x196f84(0x184)]['payload'],_0xb142f7[_0x196f84(0x184)][_0x196f84(0x184)])?{'error':new Error('edit\x20range\x20of\x20same\x20data-validation\x20rule\x20is\x20not\x20allowed')}:{'m1Prime':[],'m2Prime':_0x1eece3};if(_0x207f16[_0x196f84(0x184)][_0x196f84(0x264)]===UpdateRuleType[_0x196f84(0x20f)]&&_0xb142f7[_0x196f84(0x184)][_0x196f84(0x264)]===UpdateRuleType[_0x196f84(0x20f)]&&_0xb142f7[_0x196f84(0x2b8)]!==_0x207f16[_0x196f84(0x2b8)]){let _0x3bdbbe=__name(function(_0x8a9da2,_0xda21c0){_0x8a9da2['forEach'](_0x37bb68=>{const _0x4203bd=_0x44db;Range[_0x4203bd(0x1f6)](_0x37bb68,(_0x4eb731,_0xf98a8b)=>{_0x3218ce['setValue'](_0x4eb731,_0xf98a8b,_0xda21c0);});});},_0x196f84(0x1bc));const _0x3218ce=new ObjectMatrix();_0x3bdbbe(_0x207f16[_0x196f84(0x184)][_0x196f84(0x184)],_0x207f16['ruleId']),_0x3bdbbe(_0xb142f7[_0x196f84(0x184)]['payload'],_0xb142f7[_0x196f84(0x2b8)]);const _0x47b3b0=queryObjectMatrix(_0x3218ce,_0x57964a=>_0x57964a===_0x207f16[_0x196f84(0x2b8)]),_0x5bcf60=!isRangesEqual(_0x207f16['payload'][_0x196f84(0x184)],_0x47b3b0)?_0x47b3b0[_0x196f84(0x13d)]?[{'id':UpdateDataValidationMutation['id'],'params':{..._0x207f16,'payload':{'type':UpdateRuleType[_0x196f84(0x20f)],'payload':_0x47b3b0}}}]:[{'id':RemoveDataValidationMutation['id'],'params':{..._0x207f16,'payload':void 0x0}}]:[];return{'m1Prime':[_0x54ac79],'m2Prime':[..._0x5bcf60,_0x1c8a3f]};}}return _0x174759;},_0x3177e2(0x21c))},updateHyperLinkWithSelf={'m1':UpdateHyperLinkMutation['id'],'m2':UpdateHyperLinkMutation['id'],'handler':__name((_0x4b0760,_0x300908)=>{const _0x23fa91=_0x3177e2,_0x19cae5=_0x4b0760[_0x23fa91(0x1d2)],_0x4efa42=_0x300908[_0x23fa91(0x1d2)];return _0x19cae5['unitId']===_0x4efa42[_0x23fa91(0x1f1)]&&_0x19cae5['subUnitId']===_0x4efa42[_0x23fa91(0x15c)]&&_0x19cae5['id']===_0x4efa42['id']?{'m2Prime':_0x300908,'m1Prime':[]}:{'m1Prime':_0x4b0760,'m2Prime':_0x300908};},_0x3177e2(0x21c))},updateHyperLinkRefWithSelf={'m1':UpdateHyperLinkRefMutation['id'],'m2':UpdateHyperLinkRefMutation['id'],'handler':__name((_0x2d4544,_0x161c59)=>{const _0x3b2561=_0x3177e2,_0x10503e=_0x2d4544['params'],_0x5db191=_0x161c59['params'];return _0x10503e[_0x3b2561(0x1f1)]===_0x5db191[_0x3b2561(0x1f1)]&&_0x10503e[_0x3b2561(0x15c)]===_0x5db191['subUnitId']&&_0x10503e['id']===_0x5db191['id']?{'m2Prime':_0x161c59,'m1Prime':[]}:{'m1Prime':_0x2d4544,'m2Prime':_0x161c59};},_0x3177e2(0x21c))},removeSheetMutationWithAddWorksheetMerge={'m1':RemoveSheetMutation['id'],'m2':AddWorksheetMergeMutation['id'],'handler'(_0x36e62e,_0x31c163){const _0x13ecd0=_0x3177e2,_0x4a19a3=Tools[_0x13ecd0(0x1bb)](_0x31c163);return _0x36e62e[_0x13ecd0(0x1d2)]['subUnitId']!==_0x31c163[_0x13ecd0(0x1d2)]['subUnitId']||_0x36e62e['params'][_0x13ecd0(0x1f1)]!==_0x31c163[_0x13ecd0(0x1d2)][_0x13ecd0(0x1f1)]?{'m1Prime':_0x36e62e,'m2Prime':_0x4a19a3}:(_0x4a19a3['id']=EmptyMutation['id'],{'m1Prime':_0x36e62e,'m2Prime':_0x4a19a3});}},removeSheetMutationWithRemoveWorksheetMerge={'m1':RemoveSheetMutation['id'],'m2':RemoveWorksheetMergeMutation['id'],'handler'(_0x4d0664,_0x59fabf){const _0xb2b008=_0x3177e2,_0x4da942=Tools[_0xb2b008(0x1bb)](_0x59fabf);return _0x4d0664[_0xb2b008(0x1d2)][_0xb2b008(0x15c)]!==_0x59fabf[_0xb2b008(0x1d2)][_0xb2b008(0x15c)]||_0x4d0664['params']['unitId']!==_0x59fabf[_0xb2b008(0x1d2)][_0xb2b008(0x1f1)]?{'m1Prime':_0x4d0664,'m2Prime':_0x4da942}:(_0x4da942['id']=EmptyMutation['id'],{'m1Prime':_0x4d0664,'m2Prime':_0x4da942});}},InsertSheetMutationWithSelf={'m1':InsertSheetMutation['id'],'m2':InsertSheetMutation['id'],'handler'(_0x618827,_0x3e2370){const _0x4a3f95=_0x3177e2;if(_0x618827[_0x4a3f95(0x1d2)]['sheet']['id']===_0x3e2370['params']['sheet']['id'])return{'error':new Error(_0x4a3f95(0x2af))};const _0x20fc07=Tools[_0x4a3f95(0x1bb)](_0x618827),_0x23be40=Tools['deepClone'](_0x3e2370);return _0x20fc07[_0x4a3f95(0x1d2)]['index']<=_0x23be40['params'][_0x4a3f95(0xef)]?_0x23be40[_0x4a3f95(0x1d2)][_0x4a3f95(0xef)]+=0x1:_0x20fc07[_0x4a3f95(0x1d2)][_0x4a3f95(0xef)]>_0x23be40[_0x4a3f95(0x1d2)]['index']&&(_0x20fc07[_0x4a3f95(0x1d2)][_0x4a3f95(0xef)]+=0x1),_0x618827[_0x4a3f95(0x1d2)]['sheet']['name']===_0x3e2370['params']['sheet'][_0x4a3f95(0x177)]?{'error':new Error('Two\x20mutation\x20have\x20the\x20same\x20worksheet\x20name!')}:{'m1Prime':_0x20fc07,'m2Prime':_0x23be40};}},RemoveSheetMutationWithOthers={'m1':RemoveSheetMutation['id'],'m2':'any','handler'(_0x2a164f,_0x1d59be){const _0x5cef99=_0x3177e2;var _0x5503a7;return _0x2a164f[_0x5cef99(0x1d2)]['subUnitId']===((_0x5503a7=_0x1d59be[_0x5cef99(0x1d2)])==null?void 0x0:_0x5503a7[_0x5cef99(0x15c)])&&_0x2a164f['id']!==_0x1d59be['id']?{'error':new Error('Trying\x20to\x20mutate\x20a\x20deleted\x20worksheet!')}:{'m1Prime':_0x2a164f,'m2Prime':_0x1d59be};}},SetWorksheetOrderMutationWithSelf={'m1':SetWorksheetOrderMutation['id'],'m2':SetWorksheetOrderMutation['id'],'handler'(_0x2ea964,_0x44f920){const _0x5a71e3=_0x3177e2,_0x54bb2f=Tools['deepClone'](_0x2ea964),_0x26c543=Tools['deepClone'](_0x44f920),_0xf4cd59={'error':new Error(_0x5a71e3(0x1c8))};if(_0x2ea964[_0x5a71e3(0x1d2)][_0x5a71e3(0x280)]===_0x44f920['params']['fromOrder'])_0x54bb2f['id']=EmptyMutation['id'],_0x26c543[_0x5a71e3(0x1d2)][_0x5a71e3(0x280)]=_0x2ea964[_0x5a71e3(0x1d2)]['toOrder'];else{_0x2ea964['params'][_0x5a71e3(0x280)]===_0x2ea964['params']['toOrder']&&(_0x54bb2f['id']=EmptyMutation['id']),_0x44f920[_0x5a71e3(0x1d2)][_0x5a71e3(0x280)]===_0x44f920[_0x5a71e3(0x1d2)]['toOrder']&&(_0x26c543['id']=EmptyMutation['id']);const _0xf91020=[Math['min'](_0x2ea964[_0x5a71e3(0x1d2)]['fromOrder'],_0x2ea964[_0x5a71e3(0x1d2)][_0x5a71e3(0x14b)]),Math[_0x5a71e3(0x1bd)](_0x2ea964['params'][_0x5a71e3(0x280)],_0x2ea964[_0x5a71e3(0x1d2)]['toOrder'])],_0xa20754=[Math[_0x5a71e3(0x10b)](_0x44f920[_0x5a71e3(0x1d2)][_0x5a71e3(0x280)],_0x44f920[_0x5a71e3(0x1d2)][_0x5a71e3(0x14b)]),Math[_0x5a71e3(0x1bd)](_0x44f920[_0x5a71e3(0x1d2)][_0x5a71e3(0x280)],_0x44f920[_0x5a71e3(0x1d2)]['toOrder'])];if(_0xf91020[0x0]<=_0xa20754[0x1]&&_0xf91020[0x1]>=_0xa20754[0x0])return _0xf4cd59;}return{'m1Prime':_0x54bb2f,'m2Prime':_0x26c543};}},InsetSheetMutationWithSetWorksheetOrder={'m1':InsertSheetMutation['id'],'m2':SetWorksheetOrderMutation['id'],'handler'(_0x446f9b,_0x30326e){const _0x3fee3a=_0x3177e2,_0x86ab18=Tools[_0x3fee3a(0x1bb)](_0x446f9b),_0x15cd5a=Tools[_0x3fee3a(0x1bb)](_0x30326e);return _0x446f9b[_0x3fee3a(0x1d2)][_0x3fee3a(0xef)]<=_0x30326e['params'][_0x3fee3a(0x1a1)]&&(_0x15cd5a[_0x3fee3a(0x1d2)][_0x3fee3a(0x1a1)]+=0x1),{'m1Prime':_0x86ab18,'m2Prime':_0x15cd5a};}},OthersWithRemoveSheetMutation={'m1':_0x3177e2(0x2b0),'m2':RemoveSheetMutation['id'],'handler'(_0x1ade26,_0x54a0ef){return{'m1Prime':_0x1ade26,'m2Prime':_0x54a0ef};}},WorksheetAlgorithms=[InsertSheetMutationWithSelf,InsetSheetMutationWithSetWorksheetOrder,RemoveSheetMutationWithOthers,OthersWithRemoveSheetMutation,SetWorksheetOrderMutationWithSelf];var __defProp$5=Object[_0x3177e2(0x28f)],__getOwnPropDesc$5=Object[_0x3177e2(0x27f)],__decorateClass$5=__name((_0x1175c0,_0x58433a,_0xdb1eb2,_0x78e5de)=>{for(var _0x2bfee4=_0x78e5de>0x1?void 0x0:_0x78e5de?__getOwnPropDesc$5(_0x58433a,_0xdb1eb2):_0x58433a,_0x1c06f8=_0x1175c0['length']-0x1,_0x541444;_0x1c06f8>=0x0;_0x1c06f8--)(_0x541444=_0x1175c0[_0x1c06f8])&&(_0x2bfee4=(_0x78e5de?_0x541444(_0x58433a,_0xdb1eb2,_0x2bfee4):_0x541444(_0x2bfee4))||_0x2bfee4);return _0x78e5de&&_0x2bfee4&&__defProp$5(_0x58433a,_0xdb1eb2,_0x2bfee4),_0x2bfee4;},_0x3177e2(0x2a2)),__decorateParam$5=__name((_0x5ae45c,_0x57c538)=>(_0x16399a,_0x409d47)=>_0x57c538(_0x16399a,_0x409d47,_0x5ae45c),_0x3177e2(0x1f0)),_a;let SheetTransformController=(_a=class extends Disposable{constructor(_0x2b0391){super(),this['_transformService']=_0x2b0391,[...WorksheetAlgorithms,insertColMutationWithSelf,insertColMutationWithMoveCol,insertColMutationWithMoveRange,insertColMutationWithRemoveCol,insertColMutationWithSetRangeValues,insertColMutationWithSetColData,insertColMutationWithSetColHidden,insertColMutationWithSetColVisible,insertColMutationWithSetWorksheetColWidth,insertColMutationWithSetNumfmt,insertColMutationWithRemoveNumfmt,insertColMutationWithSetSelection,insertRowMutationWithSelf,insertRowMutationWithMoveRange,insertRowMutationWithMoveRow,insertRowMutationWithRemoveRow,insertRowMutationWithSetRangeValues,insertRowMutationWithSetWorksheetRowAutoHeight,insertRowMutationWithSetWorksheetRowHeight,insertRowMutationWithSetWorksheetRowIsAutoHeight,insertRowMutationWithSetRowData,insertRowMutationWithSetRowHidden,insertRowMutationWithSetRowVisible,insertRowMutationWithSetNumfmt,insertRowMutationWithRemoveNumfmt,insertRowMutationWithSetSelection,moveColMutationWithSelf,moveColMutationWithSetRangeValues,moveColMutationWithMoveRange,moveColMutationWithSetColData,moveColMutationWithSetColHidden,moveColMutationWithSetColVisible,moveColMutationWithSetWorksheetColWidth,moveColMutationWithSetNumfmt,moveColMutationWithSetSelection,moveColMutationWithRemoveNumfmt,moveRowMutationWithSelf,moveRowMutationWithSetRangeValues,moveRowMutationWithMoveRange,moveRowMutationWithSetWorksheetRowAutoHeight,moveRowMutationWithSetWorksheetRowHeight,moveRowMutationWithSetWorksheetRowIsAutoHeight,moveRowMutationWithSetRowData,moveRowMutationWithSetRowHidden,moveRowMutationWithSetRowVisible,moveRowMutationWithSetNumfmt,moveRowMutationWithRemoveNumfmt,moveRowMutationWithSetSelection,moveRangeMutationWithSelf,moveRangeMutationWithSetNumfmt,moveRangeMutationWithRemoveNumfmt,removeColMutationWithSelf,removeColMutationWithMoveCol,removeColMutationWithMoveRange,removeColMutationWithSetRangeValues,removeColMutationWithSetColData,removeColMutationWithSetColHidden,removeColMutationWithSetColVisible,removeColMutationWithSetWorksheetColWidth,removeColMutationWithSetNumfmt,removeColMutationWithRemoveNumfmt,removeColMutationWithSetSelection,removeRowMutationWithSelf,removeRowMutationWithMoveRow,removeRowMutationWithMoveRange,removeRowMutationWithSetRangeValues,removeRowMutationWithSetWorksheetRowAutoHeight,removeRowMutationWithSetWorksheetRowHeight,removeRowMutationWithSetWorksheetRowIsAutoHeight,removeRowMutationWithSetRowData,removeRowMutationWithSetRowHidden,removeRowMutationWithSetRowVisible,removeRowMutationWithSetNumfmt,removeRowMutationWithRemoveNumfmt,removeRowMutationWithSetSelection,setRangeValuesMutationWithSelf,setRangeValuesWithMoveRange,setWorksheetNameMutationWithSelf,setFrozenMutationWithSelf,setTabColorMutationWithSelf,setWorksheetColWidthMutationWithSelf,setWorksheetRowAutoHeightMutationWithSelf,setWorksheetRowHeightMutationWithSelf,setWorksheetRowIsAutoHeightMutationWithSelf,setRowDataMutationWithSelf,setColDataMutationWithSelf,setNumfmtMutationWithSelf,setNumfmtMutationWithRemoveNumfmt,removeNumfmtMutationWithSelf,removeNumfmtMutationWithSetNumfmt,addConditionalFormattingRuleMutationWithSelf,setConditionalFormattingRuleMutationWithSelf,moveConditionalFormattingRuleMutationWithSelf,deleteConditionalFormattingRuleMutationWithSelf,addDataValidationMutationWithSelf,updateDataValidationMutationWithSelf,removeDataValidationMutationWithSelf,moveColMutationWithAddDataValidation,moveRowMutationWithAddDataValidation,insertColMutationWithAddDataValidation,removeColMutationWithAddDataValidation,removeRowMutationWithAddDataValidation,moveColMutationWithUpdateDataValidation,moveRowMutationWithUpdateDataValidation,insertColMutationWithUpdateDataValidation,insertRowMutationWithUpdateDataValidation,removeColMutationWithUpdateDataValidation,removeRowMutationWithUpdateDataValidation,addDataValidationMutationWithUpdate,updateDataValidationMutationWithAdd,updateDataValidationMutationWithRemoveSelf,insertColMutationWithSetSheetsFilterCriteria,insertColMutationWithSetSheetsFilterRange,insertRowMutationWithSetSheetsFilterRange,moveColMutationWithSetSheetsFilterCriteria,moveColMutationWithSetSheetsFilterRange,moveRowMutationWithSetSheetsFilterRange,removeColMutationWithSetSheetsFilterCriteria,removeColMutationWithSetSheetsFilterRange,removeRowMutationWithSetSheetsFilterRange,setSheetsFilterCriteriaWithSelf,setSheetsFilterCriteriaWithRemoveSheetsFilter,setSheetsFilterCriteriaWithSetRangeValues,setSheetsFilterCriteriaWithMoveRange,setSheetsFilterRangeWithSelf,setSheetsFilterRangeWithRemoveSheetsFilter,addWorksheetMergeMutationWithSelf,addWorksheetMergeMutationWithInsertColMutation,insertColMutationWithAddMerge,addWorksheetMergeMutationWithInsertRowMutation,insertRowMutationWithAddMerge,addWorksheetMergeMutationWithMoveColMutation,moveColMutationWithAddMerge,addWorksheetMergeMutationWithMoveRowMutation,moveRowsMutationWithAddMerge,addWorksheetMergeMutationWithMoveRangeMutation,moveRangeMutationWithAddMerge,addWorksheetMergeMutationWithRemoveColMutation,removeColMutationWithAddMerge,addWorksheetMergeMutationWithRemoveRowMutation,removeRowMutationWithAddMerge,addWorksheetMergeMutationWithSetRangeValues,setRangeValueMutationWithAddMerge,addWorksheetMergeMutationWithRemoveWorksheetMergeMutation,removeSheetMutationWithAddWorksheetMerge,insertColMutationWithRemoveWorksheetMergeMutation,insertRowMutationWithRemoveWorksheetMergeMutation,moveColMutationWithRemoveWorksheetMerge,moveRowMutationWithRemoveWorksheetMerge,removeColMutationWithRemoveWorksheetMerge,removeRowMutationWithRemoveWorksheetMerge,removeSheetMutationWithRemoveWorksheetMerge,removeWorksheetMergeMutationWithAddMerge,removeWorksheetMergeMutationWithInsertRowMutation,removeWorksheetMergeMutationWithInsertColMutation,removeWorksheetMergeMutationWithMoveColMutation,removeWorksheetMergeMutationWithMoveRowMutation,removeWorksheetMergeMutationWithRemoveColMutation,removeWorksheetMergeMutationWithRemoveRowMutation,addWorksheetMergeMutationWithSetSelection,removeWorksheetMergeMutationWithSetSelection,addCommentMutationWithSelf,deleteCommentMutationWithAdd,deleteCommentMutationWithSelf,updateCommentRefWithSelf,updateCommentWithSelf,insertColWithAddComment,insertRowWithAddComment,moveColWithAddComment,moveRowWithAddComment,removeColWithAddComment,removeRowWithAddComment,insertColWithUpdateCommentRef,insertRowWithUpdateCommentRef,moveColsWithUpdateCommentRef,moveRowsWithUpdateCommentRef,removeColWithUpdateCommentRef,removeRowWithUpdateCommentRef,addHyperLinkWithSelf,removeHyperLinkWithSelf,updateHyperLinkWithSelf,updateHyperLinkRefWithSelf,addRangeProtectionWithAddComment,addRangeProtectionWithAddConditionRule,addRangeProtectionWithSelf,addRangeProtectionWithAddWorksheetMerge,addRangeProtectionWithAddWorksheetProtection,addRangeProtectionWithDeleteConditionFormattingRule,addRangeProtectionWithInsertCol,addRangeProtectionWithInsertRow,addRangeProtectionWithMoveCol,addRangeProtectionWithMoveRange,addRangeProtectionWithMoveRow,addRangeProtectionWithRemoveCol,addRangeProtectionWithRemoveDataValidation,addRangeProtectionWithRemoveNumfmt,addRangeProtectionWithRemoveFilter,addRangeProtectionWithRemoveWorksheetMerge,addRangeProtectionWithSetConditionalFormattingRule,addRangeProtectionWithSetFrozen,addRangeProtectionWithSetNumfmt,addRangeProtectionWithSetRangeProtection,addRangeProtectionWithSetRangeValue,addRangeProtectionWithSetWorksheetColWidth,addRangeProtectionWithUpdateComment,addRangeProtectionWithUpdateDataValidation,setRangeProtectionWithAddComment,setRangeProtectionWithAddConditionRule,setRangeProtectionWithAddWorksheetMerge,setRangeProtectionWithAddWorksheetProtection,setRangeProtectionWithDeleteConditionFormattingRule,setRangeProtectionWithInsertCol,setRangeProtectionWithInsertRow,setRangeProtectionWithMoveCol,setRangeProtectionWithMoveRange,setRangeProtectionWithMoveRow,setRangeProtectionWithRemoveCol,setRangeProtectionWithRemoveRow,setRangeProtectionWithRemoveDataValidation,setRangeProtectionWithRemoveFilter,setRangeProtectionWithRemoveWorksheetMerge,setRangeProtectionWithSetConditionalFormattingRule,setRangeProtectionWithSetFrozen,setRangeProtectionWithSetNumfmt,setRangeProtectionWithSetRangeProtection,setRangeProtectionWithSetRangeValue,setRangeProtectionWithSetWorksheetColWidth,setRangeProtectionWithUpdateComment,setRangeProtectionWithUpdateDataValidation,addWorksheetProtectionWithAddComment,addWorksheetProtectionWithAddConditionRule,addWorksheetProtectionWithAddRangeProtection,addWorksheetProtectionWithAddWorksheetMerge,addWorksheetProtectionWithSelf,addWorksheetProtectionWithChangeSheetOrder,addWorksheetProtectionWithDeleteConditionFormattingRule,addWorksheetProtectionWithInsertCol,addWorksheetProtectionWithInsertRow,addWorksheetProtectionWithMoveCol,addWorksheetProtectionWithMoveRow,addWorksheetProtectionWithMoveRange,addWorksheetProtectionWithRemoveCol,addWorksheetProtectionWithRemoveRow,addWorksheetProtectionWithRemoveDataValidation,addWorksheetProtectionWithRemoveNumfmt,addWorksheetProtectionWithRemoveWorksheetMerge,addWorksheetProtectionWithRemoveFilter,addWorksheetProtectionWithRemoveWorksheet,addWorksheetProtectionWithSetConditionalFormattingRule,addWorksheetProtectionWithSetFrozen,addWorksheetProtectionWithSetNumfmt,addWorksheetProtectionWithSetRangeProtection,addWorksheetProtectionWithSetWorksheetColWidth,addWorksheetProtectionWithSetWorksheetName,addWorksheetProtectionWithUpdateComment,addWorksheetProtectionWithUpdateDataValidation,insertRowMutationWithReorderRange,insertColMutationWithReorderRange,removeRowMutationWithReorderRange,removeColMutationWithReorderRange,moveRowMutationWithReorderRange,moveColMutationWithReorderRange,moveRangeMutationWithReorderRange,setRangeValuesMutationWithReorderRange,reorderRangeMutationWithSelf,setDrawingApplyMutationWithSelf,OthersWithRevertRevision,RevertRevisionMutationWithOthers]['forEach'](_0x3f6d54=>{const _0x232fbe=_0x44db;this['_transformService'][_0x232fbe(0x20d)](_0x3f6d54);});}},__name(_a,_0x3177e2(0x10c)),_a);SheetTransformController=__decorateClass$5([__decorateParam$5(0x0,ITransformService)],SheetTransformController);function extractActionsBySegmentId(_0x5be5c0,_0x3b1200){const _0x22f0eb=_0x3177e2;if(!Array['isArray'](_0x5be5c0))return;const _0x251454=_0x5be5c0[_0x22f0eb(0x273)](_0x22f0eb(0x130))>-0x1?_0x5be5c0:_0x5be5c0['find'](_0x439510=>Array['isArray'](_0x439510)&&_0x439510[_0x22f0eb(0x273)](_0x22f0eb(0x130))>-0x1);if(!Array[_0x22f0eb(0x1b0)](_0x251454))return;const _0x47c6a7=_0x251454[_0x22f0eb(0x273)](_0x22f0eb(0x130));if(!(_0x47c6a7===-0x1||(_0x47c6a7===0x0?'':_0x251454[_0x47c6a7-0x1])!==_0x3b1200))return _0x251454[_0x22f0eb(0xe4)](_0x47c6a7);}__name(extractActionsBySegmentId,_0x3177e2(0x29a));function transformTextRanges(_0x1b1b66,_0x19d3f1,_0x16eb3b='right'){const _0x105eca=_0x3177e2;if(_0x19d3f1['length']===0x0)return[];const {segmentId:_0x20d109}=_0x19d3f1[0x0];if(_0x20d109==null)return _0x19d3f1;const _0x4f5522=extractActionsBySegmentId(_0x1b1b66,_0x20d109);if(_0x4f5522==null)return _0x19d3f1;const _0x1eb511=[];for(const _0x5cfe17 of _0x19d3f1){const _0x28f833=JSONX[_0x105eca(0xed)](_0x4f5522,_0x5cfe17[_0x105eca(0x179)],_0x16eb3b),_0x2c643d=JSONX[_0x105eca(0xed)](_0x4f5522,_0x5cfe17[_0x105eca(0x14a)],_0x16eb3b),_0x52c6f9={..._0x5cfe17,'startOffset':_0x28f833,'endOffset':_0x2c643d,'collapsed':_0x28f833===_0x2c643d};_0x1eb511[_0x105eca(0x2a4)](_0x52c6f9);}return _0x1eb511;}__name(transformTextRanges,_0x3177e2(0x242));const RichTextEditingMutationWithSelf={'m1':RichTextEditingMutation['id'],'m2':RichTextEditingMutation['id'],'handler'(_0x31b154,_0x1111d8){const _0x25d727=_0x3177e2;if(_0x31b154['params'][_0x25d727(0x1f1)]!==_0x1111d8[_0x25d727(0x1d2)][_0x25d727(0x1f1)])return{'error':new Error(_0x25d727(0x1c5))};const _0x526d47=Tools[_0x25d727(0x1bb)](_0x31b154),_0x2f35a7=Tools[_0x25d727(0x1bb)](_0x1111d8);return{'m1Prime':{..._0x526d47,'params':{..._0x526d47[_0x25d727(0x1d2)],'actions':JSONX[_0x25d727(0x1c9)](_0x526d47[_0x25d727(0x1d2)]['actions'],_0x2f35a7[_0x25d727(0x1d2)][_0x25d727(0x1e3)],_0x25d727(0x275)),'textRanges':_0x526d47[_0x25d727(0x1d2)][_0x25d727(0x1da)]?transformTextRanges(_0x2f35a7[_0x25d727(0x1d2)]['actions'],_0x526d47[_0x25d727(0x1d2)][_0x25d727(0x1da)],_0x25d727(0x274)):null}},'m2Prime':{..._0x2f35a7,'params':{..._0x2f35a7['params'],'actions':JSONX[_0x25d727(0x1c9)](_0x2f35a7[_0x25d727(0x1d2)][_0x25d727(0x1e3)],_0x526d47[_0x25d727(0x1d2)][_0x25d727(0x1e3)],_0x25d727(0x274)),'textRanges':_0x2f35a7['params'][_0x25d727(0x1da)]?transformTextRanges(_0x526d47[_0x25d727(0x1d2)]['actions'],_0x2f35a7[_0x25d727(0x1d2)][_0x25d727(0x1da)],_0x25d727(0x274)):null}}};}},DocAlgorithms=[RichTextEditingMutationWithSelf];var __defProp$4=Object['defineProperty'],__getOwnPropDesc$4=Object[_0x3177e2(0x27f)],__decorateClass$4=__name((_0x204598,_0x3a2636,_0x2d940c,_0x2eba0d)=>{const _0x418bd6=_0x3177e2;for(var _0x10560d=_0x2eba0d>0x1?void 0x0:_0x2eba0d?__getOwnPropDesc$4(_0x3a2636,_0x2d940c):_0x3a2636,_0x36e45c=_0x204598[_0x418bd6(0x13d)]-0x1,_0x36c590;_0x36e45c>=0x0;_0x36e45c--)(_0x36c590=_0x204598[_0x36e45c])&&(_0x10560d=(_0x2eba0d?_0x36c590(_0x3a2636,_0x2d940c,_0x10560d):_0x36c590(_0x10560d))||_0x10560d);return _0x2eba0d&&_0x10560d&&__defProp$4(_0x3a2636,_0x2d940c,_0x10560d),_0x10560d;},_0x3177e2(0x23f)),__decorateParam$4=__name((_0x258ada,_0x1cf13b)=>(_0xa38b77,_0x1442bb)=>_0x1cf13b(_0xa38b77,_0x1442bb,_0x258ada),_0x3177e2(0x1e8)),_a2;let DocTransformController=(_a2=class extends Disposable{constructor(_0x46e6bc){super(),this['_transformService']=_0x46e6bc,[...DocAlgorithms]['forEach'](_0x3d269c=>{const _0x3c2f94=_0x44db;this['_transformService'][_0x3c2f94(0x20d)](_0x3d269c);});}},__name(_a2,_0x3177e2(0x27e)),_a2);DocTransformController=__decorateClass$4([__decorateParam$4(0x0,ITransformService)],DocTransformController);function parseProtocolChangeset(_0x120d64){const _0x23af23=_0x3177e2;return{..._0x120d64,'mutations':_0x120d64['mutations'][_0x23af23(0x164)](parseProtocolMutation)};}__name(parseProtocolChangeset,_0x3177e2(0x2be));function parseProtocolCommand(_0x83274a){const _0x402f1d=_0x3177e2;return _0x83274a[_0x402f1d(0x164)](_0xc1fc23=>({'id':_0xc1fc23['id'],'params':JSON[_0x402f1d(0x1cd)](_0xc1fc23['data'])}));}__name(parseProtocolCommand,_0x3177e2(0x1f9));function parseChangesetToProtocol(_0x4ff804){const _0x5205db=_0x3177e2;return{..._0x4ff804,'mutations':_0x4ff804[_0x5205db(0x15e)][_0x5205db(0x164)](parseMutationToProtocol)};}__name(parseChangesetToProtocol,_0x3177e2(0x269));function parseProtocolMutation(_0x480035){const _0x1a6f77=_0x3177e2;return{'id':_0x480035['id'],'params':JSON[_0x1a6f77(0x1cd)](_0x480035[_0x1a6f77(0x11b)])};}__name(parseProtocolMutation,_0x3177e2(0xf4));function parseMutationToProtocol(_0x1f3c1d){const _0x1b8165=_0x3177e2;return{'id':_0x1f3c1d['id'],'data':JSON['stringify'](_0x1f3c1d[_0x1b8165(0x1d2)])};}__name(parseMutationToProtocol,_0x3177e2(0x18f));var CollaborationEvent=(_0x4deabf=>(_0x4deabf['FETCH_MISSING']=_0x3177e2(0x293),_0x4deabf['PSEUDO_FETCH_MISSING_RESULT']=_0x3177e2(0x197),_0x4deabf['SUBMIT_CHANGESET']=_0x3177e2(0x281),_0x4deabf[_0x3177e2(0x156)]=_0x3177e2(0x2ad),_0x4deabf[_0x3177e2(0x22a)]=_0x3177e2(0x16f),_0x4deabf[_0x3177e2(0xeb)]='changeset_should_retry',_0x4deabf[_0x3177e2(0x157)]='new_changesets',_0x4deabf[_0x3177e2(0x29c)]='update_cursor',_0x4deabf[_0x3177e2(0x114)]=_0x3177e2(0x1be),_0x4deabf['USERS_LEAVE']=_0x3177e2(0x180),_0x4deabf[_0x3177e2(0x20a)]=_0x3177e2(0x1a8),_0x4deabf[_0x3177e2(0x1c1)]=_0x3177e2(0x11f),_0x4deabf[_0x3177e2(0x2b4)]=_0x3177e2(0x193),_0x4deabf[_0x3177e2(0x129)]=_0x3177e2(0x12b),_0x4deabf['LIVESHARE_FETCH_OPERATIONS']='liveshare.fetch_operations',_0x4deabf['LIVESHARE_TERMINATE']=_0x3177e2(0x204),_0x4deabf[_0x3177e2(0x247)]=_0x3177e2(0x297),_0x4deabf['PERMISSION_REJ']=_0x3177e2(0x23a),_0x4deabf[_0x3177e2(0x21b)]='comment_update',_0x4deabf[_0x3177e2(0xfd)]=_0x3177e2(0x22f),_0x4deabf[_0x3177e2(0x1ef)]=_0x3177e2(0x278),_0x4deabf[_0x3177e2(0x23e)]=_0x3177e2(0x251),_0x4deabf))(CollaborationEvent||{});const COLLABORATION_PLUGIN_CONFIG_KEY='collaboration.config',defaultPluginConfig={};var __defProp$3=Object[_0x3177e2(0x28f)],__getOwnPropDesc$3=Object[_0x3177e2(0x27f)],__decorateClass$3=__name((_0x4793bc,_0x49d321,_0x293e25,_0x130860)=>{const _0x2d0f3e=_0x3177e2;for(var _0x336b6e=_0x130860>0x1?void 0x0:_0x130860?__getOwnPropDesc$3(_0x49d321,_0x293e25):_0x49d321,_0x59240b=_0x4793bc[_0x2d0f3e(0x13d)]-0x1,_0x328dd8;_0x59240b>=0x0;_0x59240b--)(_0x328dd8=_0x4793bc[_0x59240b])&&(_0x336b6e=(_0x130860?_0x328dd8(_0x49d321,_0x293e25,_0x336b6e):_0x328dd8(_0x336b6e))||_0x336b6e);return _0x130860&&_0x336b6e&&__defProp$3(_0x49d321,_0x293e25,_0x336b6e),_0x336b6e;},'__decorateClass$3'),__decorateParam$3=__name((_0xda5608,_0x182494)=>(_0x4d18a3,_0x2570df)=>_0x182494(_0x4d18a3,_0x2570df,_0xda5608),'__decorateParam$3'),_a3;let RevisionController=(_a3=class extends Disposable{constructor(_0x314608){const _0x330ad4=_0x3177e2;super(),this[_0x330ad4(0x1d0)]=_0x314608,[RevertRevisionMutation][_0x330ad4(0x2b6)](_0x5bf6c0=>this[_0x330ad4(0x1d0)][_0x330ad4(0x1fb)](_0x5bf6c0));}},__name(_a3,'RevisionController'),_a3);RevisionController=__decorateClass$3([__decorateParam$3(0x0,ICommandService)],RevisionController);const transformRefStyleFromCells=__name(_0x438fac=>{const _0x5aef86=_0x3177e2,_0x212be4={};if(!_0x438fac)return{'cellValue':_0x438fac,'styleRefMap':void 0x0};const _0x27379b=[];return{'cellValue':new ObjectMatrix(Tools[_0x5aef86(0x1bb)](_0x438fac))['forValue']((_0x5cb813,_0x2729ca,_0x3d250e)=>{const _0x5eb28a=_0x5aef86,_0x2a7a89=_0x3d250e&&_0x3d250e['s'];if(_0x2a7a89&&typeof _0x2a7a89===_0x5eb28a(0x259)){const _0xddd635=JSON[_0x5eb28a(0x15a)](_0x2a7a89),_0x1f4641=_0x27379b[_0x5eb28a(0xfc)](_0x251386=>_0x251386===_0xddd635);if(_0x1f4641>-0x1)_0x3d250e['s']=''+_0x1f4641;else{const _0x2b0183=_0x27379b[_0x5eb28a(0x2a4)](_0xddd635)-0x1;_0x212be4[_0x2b0183]=_0x2a7a89,_0x3d250e['s']=''+_0x2b0183;}}})['getMatrix'](),'styleRefMap':_0x212be4};},'transformRefStyleFromCells'),transformCellsFromRefStyle=__name((_0x402975,_0x40fa16)=>!_0x402975||!_0x40fa16?_0x402975:new ObjectMatrix(Tools['deepClone'](_0x402975))[_0x3177e2(0x283)]((_0x112d0d,_0xc1bfc3,_0x5517bf)=>{const _0x2f2115=_0x5517bf&&_0x5517bf['s'];if(_0x2f2115&&typeof _0x2f2115==='string'){const _0xb8a0d2=_0x40fa16[_0x2f2115];_0xb8a0d2&&(_0x5517bf['s']=_0xb8a0d2);}})[_0x3177e2(0x1d8)](),'transformCellsFromRefStyle'),COMPRESS_MUTATION_APPLY=createInterceptorKey('COMPRESS_MUTATION_APPLY'),COMPRESS_MUTATION_SEND=createInterceptorKey(_0x3177e2(0x28c)),_CompressMutationService=class _CompressMutationService{constructor(){const _0x243032=_0x3177e2;__publicField(this,'interceptor',new InterceptorManager({'COMPRESS_MUTATION_APPLY':COMPRESS_MUTATION_APPLY,'COMPRESS_MUTATION_SEND':COMPRESS_MUTATION_SEND})),this[_0x243032(0x16c)]();}[_0x3177e2(0x16c)](){const _0x1bffb9=_0x3177e2;this[_0x1bffb9(0x254)][_0x1bffb9(0x271)](this[_0x1bffb9(0x254)][_0x1bffb9(0x135)]()[_0x1bffb9(0x294)],{'priority':-0x1,'handler':__name(_0x2cafcb=>_0x2cafcb,_0x1bffb9(0x21c))}),this[_0x1bffb9(0x254)]['intercept'](this[_0x1bffb9(0x254)][_0x1bffb9(0x135)]()[_0x1bffb9(0x28c)],{'priority':-0x1,'handler':__name(_0x9d39b7=>_0x9d39b7,_0x1bffb9(0x21c))}),this[_0x1bffb9(0x232)]();}['_initSetRangeValues'](){const _0x19e334=_0x3177e2;this[_0x19e334(0x254)][_0x19e334(0x271)](this[_0x19e334(0x254)][_0x19e334(0x135)]()[_0x19e334(0x294)],{'handler':__name((_0x4100f0,_0x33d035,_0x5b39e3)=>{const _0x565596=_0x19e334;if(!_0x4100f0)return _0x5b39e3(_0x4100f0);const _0x3a90c3=_0x4100f0[_0x565596(0x164)](_0x4a10e2=>{const _0x3ae270=_0x565596;if(_0x4a10e2['id']===SetRangeValuesMutation['id']){const _0xde6a8d=_0x4a10e2[_0x3ae270(0x1d2)];if(!_0xde6a8d[_0x3ae270(0x253)])return _0x4a10e2;const _0x4ffb0c=transformCellsFromRefStyle(_0xde6a8d[_0x3ae270(0x162)],_0xde6a8d[_0x3ae270(0x253)]);return{..._0x4a10e2,'params':{..._0xde6a8d,'cellValue':_0x4ffb0c}};}return _0x4a10e2;});return _0x5b39e3(_0x3a90c3);},_0x19e334(0x21c))}),this[_0x19e334(0x254)][_0x19e334(0x271)](this[_0x19e334(0x254)][_0x19e334(0x135)]()[_0x19e334(0x28c)],{'handler':__name((_0x22b515,_0x5204d1,_0x15d082)=>{if(!_0x22b515)return _0x15d082(_0x22b515);const _0x4fb1fc=_0x22b515['map'](_0x58175d=>{const _0x3a95df=_0x44db;if(_0x58175d['id']===SetRangeValuesMutation['id']){const _0x5ffd71=_0x58175d[_0x3a95df(0x1d2)];return _0x5ffd71[_0x3a95df(0x253)]?_0x58175d:{..._0x58175d,'params':{..._0x5ffd71,...transformRefStyleFromCells(_0x5ffd71[_0x3a95df(0x162)])}};}return _0x58175d;});return _0x15d082(_0x4fb1fc);},_0x19e334(0x21c))});}};__name(_CompressMutationService,_0x3177e2(0x1f3));let CompressMutationService=_CompressMutationService;var __defProp$2=Object['defineProperty'],__getOwnPropDesc$2=Object[_0x3177e2(0x27f)],__decorateClass$2=__name((_0x5327c9,_0x46a3f7,_0x362b3a,_0x578194)=>{for(var _0x491929=_0x578194>0x1?void 0x0:_0x578194?__getOwnPropDesc$2(_0x46a3f7,_0x362b3a):_0x46a3f7,_0x205955=_0x5327c9['length']-0x1,_0x2a7eaa;_0x205955>=0x0;_0x205955--)(_0x2a7eaa=_0x5327c9[_0x205955])&&(_0x491929=(_0x578194?_0x2a7eaa(_0x46a3f7,_0x362b3a,_0x491929):_0x2a7eaa(_0x491929))||_0x491929);return _0x578194&&_0x491929&&__defProp$2(_0x46a3f7,_0x362b3a,_0x491929),_0x491929;},_0x3177e2(0x185)),__decorateParam$2=__name((_0x3e51d0,_0xa07d9c)=>(_0x3ba486,_0x38a847)=>_0xa07d9c(_0x3ba486,_0x38a847,_0x3e51d0),_0x3177e2(0x125));const SINGLE_SNAPSHOT_MUTATIONS=new Set([InsertSheetMutation['id'],RemoveSheetMutation['id'],AddRangeProtectionMutation['id'],AddWorksheetProtectionMutation['id'],SetWorksheetProtectionMutation['id']]),SINGLE_HISTORY_MUTATIONS=new Set([InsertSheetMutation['id'],RemoveSheetMutation['id'],RevertRevisionMutation['id'],SetFrozenMutation['id']]);var _a4;let RevisionService=(_a4=class{constructor(_0x3352ee){this['_univerInstanceService']=_0x3352ee;}[_0x3177e2(0x109)](_0x35ca7e){const _0x26fed6=_0x3177e2,_0x3bd17c=this[_0x26fed6(0x285)]['getUnit'](_0x35ca7e);if(!_0x3bd17c)throw new Error(_0x26fed6(0x187)+_0x35ca7e+'.');return _0x3bd17c[_0x26fed6(0x11c)]();}[_0x3177e2(0x2c1)](_0x5b3dc2){const _0x483f52=_0x3177e2,_0x486cc2=this['_univerInstanceService'][_0x483f52(0xe9)](_0x5b3dc2);if(!_0x486cc2)throw new Error(_0x483f52(0x241)+_0x5b3dc2+'.');return _0x486cc2[_0x483f52(0x250)](),_0x486cc2[_0x483f52(0x11c)]();}[_0x3177e2(0x147)](_0x46ab32,_0x449a69){const _0x23b9bc=_0x3177e2,_0x1c76e2=this[_0x23b9bc(0x285)][_0x23b9bc(0xe9)](_0x46ab32);_0x1c76e2&&_0x1c76e2[_0x23b9bc(0x11a)](_0x449a69);}},__name(_a4,_0x3177e2(0x13f)),_a4);RevisionService=__decorateClass$2([__decorateParam$2(0x0,IUniverInstanceService)],RevisionService);var ErrorCode=(_0x2d61b8=>(_0x2d61b8[_0x2d61b8[_0x3177e2(0x2a9)]=0x0]=_0x3177e2(0x2a9),_0x2d61b8[_0x2d61b8['OK']=0x1]='OK',_0x2d61b8[_0x2d61b8[_0x3177e2(0x1c0)]=0x2]=_0x3177e2(0x1c0),_0x2d61b8[_0x2d61b8[_0x3177e2(0x27a)]=0x3]=_0x3177e2(0x27a),_0x2d61b8[_0x2d61b8[_0x3177e2(0x209)]=0x4]=_0x3177e2(0x209),_0x2d61b8[_0x2d61b8[_0x3177e2(0x28a)]=0x5]=_0x3177e2(0x28a),_0x2d61b8[_0x2d61b8[_0x3177e2(0x24f)]=0x6]=_0x3177e2(0x24f),_0x2d61b8[_0x2d61b8[_0x3177e2(0x1a0)]=0x7]=_0x3177e2(0x1a0),_0x2d61b8[_0x2d61b8[_0x3177e2(0x1e4)]=0x8]='TOO_MANY_REQUESTS',_0x2d61b8[_0x2d61b8[_0x3177e2(0x1e9)]=0x9]=_0x3177e2(0x1e9),_0x2d61b8[_0x2d61b8['CHANGESET_REVISION_CONFILICT']=0x1389]=_0x3177e2(0x18c),_0x2d61b8[_0x2d61b8[_0x3177e2(0x21a)]=0x1771]=_0x3177e2(0x21a),_0x2d61b8[_0x2d61b8[_0x3177e2(0x1f2)]=0x1772]='SNAPSHOT_HAS_BEEN_REMOVED',_0x2d61b8[_0x2d61b8[_0x3177e2(0x282)]=0x1773]=_0x3177e2(0x282),_0x2d61b8[_0x2d61b8[_0x3177e2(0x115)]=0x1b59]=_0x3177e2(0x115),_0x2d61b8[_0x2d61b8['APPLY_NON_SEQUENTIAL_REVISION']=0x1b5a]=_0x3177e2(0x215),_0x2d61b8[_0x2d61b8[_0x3177e2(0x13b)]=0x1b5b]=_0x3177e2(0x13b),_0x2d61b8[_0x2d61b8[_0x3177e2(0x116)]=0x1b5c]=_0x3177e2(0x116),_0x2d61b8[_0x2d61b8[_0x3177e2(0x1eb)]=0x1b5d]=_0x3177e2(0x1eb),_0x2d61b8[_0x2d61b8[_0x3177e2(0x220)]=0x1f41]=_0x3177e2(0x220),_0x2d61b8[_0x2d61b8[_0x3177e2(0x104)]=0x2329]=_0x3177e2(0x104),_0x2d61b8[_0x2d61b8[_0x3177e2(0x201)]=0x232a]=_0x3177e2(0x201),_0x2d61b8[_0x2d61b8['LICENSE_IMPORT_SIZE_EXCEEDED']=0x232b]=_0x3177e2(0x284),_0x2d61b8[_0x2d61b8[_0x3177e2(0x1b7)]=0x232c]='LICENSE_EXPORT_SIZE_EXCEEDED',_0x2d61b8[_0x2d61b8[_0x3177e2(0x1b4)]=0x232d]=_0x3177e2(0x1b4),_0x2d61b8[_0x2d61b8[_0x3177e2(0xe5)]=0x2711]=_0x3177e2(0xe5),_0x2d61b8[_0x2d61b8['YUUMI_URL_COL_OUT_OF_RANGE']=0x2712]=_0x3177e2(0x246),_0x2d61b8[_0x2d61b8['YUUMI_RATE_OVER_LIMIT']=0x2713]=_0x3177e2(0xf7),_0x2d61b8[_0x2d61b8[_0x3177e2(0xfe)]=0x2714]='YUUMI_SUBSCRIPTION_NOT_FOUND',_0x2d61b8[_0x2d61b8[_0x3177e2(0x229)]=0x2af9]=_0x3177e2(0x229),_0x2d61b8[_0x2d61b8['UNRECOGNIZED']=-0x1]=_0x3177e2(0x2ac),_0x2d61b8))(ErrorCode||{}),UniverType=(_0xc98899=>(_0xc98899[_0xc98899[_0x3177e2(0x146)]=0x0]=_0x3177e2(0x146),_0xc98899[_0xc98899[_0x3177e2(0x26d)]=0x1]='UNIVER_DOC',_0xc98899[_0xc98899[_0x3177e2(0x211)]=0x2]=_0x3177e2(0x211),_0xc98899[_0xc98899[_0x3177e2(0xee)]=0x3]='UNIVER_SLIDE',_0xc98899[_0xc98899[_0x3177e2(0x1fa)]=0x4]=_0x3177e2(0x1fa),_0xc98899[_0xc98899[_0x3177e2(0x2ac)]=-0x1]=_0x3177e2(0x2ac),_0xc98899))(UniverType||{});function isError(_0x47d4bb){const _0x337027=_0x3177e2;return!!(_0x47d4bb&&_0x47d4bb[_0x337027(0xf1)]&&_0x47d4bb[_0x337027(0xf1)]!==ErrorCode['OK']&&_0x47d4bb[_0x337027(0xf1)]!=='OK');}__name(isError,_0x3177e2(0x26a));const byteToHex=[];for(let i=0x0;i<0x100;++i)byteToHex['push']((i+0x100)[_0x3177e2(0x222)](0x10)[_0x3177e2(0xe4)](0x1));function unsafeStringify(_0x50b0cc,_0x591c41=0x0){const _0x1b2de8=_0x3177e2;return(byteToHex[_0x50b0cc[_0x591c41+0x0]]+byteToHex[_0x50b0cc[_0x591c41+0x1]]+byteToHex[_0x50b0cc[_0x591c41+0x2]]+byteToHex[_0x50b0cc[_0x591c41+0x3]]+'-'+byteToHex[_0x50b0cc[_0x591c41+0x4]]+byteToHex[_0x50b0cc[_0x591c41+0x5]]+'-'+byteToHex[_0x50b0cc[_0x591c41+0x6]]+byteToHex[_0x50b0cc[_0x591c41+0x7]]+'-'+byteToHex[_0x50b0cc[_0x591c41+0x8]]+byteToHex[_0x50b0cc[_0x591c41+0x9]]+'-'+byteToHex[_0x50b0cc[_0x591c41+0xa]]+byteToHex[_0x50b0cc[_0x591c41+0xb]]+byteToHex[_0x50b0cc[_0x591c41+0xc]]+byteToHex[_0x50b0cc[_0x591c41+0xd]]+byteToHex[_0x50b0cc[_0x591c41+0xe]]+byteToHex[_0x50b0cc[_0x591c41+0xf]])[_0x1b2de8(0x23d)]();}__name(unsafeStringify,_0x3177e2(0x1a3));function _0x44db(_0x42d5b2,_0x14e3b8){const _0x1ceed9=_0x1cee();return _0x44db=function(_0x44db41,_0x1932d2){_0x44db41=_0x44db41-0xdf;let _0xebb540=_0x1ceed9[_0x44db41];return _0xebb540;},_0x44db(_0x42d5b2,_0x14e3b8);}let getRandomValues;const rnds8=new Uint8Array(0x10);function rng(){const _0x5ab7d4=_0x3177e2;if(!getRandomValues){if(typeof crypto>'u'||!crypto[_0x5ab7d4(0xf0)])throw new Error(_0x5ab7d4(0x20c));getRandomValues=crypto[_0x5ab7d4(0xf0)][_0x5ab7d4(0x158)](crypto);}return getRandomValues(rnds8);}__name(rng,_0x3177e2(0x1ee));const randomUUID=typeof crypto<'u'&&crypto['randomUUID']&&crypto[_0x3177e2(0x1ca)][_0x3177e2(0x158)](crypto),native={'randomUUID':randomUUID};function v4(_0xd1463f,_0x30b32b,_0x200d69){const _0x3e1fc2=_0x3177e2;if(native['randomUUID']&&!_0xd1463f)return native[_0x3e1fc2(0x1ca)]();_0xd1463f=_0xd1463f||{};const _0x34bac2=_0xd1463f[_0x3e1fc2(0x19c)]||(_0xd1463f[_0x3e1fc2(0x1ee)]||rng)();return _0x34bac2[0x6]=_0x34bac2[0x6]&0xf|0x40,_0x34bac2[0x8]=_0x34bac2[0x8]&0x3f|0x80,unsafeStringify(_0x34bac2);}__name(v4,'v4');const map={[UniverInstanceType['UNIVER_DOC']]:UniverType[_0x3177e2(0x26d)],[UniverInstanceType[_0x3177e2(0x211)]]:UniverType['UNIVER_SHEET'],[UniverInstanceType[_0x3177e2(0xee)]]:UniverType[_0x3177e2(0xee)],[UniverInstanceType[_0x3177e2(0x146)]]:UniverType[_0x3177e2(0x146)],[UniverInstanceType['UNIVER_PROJECT']]:UniverType['UNIVER_UNKNOWN'],[UniverInstanceType['UNRECOGNIZED']]:UniverType[_0x3177e2(0x2ac)]};function mapDocumentTypeToUniverType(_0x33bd98){const _0x1111e9=_0x3177e2;var _0x1f74ac;return(_0x1f74ac=map[_0x33bd98])!=null?_0x1f74ac:UniverType[_0x1111e9(0x146)];}__name(mapDocumentTypeToUniverType,'mapDocumentTypeToUniverType');function b64EncodeUnicode(_0x204bc7){const _0x3c62ec=_0x3177e2;return btoa(encodeURIComponent(_0x204bc7)['replace'](/%([0-9A-F]{2})/g,(_0x4cf337,_0x57c25e)=>String[_0x3c62ec(0x25f)](Number[_0x3c62ec(0x249)](_0x57c25e,0x10))));}__name(b64EncodeUnicode,'b64EncodeUnicode');const decoder=new TextDecoder();function b64DecodeUnicode(_0x494e29){const _0x253868=_0x3177e2,_0x4b5c78=atob(_0x494e29),_0x3ec612=_0x4b5c78[_0x253868(0x13d)];let _0x4dfdc9=new Uint8Array(_0x3ec612);for(let _0x1b5f9e=0x0;_0x1b5f9e<_0x3ec612;_0x1b5f9e++)_0x4dfdc9[_0x1b5f9e]=_0x4b5c78[_0x253868(0x267)](_0x1b5f9e);const _0xb4a7ce=decoder['decode'](_0x4dfdc9);return _0x4dfdc9=null,_0xb4a7ce;}__name(b64DecodeUnicode,'b64DecodeUnicode');const textEncoder=new TextEncoder(),textDecoder=new TextDecoder();function encodeWorksheetOtherMetas(_0x1800d0){const _0x1fc29a=_0x3177e2,_0x71956c=Tools['deepClone'](_0x1800d0);return delete _0x71956c['id'],delete _0x71956c[_0x1fc29a(0x177)],delete _0x71956c[_0x1fc29a(0x165)],delete _0x71956c[_0x1fc29a(0x189)],delete _0x71956c[_0x1fc29a(0x230)],textEncoder['encode'](JSON[_0x1fc29a(0x15a)](_0x71956c));}__name(encodeWorksheetOtherMetas,_0x3177e2(0x205));function encodeWorkbookOtherMetas(_0x10dd25){const _0x33cc4d=_0x3177e2,_0x36f354=Tools['deepClone'](_0x10dd25);return delete _0x36f354['id'],delete _0x36f354[_0x33cc4d(0xf2)],delete _0x36f354['name'],delete _0x36f354[_0x33cc4d(0x1d9)],delete _0x36f354[_0x33cc4d(0x137)],textEncoder[_0x33cc4d(0x1d3)](JSON[_0x33cc4d(0x15a)](_0x36f354));}__name(encodeWorkbookOtherMetas,_0x3177e2(0x145));function encodeDocOriginalMeta(_0x5d4d6a){const _0x4d8207=_0x3177e2,_0x6aaec9=Tools[_0x4d8207(0x1bb)](_0x5d4d6a);return delete _0x6aaec9['id'],delete _0x6aaec9['rev'],delete _0x6aaec9[_0x4d8207(0x276)],delete _0x6aaec9['resources'],textEncoder[_0x4d8207(0x1d3)](JSON[_0x4d8207(0x15a)](_0x6aaec9));}__name(encodeDocOriginalMeta,'encodeDocOriginalMeta');function decodeWorksheetOtherMetas(_0x65ab04){const _0xfdcd36=_0x3177e2;return JSON['parse'](typeof _0x65ab04=='string'?b64DecodeUnicode(_0x65ab04):textDecoder[_0xfdcd36(0x15f)](_0x65ab04));}__name(decodeWorksheetOtherMetas,_0x3177e2(0x1b6));function decodePartOfCellData(_0x17bbd6){return _0x17bbd6 instanceof Uint8Array?JSON['parse'](textDecoder['decode'](_0x17bbd6)):_0x17bbd6;}__name(decodePartOfCellData,_0x3177e2(0x16e));function decodeDocOriginalMeta(_0x39ed0e){const _0x112c1b=_0x3177e2;return JSON['parse'](typeof _0x39ed0e==_0x112c1b(0x22e)?b64DecodeUnicode(_0x39ed0e):textDecoder['decode'](_0x39ed0e));}__name(decodeDocOriginalMeta,_0x3177e2(0x1e6));const FRAGMENT_ROW_COUNT=0x100*0x14;function splitCellDataToBlocks(_0x359cda,_0x4537dc){const _0x56d8a4=_0x3177e2,_0x162795=new ObjectMatrix(_0x359cda),_0x56ae8f=_0x162795[_0x56d8a4(0x1ce)](),_0x273119=[];let _0x4713f4=0x0;for(;_0x4713f4<_0x56ae8f;){const _0x5a01a8=Math[_0x56d8a4(0x10b)](_0x4713f4+FRAGMENT_ROW_COUNT,_0x56ae8f-0x1),_0x4e4870=_0x162795[_0x56d8a4(0x1db)](_0x4713f4,Math[_0x56d8a4(0x10b)](_0x4713f4+FRAGMENT_ROW_COUNT,_0x56ae8f-0x1),0x0,_0x4537dc),_0x507014=serializeCellDataSlice(_0x4e4870);_0x273119[_0x56d8a4(0x2a4)]({'id':Tools[_0x56d8a4(0x29d)](0x13,'0123456789'),'startRow':_0x4713f4,'endRow':_0x5a01a8,'data':_0x507014}),_0x4713f4+=FRAGMENT_ROW_COUNT;}return _0x273119;}__name(splitCellDataToBlocks,_0x3177e2(0x1b9));function serializeCellDataSlice(_0x285203){const _0x4511f5=_0x3177e2,_0x56d912=_0x285203[_0x4511f5(0x196)]();return textEncoder[_0x4511f5(0x1d3)](JSON[_0x4511f5(0x15a)](_0x56d912));}__name(serializeCellDataSlice,_0x3177e2(0x1d1));async function generateTempDocumentSnapshot(_0x2a537c,_0x1cc3b0,_0x2ae6d0,_0x2dc77d){const _0x560fb4=_0x3177e2;var _0x1e2cd3;const _0x4e9f13={'unitID':_0x1cc3b0['id'],'rev':_0x2dc77d,'creator':'','name':(_0x1e2cd3=_0x1cc3b0[_0x560fb4(0x276)])!=null?_0x1e2cd3:'','resources':_0x1cc3b0[_0x560fb4(0x12f)]||[],'originalMeta':encodeDocOriginalMeta(_0x1cc3b0)};return{'snapshot':{'unitID':_0x2ae6d0,'rev':_0x4e9f13['rev'],'type':UniverType[_0x560fb4(0x26d)],'workbook':void 0x0,'doc':_0x4e9f13}};}__name(generateTempDocumentSnapshot,_0x3177e2(0xe0));async function generateTemporarySnap(_0x26eaec,_0x5e7171,_0x48e9d3,_0x358a88,_0xd6de64){const _0x316f30=_0x3177e2,_0x14e096={},_0x57ae2a={};if(!await Promise[_0x316f30(0x12e)](Object[_0x316f30(0xe8)](_0x5e7171[_0x316f30(0x137)])[_0x316f30(0x164)](async([_0x11be2b,_0xa9f096])=>{const _0x11ce48=_0x316f30,_0x1a7a59={'id':_0xa9f096['id'],'type':SheetTypes[_0x11ce48(0x234)],'name':_0xa9f096[_0x11ce48(0x177)],'rowCount':_0xa9f096[_0x11ce48(0x165)],'columnCount':_0xa9f096[_0x11ce48(0x189)],'originalMeta':encodeWorksheetOtherMetas(_0xa9f096)};if(_0x57ae2a[_0x11be2b]=_0x1a7a59,_0xa9f096[_0x11ce48(0x230)]){const _0x40b33f=splitCellDataToBlocks(_0xa9f096[_0x11ce48(0x230)],_0xa9f096[_0x11ce48(0x189)]),_0x486508=await Promise[_0x11ce48(0x12e)](_0x40b33f[_0x11ce48(0x164)](_0x3a373f=>_0xd6de64[_0x11ce48(0x1c7)](_0x26eaec,{'unitID':_0x48e9d3,'type':UniverType['UNIVER_SHEET'],'block':_0x3a373f})));if(_0x486508['some'](_0x1bf148=>{const _0x230549=_0x11ce48;var _0x2c752b;return((_0x2c752b=_0x1bf148[_0x230549(0x1c4)])==null?void 0x0:_0x2c752b['code'])!==ErrorCode['OK'];}))return!0x1;_0x14e096[_0x11be2b]={'sheetID':_0x11be2b,'blocks':_0x486508[_0x11ce48(0x164)](_0x590582=>_0x590582['blockID'])};}return!0x0;})))throw new Error(_0x316f30(0x235));const _0x280ab8=encodeWorkbookOtherMetas(_0x5e7171),_0xf88d7a={'unitID':_0x5e7171['id'],'rev':_0x358a88,'creator':'','name':_0x5e7171['name'],'sheetOrder':_0x5e7171[_0x316f30(0x1d9)],'sheets':_0x57ae2a,'blockMeta':_0x14e096,'resources':_0x5e7171['resources']||[],'originalMeta':_0x280ab8};return{'snapshot':{'unitID':_0x48e9d3,'rev':_0xf88d7a[_0x316f30(0xf2)],'type':UniverType[_0x316f30(0x211)],'workbook':_0xf88d7a,'doc':void 0x0}};}__name(generateTemporarySnap,'generateTemporarySnap');async function transformWorkbookDataToSnapshot(_0x3c2b1d,_0x5bf4ce,_0x1cbaec,_0x221c83,_0x5986f7){const _0x51d052=_0x3177e2;var _0x216078,_0x186de4;const _0x36236e={},_0x2d4381={};if(!await Promise[_0x51d052(0x12e)](Object[_0x51d052(0xe8)](_0x5bf4ce[_0x51d052(0x137)])['map'](async([_0x2d1940,_0x3c1ed6])=>{const _0x18cb55=_0x51d052,_0x3ffe3a={'id':_0x3c1ed6['id'],'type':SheetTypes['GRID'],'name':_0x3c1ed6[_0x18cb55(0x177)],'rowCount':_0x3c1ed6[_0x18cb55(0x165)],'columnCount':_0x3c1ed6[_0x18cb55(0x189)],'originalMeta':encodeWorksheetOtherMetas(_0x3c1ed6)};if(_0x2d4381[_0x2d1940]=_0x3ffe3a,_0x3c1ed6[_0x18cb55(0x230)]){const _0x27a29a=splitCellDataToBlocks(_0x3c1ed6[_0x18cb55(0x230)],_0x3c1ed6[_0x18cb55(0x189)]),_0x145759=await Promise[_0x18cb55(0x12e)](_0x27a29a[_0x18cb55(0x164)](_0xb944b9=>_0x5986f7[_0x18cb55(0x1c7)](_0x3c2b1d,{'unitID':_0x1cbaec,'type':UniverType[_0x18cb55(0x211)],'block':_0xb944b9})));if(_0x145759[_0x18cb55(0x1ec)](_0x584f3c=>{const _0x2bd0de=_0x18cb55;var _0x1a03cb;return((_0x1a03cb=_0x584f3c['error'])==null?void 0x0:_0x1a03cb[_0x2bd0de(0xf1)])!==ErrorCode['OK'];}))return!0x1;_0x36236e[_0x2d1940]={'sheetID':_0x2d1940,'blocks':_0x145759['map'](_0x55407c=>_0x55407c[_0x18cb55(0xf9)])};}return!0x0;})))throw new Error(_0x51d052(0x235));const _0x518a4c=encodeWorkbookOtherMetas(_0x5bf4ce),_0x429383={'unitID':_0x5bf4ce['id'],'rev':_0x221c83,'creator':'','name':_0x5bf4ce['name'],'sheetOrder':_0x5bf4ce[_0x51d052(0x1d9)],'sheets':_0x2d4381,'blockMeta':_0x36236e,'resources':_0x5bf4ce[_0x51d052(0x12f)]||[],'originalMeta':_0x518a4c},_0x4a4bc1={'unitID':_0x1cbaec,'rev':_0x429383['rev'],'type':UniverType[_0x51d052(0x211)],'workbook':_0x429383,'doc':void 0x0},_0x5ff42=await _0x5986f7[_0x51d052(0x18b)](_0x3c2b1d,{'unitID':_0x1cbaec,'type':UniverType['UNIVER_SHEET'],'snapshot':_0x4a4bc1});if(isError(_0x5ff42[_0x51d052(0x1c4)]))throw new Error(_0x51d052(0x299)+((_0x216078=_0x5ff42[_0x51d052(0x1c4)])==null?void 0x0:_0x216078[_0x51d052(0xf1)])+':'+((_0x186de4=_0x5ff42['error'])==null?void 0x0:_0x186de4[_0x51d052(0x16a)]));return{'snapshot':_0x4a4bc1};}__name(transformWorkbookDataToSnapshot,_0x3177e2(0x252));function transformSnapshotToWorkbookData(_0x4f939a,_0x4d5a48,_0x1606b7){const _0x1eda70=_0x3177e2,_0x13cebb=_0x4f939a['workbook'];if(!_0x13cebb)throw new Error('');const _0x58c719={};Object[_0x1eda70(0xe8)](_0x13cebb['sheets'])[_0x1eda70(0x2b6)](([_0x1f4eb9,_0x1b5fd6])=>{const _0x411c7d=_0x1eda70,_0x25240f=decodeWorksheetOtherMetas(_0x1b5fd6[_0x411c7d(0x26f)]);_0x58c719[_0x1f4eb9]={'id':_0x1b5fd6['id'],'name':_0x1b5fd6[_0x411c7d(0x177)],'rowCount':_0x1b5fd6[_0x411c7d(0x165)],'columnCount':_0x1b5fd6[_0x411c7d(0x189)],..._0x25240f};});const _0x43d291=new Map();_0x4d5a48[_0x1eda70(0x2b6)](_0x25c254=>{const _0xe16bc4=_0x1eda70;_0x43d291[_0xe16bc4(0x29e)](_0x25c254['id'],_0x25c254);}),_0x13cebb[_0x1eda70(0x24a)]&&Object[_0x1eda70(0xe8)](_0x13cebb['blockMeta'])[_0x1eda70(0x2b6)](([_0x375c54,_0x413aa7])=>{const _0x1c11fd=_0x1eda70;var _0x3743e9;const _0x161c91=_0x58c719[_0x375c54];_0x161c91[_0x1c11fd(0x230)]={};const _0x3b8ff5=[];(_0x3743e9=_0x413aa7['blocks'])==null||_0x3743e9['forEach'](_0x1c483a=>{const _0x1d557c=_0x1c11fd,_0x1bac4c=_0x43d291[_0x1d557c(0x1a4)](_0x1c483a);if(_0x1bac4c)_0x3b8ff5[_0x1d557c(0x2a4)](_0x1bac4c);else throw new Error('');}),_0x3b8ff5[_0x1c11fd(0x2b6)](_0x34d4a0=>{const _0x133a71=_0x1c11fd,_0x3c37a9=decodePartOfCellData(_0x34d4a0[_0x133a71(0x11b)]);Object[_0x133a71(0xe8)](_0x3c37a9)[_0x133a71(0x2b6)](([_0x31f289,_0x21f785])=>{const _0x2f683b=_0x133a71,_0xd60177=_0x161c91[_0x2f683b(0x230)][+_0x31f289]={};Object[_0x2f683b(0xe8)](_0x21f785)[_0x2f683b(0x2b6)](([_0xadaf94,_0x2f723b])=>{_0xd60177[+_0xadaf94]=_0x2f723b;});});});});const _0x25b0d0=decodeWorksheetOtherMetas(_0x13cebb[_0x1eda70(0x26f)]);return{'id':_0x4f939a[_0x1eda70(0x25c)]||_0x13cebb['unitID'],'rev':_0x4f939a['rev']||_0x13cebb[_0x1eda70(0xf2)],'name':_0x13cebb[_0x1eda70(0x177)],'sheetOrder':_0x13cebb[_0x1eda70(0x1d9)],'appVersion':'','locale':LocaleType[_0x1eda70(0x208)],'sheets':_0x58c719,'styles':{},'resources':_0x13cebb[_0x1eda70(0x12f)]||[],..._0x25b0d0};}__name(transformSnapshotToWorkbookData,_0x3177e2(0x176));function transformSnapshotToDocumentData(_0x1e0b85){const _0x58bd3d=_0x3177e2,_0x479903=_0x1e0b85[_0x58bd3d(0x25b)];if(_0x479903==null)throw new Error('transformSnapshotToDocumentData():\x20snapshot.doc\x20is\x20undefined.');const {unitID:_0x1eadc8,rev:_0x23b479,name:_0x13d1b1,originalMeta:_0x29206a,resources:resources=[]}=_0x479903,{body:_0x199fff,documentStyle:documentStyle={},settings:settings={},drawings:drawings={},drawingsOrder:drawingsOrder=[],tableSource:tableSource={},headers:headers={},footers:footers={},lists:lists={}}=decodeDocOriginalMeta(_0x29206a);return{'id':_0x1eadc8,'rev':_0x23b479,'locale':LocaleType[_0x58bd3d(0x208)],'title':_0x13d1b1,'body':_0x199fff,'documentStyle':documentStyle,'settings':settings,'drawings':drawings,'drawingsOrder':drawingsOrder,'resources':resources,'tableSource':tableSource,'headers':headers,'footers':footers,'lists':lists};}__name(transformSnapshotToDocumentData,_0x3177e2(0x127));async function transformDocumentDataToSnapshot(_0x12cf2c,_0x212655,_0x3c488c,_0xe06974,_0x4483fa){const _0x3566c1=_0x3177e2;var _0x4c030c,_0x246119,_0x3663ed;const _0x2d1967={'unitID':_0x212655['id'],'rev':_0xe06974,'creator':'','name':(_0x4c030c=_0x212655[_0x3566c1(0x276)])!=null?_0x4c030c:'','resources':_0x212655[_0x3566c1(0x12f)]||[],'originalMeta':encodeDocOriginalMeta(_0x212655)},_0x556b74={'unitID':_0x3c488c,'rev':_0x2d1967[_0x3566c1(0xf2)],'type':UniverType[_0x3566c1(0x26d)],'workbook':void 0x0,'doc':_0x2d1967},_0x5b173e=await _0x4483fa[_0x3566c1(0x18b)](_0x12cf2c,{'unitID':_0x3c488c,'type':UniverType[_0x3566c1(0x26d)],'snapshot':_0x556b74});if(isError(_0x5b173e[_0x3566c1(0x1c4)]))throw new Error(_0x3566c1(0x13c)+((_0x246119=_0x5b173e[_0x3566c1(0x1c4)])==null?void 0x0:_0x246119['code'])+':'+((_0x3663ed=_0x5b173e[_0x3566c1(0x1c4)])==null?void 0x0:_0x3663ed[_0x3566c1(0x16a)]));return{'snapshot':_0x556b74};}__name(transformDocumentDataToSnapshot,_0x3177e2(0x19d));function _0x1cee(){const _0x32f874=['link','flat','processFormulaString','mergeOrder','transformFormula','parseProtocolChangeset','isTransformMutationFailure','Algorithm\x20error,\x20the\x20changeset\x20does\x20not\x20exist!','incrementRevOfUnit','1017KQhoMA','generateTempDocumentSnapshot','Move\x20conditional\x20formatting\x20rule\x20\x20is\x20conflict\x20with\x20self','start','removeColumns','slice','YUUMI_UNABLE_LOAD_URL','splice','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','entries','getUnit','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height','CHANGESET_SHOULD_RETRY','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','transformPosition','UNIVER_SLIDE','index','getRandomValues','code','rev','cfId','parseProtocolMutation','univer.mutation.revert-version','add','YUUMI_RATE_OVER_LIMIT','col','blockID','Workbook\x20metadata\x20is\x20not\x20available','keys','findIndex','UPDATE_PERMISSION_OBJ','YUUMI_SUBSCRIPTION_NOT_FOUND','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','univer.snapshot-server-service','startRow','LICENSE_MAX_UNITS_EXCEEDED','UniverCollaborationPlugin','15392817OqhGsZ','objects','setValue','getCurrentRevOfUnit','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','min','SheetTransformController','orderMap$1','remove\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','fetchThroughInterceptors','remove\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','add\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','USERS_ENTER','APPLY_REJECT','APPLY_PERMISSION_DENIED','TransformService','_snapshotServerService','targetRange','setRev','data','getRev','Two\x20set-worksheet-name\x20mutations\x20have\x20conflict.','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','liveshare.request_host','step','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height','getDataRange','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','__decorateParam$2','handleRemove','transformSnapshotToDocumentData','transformMutations','LIVESHARE_OPERATION','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20comment','liveshare.operation','end','MUTATION','all','resources','body','getSheetId','contain','orderMap','getDeserializedSheetBlock','getInterceptPoints','_revisionService','sheets','row','hasOwnProperty','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','APPLY_REVISION_CONFILICT','transformDocumentDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','length','reorderRemoveRows','RevisionService','revision','makeMatrixArray','getSheetBlock','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','getValue','encodeWorkbookOtherMetas','UNIVER_UNKNOWN','setRevOfUnit','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','columnData','endOffset','toOrder','transformAddCommentWithRefRange','COLUMN','Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.','REFERENCE','transformAddDataValidationWithRefRange','6zsNScT','426693ZBUoBW','intersects','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20row','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','CHANGESET_ACK','NEW_CHANGESETS','bind','formula2','stringify','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden','subUnitId','rowsAutoHeightInfo','mutations','decode','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','_injector','cellValue','transformChangesets','map','rowCount','70528ceTBGs','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','move\x20col\x20is\x20conflict\x20with\x20move\x20col','message','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','_init','isTransformChangesetsFailure','decodePartOfCellData','changeset_rej','isTransformMutationsWithChangesetSuccess','[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!','[SnapshotService]:\x20request\x20snapshot\x20error!','uid','rowData','move\x20row\x20is\x20conflict\x20with\x20move\x20range','transformSnapshotToWorkbookData','name','3520566NdjblV','startOffset','3BcoZSs','m2Prime','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','2454932ehyDOA','moveRows','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','users_leave','remove\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','getUnitOnRev','Two\x20set-frozen\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','payload','__decorateClass$2','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20column','[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitId:\x20','onStarting','columnCount','_configService','saveSnapshot','CHANGESET_REVISION_CONFILICT','univer.mutation.create-unit','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','parseMutationToProtocol','toColumn','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','rules','liveshare.new_host','after','Two\x20set-tab-color\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','getData','pseudo_fetch_missing_result','add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','blocks','orderMapGenerator','lineSubtractLine','random','transformDocumentDataToSnapshot','insert\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20sheet','INVALID_ARGUMENT','order','sourceRange','unsafeStringify','get','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','mergeAddMutation','criteria','unit_delete','__decorateClass','move\x20col\x20is\x20conflict\x20with\x20move\x20range','insert\x20row\x20is\x20conflict\x20with\x20remove\x20row','intersect','set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','formula1','[SnapshotService]:\x20cannot\x20load\x20the\x20same\x20unit\x20twice!\x20The\x20unitID\x20is\x20','isArray','includes','UNIVER_COLLABORATION_PLUGIN','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height','LICENSE_DISTRO_REJECTED','transformMutation','decodeWorksheetOtherMetas','LICENSE_EXPORT_SIZE_EXCEEDED','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','splitCellDataToBlocks','baseRev','deepClone','write2Matrix','max','users_enter','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','INTERNAL_ERROR','LIVESHARE_REQUEST_HOST','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','symbol','error','Two\x20mutation\x20need\x20have\x20the\x20same\x20unitId!','reduce','saveSheetBlock','Two\x20SetWorksheetOrderMutation\x20have\x20conflicts!','transform','randomUUID','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden','color','parse','getLength','move\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','_commandService','serializeCellDataSlice','params','encode','colId','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','createUnit','getUnitId','getMatrix','sheetOrder','textRanges','getSlice','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20comment','drawingIds','m1Prime','from','insert\x20col\x20is\x20conflict\x20with\x20move\x20col','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','comment','actions','TOO_MANY_REQUESTS','setConfig','decodeDocOriginalMeta','primary','__decorateParam$4','COMPLETION_FINISHED','SETTING','APPLY_DUPLICATED','some','ref','rng','SHOULD_CLOSE_CONN','__decorateParam$5','unitId','SNAPSHOT_HAS_BEEN_REMOVED','CompressMutationService','reorder\x20range\x20is\x20conflict\x20with\x20reorder\x20range','unshift','foreach','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','find','parseProtocolCommand','UNIVER_PROJECT','registerCommand','_resourceManagerService','sequenceNodesBuilder','4547575SOQnxg','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','RangeSubtractRanges','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','commentId','number','liveshare.terminate','encodeWorksheetOtherMetas','ranges','selections','EN_US','NOT_FOUND','UNIT_DELETE','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20order','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','registerTransformAlgorithm','transformUpdateDataValidationWithRefRange','RANGE','univer-pro.collaboration.transform-service','UNIVER_SHEET','4jVAIti','insert\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','9697910bDibRs','APPLY_NON_SEQUENTIAL_REVISION','drawingObjectsIntersect','Remove-cols\x20has\x20conflicts\x20with\x20move-range','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','range','SNAPSHOT_INVALID_SNAPSHOT','COMMENT_UPDATE','handler','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmft','isTransformChangesetsSuccess','CONNECTOR_DATA_TOO_LARGE','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','toString','fill','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20row','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','dispose','isMergedMainCell','__decorateParam','PY_RUNTIME_SCRIPT_ERROR','CHANGESET_REJ','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','[TransformService]:\x20changesets\x20revisions\x20miss\x20match.\x20The\x20\x27baseRev\x27\x20of\x20c2\x20is\x20','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','string','update_permission_obj','cellData','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20row','_initSetRangeValues','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','GRID','[transformWorkbookDataToSnapshot()]:\x20Failed\x20to\x20save\x20sheet\x20blocks.','block','size','value','endRow','permission_rej','sort','insert\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','toLowerCase','UNISCRIPT_RUN','__decorateClass$4','move\x20range\x20is\x20conflict\x20with\x20reorder\x20range','[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitID:\x20','transformTextRanges','concat','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','YUUMI_URL_COL_OUT_OF_RANGE','MSG_FOR_ERROR','getSheetBlocksFromSnapshot','parseInt','blockMeta','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection','_leftInclineTransformMutations','getSnapshot','drawingOrderObjectsIntersect','ALREADY_EXISTS','incrementRev','uniscript.run','transformWorkbookDataToSnapshot','styleRefMap','interceptor','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20col','actualRow','has','actualColumn','object','checkChangesetsAligned','doc','unitID','shift','add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','fromCharCode','save','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','loopRule','_compressMutationService','type','_rightInclineTransformMutations','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','charCodeAt','isMerged','parseChangesetToProtocol','isError','startColumn','realDeleteValue','UNIVER_DOC','ReorderRangeUndoMutationFactory','originalMeta','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height','intercept','pluginName','indexOf','right','left','title','\x20and\x20the\x20\x27revision\x27\x20of\x20c1\x20is\x20','should_close_conn','removeRows','PERMISSION_DENIED','_config','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','rule','DocTransformController','getOwnPropertyDescriptor','fromOrder','submit_changeset','ENSURE_SNAPSHOT_EXECUTION','forValue','LICENSE_IMPORT_SIZE_EXCEEDED','_univerInstanceService','then','saveDoc','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20range','Block\x20not\x20found','UNAUTHENTICATED','parentId','COMPRESS_MUTATION_SEND','drawingId','column','defineProperty','move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range','before','fetch_missing','COMPRESS_MUTATION_APPLY','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','loadSheet','error_msg','Set-range-values\x20mutation\x20and\x20move-range\x20mutation\x20have\x20an\x20overlapping\x20range.','transformWorkbookDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','extractActionsBySegmentId','moveColumns','UPDATE_CURSOR','generateRandomId','set','add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','getSheets','isTransformMutationsSuccess','__decorateClass$5','endColumn','push','_transformMap','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection','syncExecuteCommand','values','UNDEFINED','subtract','move\x20row\x20is\x20conflict\x20with\x20move\x20row','UNRECOGNIZED','changeset_ack','getResources','Two\x20mutation\x20have\x20the\x20same\x20worksheetId!','any','isTransformMutationsWithChangesetFailure','workbook','handleInsert','LIVESHARE_NEW_HOST','merge','forEach','filter','ruleId'];_0x1cee=function(){return _0x32f874;};return _0x1cee();}async function getSheetBlocksFromSnapshot(_0x17c4a2,_0xc333ea){const _0x479aa5=_0x3177e2,_0x4ff028=_0x17c4a2[_0x479aa5(0x2b2)];if(!_0x4ff028)throw new Error(_0x479aa5(0xfa));const _0x444df0=[],_0x5ea06f=[];return Object['entries'](_0x4ff028[_0x479aa5(0x24a)])[_0x479aa5(0x2b6)](([_0x265366,_0x4bafb1])=>{const _0x175493=_0x479aa5,_0x5754ef=_0x4bafb1[_0x175493(0x199)][_0x175493(0x164)](async _0x11b215=>{const _0x42ed2b=_0x175493,_0x199805={'unitID':_0x4ff028[_0x42ed2b(0x25c)],'type':UniverType[_0x42ed2b(0x211)],'blockID':_0x11b215},{block:_0x3a6e4d}=await _0xc333ea[_0x42ed2b(0x142)]({},_0x199805);if(_0x3a6e4d)_0x444df0[_0x42ed2b(0x2a4)](_0x3a6e4d);else throw new Error(_0x42ed2b(0x289));});_0x5ea06f[_0x175493(0x2a4)](..._0x5754ef);}),await Promise[_0x479aa5(0x12e)](_0x5ea06f),_0x444df0;}__name(getSheetBlocksFromSnapshot,_0x3177e2(0x248));var __defProp$1=Object[_0x3177e2(0x28f)],__getOwnPropDesc$1=Object[_0x3177e2(0x27f)],__decorateClass$1=__name((_0x23eaa4,_0xfc342d,_0x2efd90,_0x2da491)=>{const _0x2e27c3=_0x3177e2;for(var _0x368d09=_0x2da491>0x1?void 0x0:_0x2da491?__getOwnPropDesc$1(_0xfc342d,_0x2efd90):_0xfc342d,_0x3e1763=_0x23eaa4[_0x2e27c3(0x13d)]-0x1,_0x21e212;_0x3e1763>=0x0;_0x3e1763--)(_0x21e212=_0x23eaa4[_0x3e1763])&&(_0x368d09=(_0x2da491?_0x21e212(_0xfc342d,_0x2efd90,_0x368d09):_0x21e212(_0x368d09))||_0x368d09);return _0x2da491&&_0x368d09&&__defProp$1(_0xfc342d,_0x2efd90,_0x368d09),_0x368d09;},'__decorateClass$1'),__decorateParam$1=__name((_0xf31bd9,_0x4225d2)=>(_0x370f0e,_0x1abaec)=>_0x4225d2(_0x370f0e,_0x1abaec,_0xf31bd9),'__decorateParam$1');const ISnapshotServerService=createIdentifier(_0x3177e2(0x102));var _a5;let SnapshotService=(_a5=class{constructor(_0x30323a,_0x48fe70,_0x2baf7d,_0x19001e,_0x19859c,_0x2a4d23,_0x1d296e){const _0x1e4e44=_0x3177e2;this[_0x1e4e44(0x136)]=_0x30323a,this[_0x1e4e44(0x285)]=_0x48fe70,this[_0x1e4e44(0x118)]=_0x2baf7d,this[_0x1e4e44(0x1d0)]=_0x19001e,this[_0x1e4e44(0x161)]=_0x19859c,this['_compressMutationService']=_0x2a4d23,this[_0x1e4e44(0x1fc)]=_0x1d296e;}async[_0x3177e2(0x296)](_0x3f852d,_0x3aecd3,_0x23e780={'metadata':{'x-feature-id':v4()}}){const _0xc7bcf4=_0x3177e2;var _0x51aa49;if(this[_0xc7bcf4(0x285)]['getUnit'](_0x3f852d,UniverInstanceType['UNIVER_SHEET']))throw new Error(_0xc7bcf4(0x1af)+_0x3f852d+'.');const {snapshot:_0x3f0ece,changesets:_0xd2ddab,error:_0x133e07}=await this['_snapshotServerService'][_0xc7bcf4(0x182)](_0x23e780,{'unitID':_0x3f852d,'type':UniverType[_0xc7bcf4(0x211)],'revision':_0x3aecd3});if(isError(_0x133e07)||!_0x3f0ece||!_0x3f0ece[_0xc7bcf4(0x2b2)])throw new Error(_0xc7bcf4(0x172));const _0x39fbc3=(_0x51aa49=_0xd2ddab==null?void 0x0:_0xd2ddab[_0xc7bcf4(0x13d)])!=null?_0x51aa49:0x0;if(_0x3aecd3!==0x0&&_0x3f0ece[_0xc7bcf4(0xf2)]+_0x39fbc3!==_0x3aecd3)throw new Error(_0xc7bcf4(0x171));const {workbook:_0x36c33e}=_0x3f0ece,_0x2dd7fa=_0x36c33e[_0xc7bcf4(0x24a)]?Object[_0xc7bcf4(0xe8)](_0x36c33e[_0xc7bcf4(0x24a)])['map'](([_0x332500,_0x24e57c])=>{const _0x52ba1f=_0xc7bcf4;var _0x554392,_0x1b92ba;return(_0x1b92ba=(_0x554392=_0x24e57c['blocks'])==null?void 0x0:_0x554392[_0x52ba1f(0x164)](_0x79e185=>_0x79e185))!=null?_0x1b92ba:[];})['flat']():[],_0x42c57d=(await Promise[_0xc7bcf4(0x12e)](_0x2dd7fa[_0xc7bcf4(0x164)](_0x56f67d=>this[_0xc7bcf4(0x118)][_0xc7bcf4(0x134)](_0x23e780,{'unitID':_0x3f852d,'type':UniverType[_0xc7bcf4(0x211)],'blockID':_0x56f67d})[_0xc7bcf4(0x286)](_0x2754f3=>_0x2754f3[_0xc7bcf4(0x236)]))))['filter'](_0x36ada5=>!!_0x36ada5),_0x13931f=transformSnapshotToWorkbookData(_0x3f0ece,_0x42c57d),_0x530291=this[_0xc7bcf4(0x285)]['createUnit'](UniverInstanceType[_0xc7bcf4(0x211)],_0x13931f),_0x46c2ca=this[_0xc7bcf4(0x263)]['interceptor'][_0xc7bcf4(0x111)](this[_0xc7bcf4(0x263)][_0xc7bcf4(0x254)][_0xc7bcf4(0x135)]()[_0xc7bcf4(0x294)]);return _0xd2ddab==null||_0xd2ddab[_0xc7bcf4(0x2b6)](_0x1cf51c=>{const _0xaaf574=_0xc7bcf4,_0x1dd63a=_0x1cf51c['mutations'][_0xaaf574(0x164)](_0xb8b82=>({'id':_0xb8b82['id'],'params':JSON[_0xaaf574(0x1cd)](_0xb8b82[_0xaaf574(0x11b)])}));({..._0x1cf51c,'mutations':_0x46c2ca(_0x1dd63a,null)||_0x1dd63a}[_0xaaf574(0x15e)][_0xaaf574(0x2b6)](_0x3b1c8a=>this[_0xaaf574(0x1d0)][_0xaaf574(0x2a7)](_0x3b1c8a['id'],_0x3b1c8a[_0xaaf574(0x1d2)],{'fromChangeset':!0x0})),this['_revisionService']['incrementRevOfUnit'](_0x3f852d));}),_0x530291;}async['loadDoc'](_0x5bab5c,_0x180389,_0x5d4c6d={'metadata':{'x-feature-id':v4()}}){const _0x27381c=_0x3177e2;var _0x5c6b2f;const {snapshot:_0x4cb752,changesets:_0x21c2d1,error:_0x22ee42}=await this['_snapshotServerService']['getUnitOnRev'](_0x5d4c6d,{'unitID':_0x5bab5c,'type':UniverType[_0x27381c(0x26d)],'revision':_0x180389});if(isError(_0x22ee42)||!_0x4cb752||!_0x4cb752[_0x27381c(0x25b)])throw new Error(_0x27381c(0x172));const _0x24f309=(_0x5c6b2f=_0x21c2d1==null?void 0x0:_0x21c2d1[_0x27381c(0x13d)])!=null?_0x5c6b2f:0x0;if(_0x180389!==0x0&&_0x4cb752[_0x27381c(0xf2)]+_0x24f309!==_0x180389)throw new Error(_0x27381c(0x171));const _0x760e1c=transformSnapshotToDocumentData(_0x4cb752),_0x496b19=this['_univerInstanceService'][_0x27381c(0x1d6)](UniverInstanceType[_0x27381c(0x26d)],_0x760e1c);return _0x21c2d1==null||_0x21c2d1[_0x27381c(0x2b6)](_0x48b580=>{const _0x25c26b=_0x27381c;_0x48b580[_0x25c26b(0x15e)]['map'](_0xaa293a=>({'id':_0xaa293a['id'],'params':JSON[_0x25c26b(0x1cd)](_0xaa293a[_0x25c26b(0x11b)])}))[_0x25c26b(0x2b6)](_0x46215f=>this[_0x25c26b(0x1d0)]['syncExecuteCommand'](_0x46215f['id'],_0x46215f[_0x25c26b(0x1d2)],{'fromChangeset':!0x0})),this['_revisionService'][_0x25c26b(0x2c1)](_0x5bab5c);}),_0x496b19;}[_0x3177e2(0x260)](_0x3d4f01,_0x28a1ff){const _0x4cf253=_0x3177e2,_0x1b467c={..._0x28a1ff[_0x4cf253(0x24d)]()};_0x28a1ff[_0x4cf253(0x2a0)]()[_0x4cf253(0x2b6)](_0x444f03=>{const _0xf4069f=_0x4cf253;_0x1b467c['sheets'][_0x444f03[_0xf4069f(0x131)]()]=Tools[_0xf4069f(0x1bb)](_0x444f03[_0xf4069f(0x24d)]());});const _0x26015f=this[_0x4cf253(0x1fc)][_0x4cf253(0x2ae)](_0x28a1ff[_0x4cf253(0x1d7)](),UniverInstanceType[_0x4cf253(0x211)]);return _0x1b467c[_0x4cf253(0x12f)]=_0x26015f,_0x1b467c;}[_0x3177e2(0x287)](_0x4017b8,_0x4d0a7c){const _0x453f70=_0x3177e2,_0x39741d={..._0x4d0a7c['getSnapshot']()},_0x2fa93e=this[_0x453f70(0x1fc)]['getResources'](_0x4d0a7c[_0x453f70(0x1d7)](),UniverInstanceType[_0x453f70(0x26d)]);return _0x39741d[_0x453f70(0x12f)]=_0x2fa93e,_0x39741d;}},__name(_a5,'SnapshotService'),_a5);SnapshotService=__decorateClass$1([__decorateParam$1(0x0,Inject(RevisionService)),__decorateParam$1(0x1,IUniverInstanceService),__decorateParam$1(0x2,ISnapshotServerService),__decorateParam$1(0x3,ICommandService),__decorateParam$1(0x4,Inject(Injector)),__decorateParam$1(0x5,Inject(CompressMutationService)),__decorateParam$1(0x6,Inject(IResourceManagerService))],SnapshotService);var __defProp2=Object[_0x3177e2(0x28f)],__getOwnPropDesc=Object[_0x3177e2(0x27f)],__defNormalProp2=__name((_0x35408d,_0x14bbf7,_0x36f947)=>_0x14bbf7 in _0x35408d?__defProp2(_0x35408d,_0x14bbf7,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x36f947}):_0x35408d[_0x14bbf7]=_0x36f947,'__defNormalProp'),__decorateClass=__name((_0x4920de,_0x489005,_0x451274,_0xa131bd)=>{const _0x5eaf74=_0x3177e2;for(var _0x5e3ab0=_0xa131bd>0x1?void 0x0:_0xa131bd?__getOwnPropDesc(_0x489005,_0x451274):_0x489005,_0x2f24a0=_0x4920de[_0x5eaf74(0x13d)]-0x1,_0xc94cc8;_0x2f24a0>=0x0;_0x2f24a0--)(_0xc94cc8=_0x4920de[_0x2f24a0])&&(_0x5e3ab0=(_0xa131bd?_0xc94cc8(_0x489005,_0x451274,_0x5e3ab0):_0xc94cc8(_0x5e3ab0))||_0x5e3ab0);return _0xa131bd&&_0x5e3ab0&&__defProp2(_0x489005,_0x451274,_0x5e3ab0),_0x5e3ab0;},_0x3177e2(0x1a9)),__decorateParam=__name((_0x140bdd,_0x2d8aa4)=>(_0x3e3109,_0x2f9bf0)=>_0x2d8aa4(_0x3e3109,_0x2f9bf0,_0x140bdd),_0x3177e2(0x228)),__publicField2=__name((_0x22c02e,_0x46fdf7,_0x1a8605)=>__defNormalProp2(_0x22c02e,_0x46fdf7+'',_0x1a8605),'__publicField');const PLUGIN_NAME=_0x3177e2(0x1b2);var _a6;let UniverCollaborationPlugin=(_a6=class extends Plugin{constructor(_0xe91b91=defaultPluginConfig,_0x26dd04,_0x14aa09){const _0x2369f7=_0x3177e2;super(),this[_0x2369f7(0x27b)]=_0xe91b91,this[_0x2369f7(0x161)]=_0x26dd04,this[_0x2369f7(0x18a)]=_0x14aa09;const {..._0x188bd4}=merge({},defaultPluginConfig,this['_config']);this[_0x2369f7(0x18a)][_0x2369f7(0x1e5)](COLLABORATION_PLUGIN_CONFIG_KEY,_0x188bd4);}[_0x3177e2(0x188)](){const _0x50761d=_0x3177e2;[[RevisionService],[RevisionController],[SheetTransformController],[DocTransformController],[SnapshotService],[ITransformService,{'useClass':TransformService}],[CompressMutationService]][_0x50761d(0x2b6)](_0x38c1a6=>this[_0x50761d(0x161)]['add'](_0x38c1a6)),this[_0x50761d(0x161)]['get'](DocTransformController),this['_injector'][_0x50761d(0x1a4)](RevisionController),this[_0x50761d(0x161)][_0x50761d(0x1a4)](SheetTransformController);}},__name(_a6,_0x3177e2(0x105)),_a6);__publicField2(UniverCollaborationPlugin,_0x3177e2(0x272),PLUGIN_NAME),UniverCollaborationPlugin=__decorateClass([DependentOn(UniverLicensePlugin),__decorateParam(0x1,Inject(Injector)),__decorateParam(0x2,IConfigService)],UniverCollaborationPlugin);const IHistoryIoService=createIdentifier('IHistoryIoService'),CreateUnitMutation={'id':_0x3177e2(0x18d),'type':CommandType[_0x3177e2(0x12d)],'handler':__name(()=>!0x0,'handler')};export{CollaborationEvent,CompressMutationService,CreateUnitMutation,DocTransformController,IHistoryIoService,ISnapshotServerService,ITransformService,RevertRevisionMutation,RevisionService,SINGLE_HISTORY_MUTATIONS,SINGLE_SNAPSHOT_MUTATIONS,SheetTransformController,SnapshotService,TransformService,UniverCollaborationPlugin,b64DecodeUnicode,b64EncodeUnicode,generateTempDocumentSnapshot,generateTemporarySnap,getSheetBlocksFromSnapshot,isTransformChangesetsFailure,isTransformChangesetsSuccess,isTransformMutationFailure,isTransformMutationSuccess,isTransformMutationsFailure,isTransformMutationsSuccess,isTransformMutationsWithChangesetFailure,isTransformMutationsWithChangesetSuccess,mapDocumentTypeToUniverType,parseChangesetToProtocol,parseMutationToProtocol,parseProtocolChangeset,parseProtocolCommand,parseProtocolMutation,textDecoder,textEncoder,transformDocumentDataToSnapshot,transformSnapshotToDocumentData,transformSnapshotToWorkbookData,transformWorkbookDataToSnapshot};