首页 新闻 会员 周边

哪个高手知道这个xml的xsd在哪里可以下载

0
悬赏园豆:5 [已解决问题] 解决于 2008-11-23 11:29

我刚用excel创建了一个文件,保存的时候选择格式为: xml。用记事本打开后,得到如下内容。

现在,我想反着来,但使用vs编写xml时,没有提示。我想下载一个 xsd还实现。请问各位达人。

哪里有得下?

Code
<?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>USER</Author>
<LastAuthor>USER</LastAuthor>
<Created>2008-11-17T03:56:53Z</Created>
<Company>CHINA</Company>
<Version>11.9999</Version>
</DocumentProperties>
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
<WindowHeight>12945</WindowHeight>
<WindowWidth>18195</WindowWidth>
<WindowTopX>480</WindowTopX>
<WindowTopY>105</WindowTopY>
<ProtectStructure>False</ProtectStructure>
<ProtectWindows>False</ProtectWindows>
</ExcelWorkbook>
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Center"/>
<Borders/>
<Font ss:FontName="宋体" x:CharSet="134" ss:Size="12"/>
<Interior/>
<NumberFormat/>
<Protection/>
</Style>
<Style ss:ID="s21">
<NumberFormat ss:Format="@"/>
</Style>
</Styles>
<Worksheet ss:Name="Sheet1">
<Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="1" x:FullColumns="1"
x:FullRows
="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="14.25">
<Column ss:Width="76.5" ss:Span="1"/>
<Row>
<Cell><Data ss:Type="Number">1.11111111111111E+24</Data></Cell>
<Cell ss:StyleID="s21"><Data ss:Type="String">2222222222222222222222222222222222</Data></Cell>
</Row>
</Table>
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<Print>
<ValidPrinterInfo/>
<PaperSizeIndex>9</PaperSizeIndex>
<HorizontalResolution>200</HorizontalResolution>
<VerticalResolution>200</VerticalResolution>
</Print>
<Selected/>
<Panes>
<Pane>
<Number>3</Number>
<ActiveRow>3</ActiveRow>
<ActiveCol>1</ActiveCol>
</Pane>
</Panes>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet2">
<Table ss:ExpandedColumnCount="0" ss:ExpandedRowCount="0" x:FullColumns="1"
x:FullRows
="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="14.25"/>
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet3">
<Table ss:ExpandedColumnCount="0" ss:ExpandedRowCount="0" x:FullColumns="1"
x:FullRows
="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="14.25"/>
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
</Workbook>
Gene Li的主页 Gene Li | 初学一级 | 园豆:145
提问于:2008-11-17 12:01
< >
分享
最佳答案
0

楼上回答的和你想要的不是一回事儿,呵呵

我觉得你可以先按着生成的这个XML来做,因为我还没有见过谁为excel写过VS的插件来给出自动提示的~~

丁学 | 专家六级 |园豆:18730 | 2008-11-17 14:16
其他回答(1)
0

vs的xml菜单中有个“Create Schema”菜单项,可以帮助你分析并生成一个xsd。

Anders Liu | 园豆:230 (菜鸟二级) | 2008-11-17 13:08
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册