Skip to content

A small demo on how to export data to excel and pdf using django, xlsxwriter and reportlab

Notifications You must be signed in to change notification settings

roppert/django-export-excel-and-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Libraries used

  • django 1.10.2
  • xlsxwriter 0.9.3
  • pillow 3.4.2
  • reportlab 3.3.0

Prerequisite

  • python3
  • virtualenv
  • pip

This demo is developed on Linux but should run without problem on any platform able to run python. Your mileage may vary.

Install and run

  1. git clone https://github.com/roppert/django-export-excel-and-pdf.git
  2. virtualenv --python=python3 venv
  3. source venv/bin/activate
  4. pip install -r requirements.txt
  5. cd project
  6. ./manage.py migrate
  7. ./manage.py loaddata data
  8. ./manage.py runserver

About

A small demo on how to export data to excel and pdf using django, xlsxwriter and reportlab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published