https://github.com/shhdgit/sheets.js
https://github.com/shhdgit/sheets.js
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shhdgit/sheets.js
- Owner: shhdgit
- Created: 2020-12-08T13:12:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T01:54:18.000Z (over 4 years ago)
- Last Synced: 2025-04-13T00:54:14.070Z (about 1 month ago)
- Language: TypeScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Sheets.js
## Demo
[link](https://shhdgit.github.io/sheets.js/)## Roadmap
### v0.0.1
* [ ] spreadsheet container
* [ ] row & column ruler
* [x] selection area
* [x] editable
* [x] data structure design
* [x] insert column & row
* [x] sort
* [ ] formula, reactive data
* [ ] vue wrapper
* [x] demo
* [ ] api docs
* [ ] CI/CD
* [ ] refactor### TODO
* [ ] spreadsheet container
* [ ] container/row/column/cell resize
* [ ] standalone renderer
* [ ] canvas container
* [ ] @sheets/core UT
* [ ] formula selection area
* [ ] data format (string, number, etc.)
* [ ] virtual scroll view
* [ ] infinite cell scroll (just like excel)
* [ ] import/export xlsx