ExcelToJsonLibrary NuGet Package

Convert all excel spreadsheet to a json with two lines code.
Send the spreadsheet and get the json with columns and values

Code:
static void Main(string[] args)
{
var path = @"C:\Data.xlsx";

var excel = new ExcelToJsonLibrary.ExcelToJson();
var result = excel.GetJson(path, "Sheet1");

Console.WriteLine(result);

Console.ReadLine();
}

C# .NET
Visual Studio.




Got any ExcelToJsonLibrary Question?





Info

Version: 1.0.1
Author(s): Mauricio Junior
Last Update: Tuesday, December 22, 2020
.NET Fiddle: Create the first Fiddle
Project Url: https://www.mauriciojunior.net/
NuGet Url: https://www.nuget.org/packages/ExcelToJsonLibrary


Install
Install-Package ExcelToJsonLibrary
dotnet add package ExcelToJsonLibrary
paket add ExcelToJsonLibrary
ExcelToJsonLibrary Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

2

avg-downloads-per-day

0

days-since-last-release

1193