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: about 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T18:04:57.000Z (almost 6 years ago)
- Last Synced: 2025-03-22T22:02:11.132Z (2 months 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: 8
- Watchers: 0
- Forks: 4
- 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