"typeerror: Value Must Be A Sequence" When Trying To Access File With Openpyxl.load_workbook
I am accessing an excel file on a server in the network with the code import openpyxl path = r'S:\dic1\dic2\dic3\file.xlsx' wb = openpyxl.load_workbook(path) This is working perfe
Solution 1:
Please Check openpyxl version.
Post a Comment for ""typeerror: Value Must Be A Sequence" When Trying To Access File With Openpyxl.load_workbook"