Spreadsheetml Issue

I am trying to follow the examples in the Introduction to SpreadsheetML and I am unable to get this example to work:

Code Snippet

<?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

[1986 byte] By [Wade73] at [2008-1-10]
# 1

Hey Wade,

Haven't played with the ML stuff before but I found this blog post. You may be able to ask this question on Erika's blog. If you have no luck - I can move the question to the Office development forum for you.

http://blogs.msdn.com/erikaehrli/archive/2007/08/15/open-xml-content-for-developers.aspx

Jason

JasonMcConnellMSFT at 2007-10-3 > top of Msdn Tech,Small Business Application Development,Small Business Application Development...