TableToImageExport 1.1.8
dotnet add package TableToImageExport --version 1.1.8
NuGet\Install-Package TableToImageExport -Version 1.1.8
<PackageReference Include="TableToImageExport" Version="1.1.8" />
paket add TableToImageExport --version 1.1.8
#r "nuget: TableToImageExport, 1.1.8"
// 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:
- Open a new package manager console. (Tools > NuGet Package Manager > Package Manager Console).
- Find the new console and enter
Install-Package TableToImageExport
. - Done!
Install through Nuget Package Manager:
- Right click your project where you want to use this library in the solution explorer.
- Select "Manage Nuget Packages...".
- Click "Browse" tab and select the search box.
- Type the name "TableToImageExport", you can also find this library by various keywords (E.g. Images Tables).
- Find this package and click install.
- Since this library has dependencies on other libraries (CSVHelper), you will need to accept the license for those other libraries.
- 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 | Versions 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. |
-
net6.0
- CsvHelper (>= 28.0.1)
- SixLabors.ImageSharp (>= 2.1.3)
- SixLabors.ImageSharp.Drawing (>= 1.0.0-beta14)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added Cross Platform Support, fixed bugs and added minor features.