EdCanHack.SheetParser 1.1.5

dotnet add package EdCanHack.SheetParser --version 1.1.5
NuGet\Install-Package EdCanHack.SheetParser -Version 1.1.5
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="EdCanHack.SheetParser" Version="1.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EdCanHack.SheetParser --version 1.1.5
#r "nuget: EdCanHack.SheetParser, 1.1.5"
#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.
// 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EdCanHack.SheetParser:

Package Downloads
EdCanHack.SheetParser.OpenXml

Provides SheetParser the ability to read OpenXML spreadsheets.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.5 2,627 4/7/2015
1.1.3 1,320 3/18/2015
1.1.2 1,084 3/16/2015
1.1.1 1,094 3/16/2015
1.1.0 1,062 3/16/2015
1.0.0 1,468 11/22/2014

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.