zoukankan      html  css  js  c++  java
  • xml文件整理

    xml 97-2003 格式

    s* s* s* s*

    (^个人补充信息.*) (.*) (^总成绩.*)
    $1$2 $3
    (^个人补充信息.*) (.*) (.*) (^总成绩.*)
    $1$2$3 $4
    (^个人补充信息.*) (.*) (.*) (.*) (^总成绩.*)
    $1$2$3$4 $5
    (^个人补充信息.*) (.*) (.*) (.*) (.*) (^总成绩.*)
    $1$2$3$4$5 $6
    (^个人补充信息.*) (.*) (.*) (.*) (.*) (.*) (^总成绩.*)
    $1$2$3$4$5$6 $7
    (^个人补充信息.*) (.*) (.*) (.*) (.*) (.*) (.*) (^总成绩.*)
    $1$2$3$4$5$6$7 $8
    (^个人补充信息.*) (.*) (.*) (.*) (.*) (.*) (.*) (.*) (^总成绩.*)
    $1$2$3$4$5$6$7$8 $9
    (^个人补充信息.*) (.*) (.*) (.*) (.*) (.*) (.*) (.*) (.*) (^总成绩.*)
    $1$2$3$4$5$6$7$8$9 $10
    (^个人补充信息.*) (.*) (.*) (.*) (.*) (.*) (.*) (.*) (.*) (.*) (^总成绩.*)
    $1$2$3$4$5$6$7$8$9$10 $11

    <?xml version="1.0"?>
    <?mso-application progid="Excel.Sheet"?>
    <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
    xmlns:html="http://www.w3.org/TR/REC-html40">
    <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
    <Author>dreamsummit</Author>
    <LastAuthor>dreamsummit</LastAuthor>
    <Created>2018-08-29T08:10:55Z</Created>
    <Company>CHINA</Company>
    <Version>12.00</Version>
    </DocumentProperties>
    <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
    <WindowHeight>7605</WindowHeight>
    <WindowWidth>5355</WindowWidth>
    <WindowTopX>600</WindowTopX>
    <WindowTopY>30</WindowTopY>
    <ProtectStructure>False</ProtectStructure>
    <ProtectWindows>False</ProtectWindows>
    </ExcelWorkbook>
    <Styles>
    <Style ss:ID="Default" ss:Name="Normal">
    <Alignment ss:Vertical="Center"/>
    <Borders/>
    <Font ss:FontName="宋体" x:CharSet="134" ss:Size="11" ss:Color="#000000"/>
    <Interior/>
    <NumberFormat/>
    <Protection/>
    </Style>
    <Style ss:ID="s63">
    <Alignment ss:Horizontal="Center" ss:Vertical="Center"/>
    <NumberFormat ss:Format="@"/>
    </Style>
    </Styles>
    <Worksheet ss:Name="Sheet1">

    <Table ss:ExpandedColumnCount="31" ss:ExpandedRowCount="948" x:FullColumns="1"
    x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">

    <Column ss:StyleID="s63" ss:Span="29"/>
    <Row>
    <Cell><Data ss:Type="String">用户</Data></Cell>

    </Row> 

    </Table>

    <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
    <PageSetup>
    <Header x:Margin="0.3"/>
    <Footer x:Margin="0.3"/>
    <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
    </PageSetup>
    <Print>
    <ValidPrinterInfo/>
    <PaperSizeIndex>9</PaperSizeIndex>
    <HorizontalResolution>600</HorizontalResolution>
    <VerticalResolution>0</VerticalResolution>
    </Print>
    <Selected/>
    <Panes>
    <Pane>
    <Number>3</Number>
    <ActiveRow>9</ActiveRow>
    <ActiveCol>6</ActiveCol>
    </Pane>
    </Panes>
    <ProtectObjects>False</ProtectObjects>
    <ProtectScenarios>False</ProtectScenarios>
    </WorksheetOptions>
    </Worksheet>
    <Worksheet ss:Name="Sheet2">
    <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
    x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
    </Table>
    <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
    <PageSetup>
    <Header x:Margin="0.3"/>
    <Footer x:Margin="0.3"/>
    <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
    </PageSetup>
    <ProtectObjects>False</ProtectObjects>
    <ProtectScenarios>False</ProtectScenarios>
    </WorksheetOptions>
    </Worksheet>
    <Worksheet ss:Name="Sheet3">
    <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
    x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
    </Table>
    <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
    <PageSetup>
    <Header x:Margin="0.3"/>
    <Footer x:Margin="0.3"/>
    <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
    </PageSetup>
    <ProtectObjects>False</ProtectObjects>
    <ProtectScenarios>False</ProtectScenarios>
    </WorksheetOptions>
    </Worksheet>
    </Workbook>

  • 相关阅读:
    使用Redis实现分布式锁
    SpringBoot 定时任务的使用
    HTTP请求调试软件 Postman
    ElasticSearch的安装
    全文搜索 简介
    SpringBoot整合Redis
    Git 操作远程仓库(Github)
    Git的使用
    Git 简介、下载安装、配置
    Vue 商城的一些小demo(后台添加商品、前台购物车、本地存储的使用)
  • 原文地址:https://www.cnblogs.com/pscc/p/9562209.html
Copyright © 2011-2022 走看看