online excel built with canvas
Demo: https://linhuiw.github.io/canvas-excel/
- Scroll canvas table
- Freeze cols & rows
- Range select & Edit cell
- Drag to edit row height & column width
npm install --save canvas-excel
import * as React from 'react';
import WebExcel from 'canvas-excel';
class Example extends React.Component {
render() {
return <WebExcel />;
}
}
MIT ยฉ linhuiw