Extract Excel attributes to CSV
This is a python solution to pull specific cells from a bunch of excel files into one CSV file. The source excel files have a consistent format – that is, a given cell in every excel file contains the same information. I wrote this script becauseĀ I needed one compiled table with spatial information for geocoding […]