im new with using openpyxl.
I am trying to get value from cell, however value in that cell is linked from another sheet and value what i get is
*=<nameOfSheet>t!U2:U1000*
instead of expected value
*1000.2€*
my approach method to value is
ws1.cell(row = i, column = j).value
thanks for advice