Accepts an XL file containing one or more addresses and on submit, returns an updated XL file with the addresses along with latitude and longitude for each address.
Setup Instructions :
Create API KEY and Enable "Maps JavaScript API"
https://developers.google.com/maps/documentation/javascript/get-api-key?authuser=1
The requirements.txt file lists package which this project depend on, and it will be installed using:
pip install -r requirements.txt