TableToImageExport 1.1.8

dotnet add package TableToImageExport --version 1.1.8
NuGet\Install-Package TableToImageExport -Version 1.1.8
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="TableToImageExport" Version="1.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TableToImageExport --version 1.1.8
#r "nuget: TableToImageExport, 1.1.8"
#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 TableToImageExport as a Cake Addin
#addin nuget:?package=TableToImageExport&version=1.1.8

// Install TableToImageExport as a Cake Tool
#tool nuget:?package=TableToImageExport&version=1.1.8

TableToImageExport

A C# library for processing tabular data into images.

Description

This is a new cross-platform library capable of processing tabular data into images. This library provides full customizability options for tables and has support for CSV/TSV file formats.

Additionally, tables can be completely modified or created manually from scratch. This library supports a variety of content types such as images and text with more planned types in future updates.

Installation (For Visual Studio 2022)

This library is available as a nuget package under the same name TableToImageExport.

This library is not compatible with Visual Studio 2019 since this library is .NET 6.0

Install through Nuget Command Line:

  1. Open a new package manager console. (Tools > NuGet Package Manager > Package Manager Console).
  2. Find the new console and enter Install-Package TableToImageExport.
  3. Done!

Install through Nuget Package Manager:

  1. Right click your project where you want to use this library in the solution explorer.
  2. Select "Manage Nuget Packages...".
  3. Click "Browse" tab and select the search box.
  4. Type the name "TableToImageExport", you can also find this library by various keywords (E.g. Images Tables).
  5. Find this package and click install.
  6. Since this library has dependencies on other libraries (CSVHelper), you will need to accept the license for those other libraries.
  7. Done!

Documentation/Guide:

See the repository: TableToImageExport.

Acknowledgements/Dependencies

Below is the list of all the other libraries needed for this library to work:

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.8 451 9/4/2022
1.0.8 376 7/31/2022

Added Cross Platform Support, fixed bugs and added minor features.