Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.43 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.43 KB

ClosedXML Excel Table Reader

ClosedXML Table Reader is a ClosedXML library extension to allows developers Read Excel Tables to dotnet DataTable or generic typed collection

.NET Core Upload to NuGet

NuGet NuGet

Install

First, install NuGet. Then, install ClosedXML.TableReader from the package manager console:

PM> Install-Package ClosedXML.TableReader

.NET Framework suport

ClosedXML.TableReader supports the 4.0+ .NET Framework as well as .NET Core

Get Started

Help doc can be found at https://github.com/rene15009/ClosedXML.TableReader/wiki

Release Notes

License

ClosedXML.TableReader is licensed under The MIT License (MIT), check the LICENSE file for details.

Version

1.3.0

Development

C#