Python Forum

Full Version: Using OpenPyXL How To Read Entire Column Into Dictionary
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using openpyxl how can I read every row in the last column (excluding the first row for the header) into a dictionary?
what have you tried? what is the input file (is it xlsx or actually csv file)?