VOOZH about

URL: https://www.nuget.org/packages/Lumina.Excel/

⇱ NuGet Gallery | Lumina.Excel 7.4.3




Lumina.Excel 7.4.3

dotnet add package Lumina.Excel --version 7.4.3
 
 
NuGet\Install-Package Lumina.Excel -Version 7.4.3
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Lumina.Excel" Version="7.4.3" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Lumina.Excel" Version="7.4.3" />
 
Directory.Packages.props
<PackageReference Include="Lumina.Excel" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Lumina.Excel --version 7.4.3
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Lumina.Excel, 7.4.3"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Lumina.Excel@7.4.3
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Lumina.Excel&version=7.4.3
 
Install as a Cake Addin
#tool nuget:?package=Lumina.Excel&version=7.4.3
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Lumina.Excel

Contains generated definitions for relational Excel data used in FINAL FANTASY XIV. Git tags match game versions, tracking the global client. While these may work for regional variants, no support is provided.

Repo Overview

  • deps - additional dependencies for the generator
    • EXDSchema - the YAML schema definitions used to generate Lumina.Excel helper classes
    • EXDSchema-experimental - used to generated the Lumina.Excel.Experimental namespace
  • src - generator, generated code & tooling documentation
    • Lumina.Excel - the project to store helper classes generated from the schema. This folder is mostly empty, as all of it's containing code is generated by the source generator.
    • Lumina.Excel.Generator - the source generator project that generates the helper classes. Has more functionality than is currently used. More documentation soon™️.
      • Generator Options:
        • SchemaPath - path to the schema definitions, relative to the project root
        • ExperimentalSchemaPath - path to the experimental schema definitions, relative to the project root. If omitted, the generator will not generate the experimental namespace
        • ColumnsPath - path to the column definitions, relative to the project root. Defaults to SchemaPath/.github/columns.yml
        • GeneratedNamespace - namespace to put all the generated classes in
        • ReferencedNamespace - namespace with all the referenced classes; this is primarily used for those using this generator in their own projects, so they can test their own schema changes
        • IndentSize - number of spaces to use for indentation in generated code. Also accepts "tab" for using tabs. Defaults to 4
        • UseUsings - whether to use using statements in generated code. If omitted, the generator will explicitly reference all types with their full namespace. Defaults to false
        • UseFileScopedNamespace - whether to use file-scoped namespaces in generated code instead of block-scoped namespaces. Defaults to false
        • UseSchemaAttribute - enables the use of the SchemaAttribute to enables the ability generate classes from other schemas. Defaults to true
        • Debug - whether to generate debug output. Defaults to false
    • Lumina.SpaghettiGenerator - deprecated generator project that uses SaintCoinach schemas instead of EXDSchema.
    • Lumina.SpaghettiUpdater - deprecated (but not obsoleted by anything yet) project that detects and updates SaintCoinach schemas between different FFXIV versions.
Product Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Lumina.Excel:

Package Downloads
Sharlayan

Final Fantasy XIV Memory Reading

FFXIVWeather.Lumina

FFXIV weather forecast library for C# applications operating on a system with a local game installation.

XIVCalc.Lumina

Package Description

NetStone.GameData.Lumina

Lumina game data bindings for NetStone.

GitHub repositories (6)

Showing the top 6 popular GitHub repositories that depend on Lumina.Excel:

Repository Stars
imchillin/Anamnesis
A standalone tool that allows the user a greater degree of flexibility for making creative and interesting screenshots.
Universalis-FFXIV/Universalis
A crowdsourced market board API for FFXIV.
SapphireServer/ffxivmon
A FFXIV Network Analysis Tool
FFXIV-CombatReborn/RotationSolverReborn
Analyses combat information every frame and finds the best action.
NotAdam/Lumina
A simple, performant and extensible framework for interacting with FFXIV game data
FFXIVAPP/sharlayan
Visit us on Discord! https://discord.gg/aCzSANp
Version Downloads Last Updated
7.4.3 2,656 12/23/2025
7.4.2 281 12/21/2025
7.4.1 603 12/18/2025
7.4.0 543 12/16/2025
7.3.1 2,016 8/5/2025
7.3.0 470 8/5/2025
7.2.3 1,057 5/2/2025
7.2.2 1,966 4/24/2025
7.2.1 1,620 3/27/2025
7.2.0 1,561 3/25/2025
7.1.4 776 3/25/2025
7.1.3 3,510 11/24/2024
7.1.2 1,007 11/17/2024
7.1.1 349 11/16/2024
7.1.0 1,067 11/13/2024
7.0.3 1,379 11/1/2024
7.0.2 578 10/3/2024
7.0.1 4,897 7/6/2024
7.0.0 2,038 6/27/2024
6.5.2 6,973 10/22/2023
Loading failed