xml2spreadsheet.dtd : Elements - Entities - Source | Intro - Index
FRAMES / NO FRAMES

xml2spreadsheet.dtd


<boolean> Child of cell

Sorry, no documentation.


<calendar> Child of cell

Sorry, no documentation.

<calendar>'s attributes
NameValuesDefault
formatMatch the NMTOKEN rules.

@format Attribute of calendar

Sorry, no documentation.

Possible values : Match the NMTOKEN rules. - Required


<cell> Child of row

Sorry, no documentation.

<cell>'s children
NameCardinality
booleanAny number
calendarAny number
dateAny number
formulaAny number
numberAny number
textAny number
<cell>'s attributes
NameValuesDefault
placementMatch the NMTOKEN rules.
style
Element's model :

(boolean | calendar | date | formula | number | text)*


@placement Attribute of cell

Sorry, no documentation.

Possible values : Match the NMTOKEN rules. - Required


@style Attribute of cell

Sorry, no documentation.


<column-width/> Child of sheet

Sorry, no documentation.

<column-width>'s attributes
NameValuesDefault
columnMatch the NMTOKEN rules.
widthMatch the NMTOKEN rules.

This element is always empty.


@column Attribute of column-width

Sorry, no documentation.

Possible values : Match the NMTOKEN rules. - Required


@width Attribute of column-width

Sorry, no documentation.

Possible values : Match the NMTOKEN rules. - Required


<date> Child of cell

Sorry, no documentation.

<date>'s attributes
NameValuesDefault
formatMatch the NMTOKEN rules.

@format Attribute of date

Sorry, no documentation.

Possible values : Match the NMTOKEN rules. - Required


<formula> Child of cell

Sorry, no documentation.


<merge/> Child of sheet

Sorry, no documentation.

<merge>'s attributes
NameValuesDefault
region

This element is always empty.


@region Attribute of merge

Sorry, no documentation.

Required


<number> Child of cell

Sorry, no documentation.


<row> Child of sheet

Sorry, no documentation.

<row>'s children
NameCardinality
cellAt least one
<row>'s attributes
NameValuesDefault
placementMatch the NMTOKEN rules.
Element's model :

(cell+)


@placement Attribute of row

Sorry, no documentation.

Possible values : Match the NMTOKEN rules. - Required


<sheet> Child of workbook

Sorry, no documentation.

<sheet>'s children
NameCardinality
column-widthAny number
mergeAny number
rowAny number
<sheet>'s attributes
NameValuesDefault
col-width
name
row-width
Element's model :

(column-width | merge | row)*


@col-width Attribute of sheet

Sorry, no documentation.


@name Attribute of sheet

Sorry, no documentation.


@row-width Attribute of sheet

Sorry, no documentation.


<text> Child of cell

Sorry, no documentation.


<workbook> Root element

Sorry, no documentation.

<workbook>'s children
NameCardinality
sheetAt least one
Element's model :

(sheet+)