Hi All,
I am trying to SheetImageLoader to extract images from the excel sheet.
In some cases is raise an exception
File "C:\Users\emgupda\Anaconda3\lib\site-packages\openpyxl_image_loader\sheet_image_loader.py", line 20, in __init__
col = string.ascii_uppercase[image.anchor._from.col+1]
IndexError: string index out of range
I am not sure the reason for same.
Does anybody has faced similar issue? My excel contain around 100 plus images.
Any help is appreciated!
Regards,
Madhvi