Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-spread-sheet-excel

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-spread-sheet-excel - npm Package Compare versions

Comparing version 2.0.1 to 2.0.3

build/list/tools/tools.d.ts

1

build/list/index.d.ts

@@ -10,4 +10,5 @@ import React from "react";

readonly?: boolean;
hideTools?: boolean;
}
declare const _default: React.MemoExoticComponent<(props: Props) => import("react/jsx-runtime").JSX.Element>;
export default _default;

3

package.json
{
"name": "react-spread-sheet-excel",
"version": "2.0.1",
"version": "2.0.3",
"description": "A quick example of rendering large number of input boxes in table using React JS and Redux",

@@ -42,3 +42,2 @@ "keywords": [

"@types/react-dom": "^18.2.0",
"@types/react-virtualized": "^9.21.22",
"postcss": "^8.4.16",

@@ -45,0 +44,0 @@ "react-scripts": "5.0.1",

@@ -37,3 +37,3 @@ # React-spread-sheet-excel

Input data format
```
```json
[

@@ -52,3 +52,3 @@ [{value: 1},{value: 1},{value: "a"},{value: "b"},{value: "d"}]

```
```js
import React, { useRef, useState } from "react";

@@ -102,3 +102,5 @@ import Sheet, { SheetRef } from "./lib";

| headerValues | array of header values, Number in header values could affect calculations | alphabets | No | string[] |
| hideTools | Hide tools | false | No | boolean |
## Ref

@@ -105,0 +107,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc