diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/ASP.NET-Core.png b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/ASP.NET-Core.png new file mode 100644 index 0000000000..9db9874d3d Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/ASP.NET-Core.png differ diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/ASP.NET-MVC.png b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/ASP.NET-MVC.png new file mode 100644 index 0000000000..23b48d9be2 Binary files /dev/null and b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/ASP.NET-MVC.png differ diff --git a/Document-Processing/Excel/Spreadsheet/Angular/images/Angular.svg b/Document-Processing/Excel/Spreadsheet/Angular/images/Angular.svg new file mode 100644 index 0000000000..264cbd3523 --- /dev/null +++ b/Document-Processing/Excel/Spreadsheet/Angular/images/Angular.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Document-Processing/Excel/Spreadsheet/Blazor/images/Blazor.svg b/Document-Processing/Excel/Spreadsheet/Blazor/images/Blazor.svg new file mode 100644 index 0000000000..5e9c54792f --- /dev/null +++ b/Document-Processing/Excel/Spreadsheet/Blazor/images/Blazor.svg @@ -0,0 +1,3 @@ + + + diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/JavaScript(ES5).svg b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/JavaScript(ES5).svg new file mode 100644 index 0000000000..00f0a1dd1a --- /dev/null +++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/JavaScript(ES5).svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/JavaScript(ES6).svg b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/JavaScript(ES6).svg new file mode 100644 index 0000000000..6205395319 --- /dev/null +++ b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/JavaScript(ES6).svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/Document-Processing/Excel/Spreadsheet/React/images/React.svg b/Document-Processing/Excel/Spreadsheet/React/images/React.svg new file mode 100644 index 0000000000..1f6f445211 --- /dev/null +++ b/Document-Processing/Excel/Spreadsheet/React/images/React.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/Document-Processing/Excel/Spreadsheet/UWP/images/UWP.svg b/Document-Processing/Excel/Spreadsheet/UWP/images/UWP.svg new file mode 100644 index 0000000000..10761e8d05 --- /dev/null +++ b/Document-Processing/Excel/Spreadsheet/UWP/images/UWP.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/Document-Processing/Excel/Spreadsheet/Vue/images/Vue.svg b/Document-Processing/Excel/Spreadsheet/Vue/images/Vue.svg new file mode 100644 index 0000000000..14d449bab8 --- /dev/null +++ b/Document-Processing/Excel/Spreadsheet/Vue/images/Vue.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/Document-Processing/Excel/Spreadsheet/WPF/images/WPF.svg b/Document-Processing/Excel/Spreadsheet/WPF/images/WPF.svg new file mode 100644 index 0000000000..34262fd5f9 --- /dev/null +++ b/Document-Processing/Excel/Spreadsheet/WPF/images/WPF.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/Document-Processing/Excel/Spreadsheet/Winforms/images/WindowsForms.svg b/Document-Processing/Excel/Spreadsheet/Winforms/images/WindowsForms.svg new file mode 100644 index 0000000000..340aa8b3fb --- /dev/null +++ b/Document-Processing/Excel/Spreadsheet/Winforms/images/WindowsForms.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/Document-Processing/Excel/Spreadsheet/overview.md b/Document-Processing/Excel/Spreadsheet/overview.md index f0727562f6..a0f0b8146f 100644 --- a/Document-Processing/Excel/Spreadsheet/overview.md +++ b/Document-Processing/Excel/Spreadsheet/overview.md @@ -1,7 +1,6 @@ --- title: Microsoft Excel-like Spreadsheet Component | Syncfusion -description: View, edit & print Excel files in Windows Forms, WPF, JavaScript, Angular, React, Vue, Blazor, ASP.NET MVC, & ASP.NET Core applications without Microsoft Office dependencies. -platform: document-processing +description: View, edit, and print Excel files in Windows Forms, WPF, JavaScript, Angular, React, Vue, Blazor, ASP.NET MVC and ASP.NET Core apps without Microsoft Office. control: general documentation: UG keywords: Excel, SDK, view, edit, read, Spreadsheet @@ -9,5 +8,31 @@ keywords: Excel, SDK, view, edit, read, Spreadsheet # Welcome to Syncfusion Spreadsheet Component +{% doccards %} + +{% doccard text="ASP.NET Core" link="/document-processing/excel/spreadsheet/asp-net-core/getting-started-core" icon="/document-processing/excel/spreadsheet/asp-net-core/images/ASP.NET-Core.png" %} + +{% doccard text="ASP.NET MVC" link="/document-processing/excel/spreadsheet/asp-net-mvc/getting-started-mvc" icon="/document-processing/excel/spreadsheet/asp-net-mvc/images/ASP.NET-MVC.png" %} + +{% doccard text="Angular" link="/document-processing/excel/spreadsheet/angular/getting-started" icon="/document-processing/excel/spreadsheet/angular/images/Angular.svg" %} + +{% doccard text="Blazor" link="/document-processing/excel/spreadsheet/blazor/getting-started" icon="/document-processing/excel/spreadsheet/blazor/images/Blazor.svg" %} + +{% doccard text="React" link="/document-processing/excel/spreadsheet/react/getting-started" icon="/document-processing/excel/spreadsheet/react/images/React.svg" %} + +{% doccard text="Vue" link="/document-processing/excel/spreadsheet/vue/getting-started" icon="/document-processing/excel/spreadsheet/vue/images/Vue.svg" %} + +{% doccard text="JavaScript (ES5)" link="/document-processing/excel/spreadsheet/javascript-es5/getting-started" icon="/document-processing/excel/spreadsheet/javascript-es5/images/JavaScript(ES5).svg" %} + +{% doccard text="JavaScript (ES6)" link="/document-processing/excel/spreadsheet/javascript-es6/getting-started" icon="/document-processing/excel/spreadsheet/javascript-es6/images/JavaScript(ES6).svg" %} + +{% doccard text="UMP" link="/document-processing/excel/spreadsheet/uwp/getting-started" icon="/document-processing/excel/spreadsheet/uwp/images/UWP.svg" %} + +{% doccard text="Windows Forms" link="/document-processing/excel/spreadsheet/winforms/getting-started" icon="/document-processing/excel/spreadsheet/winforms/images/WindowsForms.svg" %} + +{% doccard text="WPF" link="/document-processing/excel/spreadsheet/wpf/getting-started" icon="/document-processing/excel/spreadsheet/winforms/images/WPF.svg" %} + +{% enddoccards %} + Syncfusion Spreadsheet component is a Microsoft Excel-like GUI component used to view, edit and print Excel files in Windows Forms, WPF, JavaScript, Angular, React, Vue, Blazor, ASP.NET MVC, and ASP.NET Core applications that works without Microsoft Office dependencies. It eases you developers to just integrate this viewer component to achieve the required Excel document viewing, editing functionalities and concentrate on core logics of your application.