In Univer, in addition to using the low-level APIs, you can also use the Facade API provided by @univerjs/facade
, which is a higher-level abstraction of the low-level APIs, making it easier to use.
You can learn how to use the Facade API by reading this document.
# Using npm
npm install @univerjs/facade
# Using pnpm
pnpm add @univerjs/facade