docs.xiv.zone/content/format/exh.md

17 lines
850 B
Markdown
Raw Normal View History

2022-07-16 18:54:44 -04:00
---
title: "Excel Header (.exh)"
2022-07-16 18:54:44 -04:00
---
{{< info "'Excel' here has nothing to do with Microsoft's Excel." >}}
{{< note "This documentation is incomplete." >}}
2022-07-16 18:54:44 -04:00
I recommend reading the ["Excel Header" section](https://xiv.dev/game-data/file-formats/excel#excel-header-.exh) on xiv.dev's Excel docs.
This is a schema file describing the column and row layout of an Excel sheet (such as `Achievement`). You **are required to parse** this before reading `.exd` files, as it contains important information on building a path and reading columns.
# Alternative Implementations
2022-07-16 18:54:44 -04:00
* [Physis (Rust)](https://git.sr.ht/~redstrate/physis/tree/main/item/src/exh.rs)
2022-07-16 18:54:44 -04:00
* [Lumina (C#)](https://github.com/NotAdam/Lumina/blob/master/src/Lumina/Data/Files/Excel/ExcelHeaderFile.cs)
* [libxiv (C++)](https://git.sr.ht/~redstrate/libxiv/tree/main/item/src/exhparser.cpp)