Installation
Install the packages you need via npm, yarn, or pnpm. All packages are scoped under @worksheet-js.
Core + React
bash
npm install @worksheet-js/core @worksheet-js/reactCore + Vue
bash
npm install @worksheet-js/core @worksheet-js/vueFormula Engine (standalone)
bash
npm install @worksheet-js/formulaExcel I/O (standalone)
bash
npm install @worksheet-js/excelAll Plugins (AI, Charts, Pivot Tables)
bash
npm install @worksheet-js/pluginsPeer Dependencies
| Package | Peer dependency | Required for |
|---|---|---|
chart.js | >= 4.0.0 | Chart plugin |
react | >= 16.8.0 | @worksheet-js/react |
vue | ^3.0.0 | @worksheet-js/vue |