@syncfusion/ej2-react-spreadsheet 20.3.60 → 20.4.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/README.md +141 -67
- package/diConfig.json +31 -4
- package/dist/ej2-react-spreadsheet.min.js +1 -1
- package/dist/ej2-react-spreadsheet.umd.min.js +1 -1
- package/package.json +31 -17
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 20.3.60 (2022-12-06)
|
|
6
|
+
|
|
5
7
|
### Spreadsheet
|
|
6
8
|
|
|
7
9
|
#### Bug Fixes
|
|
@@ -1227,6 +1229,14 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1227
1229
|
- **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.
|
|
1228
1230
|
|
|
1229
1231
|
|
|
1232
|
+
## 20.3.61 (2022-12-13)
|
|
1233
|
+
|
|
1234
|
+
### Spreadsheet
|
|
1235
|
+
|
|
1236
|
+
#### Bug Fixes
|
|
1237
|
+
|
|
1238
|
+
- `#I423182` - Issue with "custom cell name is not shown while importing the excel file that contain defined custom cell name" has been resolved.
|
|
1239
|
+
|
|
1230
1240
|
## 20.3.58 (2022-11-22)
|
|
1231
1241
|
|
|
1232
1242
|
### Spreadsheet
|
package/README.md
CHANGED
|
@@ -1,87 +1,161 @@
|
|
|
1
|
-
#
|
|
1
|
+
# React Spreadsheet Component
|
|
2
2
|
|
|
3
|
-
The [React Spreadsheet](https://www.syncfusion.com/react-ui-components/react-spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm) is an user interactive component to organize and analyze data in tabular format with configuration options for customization. It will load data by importing an
|
|
3
|
+
The [React Spreadsheet](https://www.syncfusion.com/react-ui-components/react-spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm) is an user interactive component to organize and analyze data in tabular format with configuration options for customization. It will load data by importing an Excel/CSV file or from local and remote data sources such as JSON, RESTful services, OData services, and more. The populated data can be exported as Excel with xlsx, xls, CSV and PDF formats.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
<p align="center">
|
|
6
|
+
<a href="https://ej2.syncfusion.com/react/documentation/spreadsheet/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm">Getting started</a> .
|
|
7
|
+
<a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#/bootstrap5/spreadsheet/default">Online demos</a> .
|
|
8
|
+
<a href="https://www.syncfusion.com/react-components/react-spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm">Learn more</a>
|
|
9
|
+
</p>
|
|
6
10
|
|
|
7
|
-
>
|
|
11
|
+
<p align="center">
|
|
12
|
+
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-spreadsheet.png" alt="React Spreadsheet Component" />
|
|
13
|
+
</p>
|
|
8
14
|
|
|
9
|
-
>
|
|
15
|
+
<p align="center">
|
|
16
|
+
Trusted by the world's leading companies
|
|
17
|
+
<a href="https://www.syncfusion.com">
|
|
18
|
+
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
|
|
19
|
+
</a>
|
|
20
|
+
</p>
|
|
10
21
|
|
|
11
22
|
## Setup
|
|
12
23
|
|
|
13
|
-
|
|
24
|
+
### Create a React Application
|
|
14
25
|
|
|
15
|
-
|
|
16
|
-
|
|
26
|
+
You can use [create-react-app](https://github.com/facebookincubator/create-react-app) to setup applications. To create React app, use the following command.
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
npx create-react-app my-app --template typescript
|
|
30
|
+
cd my-app
|
|
31
|
+
npm start
|
|
17
32
|
```
|
|
18
33
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
* [Product Page](https://www.syncfusion.com/react-ui-components/react-spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm)
|
|
22
|
-
* [Getting Started](https://ej2.syncfusion.com/react/documentation/spreadsheet/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm)
|
|
23
|
-
* [View Online Demos](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#/material/spreadsheet/default)
|
|
24
|
-
|
|
25
|
-
## Supported Frameworks
|
|
26
|
-
|
|
27
|
-
Spreadsheet component is also offered in following list of frameworks.
|
|
28
|
-
|
|
29
|
-
1. [Angular Spreadsheet](https://www.syncfusion.com/angular-ui-components/angular-spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm)
|
|
30
|
-
2. [Javascript Spreadsheet](https://www.syncfusion.com/javascript-ui-controls/js-spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm)
|
|
31
|
-
3. [VueJS Spreadsheet](https://www.syncfusion.com/vue-ui-components/vue-spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm)
|
|
32
|
-
4. [ASP.NET Core Spreadsheet](https://www.syncfusion.com/aspnet-core-ui-controls/spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm)
|
|
33
|
-
5. [ASP.NET MVC Spreadsheet](https://www.syncfusion.com/aspnet-mvc-ui-controls/spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm)
|
|
34
|
-
|
|
35
|
-
## Key Features
|
|
36
|
-
|
|
37
|
-
- **Data sources** - Bind the spreadsheet component with an array of JavaScript objects or DataManager.
|
|
38
|
-
- **Virtualization** - Provides the option to load large amount of data without performance degradation.
|
|
39
|
-
- **Selection** - Provides the option to select a cell or range of cells.
|
|
40
|
-
- **Editing** - Provides the options to dynamically edit a cell.
|
|
41
|
-
- **Formulas** - Provides built-in calculation library with predefined formulas and named range support.
|
|
42
|
-
- **Clipboard** - Provides the option to perform clipboard operations.
|
|
43
|
-
- **Cell formatting** - Provides option to customize the appearance of cells.
|
|
44
|
-
- **Number formatting** - Provides option to format the cell value.
|
|
45
|
-
- **Open** - Provides the option to open excel file in spreadsheet.
|
|
46
|
-
- **Save** - Provides option to save spreadsheet data as excel file.
|
|
47
|
-
- **Sorting:** Helps you to arrange the data to particular order in a selected range of cells.
|
|
48
|
-
- **Resize:** Allows you to change the row height and column width. Auto fit the rows and columns based on its content.
|
|
49
|
-
- **Wrap text:** Provides the option to display the large content as multiple lines in a single cell.
|
|
50
|
-
- **Data validation:** Provides the option to validate edited values based on data validation rules defined for a cell or range of cells.
|
|
51
|
-
- **Find and Replace:** Provides the option to find the data and replace it across all the sheets in Spreadsheet.
|
|
52
|
-
- **Protect sheet:** Provides the option to restrict the user actions like cell editing, row and column insertion, deletion, and resizing.
|
|
53
|
-
- **Borders:** Provides the option to customize cell gridlines such as color and its style for enhanced UI.
|
|
54
|
-
- **Show/Hide:** Provides the option to show/hide the rows, columns and sheets.
|
|
55
|
-
- **Insert/delete:** Provides the option to insert/delete the rows, columns and sheets.
|
|
56
|
-
- **Merge cells:** Provides option to can combine two or more cells located in the same row or column into a single cell.
|
|
57
|
-
- **Conditional formatting:** Provides option to format a cell or range of cells based on the conditions applied.
|
|
58
|
-
- **Clear:** Provides option to clear the content, formats, and hyperlinks applied to a cell or range of cells in a spreadsheet.
|
|
59
|
-
- **Aggregates:** Provides option to check the sum, average, and count for the selected cells or range in the sheet tab.
|
|
60
|
-
- **Picture:** Allows you to view, insert, and modify a picture in a spreadsheet with customizing options.
|
|
61
|
-
- **Chart:** Transforms your Spreadsheet data to an intuitive overview for better understanding and to make smart business decisions.
|
|
62
|
-
- **Freeze pane:** Allows users to keep the specified rows and columns always visible at the top and left side of the sheet while scrolling through the sheet.
|
|
63
|
-
- **PDF Export:** Allows users to save the spreadsheet data as a PDF document.
|
|
64
|
-
- **Password protection:** Allows users to protect the workbook with a password.
|
|
65
|
-
- **Multi-line editing:** Allows you to insert a line break between paragraphs of the text within a cell in a Spreadsheet.
|
|
66
|
-
- **Range selection helper:** Helps you to select a range or multiple ranges when editing a formula in a cell.
|
|
67
|
-
- **RTL** - Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
|
|
68
|
-
- **Localization** - Provides inherent support to localize the UI.
|
|
69
|
-
- **Accessibility** - Provides with built-in accessibility support which helps to access all the spreadsheet component features through the keyboard, screen readers, or other assistive technology devices.
|
|
34
|
+
### Add Syncfusion Spreadsheet package
|
|
70
35
|
|
|
71
|
-
|
|
36
|
+
All Syncfusion React packages are published in the [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install the React Spreadsheet package, use the following command.
|
|
72
37
|
|
|
73
|
-
|
|
38
|
+
```bash
|
|
39
|
+
npm install @syncfusion/ej2-react-spreadsheet --save
|
|
40
|
+
```
|
|
74
41
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
42
|
+
### Add CSS references for Spreadsheet
|
|
43
|
+
|
|
44
|
+
Add CSS references needed for a Spreadsheet in **src/App.css** from the **../node_modules/@syncfusion** package folder.
|
|
45
|
+
|
|
46
|
+
```css
|
|
47
|
+
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
|
|
48
|
+
@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
|
|
49
|
+
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
|
|
50
|
+
@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
|
|
51
|
+
@import '../node_modules/@syncfusion/ej2-lists/styles/material.css';
|
|
52
|
+
@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
|
|
53
|
+
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
|
|
54
|
+
@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
|
|
55
|
+
@import '../node_modules/@syncfusion/ej2-grids/styles/material.css';
|
|
56
|
+
@import '../node_modules/@syncfusion/ej2-react-spreadsheet/styles/material.css';
|
|
57
|
+
```
|
|
78
58
|
|
|
79
|
-
|
|
59
|
+
### Add Spreadsheet Component
|
|
60
|
+
|
|
61
|
+
In the **src/App.tsx** file, use the following code snippet to render the Syncfusion React Spreadsheet component and import **App.css** to apply styles to the Spreadsheet.
|
|
62
|
+
|
|
63
|
+
```typescript
|
|
64
|
+
import { SheetsDirective, SheetDirective, RangesDirective, RangeDirective, SpreadsheetComponent } from '@syncfusion/ej2-react-spreadsheet';
|
|
65
|
+
import * as React from 'react';
|
|
66
|
+
import './App.css';
|
|
67
|
+
|
|
68
|
+
export default function App() {
|
|
69
|
+
let data: object[] = [
|
|
70
|
+
{ OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, ShipCity: 'Reims' },
|
|
71
|
+
{ OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, ShipCity: 'Münster' },
|
|
72
|
+
{ OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, ShipCity: 'Lyon' }
|
|
73
|
+
];
|
|
74
|
+
return <SpreadsheetComponent>
|
|
75
|
+
<SheetsDirective>
|
|
76
|
+
<SheetDirective>
|
|
77
|
+
<RangesDirective>
|
|
78
|
+
<RangeDirective dataSource={data}></RangeDirective>
|
|
79
|
+
</RangesDirective>
|
|
80
|
+
</SheetDirective>
|
|
81
|
+
</SheetsDirective>
|
|
82
|
+
</SpreadsheetComponent>
|
|
83
|
+
}
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
## Supported frameworks
|
|
87
|
+
|
|
88
|
+
Spreadsheet component is also offered in the following list of frameworks.
|
|
89
|
+
|
|
90
|
+
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/> [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/angular.svg" height="50" />](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)<br/> [Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/> [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github) |
|
|
91
|
+
| :-----: | :-----: | :-----: | :-----: | :-----: |
|
|
92
|
+
|
|
93
|
+
## Showcase samples
|
|
94
|
+
|
|
95
|
+
* Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-react-loan-calculator), [Live Demo](https://ej2.syncfusion.com/showcase/react/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#/default)
|
|
96
|
+
* Fitness Tracker - [Source](https://github.com/SyncfusionExamples/showcase-react-health-tracker-dashboard-demo), [Live Demo](https://ej2.syncfusion.com/showcase/react/fitness-tracker-app/)
|
|
97
|
+
|
|
98
|
+
## Key features
|
|
99
|
+
|
|
100
|
+
* [Data sources](https://ej2.syncfusion.com/react/documentation/spreadsheet/data-binding/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#local-data): Bind the Spreadsheet component with an array of objects or data from a web service using [DataManager](https://ej2.syncfusion.com/react/documentation/data/data-binding/).
|
|
101
|
+
* [Virtualization](https://ej2.syncfusion.com/react/documentation/spreadsheet/scrolling/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#virtual-scrolling): Provides the option to load large amount of data without performance degradation.
|
|
102
|
+
* [Selection](https://ej2.syncfusion.com/react/documentation/spreadsheet/selection/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm): Provides the option to select a cell or range of cells.
|
|
103
|
+
* [Editing](https://ej2.syncfusion.com/react/documentation/spreadsheet/editing/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm): Provides the option to dynamically edit a cell.
|
|
104
|
+
* [Formulas](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#/material/spreadsheet/formula): Provides built-in calculation library with pre-defined formulas and named range support.
|
|
105
|
+
* [Clipboard](https://ej2.syncfusion.com/react/documentation/spreadsheet/clipboard/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm): Provides the option to perform clipboard operations.
|
|
106
|
+
* [Cell formatting](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#/material/spreadsheet/cell-formatting): Provides the option to customize the appearance of cells.
|
|
107
|
+
* [Number formatting](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#/material/spreadsheet/number-formatting): Provides the option to format the cell value.
|
|
108
|
+
* [Open](https://ej2.syncfusion.com/react/documentation/spreadsheet/open-save/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#open): Provides the option to open Excel and CSV files in Spreadsheet.
|
|
109
|
+
* [Save](https://ej2.syncfusion.com/react/documentation/spreadsheet/open-save/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#save): Provides the option to save Spreadsheet data as Excel, CSV, and PDF documents.
|
|
110
|
+
* [Sorting](https://ej2.syncfusion.com/react/documentation/spreadsheet/sort/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#sort-by-cell-value): Helps you to arrange the data to particular order in a selected range of cells.
|
|
111
|
+
* [Filtering](https://ej2.syncfusion.com/react/documentation/spreadsheet/filter/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#apply-filter-on-ui): Helps you to view specific rows in the Spreadsheet by hiding the other rows.
|
|
112
|
+
* [Undo Redo](https://ej2.syncfusion.com/react/documentation/spreadsheet/undo-redo/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm): Provides the option to perform undo redo operations in Spreadsheet.
|
|
113
|
+
* [Collaborative editing](https://ej2.syncfusion.com/react/documentation/spreadsheet/use-cases/collaborative-editing/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm): Provides the option for real time changes across multiple users in the Spreadsheet.
|
|
114
|
+
* [Hyperlink](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#/material/spreadsheet/hyperlink): Provides the option to navigate to web link or cell reference within the sheet or to other sheet in Spreadsheet.
|
|
115
|
+
* [Resize](https://ej2.syncfusion.com/react/documentation/spreadsheet/mobile-responsiveness/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm): Allows you to change the row height and column width. Auto fit the rows and columns based on its content.
|
|
116
|
+
* [Wrap text](https://ej2.syncfusion.com/react/documentation/spreadsheet/cell-range/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#wrap-text): Provides the option to display the large content as multiple lines in a single cell.
|
|
117
|
+
* [Data validation](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#/material/spreadsheet/data-validation): Provides the option to validate edited values based on data validation rules defined for a cell or range of cells.
|
|
118
|
+
* [Find and replace](https://ej2.syncfusion.com/react/documentation/spreadsheet/searching/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#find): Provides the option to find the data and replace it across all sheets in Spreadsheet.
|
|
119
|
+
* [Protect sheet](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#/material/spreadsheet/protect-sheet): Provides the option to restrict user actions like cell editing, row and column insertion, deletion, and resizing.
|
|
120
|
+
* [Borders](https://ej2.syncfusion.com/react/documentation/spreadsheet/formatting/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#borders): Provides the option to customize cell gridlines such as color and its style for enhanced UI.
|
|
121
|
+
* [Show/hide](https://ej2.syncfusion.com/react/documentation/spreadsheet/worksheet/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#sheet-visibility): Provides the option to show/hide rows, columns and sheets.
|
|
122
|
+
* [Insert/delete](https://ej2.syncfusion.com/react/documentation/spreadsheet/rows-and-columns/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#insert): Provides the option to insert/delete rows, columns and sheets.
|
|
123
|
+
* [Merge cells](https://ej2.syncfusion.com/react/documentation/spreadsheet/cell-range/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#merge-cells): Provides the option to combine two or more cells located in the same row or column into a single cell.
|
|
124
|
+
* [Conditional formatting](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#/material/spreadsheet/conditional-formatting): Provides the option to format a cell or range of cells based on conditions applied.
|
|
125
|
+
* [Autofill](https://ej2.syncfusion.com/react/documentation/spreadsheet/cell-range/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#auto-fill): Provides the option to fill or copy a series or pattern of values and formats into adjacent cells in any direction.
|
|
126
|
+
* [Clear](https://ej2.syncfusion.com/react/documentation/spreadsheet/cell-range/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#clear): Provides the option to clear the content, formats, and hyperlinks applied to a cell or range of cells in a Spreadsheet.
|
|
127
|
+
* [Aggregates](https://ej2.syncfusion.com/react/documentation/spreadsheet/formulas/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm): Provides the option to check the sum, average, count, and more for the selected cells or range in the sheet.
|
|
128
|
+
* [Picture](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#/material/spreadsheet/image): Allows you to view, insert, and modify a picture in a Spreadsheet with customizing options.
|
|
129
|
+
* [Chart](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#/material/spreadsheet/chart): Transforms your Spreadsheet data to an intuitive overview for better understanding and to make smart business decisions.
|
|
130
|
+
* [Freeze panes](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#/material/spreadsheet/freeze-pane): Allows you to keep the specified rows and columns always visible at the top and left side of the sheet while scrolling through the sheet.
|
|
131
|
+
* [Password protection](https://ej2.syncfusion.com/react/documentation/spreadsheet/protect-sheet/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#protect-workbook): Allows you to protect the workbook with a password.
|
|
132
|
+
* [Multi-line editing](https://ej2.syncfusion.com/react/documentation/spreadsheet/editing/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm): Allows you to insert a line break between paragraphs of the text within a cell in a Spreadsheet.
|
|
133
|
+
* [Calculate range selection](https://ej2.syncfusion.com/react/documentation/spreadsheet/selection/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm): Helps you to select a range or multiple ranges when editing a formula in a cell.
|
|
134
|
+
* [Right-to-left (RTL)](https://ej2.syncfusion.com/react/documentation/right-to-left/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm): Aligns content in the Spreadsheet component from right to left.
|
|
135
|
+
* [Templates](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#/material/spreadsheet/cell-template): Templates can be used to create custom user experiences in the Spreadsheet.
|
|
136
|
+
* [Globalization](https://ej2.syncfusion.com/react/documentation/spreadsheet/global-local/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#localization): Personalize the Spreadsheet component with different languages, as well as culture-specific number, date, and time formatting.
|
|
137
|
+
* [Accessibility](https://ej2.syncfusion.com/react/documentation/spreadsheet/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm): Provides with built-in accessibility support which helps to access all the Spreadsheet component features through the keyboard, screen readers, or other assistive technology devices.
|
|
80
138
|
|
|
81
|
-
|
|
139
|
+
## Support
|
|
140
|
+
|
|
141
|
+
Product support is available through the following mediums.
|
|
142
|
+
|
|
143
|
+
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
144
|
+
* [Community forum](https://www.syncfusion.com/forums/react-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm)
|
|
145
|
+
* [GitHub issues](https://github.com/syncfusion/ej2-react-ui-components/issues/new)
|
|
146
|
+
* [Request feature or report bug](https://www.syncfusion.com/feedback/react?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm)
|
|
147
|
+
* Live chat
|
|
82
148
|
|
|
83
149
|
## Changelog
|
|
84
150
|
|
|
85
|
-
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/spreadsheet/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm)
|
|
151
|
+
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/spreadsheet/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
|
|
152
|
+
|
|
153
|
+
## License and copyright
|
|
154
|
+
|
|
155
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
156
|
+
|
|
157
|
+
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
158
|
+
|
|
159
|
+
See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm) for more info.
|
|
86
160
|
|
|
87
161
|
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
package/diConfig.json
CHANGED
|
@@ -2,10 +2,37 @@
|
|
|
2
2
|
"name": "Spreadsheet",
|
|
3
3
|
"description": "Spreadsheet Component",
|
|
4
4
|
"keywords": {
|
|
5
|
-
"common": [
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
"common": [
|
|
6
|
+
"ej2",
|
|
7
|
+
"syncfusion",
|
|
8
|
+
"spreadsheet",
|
|
9
|
+
"excel",
|
|
10
|
+
"workbook",
|
|
11
|
+
"worksheet",
|
|
12
|
+
"xlsx",
|
|
13
|
+
"xlsb",
|
|
14
|
+
"csv",
|
|
15
|
+
"grid",
|
|
16
|
+
"data",
|
|
17
|
+
"excel-like",
|
|
18
|
+
"excel-style",
|
|
19
|
+
"editor",
|
|
20
|
+
"excel-editor",
|
|
21
|
+
"excel-viewer",
|
|
22
|
+
"sheets",
|
|
23
|
+
"formulas",
|
|
24
|
+
"sorting",
|
|
25
|
+
"filtering",
|
|
26
|
+
"formatting",
|
|
27
|
+
"virtual-scrolling",
|
|
28
|
+
"edit-cell",
|
|
29
|
+
"editable-table",
|
|
30
|
+
"javascript",
|
|
31
|
+
"typescript"
|
|
32
|
+
],
|
|
33
|
+
"angular": ["angular", "angular-spreadsheet"],
|
|
34
|
+
"react": ["react", "reactjs", "react-spreadsheet"],
|
|
35
|
+
"vue": ["vue", "vuejs", "vue-spreadsheet"]
|
|
9
36
|
},
|
|
10
37
|
"blazorType": "none",
|
|
11
38
|
"repository": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-spreadsheet.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.4.38
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-spreadsheet.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.4.38
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-spreadsheet@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-spreadsheet@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-spreadsheet@20.12.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-za9r7XruqbYR32NM2g+aTg8yrkBOl4mAY+JNu/P768185rFjWVfkjIWehMyXZqJRhIwp/hHWHFYOZUQUEd2DNA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-spreadsheet",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-20.12.0.tgz",
|
|
23
|
+
"_shasum": "c7ceae5e35a83eef7555111f112a42e2f8c2ba3e",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-spreadsheet@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-react-base": "~20.
|
|
36
|
-
"@syncfusion/ej2-spreadsheet": "20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.4.38",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~20.4.38",
|
|
36
|
+
"@syncfusion/ej2-spreadsheet": "20.4.38"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
|
|
@@ -42,20 +42,34 @@
|
|
|
42
42
|
"homepage": "https://github.com/syncfusion/ej2-react-ui-components#readme",
|
|
43
43
|
"keywords": [
|
|
44
44
|
"ej2",
|
|
45
|
-
"ej2-spreadsheet",
|
|
46
45
|
"syncfusion",
|
|
47
|
-
"web-components",
|
|
48
|
-
"typescript",
|
|
49
|
-
"javascript",
|
|
50
46
|
"spreadsheet",
|
|
51
|
-
"excel
|
|
47
|
+
"excel",
|
|
48
|
+
"workbook",
|
|
49
|
+
"worksheet",
|
|
50
|
+
"xlsx",
|
|
51
|
+
"xlsb",
|
|
52
|
+
"csv",
|
|
53
|
+
"grid",
|
|
52
54
|
"data",
|
|
55
|
+
"excel-like",
|
|
56
|
+
"excel-style",
|
|
57
|
+
"editor",
|
|
58
|
+
"excel-editor",
|
|
59
|
+
"excel-viewer",
|
|
60
|
+
"sheets",
|
|
61
|
+
"formulas",
|
|
62
|
+
"sorting",
|
|
63
|
+
"filtering",
|
|
64
|
+
"formatting",
|
|
65
|
+
"virtual-scrolling",
|
|
66
|
+
"edit-cell",
|
|
67
|
+
"editable-table",
|
|
68
|
+
"javascript",
|
|
69
|
+
"typescript",
|
|
53
70
|
"react",
|
|
54
71
|
"reactjs",
|
|
55
|
-
"react-spreadsheet"
|
|
56
|
-
"ej2-react-spreadsheet",
|
|
57
|
-
"react spreadsheet",
|
|
58
|
-
"react excel"
|
|
72
|
+
"react-spreadsheet"
|
|
59
73
|
],
|
|
60
74
|
"license": "SEE LICENSE IN license",
|
|
61
75
|
"main": "./dist/ej2-react-spreadsheet.umd.min.js",
|
|
@@ -65,6 +79,6 @@
|
|
|
65
79
|
"type": "git",
|
|
66
80
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
67
81
|
},
|
|
68
|
-
"version": "20.
|
|
82
|
+
"version": "20.4.38",
|
|
69
83
|
"sideEffects": false
|
|
70
84
|
}
|