Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linhuiw/canvas-excel
📊 canvas-excel
https://github.com/linhuiw/canvas-excel
Last synced: about 20 hours ago
JSON representation
📊 canvas-excel
- Host: GitHub
- URL: https://github.com/linhuiw/canvas-excel
- Owner: linhuiw
- Created: 2018-11-12T06:50:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T10:05:47.000Z (over 2 years ago)
- Last Synced: 2024-09-17T03:36:03.927Z (2 months ago)
- Language: TypeScript
- Homepage: https://linhuiw.github.io/canvas-excel/
- Size: 687 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📊 canvas-excel
> online excel built with canvas
[![NPM](https://img.shields.io/npm/v/canvas-excel.svg)](https://www.npmjs.com/package/canvas-excel) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## Demo
Demo: https://linhuiw.github.io/canvas-excel/
## Features
- [x] Scroll canvas table
- [x] Freeze cols & rows
- [x] Range select & Edit cell
- [ ] Drag to edit row height & column width## Install
```bash
npm install --save canvas-excel
```## Usage
```tsx
import * as React from 'react';import WebExcel from 'canvas-excel';
class Example extends React.Component {
render() {
return ;
}
}
```## License
MIT © [linhuiw](https://github.com/linhuiw)