Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,17 @@ git clone https://github.com/SyncfusionExamples/ej2-quickstart-webpack- ej2-quic
```bash
cd ej2-quickstart
```
**Step 3:** By default, the `ej2‑quickstart` repository is preconfigured with the [@syncfusion/ej2](https://www.npmjs.com/package/@syncfusion/ej2) package in `~/package.json`. This package installs all Syncfusion Essential JS 2 components packages, including the Spreadsheet and other EJ2 controls.

To install only the Spreadsheet component, replace the dependency with [@syncfusion/ej2-spreadsheet](https://www.npmjs.com/package/@syncfusion/ej2-spreadsheet), as shown below:

**Step 3:** Install the dependent npm packages.
```bash
"dependencies": {
"@syncfusion/ej2-spreadsheet": "*"
}
```

**Step 4:** Install the dependent npm packages.

```bash
npm install
Expand Down