Module resource

Source
Expand description

File resource handling.

Structs§

ResourceResolver
Allows chaining multiple Resources together.
SqPackResource
Used to read files from the retail game, in their SqPack-compressed format.
UnpackedResource
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”)