@svar-ui/vue-excel-import
v2.6.0
Published
SVAR Vue Excel Import library
Downloads
32
Readme
SVAR Vue Excel Import
Homepage • Getting Started • Demos
SVAR Vue Excel Import is a customizable, interactive component for Vue 3 that provides a multi-step wizard for importing data from Excel files. The component walks users through file upload, parsing, column mapping, and confirmation, and ships with full TypeScript support, a developer-friendly API, and flexible CSS styling.
The PRO Edition adds extra features for production projects. To see the widget in action, try the live demo.
✨ Key Features
The Excel Import component provides a complete, ready-to-use flow for ingesting tabular data into a Vue application. Free, open-source edition supports:
- Multi-step import wizard: Upload, Processing, Mapping, Complete
- Excel file parsing
- Column mapping interface
- Customizable wizard stages
- Localization
- Light and dark themes
- Full TypeScript support
🚀 PRO Edition
SVAR Vue Excel Import is available in open-source and PRO editions. The PRO package provides extra features for production projects.
Visit the pricing page for licensing details and feature comparison.
:hammer_and_wrench: How to Use
To install SVAR Vue Excel Import:
npm install @svar-ui/vue-excel-importTo use the widget, simply import the package and include the component in your Vue file:
<script setup>
import { Widget } from "@svar-ui/vue-excel-import";
</script>
<template>
<Widget />
</template>For further instructions, follow the detailed quick start guide.
Exports
The package exports the following from @svar-ui/vue-excel-import:
Widget— main Excel Import componentWillow,WillowDark— themes
:star: Show Your Support
If SVAR Vue Excel Import helps your project, give us a star! It helps us reach more developers and keeps us motivated to add new features.
:speech_balloon: Need Help?
Post an Issue or use our community forum.
