A quick-start project that shows you how to open and save Excel files using the Vue spreadsheet component. This project contains simple code to load an Excel file when the application loads, configure a server, and send custom parameters.
The open and save documentation for the Syncfusion Vue Spreadsheet component: https://ej2.syncfusion.com/vue/documentation/spreadsheet/open-save
Check out this online example of open and save excel file in the Syncfusion Vue Spreadsheet component: https://ej2.syncfusion.com/vue/demos/#/material/spreadsheet/default.html
The getting started documentation for the Syncfusion Vue Spreadsheet component: https://ej2.syncfusion.com/vue/documentation/spreadsheet/vue-3-getting-started
The Vue Spreadsheet Getting Started video: https://www.youtube.com/watch?v=d9ZoSNNinpQ
Server Project: https://github.com/SyncfusionExamples/EJ2-Spreadsheet-WebServices/tree/main/WebAPI
Tutorial video: https://www.syncfusion.com/tutorial-videos
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
To run this application, you need to clone the How-to-Open-and-Save-Excel-Files-in-the-Vue-Spreadsheet
repository and then open it in Visual Studio Code. Now, simply install all the necessary packages into your current project using the npm install
command and run your project using the npm run dev
command.