@worksheet-js/plugins
v1.6.2
Published
Official plugin pack for WorksheetJS — AI assistant and more.
Downloads
434
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-...' },
});AI providers, recipes, memory, telemetry, and per-plugin options on worksheetjs.com.
License
Proprietary. Usage is subject to the EULA.
