In vue3, in the latest community version, is there a solution for an Api that can manipulate cell values?

I’m currently using vue3, the latest community version.

I need to modify the value of the cell. I use <DocumentEditor v-if=“docShow” id=“docEditor” :documentServerUrl=“defaultDocumentUrl” :config=“config”

:onLoadComponentError=“onLoadComponentError” />

. I in ‘window. DocEditor. Instances. DocEditor’ failed to find any operation way, it must pay by developers to achieve?

Hello @6LWa6ZKx

Do you want to change a cells’ value without manually interacting with the editor? Please elaborate on your desired usage scenario.