Is there a way to have pandas read in only the values from excel and not the formulas? It reads the formulas in as NaN unless I go in and manually save the excel file before
I had this problem and I resolve it by moving a graph below the first row I was reading. Looks like the position of the graphs may cause problems.