Skip to content

Commit

Permalink
author_snowman
Browse files Browse the repository at this point in the history
  • Loading branch information
SheetJSDev committed Sep 28, 2017
1 parent a9c6bbb commit 936478f
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -132,6 +132,8 @@ output in various plaintext formats as generated by Excel 2011.

`outline` tests the various row and column outline levels (from Excel 2013)

`author_snowman` demonstrates a unicode snowman (U+2603) author.

# Getting External Test Files

Note: releases from <https://github.com/sheetjs/test_files/releases> include all
Expand Down
Binary file added author_snowman.ods
Binary file not shown.
Binary file added author_snowman.xls
Binary file not shown.
Binary file added author_snowman.xls5
Binary file not shown.
Binary file added author_snowman.xlsb
Binary file not shown.
Binary file added author_snowman.xlsx
Binary file not shown.
54 changes: 54 additions & 0 deletions author_snowman.xml
@@ -0,0 +1,54 @@
<?xml version="1.0"?>
<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>☃</Author>
<LastAuthor>Microsoft Office User</LastAuthor>
<Created>2017-09-28T07:44:43Z</Created>
<LastSaved>2017-09-28T08:38:00Z</LastSaved>
<Version>15.0</Version>
</DocumentProperties>
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
<AllowPNG/>
<PixelsPerInch>96</PixelsPerInch>
</OfficeDocumentSettings>
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
<WindowHeight>17600</WindowHeight>
<WindowWidth>28800</WindowWidth>
<WindowTopX>0</WindowTopX>
<WindowTopY>460</WindowTopY>
<ProtectStructure>False</ProtectStructure>
<ProtectWindows>False</ProtectWindows>
</ExcelWorkbook>
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Bottom"/>
<Borders/>
<Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="12" ss:Color="#000000"/>
<Interior/>
<NumberFormat/>
<Protection/>
</Style>
</Styles>
<Worksheet ss:Name="Sheet1">
<Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
x:FullRows="1" ss:DefaultColumnWidth="65" ss:DefaultRowHeight="16">
</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>
</Print>
<PageLayoutZoom>0</PageLayoutZoom>
<Selected/>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
</Workbook>

0 comments on commit 936478f

Please sign in to comment.