dream-num / univer.ai

Documentation for Univer
https://univer.ai
Other
8 stars 7 forks source link

Feedback for “Univer Sheet API” #136

Closed Lucianing closed 3 months ago

Lucianing commented 3 months ago
univerAPI.getSheetHooks().onCellDrop((cell) => {
  // Get the cell currently pointed to by the mouse
  console.log(cell);
})

onCellDrop api is not supported in version 0.1.11,

Dushusir commented 3 months ago
univerAPI.getSheetHooks().onCellDrop((cell) => {
  // Get the cell currently pointed to by the mouse
  console.log(cell);
})

onCellDrop api is not supported in version 0.1.11,

Thank you for your attention, this feature will be released in version 0.1.12