**Note:** This section is currently incomplete, and may be missing information for weapons, demihumans, other races and slot types.
This is useful for people implementing similar TexTools or FFXIV Explorer functionality, and it's actually trivial to do so. Before you can do so, you must be able to read [Excel data sheets](formats/exd).
The Excel sheet you're interested is called `item` and since it also contains localized names make sure to choose the relevant language sheet. Once you have done so, you're interested in a couple of columns (tested as of 6.1):
* Column 9 (String)
* This is the name of the item.
* Column 17 (Unsigned 64-bit Integer)
* This is the slot id, explained below.
* Column 47 (Unsigned 64-bit Integer)
* This is the primary model data, explained below.
* Column 48 (Unsigned 64-bit Integer)
* This is the secondary model data, explained below.