Advertisement
Guest User

xml.xml

a guest
Mar 16th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <?mso-application progid="Excel.Sheet"?>
  3. <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
  4. xmlns:o="urn:schemas-microsoft-com:office:office"
  5. xmlns:x="urn:schemas-microsoft-com:office:excel"
  6. xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
  7. xmlns:html="http://www.w3.org/TR/REC-html40">
  8. <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
  9. <Author>Azamat Smagulov</Author>
  10. <LastAuthor>Azamat Smagulov</LastAuthor>
  11. <Created>2016-03-17T02:56:09Z</Created>
  12. <Version>15.00</Version>
  13. </DocumentProperties>
  14. <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
  15. <AllowPNG/>
  16. </OfficeDocumentSettings>
  17. <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
  18. <WindowHeight>11580</WindowHeight>
  19. <WindowWidth>19200</WindowWidth>
  20. <WindowTopX>0</WindowTopX>
  21. <WindowTopY>0</WindowTopY>
  22. <RefModeR1C1/>
  23. <ProtectStructure>False</ProtectStructure>
  24. <ProtectWindows>False</ProtectWindows>
  25. </ExcelWorkbook>
  26. <Styles>
  27. <Style ss:ID="Default" ss:Name="Normal">
  28. <Alignment ss:Vertical="Bottom"/>
  29. <Borders/>
  30. <Font ss:FontName="Calibri" x:CharSet="204" x:Family="Swiss" ss:Size="11"
  31. ss:Color="#000000"/>
  32. <Interior/>
  33. <NumberFormat/>
  34. <Protection/>
  35. </Style>
  36. <Style ss:ID="s75">
  37. <Alignment ss:Horizontal="Center" ss:Vertical="Bottom"/>
  38. <Font ss:FontName="Arial" x:CharSet="204" x:Family="Swiss" ss:Size="22"
  39. ss:Color="#000000"/>
  40. </Style>
  41. <Style ss:ID="s77">
  42. <Font ss:FontName="Calibri" x:CharSet="204" x:Family="Swiss" ss:Size="9"
  43. ss:Color="#000000"/>
  44. </Style>
  45. <Style ss:ID="s78">
  46. <NumberFormat ss:Format="@"/>
  47. </Style>
  48. <Style ss:ID="s79">
  49. <Font ss:FontName="Calibri" x:CharSet="204" x:Family="Swiss" ss:Size="11"
  50. ss:Color="#FF0000"/>
  51. <NumberFormat ss:Format="@"/>
  52. </Style>
  53. <Style ss:ID="s86">
  54. <Font ss:FontName="Calibri" x:CharSet="204" x:Family="Swiss" ss:Size="11"
  55. ss:Color="#C65911" ss:Bold="1"/>
  56. <NumberFormat ss:Format="@"/>
  57. </Style>
  58. <Style ss:ID="s87">
  59. <NumberFormat ss:Format="0"/>
  60. </Style>
  61. </Styles>
  62. <Worksheet ss:Name="Лист1">
  63. <Table ss:ExpandedColumnCount="10" ss:ExpandedRowCount="7" x:FullColumns="1"
  64. x:FullRows="1" ss:DefaultRowHeight="15">
  65. <Column ss:Index="2" ss:AutoFitWidth="0" ss:Width="227.25"/>
  66. <Row ss:Height="27">
  67. <Cell ss:MergeAcross="9" ss:StyleID="s75"><Data ss:Type="String">Шапка важного документа №23423423</Data></Cell>
  68. </Row>
  69. <Row ss:Index="3">
  70. <Cell ss:StyleID="s77"><Data ss:Type="String">№</Data></Cell>
  71. <Cell><Data ss:Type="String">текст</Data></Cell>
  72. <Cell><Data ss:Type="String">тип</Data></Cell>
  73. </Row>
  74. <Row>
  75. <Cell ss:StyleID="s87"><Data ss:Type="Number">1</Data></Cell>
  76. <Cell ss:StyleID="s78"><Data ss:Type="String">шла</Data></Cell>
  77. <Cell><Data ss:Type="String">глагол</Data></Cell>
  78. </Row>
  79. <Row>
  80. <Cell ss:StyleID="s87"><Data ss:Type="Number">2</Data></Cell>
  81. <Cell ss:StyleID="s79"><Data ss:Type="String">саша</Data></Cell>
  82. <Cell><Data ss:Type="String">существительное</Data></Cell>
  83. </Row>
  84. <Row>
  85. <Cell ss:StyleID="s87"><Data ss:Type="Number">3</Data></Cell>
  86. <Cell ss:StyleID="s78"><Data ss:Type="String">по</Data></Cell>
  87. <Cell><Data ss:Type="String">предлог</Data></Cell>
  88. </Row>
  89. <Row>
  90. <Cell ss:StyleID="s87"><Data ss:Type="Number">4</Data></Cell>
  91. <Cell ss:StyleID="s86"><Data ss:Type="String">шоссе</Data></Cell>
  92. <Cell><Data ss:Type="String">существительное</Data></Cell>
  93. </Row>
  94. </Table>
  95. <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
  96. <PageSetup>
  97. <Header x:Margin="0.3"/>
  98. <Footer x:Margin="0.3"/>
  99. <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
  100. </PageSetup>
  101. <Print>
  102. <ValidPrinterInfo/>
  103. <PaperSizeIndex>9</PaperSizeIndex>
  104. <HorizontalResolution>600</HorizontalResolution>
  105. <VerticalResolution>0</VerticalResolution>
  106. </Print>
  107. <Zoom>130</Zoom>
  108. <Selected/>
  109. <Panes>
  110. <Pane>
  111. <Number>3</Number>
  112. <ActiveRow>4</ActiveRow>
  113. </Pane>
  114. </Panes>
  115. <ProtectObjects>False</ProtectObjects>
  116. <ProtectScenarios>False</ProtectScenarios>
  117. </WorksheetOptions>
  118. </Worksheet>
  119. </Workbook>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement