-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sydney du Plooy edited this page May 20, 2018
·
8 revisions
Celloc is a cell index translator that translates, for example, A1 to (0,0) or (1,1) and vice versa. It can also translate ranges such as A1:B1 to ((0,0),(1,0)) and vice versa.
To install the package from NuGet, run the following command:
PM> Install-Package Celloc
Algorithms by Ian Nelson and Graham.