Go to file
Eugene dcbc3d8bf0 Readme title fix XD 2023-07-24 17:33:02 +03:00
public Init commit 2023-07-19 17:34:15 +03:00
src Added readme 2023-07-24 17:32:23 +03:00
.gitignore Init commit 2023-07-19 17:34:15 +03:00
README.md Readme title fix XD 2023-07-24 17:33:02 +03:00
index.html Added keyboard navigation 2023-07-21 18:32:38 +03:00
package.json Added nice selection 2023-07-21 16:26:01 +03:00
pnpm-lock.yaml Added nice selection 2023-07-21 16:26:01 +03:00
tsconfig.json Init commit 2023-07-19 17:34:15 +03:00
vite.config.ts add vite config 2023-07-20 18:25:17 +03:00

README.md

Spreadsheet

  • High performance spreadsheet based on CanvasAPI.
  • TypeScript supported
Basic usage
import { Spreadsheet } from 'spreadsheet
const target = document.querySelector('#spreadsheet_container')
const spreadsheetInstance = new Spreadsheet(target)