sheet1.xml 1.0 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="x14ac" xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac">
  3. <dimension ref="%area%"/>
  4. <sheetViews>
  5. <sheetView tabSelected="1" workbookViewId="0">
  6. %xSplit%
  7. </sheetView>
  8. </sheetViews>
  9. <sheetFormatPr defaultRowHeight="15"/>
  10. %cols%
  11. <sheetData>
  12. %sheetData%
  13. </sheetData>
  14. <sheetProtection formatCells="0" formatColumns="0" formatRows="0" insertColumns="0" insertRows="0" insertHyperlinks="0" deleteColumns="0" deleteRows="0" sort="0" autoFilter="0" pivotTables="0"/>
  15. %autoFilter%
  16. %mergeCells%
  17. <phoneticPr fontId="3" type="noConversion"/>
  18. %dataValidations%
  19. %hyperlinks%
  20. <pageMargins left="0.7" right="0.7" top="0.75" bottom="0.75" header="0.3" footer="0.3"/>
  21. <pageSetup orientation="portrait"/>
  22. </worksheet>