I have a python script that is supposed to extract the values of cells from an excell file. However, the cells with excel formulas it is returning an empty string. And i need to use xlrd package due to other reasons. Is there anyway i can make it happen without using openpyxl package?
It is showing an empty cell inside the vs code and is extracting empty string,.