123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919 |
- <?xml version="1.0" encoding="UTF-8"?>
- <WorkBook xmlVersion="20170720" releaseVersion="10.0.0">
- <TableDataMap>
- <TableData name="ds_register" class="com.fr.data.impl.DBTableData">
- <Parameters>
- <Parameter>
- <Attributes name="p_day"/>
- <O>
- <![CDATA[2021-05-26]]></O>
- </Parameter>
- </Parameters>
- <Attributes maxMemRowCount="-1"/>
- <Connection class="com.fr.data.impl.NameDatabaseConnection">
- <DatabaseName>
- <![CDATA[dcp]]></DatabaseName>
- </Connection>
- <Query>
- <![CDATA[SELECT SUM(internal_number) AS internal_number, SUM(external_number) AS external_number,
- SUM(enterprise_number) AS enterprise_number, SUM(sum_number) AS sum_number, MAX(latest_number_all) AS latest_number_all
- FROM platform_register_data_record
- WHERE DATE_FORMAT(records_time,'%Y-%m-%d')='${p_day}'
- ]]></Query>
- <PageQuery>
- <![CDATA[]]></PageQuery>
- </TableData>
- <TableData name="ds_login" class="com.fr.data.impl.DBTableData">
- <Parameters>
- <Parameter>
- <Attributes name="p_day"/>
- <O>
- <![CDATA[2021-05-26]]></O>
- </Parameter>
- </Parameters>
- <Attributes maxMemRowCount="-1"/>
- <Connection class="com.fr.data.impl.NameDatabaseConnection">
- <DatabaseName>
- <![CDATA[dcp]]></DatabaseName>
- </Connection>
- <Query>
- <![CDATA[SELECT internal_number, external_number, total_number, total_number_all
- FROM platform_login_data_record
- WHERE records_time='${p_day}']]></Query>
- <PageQuery>
- <![CDATA[]]></PageQuery>
- </TableData>
- <TableData name="ds_intervie" class="com.fr.data.impl.DBTableData">
- <Parameters>
- <Parameter>
- <Attributes name="p_day"/>
- <O>
- <![CDATA[2021-05-26]]></O>
- </Parameter>
- </Parameters>
- <Attributes maxMemRowCount="-1"/>
- <Connection class="com.fr.data.impl.NameDatabaseConnection">
- <DatabaseName>
- <![CDATA[dcp]]></DatabaseName>
- </Connection>
- <Query>
- <![CDATA[SELECT register_number, unregister_number, total_number, total_number_all
- FROM platform_intervie_data_record
- WHERE records_time='${p_day}']]></Query>
- <PageQuery>
- <![CDATA[]]></PageQuery>
- </TableData>
- <TableData name="ds_interview_type" class="com.fr.data.impl.DBTableData">
- <Parameters>
- <Parameter>
- <Attributes name="p_day"/>
- <O>
- <![CDATA[2021-07-05]]></O>
- </Parameter>
- </Parameters>
- <Attributes maxMemRowCount="-1"/>
- <Connection class="com.fr.data.impl.NameDatabaseConnection">
- <DatabaseName>
- <![CDATA[dcp]]></DatabaseName>
- </Connection>
- <Query>
- <![CDATA[SELECT data_type, unregister_number, register_number, sum_number, latest_number_all
- FROM platform_interview_type_data_record
- WHERE records_time='${p_day}'
- ORDER BY CONVERT(sum_number,SIGNED) DESC]]></Query>
- <PageQuery>
- <![CDATA[]]></PageQuery>
- </TableData>
- <TableData name="ds_buisness_data_total" class="com.fr.data.impl.DBTableData">
- <Parameters>
- <Parameter>
- <Attributes name="p_day"/>
- <O>
- <![CDATA[2020-10-30]]></O>
- </Parameter>
- </Parameters>
- <Attributes maxMemRowCount="-1"/>
- <Connection class="com.fr.data.impl.NameDatabaseConnection">
- <DatabaseName>
- <![CDATA[dcp]]></DatabaseName>
- </Connection>
- <Query>
- <![CDATA[SELECT SUM(update_number) AS update_number,SUM(update_number_all) AS update_number_all,
- (
- SELECT CONCAT(',其中',GROUP_CONCAT(CONCAT(data_name,update_number,'条'))) AS update_info
- FROM platform_buisness_data_record
- WHERE records_time='${p_day}'
- AND update_number>0
- GROUP BY records_time
- ) AS update_info
- FROM platform_buisness_data_record
- WHERE records_time='${p_day}']]></Query>
- <PageQuery>
- <![CDATA[]]></PageQuery>
- </TableData>
- <TableData name="ds_buisness_data" class="com.fr.data.impl.DBTableData">
- <Parameters>
- <Parameter>
- <Attributes name="p_day"/>
- <O>
- <![CDATA[2020-10-30]]></O>
- </Parameter>
- </Parameters>
- <Attributes maxMemRowCount="-1"/>
- <Connection class="com.fr.data.impl.NameDatabaseConnection">
- <DatabaseName>
- <![CDATA[dcp]]></DatabaseName>
- </Connection>
- <Query>
- <![CDATA[SELECT d.dict_name,d.dict_description,(
- SELECT r1.update_number AS update_number
- FROM platform_buisness_data_record r1
- WHERE r1.records_time='${p_day}' AND r1.data_name=d.dict_name
- ) AS update_number,(
- SELECT r1.update_number_all AS update_number_all
- FROM platform_buisness_data_record r1
- WHERE r1.records_time='${p_day}' AND r1.data_name=d.dict_name
- ) AS update_number_all
- FROM sys_dict_misc d
- WHERE d.dict_type_code='INTERVIEW_TYPE_DATA' ORDER BY d.dict_disp_order
- ]]></Query>
- <PageQuery>
- <![CDATA[]]></PageQuery>
- </TableData>
- </TableDataMap>
- <ReportExportAttr>
- <ExcelExportAttr hideColumn="false" hideRow="false"/>
- <PDFExportAttr/>
- <HTMLExportAttr/>
- <WordExportAttr WordTable="true"/>
- <ImageExportAttr imageResolution="96" imageType="false"/>
- </ReportExportAttr>
- <ElementCaseMobileAttr>
- <ElementCaseMobileAttrProvider horizontal="1" vertical="1" zoom="true" refresh="false" isUseHTML="false" isMobileCanvasSize="false" appearRefresh="false" allowFullScreen="false"/>
- </ElementCaseMobileAttr>
- <Report class="com.fr.report.worksheet.WorkSheet" name="sheet1">
- <ReportPageAttr>
- <HR/>
- <FR/>
- <HC/>
- <FC/>
- </ReportPageAttr>
- <ColumnPrivilegeControl/>
- <RowPrivilegeControl/>
- <RowHeight defaultValue="723900">
- <![CDATA[2209800,951840,72571,1411200,1411200,2286000,1411200,2286000,1411200,2286000,2286000,1411200,2286000,1411200,2286000,1411200,2286000,1411200,2286000,1411200,2286000,2286000,2286000,2016000,2016000,2016000,723900,1411200,2286000,2286000,723900,2286000,2286000,2286000,2016000,2016000,2016000,723900,1411200,1411200,2286000,1411200,2286000,1411200,2286000,1411200,2286000,1411200,2286000,2286000,2286000,723900]]></RowHeight>
- <ColumnWidth defaultValue="2743200">
- <![CDATA[1930400,0,2286000,2880000,2160000,2160000,2160000,2160000,6324600,2743200,2743200]]></ColumnWidth>
- <CellElementList>
- <C c="0" r="0" cs="9" s="0">
- <O>
- <![CDATA[发展合作平台运行日报]]></O>
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="0" r="1" cs="3" s="1">
- <O>
- <![CDATA[第26期]]></O>
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="3" r="1" s="2">
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="4" r="1" s="2">
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="5" r="1" s="2">
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="6" r="1" s="2">
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="7" r="1" cs="2" s="3">
- <O t="XMLable" class="com.fr.base.Formula">
- <Attributes>
- <![CDATA[=YEAR($p_day) + "年" + MONTH($p_day) + "月" + DAY($p_day) + "日"]]></Attributes>
- </O>
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="0" r="2" cs="9" s="4">
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="0" r="3" cs="9" s="5">
- <O>
- <![CDATA[ 一、平台运行情况]]></O>
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="0" r="4" cs="9" s="6">
- <O>
- <![CDATA[ (一)用户注册及登录情况]]></O>
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="0" r="5" cs="9" s="7">
- <O t="DSColumn">
- <Attributes dsName="ds_register" columnName="sum_number"/>
- <Condition class="com.fr.data.condition.ListCondition"/>
- <Complex/>
- <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
- <Result>
- <![CDATA[="<font style='font-weight:bold'> 1.用户注册。</font>本日新增注册用户"+sum_number+"人,当前平台累计注册用户数为"+latest_number_all+"人。"]]></Result>
- <Parameters/>
- </O>
- <PrivilegeControl/>
- <CellGUIAttr adjustmode="1" showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="7" cs="9" s="8">
- <O>
- <![CDATA[图1.用户注册日统计]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="9" cs="9" s="8">
- <O>
- <![CDATA[图2.用户注册年累计]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="10" cs="9" s="7">
- <O t="DSColumn">
- <Attributes dsName="ds_login" columnName="total_number"/>
- <Complex/>
- <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
- <Result>
- <![CDATA[="<font style='font-weight:bold'> 2.用户登录。</font>本日有"+total_number+"名用户登录平台,其中合作组织内部用户"+internal_number+"名,外部用户"+external_number+"名。平台用户登录次数累计"+total_number_all+"次。"]]></Result>
- <Parameters/>
- </O>
- <PrivilegeControl/>
- <CellGUIAttr adjustmode="1" showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="12" cs="9" s="8">
- <O>
- <![CDATA[图3.用户登录日统计]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="14" cs="9" s="8">
- <O>
- <![CDATA[图4.用户登录年累计]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="15" cs="9" s="6">
- <O>
- <![CDATA[ (二)平台访问情况]]></O>
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="0" r="16" cs="9" s="7">
- <O t="DSColumn">
- <Attributes dsName="ds_intervie" columnName="total_number"/>
- <Condition class="com.fr.data.condition.ListCondition"/>
- <Complex/>
- <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
- <Result>
- <![CDATA[=" 平台本日总访问次数为"+total_number+"次,其中未注册用户访问"+unregister_number+"次,注册用户访问"+register_number+"次。平台累计访问次数"+round(total_number_all/10000,2)+"万次。"]]></Result>
- <Parameters/>
- </O>
- <PrivilegeControl/>
- <CellGUIAttr adjustmode="1" showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="18" cs="9" s="8">
- <O>
- <![CDATA[图5.访问量日统计]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="20" cs="9" s="8">
- <O>
- <![CDATA[图6.访问量年累计]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="21" cs="9" s="7">
- <O t="XMLable" class="com.fr.base.Formula">
- <Attributes>
- <![CDATA[=" 各栏目本日访问数据见下表。"]]></Attributes>
- </O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="22" cs="9" s="8">
- <O>
- <![CDATA[表1.用户访问数据统计表]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="23" s="9">
- <O>
- <![CDATA[序号]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="1" r="23" s="9">
- <O>
- <![CDATA[栏目]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="2" r="23" cs="2" s="9">
- <O>
- <![CDATA[栏目]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="4" r="23" cs="2" s="9">
- <O>
- <![CDATA[未注册用户\\n访问次数]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="6" r="23" cs="2" s="9">
- <O>
- <![CDATA[注册用户\\n访问次数]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="8" r="23" s="9">
- <O>
- <![CDATA[总访问次数]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="0" r="24" s="10">
- <O t="XMLable" class="com.fr.base.Formula">
- <Attributes>
- <![CDATA[=seq()]]></Attributes>
- </O>
- <PrivilegeControl/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand leftParentDefault="false" left="D25"/>
- </C>
- <C c="1" r="24" s="10">
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="2" r="24" cs="2" s="10">
- <O t="DSColumn">
- <Attributes dsName="ds_interview_type" columnName="data_type"/>
- <Complex/>
- <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
- <Parameters/>
- </O>
- <PrivilegeControl/>
- <Expand dir="0"/>
- </C>
- <C c="4" r="24" cs="2" s="10">
- <O t="DSColumn">
- <Attributes dsName="ds_interview_type" columnName="unregister_number"/>
- <Condition class="com.fr.data.condition.ListCondition"/>
- <Complex/>
- <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
- <Result>
- <![CDATA[$$$]]></Result>
- <Parameters/>
- </O>
- <PrivilegeControl/>
- <Expand dir="0"/>
- </C>
- <C c="6" r="24" cs="2" s="10">
- <O t="DSColumn">
- <Attributes dsName="ds_interview_type" columnName="register_number"/>
- <Complex/>
- <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
- <Parameters/>
- </O>
- <PrivilegeControl/>
- <Expand dir="0"/>
- </C>
- <C c="8" r="24" s="10">
- <O t="DSColumn">
- <Attributes dsName="ds_interview_type" columnName="sum_number"/>
- <Complex/>
- <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
- <Parameters/>
- </O>
- <PrivilegeControl/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="25" cs="4" s="9">
- <O>
- <![CDATA[总计]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="4" r="25" cs="2" s="9">
- <O t="XMLable" class="com.fr.base.Formula">
- <Attributes>
- <![CDATA[=sum(E25)]]></Attributes>
- </O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="6" r="25" cs="2" s="9">
- <O t="XMLable" class="com.fr.base.Formula">
- <Attributes>
- <![CDATA[=sum(G25)]]></Attributes>
- </O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="8" r="25" s="9">
- <O t="XMLable" class="com.fr.base.Formula">
- <Attributes>
- <![CDATA[=sum(I25)]]></Attributes>
- </O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="0" r="27" cs="9" s="6">
- <O>
- <![CDATA[ (三)数据更新情况]]></O>
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="0" r="28" cs="9" s="7">
- <O t="DSColumn">
- <Attributes dsName="ds_buisness_data_total" columnName="update_number_all"/>
- <Condition class="com.fr.data.condition.ListCondition"/>
- <Complex/>
- <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
- <Result>
- <![CDATA[=" 平台本日业务数据更新"+update_number+"条"+if(update_number>0,update_info,"")+"。平台业务数据累计"+round(update_number_all/10000,2)+"万条。"]]></Result>
- <Parameters/>
- </O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="29" cs="9" s="8">
- <O>
- <![CDATA[图7.业务数据日统计]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="31" cs="9" s="8">
- <O>
- <![CDATA[图8.业务数据年累计]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="32" cs="9" s="7">
- <O t="XMLable" class="com.fr.base.Formula">
- <Attributes>
- <![CDATA[=" 各模块业务数据统计结果见下表。"]]></Attributes>
- </O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="33" cs="9" s="8">
- <O>
- <![CDATA[表2.业务数据统计表]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="34" s="9">
- <O>
- <![CDATA[序号]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="1" r="34" s="9">
- <O>
- <![CDATA[栏目]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="2" r="34" cs="2" s="9">
- <O>
- <![CDATA[栏目]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="4" r="34" cs="2" s="9">
- <O>
- <![CDATA[本日更新量\\n新增或修改]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="6" r="34" cs="2" s="9">
- <O>
- <![CDATA[累计业务数据量]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="8" r="34" s="9">
- <O>
- <![CDATA[责任部门]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="0" r="35" s="10">
- <O t="XMLable" class="com.fr.base.Formula">
- <Attributes>
- <![CDATA[=seq()]]></Attributes>
- </O>
- <PrivilegeControl/>
- <Present class="com.fr.base.present.FormulaPresent">
- <Content>
- <![CDATA[=seq(1)]]></Content>
- </Present>
- <Expand extendable="1" leftParentDefault="false" left="E36"/>
- </C>
- <C c="1" r="35" s="10">
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="2" r="35" cs="2" s="10">
- <O t="DSColumn">
- <Attributes dsName="ds_buisness_data" columnName="DICT_NAME"/>
- <Complex/>
- <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
- <Parameters/>
- </O>
- <PrivilegeControl/>
- <Expand dir="0" leftParentDefault="false"/>
- </C>
- <C c="4" r="35" cs="2" s="10">
- <O t="DSColumn">
- <Attributes dsName="ds_buisness_data" columnName="update_number"/>
- <Complex/>
- <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
- <Parameters/>
- </O>
- <PrivilegeControl/>
- <Expand dir="0"/>
- </C>
- <C c="6" r="35" cs="2" s="10">
- <O t="DSColumn">
- <Attributes dsName="ds_buisness_data" columnName="update_number_all"/>
- <Complex/>
- <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
- <Parameters/>
- </O>
- <PrivilegeControl/>
- <Expand dir="0"/>
- </C>
- <C c="8" r="35" s="10">
- <O t="DSColumn">
- <Attributes dsName="ds_buisness_data" columnName="DICT_DESCRIPTION"/>
- <Complex/>
- <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
- <Parameters/>
- </O>
- <PrivilegeControl/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="36" cs="4" s="9">
- <O>
- <![CDATA[总计]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="4" r="36" cs="2" s="9">
- <O t="XMLable" class="com.fr.base.Formula">
- <Attributes>
- <![CDATA[=sum(E36)]]></Attributes>
- </O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="6" r="36" cs="2" s="9">
- <O t="XMLable" class="com.fr.base.Formula">
- <Attributes>
- <![CDATA[=sum(G36)]]></Attributes>
- </O>
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="8" r="36" s="9">
- <PrivilegeControl/>
- <CellGUIAttr showAsDefault="true"/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="0" r="38" cs="9" s="5">
- <O>
- <![CDATA[ 二、工作进展情况]]></O>
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="0" r="39" cs="9" s="6">
- <O>
- <![CDATA[ (一)秘书局]]></O>
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="0" r="40" cs="9" s="11">
- <O>
- <![CDATA[ 秘书局工作。]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="41" cs="9" s="6">
- <O>
- <![CDATA[ (二)运行局]]></O>
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="0" r="42" cs="9" s="11">
- <O>
- <![CDATA[ 运行局工作。]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="43" cs="9" s="6">
- <O>
- <![CDATA[ (三)发展局]]></O>
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="0" r="44" cs="9" s="7">
- <O>
- <![CDATA[ 发展局工作。]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="45" cs="9" s="6">
- <O>
- <![CDATA[ (四)合作局]]></O>
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="0" r="46" cs="9" s="7">
- <O>
- <![CDATA[ 合作局工作。]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="47" cs="9" s="6">
- <O>
- <![CDATA[ (五)保障局]]></O>
- <PrivilegeControl/>
- <Expand/>
- </C>
- <C c="0" r="48" cs="9" s="7">
- <O>
- <![CDATA[ 保障局工作。]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="49" cs="9" s="12">
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- <C c="0" r="50" cs="9" s="7">
- <O>
- <![CDATA[ 附件:平台访问数据统计图]]></O>
- <PrivilegeControl/>
- <CellGUIAttr showAsHTML="true"/>
- <CellPageAttr/>
- <CellInsertPolicy/>
- <Expand dir="0"/>
- </C>
- </CellElementList>
- <ReportAttrSet>
- <ReportSettings headerHeight="0" footerHeight="0">
- <PaperSetting>
- <Margin top="5040000" left="4032000" bottom="5040000" right="4032000"/>
- </PaperSetting>
- </ReportSettings>
- <Header reportPageType="0">
- <Background name="NullBackground"/>
- <LeftList/>
- <CenterList/>
- <RightList/>
- </Header>
- <Footer reportPageType="0">
- <Background name="NullBackground"/>
- <LeftList/>
- <CenterList/>
- <RightList/>
- </Footer>
- </ReportAttrSet>
- <PrivilegeControl/>
- </Report>
- <ReportParameterAttr>
- <Attributes showWindow="true" delayPlaying="true" windowPosition="1" align="0" useParamsTemplate="true"/>
- <PWTitle>
- <![CDATA[参数]]></PWTitle>
- <Parameter>
- <Attributes name="p_day"/>
- <O>
- <![CDATA[2021-05-26]]></O>
- </Parameter>
- </ReportParameterAttr>
- <StyleList>
- <Style horizontal_alignment="0" imageLayout="1">
- <FRFont name="宋体" style="0" size="208"/>
- <Background name="NullBackground"/>
- <Border/>
- </Style>
- <Style horizontal_alignment="2" imageLayout="1">
- <FRFont name="仿宋" style="0" size="128"/>
- <Background name="NullBackground"/>
- <Border>
- <Top color="-16777216"/>
- <Bottom color="-16777216"/>
- <Left color="-16777216"/>
- <Right color="-16777216"/>
- </Border>
- </Style>
- <Style imageLayout="1">
- <FRFont name="仿宋" style="0" size="128"/>
- <Background name="NullBackground"/>
- <Border>
- <Top color="-16777216"/>
- <Bottom color="-16777216"/>
- <Left color="-16777216"/>
- <Right color="-16777216"/>
- </Border>
- </Style>
- <Style horizontal_alignment="4" imageLayout="1">
- <FRFont name="仿宋" style="0" size="128"/>
- <Background name="NullBackground"/>
- <Border>
- <Top color="-16777216"/>
- <Bottom color="-16777216"/>
- <Left color="-16777216"/>
- <Right color="-16777216"/>
- </Border>
- </Style>
- <Style imageLayout="1">
- <FRFont name="SimSun" style="0" size="72"/>
- <Background name="ColorBackground" color="-1"/>
- <Border>
- <Top style="2" color="-65536"/>
- <Bottom color="-65536"/>
- <Left color="-65536"/>
- <Right color="-65536"/>
- </Border>
- </Style>
- <Style imageLayout="1" paddingLeft="0" paddingRight="0">
- <FRFont name="黑体" style="0" size="152"/>
- <Background name="NullBackground"/>
- <Border/>
- </Style>
- <Style imageLayout="1" paddingLeft="0" paddingRight="0">
- <FRFont name="楷体" style="0" size="152"/>
- <Background name="NullBackground"/>
- <Border/>
- </Style>
- <Style horizontal_alignment="2" imageLayout="1" paddingLeft="0" paddingRight="0">
- <FRFont name="仿宋" style="0" size="152"/>
- <Background name="NullBackground"/>
- <Border/>
- </Style>
- <Style horizontal_alignment="0" imageLayout="1" paddingLeft="0" paddingRight="0">
- <FRFont name="仿宋" style="0" size="112"/>
- <Background name="NullBackground"/>
- <Border/>
- </Style>
- <Style horizontal_alignment="0" imageLayout="1">
- <FRFont name="仿宋" style="1" size="112"/>
- <Background name="ColorBackground" color="-4144960"/>
- <Border>
- <Top style="1"/>
- <Bottom style="1"/>
- <Left style="1"/>
- <Right style="1"/>
- </Border>
- </Style>
- <Style horizontal_alignment="0" imageLayout="1">
- <FRFont name="仿宋" style="0" size="112"/>
- <Background name="NullBackground"/>
- <Border>
- <Top style="1"/>
- <Bottom style="1"/>
- <Left style="1"/>
- <Right style="1"/>
- </Border>
- </Style>
- <Style imageLayout="1" paddingLeft="0" paddingRight="0">
- <FRFont name="仿宋" style="0" size="152"/>
- <Background name="NullBackground"/>
- <Border/>
- </Style>
- <Style horizontal_alignment="2" imageLayout="1" paddingLeft="0" paddingRight="0">
- <FRFont name="仿宋" style="0" size="128"/>
- <Background name="NullBackground"/>
- <Border/>
- </Style>
- </StyleList>
- <DesignerVersion DesignerVersion="KAA"/>
- <PreviewType PreviewType="0"/>
- <TemplateIdAttMark class="com.fr.base.iofile.attr.TemplateIdAttrMark">
- <TemplateIdAttMark TemplateId="22d859a6-fca0-4532-8764-9cd1e8635046"/>
- </TemplateIdAttMark>
- </WorkBook>
|