Excel表格 Packages

excel-react-hooks

```javascript //hooks使用示例 /** * @description useReader,excel读取 * */ import { useReader } from "excel-react-hooks"; const { reader, data } = useReader( ["name", "age", "gender", "phone"], () => { console.log("success"); }, () => {

1.0.8 • Published 2 years ago

excel-mate

Node.js library designed to simplify the process of creating Excel files by providing a convenient abstraction layer on top of the powerful "excel4node" library.

1.0.0 • Published 2 years ago

excel-operations-node

Nodel Excel file manipulator that lets you perform operations on spreadsheets (add row, pivot table, etc). You can write your new transformed spreadsheets to files, and serve your spreadsheets from a server using NodeJS. Way faster than excel.

1.0.0 • Published 8 years ago