I am using openpyxl to read from an excel file. I am trying to read a cell whose value is calculated by a formula.
Regular reading functions returns formula script:<
wb = openpyxl.load_workbook('forecast.xlsx', data_only=True)
Will read the actual value. (From what you have posted, I think you miss a comma that separates the arguments)