1<?xml version="1.0" encoding="UTF-8"?> 2<?mso-application progid="Excel.Sheet"?> 3<Workbook xmlns:c="urn:schemas-microsoft-com:office:component:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x2="http://schemas.microsoft.com/office/excel/2003/xml" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x="urn:schemas-microsoft-com:office:excel"> 4 <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office"> 5 <Colors> 6 <Color> 7 <Index>3</Index> 8 <RGB>#000000</RGB> 9 </Color> 10 <Color> 11 <Index>4</Index> 12 <RGB>#c0c0c0</RGB> 13 </Color> 14 <Color> 15 <Index>5</Index> 16 <RGB>#ff0000</RGB> 17 </Color> 18 </Colors> 19 </OfficeDocumentSettings> 20 <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"> 21 <WindowHeight>9000</WindowHeight> 22 <WindowWidth>13860</WindowWidth> 23 <WindowTopX>240</WindowTopX> 24 <WindowTopY>75</WindowTopY> 25 <ProtectStructure>False</ProtectStructure> 26 <ProtectWindows>False</ProtectWindows> 27 </ExcelWorkbook> 28 <Styles> 29 <Style ss:ID="Default" ss:Name="Default"/> 30 <Style ss:ID="Result" ss:Name="Result"> 31 <Font ss:Bold="1" ss:Italic="1" ss:Underline="Single"/> 32 </Style> 33 <Style ss:ID="Result2" ss:Name="Result2"> 34 <Font ss:Bold="1" ss:Italic="1" ss:Underline="Single"/> 35 <NumberFormat ss:Format="Currency"/> 36 </Style> 37 <Style ss:ID="Heading" ss:Name="Heading"> 38 <Alignment ss:Horizontal="Center"/> 39 <Font ss:Bold="1" ss:Italic="1" ss:Size="16"/> 40 </Style> 41 <Style ss:ID="Heading1" ss:Name="Heading1"> 42 <Alignment ss:Horizontal="Center" ss:Rotate="90"/> 43 <Font ss:Bold="1" ss:Italic="1" ss:Size="16"/> 44 </Style> 45 <Style ss:ID="Normal" ss:Name="Normal"> 46 <Alignment ss:Vertical="Bottom"/> 47 <Font ss:Color="#000000" ss:FontName="Calibri" ss:Size="11"/> 48 </Style> 49 <Style ss:ID="co1"/> 50 <Style ss:ID="co2"/> 51 <Style ss:ID="co3"/> 52 <Style ss:ID="co4"/> 53 <Style ss:ID="co5"/> 54 <Style ss:ID="co6"/> 55 <Style ss:ID="ta1"/> 56 <Style ss:ID="ce1"> 57 <Font ss:Bold="1" ss:Color="#000000" ss:FontName="Calibri" ss:Size="11"/> 58 </Style> 59 <Style ss:ID="ce2"> 60 <NumberFormat ss:Format="General Date"/> 61 </Style> 62 </Styles> 63 <ss:Worksheet ss:Name="Sheet1"> 64 <Table ss:StyleID="ta1"> 65 <Column ss:Width="64.4904"/> 66 <Column ss:Width="134.784"/> 67 <Column ss:Width="115.5096"/> 68 <Column ss:Width="93.204"/> 69 <Column ss:Width="119.5344"/> 70 <Column ss:Width="64.4904"/> 71 <Row ss:AutoFitHeight="0" ss:Height="11.988"> 72 <Cell> 73 <Data ss:Type="String">TestID</Data> 74 </Cell> 75 <Cell> 76 <Data ss:Type="String">Date/Time</Data> 77 </Cell> 78 <Cell> 79 <Data ss:Type="String">In numeric form</Data> 80 </Cell> 81 <Cell> 82 <Data ss:Type="String">Should be</Data> 83 </Cell> 84 <Cell> 85 <Data ss:Type="String">TestOK</Data> 86 </Cell> 87 </Row> 88 <Row ss:AutoFitHeight="0" ss:Height="11.988"> 89 <Cell ss:StyleID="Default"> 90 <Data ss:Type="String">Time</Data> 91 </Cell> 92 <Cell ss:StyleID="ce2"> 93 <Data ss:Type="DateTime">2023-01-14T04:05:06.78000</Data> 94 </Cell> 95 <Cell ss:StyleID="Default" ss:Formula="=VALUE(RC[-1])"> 96 <Data ss:Type="Number">44940.1702173611</Data> 97 </Cell> 98 <Cell ss:StyleID="Default"> 99 <Data ss:Type="Number">44940.1702173611</Data> 100 </Cell> 101 <Cell ss:StyleID="Default" ss:Formula="=RC[-2]=RC[-1]"> 102 <Data ss:Type="Boolean">1</Data> 103 </Cell> 104 </Row> 105 </Table> 106 <x:WorksheetOptions/> 107 </ss:Worksheet> 108</Workbook> 109