.NET Standard 1.0+ library whose purpose is to help parse and format A1-style cell references (or addresses) like $FOO$42, those typically found in spreadsheet programs such as Microsoft Excel.
Info
Version: | 2.0.0-beta-1 |
Author(s): | Atif Aziz |
Last Update: | Tuesday, May 12, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/atifaziz/A1 |
NuGet Url: | https://www.nuget.org/packages/A1 |
Install
Install-Package A1
dotnet add package A1
paket add A1
A1 Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.0
- NETStandard.Library(>= 1.6.1)
- System.Diagnostics.Contracts(>= 4.3.0)
- System.ValueTuple(>= 4.5.0)
No dependencies.
Tags