Hi, I was asking if it's possible in the case of reading in an excel file using formulas into a Datatable. So in the above case reading in the formula but then actually running that formula to get the result of 45 for =SUM(B1:B10). We can manually calculate the total in databricks, but if then go to write that dataframe to excel that formula is lost where our client wants to retain that formula. Currently we can write the formula into a cell, but then upon viewing the excel file it is protected, thus formulas do not run meaning if we then try to read that file back in we get the excel formula in that cell instead of 45.