Spreadsheetml Issue
I am trying to follow the examples in the Introduction to SpreadsheetML and I am unable to get this example to work:
<?xmlversion="1.0"?>
<?mso-applicationprogid="Excel.Sheet"?>
<Workbookxmlns="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">
<x:ExcelWorkbook>
<x:WindowHeight>500</x:WindowHeight>
<x:WindowWidth>500</x:WindowWidth>
<x:WindowTopX>480</x:WindowTopX>
<x:WindowTopY>105</x:WindowTopY>
</x:ExcelWorkbook>
<Worksheetss:Name="Sheet1">
</Worksheet>
</Workbook>
The issue is that none of the code to control the window works as it says it should. Any help would be appreciated.
Wade

