My task was to wrote a custom import module in
#python that can read data from an excel xlsx document. I had end up implementing it by using
#xlrd module initially and later on I discovered it no longer handles xlsx files thus I converted it to use
#openpyxl instead.