@univerjs-pro/engine-formula v0.5.4
Variable: SetFormulaDataMutation
const SetFormulaDataMutation: IMutation<ISetFormulaDataMutationParams>;
Defined in: submodules/univer/packages/engine-formula/src/commands/mutations/set-formula-data.mutation.ts:32
There is no need to process data here, it is used as the main thread to send data to the worker. The main thread has already updated the data in advance, and there is no need to update it again here.
Deprecated
Do not use command system as rpc calling method.