Info
| Version: | 1.0.2 | 
| Author(s): | asir6 | 
| Last Update: | Friday, December 6, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/Lydart.Excel2Json | 
Install
Install-Package Lydart.Excel2Json
                        dotnet add package Lydart.Excel2Json
                        paket add Lydart.Excel2Json
                        
                                Lydart.Excel2Json Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- ExcelDataReader(>= 3.6.0)
 - ExcelDataReader.DataSet(>= 3.6.0)
 - Newtonsoft.Json(>= 12.0.3)
 - System.Text.Encoding.CodePages(>= 4.7.0)
 
Tags
                
First row of sheets will be treated as key.
(Inspired by https://github.com/neil3d/excel2json).