| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- <?xml version="1.0" encoding="UTF-8"?>
- <WorkBook xmlVersion="20100901">
- <TableDataMap>
- <TableData name="ds1" class="com.fr.data.impl.DBTableData">
- <Parameters/>
- <Attributes maxMemRowCount="-1"/>
- <Connection class="com.fr.data.impl.NameDatabaseConnection">
- <DatabaseName>
- <![CDATA[FRDemo]]></DatabaseName>
- </Connection>
- <Query>
- <![CDATA[select * from t_s_log]]></Query>
- </TableData>
- </TableDataMap>
- <Report class="com.fr.report.WorkSheet" name="sheet1">
- <ReportSettings headerHeight="0.0" footerHeight="0.0">
- <Margin top="0.27" left="0.75" bottom="0.27" right="0.75"/>
- </ReportSettings>
- <Header reportPageType="0">
- <Background name="NullBackground"/>
- <LeftList/>
- <CenterList/>
- <RightList/>
- </Header>
- <Footer reportPageType="0">
- <Background name="NullBackground"/>
- <LeftList/>
- <CenterList/>
- <RightList/>
- </Footer>
- <RowHeight defaultValue="19">
- <![CDATA[19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19]]></RowHeight>
- <ColumnWidth defaultValue="72">
- <![CDATA[119,110,126,164,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72]]></ColumnWidth>
- <CellElementList>
- <C c="0" r="4" s="0">
- <O>
- <![CDATA[浏览器]]></O>
- <Expand/>
- </C>
- <C c="1" r="4" s="0">
- <O>
- <![CDATA[级别]]></O>
- <Expand/>
- </C>
- <C c="2" r="4" s="0">
- <O>
- <![CDATA[操作时间]]></O>
- <Expand/>
- </C>
- <C c="3" r="4" s="0">
- <O>
- <![CDATA[操作内容]]></O>
- <Expand/>
- </C>
- <C c="0" r="5" s="1">
- <O t="DSColumn">
- <Attributes dsName="ds1" columnName="broswer"/>
- <Complex/>
- <RG class="com.fr.report.cellElement.core.FunctionGrouper"/>
- <Parameters/>
- </O>
- <Expand dir="0"/>
- </C>
- <C c="1" r="5" s="1">
- <O t="DSColumn">
- <Attributes dsName="ds1" columnName="loglevel"/>
- <Complex/>
- <RG class="com.fr.report.cellElement.core.FunctionGrouper"/>
- <Parameters/>
- </O>
- <Expand dir="0"/>
- </C>
- <C c="2" r="5" s="1">
- <O t="DSColumn">
- <Attributes dsName="ds1" columnName="operatetime"/>
- <Complex/>
- <RG class="com.fr.report.cellElement.core.FunctionGrouper"/>
- <Parameters/>
- </O>
- <Expand dir="0"/>
- </C>
- <C c="3" r="5" s="1">
- <O t="DSColumn">
- <Attributes dsName="ds1" columnName="logcontent"/>
- <Complex/>
- <RG class="com.fr.report.cellElement.core.FunctionGrouper"/>
- <Parameters/>
- </O>
- <Expand dir="0"/>
- </C>
- </CellElementList>
- </Report>
- <ReportParameterAttr>
- <Attributes showWindow="false" delayPlaying="true" windowPosition="1" align="1"/>
- <PWTitle>
- <![CDATA[参数]]></PWTitle>
- </ReportParameterAttr>
- <StyleList>
- <Style>
- <FRFont name="SimSun" style="0" size="12"/>
- <Background name="ColorBackground" color="-13382452"/>
- <Border>
- <Top style="1"/>
- <Bottom style="1"/>
- <Left style="1"/>
- <Right style="1"/>
- </Border>
- </Style>
- <Style>
- <FRFont name="SimSun" style="0" size="12"/>
- <Background name="NullBackground"/>
- <Border>
- <Top style="1"/>
- <Bottom style="1"/>
- <Left style="1"/>
- <Right style="1"/>
- </Border>
- </Style>
- </StyleList>
- </WorkBook>
|