<?xml version="1.0" encoding="UTF-8"?> <a:service xmlns:a="http://www.leaf-framework.org/application" xmlns:dr="leaf.plugin.excelreport" trace="true"> <a:init-procedure> <a:model-query fetchAll="true" model="zx.ZX5020.zx_query_excel" rootPath="/model/datasource"/> <dr:excel-report enableTask="false" filename="征信查询清单.xlsx"> <dr:styles> <dr:cell-style name="cell1" align="ALIGN_CENTER" borderbottom="BORDER_THIN" borderleft="BORDER_THIN" borderright="BORDER_THIN" bordertop="BORDER_THIN" vertical="VERTICAL_CENTER"> <dr:font bold="false" fontName="宋体" height="9"/> </dr:cell-style> <dr:cell-style name="cell2" align="ALIGN_RIGHT" borderbottom="BORDER_THIN" borderleft="BORDER_THIN" borderright="BORDER_THIN" bordertop="BORDER_THIN" vertical="VERTICAL_CENTER"> <dr:font bold="false" fontName="Arial" height="9"/> </dr:cell-style> <dr:cell-style name="cell3" align="ALIGN_LEFT" borderbottom="BORDER_THIN" borderleft="BORDER_THIN" borderright="BORDER_THIN" bordertop="BORDER_THIN" vertical="VERTICAL_CENTER"> <dr:font bold="false" fontName="宋体" height="9"/> </dr:cell-style> <dr:cell-style name="cell4" align="ALIGN_CENTER" borderbottom="BORDER_THIN" borderleft="BORDER_THIN" borderright="BORDER_THIN" bordertop="BORDER_THIN" vertical="VERTICAL_CENTER"> <dr:font bold="false" fontName="Arial" height="9"/> </dr:cell-style> <dr:cell-style name="header" align="ALIGN_LEFT" borderbottom="BORDER_THIN" borderright="BORDER_THIN" bordertop="BORDER_THIN" cell_style_id="2" foregroundcolor="BLACK"> <dr:font bold="true" cell_style_id="2" fontname="宋体" height="10"/> </dr:cell-style> </dr:styles> <dr:sheets> <dr:sheet name="合同明细" autoSizeColumns="0,1,2,3,4,5,6,7,8,9,10,11" displayGridlines="true"> <dr:dynamic-content cell="A" dataModel="/model/datasource" row="1"> <dr:columns> <dr:table-column cellStyle="cell1" field="invoice_agent_id_n" title="经销商名称" titlestyle="header" type="content"/> <dr:table-column cellStyle="cell2" field="bp_name" title="承租人名称" titlestyle="header" type="content"/> <dr:table-column cellStyle="cell3" field="id_card_no" title="身份证号" titlestyle="header" type="content"/> </dr:columns> </dr:dynamic-content> </dr:sheet> </dr:sheets> </dr:excel-report> </a:init-procedure> </a:service>