EdCanHack.SheetParser
1.1.5
dotnet add package EdCanHack.SheetParser --version 1.1.5
NuGet\Install-Package EdCanHack.SheetParser -Version 1.1.5
<PackageReference Include="EdCanHack.SheetParser" Version="1.1.5" />
paket add EdCanHack.SheetParser --version 1.1.5
#r "nuget: EdCanHack.SheetParser, 1.1.5"
// Install EdCanHack.SheetParser as a Cake Addin #addin nuget:?package=EdCanHack.SheetParser&version=1.1.5 // Install EdCanHack.SheetParser as a Cake Tool #tool nuget:?package=EdCanHack.SheetParser&version=1.1.5
SheetParser is a simple deserialization system for transforming tabular data into .NET objects, originally used to store lists of items, monsters, etc. in game asset directories. It supports both attribute-driven and procedural transformation of table rows into objects, with the ability to define custom transforms for your own scalar data types.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.1.3: Minor bug fixes, synced version with EdCanHack.SheetParser.OpenXml.
1.1.1, 1.1.2: Minor bug fixes.
1.1.0: API-compatible change to better handle default parsers.
1.0.0: Initial release.