Expand description
File resource handling.
Structs§
- Resource
Resolver - Allows chaining multiple Resources together.
- SqPack
Resource - Used to read files from the retail game, in their SqPack-compressed format.
- Unpacked
Resource - Used to read unpacked files from a directory.
Traits§
- Resource
- Represents a source of files for reading. This abstracts away some of the nitty-gritty of where files come from. These could be coming from a compressed archive like SqPack, unpacked files on disk, or even a network.
Functions§
- get_
all_ sheet_ names - Returns all known sheet names listed in the root list
- read_
excel_ sheet - Read an excel sheet
- read_
excel_ sheet_ header - Read an excel sheet by name (e.g. “Achievement”)