20220313 3张表格 导出excel功能

This commit is contained in:
路 范
2022-03-14 00:29:01 +08:00
parent 0c4a0efa74
commit a35cfa0819
430 changed files with 35219 additions and 0 deletions

View File

@@ -0,0 +1,108 @@
{
"NumZjConfig": {
//"start_row": 6, 开始行数 Excel中行号
//"null_row_count": 6, 空行数
//"start_cell": 3, 开始列数, A是1B是2以此类推
//"null_cell_count": 17, 空列数
//"url": "接口URL",
"numZjExcels": [
{
"excel_no": 1,
"excel_name": "总表(样表).xls",
"sheets": [
{
"sheet_no": 1,
"sheet_name": "关键信息"
},
{
"sheet_no": 2,
"sheet_name": "项目信息",
"start_row": 5,
"null_row_count": 4,
"start_cell": "B",
"null_cell_count": 19,
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/projectByALL"
}
]
},
{
"excel_no": 2,
"excel_name": "住建系统抓投资情况通报(城市更新)样表.xlsx",
"sheets": [
{
"sheet_no": 1,
"sheet_name": "城市更新-分行业(关键指标)"
},
{
"sheet_no": 2,
"sheet_name": "分地区(关键指标)"
},
{
"sheet_no": 3,
"sheet_name": "城市更新-分行业(项目信息)",
"start_row": 5,
"null_row_count": 6,
"start_cell": "C",
"null_cell_count": 20,
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/cityProjectByInd"
},
{
"sheet_no": 4,
"sheet_name": "分地区(项目信息)",
"start_row": 5,
"null_row_count": 14,
"start_cell": "B",
"null_cell_count": 20,
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/cityProjectByArea"
}
]
},
{
"excel_no": 3,
"excel_name": "住建系统抓投资情况通报(房地产业+GDP支撑性指标样表.xlsx",
"sheets": [
{
"sheet_no": 1,
"sheet_name": "房地产业-分行业",
"start_row": 5,
"null_row_count": 7,
"start_cell": 4,
"null_cell_count": 21,
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/houseInvestKeyRate"
},
{
"sheet_no": 2,
"sheet_name": "房地产业-分地区",
"start_row": 5,
"null_row_count": 13,
"start_cell": 2,
"null_cell_count": 18,
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/houseInvestAreaKeyRate"
},
{
"sheet_no": 3,
"sheet_name": "GDP支撑指标-分地区、分行业(关键指标)"
},
{
"sheet_no": 8,
"sheet_name": "房地产业分行业(项目信息)",
"start_row": 6,
"null_row_count": 4,
"start_cell": "C",
"null_cell_count": 20,
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/houseProjectByInd"
},
{
"sheet_no": 9,
"sheet_name": "分地区(项目信息)",
"start_row": 5,
"null_row_count": 13,
"start_cell": 2,
"null_cell_count": 20,
"url": "http://10.19.94.196:81/data-system/api/bigScreen/house/houseProjectByArea"
}
]
}
]
}
}