Why SpreadJS
Why Choose SpreadJS for Your Vue App?
Quick Start
Getting Started with SpreadJS in Vue 🚀
1. Go to the Vue app folder and install the SpreadJS library.
npm install @mescius/spread-sheets
npm install @mescius/spreadsheets
2. Add a css file to apply SpreadJS styles.
Access the App.vue file of the Vue app you will be working on and add the SpreadJS css file.
Add the CSS file with the desired style from among the various CSS files. (Check the entire theme)
// App.vue
import '@mescius/spread-sheets/styles/gc.spread.sheets.excel2016colorful.css';
3. Set the Korean cultural sphere.
1) Install resource package. ex) Korean
npm install @mescius/spread-sheets-resources-ko
2) In the App.vue file Add code to import the Korean resource package within the <script></script> tag.
// App.vue
import '@mescius/spread-sheets-resources-ko' ;
3) Add the code below.
// App.vue
GC.Spread.Common.CultureManager.culture("ko-kr");
4. Initialize the SpreadJS control and add it to the screen.
Initialize the SpreadJS control and write code to display it on the screen.
Please check the detailed code in the sample below.
5. Run the Vue app and check the result.
npm run serve
Vue Web Excel Editor

EASY
Designer Components
The SpreadJS designer component allows you to quickly and easily implement a UI, menu structure, and Excel functionality similar to Google Sheets and online MS Excel. Check out the live demo and explore its various features.
The screen below is implemented as an actual designer component.
See the Pen SpreadJS 디자이너 컴포넌트 V15.0.6_홈페이지 게시 전용 by GrapeCity Korea ( @GrapeCity-Korea ) on CodePen.
Vue Starter Template
Jump-Start Your Development with Customizable Vue Samples and Templates.
Explore a variety of templates and samples built with SpreadJS. View live demos and download the source code to customize for your own use.