
Univer Node Backend
- 146 installs
- 7 repo stars
- Updated April 24, 2026
- dream-num/univer-sdk-skills
Runs Univer's spreadsheet engine headless in Node.js for server-side formula calculation, batch report generation and automated workbook manipulation.
About
univer-node-backend explains how to run the Univer spreadsheet engine headless in Node.js for backend use: createUniverOnNode, RPC formula workers via child_process, and batch cell operations through the Facade API. A solo builder reaches for it to generate reports, calculate formulas, and manipulate XLSX/JSON workbooks on the server without a browser.
- Headless Univer in Node.js (no browser)
- createUniverOnNode + rpc-node formula workers
- Batch report generation and XLSX/JSON processing
- Server-side Facade API cell operations
Univer Node Backend by the numbers
- 146 all-time installs (skills.sh)
- Ranked #2,526 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Jul 30, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dream-num/univer-sdk-skills --skill univer-node-backendAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 146 |
|---|---|
| repo stars | ★ 7 |
| Last updated | April 24, 2026 |
| Repository | dream-num/univer-sdk-skills ↗ |
What it does
Runs Univer's spreadsheet engine headless in Node.js for server-side formula calculation, batch report generation and automated workbook manipulation.
Who is it for?
Headless server-side spreadsheet generation and formula calc
Skip if: Browser-only interactive spreadsheet UIs
What you get
- Server-side spreadsheet processing
- Automated reports