My First Heading
My first paragraph.
HTML Code:<!DOCTYPE html> <html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html>PHP Code:<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
Some of Andreas stuff
HTML Code:<?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"> <Styles> <Style ss:ID="Default" ss:Name="Normal"> <Alignment ss:Vertical="Bottom"/> <Borders/> <Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#000000"/> <Interior/> <NumberFormat/> <Protection/> </Style> <Style ss:ID="s0"> <NumberFormat ss:Format="@"/> </Style> <Style ss:ID="s1"> <NumberFormat ss:Format="General Number"/> </Style> <Style ss:ID="s2"> <NumberFormat ss:Format="Currency"/> </Style> <Style ss:ID="s3"> <NumberFormat ss:Format="Fixed"/> </Style> <Style ss:ID="s4"> <NumberFormat ss:Format="Standard"/> </Style> <Style ss:ID="s5"> <NumberFormat ss:Format="Percent"/> </Style> <Style ss:ID="s6"> <NumberFormat ss:Format="Scientific"/> </Style> <Style ss:ID="s7"> <NumberFormat ss:Format="Yes/No"/> </Style> <Style ss:ID="s8"> <NumberFormat ss:Format="True/False"/> </Style> <Style ss:ID="s9"> <NumberFormat ss:Format="On/Off"/> </Style> <Style ss:ID="s10"> <NumberFormat ss:Format="General Date"/> </Style> <Style ss:ID="s11"> <NumberFormat ss:Format="Long Date"/> </Style> <Style ss:ID="s12"> <NumberFormat ss:Format="Medium Date"/> </Style> <Style ss:ID="s13"> <NumberFormat ss:Format="Short Date"/> </Style> <Style ss:ID="s21"> <NumberFormat ss:Format="Long Time"/> </Style> <Style ss:ID="s22"> <NumberFormat ss:Format="Medium Time"/> </Style> <Style ss:ID="s23"> <NumberFormat ss:Format="Short Time"/> </Style> </Styles> <Worksheet ss:Name="Setup"> <Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="16" ss:DefaultColumnWidth="62.400000000000006" ss:DefaultRowHeight="14.4"> <Column ss:Width="133.20000000000002"/> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">General Date</Data></Cell> <Cell ss:StyleID="s10"><Data ss:Type="DateTime">3333-11-22T12:34:56.789</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">Long Date</Data></Cell> <Cell ss:StyleID="s11"><Data ss:Type="DateTime">3333-11-22T12:34:56.789</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">Medium Date</Data></Cell> <Cell ss:StyleID="s12"><Data ss:Type="DateTime">3333-11-22T12:34:56.789</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">Short Date</Data></Cell> <Cell ss:StyleID="s13"><Data ss:Type="DateTime">3333-11-22T12:34:56.789</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">Long Time</Data></Cell> <Cell ss:StyleID="s21"><Data ss:Type="DateTime">3333-11-22T12:34:56.789</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">Medium Time</Data></Cell> <Cell ss:StyleID="s22"><Data ss:Type="DateTime">3333-11-22T12:34:56.789</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">Short Time</Data></Cell> <Cell ss:StyleID="s23"><Data ss:Type="DateTime">3333-11-22T12:34:56.789</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">General Number</Data></Cell> <Cell ss:StyleID="s1"><Data ss:Type="Number">12.345000000000001</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">Currency</Data></Cell> <Cell ss:StyleID="s2"><Data ss:Type="Number">12.345000000000001</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">Fixed</Data></Cell> <Cell ss:StyleID="s3"><Data ss:Type="Number">12.345000000000001</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">Standard</Data></Cell> <Cell ss:StyleID="s4"><Data ss:Type="Number">12.345000000000001</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">Percent</Data></Cell> <Cell ss:StyleID="s5"><Data ss:Type="Number">12.345000000000001</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">Scientific</Data></Cell> <Cell ss:StyleID="s6"><Data ss:Type="Number">12.345000000000001</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">Yes/No</Data></Cell> <Cell ss:StyleID="s7"><Data ss:Type="Number">12.345000000000001</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">True/False</Data></Cell> <Cell ss:StyleID="s8"><Data ss:Type="Number">12.345000000000001</Data></Cell> </Row> <Row> <Cell ss:StyleID="s0"><Data ss:Type="String">On/Off</Data></Cell> <Cell ss:StyleID="s9"><Data ss:Type="Number">12.345000000000001</Data></Cell> </Row> </Table> </Worksheet> </Workbook>In Notepad ++PHP Code:<?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">
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Bottom"/>
<Borders/>
<Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#000000"/>
<Interior/>
<NumberFormat/>
<Protection/>
</Style>
<Style ss:ID="s0">
<NumberFormat ss:Format="@"/>
</Style>
<Style ss:ID="s1">
<NumberFormat ss:Format="General Number"/>
</Style>
<Style ss:ID="s2">
<NumberFormat ss:Format="Currency"/>
</Style>
<Style ss:ID="s3">
<NumberFormat ss:Format="Fixed"/>
</Style>
<Style ss:ID="s4">
<NumberFormat ss:Format="Standard"/>
</Style>
<Style ss:ID="s5">
<NumberFormat ss:Format="Percent"/>
</Style>
<Style ss:ID="s6">
<NumberFormat ss:Format="Scientific"/>
</Style>
<Style ss:ID="s7">
<NumberFormat ss:Format="Yes/No"/>
</Style>
<Style ss:ID="s8">
<NumberFormat ss:Format="True/False"/>
</Style>
<Style ss:ID="s9">
<NumberFormat ss:Format="On/Off"/>
</Style>
<Style ss:ID="s10">
<NumberFormat ss:Format="General Date"/>
</Style>
<Style ss:ID="s11">
<NumberFormat ss:Format="Long Date"/>
</Style>
<Style ss:ID="s12">
<NumberFormat ss:Format="Medium Date"/>
</Style>
<Style ss:ID="s13">
<NumberFormat ss:Format="Short Date"/>
</Style>
<Style ss:ID="s21">
<NumberFormat ss:Format="Long Time"/>
</Style>
<Style ss:ID="s22">
<NumberFormat ss:Format="Medium Time"/>
</Style>
<Style ss:ID="s23">
<NumberFormat ss:Format="Short Time"/>
</Style>
</Styles>
<Worksheet ss:Name="Setup">
<Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="16"
ss:DefaultColumnWidth="62.400000000000006" ss:DefaultRowHeight="14.4">
<Column ss:Width="133.20000000000002"/>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">General Date</Data></Cell>
<Cell ss:StyleID="s10"><Data ss:Type="DateTime">3333-11-22T12:34:56.789</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">Long Date</Data></Cell>
<Cell ss:StyleID="s11"><Data ss:Type="DateTime">3333-11-22T12:34:56.789</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">Medium Date</Data></Cell>
<Cell ss:StyleID="s12"><Data ss:Type="DateTime">3333-11-22T12:34:56.789</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">Short Date</Data></Cell>
<Cell ss:StyleID="s13"><Data ss:Type="DateTime">3333-11-22T12:34:56.789</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">Long Time</Data></Cell>
<Cell ss:StyleID="s21"><Data ss:Type="DateTime">3333-11-22T12:34:56.789</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">Medium Time</Data></Cell>
<Cell ss:StyleID="s22"><Data ss:Type="DateTime">3333-11-22T12:34:56.789</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">Short Time</Data></Cell>
<Cell ss:StyleID="s23"><Data ss:Type="DateTime">3333-11-22T12:34:56.789</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">General Number</Data></Cell>
<Cell ss:StyleID="s1"><Data ss:Type="Number">12.345000000000001</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">Currency</Data></Cell>
<Cell ss:StyleID="s2"><Data ss:Type="Number">12.345000000000001</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">Fixed</Data></Cell>
<Cell ss:StyleID="s3"><Data ss:Type="Number">12.345000000000001</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">Standard</Data></Cell>
<Cell ss:StyleID="s4"><Data ss:Type="Number">12.345000000000001</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">Percent</Data></Cell>
<Cell ss:StyleID="s5"><Data ss:Type="Number">12.345000000000001</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">Scientific</Data></Cell>
<Cell ss:StyleID="s6"><Data ss:Type="Number">12.345000000000001</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">Yes/No</Data></Cell>
<Cell ss:StyleID="s7"><Data ss:Type="Number">12.345000000000001</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">True/False</Data></Cell>
<Cell ss:StyleID="s8"><Data ss:Type="Number">12.345000000000001</Data></Cell>
</Row>
<Row>
<Cell ss:StyleID="s0"><Data ss:Type="String">On/Off</Data></Cell>
<Cell ss:StyleID="s9"><Data ss:Type="Number">12.345000000000001</Data></Cell>
</Row>
</Table>
</Worksheet>
</Workbook>
![]()





Reply With Quote
Bookmarks