From e7eed312216fed64ddcc40cf5d8797bfddf14bcd Mon Sep 17 00:00:00 2001 From: DinakarSF4212 <147583019+DinakarSF4212@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:59:23 +0530 Subject: [PATCH 1/2] 1023830: Added README content and sample getting started project. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d898df9..af52f89 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,6 @@ A quick-start project that helps you create and configure the Syncfusion JavaScript (TypeScript) Spreadsheet component using Essential JS 2. -## Documentation - -- Getting Started Guide: https://help.syncfusion.com/document-processing/excel/spreadsheet/javascript-es6/getting-started -- Online Demo: https://document.syncfusion.com/demos/spreadsheet-editor/javascript/#/tailwind3/spreadsheet/default.html - ## Project Prerequisites - Node.js (v14.15.0 or higher) @@ -26,3 +21,8 @@ A quick-start project that helps you create and configure the Syncfusion JavaScr npm start ``` 5. Open the application URL shown in the terminal. + +## Documentation + +- Getting Started Guide: https://help.syncfusion.com/document-processing/excel/spreadsheet/javascript-es6/getting-started +- Online Demo: https://document.syncfusion.com/demos/spreadsheet-editor/javascript/#/tailwind3/spreadsheet/default.html \ No newline at end of file From 02a6ca1e899a1c302625ae6856560e02a1486062 Mon Sep 17 00:00:00 2001 From: DinakarSF4212 <147583019+DinakarSF4212@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:30:18 +0530 Subject: [PATCH 2/2] 1023830: Added README content and sample getting started project. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70da801..f86bbcc 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "webpack-stream": "^7.0.0" }, "dependencies": { - "@syncfusion/ej2": "*" + "@syncfusion/ej2-spreadsheet": "*" } }