react-spread-sheet-excel
Advanced tools
Comparing version 2.0.1 to 2.0.3
@@ -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; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
597592
18
19
3739
124