文件名称:react-spreadsheet:电子表格就像一个 reactJS 组件
文件大小:15KB
文件格式:ZIP
更新时间:2024-07-20 00:26:19
JavaScript
React电子表格 电子表格作为 reactJS 组件。 安装 依赖项: 节点JS 0.10 1.4 咕噜声 0.4 如何安装 $ git clone https://github.com/carlosvillu/react-spreadsheet $ cd react-spreadsheet $ npm install $ grunt dev 在打开浏览器 描述 该项目的目标是构建一个在线电子表格。 它是一个带有可编辑单元格的 40x40 网格。 单元格适应用户输入的数据。 单击单元格时,单元格的背景变为蓝色,表示它已被选中。 双击背景变为橙色,表示可以编辑。 单元格编辑允许用户输入数值或字符串以及公式。 公式必须具有以下格式:=(行号,列号){op}(行号,列号)... =A2+B8 this will add up the content
【文件预览】:
react-spreadsheet-master
----.gitignore(634B)
----README.md(3KB)
----public()
--------css()
--------js()
--------index.html(2KB)
----data.csv(80B)
----LICENSE(1KB)
----Gruntfile.js(1KB)
----package.json(1KB)