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

17 lines
655 B
Markdown
Raw Permalink Normal View History

2022-07-16 18:54:44 -04:00
---
title: "Excel Data (.exd)"
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
The data file for an Excel sheet.
2022-07-16 18:54:44 -04:00
I recommend reading the ["Excel Data" section](https://xiv.dev/game-data/file-formats/excel#excel-data-.exd) on xiv.dev's Excel docs.
# Alternative Implementations
2022-07-16 18:54:44 -04:00
* [xivModdingFramework (C#)](https://github.com/TexTools/xivModdingFramework/blob/master/xivModdingFramework/Exd)
2022-07-16 18:54:44 -04:00
* [Lumina (C#)](https://github.com/NotAdam/Lumina/blob/master/src/Lumina/Data/Files/Excel/ExcelDataFile.cs)
* [Physis (Rust)](https://github.com/redstrate/physis/blob/main/src/exd.rs)