English | 简体中文
This repository provides the public user manual and runnable examples for the Univer CLI SDK.
user-manualis the complete CLI SDK integration guide.examplescontains independent applications built only with published public APIs.
- Node.js 22.12 or later
- pnpm 10
- Access to the Univer Insiders registry while the packages remain on the Insiders release channel
Every example will pin a mutually compatible release cohort and document its own runtime, license, and external-service requirements.
Install dependencies and run the API reference example:
pnpm install
pnpm example:quick-start api find --unit sheet setValues
pnpm example:quick-start api show FRange.setValues
pnpm example:univer-mini --helpquick-start-cli has no practical product purpose. It uses API reference lookup only to demonstrate
the smallest complete capability + Commander preset + application composition. It does not launch
Univer, require a license, or access online documentation.