Luckysheet

https://github.com/mengshukeji/Luckysheet/blob/master/README-zh.md

🚀Luckysheet ,一款纯前端类似excel的在线表格,功能强大、配置简单、完全开源。

SpreadJS

  1. npm install x-data-spreadsheet

fortune-sheet

地址:https://github.com/ruilisi/fortune-sheet

类似 Excel 的电子表格组件。使用简单无需繁琐的配置,内置多种 Excel 常用功能,并且支持在线协同编辑

  1. import React from 'react';
  2. import ReactDOM from 'react-dom';
  3. import { Workbook } from "@fortune-sheet/react";
  4. import "@fortune-sheet/react/dist/index.css"
  5. ReactDOM.render(
  6. <Workbook data={[{ name: "Sheet1" }]} ></Workbook>,
  7. document.getElementById('root')
  8. );

在线 excel - 图1