Python Forum
Using OpenPyXL How To Read Entire Column Into Dictionary - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Using OpenPyXL How To Read Entire Column Into Dictionary (/thread-27465.html)



Using OpenPyXL How To Read Entire Column Into Dictionary - jo15765 - Jun-07-2020

Using openpyxl how can I read every row in the last column (excluding the first row for the header) into a dictionary?


RE: Using OpenPyXL How To Read Entire Column Into Dictionary - buran - Jun-08-2020

what have you tried? what is the input file (is it xlsx or actually csv file)?