Go to file
Eugene 1bf801d716 Build update. 2023-07-24 22:21:54 +03:00
dist Build update. 2023-07-24 22:21:54 +03:00
public Init commit 2023-07-19 17:34:15 +03:00
src Removed tempo example variables from main.ts 2023-07-24 22:19:37 +03:00
.gitignore Builded first version of package 2023-07-24 19:12:21 +03:00
README.md Fixed styles export 2023-07-24 22:13:31 +03:00
index.html Added keyboard navigation 2023-07-21 18:32:38 +03:00
package.json Fixed path to styles 2023-07-24 22:20:04 +03:00
pnpm-lock.yaml Builded first version of package 2023-07-24 19:12:21 +03:00
tsconfig.json Builded first version of package 2023-07-24 19:12:21 +03:00
vite.config.ts Fixed styles export 2023-07-24 22:13:31 +03:00

README.md

Modern 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)

Demo