| Offset | Name | Size | Contents |
| 4 | cXTI | 2 | Number of XTI structures that follow |
| 6 | rgXTI | var | Array of XTI structures |
| Offset | Name | Size | Contents |
| 0 | iSUPBOOK | 2 | Index (0-based) to table of SUPBOOK redcords |
| 2 | itabFirst | 2 | Index (0-based) to first sheet tab in the reference |
| 4 | itabLast | 2 | Index (0-based) to last sheet tab in the reference |
| Offset | Name | Size | Contents |
| 4 | cch | 1 | Length of the file name |
| 5 | rgch | var | File name |
| Name | Value | Meaning |
| chEmpty | 00 | Reference to an empty workbook name (see text) |
| chEncode | 01 | File name has been encoded (see the following table) |
| chSelf | 02 | Self-referential external reference (see text) |
| Name | Value | PC file systems | |
| chVolume | 01 | Represents an MS-DOS drive letter. It is followed by the drive letter. For example, the formula ='D:\SALES.XLS'!A1 generates the chVolume key when the dependent workbook is not on the D drive. UNC file names, such as \\server\share\myfile.xls, generate an @ character after the chVolume key; this replaces the initial double backslash (\\). | |
| chSameVolume | 02 | Indicates that the source workbook is on the same drive as the dependent workbook (the drive letter is omitted). For example, the formula ='\SALES.XLS'!A1 generates the chSameVolume key when the dependent workbook is not in the root directory. | |
| ChDownDir | 03 | Indicates that the source workbook is in a subdirectory of the current directory. For example, the formula ='XL\SALES.XLS'!A1 generates the chDownDir key. The subdirectory name precedes the chDownDir key, and the file name follows it. | |
| chUpDir | 04 | Indicates that the source workbook is in the parent directory of the current directory. For example, the formula ='..\SALES.XLS'!A1 generates the chUpDir key. | |
| chLongVolume | 05 | (Not used) | |
| chStartupDir | 06 | Indicates that the source workbook is in the startup directory (the Xlstart subdirectory of the directory that contains Excel.exe). | |
| chAltStartupDir | 07 | Indicates that the source workbook is in the alternate startup directory. | |
| chLibDir | 08 | Indicates that the source workbook is in the Library directory. | |