TableBuilderLibrary 1.1.1
See the version list below for details.
dotnet add package TableBuilderLibrary --version 1.1.1
NuGet\Install-Package TableBuilderLibrary -Version 1.1.1
<PackageReference Include="TableBuilderLibrary" Version="1.1.1" />
<PackageVersion Include="TableBuilderLibrary" Version="1.1.1" />
<PackageReference Include="TableBuilderLibrary" />
paket add TableBuilderLibrary --version 1.1.1
#r "nuget: TableBuilderLibrary, 1.1.1"
#:package TableBuilderLibrary@1.1.1
#addin nuget:?package=TableBuilderLibrary&version=1.1.1
#tool nuget:?package=TableBuilderLibrary&version=1.1.1
This is an open-source class library with an aim to conveniently offer a variety of methods for creating and modifying DataTables. Note: Most exception handling is still under development.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TableBuilderLibrary:
| Package | Downloads |
|---|---|
|
TrentUtil
Open-source library with some basic utilities I commonly use in projects. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Corrected handling of tables that already contain a column that should be used as a Guid instead of creating a new one. Switched to a Regex solution for splitting CSV. This allows for correct parsing of CSV files with cells that are quoted and contain commas.