# pdf_report_printing **Repository Path**: pushiqiang/pdf_report_printing ## Basic Information - **Project Name**: pdf_report_printing - **Description**: django pdf报表(表格)生成 report generation - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-26 - **Last Updated**: 2021-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pdf_report_printing django学习之 pdf报表(表格)生成
report generation
新手之作,大神勿喷
pdf表格生成采用reportlab库,ubuntu12以后默认安装有(import reportlab 查看是否安装)
通过重写ListView类视图的post方法实现对post请求的相应
前台post请求,后台实时查询数据库生成pdf表格返回给前台保存
python 2.7
django 1.7 qq:983003089 预览 ===== ![github5](demo_img/g6.jpg) ![github5](demo_img/g7.jpg) ![github5](demo_img/g8.jpg)