Read Excel cell value and not the formula computing it -openpyxl December 23, 2022 by Tarik wb = openpyxl.load_workbook(filename, data_only=True) The data_only flag helps.