react-spreadsheet:用于 React 的简单、可定制且高性能的电子表格

时间:2024-08-13 03:32:49
【文件属性】:

文件名称:react-spreadsheet:用于 React 的简单、可定制且高性能的电子表格

文件大小:242KB

文件格式:ZIP

更新时间:2024-08-13 03:32:49

react data csv excel spreadsheet

React电子表格 用于 React 的简单、可定制且高性能的电子表格。 npm install react-spreadsheet 要么 yarn add react-spreadsheet 特征 简单直接的 API 专注于常见用例,同时保持灵活性 高性能(尚未虚拟化) 实现 Just Components:trade_mark: 用法 入门 import React from "react" ; import Spreadsheet from "react-spreadsheet" ; const data = [ [ { value : "Vanilla" } , { value : "Chocolate" } ] , [ { value : "Strawberry" } , { value : "Cookies" } ] , ] ; const MyComponent = ( ) => <


【文件预览】:
react-spreadsheet-master
----.prettierignore(29B)
----.storybook()
--------index.css(102B)
--------main.js(137B)
--------preview.js(198B)
----.gitignore(857B)
----tsconfig.json(373B)
----.github()
--------workflows()
----rollup.config.js(745B)
----.vscode()
--------extensions.json(477B)
--------settings.json(89B)
--------tasks.json(210B)
----LICENSE(1KB)
----package.json(3KB)
----src()
--------FloatingRect.tsx(2KB)
--------util.ts(5KB)
--------Cell.tsx(3KB)
--------Table.tsx(613B)
--------point-set.ts(3KB)
--------types.ts(3KB)
--------stories()
--------typings()
--------DataEditor.tsx(978B)
--------Spreadsheet.css(2KB)
--------Selected.tsx(1KB)
--------Row.tsx(127B)
--------SpreadsheetStateProvider.tsx(4KB)
--------matrix.test.ts(5KB)
--------point-range.ts(2KB)
--------bindings.ts(2KB)
--------point-map.test.ts(3KB)
--------point-map.ts(4KB)
--------matrix.ts(6KB)
--------point-range.test.ts(2KB)
--------ActiveCell.tsx(3KB)
--------ColumnIndicator.tsx(398B)
--------actions.ts(11KB)
--------Copied.tsx(754B)
--------util.test.ts(673B)
--------point-set.test.ts(2KB)
--------index.ts(512B)
--------bindings.test.ts(2KB)
--------DataViewer.tsx(685B)
--------RowIndicator.tsx(309B)
--------Spreadsheet.tsx(10KB)
--------CornerIndicator.tsx(185B)
----readme.md(3KB)
----.eslintignore(4B)
----.npmignore(1KB)
----yarn.lock(494KB)
----assets()
--------screenshot.png(49KB)
--------logo.svg(4KB)

网友评论