Univer SDK Pro Overview
Univer SDK Pro extends open-source Univer SDK with enterprise-grade features like collaboration, import/export, and printing.
Univer SDK Pro builds on open-source Univer SDK with server-backed capabilities for enterprise use.
Pro features are marked with in the docs.
Getting Started Path
- Deploy the server for testing/local: Quick Start
- Learn licensing and limits: License
- Integrate into your frontend project: see “Client Integration” below
- Production architecture and configuration: Production Deployment
- Identity integration or event sync: USIP Integration and Event Sync
Univer SDK Pro advanced capabilities require the server. Please deploy the server first.
License and Limits
Univer SDK Pro is released under the Univer Commercial License. You can use it without a license for evaluation, but there will be limits such as watermark, import size, and collaboration quotas. See Pricing for details.
Client Integration
If you need a ready-to-run starter, use the Univer SDK Pro starter kit:
Requires nodejs >= 18, npm >= 8, and git.
npx degit dream-num/univer-pro-sheet-start-kit univer-pro-sheet-start-kitcd univer-pro-sheet-start-kitnpm installnpm run devRequires nodejs >= 18, pnpm >= 7, and git.
pnpm dlx degit dream-num/univer-pro-sheet-start-kit univer-pro-sheet-start-kitcd univer-pro-sheet-start-kitpnpm installpnpm devIf the server runs on another machine, update vite.config.ts and replace localhost with the server IP or domain.
If everything works, visit http://localhost:5173/ to try Pro features and collaboration.
How is this guide?