From 66909cc16bfb9dc113ed3b3df7b8f24965dd4337 Mon Sep 17 00:00:00 2001 From: RahulRavikumar Date: Fri, 15 May 2026 21:17:46 +0530 Subject: [PATCH 1/5] 1024985: Implemented the Card support in Spreadsheet UG Documentation --- .../Excel/Spreadsheet/overview.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Document-Processing/Excel/Spreadsheet/overview.md b/Document-Processing/Excel/Spreadsheet/overview.md index f0727562f6..18837d7fe0 100644 --- a/Document-Processing/Excel/Spreadsheet/overview.md +++ b/Document-Processing/Excel/Spreadsheet/overview.md @@ -9,5 +9,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="" %} + +{% doccard text="ASP.NET MVC" link="/document-processing/excel/spreadsheet/asp-net-mvc/getting-started-mvc" icon="" %} + +{% doccard text="Angular" link="/document-processing/excel/spreadsheet/angular/getting-started" icon="" %} + +{% doccard text="Blazor" link="/document-processing/excel/spreadsheet/blazor/getting-started" icon="" %} + +{% doccard text="React" link="/document-processing/excel/spreadsheet/react/getting-started" icon="" %} + +{% doccard text="Vue" link="/document-processing/excel/spreadsheet/vue/getting-started" icon="" %} + +{% doccard text="JavaScript (ES5)" link="/document-processing/excel/spreadsheet/javascript-es5/getting-started" icon="" %} + +{% doccard text="JavaScript (ES6)" link="/document-processing/excel/spreadsheet/javascript-es6/getting-started" icon="" %} + +{% doccard text="UMP" link="/document-processing/excel/spreadsheet/uwp/getting-started" icon="" %} + +{% doccard text="Windows Forms" link="/document-processing/excel/spreadsheet/winforms/getting-started" icon="" %} + +{% doccard text="WPF" link="/document-processing/excel/spreadsheet/wpf/getting-started" icon="" %} + +{% 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. From 0160403bcc7a1e66a7868018aebd3739b1c61db8 Mon Sep 17 00:00:00 2001 From: RahulRavikumar Date: Mon, 18 May 2026 11:39:18 +0530 Subject: [PATCH 2/5] 1024985: Implemented the Card support in Spreadsheet UG Documentation --- .../ASP-NET-CORE/images/ASP.NET Core.svg | 14 +++++++++++ .../ASP-NET-MVC/images/ASP.NET MVC.svg | 9 ++++++++ .../Spreadsheet/Angular/images/Angular.svg | 23 +++++++++++++++++++ .../Spreadsheet/Blazor/images/Blazor.svg | 3 +++ .../images/JavaScript (ES5).svg | 17 ++++++++++++++ .../images/JavaScript (ES6).svg | 17 ++++++++++++++ .../Excel/Spreadsheet/React/images/React.svg | 10 ++++++++ .../Excel/Spreadsheet/UWP/images/UWP.svg | 13 +++++++++++ .../Excel/Spreadsheet/Vue/images/Vue.svg | 5 ++++ .../Winforms/images/Windows Forms.svg | 9 ++++++++ .../Excel/Spreadsheet/overview.md | 20 ++++++++-------- 11 files changed, 130 insertions(+), 10 deletions(-) create mode 100644 Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/ASP.NET Core.svg create mode 100644 Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/ASP.NET MVC.svg create mode 100644 Document-Processing/Excel/Spreadsheet/Angular/images/Angular.svg create mode 100644 Document-Processing/Excel/Spreadsheet/Blazor/images/Blazor.svg create mode 100644 Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/JavaScript (ES5).svg create mode 100644 Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/JavaScript (ES6).svg create mode 100644 Document-Processing/Excel/Spreadsheet/React/images/React.svg create mode 100644 Document-Processing/Excel/Spreadsheet/UWP/images/UWP.svg create mode 100644 Document-Processing/Excel/Spreadsheet/Vue/images/Vue.svg create mode 100644 Document-Processing/Excel/Spreadsheet/Winforms/images/Windows Forms.svg diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/ASP.NET Core.svg b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/ASP.NET Core.svg new file mode 100644 index 0000000000..4d7a384a59 --- /dev/null +++ b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/ASP.NET Core.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/ASP.NET MVC.svg b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/ASP.NET MVC.svg new file mode 100644 index 0000000000..18ac6cb420 --- /dev/null +++ b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/ASP.NET MVC.svg @@ -0,0 +1,9 @@ + + + + + + + + + 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/Winforms/images/Windows Forms.svg b/Document-Processing/Excel/Spreadsheet/Winforms/images/Windows Forms.svg new file mode 100644 index 0000000000..340aa8b3fb --- /dev/null +++ b/Document-Processing/Excel/Spreadsheet/Winforms/images/Windows Forms.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/Document-Processing/Excel/Spreadsheet/overview.md b/Document-Processing/Excel/Spreadsheet/overview.md index 18837d7fe0..d23aa8de49 100644 --- a/Document-Processing/Excel/Spreadsheet/overview.md +++ b/Document-Processing/Excel/Spreadsheet/overview.md @@ -11,25 +11,25 @@ keywords: Excel, SDK, view, edit, read, Spreadsheet {% doccards %} -{% doccard text="ASP.NET Core" link="/document-processing/excel/spreadsheet/asp-net-core/getting-started-core" icon="" %} +{% 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.svg" %} -{% doccard text="ASP.NET MVC" link="/document-processing/excel/spreadsheet/asp-net-mvc/getting-started-mvc" icon="" %} +{% 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.svg" %} -{% doccard text="Angular" link="/document-processing/excel/spreadsheet/angular/getting-started" icon="" %} +{% 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="" %} +{% 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="" %} +{% 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="" %} +{% 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="" %} +{% 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="" %} +{% 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="" %} +{% 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="" %} +{% 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="" %} From a13417df1a1a301dc26e2f96539dcaaa6010ea3c Mon Sep 17 00:00:00 2001 From: MOHANRAJSF4991 Date: Mon, 18 May 2026 14:19:01 +0530 Subject: [PATCH 3/5] 1024985: Added the spreadsheet for Cards --- .../images/{ASP.NET Core.svg => ASP.NET-Core.svg} | 0 .../images/{ASP.NET MVC.svg => ASP.NET-MVC.svg} | 0 .../images/{JavaScript (ES5).svg => JavaScript(ES5).svg} | 0 .../images/{JavaScript (ES6).svg => JavaScript(ES6).svg} | 0 Document-Processing/Excel/Spreadsheet/WPF/images/WPF.svg | 9 +++++++++ .../images/{Windows Forms.svg => WindowsForms.svg} | 0 Document-Processing/Excel/Spreadsheet/overview.md | 2 +- 7 files changed, 10 insertions(+), 1 deletion(-) rename Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/{ASP.NET Core.svg => ASP.NET-Core.svg} (100%) rename Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/{ASP.NET MVC.svg => ASP.NET-MVC.svg} (100%) rename Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/{JavaScript (ES5).svg => JavaScript(ES5).svg} (100%) rename Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/{JavaScript (ES6).svg => JavaScript(ES6).svg} (100%) create mode 100644 Document-Processing/Excel/Spreadsheet/WPF/images/WPF.svg rename Document-Processing/Excel/Spreadsheet/Winforms/images/{Windows Forms.svg => WindowsForms.svg} (100%) diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/ASP.NET Core.svg b/Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/ASP.NET-Core.svg similarity index 100% rename from Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/ASP.NET Core.svg rename to Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/ASP.NET-Core.svg diff --git a/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/ASP.NET MVC.svg b/Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/ASP.NET-MVC.svg similarity index 100% rename from Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/ASP.NET MVC.svg rename to Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/ASP.NET-MVC.svg diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/JavaScript (ES5).svg b/Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/JavaScript(ES5).svg similarity index 100% rename from Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/JavaScript (ES5).svg rename to Document-Processing/Excel/Spreadsheet/Javascript-ES5/images/JavaScript(ES5).svg diff --git a/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/JavaScript (ES6).svg b/Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/JavaScript(ES6).svg similarity index 100% rename from Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/JavaScript (ES6).svg rename to Document-Processing/Excel/Spreadsheet/Javascript-ES6/images/JavaScript(ES6).svg 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/Windows Forms.svg b/Document-Processing/Excel/Spreadsheet/Winforms/images/WindowsForms.svg similarity index 100% rename from Document-Processing/Excel/Spreadsheet/Winforms/images/Windows Forms.svg rename to Document-Processing/Excel/Spreadsheet/Winforms/images/WindowsForms.svg diff --git a/Document-Processing/Excel/Spreadsheet/overview.md b/Document-Processing/Excel/Spreadsheet/overview.md index d23aa8de49..255caeafea 100644 --- a/Document-Processing/Excel/Spreadsheet/overview.md +++ b/Document-Processing/Excel/Spreadsheet/overview.md @@ -31,7 +31,7 @@ keywords: Excel, SDK, view, edit, read, Spreadsheet {% 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="" %} +{% doccard text="WPF" link="/document-processing/excel/spreadsheet/wpf/getting-started" icon="/document-processing/excel/spreadsheet/winforms/images/WPF.svg" %} {% enddoccards %} From 1ee611137952926e90fa229aa2de004cf44904b2 Mon Sep 17 00:00:00 2001 From: MOHANRAJSF4991 Date: Mon, 18 May 2026 19:02:23 +0530 Subject: [PATCH 4/5] 1024985: fixed the image size issue --- .../ASP-NET-CORE/images/ASP.NET-Core.png | Bin 0 -> 1339 bytes .../ASP-NET-CORE/images/ASP.NET-Core.svg | 14 -------------- .../ASP-NET-MVC/images/ASP.NET-MVC.png | Bin 0 -> 1148 bytes .../ASP-NET-MVC/images/ASP.NET-MVC.svg | 9 --------- .../Excel/Spreadsheet/overview.md | 4 ++-- 5 files changed, 2 insertions(+), 25 deletions(-) create mode 100644 Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/ASP.NET-Core.png delete mode 100644 Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/images/ASP.NET-Core.svg create mode 100644 Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/ASP.NET-MVC.png delete mode 100644 Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/images/ASP.NET-MVC.svg 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 0000000000000000000000000000000000000000..9db9874d3d2bf6427109be1adb8b6da369055dbc GIT binary patch literal 1339 zcmV-B1;qM^P)5Gy8A`(oLq$sH&EmRt+p|uxm?RC4` zZudH~GiN;Kw4HVft@6jk6RozP>-+a^2fw>T)#m8)j|5U-_Dc8qdGEAG)IgRAB1~h5DL{lvo)JCYu{S>u z2*jz5Oh+KTH2;GQx$ei##kB|oVM^fph@3VL`r>V6mzoY zNXc6R^c3Om^!3OSQ^Qz4Z)cn3 z8vD6;qITJpGdHh0oU#}jR`FrgCLGyw8K!9>&=o;(X(58$5&Tx$iDN(S;2+u@HdL%V zhT}h0Kua3*NkMVSxOD0!Zd_?5t^GB{zx17LhJ0$2Dfyd{ zU0%#juszm$Nj-&>rXvy6rX(1f861t3BhFl4UryF0M>@eJ)!#lt7kO0V`D(jWvrsE7b_qyS+{d zF4DauCn8iI9ZK@>vYt=GS()0$Lu}79PStO>aS!|jInB&kcQys3zGb)_96T9Iq5S=2 z*l}nTCk^#QIT5o~$&hKD?9@xbznKWmMAy|i%Y*&~bNPW?Cx5cp#kBb|%kM^OLq7#o zQ2NRf7!D@!Yjr!`{cJ7n)_3vVIA2)@Rn;Nc#&bvWMDBE7TY5Wqp^j^FiiPX3uo|UX zY4g0RWe_E6<{}o+u;A%Dd~>W8MN9p-e7YWsR}`S;(jUmAUQe7|6u@-Jz9)C!Sf})e_=~XW%Rk z`F@|#A8FZ4!4sG?uDNX3yQu1g^5@?SbcY{!{Y@jLL=S{@=4l-^T11mTKMQ& zCC8f_PQfY3_m7bYC!wi2DV#k&8ur!|e)`3JHan)hGSei{X|6oD>+Ip4j{aiB - - - - - - - - - - - - - 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 0000000000000000000000000000000000000000..23b48d9be2c84193bb7540b67ecc54e8ec5abf11 GIT binary patch literal 1148 zcmV-?1cUpDP)AH)qO zPLYsoMgk#onX|u`#ZAr7Eyirl#i-H588!Z*Tg-yY{V)v~7^31xRH6_!D~@SkGMO;e z0;4Uj^u4~mcYRmOQkv}_Say<=bKkk=e(w45c^BZW-0^~L;bT;lEgdgzUeTJ}yBo`- zg%t&T@#P?{+33eF)aQ-|b_IS>V@M_rxBHMQRnhPo4qd;B?7OS5HS@3=m2_#t|_s~ z%9CkuDvIavZD*vZFhOD*u^54`z8H1weWoe<0^Hd@e)OmQ;Ch4zqc<7khpTf=zuDyd z$oQaR8H&~c*c^a$2)}=UhpNNxZK6rJp59+WA_AZr3rJQJAVr)KzB+w6*xMV;ya0Q> zUgn~~`YOa0F-jzW?Rbbe=q`Pdf^3cbGmOg}1ehF95&}%kixBc|d5+GZwLNg~uggn- zlOkY@6lcSF{7$WN$IYzMmh9;6>l;5lpuoxsDsHHQ@{5%hiDQpIT$82E%M2Qxre*ET0dM;%2 z?D4O$UJr_13$PpmG!p`uXAAasbm-n1nARdm04Wlc^Q>s>%JZ##8T0v{rrqa;pMB}` z=?_EEC}udb%RFkvpPR!*E^K&u1Pv>7(YskuuR#;g#J$eNZ;M%-yc zt2AHJBF#qskekYRdR{e8gxp zjIb>vTGs$z-Zj+i6m(ZJ|Dg!*NLMgaK~-klvL$QT_!Eqhu=DK2b;j O0000 - - - - - - - - diff --git a/Document-Processing/Excel/Spreadsheet/overview.md b/Document-Processing/Excel/Spreadsheet/overview.md index 255caeafea..803e3cbabe 100644 --- a/Document-Processing/Excel/Spreadsheet/overview.md +++ b/Document-Processing/Excel/Spreadsheet/overview.md @@ -11,9 +11,9 @@ keywords: Excel, SDK, view, edit, read, Spreadsheet {% 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.svg" %} +{% 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.svg" %} +{% 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" %} From 1f03c3389347568250f827d51d52bbc0ff3a5f3d Mon Sep 17 00:00:00 2001 From: MOHANRAJSF4991 Date: Mon, 18 May 2026 20:30:10 +0530 Subject: [PATCH 5/5] 1024985: fixed the font matter issue des length 160 chars --- Document-Processing/Excel/Spreadsheet/overview.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Document-Processing/Excel/Spreadsheet/overview.md b/Document-Processing/Excel/Spreadsheet/overview.md index 803e3cbabe..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