dynamic address components help system
gets all house numbers of streets of Leipzig
a console application and Excel AddIn running on .NET Core
dachs determines all house numbers of a given street or the house numbers of all streets in Leipzig
- the console application returns this data on the console, as a csv file or Excel file
- the Excel AddIn provides an Excel function with which this data can be retrieved directly in Excel
To run dachs, you'll need to install .Net Core Runtime v2.1 or greater.
- Open a command prompt or a terminal
- Navigate to the folder
Console Application
- Type in
dotnet dachs.dll
to start the dachs console app
- Open Excel
- Go to
file
>options
- Switch to the tab
Add-Ins
- Hit the
Go
button at the bottom - Hit
Browse
button - Select the
dachs.xll
file - Confirm all windows with
ok
- Edit a cell
- Type in
=Hausnummern(<cellNumber>)
or=Hausnummern("<streetName>")
to get all available house numbers or type in=AnzahlHausnummern(<cellNumber>)
or=AnzahlHausnummern("<streetName>")
to count all house numbers of a given street
- HtmlAgilityPack, Version 1.8.11 (MIT License)
- EPPlus, Version 4.5.2.1 (GNU Lesser General Public License v3.0)
- Excel-DNA, Version 0.34.6 (zlib License)
- ExcelDna.AddIn, Version 0.34.6 (MIT License)
- ExcelDna.Integration, Version 0.34.6 (zlib License)
The code of this project is licensed under GNU General Public License v3.0.