A quick-start project that helps you open an excel file in the React Spreadsheet component and save it on different file formats. This project also contains code snippets to open an Excel file on initial load, configure the server, send, and receive custom params, and use other APIs.
Documentation:
Open and Save: https://ej2.syncfusion.com/react/documentation/spreadsheet/open-save/
Editing: https://ej2.syncfusion.com/react/documentation/spreadsheet/editing/
Online examples: https://ej2.syncfusion.com/react/demos/#/bootstrap5/spreadsheet/default
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on the client React project.
Check whether you have the compatible versions of Visual Studio 2022 and .NET Core SDK 6.0 or later version in your machine before starting to work on the server project.
To run this application, you need to clone the how-to-open-and-save-excel-files-in-react-spreadsheet
repository and then open client project in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install
command and run your project using the npm start
command. Then open server project in Visual Studio 2022. Simply build and run your project to local host the Open and Save service methods.