All Projects → sunnywalden → xlsx_over_web

sunnywalden / xlsx_over_web

Licence: Apache-2.0 license
Django开发的excel表格展示系统,将本地xlsx文件导入到数据库,显示到JS页面 online excel manage with django

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to xlsx over web

xls2db
Export table data from excel to mysql database, implemented with python.
Stars: ✭ 33 (+22.22%)
Mutual labels:  xlsx
easy-excel
🚀 快速读写Excel文件,简单高效
Stars: ✭ 118 (+337.04%)
Mutual labels:  xlsx
PyEditorial
A free, open-source Blog CMS based on the "Django" and "Editorial" HTML5 theme.
Stars: ✭ 178 (+559.26%)
Mutual labels:  django-application
Briefly
source based news in short : Winner @MumbaiHackathon 2018
Stars: ✭ 35 (+29.63%)
Mutual labels:  django-application
Qxlnt
Use xlnt in Qt 5 or 6. xlnt is cross-platform user-friendly xlsx library for C++14.
Stars: ✭ 66 (+144.44%)
Mutual labels:  xlsx
drf-addons
Some customised Django classes and functions that one can use in DJango. Collected from internet!
Stars: ✭ 20 (-25.93%)
Mutual labels:  django-application
django-social-network-like-Facebook-or-Instagram
Live site at https://sbraven.herokuapp.com Do checkout this project to know how all the features of Facebook like Like , Comments , Messaging , Profile, Stories, Notifications , Friend Requests work under the hood.
Stars: ✭ 19 (-29.63%)
Mutual labels:  django-application
xlsx-js-style
SheetJS Community Edition + Basic Cell Styles
Stars: ✭ 129 (+377.78%)
Mutual labels:  xlsx
vimana-framework
Vimana is an experimental security framework that aims to provide resources for auditing Python web applications.
Stars: ✭ 47 (+74.07%)
Mutual labels:  django-application
xltpl
A python module to generate xls/x files from a xls/x template.
Stars: ✭ 46 (+70.37%)
Mutual labels:  xlsx
django-munigeo
Reusable Django application for storing and accessing municipality-related geospatial data
Stars: ✭ 12 (-55.56%)
Mutual labels:  django-application
xlsx-reader
xlsx-reader is a PHP library for fast and efficient reading of XLSX spreadsheet files. Its focus is on reading the data contained within XLSX files, disregarding all document styling beyond that which is strictly necessary for data type recognition. It is built to be usable for very big XLSX files in the magnitude of multiple GBs.
Stars: ✭ 40 (+48.15%)
Mutual labels:  xlsx
Bistu
集成了 django-simpleui 作为 admin 管理主题,实现的一个小型的管理系统,并且有的 django-rest-framework 使用示例。此外有个 Bistu-Ant-Design-Pro 项目作为配套的前端使用。如果喜欢记得给个🌟star哦。
Stars: ✭ 51 (+88.89%)
Mutual labels:  django-application
xls-cli
A simple cli tool to explore xls files
Stars: ✭ 25 (-7.41%)
Mutual labels:  xlsx
qTsConverter
A simple tool to convert qt translation file (ts) to other format (xlsx / csv) and vice versa
Stars: ✭ 26 (-3.7%)
Mutual labels:  xlsx
django-mapbox-location-field
Simple in use location model and form field with MapInput widget for picking some location. Uses mapbox gl js, flexible map provider API. Fully compatible with bootstrap framework. Can be used with spatial or plain databases.
Stars: ✭ 60 (+122.22%)
Mutual labels:  django-application
matchering-web
🎚️ Self-Hosted LANDR / eMastered Alternative
Stars: ✭ 25 (-7.41%)
Mutual labels:  django-application
soak-your-brain-elearning-app
An e-learning platform built in python (django)
Stars: ✭ 18 (-33.33%)
Mutual labels:  django-application
django-simple-forum
full featured forum, easy to integrate and use.
Stars: ✭ 65 (+140.74%)
Mutual labels:  django-application
django-vditor
A WYSIWYG editor plugin made by vditor for django
Stars: ✭ 14 (-48.15%)
Mutual labels:  django-application

xlsx over web

License version

功能简介

基于Django开发的excel表格页面化展示系统,自动将本地xlsx文件导入到Django自带的sqlite3数据库,显示到前端页面

效果图

demo

部署

部署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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].