# xlsx_over_web **Repository Path**: feixiacode/xlsx_over_web ## Basic Information - **Project Name**: xlsx_over_web - **Description**: Django开发的excel表格展示系统,将本地xlsx文件导入到数据库,显示到JS页面 online excel manage with django - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-03-01 - **Last Updated**: 2023-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xlsx over web [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://github.com/hhyo/archery/blob/master/LICENSE) [![version](https://img.shields.io/badge/python-3.7.5-blue.svg)](https://www.python.org/downloads/release/python-375/) ## 功能简介 基于Django开发的excel表格页面化展示系统,自动将本地xlsx文件导入到Django自带的sqlite3数据库,显示到前端页面 ## 效果图 ![demo](demo/demo.png) ## 部署 ### 部署python3 google即可。 ### 部署虚拟环境 google即可。 ### 克隆代码 git clone https://github.com/sunnywalden/xlsx_over_web.git --depth 1 ### 安装依赖 pip install -r requirements.txt ### 数据库迁移 ``` python manage.py makemigrations python manage.py migrate ``` ### 运行项目 ``` python manage.py runserver ```