# ExcelTool
**Repository Path**: yangdaji/excel-tool
## Basic Information
- **Project Name**: ExcelTool
- **Description**: 一个简单的表格工具, 目前支持导入,导出和数据预览
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-03-27
- **Last Updated**: 2024-03-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 表格工具
> 在页面可以通过导入, 将数据存入 mysql 中
> 同时会返回当前导入的数据进行预览
> 通过导出可以将当前预览的表数据导出到 excel 表格中
# 后续考虑优化
> 优化页面
> 采取前后端分离, 方便两边同时处理
> 增加分页功能
> 前端采用 vue 框架