I am printing some formula in one of the Excel sheets:
wsOld.cell(row = 1, column = 1).value = \"=B3=B4\"
But I cannot use its result in im
Openpyxl doesn't support excel 100% for calculating the formula. It supports only very basic formulas. If you want to calculate all formula in workbook you should use xlwings library (which is supported on MacOS and Windows only).