• C#不用COM组件导出数据到Excel中


    <?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'>
      <LastAuthor>admin</LastAuthor>
      <Created>2014-08-22T04:28:58Z</Created>
      <LastSaved>2014-08-22T04:28:59Z</LastSaved>
      <Version>12.00</Version>
     </DocumentProperties>
     <ExcelWorkbook xmlns='urn:schemas-microsoft-com:office:excel'>
      <WindowHeight>9840</WindowHeight>
      <WindowWidth>21360</WindowWidth>
      <WindowTopX>120</WindowTopX>
      <WindowTopY>60</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='s62'>
       <NumberFormat ss:Format='@'/>
      </Style>
      <Style ss:ID='s63'>
       <Font ss:FontName='宋体' x:CharSet='134' ss:Size='11' ss:Color='#000000'/>
       <NumberFormat ss:Format='@'/>
      </Style>
     </Styles>
     <Worksheet ss:Name='样本'>
      <Table>
       <Row ss:AutoFitHeight='0'>
        <Cell><Data ss:Type='String'>样本号</Data></Cell>
       </Row>
       <Row ss:AutoFitHeight='0'>
        <Cell ><Data ss:Type='String'>2014071201</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>
       <Unsynced/>
       <Print>
        <ValidPrinterInfo/>
        <PaperSizeIndex>9</PaperSizeIndex>
        <HorizontalResolution>1200</HorizontalResolution>
        <VerticalResolution>1200</VerticalResolution>
       </Print>
       <Selected/>
       <Panes>
        <Pane>
         <Number>3</Number>
         <ActiveRow>1</ActiveRow>
         <ActiveCol>1</ActiveCol>
        </Pane>
       </Panes>
       <ProtectObjects>False</ProtectObjects>
       <ProtectScenarios>False</ProtectScenarios>
      </WorksheetOptions>
     </Worksheet>
    </Workbook>

  • 相关阅读:
    PPT 转 word
    securefx 系统中不到指定文件 (转中文)
    U盘使用技巧篇 制作一般人删除不了的文件(宣传视频) (量产开卡)
    电脑加载有文件的CD、DVD驱动器图标修改
    CentOS 7 网卡注释
    linux IP 注释
    VMware虚拟机安装黑群晖DSM6.2 (转)
    DAS、SAN和NAS三种服务器存储方式 (转)
    wdCP V3.2
    JS异步编程 XHR的用法
  • 原文地址:https://www.cnblogs.com/junior/p/4204015.html
Copyright © 2020-2023  润新知