Skip to content

Commit 779c207

Browse files
committed
add demo links for SpreadProcessing
1 parent 4cc6d63 commit 779c207

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

libraries/radspreadprocessing/features/charts/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,5 @@ Combo charts combine two or more chart types to make the data easy to understand
8888
## See Also
8989

9090
* [Generating Stacked Line Charts and Configuring Axes in Excel Using FloatingChartShape]({%slug generating-stacked-line-charts-configuring-axes-excel-floatingchartshape%})
91+
* [SpreadProcessing Chart Generation Demo](https://demos.telerik.com/document-processing/spreadprocessing/charts)
9192

libraries/radspreadprocessing/features/comments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,4 @@ The two events for both collections use similar enumeration types for event argu
184184
* [Working with Notes]({%slug radspreadprocessing-features-notes%})
185185
* [What is a Worksheet?]({%slug radspreadprocessing-working-with-worksheets-what-is-worksheet%})
186186
* [Comments vs Notes in RadSpreadProcessing]({%slug comments-vs-notes-in-radspreadprocessing%})
187+
* [SpreadProcessing Add Comments Demo](https://demos.telerik.com/document-processing/spreadprocessing/comments)

libraries/radspreadprocessing/features/notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,5 @@ The notes collection exposes the following events:
9393
## See Also
9494

9595
* [Comments vs Notes in RadSpreadProcessing]({%slug comments-vs-notes-in-radspreadprocessing%})
96+
* [SpreadProcessing Add Notes Demo](https://demos.telerik.com/document-processing/spreadprocessing/notes)
9697

libraries/radspreadprocessing/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,4 @@ __RadSpreadsheet__ is a UI control part of the Telerik UI for WPF/Silverlight su
172172
* [Getting Started with RadSpreadProcessing Volume 1](https://www.telerik.com/blogs/getting-started-with-radspreadprocessing-volume-1)
173173
* [Getting started with RadSpreadProcessing Vol2](https://www.telerik.com/blogs/getting-started-with-radspreadprocessing-vol2)
174174
* [Getting Started with RadSpreadProcessing Vol3](https://www.telerik.com/blogs/getting-started-with-radspreadprocessing-vol3)
175+
* [SpreadProcessing Document Generation Demo](https://demos.telerik.com/document-processing/spreadprocessing/generate_documents)

libraries/radspreadprocessing/overview.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,17 @@ The following table describes the most popular features of the RadSpreadProcessi
7676

7777
*This documentation is neither affiliated with, nor authorized, sponsored, or approved by, Microsoft Corporation.
7878

79+
## Online Demos
80+
81+
|Demo|Description|
82+
|----|----|
83+
|[SpreadProcessing Basic Usage](https://demos.telerik.com/document-processing/spreadprocessing)|With RadSpreadProcessing, you can convert spreadsheet documents between various formats, including XLSX, CSV, XLSM, and TXT. Additionally, you can export any of these formats to PDF.|
84+
|[SpreadProcessing Document Generation](https://demos.telerik.com/document-processing/spreadprocessing/generate_documents)|RadSpreadProcessing allows you to create a document from scratch using only code. This is particulary convenient when you need to export large amount of data to one of the supported formats - XLSX, CSV, TXT, XLSM.|
85+
|[SpreadProcessing Grid Integration](https://demos.telerik.com/document-processing/spreadprocessing/grid_integration)|This example illustrates integration between Telerik SpreadProcessing and the Kendo ASP.NET Core Grid component. You can visualize data in Grid and easily export it to XLSX, CSV, XLSM or TXT format.|
86+
|[SpreadProcessing Chart Generation](https://demos.telerik.com/document-processing/spreadprocessing/charts)|RadSpreadProcessing allows you to create a document with a chart from scratch using only code.|
87+
|[SpreadProcessing Add Notes](https://demos.telerik.com/document-processing/spreadprocessing/notes)|With RadSpreadProcessing, you can insert a Note related to a cell on a specific document position. The current example demonstrates how you can add notes with custom Author and Text while generating a document, and then export it to Xlsx format.|
88+
|[SpreadProcessing Add Comments](https://demos.telerik.com/document-processing/spreadprocessing/comments)|With RadSpreadProcessing, you can insert a Comment related to a cell on a specific document position. The current example demonstrates how you can add comments with custom Author and Text while generating a document, and then export it to Xlsx format.|
89+
7990
## See Also
8091

8192
* [Getting Started]({%slug radspreadprocessing-getting-started%})

0 commit comments

Comments
 (0)