mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-23 16:42:11 +00:00
ef2b5b9e00
Also support for Xml format.
76 lines
2.6 KiB
XML
76 lines
2.6 KiB
XML
<?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>Owen Leibman</Author>
|
|
<LastAuthor>Owen Leibman</LastAuthor>
|
|
<Created>2024-06-17T19:03:14Z</Created>
|
|
<LastSaved>2024-06-17T19:04:33Z</LastSaved>
|
|
<Version>16.00</Version>
|
|
</DocumentProperties>
|
|
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
|
|
<AllowPNG/>
|
|
</OfficeDocumentSettings>
|
|
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
|
|
<WindowHeight>10300</WindowHeight>
|
|
<WindowWidth>19420</WindowWidth>
|
|
<WindowTopX>32767</WindowTopX>
|
|
<WindowTopY>32767</WindowTopY>
|
|
<ProtectStructure>False</ProtectStructure>
|
|
<ProtectWindows>False</ProtectWindows>
|
|
</ExcelWorkbook>
|
|
<Styles>
|
|
<Style ss:ID="Default" ss:Name="Normal">
|
|
<Alignment ss:Vertical="Bottom"/>
|
|
<Borders/>
|
|
<Font ss:FontName="Aptos Narrow" x:Family="Swiss" ss:Size="11"
|
|
ss:Color="#000000"/>
|
|
<Interior/>
|
|
<NumberFormat/>
|
|
<Protection/>
|
|
</Style>
|
|
</Styles>
|
|
<Worksheet ss:Name="Sheet1">
|
|
<Table ss:ExpandedColumnCount="3" ss:ExpandedRowCount="3" x:FullColumns="1"
|
|
x:FullRows="1" ss:DefaultRowHeight="14.5">
|
|
<Row>
|
|
<Cell><Data ss:Type="String">a</Data></Cell>
|
|
<Cell ss:ArrayRange="RC:R[2]C"
|
|
ss:Formula="=CONCATENATE(RC[-1]:R[2]C[-1],"-",RC[1]:R[2]C[1])"><Data
|
|
ss:Type="String">a-1</Data></Cell>
|
|
<Cell><Data ss:Type="Number">1</Data></Cell>
|
|
</Row>
|
|
<Row>
|
|
<Cell><Data ss:Type="String">b</Data></Cell>
|
|
<Cell><Data ss:Type="String">b-2</Data></Cell>
|
|
<Cell><Data ss:Type="Number">2</Data></Cell>
|
|
</Row>
|
|
<Row>
|
|
<Cell><Data ss:Type="String">c</Data></Cell>
|
|
<Cell><Data ss:Type="String">c-3</Data></Cell>
|
|
<Cell><Data ss:Type="Number">3</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>
|
|
<Selected/>
|
|
<Panes>
|
|
<Pane>
|
|
<Number>3</Number>
|
|
<ActiveCol>2</ActiveCol>
|
|
</Pane>
|
|
</Panes>
|
|
<ProtectObjects>False</ProtectObjects>
|
|
<ProtectScenarios>False</ProtectScenarios>
|
|
</WorksheetOptions>
|
|
</Worksheet>
|
|
</Workbook>
|