@worksheet-js/plugins
v1.9.3
Published
Official plugin pack for WorksheetJS — AI assistant and more.
Readme
@worksheet-js/plugins
AI assistant and spreadsheet plugin pack for Worksheet.js.
Install
npm install @worksheet-js/pluginsPeer dependencies: @worksheet-js/core >= 1.6.0, chart.js >= 4.0.0.
Quick start
import { createWorksheet } from '@worksheet-js/plugins';
import { initializeLicense } from '@worksheet-js/core';
initializeLicense('YOUR-LICENSE-KEY');
const ws = await createWorksheet({
container: document.getElementById('app')!,
worksheets: [{ worksheetName: 'Sheet1' }],
ai: { provider: 'anthropic', apiKey: 'sk-ant-...', model: 'claude-sonnet-4-6' },
});Models load live from the provider's API (latest generation only) with no default —
set model here or let the user pick one in the AI sidebar. AI providers, recipes,
memory, telemetry, and per-plugin options on worksheetjs.com.
License
Proprietary. Usage is subject to the EULA.
