<?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>Name Surname</Author>
<Created>2019-06-06T06:49:06Z</Created>
			</DocumentProperties>
			<Worksheet ss:Name="Sheet1">
				<Table><Row><Cell><Data ss:Type="String">row 1, col1</Data></Cell>
<Cell><Data ss:Type="String">row 1, col2</Data></Cell></Row>
<Row><Cell><Data ss:Type="String">row 2, col1</Data></Cell>
<Cell><Data ss:Type="String">row 2, col2</Data></Cell></Row></Table>
			</Worksheet>
			</Workbook>