Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/studygyaan/how-to-export-excel-file-with-django
How to Export Excel File With Django
https://github.com/studygyaan/how-to-export-excel-file-with-django
django django-application django-excel django-export-data
Last synced: 10 days ago
JSON representation
How to Export Excel File With Django
- Host: GitHub
- URL: https://github.com/studygyaan/how-to-export-excel-file-with-django
- Owner: studygyaan
- Created: 2019-06-29T17:38:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T18:04:57.000Z (over 5 years ago)
- Last Synced: 2023-03-04T03:09:45.427Z (over 1 year ago)
- Topics: django, django-application, django-excel, django-export-data
- Language: Python
- Homepage: https://studygyaan.com/django/how-to-export-excel-file-with-django
- Size: 10.7 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Export Excel File With Django
## Tutorial Link - http://studygyaan.com/django/how-to-export-excel-file-with-django
In this tutorial, you will learn how to Export Excel Spreadsheet with Django. You will learn how to do read-write operations on excel sheets. Styling Excel spreadsheet with XLWT Library. And writing to Existing Excel Workbook using XLWT.
### Setup
1. Create a folder and put all the files inside it.
2. Create a virtual environtment - `virtualenv env`
3. Activate VirtualENV - `source env/bin/activate`
4. Run requirements.txt - `pip3 install -r requirements.txt`
5. Run the Application - `python3 manage.py runserver`
6. Go to - http://localhost:8000/### We have created a Super User with username - admin and password - password