react-spread-sheet-excel
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "react-spread-sheet-excel", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A quick example of rendering large lists of inputs in table using React JS and Redux", | ||
"keywords": [ | ||
"React spreadsheet", | ||
"React Excel" | ||
"React Excel", | ||
"Light weight excel / spreadsheets", | ||
"Spreadsheet supports calculations" | ||
], | ||
@@ -9,0 +11,0 @@ "author": "Sojin antony", |
# React-spread-sheet-excel | ||
Render large lists of input boxes in the table using React JS and Redux, Render a table with a large number of rows and columns. | ||
A light weight component to Render large lists of input boxes in the table using React JS and Redux, Render a table with a large number of rows and columns. | ||
* Can render a large number of input boxes in the table | ||
* Customizable header values | ||
* Light Weight | ||
* Calculations Support, value should starts with "=" | ||
* Supports calculations in Excel cells (= 2 * A2 + (B2 * C4)) | ||
* Customizable header values - (Do not pass numbers in header values, will affect calc) | ||
* Resize columns | ||
@@ -11,8 +14,5 @@ * Can Use as a Spreadsheet or Excel with react | ||
* Export to CSV support | ||
* Calculations Support, value should starts with "=" | ||
* Move between cells using tab/shift+tab or arrow Keys keys on the keyboard | ||
* Supports calculations in Excel cells (= 2 * A2 + (B2 * C4)) | ||
* Sticky Headers | ||
## Getting Started | ||
@@ -19,0 +19,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
546817
18
3426
0