Skip to content

Commit e4539fa

Browse files
DocumentSDK_Skill-HF: updated the installation command in spreadsheet ug
1 parent f0b7254 commit e4539fa

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

Document-Processing/Skills/spreadsheet-editor-sdk.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,16 @@ Before installing Syncfusion<sup style="font-size:70%">&reg;</sup> Spreadsheet E
3535

3636
Use one of the following commands to install Syncfusion<sup style="font-size:70%">&reg;</sup> Spreadsheet Editor SDK Skills. You can also browse Syncfusion<sup style="font-size:70%">&reg;</sup> skills in the [marketplace](https://skills.sh/syncfusion/).
3737

38+
To install all Spreadsheet Editor SDK skills at once, use the following command:
39+
3840
```bash
39-
# Install all spreadsheet editor SDK skills at once
40-
npx skills add syncfusion/spreadsheet-editor-sdk-skills -y
41+
npx skills add syncfusion/spreadsheet-editor-sdk-skills --all -y
42+
```
4143

42-
# Choose and install skills interactively from the terminal
43-
npx skills add syncfusion/spreadsheet-editor-sdk-skills
44+
To install a specific platform skill, use the following command (for example, to install Spreadsheet Blazor skills):
45+
46+
```bash
47+
npx skills add syncfusion/spreadsheet-editor-sdk-skills --skill syncfusion-blazor-spreadsheet-editor
4448
```
4549

4650
This registers the Syncfusion<sup style="font-size:70%">&reg;</sup> skill pack, enabling your AI assistant to load it automatically in supported IDEs such as [Code Studio](https://help.syncfusion.com/code-studio/reference/configure-properties/skills), [Visual Studio Code](https://code.visualstudio.com/docs/copilot/customization/agent-skills), and [Cursor](https://cursor.com/docs/skills).

0 commit comments

Comments
 (0)