2.5.106 ExternDocName

The ExternDocName structure specifies the data for an external defined name in the ExternName record.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

ixals

reserved

extName (variable)

...

nameDefinition (variable)

...

ixals (2 bytes):  If the external defined name specified by extName is a local name, this unsigned integer specifies a one-based index of an XLUnicodestring in the rgst field of the preceding SupBook record. The XLUnicodestring specifies the name of the sheet where the external defined name specified by extName is scoped. Otherwise this MUST be 0. The value MUST be less than or equal to the value of the ctab field in the preceding SupBook record.

reserved (2 bytes): MUST be zero, and MUST be ignored.

extName (variable): A ShortXLUnicodeString that specifies the name of the external defined name. extName.cch MUST be less than or equal to 255.

nameDefinition (variable): An ExtNameParsedFormula that specifies the formula (section 2.2.2) of the external defined name.