Skip to content
Liam M edited this page Jul 31, 2022 · 3 revisions

This wiki contains a guide which will help you understand how to use this library as well as explaining certain parts of the library by themselves, to start, install the package using the steps below and move onto Getting Started.

Installation

You can find the install instructions below and on the Readme.

Install through 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 the visual studio NuGet package manager:

  1. Find your project in the solution explorer.
  2. Right click your project which you want to use this library with and click "Manage NuGet Packages."
  3. Click the browse tab and type in the search box "TableToImageExport."
  4. Find the package.
  5. Click Install and OK.
  6. Done!