79383989

Date: 2025-01-24 10:31:45
Score: 3.5
Natty:
Report link

Does xlrd evaluate excel before reading values?

I am trying to read excel using pd.read_excel() but this doesn't read excel cells that contains formulas. Not even after applying data_only=True.

I'm wondering if xlrd is able to read excel cells that contains formulas and does it evaluate the formula before reading them?

Reasons:
  • Blacklisted phrase (1): I am trying to
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: SP Chaurasiya