<?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>Robert F Greer</Author>	<Created>2026-06-18T14:41:43Z</Created>	<Version>11.9999</Version></DocumentProperties><ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel" /><Styles>	<Style ss:ID="Default" ss:Name="Normal">		<Alignment ss:Vertical="Bottom"     />		<NumberFormat/>		<Protection/>	</Style>	<Style ss:ID="db_header" >		<Font  ss:Color="#0000ff" ss:Bold="1"       x:Family="Swiss"/>		<NumberFormat/>		<Protection/>	</Style>	<Style ss:ID="db_datetime" >		<NumberFormat ss:Format="mm/dd/yy\ hh:mm:ss"/>		<Protection/>	</Style>	<Style ss:ID="db_date" >		<NumberFormat ss:Format="mm/dd/yy"/>		<Protection/>	</Style>	<Style ss:ID="db_time" >		<NumberFormat ss:Format="hh:mm:ss"/>		<Protection/>	</Style>	<Style ss:ID="StyleHeader" >		<Alignment   ss:Rotate="45"   />		<Font  ss:Color="Automatic" ss:Bold="1"       />		<NumberFormat/>		<Protection/>	</Style></Styles><Worksheet ss:Name="My Sheet" >	<Table>		<Row ss:Index="1"  >			<Cell ss:StyleID="StyleHeader" ss:Index="1"   >				<Data ss:Type="String">Header</Data>			</Cell>		</Row>		<Row ss:Index="2"  >			<Cell ss:StyleID="StyleHeader" ss:Index="1"   >				<Data ss:Type="String">Test String</Data>			</Cell>		</Row>	</Table></Worksheet></Workbook>