You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
N> The [TableStyles](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.ITableStyles.html) API only retrieves custom table styles.
513
513
@@ -662,7 +662,7 @@ End Using
662
662
663
663
A complete working example to insert total row in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Create%20and%20Edit%20Table/Add%20Total%20Row/.NET/Add%20Total%20Row).
664
664
665
-
## Create a table from external connectionÂ
665
+
## Create a table from external connection
666
666
667
667
External connection support allows you to work with the most recent data right in the workbook. After the data is imported, only refresh operations are performed to retrieve the updated data.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/asp-net-core/mcp.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,8 @@ You can install the Syncfusion ASP.NET Core MCP server as a local tool without a
149
149
dotnet tool install Syncfusion.AspNetCore.MCP
150
150
````
151
151
152
+
> If the project does not already have a tool manifest, create one first by running `dotnet new tool-manifest`in the project root. This generates a shared `.config/dotnet-tools.json` file that tracks local tools, then re-run the install command above.
153
+
152
154
2. In your MCP client config (for example, `.vscode/mcp.json`), replace the server entry with:
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/asp-net-mvc/mcp.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,8 @@ You can install the Syncfusion ASP.NET MVC MCP server as a local tool without a
149
149
dotnet tool install Syncfusion.AspNetMVC.MCP
150
150
````
151
151
152
+
> If the project does not already have a tool manifest, create one first by running `dotnet new tool-manifest`in the project root. This generates a shared `.config/dotnet-tools.json` file that tracks local tools, then re-run the install command above.
153
+
152
154
2. In your MCP client config (for example, `.vscode/mcp.json`), replace the server entry with:
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/winforms/pdfviewer-mcp.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,8 @@ You can install the Syncfusion WinForms MCP Server as a local tool without requi
149
149
dotnet tool install Syncfusion.WinForms.MCP
150
150
````
151
151
152
+
> If the project does not already have a tool manifest, create one first by running `dotnet new tool-manifest`in the project root. This generates a shared `.config/dotnet-tools.json` file that tracks local tools, then re-run the install command above.
153
+
152
154
2. In your MCP client config (for example, `.vscode/mcp.json`), replace the server entry with:
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/wpf/pdfviewer-mcp.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,8 @@ You can install the Syncfusion WPF MCP Server as a local tool without requiring
148
148
dotnet tool install Syncfusion.WPF.MCP
149
149
````
150
150
151
+
> If the project does not already have a tool manifest, create one first by running `dotnet new tool-manifest`in the project root. This generates a shared `.config/dotnet-tools.json` file that tracks local tools, then re-run the install command above.
152
+
151
153
2. In your MCP client config (for example, `.vscode/mcp.json`), replace the server entry with:
0 commit comments