Python - Create multiple folders from an excel column list
问题 I am basically trying to get Python to create a bunch of folders in a directory with each folders name based on a list in an Excel file. The list is in column D, that has a heading "Folder Name". I have been able to do this with an individual cell, but struggling to figure out how to do it for multiple. The code I have so far is below. Your help is really appreciated - I am very new to this!` import os import openpyxl def folder_creation(EXCEL_FILE_DIRECTORY, FOLDER_CREATION_LOCATION, EXCEL